Line 1: | Line 1: | ||
− | @import url('https://fonts.googleapis.com/css?family= | + | @import url('https://fonts.googleapis.com/css?family=Roboto|Quicksand'); |
Line 9: | Line 9: | ||
.top_level_container p{ | .top_level_container p{ | ||
− | font-family: | + | font-family: Roboto; |
} | } | ||
Line 130: | Line 130: | ||
.main_footer_links>ul{ | .main_footer_links>ul{ | ||
− | font-family: | + | font-family: Roboto; |
font-size: 1rem; | font-size: 1rem; | ||
} | } | ||
Line 182: | Line 182: | ||
.photo-block > .text > .sub{ | .photo-block > .text > .sub{ | ||
− | font-family: | + | font-family: Roboto; |
clear: both; | clear: both; | ||
font-size: 2.5em; | font-size: 2.5em; | ||
Line 314: | Line 314: | ||
p.copy{ | p.copy{ | ||
text-align: justify; | text-align: justify; | ||
− | font-family: | + | font-family: Roboto !important; |
font-size: 1.5em !important; | font-size: 1.5em !important; | ||
line-height: 1.5; | line-height: 1.5; | ||
Line 351: | Line 351: | ||
.callout > .profile{ | .callout > .profile{ | ||
− | font-family: | + | font-family: Roboto; |
margin-top: 10px; | margin-top: 10px; | ||
} | } | ||
Line 422: | Line 422: | ||
#article, #article p{ | #article, #article p{ | ||
− | font-family: | + | font-family: Roboto; |
font-size: 1.3rem; | font-size: 1.3rem; | ||
line-height: 1.5rem; | line-height: 1.5rem; |
Revision as of 16:36, 14 October 2017
@import url('https://fonts.googleapis.com/css?family=Roboto%7CQuicksand');
/* iGEM Wiki overrides */
.footer_container ul{ margin: 0px; }
.top_level_container p{ font-family: Roboto; }
- sideMenu, #top_title{
display:none; }
div#content{ width: 100%; padding: 0px; margin: 0px; top: -20px; }
div#globalWrapper{ padding: 0px; height: 100%; }
div.thumb{ border:none; }
/* End overrides */
/* Light blue: #C2E0D5; Dark blue: #44ABA0;
Yellow: #FFCE2F; Light orange: #FFAC03; Dark orange: #FF8302;
- /
/* == Header Styles == */
a{ color:inherit; }
a:hover{ text-decoration: none; color: #000; }
a:visited{ color:inherit; }
.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{ /* Hide the dropdown menu arrows */ display:none; }
.is-dropdown-submenu{ border:none; }
.title-bar-title{ font-size: 1.8rem; }
.top-bar-title{ height: 100%; display: inline-block; }
- header_logo{
float: left; height: 10em; margin: 1em; }
- main-nav{
/*Style the top bar menu*/ color: #ffce2f; font-size: 3em; height: 2em; line-height: 2em;
}
.top-bar-right{ padding: 4em 0em; }
li.is-dropdown-submenu-item{ /*Reset top bar dropdown menu text-size*/ font-size: 1rem; }
- main-nav .menu.vertical{
/*Style top bar dropdown menu backgrounds*/ background-color:#08746e; text-align: center; }
.headline{ font-family: Quicksand; }
.top-bar, .dropdown.menu{ height:100; background-color: #1e586a; }
/* == Footer Styles == */
.footer_container{ background-color: #0085B2; padding: 1rem 0rem 0rem 4rem; color: #ffce2f; }
li.main_footer_links{ vertical-align: top; font-family: Quicksand; font-size: 1.4rem; text-align: left; }
.main_footer_links>ul{ font-family: Roboto; font-size: 1rem; }
.social{ margin: 0.5rem; }
.social>a{ position: relative; top: -1rem; padding-left: 1rem; }
/* == Utility == */
.bold{ font-weight: bold; }
.i{ font-style: italic; }
/* == Front page == */
/* == Photo block == */ .photo-block{ min-height: 500px; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: center; }
.photo-block > .text{ color: #FFF; margin-left: 1em; }
.photo-block > .text > .title{ font-family: Quicksand; clear: both; font-size: 4em; line-height: 1em; padding: 0.9rem; background-color: rgba(0,0,0,0.5); }
.photo-block > .text > .sub{ font-family: Roboto; clear: both; font-size: 2.5em; padding: 1rem; background-color: rgba(0,0,0,0.5); }
.text.left{ margin-left: 1em; }
.text.right{ margin-right: 1em; }
.text.left > .title, .text.left > .sub{ float: left; }
.text.right > .title, .text.right > .sub{ float: right; }
.photo-block#headline{ background-image: url(); }
.photo-block#beta-carotene{ background-image: url(); }
.photo-block#biology{ background-image: url(); }
.photo-block#bottles{ background-image: url(); }
.photo-block#electronics{ background-image: url(); }
.photo-block#electronics2{ background-image: url(); }
.photo-block#eppendorf{ background-image: url(); }
.photo-block#eppendorf2{ background-image: url(); }
.photo-block#interlab{ background-image: url(); }
.photo-block#killswitch{ background-image: url(); }
.photo-block#measurement{ background-image: url(); }
.photo-block#outreach{ background-image: url(); }
.photo-block#solar_concentrator{ background-image: url(); }
.photo-block#amilCPtubes{ background-image: url(); }
.photo-block#team{ background-image:url(); }
.photo-block#protocols, .photo-block#project{ background-image:url(); }
.photo-block#chassis{ background-image:url(); }
.photo-block#matAndKatyPipette{ background-image:url(); }
.photo-block#prototype{ background-image:url(); }
.photo-block#GMO_legislation{ background-image:url(); }
.photo-block#proof-of-concept{ background-image: url(); }
.photo-block#SIM{ background-image: url(); }
/* == Text block == */
.text-block{ background-color: #FFAC03; padding: 1em; }
.text-block > .title{ text-align: center; font-family: Quicksand; font-size: 4em; margin: 1em; }
.text-block > .copy_container{ max-width: 1000px; margin: 0 auto; }
p.copy{ text-align: justify; font-family: Roboto !important; font-size: 1.5em !important; line-height: 1.5; }
/* == Team Page == */
.section-header{ margin: auto; font-family: Quicksand; font-size: 3em; height: 2em; text-align: center; }
.section-header>.text{ vertical-align: middle; }
/* == Team block == */
.team-block{ background-color: #FFAC03; padding: 1em; width:100%; }
/* == Profile callout == */
.callout > .name{ font-family: Quicksand; font-size: 1.5em; text-align: center; margin-bottom: 10px; }
.callout > .profile{ font-family: Roboto; margin-top: 10px; }
.profile > .degree{
float: left;
}
.profile > .from{ float: right; }
.profile > .text{ clear: right; }
/* == Sponsor page == */ .acknowledge-block{ background-color: #FFAC03; padding: 1em; }
.sponsor.callout{ float:left; }
.callout > .logo{ float: left; margin-right: 15px; width: 40% }
.callout > .name{ font-family: Quicksand; font-size: 1.5em; }
/* == Protocol page == */
.protocols-block{ background-color: #FFAC03; padding: 1em; }
.container{ max-width: 1000px; margin: auto; }
/* == Wiki page == */
.wiki-block{ background-color: #FFAC03; padding: 1em; }
.wiki-block > .title{ text-align: center; font-family: Quicksand; font-size: 4em; margin: 1em; }
- article{
max-width: 1000px; margin: auto; left: 260px; }
- article, #article p{
font-family: Roboto; font-size: 1.3rem; line-height: 1.5rem; }
code{ font-size: 1rem; max-height: 400px; }
.mw-editsection{ display: none; }
.sticky-container{ position: absolute; max-width: 250px; width: 100%; }
h2, h3, h4{ font-family: Quicksand; }
ul{ list-style-type: circle; list-style-image: none; }
/* == Wiki photo block == */ .article-image-container{ text-align: center; }
.article-image-caption{ padding-top: 10px; text-align: justify; font-size: 0.8em; max-width: 70%; margin: auto; } }
/* == Icon styles == */
.icon{ display: inline-block; height: 2.5rem; width: 2.5rem; }
.facebook{ background: url(https://static.igem.org/mediawiki/2016/b/b5/T--Glasgow--Facebook_square_orange.svg); }
.twitter{ background: url(https://static.igem.org/mediawiki/2016/3/37/T--Glasgow--Twitter_square_orange.svg); }
.instagram{ background: url(https://static.igem.org/mediawiki/2016/c/c4/T--Glasgow--Instagram_square_orange.svg); }