User:Gwicke~enwiki/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.
/* @import "/w/wiki.phtml?title=User:somebody/monobook.css&action=raw&ctype=text/css"; */
a { text-decoration: none; }
/* normal link colours */
a:visited { color: #5a3696; }
a:active { color: Orange; }
a:hover { text-decoration: underline; }
a.stub { color: #772233; }
a.new,
#p-personal a.new { color:#ba0000; }
a.new:visited,
#p-personal a.new:visited { color:#a55858; }


/* slightly larger fonts */
#globalWrapper { font-size: 133%; }

/* normal bg */
#content,#p-cactions li a {
    background: white !important;
}
/* this is meant for mobiles and pdas that don't display the logo and for print, not to repeat the logo subtitle */
#siteSub { display: none; }
/* 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: 0.3em;
  -moz-border-radius-topright: 0.3em;
}
#content { 
  -moz-border-radius-topleft: 0.3em; 
  -moz-border-radius-bottomleft: 0.3em;
}
div.pBody {
  -moz-border-radius-topright: 0.3em;
  -moz-border-radius-bottomright: 0.3em;
}