MediaWiki:Common.css
From TMG
(Difference between revisions)
m |
|||
Line 26: | Line 26: | ||
line-height: 1.5em; | line-height: 1.5em; | ||
display: table; | display: table; | ||
+ | } | ||
+ | |||
+ | .InfoboxLabel{ | ||
+ | |||
} | } | ||
Line 31: | Line 35: | ||
font-size: 14px; | font-size: 14px; | ||
font-weight:bold; | font-weight:bold; | ||
+ | color: #922338; | ||
} | } | ||
Revision as of 17:49, 18 July 2011
/* CSS placed here will be applied to all skins */ .page-Main_Page h1.firstHeading { display: none; } h1, h2, h3, h4, h5, h6{ overflow: hidden; } .categoryInfo{ font-size:18px; font-family:Tahoma; font-weight:bold; color:#922338; } .InfoboxContainer{ border:1px solid #AAA; background-color: #FFF; width: 22em; font-family:Tahoma; font-size: 12px; margin: 0.5em 0em 0.5em 1em; float:right; clear: right; text-align: left; line-height: 1.5em; display: table; } .InfoboxLabel{ } .InfoboxHeader{ font-size: 14px; font-weight:bold; color: #922338; } .tmgMainPageDiv{ border:1px solid #A3BFB1; background-color: #FFF; font-family:Tahoma; font-size: 12px; width: 60%; } .tmgMainPageDivHeader{ border-bottom:1px solid #A3BFB1; background-color: #CEF2E0; padding:10px; } .tmgMainPageDivContent{ padding:10px; } .clear { clear: both;}