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 (" " -> "_")
m (use absolute href, don't limit to mw-userlink class)
Line 4: Line 4:
 
}
 
}
  
/* Test: show staff color on Talk pages properly */
+
/* Fix: Show staff colours on Talk pages properly */
  
a.mw-userlink[href$="User:Andytizer"] {font-weight:bold;color:#2ecc71}
+
a[href="/wiki/User:Andytizer"]
 +
{font-weight:bold;color:#2ecc71}
  
a.mw-userlink[href$="User:Aemony"],  
+
a[href="/wiki/User:Aemony"],  
a.mw-userlink[href$="User:Blackbird"],  
+
a[href="/wiki/User:Blackbird"],  
a.mw-userlink[href$="User:Expack3"],  
+
a[href="/wiki/User:Expack3"],  
a.mw-userlink[href$="User:Garrett"],  
+
a[href="/wiki/User:Garrett"],  
a.mw-userlink[href$="User:Mirh"],  
+
a[href="/wiki/User:Mirh"],  
a.mw-userlink[href$="User:Snuxoll"],  
+
a[href="/wiki/User:Snuxoll"],  
a.mw-userlink[href$="User:Suicide_machine"],  
+
a[href="/wiki/User:Suicide_machine"],  
a.mw-userlink[href$="User:Vetle"]  
+
a[href="/wiki/User:Vetle"]  
 
{font-weight:bold;color:#1abc9c}
 
{font-weight:bold;color:#1abc9c}
  
a.mw-userlink[href$="User:Baronsmoki"],
+
a[href="/wiki/User:Baronsmoki"],
a.mw-userlink[href$="User:Cptmold"],
+
a[href="/wiki/User:Cptmold"],
a.mw-userlink[href$="User:Hawaii_Beach"],
+
a[href="/wiki/User:Hawaii_Beach"],
a.mw-userlink[href$="User:Jigen123"],
+
a[href="/wiki/User:Jigen123"],
a.mw-userlink[href$="User:Marioysikax"],
+
a[href="/wiki/User:Marioysikax"],
a.mw-userlink[href$="User:Mars_icecream"],
+
a[href="/wiki/User:Mars_icecream"],
a.mw-userlink[href$="User:Nccvoyager"],
+
a[href="/wiki/User:Nccvoyager"],
a.mw-userlink[href$="User:Nicereddy"],
+
a[href="/wiki/User:Nicereddy"],
a.mw-userlink[href$="User:Rose"],
+
a[href="/wiki/User:Rose"],
a.mw-userlink[href$="User:Silent"],
+
a[href="/wiki/User:Silent"],
a.mw-userlink[href$="User:SirYodaJedi"]
+
a[href="/wiki/User:SirYodaJedi"]
 
{font-weight:bold;color:#e67e22}
 
{font-weight:bold;color:#e67e22}

Revision as of 23:06, 11 June 2019

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

/* Fix: Show staff colours on Talk pages properly */

a[href="/wiki/User:Andytizer"]
{font-weight:bold;color:#2ecc71}

a[href="/wiki/User:Aemony"], 
a[href="/wiki/User:Blackbird"], 
a[href="/wiki/User:Expack3"], 
a[href="/wiki/User:Garrett"], 
a[href="/wiki/User:Mirh"], 
a[href="/wiki/User:Snuxoll"], 
a[href="/wiki/User:Suicide_machine"], 
a[href="/wiki/User:Vetle"] 
{font-weight:bold;color:#1abc9c}

a[href="/wiki/User:Baronsmoki"],
a[href="/wiki/User:Cptmold"],
a[href="/wiki/User:Hawaii_Beach"],
a[href="/wiki/User:Jigen123"],
a[href="/wiki/User:Marioysikax"],
a[href="/wiki/User:Mars_icecream"],
a[href="/wiki/User:Nccvoyager"],
a[href="/wiki/User:Nicereddy"],
a[href="/wiki/User:Rose"],
a[href="/wiki/User:Silent"],
a[href="/wiki/User:SirYodaJedi"]
{font-weight:bold;color:#e67e22}