Difference between revisions of "MediaWiki:Common.css"

From TitanRO Wiki
Jump to navigation Jump to search
(Testing CSS usage)
 
(Add no-class-bg)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.novice-class-bg {
background-color: #FFFDCA !important;
}


body { background-color: red; }
.first-class-bg {
background-color: #C3FCEE !important;
}
 
.second-class-bg {
background-color: #BBE9FF !important;
}
 
.expanded-class-bg {
background-color: #FFC9D2 !important;
}
 
.no-class-bg {
background-color: #CCC !important;
}
 
.infobox {
border: 1px solid #AAA;
background-color: #F9F9F9;
color: #000;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}

Latest revision as of 14:01, 8 May 2018

/* CSS placed here will be applied to all skins */
.novice-class-bg {
 background-color: #FFFDCA !important;
}

.first-class-bg {
 background-color: #C3FCEE !important;
}

.second-class-bg {
 background-color: #BBE9FF !important;
}

.expanded-class-bg {
 background-color: #FFC9D2 !important;
}

.no-class-bg {
 background-color: #CCC !important;
}

.infobox {
 border: 1px solid #AAA;
 background-color: #F9F9F9;
 color: #000;
 margin-bottom: 0.5em;
 margin-left: 1em;
 padding: 0.2em;
 float: right;
 clear: right;
}