Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Njosefbeck (talk | contribs) (Remove test) |
Njosefbeck (talk | contribs) (Add no-class-bg) |
||
| (4 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; | |||
} | |||
.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;
}