Difference between revisions of "Template:Goettingen/CSS"

Line 5: Line 5:
  
  
 +
/***** CHANGE DEFAULT WIKI SETINGS *****/
  
 +
#sideMenu, #top_title {display:none;} /*-- hide right menu bar per default --*/
  
/********************************* DEFAULT WIKI SETTINGS  ********************************/
+
#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%;
  
 
+
}
/***** HIDE RIGHT iGEM MENU BAR *****/
+
 
+
#sideMenu, #top_title {display:none;}
+
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
+
body {background-color:white; }
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
 
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
 
+
  
  
Line 28: Line 31:
 
.sidebar{
 
.sidebar{
 
float:right;
 
float:right;
width:218px;
+
width:100%;
margin:15px 15px;
+
margin:auto
 
background-color:transparent;
 
background-color:transparent;
  
Line 35: Line 38:
  
 
.sidebaraddress{
 
.sidebaraddress{
width:218px;
+
width:90%;
margin:15px auto;
+
min-width:240px;
 +
max-width:300px;
 +
margin:auto;
 +
position:relative;
 
background-color:transparent;
 
background-color:transparent;
 
font-weight: normal;
 
font-weight: normal;
position:relative;
+
text-align:justify;
  
 
}
 
}
  
.sidebaraddress: a{
 
 
font-weight: normal;
 
 
}
 
  
 
.sidebarsponsors{
 
.sidebarsponsors{
float:center;
+
width:90%;
width:218px;
+
max-width:500px;
margin:15px 15px;
+
margin: auto auto 10px;
 +
position: relative;
 
background-color:transparent;
 
background-color:transparent;
  
Line 127: Line 129:
  
  
/* Side Bar Widgets */
+
/* Side Bar Navigation */
  
.sidebar_widget{
+
.sidebar_navigation{
float:right;
+
 
width:218px;
+
width:80%;
margin:15px 15px;
+
min-width:220px;
background-color:transparent;
+
max-width:400px;
 +
position: relative;
 +
margin:auto;
  
 
}
 
}
  
.sidebar_widget h3{
+
.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_widget h4 a{
+
.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_widget ul li{
+
.sidebar_navigation ul li{
 
         display:block;
 
         display:block;
 
padding:5px 25px 5px 0px;
 
padding:5px 25px 5px 0px;
Line 160: Line 164:
 
}
 
}
  
.sidebar_widget ul li a{
+
.sidebar_navigation ul li a{
 
font-weight:normal;
 
font-weight:normal;
 
/* color:#034996; */
 
/* color:#034996; */
 
}
 
}
.sidebar_widget ul li ul li{
+
.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_widget ul li ul li a{
+
.sidebar_navigation ul li ul li a{
 
         color:black;
 
         color:black;
 
}
 
}
  
.sidebar_widget ul li ul li a:hover{
+
.sidebar_navigation ul li ul li a:hover{
 
         color: #000000;
 
         color: #000000;
 
}
 
}
  
  
.sidebar_widget ul li ul li ul li{
+
.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:180px;
+
width:80%;
/* height:100vh; */
+
min-width:220px;
/* position:fixed; */
+
max-width:400px;
padding:0px;
+
margin: auto;
float:right;
+
/* background-color:#f2f2f2; */
+
 
text-align:left;
 
text-align:left;
 +
 
}
 
}
  
Line 205: Line 208:
 
width:100%;
 
width:100%;
 
 
margin:-2px 0px 0px -20px;
+
margin:0px 10px;
padding: 10px 10px;
+
padding: auto 10px;
 
border-bottom: 1px solid #d3d3d3;
 
border-bottom: 1px solid #d3d3d3;
/* font-weight:bold; */
 
 
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 10px;
+
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;
 
}
 
}
 
 
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
 
.collapsable_menu_control {
 
width:100%;
 
padding: 15px 0px;
 
display:none;
 
background-color:#000000;
 
text-align:center;
 
font-weight:bold;
 
color:#72c9b6;
 
cursor:pointer;
 
-webkit-transition: all 0.4s ease;
 
-moz-transition: all 0.4s ease;
 
-ms-transition: all 0.4s ease;
 
-o-transition: all 0.4s ease;
 
transition: all 0.4s ease;
 
}
 
 
/* when hovering on that button */
 
.collapsable_menu_control:hover {
 
background-color: #72c9b6;
 
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:
 
}
 
}
  
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
 
width: 100%;
+
height: 100%;
+
border: 0px;
+
background-color: transparent;
+
margin: 0px;
+
padding: 0px;
+
}
+
  
 
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;
}
 
#headerPic{
 
float:left;
 
height:230px;
 
width:1002px;
 
background-image:url("https://static.igem.org/mediawiki/2016/f/fd/T--Goettingen--Header.png");
 
background-size:contain;
 
}
 
#teamLogo{
 
float:left;
 
margin:35px 0;
 
padding-left:25px;
 
}
 
#uniLogo{
 
float:right;
 
margin:160px 0px 20px 20px;
 
 
}
 
}
  
#igemLogo{
 
float:right;
 
margin:170px 0px 20px 20px;
 
}
 
  
 
#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:1002px;  
+
/*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:38px;
+
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:210px;
+
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 20px;
+
padding:10px 10px;
 
font-size:15px;
 
font-size:15px;
 
background-color:#0099e8;
 
background-color:#0099e8;
Line 765: Line 1,023:
  
 
}
 
}
#go2top{
+
 
z-index:199;
+
position:fixed;
+
bottom:2%;
+
right:2%;
+
overflow:visible;
+
        /*background: url("https://static.igem.org/mediawiki/2014/5/5b/Goettingen_go2top.png");*/
+
}
+
/*
+
#go2top img{
+
        display:none;
+
}
+
*/
+
#go2top a:hover img{
+
        display:inline;
+
}
+
 
/*main part*/
 
/*main part*/
 
/*for the wrapper*/
 
/*for the wrapper*/
 
#wrapper {
 
#wrapper {
 
display: block;
 
display: block;
height: 360px;
+
/*height: 360px;*/
width: 1002px;
+
width: 100%;
 
margin: auto;
 
margin: auto;
 
}
 
}
Line 794: Line 1,037:
 
display: block;
 
display: block;
 
float: left;
 
float: left;
height: 360px;
+
/*height: 360px;*/
width: 1002px;
+
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: 1002px;
+
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;
 
}
 
}
/*For sponsor part*/
+
 
#sponsorWrap{
+
float:left;
+
width:1000px;
+
border-style:solid;
+
border-color:#CCC;
+
border-width:1px;
+
}
+
#sponsorHeader{
+
float:left;
+
width:1002px;
+
height:80px;
+
margin-top:30px;
+
text-align:center;
+
line-height:40px;
+
font-size:30px;
+
font-family:Arial, Helvetica, sans-serif;
+
color:#F90;
+
border-bottom:solid #CCC 2px;
+
}
+
       
+
#sponsorPic{
+
float:left;
+
width:952px;
+
height:500px;
+
padding:25px;
+
border-bottom:solid #CCC 2px;
+
}
+
.spPic{
+
float:left;
+
height:120px;
+
text-align:center;
+
margin:6px;
+
        padding-left:25px;
+
}
+
.sponsors{
+
float:left;
+
width:982px;
+
height:260px;
+
margin-top:20px;
+
padding:10px;
+
border-bottom:solid #CCC 2px;
+
}
+
.sponsors a{
+
display:block;
+
float:left;
+
width:240px;
+
height:240px;
+
margin-right:20px;
+
text-align:center;
+
}
+
.sponsors h3{
+
display:block;
+
float:left;
+
width:690px;
+
margin-left:20px;
+
font-family:Verdana, Geneva, sans-serif;
+
font-size:24px;
+
line-height:36px;
+
color:#39F;
+
}
+
.sponsors p{
+
display:block;
+
float:left;
+
margin:20px;
+
padding-right:50px;
+
width:632px;
+
font-family:Helvetica, Arial, sans-serif;
+
font-size:16px;
+
line-height:24px;
+
text-align:justify;
+
}
+
 
.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:72px;
+
       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;
+
      /*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:
  
  
<div id="globalWrapper">
+
<head>
  
<!-- header box-->
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<div id="header">
+
<div id="headerPic">
+
        <!-- <div id="teamLogo"><a href="https://2014.igem.org/Team:Goettingen"><img src="https://static.igem.org/mediawiki/2014/8/82/THUMBNAIL-Goettingen_team_logo.png" height="160" width="200"/></a></div> -->
+
               
+
                </div>
+
                <!--close the headerPic block-->
+
<div id="headerNavi">
+
        <div id="menuBar">
+
<ul>
+
        <li style="width:100px"><a href="/Team:Goettingen">Home</a></li>
+
  
 +
<!--  Bootstrap CSS-->
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:Goettingen/bootstrap_css?action=raw&ctype=text/css">
  
<li style="width:110px"><font color="white">Team </font></a>
+
<!--  Bootstrap Javascript-->
                    <div class="wrap">
+
<script type="text/javascript" src="https://2016.igem.org/Template:Goettingen/bootstrap_js?action=raw&ctype=text/javascript"></script>
                <ul>
+
 
 +
 
 +
 
 +
 
 +
</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>
                        </div>
+
        </li>
  
  
<li style="width:100px"><font color="white">Project </font></a>
+
        <li class="dropdown">
                    <div class="wrap">
+
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project <span class="caret"></span></a>
                <ul>
+
          <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>
                        </div>
+
          </ul>
 +
        </li>
  
 +
     
  
<li style="width:100px"><font color="white">Parts </font></a>
+
 
                    <div class="wrap">
+
<li class="dropdown">
                <ul>
+
          <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>
                        </div>
+
          </ul>
               
+
        </li>
                <li style="width:100px"><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><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 style="width:180px"><font color="white">Human Practices </font></a>
+
        <li class="dropdown">
                    <div class="wrap">
+
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Human Practices <span class="caret"></span></a>
                <ul>
+
          <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>
                        </div>
+
          </ul>
 +
        </li>
  
<li style="width:100px"><font color="white">Awards </font></a>
+
        <li class="dropdown">
                    <div class="wrap">
+
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Awards <span class="caret"></span></a>
                <ul>
+
          <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>
                        </div>
+
          </ul>
 +
        </li>
  
  
  
  
+
    </div><!-- /.navbar-collapse -->
     
+
  </div><!-- /.container-fluid -->
        </div>
+
</nav>
</div>
+
</style>
+
  
  
Line 1,856: Line 2,086:
  
  
<!--- THIS IS WHERE THE HTML BEGINS --->
 
  
  
<!-- This tells the browser that your page is responsive -->
 
  
<head>
 
  
<!--  Bootstrap -->
 
<link rel="https://2016.igem.org/Template:Goettingen/bootstrap?action=raw&ctype=text/css">
 
  
  
<!-- Original Theme Scale
 
  
<meta name="viewport" content="width=device-width, initial-scale=1">
 
  
-->
 
  
</head>
+
 
 +
 
 +
 
 +
 
 +
</body>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
 
 +
 
 +
 
  
 
<script>
 
<script>
Line 1,941: Line 2,178:
  
  
<body>
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
  
 
</body>
 
</body>

Revision as of 13:46, 26 August 2016