From TechnoDocs
Technoadmin (Talk | contribs) (can't make this work right) |
Technoadmin (Talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | .mainpage_hubtitle { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle { | ||
+ | background-color: #eeeeee; | ||
+ | border-bottom-color: #aaaaaa; | ||
+ | border-bottom-style: solid; | ||
+ | border-bottom-width: 1px; | ||
+ | font-size: 105%; | ||
+ | padding-bottom: 0.4em; | ||
+ | padding-left: 0.4em; | ||
+ | padding-right: 0.4em; | ||
+ | padding-top: 0.4em; | ||
+ | } |
Revision as of 09:51, 4 October 2010
/* CSS placed here will be applied to all skins */ .mainpage_hubtitle { text-align: center; } .mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle { background-color: #eeeeee; border-bottom-color: #aaaaaa; border-bottom-style: solid; border-bottom-width: 1px; font-size: 105%; padding-bottom: 0.4em; padding-left: 0.4em; padding-right: 0.4em; padding-top: 0.4em; }