• This forum is strictly intended to be used by members of the VS Battles wiki. Please only register if you have an autoconfirmed account there, as otherwise your registration will be rejected. If you have already registered once, do not do so again, and contact Antvasima if you encounter any problems.

    For instructions regarding the exact procedure to sign up to this forum, please click here.
  • We need Patreon donations for this forum to have all of its running costs financially secured.

    Community members who help us out will receive badges that give them several different benefits, including the removal of all advertisements in this forum, but donations from non-members are also extremely appreciated.

    Please click here for further information, or here to directly visit our Patreon donations page.
  • Please click here for information about a large petition to help children in need.

Is it possible to change our colors?

PaChi2

VS Battles
Retired
20,720
3,668
Discussion moderators are brown-red.

Admins are green.

Content moderators are yellow.

Normal users are blue.

My question is, are those colors fixed or can we change them? I mean, Admins change to... silver, for example.
 
Out of curiosity.

I dont like Discussion mod's color ovo

Thank you!
 
You can change it through your personal css. Just go to User:paChi/wiki.css and input the following

Code:
 /* Discussion Moderators */ a[href$="/wiki/User:Thebluedash"], a[href$=":Thebluedash"], a[href$="/Thebluedash"], a[href$="/wiki/User:AidenBrooks999"], a[href$=":AidenBrooks999"], a[href$="/AidenBrooks999"], a[href$="/wiki/User:Dino_Ranger_Black"], a[href$=":Dino_Ranger_Black"], a[href$="/Dino_Ranger_Black"], a[href$="/wiki/User:Antoniofer"], a[href$=":Antoniofer"], a[href$="/Antoniofer"], a[href$="/wiki/User:Gemmysaur"], a[href$=":Gemmysaur"], a[href$="/Gemmysaur"], a[href$="/wiki/User:Saikou_The_Lewd_King"], a[href$=":Saikou_The_Lewd_King"], a[href$="/Saikou_The_Lewd_King"], a[href$="/wiki/User:ScarletFirefly"], a[href$=":ScarletFirefly"], a[href$="/ScarletFirefly"], a[href$="/wiki/User:JustSomeWeirdo"], a[href$=":JustSomeWeirdo"], a[href$="/JustSomeWeirdo"], a[href$="/wiki/User:ArbitraryNumbers"], a[href$=":ArbitraryNumbers"], a[href$="/ArbitraryNumbers"], a[href$="/wiki/User:Unite_My_Rice"], a[href$=":Unite_My_Rice"], a[href$="/Unite_My_Rice"] a[href$="/wiki/User:PaChi2"], a[href$=":PaChi2"], a[href$="/PaChi2"] a[href$="/wiki/User:LordGriffin1000"], a[href$=":LordGriffin1000"], a[href$="/LordGriffin1000"], a[href$="/wiki/User:Assaltwaffle"], a[href$=":Assaltwaffle"], a[href$="/Assaltwaffle"], a[href$="/wiki/User:Aeyu"], a[href$=":Aeyu"], a[href$="/Aeyu"], a[href$="/wiki/User:Kepekley23"], a[href$=":Kepekley23"], a[href$="/Kepekley23"], a[href$="/wiki/User:Liger686"], a[href$=":Liger686"], a[href$="/Liger686"], a[href$="/wiki/User:Hop_Hoppington-Hoppenhiemer"], a[href$=":Hop_Hoppington-Hoppenhiemer"], a[href$="/Hop_Hoppington-Hoppenhiemer"] { color: #<you code here in hex>!important; font-weight: bold !important; font-family: sans-serif !important; font-size: 14px !important; }
 
Jobbo said:
HTML & CSS are fairly simple to learn, you could knock out the basics in a day.
It's especially easy in MediaWiki software like Wikia, since the amount of commands and classes used is fairly small and simple. Really, just reading through the CSS used on TARDIS and Wookiepedia have taught me more then enough to competently design some wikis.
 
Back
Top