MediaWiki:Common.css
From TMG
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Konqueror: Click Reload or press F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ .page-Main_Page h1.firstHeading { display: none; } .InfoboxContainer{ position:absolute; float:right; border:1px solid #AAA; background-color: #FFF; width: 22em; font-family:Tahoma; font-size: 12px; margin: 0.5em 0em 0.5em 1em; clear: right; text-align: left; line-height: 1.5em; display:table; } .InfoboxHeader{ font-size: 14px; font-weight:bold; } .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;}