User:Kephir/common.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Kephir to every page.


.Cyrl {
	font-family: Arimo, sans-serif;
}

.Cyrs {
	font-size: 11pt;
	font-family: Code2000, sans-serif;
}

.attentionseeking {
	background: yellow;
	font-size: smaller;
	padding: 0.1em 0.3em;
}

.attentionseeking:empty::after {
	content: "[ATTN] " attr(title) " [ATTN]";
}

.missing-language,
.deprecated-label {
	background: #ff0;
	color: #000;
}

.client-js #wikiPreview .NavContent { 
	display: block;
}

.qualifier-brac, .qualifier-content {
	font-size: smaller;
}

body.action-submit #mw-missingsummary {
	padding: 0 1em;
	border: 2px solid red;
}

/* mirror Wikipedia style */
.documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #AAA;
	background-color: #ECFCF4;
	padding: 1em;
}

.documentation .shortcut-box {
	color: black;
	background: white;
}

.documentation > hr:first-child,
.documentation > hr:last-child {
	display: none;
}

div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background: #ffdbdb;
	padding: 0.25em 0.9em;
}

/* bidi-isolate string literals */
.source-lua .st0 {
	unicode-bidi: -moz-isolate;
	unicode-bidi: -webkit-isolate;
	unicode-bidi: isolate;
}

/* archive boxes experiments */
.archive-box {
	border-width: 2px;
}

.archive-from-rft {
    border-color: #55b;
    background: #eef;
	color: black;
}

.archive-from-rfm {
	border-color: #aa0;
	background: #ffc;
	color: black;
}

.archive-from-feedback {
	border-color: #939;
	background: #fef;
	color: black;
}

#monthly-pages-nav {
	margin: 0 0 3em 0;
	padding: 0.5em 0.5em 0 0.5em;
	background: #eef;
}

#monthly-pages-nav ~ #toc {
	float: right;
	margin: -1em 0 1em 1em;
}