Jump to content

User:Sarregouset/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*Display body content in a narrower column for easier reading*/
/*adjust percentages as desired*/
div#bodyContent {
  max-width: 800px;
  line-height: 115%;
}

* {
    -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;
}