User:AlanM1/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.
.geo-default, .geo-nondefault, .geo-dec, .geo-dms, .geo-multi-punct {
	display: inline;
}

/* For {{tq}} formatting */
.inline-quote-talk, .inline-quote-talk2 {
	color: #000000 !important;
	font-family: Arial, sans-serif !important;
	border: solid 1px #2288FF;
	padding: 0px 2px;
	background-color: #DFEFFF;
}

.example			{ background-color: #EEFFEE !important; }
.example-bad		{ background-color: #FFEEEE !important; }

.diffchange-inline	{
	background-color: #FCC !important;
	color:inherit !important;
}

.mw-parser-output .templatequote {
	margin: 0.5em 0 !important;
	background-color: #ddeeff !important;
	padding: 0 1em !important;
}

.mw-changeslist-date::before {
	content:'';
}

.reference::before {
	content:'\200d';
}

/* Move edit links back to edge of page { */
.ltr .mw-editsection		{ float: right; }
.rtl .mw-editsection		{ float: left; }
/* } */

.mw-editsection				{ line-height:1.5em !important; }

/* Revert watchlist new changes format
   per https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Green_highlighting_of_changes_since_last_visit_doesn.27t_work_anymore
{ */
span.updatedmarker {
	display: inline;
	font-style: italic;
	background-color: #00FFFF;
	color: #00AA00;
}

/* } */

/* Fonts, colors */
#wpSave							{ background-color: lightgreen; }
textarea						{ caret-color: #c00000; }
.localcomments					{ font-size: 90% !important; color: #008000; }
.mw-contributions-current		{ background-color: #cccccc; }
.mw-redirect					{ color:#00bbbb !important; }

.allpagesredirect
, .redirect-in-category			{ font-style: normal !important; }

/*
.script-hebrew, .script-arabic	{ font-size: 175% !important; line-height: 75% !important; }
*/
:dir(rtl)						{ font-size: 175% !important; line-height: 75% !important; }
div[style*="rtl"]				{ font-size: 175% !important; line-height: 75% !important; }
sub, sup						{ font-size: 70%; }

h2 {
	background-color: #EEEEFF;
	background-clip: content-box;
}

h3 {
	background-color: #EEFFEE;
	background-clip: content-box;
}

h4 {
	background-color: #EEEEEE;
	background-clip: content-box;
}

/* Remove space before section edit closing bracket */
.mw-editsection-bracket:not(:first-of-type) {
    margin-left: 0 !important;
}

/* [[Special:Permalink/969619813#Long section headers truncate, not wrap]] */
h1, h2, h3, h4, h5, h6 {
	overflow-x:auto !important;
	word-break:break-word !important;
}


/* Flag bad code for cleanup from [[:meta:User:SMcCandlish/lint.css]] */
tt, center, dir, font, menu, xmp, strike {
	color: DarkRed !important;
	background: Pink !important;
}


.mw-disambig					{ color: #FF8921  !important; }	/* Orange */


/* Namespace coloring */
.ns-2, .ns-3					{ background-color: #C0E0FF; }	/* Blueish */
.ns-4, .ns-5					{ background-color: #E0FFE0; }	/* Greenish */

.ns--1,
.ns-12, .ns-13,
.ns-8							{ background-color: #FFFFD0; }	/* Yellowish */

.ns-10, .ns-11,
.ns-2300, .ns-2301,
.ns-828, .ns-829				{ background-color: #FFF0E0; }	/* Salmon */

.ns-118, .ns-119				{ background-color: #C0C0C0; }	/* 25% gray */


.mw-summary-preview .comment	{ background-color: #AAFFAA; } /* Edit summary highlight */

.user-blocked-indef				{ color: #CCCCCC !important; background-color: #000000 !important; } /* Indef'd users lowlight to diff. from user-blocked-temp */

#skip-to-top-button,
#skip-to-bottom-button			{ display: none; }

@font-face {
    font-family: "Engravers MT";
    src: local("sans-serif");
}

b {
	font-family: "Arial" !important;
}

/* To fix 2020-04-30 change in diff font */
.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: sans-serif;
  font-size: 88%;
}