Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:UserColors.css: Difference between revisions

MediaWiki interface page
mNo edit summary
added CornHusker's colors
Line 14: Line 14:
     font-weight: bold !important;
     font-weight: bold !important;
     content: " (Wiki Maintainer)";
     content: " (Wiki Maintainer)";
}
a[href$="/wiki/User:CornHusker"] {
    color: #31aee6 !important;
    font-weight: bold !important;
    content: " (Zenith Wiki Staff)";
}
a[href$=":User:CornHusker"],
a[href$="/User:CornHusker"] {
    color: #31aee6 !important;
    font-weight: bold !important;
    content: " (Zenith Wiki Staff)";
}
}


Line 45: Line 57:
     color: #696969 !important;
     color: #696969 !important;
     font-weight: bold !important;
     font-weight: bold !important;
   


*/
*/

Revision as of 04:58, 11 August 2024

/* Colors for user's names. */
/*Blank Version at the bottom for you to copy if adding a new user.*/
/*Please always leave a blank version at the bottom when updating colors*/
/* Modified from the Galaxypedia: https://robloxgalaxy.wiki/wiki/MediaWiki:UserColors.css */

a[href$="/wiki/User:Seaswimmer"] {
    color: #fc7f03 !important;
    font-weight: bold !important;
    content: " (Wiki Maintainer)";
}
a[href$=":User:Seaswimmer"],
a[href$="/User:Seaswimmer"] {
    color: #fc7f03 !important;
    font-weight: bold !important;
    content: " (Wiki Maintainer)";
}

a[href$="/wiki/User:CornHusker"] {
    color: #31aee6 !important;
    font-weight: bold !important;
    content: " (Zenith Wiki Staff)";
}
a[href$=":User:CornHusker"],
a[href$="/User:CornHusker"] {
    color: #31aee6 !important;
    font-weight: bold !important;
    content: " (Zenith Wiki Staff)";
}

a[href$="/wiki/User:Themoney"] {
    color: #A44FDE !important;
    font-weight: bold !important;
    content: " (Zenith Developer)";
}
a[href$=":User:Themoney"],
a[href$="/User:Themoney"] {
    color: #A44FDE !important;
    font-weight: bold !important;
    content: " (Zenith Developer)";
} 

/*Instructions to add a new name
Copy and Paste the below code below the closing bracket of the code above it.
Do not delete the code below this point, only copy it.
Add the username of the person you are adding to all three required slots. Use the above code for reference. If you have any questions, just contact a fellow staff memeber for assistance, better to ask then to mess up the code.
(Admins/Mods are allowed to pick their own color codes, below are the default ones for each rank)
Color Codes:
Moderator: #00ffff
Admin: #A44FDE

 a[href$="/wiki/User:"] {
    color: #696969 !important;
    font-weight: bold !important;
}
a[href$=":"],
a[href$="/"] {
    color: #696969 !important;
    font-weight: bold !important;


*/