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

From Team Fortress Wiki
Jump to: navigation, search
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
#p-Valve_Wiki_Network, #p-Portal_Wiki, #footer-icons
+
#footer-icons { display: none !important }
{
+
#footer-places { float: right !important }
display: none !important;
+
#footer-info { float: left }
}
+
#footer li { padding: 0 !important; line-height: 1.5em !important }
  
 
/* Highlight redirect links */
 
/* Highlight redirect links */
 
.mw-redirect,
 
.mw-redirect,
 
.mw-redirect:link,
 
.mw-redirect:link,
.mw-redirect:visited
+
.mw-redirect:visited {
{
 
 
color: #DB9C1F;
 
color: #DB9C1F;
 
}
 
}

Latest revision as of 14:11, 5 May 2014

#footer-icons { display: none !important }
#footer-places { float: right !important }
#footer-info { float: left }
#footer li { padding: 0 !important; line-height: 1.5em !important }

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