Jump to content

User:Unician/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.
/* show template:Orphan regardless of its date */

.ambox-Orphan {
	display: inherit !important;
}

/* Watchlist:  show recent changes with green bullets */

span.updatedmarker {
	background-color: transparent;
	color: #006400;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
	font-weight: normal;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
	display: block;
}

/* Bold colors for diff displays */

.wDiffDelete {
	background-color: #C33 !important;
	color: #FFF !important;
	font-weight: bold !important;
}

.wDiffInsert {
	background-color: #0B0 !important;
	color: #FFF !important;
	font-weight: bold !important;
}

.wDiffNewline:before {
	content: "¶" !important;
	color: #FFF !important;
	font-weight: bold !important;
}