User:Begoon/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:Begoon/vector.js. |
/* @import url("https://en.wikipedia.org/w/index.php?title=User:Begoon/override-typography-refresh.css&action=raw&ctype=text/css"); */
/* Preceding line includes code from User:Begoon/override-typography-refresh.css to override the typography refresh */
/* loaded globally at meta */
/*@import url("https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-WatchlistBase.css&action=raw&ctype=text/css");*/
/* Preceding line loads the broken watchlist gadget... */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*---remove watchlist updated junk---*/
li.mw-changeslist-line {list-style-image: none !important;}
form#mw-watchlist-resetbutton {display: none !important;}
span#mw-wlheader-showupdated {display: none !important;}
div.mw-changeslist-legend.mw-collapsible {display: none !important;}
/*---format pending changes watchlist 'alert'---*/
div.fr-watchlist-pending-notice {
background-color: #fff5d9 !important;
border: 1px solid #ececec !important;
margin-bottom: 3px !important;
display: table !important;
}
/*---override Article assessment colours---*/
/* Remove colours entirely */
.firstHeading {color: black !important;}
.firstHeading {background-color: #fff !important;}
.firstHeading .editsection {
color: black !important;
}
/*---Turn off highlighting active input (for Chrome)---*/
*:focus {outline: none;}
/*---remove ordinary rollback link - prevent accidental click - prefer TW---*/
.mw-rollback-link {display:none !important;}
/*---this is annoying me - running into other text---*/
#coordinates {top:-2em;}