User:RexxS/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.
/* span.mw-editsection { float:right; } */

/* Style for comma separated lists (separator following item).
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   @source MediaWiki:Common.css
   @author [[User:Edokter]] - mods by Rexx
*/
/* Demo of comma separated lists
.cslist ul {
    margin: 0;
    padding: 0;
}

.cslist li {
    margin: 0;
    display: inline-block;
}

.cslist li:after {
    content: ", ";
}
.cslist li:last-child:after {
    content: none;
}
*/

/* vertical align classes
.vat, .vat tr, .vat td {vertical-align:top}      /*  top 
.vab, .vab tr, .vab td {vertical-align:bottom}   /*  bottom  */

/* Error class for convert in preview and save */
.cvt_err {
	color: blue;
	font-size: 85%;
}
#wikiPreview span.cvt_err {
	color: red;
	font-size: 115%;
}

/* test hide infobox 
table.infobox {display:none;}
*/

/* test paragraph spacing in indented comments
.ns-talk .mw-body-content dd {margin-top:0.4em; margin-bottom:0.4em;} */

/* test of math block
.mwe-math-mathml-display math {
    display: initial;
}
*/

/* test display of short description
.shortdescription {
	display: block !important;
	color: #F08;
	font-style: italic;
}
*/
.userhighlighter_arbcom {background-color: #CCC !important;}
.userhighlighter_bureaucrat {background-color: #8CF !important;}
.userhighlighter_oversight {background-color: #EDE !important;}
.userhighlighter_checkuser {background-color: #FF0 !important;}
.userhighlighter_interface-admin {background-color: #CFC !important;}
.userhighlighter_sysop {background-color: #AFF !important;}