User:Mirv/standard.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. |
Documentation for this user script can be added at User:Mirv/standard. |
/* always underline links */
a { text-decoration: underline; }
/* increase the standard font size */
#globalWrapper { font-size:140%; }
/* changed text in diffs appears red, underlined, and oversized */
.diffchange {color: red; text-decoration: underline}
td.diff-addedline { background:#ccffcc; }
td.diff-deletedline { background:#ffffaa; }
td.diff-context { background:#eeeeee; }
#h1, h2 {border-bottom: 1px solid #aaaaaa;}
.bottom {width: 88%; margin-left: 10em;}
/* yellow N on recent changes */
#newarticlemark {background-color:yellow;}
/* hide anything inside <foo id="some excessive metadata template" ...> ... </foo> (thank you AlanBarrett!) */
#cleanup { display: none; } /* goodbye and good riddance to [[Template:Cleanup]] and its spawn */
#image-cleanup { display: none }
#cleanup-copyedit { display: none }
#cleanup-tone { display: none }
#cleanup-context { display: none }
#cleanup-clarity { display: none }
#cleanup-importance { display: none }
#cleanup-rewrite { display: none }
#cleanup-technical { display: none }
#wikify { display: none; } /* auf wiedersehn, [[Template:Wikify]] */
#expansion { display: none; } /* so long, [[Template:Expansion]] */
#stub { display: none; } /* may we never meet again, [[Wikipedia:Template messages/Stubs|stub notices]] */
#math { display: none; } /* go away, [[Template:Ugly math]] */
#activediscuss { display: none; } /* sayonara, [[Template:ActiveDiscuss]] */
#attention { display: none; } /* [[Template:Attention]] consigned to the void */
#spoiler { display: none } /* This is an encyclopedia. Facts are revealed. If you want to discover these facts in other ways, do not read about them here.
#citesources { display: none } /* The absence of sources is readily apparent, thanks. */
/* hide anything inside <foo class="cleanup" ... > ... </foo> */
.cleanup { display: none; }