Difference between revisions of "MediaWiki:Common.css"

From Fight As One MUSH
Jump to navigation Jump to search
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');
 +
 
.toccolours {
 
.toccolours {
 
     background-color: #000000;
 
     background-color: #000000;

Revision as of 06:34, 25 February 2020

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

@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');

.toccolours {
    background-color: #000000;
    color: #ffcc33;
}
.mw-wiki-logo {
    background-image: url(https://www.fightasonemush.com/images/f/f6/Fight_as_One_MUSH_Logo.jpg);
}