Difference between revisions of "MediaWiki:Vector.css"

From Holdfast: Nations At War
Jump to navigation Jump to search
 
(Replaced content with "→‎CSS placed here will affect users of the Vector skin: #p-logo { top: -233px; →‎From -160px. Distance from the top: height: 236px; /* From 160px. Height of...")
Tag: Replaced
 
(51 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
#p-logo {
 
#p-logo {
top: -233px; /* From -160px. Distance from the top */
+
    top: -233px; /* From -160px. Distance from the top */
height: 236px; /* From 160px. Height of logo */
+
    height: 236px; /* From 160px. Height of logo */
 
}
 
}
 
#p-logo a {
 
#p-logo a {
height: 236px; /* From 160px. Height of logo */
+
    height: 236px; /* From 160px. Height of logo */
 
}
 
}

Latest revision as of 14:43, 25 September 2025

/* CSS placed here will affect users of the Vector skin */
#p-logo {
    top: -233px; /* From -160px. Distance from the top */
    height: 236px; /* From 160px. Height of logo */
}
#p-logo a {
    height: 236px; /* From 160px. Height of logo */
}