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 (use absolute href, don't limit to mw-userlink class)
(remove staff colour test)
Tag: Replaced
 
Line 3: Line 3:
 
font-size: 104%;
 
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}
 

Latest revision as of 13:10, 12 June 2019

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