User:The Mol Man/monobook.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.
.mw-thanks-thank-link {
	display:none;
}

#utcdate a {
	font-size:90% !important;
	font-weight:normal !important;
}

#utcdate {
	font-weight:bold;
}

#utcdate:before {
	content:'[';
}

#utcdate:after {
	content:']';
}

.allpagesredirect,
.redirect-in-category,
.watchlistredir {
	opacity:.45;
}

.mw-hidden-catlinks {
	color:#666;
}

.mw-hidden-catlinks a {
	color:#8294CF;
}

.mw-hidden-catlinks a:visited {
	color: #AB9AC8;
}

.source-lua {
	white-space:pre-wrap;
}
/******************************************************************
  Hey, wouldn't it be cool if {{infobox}} were in shades of pink?
******************************************************************/

.infobox {
	border: 1px solid #B30039;
	background-color: #FFD7FD;
	color: #8D0853;
}

.infobox * {
    border-color:#B30039 !important;
}

.infobox a {
	color:#e10099;
}

.infobox a:visited {
	color:#bc1494;
}

.infobox .external {
	color:#ff23ec !important;
}


/* Override inline th backgrounds */
.infobox th[style*="background"]:only-child,
.infobox td[style*="background"]:only-child,
.infobox tr[style*="background"],
.infobox tr > *:only-child > div[style*="background"],
.infobox .navbox th,
.infobox .navbox-title {
    background-color:#ff92de !important;
}

/* Overide inline colors */
/* catches background-color too, but whatever */
.infobox th[style*="color:"]:only-child,
.infobox td[style*="color:"]:only-child {
	color:#b30065 !important; /* assume it should be different from text color if overridden */
}

.infobox table {
	background-color:inherit !important;
}
/* list dots */
.infobox ul {
    list-style-image:url('data:image/gif;base64,R0lGODlhBQANAIABAP9B0f///yH5BAEKAAEALAAAAAAFAA0AAAIMjI+py+DhopwAvlQAADs=');
}

/* idk why the above overrides .plainlist */
.infobox .plainlist ol,
.infobox .plainlist ul {
    list-style:none !important;
}