Difference between revisions of "MediaWiki:Common.css"
From victor
(Created page with "→CSS placed here will be applied to all skins: .mw-content-ltr { direction: ltr; }") |
|||
Line 2: | Line 2: | ||
.mw-content-ltr { | .mw-content-ltr { | ||
direction: ltr; | direction: ltr; | ||
+ | } | ||
+ | .mainpage_hubbox { | ||
+ | width: 33%; | ||
+ | } | ||
+ | .mainpage_hubtitle, #mainpage_pagetitle { | ||
+ | font-size: 105%; | ||
+ | padding: 0.4em; | ||
+ | background-color: #EEE; | ||
+ | } | ||
+ | |||
+ | .mainpage_boxcontents { | ||
+ | background: none repeat scroll 0% 0% #FFF; | ||
+ | padding: 0.2em 0.4em; | ||
} | } |
Revision as of 14:04, 24 July 2014
/* CSS placed here will be applied to all skins */ .mw-content-ltr { direction: ltr; } .mainpage_hubbox { width: 33%; } .mainpage_hubtitle, #mainpage_pagetitle { font-size: 105%; padding: 0.4em; background-color: #EEE; } .mainpage_boxcontents { background: none repeat scroll 0% 0% #FFF; padding: 0.2em 0.4em; }