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
(Created page with "→‎CSS placed here will be applied to all skins: →‎highlight founder with a green color: a[href$="/User:PowerMasterAlex"] { color: green !important; font-weight:...")
 
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 color */
a[href$="/User:PowerMasterAlex"] {
a[href$="/User:PowerMasterAlex"] {
     color: green !important;
     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-weight: bold !important;
     font-family: Courier !important;
     font-family: Courier !important;
}
}

Revision as of 01:06, 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;
}