MediaWiki:Vector.css

From Explore Analytics: The Wiki
Revision as of 20:30, 16 November 2012 by Gadiyedwab (talk | contribs) (Created page with "→‎CSS placed here will affect users of the Vector skin: #explore_top_menu_bar ul { padding: 0; margin: 0 0 0 10px; font-size: 1.2em; list-style: none none; } #expl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */
#explore_top_menu_bar ul {
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 1.2em;
  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: blank;
  font-weight: bold;
  outline: 0 none !important;
}