User:Kephir/common.css

Hello, you have come here looking for the meaning of the word User:Kephir/common.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Kephir/common.css, but we will also tell you about its etymology, its characteristics and you will know how to say User:Kephir/common.css in singular and plural. Everything you need to know about the word User:Kephir/common.css you have here. The definition of the word User:Kephir/common.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Kephir/common.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
.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: " " attr(title) " ";
}

.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;
}