User:CalendulaAsteraceae/common.css

From Wikisource
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* customize fonts */
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
	font-family:serif;
}

/* show where deprecated templates are used */
.deprecated-template-warning {
	display:inline !important;
}

/* make the missing edit summary warning more noticeable */
#mw-missingsummary {
	background-color:#fef6e7;
	border:1px solid #ac6600;
	padding:0.5em 1em;
	margin:1em 0;
}
#mw-missingsummary > p {
	margin:0;
}

/* make external links not be the same color as surrounding text */
/*
a, .mw-parser-output a {
	color:#0645ad;
	color:#36c;
}
*/
/*
a:visited, .mw-parser-output a:visited {
	color:#0b0080;
	color:#795cb2;
}
*/
a.external, a.disabledlink, a.extiw,
.mw-parser-output a.external, .mw-parser-output a.disabledlink {
	color:#36b !important;
	/* color:#36c !important; */
}
a.external:visited, a.disabledlink:visited, a.extiw:visited,
.mw-parser-output a.external:visited, .mw-parser-output a.disabledlink:visited {
	color:#636 !important;
	/* color:#795cb2 !important; */
}
/*
.darkmode a {
	color:#99b2e6;
}
.darkmode a:visited {
	color:#bcaed8;
}
*/

/* make marked text less eye-searing */
mark {
	background:#fee18d;
}

/* style my custom warnings */
.custom-warning-box {
	background-color:#eaf3ff;
	border-color:#2a4b8d;
	color:#2a4b8d;
}