User:Forseti/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Forseti/monobook.js. |
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; }