MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Rogalia (обсуждение | вклад) |
Rogalia (обсуждение | вклад) |
||
(не показано 15 промежуточных версий 2 участников) | |||
Строка 2: | Строка 2: | ||
body { | body { | ||
− | background: #fff url(http://rogalia.ru/wp-content/uploads/2016/11/bg-1920x1080.jpg) no-repeat fixed center top; | + | background: #fff url(http://rogalia.ru/wp-content/uploads/2016/11/bg-wiki-1920x1080.jpg) no-repeat fixed center top; |
} | } | ||
.mw-body { | .mw-body { | ||
Строка 19: | Строка 19: | ||
} | } | ||
div#mw-panel { | div#mw-panel { | ||
− | + | width: 11em; | |
padding: 0; | padding: 0; | ||
} | } | ||
Строка 33: | Строка 33: | ||
border-bottom: 1px solid #999fab; | border-bottom: 1px solid #999fab; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
+ | } | ||
+ | #translate_link { | ||
+ | border: 1px solid #a96028; | ||
+ | padding: 15px; | ||
+ | margin: 20px; | ||
+ | background: #fff; | ||
+ | width: 250px; | ||
+ | text-align: center; | ||
} | } | ||
/***************************************************/ | /***************************************************/ | ||
Строка 43: | Строка 51: | ||
} | } | ||
#rogalia { | #rogalia { | ||
− | + | color: #a96028; | |
} | } | ||
#mainpage_pagetitle, #mainpage_title { | #mainpage_pagetitle, #mainpage_title { | ||
font-size: 130%; | font-size: 130%; | ||
− | + | padding: 4px 7px; | |
background-color: #e0e4ec; | background-color: #e0e4ec; | ||
} | } | ||
Строка 59: | Строка 67: | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
− | # | + | .mainpage_table_tdfirst td:first-child { |
− | + | width: 20%; | |
+ | } | ||
+ | #mainpage_youtube { | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | #footer-info-lastmod { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | #footer-places { | ||
+ | background: rgba(255, 255, 255, 0.5); | ||
+ | border-radius: 3px; | ||
+ | padding-left: 1em !important; | ||
} | } |
Текущая версия на 18:25, 7 декабря 2016
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ body { background: #fff url(http://rogalia.ru/wp-content/uploads/2016/11/bg-wiki-1920x1080.jpg) no-repeat fixed center top; } .mw-body { background: rgba(255, 255, 255, 0.85); } #mw-page-base { background: none; } div.vectorTabs { border-radius: 2px 0 0 0; opacity: 0.85; } div.portal { background: rgba(255, 255, 255, 0.75); border-radius: 2px; } div#mw-panel { width: 11em; padding: 0; } #mainpage_topbox, table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { background: #fff; padding: 5px; border: 1px solid #c5cad4; } #mw-content-text, table.wikitable, h1, h2, h3, h4, h5, h6 { color: #182a48; } h1, h2, h3, h4, h5, h6, .mw-body h1, .mw-body h2 { border-bottom: 1px solid #999fab; font-family: sans-serif; } #translate_link { border: 1px solid #a96028; padding: 15px; margin: 20px; background: #fff; width: 250px; text-align: center; } /***************************************************/ h1#firstHeading { display: none; } #mainpage_topbox { text-align: center; } #rogalia { color: #a96028; } #mainpage_pagetitle, #mainpage_title { font-size: 130%; padding: 4px 7px; background-color: #e0e4ec; } #mainpage_pagetitle { font-size: 200%; } #mainpage_table { width: 100%; } #mainpage_table td { vertical-align: top; } .mainpage_table_tdfirst td:first-child { width: 20%; } #mainpage_youtube { margin-top: 5px; } #footer-info-lastmod { color: #fff!important; } #footer-places { background: rgba(255, 255, 255, 0.5); border-radius: 3px; padding-left: 1em !important; }