User:Nonobjective/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 can be added at User:Nonobjective/monobook.js. |
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3 {display:none;}
/* removes some annoying warnings against copyvio */
.mw-plusminus-pos {display: none;}
.mw-plusminus-neg {display: none;}
.mw-plusminus-null {display: none;}
/* remove annoying watchlist numbers, they don't help me much */
a:visited {color: #3D3696;}
/* make visited blue link colour less purple */
div#bodyContent a {text-decoration: underline;}
div#contentSub a {text-decoration: underline;}
div#editpage-specialchars a {text-decoration: none;}
div#editpage-specialchars a:hover {text-decoration: underline;}
div#preferences ul#preftoc li a {text-decoration: none;}
/* make links always underlined, but only in body content, not in interface elements, generally works */
/* except in Special:Preferences, where it looks a little annoying but doesn't cause any real problems */
/* #p-cactions li { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-topleft: 4px;} */
/* #p-cactions a { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-topleft: 4px;} */
#content { -webkit-border-top-left-radius: 7px; -moz-border-radius-topleft: 7px;}
/* rounds the tab corners (disabled) and page corner in Safari and Firefox! */
span.diffchange {color:black; background-color:#FF7458;}
/* should make diffs easier to parse, testing to see if it works well or not */
form#blockip table {background-color: rgb(248, 252, 255);}
/* if this works, it will make the background of the table with block options 'just' the right colour... */