User:Korath/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:Korath/standard. This user script seems to have an accompanying .js page at User:Korath/standard.js. |
/* link colors */
a.external:link { color: #3366BB; }
a.external:visited { color: #BB33BB; }
a.extiw:link { color: #4488FF; }
a.extiw:visited { color: #FF66FF; }
a.stub { text-decoration: underline !important; }
a.stub:link { color: #000044; }
a.stub:visited { color: #660066; }
a:link:hover { color: #FFFF00 !important; }
a.new:visited { color: #880000 }
a:visited { color: #A000A0; }
a:visited:hover { color: #FFFF00 !important; }
/* Suppress various warnings under the edit box */
#editpage-copywarn { display: none; }
/* Fix damn horizontally stacking images */
div.tright, div.floatright, table.floatright { clear: right; }
/* Underline headers, like Monobook */
h1, h2, h3, h4, h5, h6 { padding-bottom: 0.17em; border-bottom: 1px solid #CCCCCC; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { margin-bottom: 0.3em; }
/* Imprison pre-formatted stuff in a box, like in Monobook */
pre { padding: 1em; border: 1px dashed #2f6fab; color: Black; background-color: #f9f9f9; line-height: 1.1em; }
/* Remove Wikipedia logo */
div#topbar img { display: none; }
/* Suppress humongous site notice */
#siteNotice { display:none; }
/* Remove search form. I wish this had a more specific class or id, but this doesn't seem to hit anything else at present. */
form.inline { display:none; }
/* Move [edit] links down */
*.editsection { position: relative; top: 2em; }
/* Make abuse filter content readable */
fieldset table { width: 100% } /* nothing more specific */
.mw-input { width: 100% }
#wpFilterRules { width: 100%; height:128px }
#wpFilterNotes { width: 100%; height:256px }
#wpFilterBuilder { display: none }
#mw-abusefilter-syntaxcheck { display: none }