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
created the page
 
No edit summary
Line 4: Line 4:
/* Modified from the Galaxypedia: https://robloxgalaxy.wiki/wiki/MediaWiki:UserColors.css */
/* Modified from the Galaxypedia: https://robloxgalaxy.wiki/wiki/MediaWiki:UserColors.css */


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


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

Revision as of 18:58, 9 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: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;
    


*/