MediaWiki:Common.css: Difference between revisions

From SEHK Wiki
No edit summary
No edit summary
Line 7: Line 7:


.color-left { background: #14866d }
.color-left { background: #14866d }
.color-middle { background: #14866d }
.color-right { background: #14866d }


.mw-body h3 {
.mw-body h3 {

Revision as of 03:42, 9 October 2020

/* CSS placed here will be applied to all skins */

#mw-content-container { 
   background-image: none; 
   background-color: #f2fffd;
}

.color-left { background: #14866d }
.color-middle { background: #14866d }
.color-right { background: #14866d }

.mw-body h3 {
   color: black;
   font-size: 1.5em;
}