User:S charette/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:S charette/monobook.js. |
#confirmemail { display:none; }
#editpage-specialchars { display: none; }
/* source: http://meta.wikimedia.org/wiki/User_styles */
/* 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;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
pre {
/* next four lines setup the rounded corners on pre */
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
/* next line puts scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
overflow: auto;
}
/* change background of unselected tabs */
/* #p-cactions ul li a { background: #b0b0b0; } */
/* change background of selected tabs */
/* #p-cactions ul li.selected a { background: white; } */
/* change border background of selected tabs */
/* #p-cactions li.selected { border-color: #aaaaaa; } */
/* don't use a smaller font */
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 100% };
/* underline just the text that's different */
span.diffchange { text-decoration:underline; }