MediaWiki:Monobook.css

From Homestar Runner Wiki

Revision as of 18:26, 10 March 2005 by Tom (Talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla / Firefox: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
  • Safari: press Cmd-Option-E
  • IE: hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Konqueror: simply click the Reload button, or press F5
  • Opera users may need to completely clear their cache in Tools→Preferences.
 /* edit this file to customize the monobook skin for the entire site */

 .MainPageKnowledgeBaseBox {
    background: url(/stylesheets/monobook/homestar-background.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
 }

 .MainPageWikiStuffBox {
    background: url(/stylesheets/monobook/strongbad-background.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
 }

 body {
    font-size: 10px;
    font-family: verdana;
    background-repeat: repeat-x;
    background-color: #EBEBEB;
 }

 a { color: #00f; }

 a:visited { color: #00c; }

 a:active { color: orange; }
 
 #p-personal a.new { color: #f00; }

 #p-personal a.new:visited { color:#c00; }

 p { margin: 0.9em 0em 1em 0em; }

 h1, h2, h3, h4, h5, h6 {
    color: black;
    margin: 0px;
 }

 pre { border: 1px dashed #06f; }

 #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
    margin-bottom:0.6em;
 }

 #siteNotice {
    padding: 0.5em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
 }

 #navbox { 
    /*border:1px solid #2f6fab;*/
    border: 1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding: 5px;
    font-size: 95%;
    margin-left: 15px;
    margin-bottom: 15px;
 }

 #bodyContent a.extiw:active { color: #06f; }

 #bodyContent a.external { color: #06f; }

 #p-personal li a { color: #06f; }

 #p-personal li a:hover {
    background-color: none;
    text-decoration: underline;
 }

 #p-cactions li a { color: #00c; }

 #p-cactions .new a { color:#c00; }

 #preftoc a:active { color: #00c; }

 /* Donor styling on HRWiki:Thank You! page. */

 .donors p { line-height: 30px; }
 .donor-0 { font-size: 12px; }
 .donor-5 { font-size: 13px; }
 .donor-10 { font-size: 14px; }
 .donor-15 { font-size: 15px; }
 .donor-20 { font-size: 16px; }
 .donor-25 { font-size: 17px; }
 .donor-30 { font-size: 18px; }
 .donor-35 { font-size: 19px; }
 .donor-40 { font-size: 20px; }
 .donor-45 { font-size: 21px; }
 .donor-50 { font-size: 22px; }
 .donor-55 { font-size: 23px; }
 .donor-60 { font-size: 24px; }
 .donor-65 { font-size: 25px; }
 .donor-70 { font-size: 26px; }
 .donor-75 { font-size: 27px; }
 .donor-80 { font-size: 28px; }
 .donor-85 { font-size: 29px; }
 .donor-90 { font-size: 30px; }
 .donor-95 { font-size: 31px; }
 .donor-100 { font-size: 32px; }
 .donor-105 { font-size: 33px; }
 .donor-110 { font-size: 34px; }