MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Algoman (обсуждение | вклад) |
Algoman (обсуждение | вклад) |
||
Строка 6: | Строка 6: | ||
*/ | */ | ||
− | + | /* almost working.. | |
− | # | + | #mw-page-base, |
− | { | + | #mw-head |
− | max-width: 1280px; | + | { |
− | + | max-width: 1280px; | |
− | + | } | |
− | + | ||
+ | #mw-head-base | ||
+ | #content | ||
+ | { | ||
+ | max-width: 1120px; | ||
} | } | ||
+ | |||
+ | #footer | ||
+ | { | ||
+ | max-width: 1120px; | ||
+ | }*/ | ||
table | table | ||
Строка 28: | Строка 37: | ||
} | } | ||
− | #mainpage_topbox_title | + | #mainpage_topbox_title { |
− | { | ||
font-size: 200%; | font-size: 200%; | ||
Версия 18:33, 25 марта 2015
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/**
* 4. MAIN PAGE STYLING, inspired by http://www.mediawiki.org/wiki/MediaWiki:Gadget-site.css
* -------------------------------------------------
*/
/* almost working..
#mw-page-base,
#mw-head
{
max-width: 1280px;
}
#mw-head-base
#content
{
max-width: 1120px;
}
#footer
{
max-width: 1120px;
}*/
table
{
table-layout:fixed;
}
.mainpage_box
{
border: 1px solid #aaaaaa;
padding: 0;
}
#mainpage_topbox_title {
font-size: 200%;
color: #cf7606;
background-color: #eeeeee;
text-align: left !important;
padding: 0.4em;
}
.mainpage_box_title
{
font-size: 120%;
font-weight: bold;
background-color: #eeeeee;
text-align: center;
padding: 0.4em;
}
.mainpage_box_contents
{
background: #ffffff;
padding: 0.4em;
}