User:Quiddity/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 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; }