User:RexxS/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:RexxS/common.js. |
/* 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;}