Difference between revisions of "Team:Glasgow/main.css"

Line 94: Line 94:
 
vertical-align: top;
 
vertical-align: top;
 
font-family: Baloo;
 
font-family: Baloo;
font-size: 1.5rem;
+
font-size: 1.4rem;
 
text-align: left;
 
text-align: left;
 
}
 
}
Line 100: Line 100:
 
.main_footer_links>ul{
 
.main_footer_links>ul{
 
font-family: Lato;
 
font-family: Lato;
font-size: 1.4rem;
+
font-size: 1.3rem;
 
}
 
}

Revision as of 11:33, 4 July 2016

@import 'https://fonts.googleapis.com/css?family=Baloo%7CLato&subset=latin-ext';

/* iGEM Wiki overrides */

.footer_container ul{ margin: 0px; }

.top_level_container p{ font-family: Lato; }

  1. sideMenu, #top_title{

display:none; }

div#content{ width: 100%; padding: 0px; margin: 0px; top: -20px; }

/* End overrides */

/* Light blue: #C2E0D5; Dark blue: #44ABA0;

  • /

/* == Header Styles == */

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(Glasgow_Logo.png); width: 100%; height: 100%; }

  1. header_logo{

float: left; width: 40%; }

  1. 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; }

  1. main-nav .menu.vertical{

/*Style top bar dropdown menu backgrounds*/ background-color:#C2E0D5; text-align: center; }

.headline{ font-family: Baloo; }

.top-bar, .dropdown.menu{ background-color: #C2E0D5; }

/* == Footer Styles == */

.footer_container{ background-color: #C2E0D5; }

li.main_footer_links{ vertical-align: top; font-family: Baloo; font-size: 1.4rem; text-align: left; }

.main_footer_links>ul{ font-family: Lato; font-size: 1.3rem; }