User:Cryptic/standard.css

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac);
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5;
  • Konqueror: simply click the Reload button, or press F5;
  • Opera users may need to completely clear their cache in Tools→Preferences.
/* 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:link:hover { color: #FFFF00 !important; }
a:visited:hover { color: #FFFF00 !important; }
a:visited { color: #800080; }

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

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

/* Imprison pre-formatted stuff in a box, like in Monobook */
pre { padding: 1em; border: 1px dashed #2f6fab; color: Black; background-color: #f9f9f9; line-heigh: 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; }