MediaWiki:Common.css

Revision as of 22:39, 7 March 2017 by Avinasharora (talk | contribs)

Note: After publishing, 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: Press Ctrl-F5.
#bottom-nav
{
	margin-top:15px
}

#bottom-nav h3
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#bottom-nav h3 a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#bottom-nav h3 li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#bottom-nav ul li.current-menu-item
{
	background:#ddd
}

#bottom-nav ul li:hover
{
	background:#f6f6f6
}