User:WOSlinker/monobook.css

Source: 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.
/* Edit some edit tools */
#edittools_characters {display:none;}
#edittools_greek {display:none;}
#edittools_cyrillic {display:none;}
#edittools_ipa {display:none;}
#editpage-copywarn {display:none;}
#editpage-copywarn2 {display:none;}
.mw-tos-summary {display:none;}
#wpSummaryLabel .oo-ui-labelElement-label {display:none;}
#mw-editform-cancel {display:none;}

/* Hide sitewide subtitle (From Wikipedia, the...) */
#siteSub {display:none !important;} 
.notice-all {display:none !important;}

/* Turn off the small user image at top of page. */
li#pt-userpage {display:none;}

/* Turn off the page footer. */
#footer {display: none;}

/* testing */
/* #bodyContent * {border: 1px solid red !important;} */

#wikiPreview > h2:first-child { display: none; }
.previewnote { 
    clear: both; 
    margin: 0.2em 0; 
    border: 1px solid #ff0000; 
    background: transparent; 
    padding: 0.25em 0.9em; 
    text-indent: 0; 
}

/* redirects in watchlist */
.watchlistredir { font-style:italic; }

/* Hide some twinkle */
li#ca-wikilove {display:none !important;}
li#tw-arv {display:none !important;}
li#tw-warn {display:none !important;}
li#friendly-welcome {display:none !important;}
li#friendly-talkback {display:none !important;}
li#tw-rpp {display:none !important;}
li#tw-lastdiff {display:none !important;}
li#tw-unlink {display:none !important;}
li#tw-deli {display:none !important;}
li#tw-batch {display:none !important;}
li#tw-pbatch {display:none !important;}
li#tw-batch-undel {display:none !important;}
/* li#tw-csd {display:none !important;} */
li#friendly-tag {display:none !important;}
li#pt-sandbox {display:none !important;}

#mw-hidden-catlinks { font-size: 87% !important; }

/* Make it a bit bigger and green so that it stands out from unconverted lists */
.hlist dd:after,
.hlist dt:after,
.hlist li:after {
    content: " ♦" !important;
    font-weight: bold;
    color: purple !important;
}

.hlist dd:last-child::after,
.hlist dt:last-child::after,
.hlist li:last-child::after {
	content: none !important;
}

/* .mw-parser-output div.navbar-mini abbr { font-variant: normal; } */


strong.mw-watched { font-weight: normal !important; }
strong.mw-watched a { background:none !important; padding-left:0px !important; }
#mw-watchlist-resetbutton { display:none; }
#mw-wlheader-showupdated { display:none; }
span.updatedmarker { background-color: transparent; }
.editpage-head-copywarn {display:none;}

@media print{
	.onlyprint { display:inline !important; }
}


a.mw-redirect {color:#308050}
a.mw-redirect:visited {color:#3070A0}

a.mw-disambig {color:#FF8000}
a.mw-disambig:visited {color:#FFA000}



.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: sans-serif;
  font-size: 88%;
}