Jennydchoi (Talk | contribs) (Undo revision 493406 by Jennydchoi (talk)) |
|||
(123 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | |||
+ | <style type="text/css"> | ||
− | + | #home_logo, #sideMenu { display:none; } | |
− | + | #sideMenu, #top_title, .patrollink {display:none;} | |
+ | #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} | ||
+ | body {background-color:white; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
− | + | .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | |
+ | /*general styling*/ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper h1 { font-size: 210%;} | |
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper h2 { font-size: 190%;} | |
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h3 { font-size: 170%;} | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h4 { font-size: 150%;} | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h5 { font-size: 140%;} | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 130%;} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /* styling for the titles h1, h2*/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 { | ||
+ | border-bottom:0px; | ||
+ | color: #635d5d; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
+ | padding: 10px 0px; | ||
+ | } | ||
− | + | /* styling for the titles h3, h3, h5, h6 */ | |
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper h3, | |
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper h4, | |
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper h5, | |
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper h6 { | |
− | + | border-bottom:0px; | |
− | + | color: #928b8b; | |
− | + | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | |
− | + | padding: 5px 0px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | /* text */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper p { | ||
+ | font-size: 130%; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
+ | padding: 5px 0px; | ||
+ | text-align: left; | ||
+ | color: #484848; | ||
+ | } | ||
− | // | + | /* Links */ |
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper a { | |
+ | color: #5bc7d8; | ||
+ | font-weight: bold; | ||
+ | text-decoration: underline; | ||
+ | text-decoration-color:#5bc7d8; | ||
+ | transition: all 0.4s ease; | ||
+ | -webkit-transition: all 0.4s ease; | ||
+ | -moz-transition: all 0.4s ease; | ||
+ | -ms-transition: all 0.4s ease; | ||
+ | -o-transition: all 0.4s ease; | ||
+ | } | ||
+ | /* hover for the links */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper a:hover { | ||
+ | color: #f8b732; | ||
+ | text-decoration:none; | ||
+ | } | ||
− | |||
+ | /* Table */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper table { | ||
+ | border: 1px solid #928b8b; | ||
+ | border-collapse: collapse; | ||
+ | font-size: 130%; | ||
+ | width: 100%; | ||
+ | } | ||
− | + | /* table cells */ | |
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper td { | |
− | + | border: 1px solid #c4baba; | |
− | } | + | border-collapse: collapse; |
+ | font-size: 105%; | ||
+ | padding: 10px; | ||
+ | vertical-align: text-top; | ||
+ | } | ||
− | # | + | /* table headers */ |
− | + | .igem_2018_team_content .igem_2018_team_column_wrapper th { | |
− | } | + | background-color:#c4baba; |
+ | border: 1px solid #928b8b; | ||
+ | border-collapse: collapse; | ||
+ | font-size: 110%; | ||
+ | padding: 10px; | ||
+ | vertical-align: text-top; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* non numbered lists */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol { | ||
+ | font-size: 130%; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
+ | padding:0px 20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ul li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ul ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ol li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ul li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ol ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ol li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ul li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ol li{ font-size: 76%; } | ||
+ | |||
+ | |||
+ | |||
+ | /*layout classes*/ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | /*main layout class */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column { | ||
+ | float:left; | ||
+ | margin: 1% 2%; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | /* 100% */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size { width:96%; } | ||
+ | |||
+ | /* 66% */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size { width: 62.6%; } | ||
+ | |||
+ | /* 33% */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size { width: 29.3%; } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*styling for all images*/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size img, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size img, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size img { | ||
+ | margin-bottom: 15px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* page break */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .clear { | ||
+ | clear:both; | ||
+ | } | ||
+ | /*add extra space to page break with clear class*/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space { | ||
+ | height: 30px; | ||
+ | } | ||
+ | |||
+ | /* horizontal line to divide the page*/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .line_divider { | ||
+ | border-top: 1px solid #c4baba; | ||
+ | margin: auto; | ||
+ | width: 98%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*support classes*/ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | |||
+ | /*Button */ | ||
+ | /************************************************/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link { | ||
+ | font-size: 130%; | ||
+ | margin: 30px auto; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a { | ||
+ | background-color: #5bc7d8; | ||
+ | color: #635d5d !important; | ||
+ | font-weight: bold; | ||
+ | margin: auto; | ||
+ | text-decoration: none !important; | ||
+ | padding: 10px 15px; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a:hover { | ||
+ | background-color: #f8b732 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight { | ||
+ | padding: 15px 20px; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight p, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h1, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h2, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h3, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h4, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h5, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h6 { | ||
+ | padding: 5px 15px; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_background { | ||
+ | background-color: #e4dede; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top { | ||
+ | border-top: 4px solid #5bc7d8; | ||
+ | } | ||
+ | |||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full { | ||
+ | border: 4px solid #5bc7d8; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_top { | ||
+ | border-top: 4px solid #f8b732 | ||
+ | } | ||
+ | |||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_full { | ||
+ | border: 4px solid #f8b732; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $(".mBtn-menu").on('click', function() { | ||
+ | $("#topMenu").slideToggle('fast'); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <style type="text/css"> | ||
img, | img, | ||
Line 79: | Line 264: | ||
} | } | ||
− | + | h1, h2, h3, h4, h5, h6, a { | |
− | + | font-family: 'MavenPro-Regular','MavenPro-Bold', sans-serif; | |
− | + | color: black; | |
} | } | ||
− | + | ul, li, p{ | |
− | + | font-family: 'MavenPro-Regular','MavenPro-Bold', sans-serif; | |
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
img.mTitle-logo { | img.mTitle-logo { | ||
− | width: | + | width: auto; |
− | margin-top: | + | max-width: 300px; |
+ | margin-top: 20px; | ||
} | } | ||
+ | |||
+ | |||
+ | a, a:visited, a:active, a:link{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | @font-face{ | ||
+ | font-family: 'MavenPro-Regular'; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/e/e1/T--Biomarvel--MavenPro-Regular.ttf'); | ||
+ | } | ||
+ | |||
+ | @font-face{ | ||
+ | font-family: 'MavenPro-Bold'; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/5/58/T--Biomarvel--MavenPro-Bold.ttf'); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
/*************** MENU *************/ | /*************** MENU *************/ | ||
.mHeader{ | .mHeader{ | ||
− | width: | + | width: auto; |
− | + | min-width: 540px; | |
− | + | min-height: 130px; | |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
− | |||
} | } | ||
− | . | + | .mBtn-menu { |
+ | display: block; | ||
+ | width: 56px; | ||
+ | height: 56px; | ||
+ | text-align: center; | ||
+ | color: #203864; | ||
+ | cursor: pointer; | ||
+ | font-size: 50px; | ||
+ | position: relative; | ||
+ | float: right; | ||
+ | margin-top: 40px; | ||
+ | margin-right: 10px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | #topMenu{ | + | |
+ | /* mobile */ | ||
+ | |||
+ | @media screen and (max-width: 1079px){ | ||
+ | #topMenu { | ||
+ | width: 100%; | ||
+ | display: none; | ||
+ | position: relative; | ||
+ | padding-top: 50px; | ||
+ | } | ||
+ | |||
+ | .mHeader{ | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .mHeader_logo_box{ | ||
width: 100%; | width: 100%; | ||
− | padding: | + | height: 100px; |
− | + | margin-left: auto; | |
+ | margin-right: auto; | ||
+ | padding-bottom: 10px; | ||
+ | padding-top: 10px; | ||
+ | } | ||
+ | |||
+ | img.mTitle-logo { | ||
+ | width: auto; | ||
+ | max-width: 300px; | ||
margin-top: 20px; | margin-top: 20px; | ||
+ | margin-left: 30px; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #topMenu a { | ||
+ | text-decoration: none; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
+ | } | ||
+ | #topMenu ul { | ||
+ | list-style-type: none; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | #topMenu ul li { | ||
+ | list-style: none; | ||
+ | color: white; | ||
+ | background-color: rgba(0,0,0,0.0); | ||
+ | line-height: 30px; | ||
+ | vertical-align: middle; | ||
+ | text-align: left; | ||
+ | position: relative; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
+ | } | ||
+ | #topMenu li{ | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | .menuLink, .submenuLink { | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | font-weight: bold; | ||
+ | padding-left: 10px; | ||
+ | } | ||
+ | .menuLink { | ||
+ | width: 100% | ||
+ | color: white; | ||
+ | font-size: 16px; | ||
+ | border-bottom: 2px solid white; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | .topMenuLi a { | ||
+ | text-decoration: none; | ||
+ | color: white; | ||
+ | } | ||
+ | .topMenuUl{ | ||
+ | |||
+ | } | ||
+ | li.topMenuLi{ | ||
+ | cursor: default; | ||
+ | } | ||
+ | .submenuLink { | ||
+ | color: white !important; | ||
+ | margin-top: -1px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | ul.submenuC { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | .submenuC a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .mMenu_left{ | ||
+ | width: 33.33%; | ||
+ | height: 220px; | ||
+ | float: left; | ||
+ | background-color: #203864; | ||
+ | } | ||
+ | .mMomenu{ | ||
+ | height: 110px; | ||
+ | } | ||
+ | |||
+ | a:active{ | ||
+ | color: #c79e19; | ||
+ | } | ||
+ | img.mTitle-logoside { | ||
+ | height: 60px; | ||
+ | width: auto; | ||
+ | margin-top: 30px; | ||
+ | margin-bottom: 29px; | ||
+ | margin-left: -23px; | ||
+ | } | ||
+ | |||
} | } | ||
− | #topMenu a { | + | |
− | text-decoration: none; | + | |
+ | /* desktops */ | ||
+ | @media screen and (min-width: 1080px) { | ||
+ | .header {} | ||
+ | .mHeader{ | ||
+ | height: 200px; | ||
+ | } | ||
+ | |||
+ | .mHeader_logo_box{ | ||
+ | width: 390px; | ||
+ | height: 100px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | padding-bottom: 10px; | ||
+ | padding-top: 10px; | ||
+ | } | ||
+ | |||
+ | .mBtn-menu {display: none;} | ||
+ | |||
+ | |||
+ | .mMenu_left{ | ||
+ | width: auto; | ||
+ | float: left; | ||
+ | display: block; | ||
+ | } | ||
+ | .fstBox{ | ||
+ | margin-left: 30px; | ||
+ | } | ||
+ | #topMenu { | ||
+ | width: 100%; | ||
+ | height: 50px; | ||
+ | display: block !important; | ||
+ | position: relative; | ||
+ | margin-top: 20px; | ||
+ | background-color: #203864; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
+ | } | ||
+ | .topMenuCen { | ||
+ | width: 1080px; | ||
+ | height: 50px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | #topMenu a { | ||
+ | text-decoration: none; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
+ | } | ||
+ | #topMenu ul { | ||
+ | width: 100%; | ||
+ | list-style-type: none; | ||
+ | vertical-align: middle; | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | #topMenu ul li { | ||
+ | list-style: none; | ||
+ | background-color: #203864; | ||
+ | line-height: 30px; | ||
+ | text-align: center; | ||
+ | position: relative; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
+ | } | ||
+ | .menuLink, .submenuLink { | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .menuLink { | ||
+ | color: white; | ||
+ | font-size: 16px; | ||
+ | cursor: default; | ||
+ | height: 40px; | ||
+ | text-align: center; | ||
+ | vertical-align: middle; | ||
+ | padding-top: 10px; | ||
+ | margin-bottom: -10px; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | .menuLink:hover{ | ||
+ | color: #c79e19 !important; | ||
+ | } | ||
+ | a:visited{ | ||
+ | color: white; | ||
+ | } | ||
+ | .submenuLink { | ||
+ | color: white; | ||
+ | margin-top: -1px; | ||
+ | text-align: left; | ||
+ | padding-right: 10px; | ||
+ | padding-left: 10px; | ||
+ | background-color: #203864; | ||
+ | } | ||
+ | .longLink { | ||
+ | width: auto; | ||
+ | } | ||
+ | ul.submenuC { | ||
+ | position: absolute; | ||
+ | height: 0px; | ||
+ | width: 250px; | ||
+ | overflow: hidden; | ||
+ | transition: height .2s; | ||
+ | font-size: 13px; | ||
+ | background-color: #203864; | ||
+ | } | ||
+ | .submenuC a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .topMenuLi:hover .submenuC { | ||
+ | height: auto; | ||
+ | } | ||
+ | .submenuLink:hover { | ||
+ | color: #c79e19 !important; | ||
+ | } | ||
+ | |||
+ | img.mTitle-logoside { | ||
+ | height: 60px; | ||
+ | width: auto; | ||
+ | margin-top: 39px; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: -30px; | ||
+ | } | ||
+ | |||
} | } | ||
− | + | ||
− | + | ||
− | margin: | + | .mMainBox{ |
− | + | width: auto; | |
+ | max-width: 1080px; | ||
+ | min-width: 540px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } | ||
− | + | ||
− | + | .menuIconBox{ | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | margin-top: 10px; | |
− | + | margin-bottom: 10px; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .menuIcon{ |
− | + | ||
display: block; | display: block; | ||
− | + | margin-left: auto; | |
+ | margin-right: auto; | ||
} | } | ||
− | + | ||
− | + | #mSection{ | |
− | + | width: auto; | |
− | font- | + | margin-left: 10px; |
+ | margin-right: 10px; | ||
+ | margin-top: 40px; | ||
+ | margin-bottom: 20px; | ||
+ | font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; | ||
} | } | ||
− | . | + | #mSection h1 { font-size: 210%;font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; margin-bottom: 30px; color: #203864; line-height: 100%;} |
− | + | #mSection h2 { font-size: 190%;font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; margin-bottom: 30px; color: #203864; line-height: 100%;} | |
+ | #mSection h3 { font-size: 170%;font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; margin-bottom: 30px; color: #203864; line-height: 100%;} | ||
+ | #mSection h4 { font-size: 150%;font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; margin-bottom: 30px; color: #203864; line-height: 100%;} | ||
+ | #mSection h5 { font-size: 140%;font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; margin-bottom: 30px; color: #203864; line-height: 100%;} | ||
+ | #mSection h6 { font-size: 130%;font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; margin-bottom: 30px; color: #203864; line-height: 100%;} | ||
+ | #mSection p{ font-size: 145%;font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif; margin-bottom: 10px;} | ||
+ | #mSection ul{margin-bottom: 15px;} | ||
+ | #mSection li{font-size: 145%; margin-bottom: 10px;} | ||
+ | |||
+ | #mSection a{font-family: 'MavenPro-Regular', 'MavenPro-Bold', 'Arial', sans-serif;} | ||
+ | |||
+ | .mSectionLi{font-size: 130%;} | ||
+ | |||
+ | .myimg{ | ||
+ | max-width: 95%; | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-top: 20px; | ||
+ | margin-bottom: 20px; | ||
} | } | ||
− | . | + | .myVideo{ |
− | + | max-width: 95%; | |
− | + | display: block; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | margin-top: 20px; | |
− | + | margin-bottom: 40px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .mNoteBookJH{ |
− | width: | + | width: 100%; |
− | + | height: 40px; | |
+ | display: block; | ||
+ | margin-top: 20px; | ||
+ | padding-left: 10px; | ||
} | } | ||
− | + | .mNoteBookJ{ | |
− | . | + | display: none; |
− | + | width: 100%; | |
− | + | margin-bottom: 20px; | |
− | + | padding-left: 15px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
− | |||
<body> | <body> | ||
<header class="mHeader"> | <header class="mHeader"> | ||
<div class="mHeader_logo_box"> | <div class="mHeader_logo_box"> | ||
− | <a href="https://2018.igem.org/Team:BioMarvel"><img class="mTitle-logo" src="https://static.igem.org/mediawiki/2018/e/ec/ | + | <a href="https://2018.igem.org/Team:BioMarvel"> |
+ | <img class="mTitle-logo" src="https://static.igem.org/mediawiki/2018/archive/e/ec/20180918033248%21T--Biomarvel--TitleLogo.png" herf="https://2018.igem.org/Team:BioMarvel"> | ||
+ | <img class="mTitle-logoside" src="https://static.igem.org/mediawiki/2018/8/83/T--Biomarvel--sp8.gif"> | ||
+ | </a> | ||
+ | <div class="mBtn-menu">≡</div> | ||
</div> | </div> | ||
<nav id="topMenu"> | <nav id="topMenu"> | ||
− | <div class="mMenu_left"> | + | <div class="topMenuCen"> |
+ | <div class="mMenu_left fstBox"> | ||
<ul> | <ul> | ||
− | <li class="topMenuLi | + | <li class="topMenuLi"> |
− | <a class="menuLink"> | + | <a class="menuLink">PROJECT▾</a> |
<ul class="submenuC"> | <ul class="submenuC"> | ||
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Description" | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Description" style="margin-top: 10px;">Description</a></li> |
− | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Demonstrate">Demonstrate</a></li> | |
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel | + | |
− | + | ||
<li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Parts">Parts</a></li> | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Parts">Parts</a></li> | ||
<li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Application">Application</a></li> | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Application">Application</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | <li class="topMenuLi | + | </ul> |
− | <a class="menuLink"> | + | </div> |
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink" style="min-width: 75px;">LAB▾ </a> | ||
<ul class="submenuC"> | <ul class="submenuC"> | ||
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/WET_LAB/Experiments" | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/WET_LAB/Experiments" style="margin-top: 18px; line-height: 100%; margin-bottom: 8px;">Experiments<br> & Results</a></li> |
− | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/InterLab">InterLab</a></li> | |
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel | + | |
<li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/WET_LAB/Safety">Safety</a></li> | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/WET_LAB/Safety">Safety</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | + | </ul> | |
− | <a class="menuLink">HUMAN | + | </div> |
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink">HUMAN PRACTICES▾</a> | ||
<ul class="submenuC"> | <ul class="submenuC"> | ||
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/ | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Public_Engagement" style="margin-top: 10px;">Public Engagement</a></li> |
− | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Human_Practices">Integrated Practices</a></li> | |
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Human_Practices | + | |
− | + | ||
</ul> | </ul> | ||
</li> | </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="mMenu_left"> |
− | + | ||
− | + | ||
− | + | ||
<ul> | <ul> | ||
− | <li class="topMenuLi | + | <li class="topMenuLi"> |
− | <a class="menuLink"> | + | <a class="menuLink">NOTEBOOK▾</a> |
<ul class="submenuC"> | <ul class="submenuC"> | ||
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Notebook/Lab_Journal">Lab Journal</a></li> | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Notebook/Lab_Journal" style="margin-top: 10px;">Lab Journal</a></li> |
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Notebook/Reference"> | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Notebook/Reference">References</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
− | + | </ul> | |
− | <a class="menuLink"> | + | </div> |
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink">PEOPLE▾</a> | ||
<ul class="submenuC"> | <ul class="submenuC"> | ||
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/ Team:BioMarvel/People/Team">Team</a></li> | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/ Team:BioMarvel/People/Team" style="margin-top: 10px;">Team</a></li> |
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/ | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Attributions">Attribution</a></li> |
− | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/ | + | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Collaborations">Collaboration</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
− | |||
</ul> | </ul> | ||
</div> | </div> | ||
+ | <div class="mMenu_left mMomenu"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink" href="https://2018.igem.org/Team:BioMarvel/Achievement" style="cursor: pointer;">ACHIEVEMENT</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="mMenu_left mMomenu"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink" href="https://2018.igem.org/Team:BioMarvel/Entrepreneurship" style="cursor: pointer;">ENTREPRENEURSHIP</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
</nav> | </nav> | ||
</header> | </header> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 08:52, 25 November 2018