User:Whym/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Make redirects visible */
.mw-redirect { border-bottom: 2px dotted #9BD; }
/* Make disambiguations visible */
.mw-disambig { border-bottom: 2px dashed #9BD; }
/* Highlight some links in sidebar */
#mw-panel:hover #n-recentchanges,
#mw-panel:hover #t-contributions {
	list-style: outside circle;
}

/* Body text */
body, textarea {
	font-family: "Liberation Sans","Helvetica","Arial", sans-serif;
}
/* Monospace for diffs and code-like input fields */
.diff-context, .diff-deletedline, .diff-addedline,
.tux-textarea-translation, .sourcemessage, #wpFilterRules, .ns-8 textarea {
	font-family: monospace;
}

/* Byte changes in a smaller font */
.mw-plusminus-pos, .mw-plusminus-neg, .mw-plusminus-null {
	font-size: .85em;
}

/* Watchlist symbols in monospace and in custom colors */
.mw-changeslist abbr{
	display: inline-block;
	width: .5em;
}
abbr.minoredit, abbr.botedit{
	text-transform: lowercase;
	color: #888;
}
abbr.newpage{ color: #D00; }

/* Edit summaries in serif in Japanese */
.mw-content-text .comment:lang(ja){ font: normal normal 85% serif; }
/* Page sizes in green (on history pages) */
.history-size { color: #53A053; }
/* Update markers in red */
.updatedmarker { color: #D55; }
/* "Current" markers in red (on user contributions) */
.mw-uctop { color: #900; }
/* Smaller extras in a history line */
.updatedmarker, .mw-uctop, .mw-rollback-link {
	font-weight: normal;
	font-size: .85em;
	background: transparent;
}

/* References marks in gray */
.reference, .reference a:not(:hover) {
	font-size: 7.5pt;
	color: rgb(121,121,121);
}
/* Make warnings small */
#editpage-copywarn, .mw-newarticletext {
	font-size: xx-small;
}