User:SilverCrono/monobook.css
< User:SilverCrono
Revision as of 03:37, 19 February 2012 by SilverCrono (talk | contribs) (Not gonna lie...the Vector skin colors are kind of....unattractive. So I'm going for the basic black and red for the monobook skin.)
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.
/* See also: [[MediaWiki:Common.css]] */ body { background: #2E2E33 url('http://seiwanetwork.org/bg-dark.jpg') repeat; font: x-small sans-serif; } /*** Bold 'edit this page' link to encourage newcomers ***/ #ca-edit a { font-weight: bold !important; } #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; border: 4px ridge silver; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; border: 4px ridge silver; } div.pBody { background-color: #000000; border:3px solid #333333; } #p-personal a { color: #DE032D !important; background-color: transparent; font-weight: bold; } .portlet a { color: #DE032D; background: none; } #footer { background-color: #000000; color: #DE032D; } h5 { color: #DE032D; }