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
(heres)
m
Line 18: Line 18:


div#content {
div#content {
     background:#f5deb3;
     background:#FFFFF0;
}
}


Line 25: Line 25:
}
}


#footer { background-color: #f5deb3; }
#footer { background-color: #FFFFF0; }

Revision as of 04:36, 17 February 2019

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

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

/* highlight Bureaucrats with a gold color */

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

div#content {
    background:#FFFFF0;
}

body {
    background: #934600;
}

#footer { background-color: #FFFFF0; }