Difference between revisions of "MediaWiki:Common.css"

From Heroes Assemble MUSH
Jump to navigation Jump to search
m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 8: Line 8:
 
     color: #f1d34e;
 
     color: #f1d34e;
 
}
 
}
 +
 +
 +
.mw-body-content a:visited { color: #ffff66!IMPORTANT; }
 +
.mw-body-content a.new:link { color: #ffff66!IMPORTANT; }
 +
.mw-body-content a.new:visited { color: #ffff66!IMPORTANT; }

Revision as of 06:02, 8 March 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: #081f3f;
    color: #f1d34e;
}


.mw-body-content a:visited { color: #ffff66!IMPORTANT; }
.mw-body-content a.new:link { color: #ffff66!IMPORTANT; }
.mw-body-content a.new:visited { color: #ffff66!IMPORTANT; }