User:Funky Monkey/monobook.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* <pre><nowiki> */
/* link colors */
a.external:link { color: #3366BB; }
a.external:visited { color: #BB33BB; }
a.extiw:link { color: #4488FF; }
a.extiw:visited { color: #FF66FF; }
a.stub { text-decoration: underline !important; }
a.stub:link { color: #000044; }
a.stub:visited { color: #660066; }
a.modified:link { color: #007700; }
a.modified:visited { color: #779977; }
a.modified.stub:link { color: #007700; }
a.modified.stub:visited { color: #779977; }
a:link:hover { color: #FFFF00 !important; }
a:visited:hover { color: #FFFF00 !important; }
a:visited { color: #800080; }

/* Suppress various warnings under the edit box */
#editpage-copywarn, #editpage-copywarn2 { display: none; }

/* Make these big enough to see */
#editpage-specialchars { font-size: normal; }
#editpage-specialchars p { margin: 0; }
#specialchars { font-size: normal; }

/* Fix damn horizontally stacking images */
div.tright, div.floatright, table.floatright { clear: right; }
div.tleft, div.floatleft, table.floatleft { clear: left; }

/* Imprison pre-formatted stuff in a box, like in Monobook */
pre { padding: 1em; border: 1px dashed #2f6fab; color: Black; background-color: #f9f9f9; line-height: 1.1em; }

/* Remove Wikipedia logo */
div#topbar img { display: none; }

/* Remove search form.  I wish this had a more specific class or id, but this doesn't seem to hit anything else at present. */
form.inline { display:none; }

/* Floating TOC */
#toc { float: right; margin: 0 0 0 1em; padding: 0.5em; width: 18em; }

/* Fix stupid bold "save page" */
#wpSave { font-weight: normal !important; }

/* Everyone assumes that everyone else uses monobook, and omits necessary formatting accordingly.  I'm tired of cleaning up after them. */
img { border: none; vertical-align: middle; }

/* Make sitenotice nonannoying */
#siteNotice { border:none; position:absolute; top: 9px; float: right; left: 600px; font-size: 90%; color:#ccbbaa; }
#siteNotice p { margin:0; }
#siteNotice a { color:#bbccff; }

/* Turn off pure fundraising sitenotices.  That gigantic box is just too fugly. */
#siteNotice #fundraising, #siteNotice #pabanner { display:none; }

/* Close up whitespace in topbar and after tagline */
p.subtitle { margin-bottom: 0; }

/* Hide cruft on [[CAT:CSD]] */
#catcsdhide2 { display:none; }

/* So I stop overlooking it */
#protectedpagewarning { text-decoration: blink; }

.allpagesredirect { font-size: smaller; }

/* </nowiki></pre> */