User:Tietew/monobook.css
Appearance
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#globalWrapper {
font-size: 123%;
font-family: Tahoma, sans-serif;
}
#bodyContent { font-size: 110% }
a { text-decoration: underline }
a:active, a:hover { color: red !important }
#content, p, ul, ol, dd, fieldset { line-height: 1.3 }
/* remove icon on external links */
#bodyContent a {
padding: 0px !important;
background-image: none !important;
}
/* default link colors */
#bodyContent a { color: blue }
#bodyContent a:visited { color: purple }
/* from wikistandard */
#bodyContent a.external,
#bodyContent a.external:visited { color: #3366BB }
#bodyContent a.extiw,
#bodyContent a.extiw:visited { color: #3366BB }
#bodyContent a.stub,
#bodyContent a.stub:visited { color: #772233 }
#bodyContent a.new,
#bodyContent a.new:visited { color: #BA0000 }
/* small pre */
pre { font-size: 95%; border-style: solid }