Welcome to the Power Master Wiki! Content is being updated with data from the new demo. Enjoy your time here!

Difference between revisions of "MediaWiki:Common.css"

From Power Master Wiki
Jump to navigationJump to search
m (Thinking about it more, I like one solid color better.)
m
Line 11: Line 11:


/* highlight Administrators with a silver color */
/* highlight Administrators with a silver color */
a[href$="/User:PowerMasterRMV"] {
    color: silver !important;
    font-weight: bold !important;
    font-family: Courier !important;
}


div#content {
div#content {

Revision as of 00:36, 17 December 2019

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

/* highlight Founder with a green color */
a[href$="/User:Alex95"] {
    color: green !important;
    font-weight: bold !important;
    font-family: Courier !important;
}

/* highlight Bureaucrats with a gold color */

/* highlight Administrators with a silver color */

div#content {
    background:#FFFFF0;
}

body {
    background:#008000;
}

#footer { background-color: #FFFFF0; }