Difference between revisions of "MediaWiki:Common.css"

From TitanRO Wiki
Jump to navigation Jump to search
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-class-bg {
  background-color: #FFFDCA !important;
  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;
}
}

Revision as of 20:53, 7 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;
}