User:Quiddity/vector.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:Quiddity/vector.js. |
/* Mostly simplifying aesthetic-tweaks... */
/* Change the color of the highlight-admin-names script - blue admins */
a.userhighlighter_sysop {background-color: #AFEEEE !important}
/* Hide stuff - editmode - icons and boilerplate messages */
/* #feed-atom {display:none} hide - rss icon */
/* span#wpSummaryLabel {display:none} hide - edit summary help link */
/* div.editpage-head-copywarn, div#editpage-copywarn, div#editpage-copywarn2, div#editpage-copywarn3 {display:none} hide - copyright warnings */
/* #mw-wikimedia-editpage-tos-summary {display:none} hide - terms of service summary */
/* Hide stuff - other */
/* li#pt-userpage {background:none} hide - the tiny 'person icon' by your username */
/* body {background: #f9f9f9} hide - the large page background image. */
/* Hide stuff - footer */
/* #footer {display:none} Hide - distracting page-footer (copyleft/disclaimers/banner icons) */
/* makes edit-diffs easier to see */
td.diff-deletedline div del.diffchange-inline {color:black; background-color: #ffd064;}
td.diff-addedline div ins.diffchange-inline {color:black; background-color: #66bbff;}
/* limits the highlights on the N, m, b information to bolding and a tooltip */
abbr.newpage, abbr.minor {border-bottom: none; cursor: auto;}
/* link classifier script colors */
A.deletion { background:#ff8266; }
A.image.deletion > IMG { border:2px solid #b22222; }
A.disambiguation { background-color:#ffffb4; }
A.stubcls { color:#5c2bb8; }
A.new { color:#cc2200; }
A.redirect { color:#00bb00; }
A.self-redirect { background-color:#88ff88; }
A.stubcls:visited { color:#552c50; }
A.new:visited { color:#aa4444; }
A.redirect:visited { color:#227722; }
A.deletion:visited { color:#cc2277; }
A.broken-redirect { color:#cc2200; background-color:#88ff88; }
A.broken-redirect:visited { color:#aa4444; background-color:#88ff88; }
/* Tweak citations, to not display the "last accessed on ..." */
.reference-accessdate {display:none}
/* Tweak Wikidata in watchlist formatting */
.wikibase-edit { color:#898989; background-color:#ebebeb; }
A.wb-entity-link { color:#745151; }
/* TEST
.ve-ui-toolbarDialog.oo-ui-window-ready {
max-height: 250px !important;
}
.ve-ui-specialCharacterDialog .oo-ui-bookletLayout {
height: 250px !important;
} */
/**
* Display links to disambiguation pages in orange
* @revision 1.0 (2015-05-27)
* @author Kaldari
*/
a.mw-disambig { color: #ff8921; }