Difference between revisions of "MediaWiki:Common.css"

From Heroes Assemble MUSH
Jump to navigation Jump to search
Line 8: Line 8:
 
     color: #f1d34e;
 
     color: #f1d34e;
 
}
 
}
 +
 +
.mw-body-content a:link { font-weight: bold; color: #e7ea12; } /* normal unvisited links */
 +
.mw-body-content a:link:visited { color: red; } /* visited links */

Revision as of 07:51, 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:link { font-weight: bold; color: #e7ea12; } /* normal unvisited links */
.mw-body-content a:link:visited { color: red; } /* visited links */