User:CoRrRan/monobook.css
From Guild Wars Wiki
Jump to navigationJump to search
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.
/** Archive-box * Hides list of archives when mouse is not hovering over archive-box */ .archive-body {display: none;} .archive-header:after {content: "Mouse over to see more";} .archive-box:hover .archive-body {display: block;} .archive-box:hover .archive-header:after {content: "";} /** change size of font in skill infobox * */ .skill-box {font-size: 8pt !IMPORTANT;} /** Talk page message warning * changes appearance of message warning */ .usermessage { background-color: goldenrod; border: 3px dashed maroon; color: black; text-align:center; width:300px; } /** BeX' collector box CSS * gotta find out where this was used again... */ table.collector {border: 1px solid silver; margin: 0.5em; text-align: left; border-spacing: 3px;} table.collector th {padding:6px; background: #FC6;} table.collector td {padding:6px; background: #EEE;} table.weaponcollector {border: 1px solid silver; margin: 0.5em; text-align: left; border-spacing: 3px;} table.weaponcollector th {padding:6px; background: #FC6;} table.weaponcollector td {padding:6px; background: #EEE;} table.armorcollector {border: 1px solid silver; margin: 0.5em; text-align: left; border-spacing: 3px;} table.armorcollector th {padding:6px; background: #FC6;} table.armorcollector tr.w td {padding:6px; background: #FF8;} table.armorcollector tr.r td {padding:6px; background: #CF9;} table.armorcollector tr.mo td {padding:6px; background: #ACF;} table.armorcollector tr.n td {padding:6px; background: #9FC;} table.armorcollector tr.me td {padding:6px; background: #DAF;} table.armorcollector tr.e td {padding:6px; background: #FBB;} /** Special:Recentchanges, Special:Watchlist * colors positive and negative word changes (+200) / (-150) * indents second/third/... lines in lists * moves Recentchanges namespace-box to the right side */ .mw-plusminus-pos { color: #060; } .mw-plusminus-neg { color: #900; } ul.special li { padding-left: 50px; text-indent: -50px; } div#nsselect { position: absolute; top: 51px; right: 5%; width: 200px; padding: 3px; border: 1px solid silver; } div#nsselect label[for="namespace"] { display: block; padding: 2px 5px; margin-bottom: 3px; color: #FFF; background: silver; font-weight: bold; }