Line 53: | Line 53: | ||
#main-nav{ | #main-nav{ | ||
+ | /*Style the top bar menu*/ | ||
color: #44ABA0; | color: #44ABA0; | ||
font-size: 2em; | font-size: 2em; | ||
+ | } | ||
+ | |||
+ | |||
+ | li.is-dropdown-submenu-item{ | ||
+ | /*Reset top bar dropdown menu text-size*/ | ||
+ | font-size: 1rem; | ||
+ | } | ||
+ | |||
+ | #main-nav>ul{ | ||
+ | /*Style top bar dropdown menu backgrounds*/ | ||
+ | background-color:#C2E0D5; | ||
} | } | ||
Line 63: | Line 75: | ||
.top-bar, .dropdown.menu{ | .top-bar, .dropdown.menu{ | ||
background-color: #C2E0D5; | background-color: #C2E0D5; | ||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 14:57, 30 June 2016
@import 'https://fonts.googleapis.com/css?family=Baloo%7CLato&subset=latin-ext';
/* iGEM Wiki overrides */
- top_level_container p{
font-family: Lato; }
- sideMenu, #top_title{
display:none; }
div#content{ width: 100%; padding: 0px; margin: 0px; top: -20px; }
/* End overrides */
/* Light blue: #C2E0D5; Dark blue: #44ABA0;
- /
a{ color:inherit; }
a:hover{ text-decoration: none; color: #000; }
a:visited{ color:inherit; }
.dropdown.menu>li.is-dropdown-submenu-parent>a:after{ /* Hide the dropdown menu arrows */ display:none; }
.top-bar-title{ background-image: url(); width: 100%; height: 100%; }
- header_logo{
float: left; width: 40%; }
- main-nav{
/*Style the top bar menu*/ color: #44ABA0; font-size: 2em; }
li.is-dropdown-submenu-item{
/*Reset top bar dropdown menu text-size*/
font-size: 1rem;
}
- main-nav>ul{
/*Style top bar dropdown menu backgrounds*/ background-color:#C2E0D5; }
.headline{ font-family: Baloo; }
.top-bar, .dropdown.menu{ background-color: #C2E0D5; }