MediaWiki:Common.css
From TMG
(Difference between revisions)
m |
|||
Line 4: | Line 4: | ||
.InfoboxContainer{ | .InfoboxContainer{ | ||
+ | float:right; | ||
+ | border:1px solid #A3BFB1; | ||
+ | background-color: #FFF; | ||
+ | width: 20%; | ||
+ | font-family:Tahoma; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | .InfoboxHeader{ | ||
+ | border-bottom:1px solid #A3BFB1; | ||
+ | background-color: #CEF2E0; | ||
+ | padding:10px; | ||
+ | } | ||
+ | .InfoboxContent{ | ||
+ | padding:10px; | ||
} | } | ||
Revision as of 00:17, 28 June 2011
/* CSS placed here will be applied to all skins */ .page-Main_Page h1.firstHeading { display: none; } .InfoboxContainer{ float:right; border:1px solid #A3BFB1; background-color: #FFF; width: 20%; font-family:Tahoma; font-size: 12px; } .InfoboxHeader{ border-bottom:1px solid #A3BFB1; background-color: #CEF2E0; padding:10px; } .InfoboxContent{ 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;}