User:Inkington/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

 /**
  * Centered + large font for easier reading
  */
 body {
   font-family: 'DejaVu Sans', sans-serif;
 }
 
 #bodyContent {
   font-size: 115%;
   margin: 0 auto;
   max-width: 47em;
 }
 
 h1.firstHeading, div#contentSub, div#contentSub2, span.subPages {
   text-align: center !important;
 }
 div#contentSub, div#contentSub2 { margin-left: 0 !important; }
 
 h1.firstHeading, q, blockquote {
   font-family: 'Lido STF', 'DejaVu Serif', Times, 'Times New Roman', serif;
 } 
 
 blockquote { font-style: italic; }
 blockquote em, blockquote i { font-style: normal; }
 
 
 /**
  * Fix some of the oddities caused by the centered display
  */ 
 #catlinks, .catlinks,
 #preftoc {
   font-size: 85%;
 }
 
 #bodyContent table { clear: right; }
 #bodyContent table.toc { clear: none; }
 
 /* this won't work */ 
 /*.page-Special_Preferences #bodyContent
 .page-Special_RecentChanges #bodyContent
 .page-Special_Watchlist #bodyContent {
   max-width: inherit !important;
   width: auto;
 }*/
 
 
 /**
  * Minor style tweaks
  */
 .pBody {
   border-left: none !important;
   -moz-border-radius: 0 10px 0 0;
 }
 .navpopup {
   font-size: 120%;
   margin-left: 1em; margin-top: 1em;
   border-width: 1px 2px 2px 1px !important;
   -moz-border-radius: 1em 0 0 0;
   -moz-opacity: 0.85;
 }
 
 
 /**
  * Move the recent changes header off to the side
  */
 #recentchangestext {
   float: right; width: 325px; background: #F0F0F0; border: 1px solid #CCC;
   padding: 5px; -moz-border-radius: 8px;
   margin-left: 1em; 
 }
 
 
 /**
  * Look Around You!
  */ 
 div#p-logo a {
   background: url(http://i68.photobucket.com/albums/i8/Inkington/wiki_thants.png)
     50% top no-repeat !important;
 }
 div#p-logo a:hover {
   background-position: 50% bottom !important;
 }
 
 
 /**
  * Hide the watch/unwatch message
  */
 .mw-js-message-watch {
   display: none;
 }
 
 
 /**
  * Make sidebar links easier to click
  */
 #p-navigation li a, #p-interaction li a, #p-tb li a, #p-lang li a {
   display: block;
   width: auto;
 }
 
 /**
  * Clean up the cruft
  */
 h3#siteSub { display: none !important; }