More actions
created the page |
changed my username |
||
(3 intermediate revisions by the same user not shown) | |||
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: | a[href$="/wiki/User:Cswimr"] { | ||
color: #fc7f03 !important; | color: #fc7f03 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
content: " (Wiki Maintainer)"; | content: " (Wiki Maintainer)"; | ||
} | } | ||
a[href$=":User: | a[href$=":User:Cswimr"], | ||
a[href$="/User: | a[href$="/User:Cswimr"] { | ||
color: #fc7f03 !important; | color: #fc7f03 !important; | ||
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)"; | |||
} | } | ||
a[href$="/wiki/User:Themoney"] { | a[href$="/wiki/User:Themoney"] { | ||
color: # | color: #A44FDE !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
content: " (Zenith Developer)"; | content: " (Zenith Developer)"; | ||
Line 23: | Line 35: | ||
a[href$=":User:Themoney"], | a[href$=":User:Themoney"], | ||
a[href$="/User:Themoney"] { | a[href$="/User:Themoney"] { | ||
color: # | color: #A44FDE !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
content: " (Zenith Developer)"; | content: " (Zenith Developer)"; | ||
} | } | ||
Line 46: | Line 57: | ||
color: #696969 !important; | color: #696969 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
*/ | */ |
Latest revision as of 07:40, 20 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:Cswimr"] {
color: #fc7f03 !important;
font-weight: bold !important;
content: " (Wiki Maintainer)";
}
a[href$=":User:Cswimr"],
a[href$="/User:Cswimr"] {
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;
}
*/