User:Frostly/common.css

Source: 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.
/* From Tamzin, with thanks */
@import url('//en.wikipedia.org/w/index.php?action=raw&title=User:Tamzin/-show_classes.css&ctype=text/css');

/* Citation error mesasges */
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */

/* Disable the "last diff" functionality of Twinkle, as it's built-in to Ultraviolet */
#tw-lastdiff {
	display: none;
}

/* Disable my own editnotice for my talk and user pages */
#ep-editnotice {
    display: none;
}

/* Disable the "new talk messages" ribbon as I like the floating version better */
#pt-talk-alert {
	display: none;
}

/* Customize interwiki link color */
.extiw {
	color: #10654E;
}

/* Hide IP info feature insights when access is not available */
.ext-ipinfo-widget-property ext-ipinfo-widget-property-no-data {
	display:none;
}

/* Removes the "Beta" link in the portlet (assortment of links at the top-right corner), which is still accessible by clicking on "Preferences", and then "Beta". */
/* Wildcard to include pt-betafeatures-sticky-header, that displays when you scroll down in Vector 2022. */
[id^="pt-betafeatures"] { display: none; }

/* Forked from [[User:Tamzin/common.css]] */

/* Flag deprecated HTML */
tt, center, dir, font, menu, xmp { 
	text-decoration: underline red solid;
}
strike {
	text-decoration: line-through red;
}

/* Forked from [[User:Pppery/common.css]] */

/* Block backgrounds */

div.user-block {
	padding: 5px;
	margin-bottom: 0.5em;
	border: 1px solid #a9a9a9;
	background-color: #ffefd5;
}

/* Messagebox templates from Common.css */
.messagebox {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	width: 80%;
	margin: 0 auto 1em auto;
	padding: .2em;
}

.messagebox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
	margin: 4px auto;
}

/* Old WikiProject banners inside banner shells */
.mbox-inside .standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
	width: 100%;
	margin: 2px 0;
	padding: 2px;
}

.messagebox.small {
	width: 238px;
	font-size: 85%;
	/* @noflip */
	float: right;
	clear: both;
	/* @noflip */
	margin: 0 0 1em 1em;
	line-height: 1.25em;
}

.messagebox.small-talk {
	width: 238px;
	font-size: 85%;
	/* @noflip */
	float: right;
	clear: both;
	/* @noflip */
	margin: 0 0 1em 1em;
	line-height: 1.25em;
	background-color: #f8eaba;
}

/* Removes space between namespace and title on talk pages (e.g. Talk: Apple --> Talk:Apple) */
.ext-discussiontools-visualenhancements_pageframe-enabled .mw-page-title-separator {
	margin-right: 0;
}

/* Removes "Language links are at the top of the page across from the title." in the sidebar */
.vector-main-menu-action-lang-alert {
	display: none;
}

/* Hide Vector 2022 opt-out link */
.vector-main-menu-action-opt-out {
	display: none;
}