Jump to content

User:Allninemice/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 certain warnings/info */
.editpage-head-copywarn, .ext-discussiontools-ui-replyWidget-footer, .mw-special-Listusers .mw-specialpage-summary, .mw-rollback-link .mw-special-Watchlist, #jswarning, #clearprefcache, #twinkle-config-headerbox {
	display: none;
} /* TODO outdated */

/* (un)recolor links */
#mw-panel a:visited, #p-personal a:visited {
	color: #0645ad;
}

/* utc clock format*/
#utcdate a {
	font-weight: bold !important;
	font-size: 115% !important;
}
.skin-vector #utcdate {
	width: inherit;
}

/* image blur lol *//*
a[href^="/wiki/File"] > img {
	filter: blur(1.3ex);
	transition: filter 20ms ease-in-out;
	overflow: hidden;
}
a[href^="/wiki/File"] > img:hover {
	filter: inherit;
}
*/

/* monospace popup diffs */
.popupDiff {
	font-family: "Lucida Console", monospace;
}

/* show cs1 errors */
.mw-parser-output .cs1-hidden-error {
	display: inline;
}

/* show cs1 maint */
.mw-parser-output .cs1-maint {
	display: inline;
}

/* linthint color */
#lintHint-collapsed, #lintHint {
	background-color: #dd04 !important;
}

/* CD TOC formatting */
.cd-pageNav-list:not(:last-child) li, .cd-pageNav-list li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

/* override for page bottom link */
#cd-pageNav-bottomLink {
	border-bottom: none !important;
}