Difference between revisions of "MediaWiki:Vector.css"

From Explore Analytics: The Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
   top: 0;
 
   top: 0;
 
   left: 0;
 
   left: 0;
   height: 30px;
+
  font-size: 0.9em;
 +
   height: 25px;
 
   padding: 3px;
 
   padding: 3px;
 
}
 
}

Revision as of 20:54, 16 November 2012

/* CSS placed here will affect users of the Vector skin */
#explore_top_menu_bar {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
  height: 25px;
  padding: 3px;
}

#explore_top_menu_bar ul {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none none;
}

#explore_top_menu_bar li {
  float: left;
  display: inline-block;
  list-style: none none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #a7d7f9;
}

#explore_top_menu_bar a {
  color: black;
  font-weight: bold;
  outline: 0 none !important;
}

#mw-page-base {
  clear: left;
}