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

/* Mostly simplifying aesthetic-tweaks... */
 
/* Hide stuff. clarify edit-mode: hide certain special-characters subsets, and "special warnings2", mostly items from [[MediaWiki:Edittools]] */
li#pt-userpage {background:none} /* person-icon */
#minoredit_helplink {display:none}
#wpSummaryLabel {display:none}
#siteSub {display:none !important}
#editpage-copywarn {display:none}
#editpage-copywarn2 {display:none}
#editpage-copywarn3 {display:none}
#edittools_characters {display:none}
#edittools_cyrillic {display:none}
#edittools_greek {display:none}
#edittools_ipa {display:none}
 
/* Hide distracting page-footer (copyleft/disclaimers/banner icons) */
#footer {display:none}
 
/* Hide the ToC numbers, and show bullet points instead */
.tocnumber {display: none}
#toc ul {list-style-image:url(/skins-1.5/monobook/bullet.gif); list-style-type:square; margin:0.3em 0 0 1.5em;}
 
/* Tweak the color of the highlight-admin-names monobook.js script */
.ais523_adminrights_admin {background-color:#F2CEE0 !important;}
 
/* Diffchange red dotted border */
.diffchange {border:1px dotted #f00}
 
/* Increase ref size */
.references-small { font-size: 95%;}