Difference between revisions of "MediaWiki:Common.css"
From Veloopti Help
Line 2: | Line 2: | ||
.mainpage_hubbox { | .mainpage_hubbox { | ||
− | + | border: 1px solid #cccccc; | |
+ | padding: 15px; | ||
+ | } | ||
+ | .mainpage_hubtitle { | ||
+ | font-size: 22px; | ||
+ | letter-spacing: -.3pt; | ||
+ | line-height:35px; | ||
} | } | ||
− | + | .mainpage_hubtitle img { | |
− | .mainpage_hubtitle { | + | height:20px; |
− | + | width:auto; | |
− | + | margin-right:5px; | |
} | } |
Latest revision as of 23:44, 5 June 2017
/* CSS placed here will be applied to all skins */ .mainpage_hubbox { border: 1px solid #cccccc; padding: 15px; } .mainpage_hubtitle { font-size: 22px; letter-spacing: -.3pt; line-height:35px; } .mainpage_hubtitle img { height:20px; width:auto; margin-right:5px; }