User:Bdesham/monobook.css

This is an old revision of this page, as edited by Bdesham (talk | contribs) at 22:57, 5 June 2004 (more css leetness). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
body {
  font-family: "Palatino", serif;
}

h1 {
  text-shadow: 2px 2px 3px #ccc;
}

div#bodyContent {
  font-size: 14px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }