Line 18: | Line 18: | ||
/* End overrides */ | /* End overrides */ | ||
+ | |||
+ | /* Light blue: #2CE0D5; | ||
+ | Dark blue: #44ABA0; | ||
+ | */ | ||
.headline{ | .headline{ | ||
Line 25: | Line 29: | ||
#header_logo{ | #header_logo{ | ||
width: 20%; | width: 20%; | ||
+ | } | ||
+ | |||
+ | .top-bar{ | ||
+ | background-color: #2CE0D5; | ||
} | } |
Revision as of 11:58, 29 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: #2CE0D5; Dark blue: #44ABA0;
- /
.headline{ font-family: Baloo; }
- header_logo{
width: 20%; }
.top-bar{ background-color: #2CE0D5; }