Difference between revisions of "MediaWiki:Common.css"

From Heroes Assemble MUSH
Jump to navigation Jump to search
Line 3: Line 3:
 
body {background: #02213F}
 
body {background: #02213F}
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
 +
 +
.toccolours {
 +
    background-color: #000000;
 +
    color: #ffcc33;
 +
}

Revision as of 05:58, 25 February 2020

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

body {background: #02213F}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

.toccolours {
    background-color: #000000;
    color: #ffcc33;
}