Jump to content

User:KylieTastic/common.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.
/* hide rollback one click links - too dangerous! and I like to always add a comment - using perm for tools instead on on web */
.mw-rollback-link a {
    color:red ;
}

.action-history .mw-rollback-link {
	display: initial;
    padding: 0 8px;
    margin: 2px 8px;
    border: solid 1px red;
}

/* Hide tools clutter - stuff I have no need for */
#t-global-contributions, #feedlinks, #t-urlshortener, #t-urlshortener-qrcode {
	display: none;
}

/* Hightlight missing images */
.mw-file-element.mw-broken-media {
	color:red !important;
	background-color: yellow !important;
	font-weight: bold; 
}