Difference between revisions of "MediaWiki:Vector.css"

From VACC Austria DokuWiki
Jump to navigation Jump to search
m
m
Line 4: Line 4:
  
 
#p-logo a {
 
#p-logo a {
display: block;
+
  height: 80px;
width: 10em;
+
}
height: 80px;
+
 
background-repeat: no-repeat;
+
#p-logo {
background-position: center bottom;
+
  position: absolute;
text-decoration: none;
+
  top: 0px;
 +
  left: 0;
 +
  width: 10em;
 +
  height: 40px;
 
}
 
}

Revision as of 16:00, 25 August 2011

#mw-panel.collapsible-nav div.first {
  margin-top: -60px;
}

#p-logo a {
  height: 80px;
}

#p-logo {
  position: absolute;
  top: 0px;
  left: 0;
  width: 10em;
  height: 40px;
}