User:EdJohnston/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:EdJohnston/vector.js. |
.page-Special_Watchlist .mw-rollback-link {display:none;}
/*Hide rollback link when on any user contributions page*/
.mw-special-Contributions .mw-rollback-link {display: none;}
@media (max-width: 999px) {.mw-rollback-link {display: none;}}
span.updatedmarker {
background-color: transparent; color: #006400;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
font-weight: bold;
}
/* Some advice at WP:VPT on 25-Nov-14 to hide the pending-changes banner at top of watchlist */
div#mw-fr-watchlist-pending-notice {
display: none;
}
/* Some advice by Xeno at [[Wikipedia talk:Signatures]] to hide text-shadowing of signatures */
* {text-shadow: none !important;}