Line 5: | Line 5: | ||
+ | /***** CHANGE DEFAULT WIKI SETINGS *****/ | ||
+ | #sideMenu, #top_title {display:none;} /*-- hide right menu bar per default --*/ | ||
− | /* | + | #globalWrapper, #content { /*-- remove white block on the right, set width to 100% --*/ |
+ | width: 100%; | ||
+ | max-width:1280px; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | #pageContent { | ||
+ | padding:0 1.5%; | ||
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Line 28: | Line 31: | ||
.sidebar{ | .sidebar{ | ||
float:right; | float:right; | ||
− | width: | + | width:100%; |
− | margin: | + | margin:auto |
background-color:transparent; | background-color:transparent; | ||
Line 35: | Line 38: | ||
.sidebaraddress{ | .sidebaraddress{ | ||
− | width: | + | width:90%; |
− | margin: | + | min-width:240px; |
+ | max-width:300px; | ||
+ | margin:auto; | ||
+ | position:relative; | ||
background-color:transparent; | background-color:transparent; | ||
font-weight: normal; | font-weight: normal; | ||
− | + | text-align:justify; | |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
.sidebarsponsors{ | .sidebarsponsors{ | ||
− | + | width:90%; | |
− | + | max-width:500px; | |
− | margin: | + | margin: auto auto 10px; |
+ | position: relative; | ||
background-color:transparent; | background-color:transparent; | ||
Line 127: | Line 129: | ||
− | /* Side Bar | + | /* Side Bar Navigation */ |
− | . | + | .sidebar_navigation{ |
− | + | ||
− | width: | + | width:80%; |
− | + | min-width:220px; | |
− | + | max-width:400px; | |
+ | position: relative; | ||
+ | margin:auto; | ||
} | } | ||
− | . | + | .sidebar_navigation h3{ |
font:"Trebuchet MS", Arial, Helvetica, sans-serif; | font:"Trebuchet MS", Arial, Helvetica, sans-serif; | ||
font-size:24px; | font-size:24px; | ||
Line 144: | Line 148: | ||
text-align:center; | text-align:center; | ||
} | } | ||
− | . | + | .sidebar_navigation h4 a{ |
display:block; | display:block; | ||
font:Geneva, Arial, Helvetica, sans-serif; | font:Geneva, Arial, Helvetica, sans-serif; | ||
Line 152: | Line 156: | ||
} | } | ||
− | . | + | .sidebar_navigation ul li{ |
display:block; | display:block; | ||
padding:5px 25px 5px 0px; | padding:5px 25px 5px 0px; | ||
Line 160: | Line 164: | ||
} | } | ||
− | . | + | .sidebar_navigation ul li a{ |
font-weight:normal; | font-weight:normal; | ||
/* color:#034996; */ | /* color:#034996; */ | ||
} | } | ||
− | . | + | .sidebar_navigation ul li ul li{ |
display:block; | display:block; | ||
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; | font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; | ||
Line 171: | Line 175: | ||
line-height:24px; | line-height:24px; | ||
} | } | ||
− | . | + | .sidebar_navigation ul li ul li a{ |
color:black; | color:black; | ||
} | } | ||
− | . | + | .sidebar_navigation ul li ul li a:hover{ |
color: #000000; | color: #000000; | ||
} | } | ||
− | . | + | .sidebar_navigation ul li ul li ul li{ |
display:block; | display:block; | ||
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; | font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; | ||
Line 192: | Line 196: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.menu_wrapper { | .menu_wrapper { | ||
− | width: | + | width:80%; |
− | + | min-width:220px; | |
− | + | max-width:400px; | |
− | + | margin: auto; | |
− | + | ||
− | + | ||
text-align:left; | text-align:left; | ||
+ | |||
} | } | ||
Line 205: | Line 208: | ||
width:100%; | width:100%; | ||
− | margin: | + | margin:0px 10px; |
− | padding: | + | padding: auto 10px; |
border-bottom: 1px solid #d3d3d3; | border-bottom: 1px solid #d3d3d3; | ||
− | |||
color:#000000; | color:#000000; | ||
cursor: pointer; | cursor: pointer; | ||
Line 285: | Line 287: | ||
.submenu { | .submenu { | ||
width:90%; | width:90%; | ||
+ | min-width:200px; | ||
display: none; | display: none; | ||
font-weight:bold; | font-weight:bold; | ||
Line 310: | Line 313: | ||
.submenu li a { | .submenu li a { | ||
width: 100%; | width: 100%; | ||
− | padding: 5px | + | padding: 5px 0px; |
display: inline-block; | display: inline-block; | ||
border-bottom: 1px solid #d3d3d3; | border-bottom: 1px solid #d3d3d3; | ||
Line 324: | Line 327: | ||
color:#000000; | color:#000000; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 379: | Line 357: | ||
right: 0px; /* (4.) */ | right: 0px; /* (4.) */ | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | #slider { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | strong { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | label { | ||
+ | color: teal; | ||
+ | cursor: pointer; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | label:hover { | ||
+ | color: #000 !important; | ||
+ | } | ||
+ | * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } | ||
+ | label, #active, img { -moz-user-select:none;-webkit-user-select:none; } | ||
+ | .catch { display: block; height: 0; overflow: hidden; } | ||
+ | #slider { | ||
+ | /* margin: 0 auto; */ | ||
+ | } | ||
+ | |||
+ | .respond { | ||
+ | /* margin: 0 auto; */ | ||
+ | max-width: 370px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /***************************** SLIDER********************************/ | ||
+ | |||
+ | |||
+ | /* Slider Setup */ | ||
+ | |||
+ | input { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #slide1:checked ~ #slides .inner { margin-left:0; } | ||
+ | #slide2:checked ~ #slides .inner { margin-left:-100%; } | ||
+ | #slide3:checked ~ #slides .inner { margin-left:-200%; } | ||
+ | #slide4:checked ~ #slides .inner { margin-left:-300%; } | ||
+ | #slide5:checked ~ #slides .inner { margin-left:-400%; } | ||
+ | |||
+ | |||
+ | #overflow { | ||
+ | width: 100%; | ||
+ | overflow: hidden; | ||
+ | |||
+ | } | ||
+ | |||
+ | article img { | ||
+ | width: 100%; | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | |||
+ | #slides .inner { | ||
+ | width: 500%; | ||
+ | line-height: 0; | ||
+ | } | ||
+ | |||
+ | #slides article { | ||
+ | width: 20%; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | /* Slider Styling */ | ||
+ | |||
+ | /* Control Setup */ | ||
+ | |||
+ | #controls { | ||
+ | margin: -25% 0 0 15%; | ||
+ | width: 70%; | ||
+ | height: 50px; | ||
+ | } | ||
+ | |||
+ | #controls label { | ||
+ | display: none; | ||
+ | width: 50px; | ||
+ | height: 50px; | ||
+ | opacity: 0.6; | ||
+ | } | ||
+ | |||
+ | #active { | ||
+ | margin: 23% 0 0; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #active label { | ||
+ | -webkit-border-radius: 5px; | ||
+ | -moz-border-radius: 5px; | ||
+ | border-radius: 5px; | ||
+ | display: inline-block; | ||
+ | width: 10px; | ||
+ | height: 10px; | ||
+ | background: #bbb; | ||
+ | } | ||
+ | |||
+ | #active label:hover { | ||
+ | background: #ccc; | ||
+ | border-color: #777 !important; | ||
+ | } | ||
+ | |||
+ | #controls label:hover { | ||
+ | opacity: 0.8; | ||
+ | } | ||
+ | |||
+ | #slide1:checked ~ #controls label:nth-child(2), | ||
+ | #slide2:checked ~ #controls label:nth-child(3), | ||
+ | #slide3:checked ~ #controls label:nth-child(4), | ||
+ | #slide4:checked ~ #controls label:nth-child(5), | ||
+ | #slide5:checked ~ #controls label:nth-child(1) { | ||
+ | background: url('https://static.igem.org/mediawiki/2016/5/5f/T--Goettingen--Slider_next.png') no-repeat; | ||
+ | float: right; | ||
+ | margin: 0 -70px 0 0; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | |||
+ | #slide1:checked ~ #controls label:nth-child(5), | ||
+ | #slide2:checked ~ #controls label:nth-child(1), | ||
+ | #slide3:checked ~ #controls label:nth-child(2), | ||
+ | #slide4:checked ~ #controls label:nth-child(3), | ||
+ | #slide5:checked ~ #controls label:nth-child(4) { | ||
+ | background: url('https://static.igem.org/mediawiki/2016/e/e4/T--Goettingen--Slider_prev.png') no-repeat; | ||
+ | float: left; | ||
+ | margin: 0 0 0 -70px; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | #slide1:checked ~ #active label:nth-child(1), | ||
+ | #slide2:checked ~ #active label:nth-child(2), | ||
+ | #slide3:checked ~ #active label:nth-child(3), | ||
+ | #slide4:checked ~ #active label:nth-child(4), | ||
+ | #slide5:checked ~ #active label:nth-child(5) { | ||
+ | background: #333; | ||
+ | border-color: #333 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | /* Slider Styling */ | ||
+ | |||
+ | #slides { | ||
+ | margin: 45px 0 0; | ||
+ | padding: 1%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Animation */ | ||
+ | |||
+ | #slides .inner { | ||
+ | -webkit-transform: translateZ(0); | ||
+ | -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); | ||
+ | -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); | ||
+ | -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); | ||
+ | -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); | ||
+ | transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */ | ||
+ | |||
+ | -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); | ||
+ | -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); | ||
+ | -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); | ||
+ | -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); | ||
+ | transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */ | ||
+ | } | ||
+ | |||
+ | #slider { | ||
+ | -webkit-transform: translateZ(0); | ||
+ | -webkit-transition: all 0.5s ease-out; | ||
+ | -moz-transition: all 0.5s ease-out; | ||
+ | -o-transition: all 0.5s ease-out; | ||
+ | transition: all 0.5s ease-out; | ||
+ | } | ||
+ | |||
+ | #controls label{ | ||
+ | -webkit-transform: translateZ(0); | ||
+ | -webkit-transition: opacity 0.2s ease-out; | ||
+ | -moz-transition: opacity 0.2s ease-out; | ||
+ | -o-transition: opacity 0.2s ease-out; | ||
+ | transition: opacity 0.2s ease-out; | ||
+ | } | ||
+ | |||
+ | .info, #controls, #slides, #active, #active label, .info h3, .desktop, .tablet, .mobile { | ||
+ | -webkit-transform: translateZ(0); | ||
+ | -webkit-transition: all 0.5s ease-out; | ||
+ | -moz-transition: all 0.5s ease-out; | ||
+ | -o-transition: all 0.5s ease-out; | ||
+ | transition: all 0.5s ease-out; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* Responsive Styling */ | ||
+ | |||
+ | |||
+ | @media only screen and (max-width: 850px) and (min-width: 450px) { | ||
+ | |||
+ | #slider #controls { | ||
+ | margin: -25% 0 0 15%; | ||
+ | width: 30%; | ||
+ | height: 50px; | ||
+ | } | ||
+ | |||
+ | #slider #controls label { | ||
+ | -moz-transform: scale(0.8); | ||
+ | -webkit-transform: scale(0.8); | ||
+ | -o-transform: scale(0.8); | ||
+ | -ms-transform: scale(0.8); | ||
+ | transform: scale(0.8); | ||
+ | } | ||
+ | |||
+ | #slider #slides { | ||
+ | padding: 1% 0; | ||
+ | -webkit-border-radius: 0px; | ||
+ | -moz-border-radius: 0px; | ||
+ | border-radius: 0px; | ||
+ | } | ||
+ | |||
+ | #slider #active { | ||
+ | margin: 22% 0 0; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | @media only screen and (max-width: 450px) { | ||
+ | |||
+ | #slider #controls { | ||
+ | margin: -28% 0 0 24%; | ||
+ | width: 50%; | ||
+ | height: 50px; | ||
+ | } | ||
+ | |||
+ | #slider #active { | ||
+ | margin: 23% 0 0; | ||
+ | } | ||
+ | |||
+ | #slider #slides { | ||
+ | padding: 1% 0; | ||
+ | -webkit-border-radius: 0px; | ||
+ | -moz-border-radius: 0px; | ||
+ | border-radius: 0px; | ||
+ | } | ||
+ | |||
+ | #slider #slides .info { | ||
+ | opacity: 0 !important; | ||
+ | } | ||
+ | |||
+ | #slider #controls label { | ||
+ | -moz-transform: scale(0.6); | ||
+ | -webkit-transform: scale(0.6); | ||
+ | -o-transform: scale(0.6); | ||
+ | -ms-transform: scale(0.6); | ||
+ | transform: scale(0.6); | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | @media only screen and (min-width: 850px) { | ||
+ | |||
+ | body { | ||
+ | padding: 0 80px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | /*************************************************************/ | ||
+ | |||
/***************************** FONTS, HEADINGS, DIVS, etc. ********************************/ | /***************************** FONTS, HEADINGS, DIVS, etc. ********************************/ | ||
Line 424: | Line 678: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
html, body, .wrapper { /*-- changes default wiki settings --*/ | html, body, .wrapper { /*-- changes default wiki settings --*/ | ||
Line 657: | Line 904: | ||
#globalWrapper{ | #globalWrapper{ | ||
margin:0 auto; | margin:0 auto; | ||
− | width:1002px; | + | /*width:1002px;*/ |
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
/*header part*/ | /*header part*/ | ||
#header{ | #header{ | ||
float:left; | float:left; | ||
− | height:270px; | + | /*height:270px;*/ |
− | width:1002px; | + | /*width:1002px;*/ |
+ | width:100%; | ||
margin-top:15px; | margin-top:15px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
#headerNavi{ | #headerNavi{ | ||
float:left; | float:left; | ||
− | width:1002px; | + | /*width:1002px;*/ |
+ | width:100%; | ||
background-color:#2ebaff; | background-color:#2ebaff; | ||
border-radius:5px; | border-radius:5px; | ||
} | } | ||
+ | |||
+ | |||
#menuBar{ | #menuBar{ | ||
− | float:left; | + | /*float:left;*/ |
+ | margin:auto; | ||
+ | position:relative; | ||
height:50px; | height:50px; | ||
− | + | /*width:1000px;*/ | |
+ | /*max-width:100%;*/ | ||
text-align:center; | text-align:center; | ||
font:18px Calibri,sans-serif; | font:18px Calibri,sans-serif; | ||
+ | |||
} | } | ||
+ | @media screen and (max-width: 1000px) { | ||
+ | .menuBar { | ||
+ | display:none; | ||
+ | /*width:1000px;*/ | ||
+ | margin:auto; | ||
+ | position:relative; | ||
+ | } | ||
+ | } | ||
+ | |||
#menuBar ul li{ | #menuBar ul li{ | ||
width:118px; | width:118px; | ||
− | line-height: | + | line-height:30px; |
float:left; | float:left; | ||
font-family:Calibri,sans-serif; | font-family:Calibri,sans-serif; | ||
font-size:16px; | font-size:16px; | ||
font-weight:bold; | font-weight:bold; | ||
+ | |||
+ | position: relative; | ||
+ | |||
+ | margin:auto; | ||
+ | padding: 5px 10px; | ||
+ | |||
+ | |||
} | } | ||
Line 731: | Line 988: | ||
#menuBar ul li .wrap{ | #menuBar ul li .wrap{ | ||
position:absolute; | position:absolute; | ||
− | width: | + | width:260px; |
text-align:left; | text-align:left; | ||
display:none; | display:none; | ||
} | } | ||
#menuBar ul li ul li{ | #menuBar ul li ul li{ | ||
+ | width:80%; | ||
line-height:20px; | line-height:20px; | ||
border-left:solid 5px #2ebaff; | border-left:solid 5px #2ebaff; | ||
border-bottom:solid 1px #2ebaff; | border-bottom:solid 1px #2ebaff; | ||
− | padding:10px | + | padding:10px 10px; |
font-size:15px; | font-size:15px; | ||
background-color:#0099e8; | background-color:#0099e8; | ||
Line 765: | Line 1,023: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
/*main part*/ | /*main part*/ | ||
/*for the wrapper*/ | /*for the wrapper*/ | ||
#wrapper { | #wrapper { | ||
display: block; | display: block; | ||
− | height: 360px; | + | /*height: 360px;*/ |
− | width: | + | width: 100%; |
margin: auto; | margin: auto; | ||
} | } | ||
Line 794: | Line 1,037: | ||
display: block; | display: block; | ||
float: left; | float: left; | ||
− | height: 360px; | + | /*height: 360px;*/ |
− | width: | + | width: 100%; |
overflow: auto; | overflow: auto; | ||
} | } | ||
Line 817: | Line 1,060: | ||
display: block; | display: block; | ||
float: right; | float: right; | ||
− | height: 360px; | + | /*height: 360px;*/ |
width: 100px; | width: 100px; | ||
position: relative; | position: relative; | ||
Line 824: | Line 1,067: | ||
#container #slider { | #container #slider { | ||
display: block; | display: block; | ||
− | float: left; | + | /*float: left;*/ |
− | height: 360px; | + | /*height: 360px;*/ |
− | width: | + | width: 100%; |
− | border-top: 4px solid #f7f7f7; | + | /*border-top: 4px solid #f7f7f7;*/ |
overflow: hidden; | overflow: hidden; | ||
− | position: absolute; | + | /*position: absolute;*/ |
} | } | ||
/*For the four main parts*/ | /*For the four main parts*/ | ||
Line 835: | Line 1,078: | ||
#fourParts{ | #fourParts{ | ||
float:left; | float:left; | ||
− | width:690px; | + | /*width:690px;*/ |
+ | width:100%; | ||
+ | |||
margin: 0px 0 0px 0; | margin: 0px 0 0px 0; | ||
padding:30px; | padding:30px; | ||
Line 847: | Line 1,092: | ||
margin:15px 15px; | margin:15px 15px; | ||
padding:0px 0px 0px 0px; | padding:0px 0px 0px 0px; | ||
− | height:210px; | + | /*height:210px;*/ |
− | width:310px; | + | /*width:310px;*/ |
float:left; | float:left; | ||
} | } | ||
Line 861: | Line 1,106: | ||
.pictures{ | .pictures{ | ||
margin:0px 0 0px 0px; | margin:0px 0 0px 0px; | ||
− | height:80px; | + | /*height:80px;*/ |
− | width:80px; | + | /*width:80px;*/ |
float:left; | float:left; | ||
} | } | ||
Line 873: | Line 1,118: | ||
.paragraph{ | .paragraph{ | ||
margin:15px 0; | margin:15px 0; | ||
− | height:190px; | + | /*height:190px;*/ |
− | width:220px; | + | /*width:220px;*/ |
float:right; | float:right; | ||
font-size:13px; | font-size:13px; | ||
Line 1,025: | Line 1,270: | ||
.teamM{ | .teamM{ | ||
float:left; | float:left; | ||
− | width:690px; | + | /*width:690px;*/ |
margin-top:10px; | margin-top:10px; | ||
border-bottom-style:solid; | border-bottom-style:solid; | ||
Line 1,057: | Line 1,302: | ||
.instructors{ | .instructors{ | ||
float:left; | float:left; | ||
− | width:690px; | + | /*width:690px;*/ |
margin-top:10px; | margin-top:10px; | ||
Line 1,100: | Line 1,345: | ||
margin-left:20px; | margin-left:20px; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
.links a{ | .links a{ | ||
display:none; | display:none; | ||
Line 1,295: | Line 1,469: | ||
.text{ | .text{ | ||
float:left; | float:left; | ||
− | width:690px; | + | /*width:690px;*/ |
+ | width:100%; | ||
margin:15px 0 30px 0; | margin:15px 0 30px 0; | ||
padding:30px; | padding:30px; | ||
Line 1,309: | Line 1,484: | ||
font-weight:bold; | font-weight:bold; | ||
color:#000000; | color:#000000; | ||
− | line-height: | + | line-height:48px; |
text-align:left; | text-align:left; | ||
padding:0px; | padding:0px; | ||
Line 1,411: | Line 1,586: | ||
.proRP{ | .proRP{ | ||
float:left; | float:left; | ||
− | width:690px; | + | /*width:690px;*/ |
margin:15px 0 30px 0; | margin:15px 0 30px 0; | ||
padding:30px; | padding:30px; | ||
Line 1,493: | Line 1,668: | ||
#achv_p1{ | #achv_p1{ | ||
float: left; | float: left; | ||
− | + | /*width:690px;*/ | |
border-bottom-style:solid; | border-bottom-style:solid; | ||
border-bottom-color:#CCC; | border-bottom-color:#CCC; | ||
Line 1,506: | Line 1,681: | ||
float: left; | float: left; | ||
height:360px; | height:360px; | ||
− | width:690px; | + | /*width:690px;*/ |
border-bottom-style:solid; | border-bottom-style:solid; | ||
border-bottom-color:#CCC; | border-bottom-color:#CCC; | ||
Line 1,519: | Line 1,694: | ||
float: left; | float: left; | ||
height:399px; | height:399px; | ||
− | width:690px; | + | /*width:690px;*/ |
border-bottom-style:solid; | border-bottom-style:solid; | ||
border-bottom-color:#CCC; | border-bottom-color:#CCC; | ||
Line 1,658: | Line 1,833: | ||
#Presentation{ | #Presentation{ | ||
float:left; | float:left; | ||
− | width:690px; | + | /*width:690px;*/ |
} | } | ||
.pres{ | .pres{ | ||
Line 1,766: | Line 1,941: | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
Line 1,771: | Line 1,952: | ||
− | < | + | <head> |
− | < | + | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <!-- Bootstrap CSS--> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Template:Goettingen/bootstrap_css?action=raw&ctype=text/css"> | ||
− | + | <!-- Bootstrap Javascript--> | |
− | + | <script type="text/javascript" src="https://2016.igem.org/Template:Goettingen/bootstrap_js?action=raw&ctype=text/javascript"></script> | |
− | + | ||
+ | |||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div-class="row"> | ||
+ | <div class="col-md12"> | ||
+ | <a href="https://2016.igem.org/Team:Goettingen"> <img style="width:100%;" src="https://static.igem.org/mediawiki/2016/f/fd/T--Goettingen--Header.png" /> </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <nav class="navbar navbar-inverse"> | ||
+ | <div class="container-fluid"> | ||
+ | <!-- Brand and toggle get grouped for better mobile display --> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> | ||
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | </div> | ||
+ | |||
+ | <!-- Collect the nav links, forms, and other content for toggling --> | ||
+ | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:Goettingen">Home</a></li> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Team <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
<li> <a href=" https://2016.igem.org/Team:Goettingen/Team"> Team </a> </li> | <li> <a href=" https://2016.igem.org/Team:Goettingen/Team"> Team </a> </li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Collaborations">★ Collaborations </a> </li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Collaborations">★ Collaborations </a> </li> | ||
− | + | </ul> | |
− | + | </li> | |
− | + | <li class="dropdown"> | |
− | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project <span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
<li> <a href="https://2016.igem.org/Team:Goettingen/Description"> ★ Description </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Description"> ★ Description </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Design"> ★ Design </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Design"> ★ Design </a></li> | ||
Line 1,805: | Line 2,024: | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Results"> Results </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Results"> Results </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Notebook"> Notebook </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Notebook"> Notebook </a></li> | ||
− | + | </ul> | |
+ | </li> | ||
+ | |||
− | + | ||
− | + | <li class="dropdown"> | |
− | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Parts <span class="caret"></span></a> | |
+ | <ul class="dropdown-menu"> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Parts">Parts </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Parts">Parts </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Basic_Part"> ★ Basic Parts </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Basic_Part"> ★ Basic Parts </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Composite_Part"> ★ Composite Parts </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Composite_Part"> ★ Composite Parts </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Part_Collection"> ★ Part Collection </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Part_Collection"> ★ Part Collection </a></li> | ||
− | + | </ul> | |
− | + | </li> | |
− | + | ||
− | + | ||
− | + | ||
+ | |||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:Goettingen/Safety">Safety</a></li> | ||
+ | |||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:Goettingen/Attributions">Attributions</a></li> | ||
+ | |||
+ | |||
− | + | <li class="dropdown"> | |
− | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Human Practices <span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
<li> <a href="https://2016.igem.org/Team:Goettingen/Human_Practices"> Human Practices </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Human_Practices"> Human Practices </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/HP/Silver">★ Silver </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/HP/Silver">★ Silver </a></li> | ||
Line 1,829: | Line 2,059: | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Integrated_Practices"> ★ Integrated Practices </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Integrated_Practices"> ★ Integrated Practices </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Engagement">★ Engagement </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Engagement">★ Engagement </a></li> | ||
− | + | </ul> | |
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Awards <span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
<li><a href="https://2016.igem.org/Team:Goettingen/Entrepreneurship"> ★ Entrepreneurship </a></li> | <li><a href="https://2016.igem.org/Team:Goettingen/Entrepreneurship"> ★ Entrepreneurship </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Hardware"> ★ Hardware </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Hardware"> ★ Hardware </a></li> | ||
Line 1,839: | Line 2,070: | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Measurement">★ Measurement </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Measurement">★ Measurement </a></li> | ||
<li> <a href="https://2016.igem.org/Team:Goettingen/Model">★ Model </a></li> | <li> <a href="https://2016.igem.org/Team:Goettingen/Model">★ Model </a></li> | ||
− | + | </ul> | |
+ | </li> | ||
− | + | </div><!-- /.navbar-collapse --> | |
− | + | </div><!-- /.container-fluid --> | |
− | + | </nav> | |
− | </div> | + | |
− | </ | + | |
Line 1,856: | Line 2,086: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | + | |
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--- THIS IS WHERE THE HTML BEGINS ---> | ||
+ | |||
+ | |||
+ | |||
<script> | <script> | ||
Line 1,941: | Line 2,178: | ||
− | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</body> | </body> |
Revision as of 13:46, 26 August 2016