Difference between revisions of "MediaWiki:Common.css"

From TitanRO Wiki
Jump to navigation Jump to search
(Add novice-bg class)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.novice-bg {
.novice-bg {
  background-color: #FFFDCA
  background-color: #FFFDCA !important;
}
}

Revision as of 20:50, 7 May 2018

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