Difference between revisions of "Team:UChile Biotec/css"

(Created page with "<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/f...")
 
 
(148 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
<head>
+
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
+
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+
<script>
   
+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 +
 
 +
$(document).ready(function() {
 +
 
 +
$("#HQ_page").attr('id','');
 +
 +
 
 +
//highlight current page on the menu
 +
highlight_current_page_menu();
 +
 +
//accessing submenus
 +
$(".menu_item").click(function(){
 +
$(".submenu_control_icon", this).toggleClass("open");
 +
$(this).next(".submenu").fadeToggle(400);
 +
});
 +
 +
//mobile menu access
 +
$(".igem_2018_team_mobile_bar").click(function(){
 +
$(this).next().toggleClass("displaying_menu");
 +
});
 +
 +
});
 +
 
 +
 
 +
function highlight_current_page_menu() {
 +
 +
var page_url="https://2018.igem.org/";
 +
page_url = page_url + wgPageName;
 +
$("a[href$='"+ page_url +"']").children().addClass("current_page");
 +
 +
//if the page is in a submenu, open the submenu and make the appropiate changes
 +
if( $( ".current_page" ).hasClass( "submenu_item" )){
 +
 +
$(".current_page").parent().parent().fadeToggle(400);
 +
$(".current_page").parent().parent().prev().addClass("current_page");
 +
$(".menu_item.current_page > .submenu_control_icon").toggleClass("open");
 +
 +
}
 +
}
 +
 
 +
 
 +
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 +
</script>
 +
 
 +
 
 
<style>
 
<style>
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
 +
/**************************************************************************************************************************************************************************************************/
 +
/* DEFAULT WIKI SETTINGS */
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
#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; }
 +
 
      
 
      
/********************************* Navigation bar  *********************************/
+
/********************************* Navigation bar  *********************************/
 +
 
  #nav{
 
  #nav{
 
     border:1px solid #ccc;
 
     border:1px solid #ccc;
     border-width:1px 0;
+
     border-width:0px 0;
 
     list-style:none;
 
     list-style:none;
 
     margin:0;
 
     margin:0;
 
     padding:0;
 
     padding:0;
 
     text-align:center;
 
     text-align:center;
     background-color: #006666;
+
     background-color: #F5F4D8;
     font-family: Arial, Helvetica, sans-serif;
+
     font-family: Quicksand;
 +
    background-image: url('https://static.igem.org/mediawiki/2018/b/b7/T--UChile_Biotec--Topfondo.jpg');
 +
    background-repeat: no-repeat;
 +
    background-size: 100%;
 +
    background-attachment: scroll;
 +
    background-position: center top;
 +
    height:350px;
 +
    z-index: 9998;
 
  }
 
  }
 
      
 
      
Line 21: Line 88:
 
     position:relative;
 
     position:relative;
 
     display:inline;
 
     display:inline;
 +
    z-index: 9999;
 
  }
 
  }
 
      
 
      
 
  #nav a{
 
  #nav a{
 
     display:inline-block;
 
     display:inline-block;
 +
    position: top;
 +
    width: 80px;
 
     padding: 30px 30px;
 
     padding: 30px 30px;
     font-size: 16px;
+
     font-size: 20px;
 
     color: white;
 
     color: white;
 
     text-align: center;
 
     text-align: center;
 
     text-decoration: none;
 
     text-decoration: none;
 +
    z-index: 9999;
 
  }
 
  }
 
      
 
      
Line 37: Line 108:
 
     margin:0;
 
     margin:0;
 
     padding:0;
 
     padding:0;
     text-align:left;
+
     text-align:center;
 +
    z-index: 9999;
 
  }
 
  }
 
      
 
      
 
  #nav ul li{
 
  #nav ul li{
 
     display:block;
 
     display:block;
 +
    text-align:center;
 +
    z-index: 9999;
 
  }
 
  }
 
      
 
      
 
  #nav li:hover ul{
 
  #nav li:hover ul{
 
     left:0;
 
     left:0;
 +
    text-align:center;
 +
    z-index:9999;
 
  }
 
  }
 
      
 
      
 
  #nav li:hover a{
 
  #nav li:hover a{
     background:#cc6666;
+
     background: transparent;
 +
    text-align: center;
 +
    color: #cc6666;
 
  }
 
  }
 
      
 
      
Line 55: Line 133:
 
     text-decoration:none;
 
     text-decoration:none;
 
     background:#cccccc;
 
     background:#cccccc;
 +
    color: white;
 +
    text-align:center;
 
  }
 
  }
 
      
 
      
 
  #nav li:hover ul a:hover{
 
  #nav li:hover ul a:hover{
 
     background:#cc9999;
 
     background:#cc9999;
 +
    color: white;
 +
    text-align:center;
 
  }
 
  }
 
      
 
      
 
  #nav ul a{
 
  #nav ul a{
     white-space:nowrap;
+
     white-space:pre;
 +
    text-align:center;
 
     display:block;
 
     display:block;
 
     border-bottom:1px solid #ccc;
 
     border-bottom:1px solid #ccc;
Line 73: Line 156:
 
     text-decoration:none;
 
     text-decoration:none;
 
     font-weight:bold;
 
     font-weight:bold;
 +
    text-align:center;
 
  }
 
  }
 
      
 
      
Line 79: Line 163:
 
  }
 
  }
  
/********************************* HTML STYLING  *********************************/      
+
/**************************************************************************************************************************************************************************************************/
 +
/* FOOTER */
 +
/**************************************************************************************************************************************************************************************************/
 +
 
 +
.footer {
 +
  position: absolute;
 +
  right: 0;
 +
  bottom: -20px;
 +
  left: 0;
 +
  height:220px;
 +
  text-align: center;
 +
  display: inline-block;
 +
}
 +
 
 +
.footer img {
 +
     float: left;
 +
    color: white;
 +
    text-align: center;
 +
    padding: 0 0 0 0;
 +
}
 +
 
 +
 
 +
/**************************************************************************************************************************************************************************************************/
 +
/* MOBILE MENU */
 +
/**************************************************************************************************************************************************************************************************/
  
/* styling for the titles h1 */
+
/*this wraps the whole of the menu*/
.igem_2017_content_wrapper h1 {
+
.igem_2018_team_menu {  
padding:15px 15px 20px !important;  
+
font-family: Quicksand;
border-bottom: 0px;  
+
display:none;
color: #CC6666;
+
float:right;
font-size: 30px !important;
+
height:100vh;
 +
max-width: 270px;
 +
overflow-y: auto;
 +
overflow-x: hidden;
 +
padding:5%;
 +
position:fixed;
 +
right:0%;
 +
text-align:left;
 +
width: 15%;
 +
z-index: 9999;
 
}
 
}
  
/* styling for the titles h2 */
+
 
.igem_2017_content_wrapper h2 {  
+
.igem_2018_team_menu.displaying_menu{
padding:15px 24px 15px !important;
+
display:none;
border-bottom: 0px;
+
color: #CE6161;
+
font-size: 28px !important;
+
 
}
 
}
  
/* styling for the titles h3 */
+
.igem_2018_team_menu a {
.igem_2017_content_wrapper h3 {  
+
color: #cc6666;
padding:5px 15px;
+
border-bottom:0px;
+
color: #003333;
+
font-size: 26px !important;  
+
 
}
 
}
  
/* styling for the titles h4 */
+
.igem_2018_team_menu img {
.igem_2017_content_wrapper h4 {  
+
width:100%;
padding:5px 15px;
+
border-bottom:0px;
+
color: #003333;
+
font-size: 24px !important;  
+
 
}
 
}
  
/* styling for the titles h5 */
+
 
.igem_2017_content_wrapper h5 {  
+
.igem_2018_team_menu .menu_item {
padding:5px 15px;  
+
background-color: #7695A5;
 +
clear: both;
 +
color: white;
 +
cursor: pointer;
 +
float: center;
 +
font-size: 100%;
 +
text-align:left;
 +
font-weight: bold;
 +
padding: 15px 0px 15px 5%;
 +
  width: 100%;
 +
}
 +
 
 +
.igem_2018_team_menu .menu_item.direct_link {
 +
color: white;
 +
padding-left: 15%;
 +
}
 +
.igem_2018_team_menu .menu_item:hover {
 +
background-color: #996666;
 +
}
 +
 
 +
 
 +
.igem_2018_team_menu .menu_item .submenu_control_icon {
 +
color: white;
 +
float: left;
 +
width: 10%;
 +
padding-right: 0%;
 +
text-align:center;
 +
}
 +
 
 +
/* submenu icon "+"  "-"*/
 +
.igem_2018_team_menu .menu_item .submenu_control_icon::before {
 +
content: "+";
 +
}
 +
 
 +
/* submenu icon "+"  "-"*/
 +
.igem_2018_team_menu .menu_item .submenu_control_icon.open::before {
 +
content: "-";
 +
}
 +
 
 +
/*submenu wrapper*/
 +
.igem_2018_team_menu .submenu{
 +
padding: 0 0 0 5%;
 +
background-color: #cccccc;
 +
clear:both;
 +
display:none;
 +
float: left; 
 +
width:100%;
 +
z-index: 9999;
 +
}
 +
 
 +
/*styling for a submenu item*/
 +
.igem_2018_team_menu .submenu .submenu_item {
 +
border-bottom: 1px solid #c4baba;
 +
  color: white;
 +
  height: 30px;
 +
  float: left;
 +
  font-size: 100%;
 +
font-weight: bold;
 +
  padding: 12px 0px 0px 10%;
 +
  width: 100%;
 +
text-align:left;
 +
}
 +
 
 +
.igem_2018_team_menu .submenu .submenu_item:hover {
 +
background-color: #996666;
 +
}
 +
 
 +
 
 +
.igem_2018_team_menu .submenu .submenu_item.current_page,
 +
.igem_2018_team_menu .menu_item.current_page,
 +
.igem_2018_team_menu .menu_item.direct_link.current_page {
 +
background-color:#7acbd8;
 +
}
 +
 
 +
 
 +
/*mobile menu bar styling*/
 +
/**************************************************************************************************************************************************************************************************/
 +
 
 +
 
 +
.igem_2018_team_mobile_bar {
 +
background-image: url('https://static.igem.org/mediawiki/2018/4/42/T--UChile_Biotec--barramobile.png');
 +
background-repeat: no-repeat;
 +
background-size: 100%;
 +
background-attachment: scroll;
 +
background-position: center top; 
 +
border:1px solid #ccc;
 +
border-style:hidden;
 +
cursor:pointer;
 +
display:none;
 +
float:left;
 +
margin-bottom: 0%;
 +
padding: 5% 0;
 +
position:fixed;
 +
width:100%;
 +
height:10%;
 +
z-index: 9999;
 +
}
 +
 
 +
.igem_logo_mobile img {
 +
width:70px;
 +
}
 +
 
 +
.igem_logo_mobile {
 +
float:left;
 +
padding-left: 5%;
 +
width: 30%;
 +
}
 +
 
 +
.igem_menu_control_mobile img {
 +
width:25px;
 +
}
 +
 
 +
.igem_menu_control_mobile {
 +
float:right;
 +
padding-right:5%;
 +
padding-top:15%;
 +
text-align:right;
 +
width: 30%;
 +
}
 +
 
 +
/**************************************************************************************************************************************************************************************************/
 +
/* CONTENT OF THE PAGE */
 +
/**************************************************************************************************************************************************************************************************/
 +
 
 +
/* general wrapper for the content */
 +
.igem_2018_team_content {
 +
background-color: #F5F4D8;
 +
display:block;
 +
width: 100%;
 +
}
 +
 
 +
/* subwrapper to center content */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper {
 +
margin:auto;
 +
max-width: 1920px;
 +
width:100%;
 +
}
 +
 
 +
.center {
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    width: 50%;
 +
}
 +
 
 +
#sp{
 +
    display:none;
 +
    height:120px;
 +
    position:static;
 +
}
 +
 
 +
#sp ul{
 +
    position:absolute;
 +
    left:-9999px;
 +
    margin:0;
 +
    padding:0;
 +
    text-align:center;
 +
    z-index: -9999;
 +
}
 +
 
 +
/********************************* Interactive Image  *********************************/
 +
 
 +
.image{
 +
  position: relative;
 +
}
 +
.image a{
 +
  display: block;     
 +
  position: absolute;
 +
}
 +
 
 +
.image a img{
 +
  display: block;     
 +
  position: absolute;
 +
  padding: 0 0 0 0;
 +
}
 +
 
 +
.image a p{
 +
  display: block;     
 +
  position: absolute;
 +
  text-align:center;
 +
  text-size:100%;
 +
}
 +
 
 +
        #elem:hover{
 +
        -moz-transform: scale(1.2);
 +
  -webkit-transform: scale(1.2);
 +
  transform: scale(1.2);
 +
    transition: all 0.7s ease-out;
 +
    z-index: 9999;
 +
    }
 +
 
 +
 
 +
/********************************* HTML STYLING  *********************************/    
 +
 
 +
   
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h1 { font-size: 280%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h2 { font-size: 240%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h3 { font-size: 210%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h4 { font-size: 200%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h5 { font-size: 190%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 180%;}
 +
 
 +
 
 +
/* 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;  
 
border-bottom:0px;  
color: #003333;
+
color: #136274;
font-size: 22px !important;  
+
font-family: Quicksand;
 +
padding: 10px 0px;
 +
text-align: center;
 
}
 
}
  
/* styling for the titles h6 */
+
/* styling for the titles h3, h3, h5, h6 */
.igem_2017_content_wrapper h6 {  
+
.igem_2018_team_content .igem_2018_team_column_wrapper h3,
padding:5px 15px;
+
.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;  
 
border-bottom:0px;  
color: #003333;
+
color: #B45A62;
font-size: 20px !important;  
+
font-family: Quicksand;
 +
text-align: center;
 +
padding: 5px 0px;
 
}
 
}
  
/* font and text */
+
/* text */
.igem_2017_content_wrapper p {  
+
.igem_2018_team_content .igem_2018_team_column_wrapper p {  
padding: 0px 15px;  
+
font-size: 130%;
font-size: 18px !important;
+
font-family: Quicksand;
text-shadow: -1px 0 #C0DACF, 0 1px #C0DACF, 1px 0 #C0DACF, 0 -1px #C0DACF;
+
padding: 5px 0px;
 +
text-align: justify;
 +
color: #4C4C4C;
 
}
 
}
  
 
/* Links */
 
/* Links */
.igem_2017_content_wrapper a {  
+
.igem_2018_team_content .igem_2018_team_column_wrapper a {
 +
color: #5bc7d8;
 
font-weight: bold;  
 
font-weight: bold;  
 
text-decoration: underline;
 
text-decoration: underline;
text-decoration-color: #3399ff;
+
text-decoration-color:#5bc7d8;
color: #339999;
+
transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;  
+
-moz-transition: all 0.4s ease;  
 
-ms-transition: all 0.4s ease;  
 
-ms-transition: all 0.4s ease;  
 
-o-transition: all 0.4s ease;  
 
-o-transition: all 0.4s ease;  
transition: all 0.4s ease;
 
 
}
 
}
  
 
/* hover for the links */
 
/* hover for the links */
.igem_2017_content_wrapper a:hover {  
+
.igem_2018_team_content .igem_2018_team_column_wrapper a:hover {  
 
text-decoration:none;
 
text-decoration:none;
color:#000000;
 
 
}
 
}
  
/* non numbered lists */
 
.igem_2017_content_wrapper ul {
 
padding:0px 20px;
 
font-size: 18px !important;
 
font-family:Tahoma, Geneva, sans-serif;
 
}
 
 
/* numbered lists */
 
.igem_2017_content_wrapper ol {
 
padding:0px;
 
font-size: 18px !important;
 
font-family:Tahoma, Geneva, sans-serif;
 
}
 
  
 
/* Table */
 
/* Table */
.igem_2017_content_wrapper table {  
+
.igem_2018_team_content .igem_2018_team_column_wrapper table {  
width: 97%;
+
border: 1px solid #928b8b;  
margin:15px 10px;
+
border: 1px solid #dclass="dropbtn" onclick="3d3d3;  
+
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 +
font-size: 130%;
 +
width: 100%;
 
}
 
}
  
 
/* table cells */
 
/* table cells */
.igem_2017_content_wrapper  td {  
+
.igem_2018_team_content .igem_2018_team_column_wrapper td {  
 +
border: 1px solid #c4baba;
 +
border-collapse: collapse;
 +
font-size: 105%;
 
padding: 10px;
 
padding: 10px;
 
vertical-align: text-top;  
 
vertical-align: text-top;  
border: 1px solid #d3d3d3;
 
border-collapse: collapse;
 
 
}
 
}
  
 
/* table headers */
 
/* table headers */
.igem_2017_content_wrapper th {  
+
.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;  
 
padding: 10px;  
 
vertical-align: text-top;  
 
vertical-align: text-top;  
border: 1px solid #d3d3d3;
 
border-collapse: collapse;
 
background-color:#f2f2f2;
 
 
}
 
}
 +
 +
 +
 +
/* 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: Quicksand;
 +
padding:0px 20px;
 +
        color: #4C4C4C;
 +
}
 +
 +
 +
.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 CLASES  *********************************/      
 
/********************************* LAYOUT CLASES  *********************************/      
  
/* general class for column divs */
+
/*main layout class */
.igem_2017_content_wrapper .column  {  
+
.igem_2018_team_content .igem_2018_team_column_wrapper .column  {  
padding: 10px 0px;
+
float:left;
float:left;  
+
margin: 0% 2%;
 +
padding: 0px;
 
}
 
}
  
/* class for a full width column */
+
/* 100% */
.column .full_size {
+
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size { width:70%; margin-left:15%; margin-right:15%; position:center; }
width:100%;  
+
 
 +
/* 66% */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
 +
 
 +
/* 50% */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.half_size { width:46%; position:center; }
 +
 
 +
/* 33% */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size {
 +
width: 29.3%;
 +
text-align: center;
 
}
 
}
  
/* styling for images in a full width column*/
+
 
.column.full_size img {  
+
 
width:97%;  
+
 
padding: 10px 15px;
+
/*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.half_size img,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size img {
 +
margin-bottom: 15px;
 +
margin-top: 15px;
 +
width: 100%;
 +
max-width: 100%;
 +
object-fit: contain;  
 
}
 
}
  
/* class for a half width column */
+
 
.column.half_size {
+
/* page break */
width: 50%;  
+
.igem_2018_team_content .igem_2018_team_column_wrapper .clear {
 +
clear:both;
 
}
 
}
/* styling for images in a half width column*/
+
/*add extra space to page break with clear class*/
.column.half_size img {  
+
.igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space {
width: 94.5%;
+
height: 30px;
padding: 10px 15px;
+
 
}
 
}
 +
 +
/* 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 CLASES  *********************************/
 
/********************************* SUPPORT CLASES  *********************************/
  
/* class that clears content below*/
+
 
.igem_2017_content_wrapper .clear {
+
/*Button  */
clear:both;
+
/************************************************/
 +
.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  {
/* adds extra spacing when clearing content */
+
background-color: #5bc7d8;
.igem_2017_content_wrapper  .clear.extra_space {
+
color: #635d5d !important;
height: 30px;
+
font-weight: bold;
 +
margin: auto;
 +
text-decoration: none !important;
 +
padding: 10px 15px;
 
}
 
}
  
/* highlight class, makes content slightly smaller */
+
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a:hover {
.igem_2017_content_wrapper .highlight {
+
margin: 0px 15px;
+
padding: 15px 0px;
+
 
}
 
}
  
  
/* highlight class, adds a gray background */
+
 
.igem_2017_content_wrapper .highlight.gray {
+
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight {  
background-color: #f2f2f2;  
+
padding: 15px 20px;
 
}
 
}
  
/* highlight with decoration blue line on top */
+
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight p,
.igem_2017_content_wrapper .highlight.blue_top {
+
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h1,
    border-top: 4px solid #3399ff;
+
.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;
 
}
 
}
  
/* highlight with a full blue border decoration */
+
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_background {
.igem_2017_content_wrapper .highlight.blue_border {
+
background-color: #e4dede;  
    border: 4px solid  #3399ff;
+
 
}
 
}
 +
 +
.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;
 +
}
 +
 +
/*mobile*/
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
/* 1920px  */
 +
/************************************************/
 +
@media only screen and (max-width: 2500px) {
 +
.igem_2018_team_menu {display:none;}
 +
#nav {height:350px;}
 +
}
 +
 +
 +
/* 1800px  */
 +
/************************************************/
 +
@media only screen and (max-width: 1800px) {
 +
.igem_2018_team_menu {display:none;}
 +
#nav {height:220px;}
 +
}
 +
 +
/* 1400px  */
 +
/************************************************/
 +
@media only screen and (max-width: 1400px) {
 +
.igem_2018_team_menu .menu_item { font-size:100%;}
 +
.igem_2018_team_menu .submenu .submenu_item { font-size:90%;}
 +
.igem_2018_team_menu {display:none;}
 +
}
 +
 +
@media only screen and (max-width: 1101px) {
 +
.igem_2018_team_menu {display:none;}
 +
}
 +
 +
/* 1000px  */
 +
/************************************************/
 +
@media only screen and (max-width: 1100px) {
 +
#nav{display:none;}
 +
.igem_2018_team_menu.displaying_menu{display:block;}
 +
.igem_2018_team_menu {padding: 0 0 0 10%; display:none; margin-top: 45px; min-width:50%; width:50%;}
 +
.igem_2018_team_mobile_bar {display:inline-block;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size { width:80%; margin-left:10%; margin-right:10%; position:center; }
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size { width:80%; margin-left:10%; margin-right:10%; position:center; }
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.half_size { width:80%; margin-left:10%; margin-right:10%; position:center; }
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size { width:80%; margin-left:10%; margin-right:10%; position:center; }
 +
#sp{display:inline;}
 +
 +
}
 +
 +
 +
@media only screen and (max-width: 500px) {
 +
.igem_2018_team_menu.displaying_menu{display:block;}
 +
.igem_2018_team_menu {min-width:100%; width:100%; }
 +
#sp{display:inline;}
 +
}
 +
 +
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
  
  
/* button class */
 
.igem_2017_content_wrapper .button{
 
max-width: 35%;
 
margin: 30px auto;
 
padding: 12px 10px;
 
    background-color: #3399ff;
 
    text-align: center;
 
  color: #ffffff;
 
-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; 
 
}   
 
   
 
 
</style>
 
</style>
   
+
 
 
<body>
 
<body>
 
      
 
      
 
<ul id="nav">
 
<ul id="nav">
       
+
 
 
     <li>
 
     <li>
         <a href="/about/">Project</a>
+
         <a href="https://2018.igem.org/Team:UChile_Biotec/Project">Project</a>
 
         <ul>
 
         <ul>
             <li><a href="#">Problem</a></li>
+
             <li><a href="https://2018.igem.org/Team:UChile_Biotec/Project#Problem">Problem</a></li>
             <li><a href="#">Results</a></li>
+
             <li><a href="https://2018.igem.org/Team:UChile_Biotec/Project#Solution">Solution</a></li>
 +
        </ul>
 +
    </li>
 +
 
 +
    <li>
 +
        <a href="https://2018.igem.org/Team:UChile_Biotec/Overview">Lab</a>
 +
        <ul>
 +
            <li><a href="https://2018.igem.org/Team:UChile_Biotec/Overview">Overview</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UChile_Biotec/Notebook">Notebook</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UChile_Biotec/Results">Results</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UChile_Biotec/InterLab">InterLab</a></li>
 
         </ul>
 
         </ul>
 
     </li>
 
     </li>
 
      
 
      
 
     <li>
 
     <li>
         <a href="/portfolio/">Device</a>
+
         <a href="https://2018.igem.org/Team:UChile_Biotec/Applied_Design">Design</a>
            <ul>
+
        <ul>
                <li><a href="#">Design</a></li>
+
            <li><a href="https://2018.igem.org/Team:UChile_Biotec/Applied_Design#device">Device</a></li>
                <li><a href="#">Products</a></li>
+
        </ul>
            </ul>
+
 
     </li>
 
     </li>
  
     <li><a href="/archives/">Home</a></li>     
+
     <li><a href="https://2018.igem.org/Team:UChile_Biotec"> <br> </a></li>     
 
      
 
      
 
     <li>
 
     <li>
         <a href="/portfolio/">Team</a>
+
         <a href="https://2018.igem.org/Team:UChile_Biotec/Team">Team</a>
 
             <ul>
 
             <ul>
                 <li><a href="#">Us</a></li>
+
                 <li><a href="https://2018.igem.org/Team:UChile_Biotec/Team#Us">Us</a></li>
                 <li><a href="#">Before</a></li>
+
                 <li><a href="https://2018.igem.org/Team:UChile_Biotec/Sponsors">Sponsors</a></li>
 +
                <li><a style="font-size:150%; text-align:center!important; padding:30px 40px 30px 20px" href="https://2018.igem.org/Team:UChile_Biotec/Attributions">Attributions</a></li>
 
             </ul>
 
             </ul>
 
     </li>
 
     </li>
 
      
 
      
     <li><a href="/resources/">Human Practices</a></li>
+
     <li>
      
+
        <a href="https://2018.igem.org/Team:UChile_Biotec/Human_Practices#jump">Practices</a>
 +
            <ul>
 +
                <li><a style="font-size:130%; text-align:center!important; padding:30px 40px 30px 20px"  href="https://2018.igem.org/Team:UChile_Biotec/Public_Engagement">Engagement</a></li>
 +
                <li><a href="https://2018.igem.org/Team:UChile_Biotec/Human_Practices#jump">Integrated</a></li>
 +
                <li><a href="https://2018.igem.org/Team:UChile_Biotec/Meetings">Meetings</a></li>
 +
                <li><a href="https://2018.igem.org/Team:UChile_Biotec/Protocol">Protocol</a></li>
 +
                <li><a style="font-size:130%; text-align:center!important; padding:30px 40px 30px 20px" href="https://2018.igem.org/Team:UChile_Biotec/Collaborations">Collaborations</a></li>
 +
 
 +
            </ul>
 +
     </li>
 +
 
 +
    <li><a href="https://2018.igem.org/Team:UChile_Biotec/LATAM">LATAM</a></li>
 
</ul>
 
</ul>
 +
 +
<div class="igem_2018_team_mobile_bar">
 +
 +
<div class="igem_logo_mobile">
 +
</div>
 +
 +
 +
<div class="igem_menu_control_mobile">
 +
</div>
 +
 +
</div>
 +
 +
 +
 +
<div class="igem_2018_team_menu">
 +
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec">
 +
</a>
 +
 +
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec">
 +
<div class="menu_item direct_link">
 +
HOME
 +
</div>
 +
</a>
 +
 +
<!-- Team -->
 +
<div class="menu_item">
 +
<div class="submenu_control_icon"> </div>
 +
PROJECT
 +
</div>
 +
<div class="submenu">
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Project">
 +
<div class="submenu_item">
 +
Our Project
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Project#Problem">
 +
<div class="submenu_item">
 +
The Problem
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Project#Solution">
 +
<div class="submenu_item">
 +
Our Solution
 +
</div>
 +
</a>
 +
</div>
 +
 +
 +
<!-- Project -->
 +
<div class="menu_item">
 +
<div class="submenu_control_icon"> </div>
 +
LAB
 +
</div>
 +
<div class="submenu">
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Overview">
 +
<div class="submenu_item">
 +
Laboratory
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Overview">
 +
<div class="submenu_item">
 +
Overview
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Notebook">
 +
<div class="submenu_item">
 +
Notebook
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Results">
 +
<div class="submenu_item">
 +
Results
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/InterLab">
 +
<div class="submenu_item">
 +
InterLab
 +
</div>
 +
</a>
 +
 +
</div>
 +
 +
 +
 +
<!-- Project -->
 +
<div class="menu_item">
 +
<div class="submenu_control_icon"> </div>
 +
DESIGN
 +
</div>
 +
<div class="submenu">
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Applied_Design">
 +
<div class="submenu_item">
 +
Our Design
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Applied_Design#device">
 +
<div class="submenu_item">
 +
The Device
 +
</div>
 +
</a>
 +
 +
</div>
 +
 +
<!-- Team -->
 +
<div class="menu_item">
 +
<div class="submenu_control_icon"> </div>
 +
TEAM
 +
</div>
 +
<div class="submenu">
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Team">
 +
<div class="submenu_item">
 +
Team Members
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Team#Us">
 +
<div class="submenu_item">
 +
Us
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Team#Sponsors">
 +
<div class="submenu_item">
 +
Sponsors
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Attributions">
 +
<div class="submenu_item">
 +
Attributions
 +
</div>
 +
</a>
 +
</div>
 +
 +
<div class="menu_item">
 +
<div class="submenu_control_icon"> </div>
 +
PRACTICES
 +
</div>
 +
 +
<div class="submenu">
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Human_Practices">
 +
<div class="submenu_item">
 +
Human Practices
 +
</div>
 +
</a>
 +
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Public_Engagement">
 +
<div class="submenu_item">
 +
Education & Engagement
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Fieldwork">
 +
<div class="submenu_item">
 +
Fieldwork
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Meetings">
 +
<div class="submenu_item">
 +
Meetings
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Protocol">
 +
<div class="submenu_item">
 +
Team Protocol
 +
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/Collaborations">
 +
<div class="submenu_item">
 +
Collaborations
 +
</div>
 +
</a>
 +
 +
</div>
 +
 +
<a href="https://2018.igem.org/Team:UChile_Biotec/LATAM">
 +
<div class="menu_item direct_link">
 +
LATAM
 +
</div>
 +
</a>
 +
 +
 +
 +
</div>
 +
  
 
</body>
 
</body>
  
<!-- start of content -->
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
  
<div class="igem_2017_content_wrapper">
+
<head>
<h1></h1>
+
 
 +
<!-- This tells the browser that your page is responsive -->
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 
 +
</head>
 +
 
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<!--- Content of the page  --->
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
 
 +
<div class="igem_2018_team_content">
 +
<div class="igem_2018_team_column_wrapper">
 +
<br>
 +
<ul id="sp">
 +
<br></br>
 +
<br></br>
 +
<br></br>
 +
</ul>

Latest revision as of 02:11, 5 November 2018