MediaWiki:Monobook.css
From RationalWiki
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
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Monobook skin */ /*Main page skin*/ .mp_header { width:100%; margin-top:+.9em; border:2px solid #000; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; padding:.5em; } .mp_title { width:42%; text-align:center; font-size:175%; border:none; margin:0; padding:0; font-weight: bold; } .mp_title_underline { display:none; } .mp_header_rightlinks { font-size:95%; text-align:center; } .mp_header_rightlinks li { display:inline; } .mp_header_slogan { font-size:95%; text-align:center; } .mp_content { border-spacing:8px; margin:0px -8px; } .mp_gradient_border { } .mp_box { border:2px solid #b4b4b5; vertical-align:top; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; } .mp_left { width:50%; } .mp_box_inside { vertical-align:top; -moz-border-radius: 20px; -webkit-border-radius:20px; border-radius:20px; } .mp_section_header { margin:0; font-size:120%; font-weight:bold; border:2px solid #b4b4b5; text-align:left; padding:0.2em 0.4em; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } .mp_about_header { background:#fffff3; } .mp_wigo { width:50%; border-color:#65CF31; } .mp_wigo_header { background:#D0F0C0; border-color: #B3E799; } .mp_participate { width:50%; border-color:#7535CB; } .mp_participate_header { background:#ddcef2; border-color: #BA9BE5; } div.topright { position: absolute; z-index: 10; top: 10px; display: block !important; } /*Black background for earth hour article*/ .page-Earth_hour { background:black; } .page-Earth_hour .pBody { background:black; } .page-Earth_hour #footer { background:black; }