Jump to content

User:Grolltech/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 coordinate stuff */
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }

/* References */
.citation-comment {display: inline !important;}  /* show all Citation Style 1 error messages */

/* Watchlists */
.updatedmarker {
    background-color: Lime;
    color: #006400;
}

/* Code blocks (slightly darker) */
code { 
    background-color: #F0F0F0; /*was #F9F9F9*/
}

/* Unicode fonts */
.Unicode {
    font-family:  "Segoe UI", Aegean, "Arial Unicode MS", "Lucida Sans Unicode", "Segoe UI Symbol", Code2000, Code2001, Symbola, sans-serif !important;
}

/* Diffs that stand out more */
.diffchange {
	padding: 1px 2px 1px 2px; 
	border: 2px dashed red; 
	margin: 0 2px 0 0;
	font-weight: bold;
    background-color: inherit;
}

.diff-addedline, 
.diff-deletedline, 
.diff-context {
    font-size: 85%;
    color: inherit;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
}