(added !important where needed and additional styles for iGEM Menu, tried html tags to better preserve contents (made note of missing tabulators)) |
(removed html tags, was a dumb idea (as they appear when action=raw)) |
||
Line 1: | Line 1: | ||
− | |||
/** | /** | ||
Main Styles | Main Styles | ||
Line 57: | Line 56: | ||
float: left !important; | float: left !important; | ||
} | } | ||
− |
Revision as of 08:35, 12 July 2016
/** Main Styles
- /
/* iGEM Menu */
- sideMenu {
display: none; }
- top_menu_under {
display: none; }
- top_menu_14 {
width: auto; height: 24px; margin-left: 20px; padding: 0px 10px; border-radius: 0 0 5px 5px; visibility: hidden; }
- top_menu_14:hover {
visibility: visible; }
- top_menu_14 .submenu {
top: 22px !important; }
- top_menu_inside {
width: auto; margin-left: 0px; border: none; }
- top_menu_inside ul {
display: inline-block; margin-left: 15px; }
- top_menu_inside ul li {
padding-top: 2px; }
- user_item {
margin-right: 0px !important; padding-top: 2px !important; }
- bars_item {
position: absolute !important; top: 0px !important; left: 0px !important; float: left !important; }