Template:Http://2014.igem.org/Team:Colombia
From 2013.igem.org
(Difference between revisions)
(26 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
<!-- this section changes the default wiki template to a white full width background --> | <!-- this section changes the default wiki template to a white full width background --> | ||
Line 47: | Line 48: | ||
</style> | </style> | ||
+ | <style> | ||
+ | table,th,td | ||
+ | { | ||
+ | Background:#C68E17; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- Inferior Menu--> | ||
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> | <link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> | ||
Line 55: | Line 67: | ||
ul.flatflipbuttons{ | ul.flatflipbuttons{ | ||
- | margin: | + | margin-left:500px; |
+ | margin-top: 1200px; | ||
padding:0; | padding:0; | ||
list-style:none; | list-style:none; | ||
Line 178: | Line 191: | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
+ | <!-- Navigation Menu --> | ||
<style> | <style> | ||
Line 211: | Line 221: | ||
font-size:13px; /* Establishes the global font size */ | font-size:13px; /* Establishes the global font size */ | ||
letter-spacing: 1px !important; /* Effects spacing between letters for all fonts in the wheel */ | letter-spacing: 1px !important; /* Effects spacing between letters for all fonts in the wheel */ | ||
+ | |||
+ | position: absolute; | ||
+ | top: 1px; | ||
+ | right: 10px; | ||
+ | |||
} | } | ||
#menu-wrap .orbit{ | #menu-wrap .orbit{ | ||
height: 210px; | height: 210px; | ||
- | + | margin: 30px; /* Pushes the images in the display to the center */ position: absolute; | |
- | + | ||
- | + | width: 210px; | |
} | } | ||
#menu-wrap .orbit-frame{ | #menu-wrap .orbit-frame{ | ||
border:2px solid #999; /* Creates a division between the image and wrap5 */ | border:2px solid #999; /* Creates a division between the image and wrap5 */ | ||
+ | |||
} | } | ||
Line 417: | Line 433: | ||
ul.menuBuild li#menu1 > ul{ | ul.menuBuild li#menu1 > ul{ | ||
- | margin-top:- | + | margin-top:-55px; |
- | left: | + | left:0px; |
} | } | ||
Line 458: | Line 474: | ||
transform: rotate(0deg); /* older browsers */ | transform: rotate(0deg); /* older browsers */ | ||
left: 0px; | left: 0px; | ||
- | margin-top: - | + | margin-top: -50px; |
} | } | ||
Line 467: | Line 483: | ||
-ms-transform: rotate(42deg); /* ie9 and future versions */ | -ms-transform: rotate(42deg); /* ie9 and future versions */ | ||
transform: rotate(42deg); /* older browsers */ | transform: rotate(42deg); /* older browsers */ | ||
- | left: | + | left: 0px; |
- | margin-top: - | + | margin-top: -50px; |
} | } | ||
Line 630: | Line 646: | ||
+ | </style> | ||
+ | <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> | ||
+ | <script type="text/javascript" src="http://linacabal.com/juan/s3Slider.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $('#slider').s3Slider({ | ||
+ | timeOut: 5000 | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
- | + | <!-- beginning of your page --> | |
- | < | + | |
Line 651: | Line 676: | ||
<![endif]--> | <![endif]--> | ||
+ | <style> | ||
+ | img { | ||
+ | position: absolute; | ||
+ | left: 0px; | ||
+ | top: 0px; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
Line 657: | Line 692: | ||
<body> | <body> | ||
+ | |||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2013/0/00/Colombiatop.png" width="1330px" height="450px" align="left" > | ||
+ | |||
<div id="menu-wrap"> | <div id="menu-wrap"> | ||
<div class="wrap1"> | <div class="wrap1"> | ||
Line 669: | Line 708: | ||
<div class="nav-holder"> | <div class="nav-holder"> | ||
- | <!-- start menu !--> | + | <!-- start navigation menu !--> |
<ul class="menuBuild"> | <ul class="menuBuild"> | ||
- | <li id="menu1"><a href="https://2014.igem.org/Team:Colombia/ | + | <li id="menu1"><a href="https://2014.igem.org/Team:Colombia/Modeling">Modelling</a> |
<ul class="submenu sub1"> | <ul class="submenu sub1"> | ||
- | <li class="first"><a href="https://2014.igem.org/Team:Colombia/ | + | <li class="first"><a href="https://2014.igem.org/Team:Colombia/Deterministic">Deterministic</a></li> |
<li class="second"><a href="https://2014.igem.org/Team:Colombia/Stochastic">Stochastic </a></li> | <li class="second"><a href="https://2014.igem.org/Team:Colombia/Stochastic">Stochastic </a></li> | ||
<li class="third"><a href="https://2014.igem.org/Team:Colombia/Parameters">Parameters</a></li> | <li class="third"><a href="https://2014.igem.org/Team:Colombia/Parameters">Parameters</a></li> | ||
Line 702: | Line 741: | ||
- | <li id="menu5"><a href="https://2014.igem.org/Team:Colombia/ | + | <li id="menu5"><a href="https://2014.igem.org/Team:Colombia/Team">Team</a> |
<ul class="submenu sub5"> | <ul class="submenu sub5"> | ||
Line 715: | Line 754: | ||
</li> | </li> | ||
- | <li id="menu6"><a href="https://2014.igem.org/Team:Colombia/ | + | <li id="menu6"><a href="https://2014.igem.org/Team:Colombia/HPPt">Human Practices</a> |
</li> | </li> | ||
Line 733: | Line 772: | ||
- | <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> | + | <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
Latest revision as of 17:28, 22 August 2014
'