User:Forseti/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.

H1.firstHeading {text-align:center; font-size:20pt;margin-top:20px;margin-bottom:6px;}
H3 {font-weight:100;font-size:11pt;font-style:italic; border-bottom: 1px #999 dashed;}
h3#siteSub {display:none}
#contentSub {text-align:center;}
.dablink {width:200px;float:right;clear:right;text-align:center;border: 1px #bbb dashed;font: 8pt italic;background-color:#f0f0f0;padding-top:3px;margin-left:20px;}
.dablink DD {margin-left: 0px}
 
 
div#p-cactions ul li,
div#p-cactions ul li.new,
div#p-cactions ul li.selected {
    padding-top: 0.3em;
}
 
/* 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;
}
 
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
#searchInput {
    background-color: #f5f9ff;
}
 
/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] {border:1px #060 solid;color: #060 !important;}
input[type="text"], input[type="submit"], textarea {
    border: 1px solid #aaa !important; 
}
input[type="text"]:focus, input[type="submit"]:focus, input[type="text"]:hover, input[type="submit"]:hover {
    background-color: #fffff0;
}
input[type="submit"]:hover, input[type="submit"]:focus {color: #600 !important;}
/* make round corners for the rest */
input[type="text"] {-moz-border-radius: 1em;}
input[type="submit"], pre, #toc {
   -moz-border-radius: 7px;
}
/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; background: #f5f9ff}
 
input[type="submit"] {color: #000 !important;}
 
#p-cactions li a {color: #666;}
#p-cactions li a:hover {color: #000;}
#p-cactions li.selected a {font: #000 bold !important;}
#p-cactions li.new a {color: #600 !important;}
 
 /*
 ** Diff rendering
 */
 table.diff {
    background:white;
 }
 td.diff-otitle {
    background:#ffffff;
 }
 td.diff-ntitle {
    background:#ffffff;
 }
 td.diff-addedline {
    background:#ccffcc;
 }
 td.diff-deletedline {
    background:#ffffaa;
 }
 td.diff-context {
    background:#eeeeee;
 }
 
/* Marking clearly stubs */
a.stub { color: #808 !important; }