MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Algoman (обсуждение | вклад) |
Algoman (обсуждение | вклад) |
||
Строка 2: | Строка 2: | ||
/** | /** | ||
− | * 4. MAIN PAGE STYLING, | + | * 4. MAIN PAGE STYLING, taken from http://www.mediawiki.org/wiki/MediaWiki:Gadget-site.css |
* ------------------------------------------------- | * ------------------------------------------------- | ||
*/ | */ | ||
Строка 12: | Строка 12: | ||
margin: 0.2em 10px 10px; | margin: 0.2em 10px 10px; | ||
} | } | ||
− | + | .mainpage_boxtitle, | |
− | + | .mainpage_hubtitle, | |
− | # | + | #mainpage_pagetitle { |
− | padding: 0; | + | font-size: 105%; |
− | + | padding: 0.4em; | |
+ | background-color: #eeeeee; | ||
+ | } | ||
+ | .mainpage_boxtitle { | ||
+ | line-height: 120%; | ||
} | } | ||
− | + | #mainpage_pagetitle { | |
− | # | ||
color: #cf7606; | color: #cf7606; | ||
font-size: 200% !important; | font-size: 200% !important; | ||
} | } | ||
− | + | #mainpage_sitelinks { | |
− | + | padding: 0.2em; | |
− | # | + | text-align: center; |
− | { | + | background-color: white; |
− | + | } | |
− | + | .mainpage_hubtitle { | |
− | background-color: | + | text-align: center; |
} | } | ||
− | + | .mainpage_boxcontents, | |
− | + | .mainpage_boxcontents_small { | |
background: #ffffff; | background: #ffffff; | ||
padding: 0.2em 0.4em; | padding: 0.2em 0.4em; | ||
+ | } | ||
+ | .mainpage_boxcontents_small { | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | .mainpage_boxcontents_title { | ||
+ | display: block; | ||
+ | border-bottom: 1px solid #AAA; | ||
+ | margin-bottom: 0.5em; | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | font-size: larger; | ||
+ | } | ||
+ | .mainpage_hubbox { | ||
+ | width: 33%; | ||
+ | } | ||
+ | .mainpage_hubbox, | ||
+ | #mainpage_choosen_article { | ||
+ | padding: 0; | ||
+ | border: 1px solid #aaaaaa; | ||
} | } |
Версия 18:40, 24 марта 2015
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/**
* 4. MAIN PAGE STYLING, taken from http://www.mediawiki.org/wiki/MediaWiki:Gadget-site.css
* -------------------------------------------------
*/
#mainpage_topbox {
background: #f9f9f9;
padding: 0;
border: 1px solid #aaaaaa;
margin: 0.2em 10px 10px;
}
.mainpage_boxtitle,
.mainpage_hubtitle,
#mainpage_pagetitle {
font-size: 105%;
padding: 0.4em;
background-color: #eeeeee;
}
.mainpage_boxtitle {
line-height: 120%;
}
#mainpage_pagetitle {
color: #cf7606;
font-size: 200% !important;
}
#mainpage_sitelinks {
padding: 0.2em;
text-align: center;
background-color: white;
}
.mainpage_hubtitle {
text-align: center;
}
.mainpage_boxcontents,
.mainpage_boxcontents_small {
background: #ffffff;
padding: 0.2em 0.4em;
}
.mainpage_boxcontents_small {
font-size: 95%;
}
.mainpage_boxcontents_title {
display: block;
border-bottom: 1px solid #AAA;
margin-bottom: 0.5em;
text-align: center;
font-weight: bold;
font-size: larger;
}
.mainpage_hubbox {
width: 33%;
}
.mainpage_hubbox,
#mainpage_choosen_article {
padding: 0;
border: 1px solid #aaaaaa;
}