User:Sarregouset/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:Sarregouset/monobook.js. |
/*Display body content in a narrower column for easier reading*/
/*adjust percentages as desired*/
div#bodyContent {
width: 50%;
line-height: 105%;
}
* {
-moz-tab-size: 4;
}
/* Dotted borders on <pre> look ugly, replace with solid ones */
#bodyContent pre {border: 1px solid #aaa;}
#footer {display:none;}
.printfooter {display:none;}
/* Don't display "From Wikipedia, the free encyclopedia" */
#siteSub {display: none;}
/* Hide copyright warnings */
li#f-copyright,
li#f-lastmod,
#editpage-copywarn {display: none;}
#editpage-copywarn2 {display: none;}
/* Remove little profile from by userbar */
li#pt-userpage {background: none}
/* Reduce line-height for <sup> and <sub> */
sup, sub {line-height: 1em;}
/* Color redirects [[Wikipedia:Gadget/proposals#A much simpler gadget]] */
a.mw-redirect {color:#308050}
a.mw-redirect:visited {color:#3070A0}
/* Mise en évidence des diffs par du gras et de la couleur (diffs identified by color and bold).
[[fr:MediaWiki:Common.css]], [[Wikipedia:Village_pump_(technical)/Archive_37#Diff_coloring_again]] */
table.diff td {
vertical-align:top;
}
td.diff-addedline {
background:#D8E4F6;
}
td.diff-addedline .diffchange {
background:#B0C0F0;
color:black;
font-weight:bold;
}
td.diff-deletedline {
background:#E4F6D8;
}
td.diff-deletedline .diffchange {
background:#B0E897;
color:black;
font-weight:bold;
}
td.diff-context {
background:#FEFEFE;
}