Difference between revisions of "MediaWiki:Vector.css"

From TaticView
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: .ns-0 #content { background-color: #FFF; }")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
 +
.ns-0 #content {
 +
background-color: #FFF;
 +
}
  
.ns-0 #content {
+
a {
    background-color: #FFF;
+
color: #036;
 
}
 
}

Revision as of 17:27, 3 July 2015

/* CSS placed here will affect users of the Vector skin */

.ns-0 #content {
 background-color: #FFF;
}

a {
 color: #036;
}