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
m
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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


/* highlight Bureaucrats with a gold color */
/* highlight Bureaucrats with a pink (#FF1493) color */


/* highlight Administrators with a silver color */
/* highlight Administrators with a gold (#D0A50A) color */


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

Revision as of 05:46, 5 April 2020

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

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

/* highlight Bureaucrats with a pink (#FF1493) color */

/* highlight Administrators with a gold (#D0A50A) color */

#content {
    background:#FFFFF0;
}

body {
    background:#008000;
}

#footer { background-color: #FFFFF0; }