MediaWiki:Common.css
From TMG
(Difference between revisions)
m |
m |
||
Line 5: | Line 5: | ||
.InfoboxContainer{ | .InfoboxContainer{ | ||
float:right; | float:right; | ||
− | |||
background-color: #FFF; | background-color: #FFF; | ||
width: 22em; | width: 22em; | ||
Line 13: | Line 12: | ||
.InfoboxHeader{ | .InfoboxHeader{ | ||
− | |||
background-color: #CEF2E0; | background-color: #CEF2E0; | ||
font-size: 14px; | font-size: 14px; | ||
Line 21: | Line 19: | ||
.InfoboxContent{ | .InfoboxContent{ | ||
+ | border:1px solid #A3BFB1; | ||
padding:10px; | padding:10px; | ||
} | } |
Revision as of 01:15, 28 June 2011
/* CSS placed here will be applied to all skins */ .page-Main_Page h1.firstHeading { display: none; } .InfoboxContainer{ float:right; background-color: #FFF; width: 22em; font-family:Tahoma; font-size: 12px; } .InfoboxHeader{ background-color: #CEF2E0; font-size: 14px; font-weight:bold; padding:10px; } .InfoboxContent{ border:1px solid #A3BFB1; padding:10px; } .tmgMainPageDiv{ border:1px solid #A3BFB1; background-color: #FFF; font-family:Tahoma; font-size: 12px; } .tmgMainPageDivHeader{ border-bottom:1px solid #A3BFB1; background-color: #CEF2E0; padding:10px; } .tmgMainPageDivContent{ padding:10px; } .clear { clear: both;}