Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
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...") |
Gadiyedwab (talk | contribs) |
||
Line 3: | Line 3: | ||
padding: 0; | padding: 0; | ||
margin: 0 0 0 10px; | margin: 0 0 0 10px; | ||
− | font-size: 1. | + | font-size: 1.1em; |
list-style: none none; | list-style: none none; | ||
} | } | ||
Line 17: | Line 17: | ||
#explore_top_menu_bar a { | #explore_top_menu_bar a { | ||
− | color: | + | color: black; |
font-weight: bold; | font-weight: bold; | ||
outline: 0 none !important; | outline: 0 none !important; | ||
} | } |
Revision as of 20:32, 16 November 2012
/* 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.1em; 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; }