Difference between revisions of "User:XPaw/vector.css"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with "#p-Valve_Wiki_Network, #p-Portal_Wiki, #footer-icons { display: none !important; }")
 
m
Line 2: Line 2:
 
{
 
{
 
display: none !important;
 
display: none !important;
 +
}
 +
 +
/* Highlight redirect links */
 +
.mw-redirect,
 +
.mw-redirect:link,
 +
.mw-redirect:visited
 +
{
 +
color: #DB9C1F;
 
}
 
}

Revision as of 17:07, 22 October 2011

#p-Valve_Wiki_Network, #p-Portal_Wiki, #footer-icons
{
	display: none !important;
}

/* Highlight redirect links */
.mw-redirect,
.mw-redirect:link,
.mw-redirect:visited
{
	color: #DB9C1F;
}