MediaWiki:Common.css
From TMG
(Difference between revisions)
m (Created page with "- →CSS placed here will be applied to all skins: .page-Main_Page h1.firstHeading { display: none; }") |
m |
||
Line 2: | Line 2: | ||
.page-Main_Page h1.firstHeading { display: none; } | .page-Main_Page h1.firstHeading { display: none; } | ||
+ | |||
+ | .tmgMainPageDiv{ | ||
+ | border:1px solid #A3BFB1; | ||
+ | bakground-color: #FFF; | ||
+ | font-family:Tahoma; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | |||
+ | .tmgMainPageDivHeader{ | ||
+ | border-bottom:1px solid #A3BFB1; | ||
+ | bakground-color: #CEF2E0; | ||
+ | padding:10px; | ||
+ | } |
Revision as of 17:42, 24 June 2011
/* CSS placed here will be applied to all skins */ .page-Main_Page h1.firstHeading { display: none; } .tmgMainPageDiv{ border:1px solid #A3BFB1; bakground-color: #FFF; font-family:Tahoma; font-size: 12px; } .tmgMainPageDivHeader{ border-bottom:1px solid #A3BFB1; bakground-color: #CEF2E0; padding:10px; }