MediaWiki:Monobook.css
Revision as of 03:31, 24 September 2019 by KeybladeSpyMaster (talk | contribs)
Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */ /* See also: [[MediaWiki:Common.css]] */ div#globalWrapper { background: #D4D4D4 url(/wiki/images/9/95/SEWiki_background.png) repeat; } div.pBody { background:#444444; } div#content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; border: 4px solid #444444; background:#D9D9D9; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; border: 4px ridge #C0C0C0; } #p-personal .pBody ul { background: #444444; float: right; padding-left: 5px; height: 1.45em; border-bottom: 2px solid #CC0000; border-left: 2px solid #CC0000; border-bottom-left-radius: 0.5em; box-shadow: 0px 0px 4px 2px #000000; } #p-personal li a{ color: #47B9EA; font-weight: bold; } .portlet a { color: #47B9EA; background: none; } .portlet a:visited { color: #006ECB; background: none; } div#footer { background-color: #444444; border: 2px solid #282828; color: #C0C0C0; } div#footer a { color:#47B9EA; } div#footer a:visited { color:#006ECB; } /* Page Tabs */ #p-cactions li a{ border: 2px solid #CC0000; border-bottom: none; background: #505050; box-shadow: 0px 0px 4px 2px #000000; position: static; color: #47B9EA; font-weight: bold; } #p-cactions li.selected a{ border: 2px solid #282828; background-color: #C0C0C0; color:#006ECB; } #p-cactions li a:hover { z-index: 3; text-decoration: none; background: #282828; border: 2px solid #CC0000; color:#47B9EA; }