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