User:AlexG/monobook.css

From 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.
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  font-size: 9pt;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  background: #EEEEEE;
}

sub {
  position: relative; bottom: -6pt
}

h1, h2, h3, h4, h5, h6 { font-family: "Palatino Linotype", serif }
h1 { font-weight: bold }

a { text-decoration: none }
#bodyContent a { color: #000099 }
#bodyContent a.new { color: #990000 }

#siteSub { color: gray }

#p-nav h5, #p-search h5, #p-tb h5, #p-lang h5 { font-family: sans-serif; font-weight: bold }
#p-nav div.pBody ul li, #p-tb div.pBody ul li, #p-lang div.pBody ul li { font-size: 9pt; }

#p-personal div.pBody ul li { 
  background-image: none; 
  padding: 2px;
  font-size: 9pt;
}