KevinVergara (Talk | contribs) |
|||
(38 intermediate revisions by 2 users not shown) | |||
Line 32: | Line 32: | ||
/********************************* DEFAULT WIKI SETTINGS ********************************/ | /********************************* DEFAULT WIKI SETTINGS ********************************/ | ||
+ | |||
+ | html,body{ | ||
+ | min-height:100%; | ||
+ | } | ||
+ | |||
+ | #container { | ||
+ | position: relative; | ||
+ | } | ||
@font-face { | @font-face { | ||
Line 84: | Line 92: | ||
font-family: Hero; | font-family: Hero; | ||
} | } | ||
+ | |||
+ | |||
+ | h1 { | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | |||
+ | |||
+ | h2 { | ||
+ | font-size: 36px; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-size: 32px; | ||
+ | } | ||
+ | |||
+ | h4 { | ||
+ | font-size: 28px; | ||
+ | } | ||
+ | |||
+ | h5 { | ||
+ | font-size: 24px; | ||
+ | } | ||
+ | |||
.navbar-collapse { | .navbar-collapse { | ||
Line 156: | Line 187: | ||
− | header { | + | .header { |
− | background: | + | background: transparent; |
color: #fff; | color: #fff; | ||
+ | position:relative; | ||
+ | width:100%; | ||
} | } | ||
.main { | .main { | ||
− | background: | + | background: transparent; |
} | } | ||
.color1 { | .color1 { | ||
− | background: | + | background: transparent; |
color: #fff; | color: #fff; | ||
} | } | ||
aside{ | aside{ | ||
− | background: | + | background: transparent; |
color: #fff; | color: #fff; | ||
} | } | ||
footer{ | footer{ | ||
− | background: | + | background: transparent; |
color: #fff; | color: #fff; | ||
} | } | ||
Line 195: | Line 228: | ||
text-align:justify; | text-align:justify; | ||
background-color:transparent; | background-color:transparent; | ||
+ | font-size: 20px; | ||
} | } | ||
Line 205: | Line 239: | ||
.content_wrapper { | .content_wrapper { | ||
width: 85%; | width: 85%; | ||
− | margin-left: | + | margin-left: 0px; |
padding: 0px; | padding: 0px; | ||
float: left; | float: left; | ||
Line 525: | Line 559: | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <style> | ||
+ | .dropdown-submenu { | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .dropdown-submenu>.dropdown-menu { | ||
+ | top: 0; | ||
+ | left: 100%; | ||
+ | margin-top: -6px; | ||
+ | margin-left: -1px; | ||
+ | -webkit-border-radius: 0 6px 6px 6px; | ||
+ | -moz-border-radius: 0 6px 6px; | ||
+ | border-radius: 0 6px 6px 6px; | ||
+ | } | ||
+ | |||
+ | .dropdown-submenu:hover>.dropdown-menu { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .dropdown-submenu>a:after { | ||
+ | display: block; | ||
+ | content: " "; | ||
+ | float: right; | ||
+ | width: 0; | ||
+ | height: 0; | ||
+ | border-color: transparent; | ||
+ | border-style: solid; | ||
+ | border-width: 5px 0 5px 5px; | ||
+ | border-left-color: #ccc; | ||
+ | margin-top: 5px; | ||
+ | margin-right: -10px; | ||
+ | } | ||
+ | |||
+ | .dropdown-submenu:hover>a:after { | ||
+ | border-left-color: #fff; | ||
+ | } | ||
+ | |||
+ | .dropdown-submenu.pull-left { | ||
+ | float: none; | ||
+ | } | ||
+ | |||
+ | .dropdown-submenu.pull-left>.dropdown-menu { | ||
+ | left: -100%; | ||
+ | margin-left: 10px; | ||
+ | -webkit-border-radius: 6px 0 6px 6px; | ||
+ | -moz-border-radius: 6px 0 6px 6px; | ||
+ | border-radius: 6px 0 6px 6px; | ||
+ | } | ||
+ | </style> | ||
<body> | <body> | ||
Line 563: | Line 653: | ||
<a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/HP/Silver">Silver</a> | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/HP/Silver">Silver</a> | ||
<a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/HP/Gold_Integrated">Gold</a> | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/HP/Gold_Integrated">Gold</a> | ||
− | |||
<a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Engagement">Engagement</a> | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Engagement">Engagement</a> | ||
</div> | </div> | ||
Line 574: | Line 663: | ||
<a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Model">Modelling Overview</a> | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Model">Modelling Overview</a> | ||
<a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Model/Procedure">Procedure</a> | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Model/Procedure">Procedure</a> | ||
− | |||
<a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Model/Results">Results</a> | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Model/Results">Results</a> | ||
− | |||
</div> | </div> | ||
+ | </li> | ||
<li class="nav-item dropdown"> | <li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Safety" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | <a class="nav-link dropdown-toggle" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Safety" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
Line 583: | Line 671: | ||
</a> | </a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
− | |||
<a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Safety/Biosafety">Biosafety</a> | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Safety/Biosafety">Biosafety</a> | ||
<a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Safety/LabProtocols">Lab Protocols</a> | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Safety/LabProtocols">Lab Protocols</a> | ||
</div> | </div> | ||
+ | </li> | ||
<li class="nav-item"> | <li class="nav-item"> | ||
<a class="nav-link" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Notebook">Notebook<span class="sr-only">(current)</span></a> | <a class="nav-link" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Notebook">Notebook<span class="sr-only">(current)</span></a> | ||
Line 592: | Line 680: | ||
<li class="nav-item"> | <li class="nav-item"> | ||
<a class="nav-link" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Team">Team<span class="sr-only">(current)</span></a> | <a class="nav-link" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Team">Team<span class="sr-only">(current)</span></a> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Jamboree" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Giant Jamboree </a> | ||
+ | <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Jamboree/OurExperience">Our experience</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Jamboree/JudgingFeedback">Judging Feedback</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB/Jamboree/Photos">Photos</a> | ||
+ | </div> | ||
</li> | </li> | ||
<li class="nav-item"> | <li class="nav-item"> | ||
− | <a class="nav-link" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB | + | <a class="nav-link" href="https://2017.igem.org/Team:UChile_OpenBio-CeBiB">Home<span class="sr-only">(current)</span></a> |
</li> | </li> | ||
</ul> | </ul> |
Latest revision as of 22:59, 15 December 2017