Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Vetle/common.css"

From PCGamingWiki, the wiki about fixing PC games
m (test in tables)
(Test staff color on Talk pages)
Line 3: Line 3:
 
font-size: 104%;
 
font-size: 104%;
 
}
 
}
 +
 +
/* Test: show staff color on Talk pages properly */
 +
 +
a.mw-userlink[href$="User:Andytizer"] {font-weight:bold;color:#2ecc71}
 +
 +
a.mw-userlink[href$="User:Aemony"],
 +
a.mw-userlink[href$="User:Blackbird"],
 +
a.mw-userlink[href$="User:Expack3"],
 +
a.mw-userlink[href$="User:Garrett"],
 +
a.mw-userlink[href$="User:Mirh"],
 +
a.mw-userlink[href$="User:Snuxoll"],
 +
a.mw-userlink[href$="User:Suicide machine"],
 +
a.mw-userlink[href$="User:Vetle"]
 +
{font-weight:bold;color:#1abc9c}
 +
 +
a.mw-userlink[href$="User:Baronsmoki"],
 +
a.mw-userlink[href$="User:Cptmold"],
 +
a.mw-userlink[href$="User:Hawaii Beach"],
 +
a.mw-userlink[href$="User:Jigen123"],
 +
a.mw-userlink[href$="User:Marioysikax"],
 +
a.mw-userlink[href$="User:Mars icecream"],
 +
a.mw-userlink[href$="User:Nccvoyager"],
 +
a.mw-userlink[href$="User:Nicereddy"],
 +
a.mw-userlink[href$="User:Rose"],
 +
a.mw-userlink[href$="User:Silent"],
 +
a.mw-userlink[href$="User:SirYodaJedi"]
 +
{font-weight:bold;color:#e67e22}

Revision as of 22:59, 11 June 2019

/* Increase font size to show ~ (tilde) properly */
table {
	font-size: 104%;
}

/* Test: show staff color on Talk pages properly */

a.mw-userlink[href$="User:Andytizer"] {font-weight:bold;color:#2ecc71}

a.mw-userlink[href$="User:Aemony"], 
a.mw-userlink[href$="User:Blackbird"], 
a.mw-userlink[href$="User:Expack3"], 
a.mw-userlink[href$="User:Garrett"], 
a.mw-userlink[href$="User:Mirh"], 
a.mw-userlink[href$="User:Snuxoll"], 
a.mw-userlink[href$="User:Suicide machine"], 
a.mw-userlink[href$="User:Vetle"] 
{font-weight:bold;color:#1abc9c}

a.mw-userlink[href$="User:Baronsmoki"],
a.mw-userlink[href$="User:Cptmold"],
a.mw-userlink[href$="User:Hawaii Beach"],
a.mw-userlink[href$="User:Jigen123"],
a.mw-userlink[href$="User:Marioysikax"],
a.mw-userlink[href$="User:Mars icecream"],
a.mw-userlink[href$="User:Nccvoyager"],
a.mw-userlink[href$="User:Nicereddy"],
a.mw-userlink[href$="User:Rose"],
a.mw-userlink[href$="User:Silent"],
a.mw-userlink[href$="User:SirYodaJedi"]
{font-weight:bold;color:#e67e22}