User:WOSlinker/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:WOSlinker/monobook.js. |
/* 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%;
}