User:PiaCarrot~enwikibooks/monobook.css

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.
#globalWrapper {
  font-size: 120%;
  font-family: Tahoma, sans-serif;
}
#bodyContent { font-size: 120% }
a { text-decoration: underline }
a:active, a:hover { color: red !important }

#content, p, ul, ol, dd, fieldset { line-height: 1.3 }

/* default link colors */
#bodyContent a { color: #c06000 }
#bodyContent a:visited { color: #ff8000 }

/* from wikistandard */
#bodyContent a.internal,
#bodyContent a.internal:visited { color: #c06000 }

#bodyContent a.stub,
#bodyContent a.stub:visited { color: #006000 }

#bodyContent a.new,
#bodyContent a.new:visited { color: #ba0000 }

#bodyContent a.external,
#bodyContent a.external:visited { color: #80f080 }

#bodyContent a.extiw,
#bodyContent a.extiw:visited { color: #8080f0 }

/* small pre */
#bodyContent pre { font-size: 90% }

/*
h1, h2, h3, h4, h5, h6 { font-weight: bold !important }
*/

dd {margin-bottom:0em;}