Team:UANL Mty-Mexico/Templates:Main

From 2012.igem.org

(Difference between revisions)
 
(138 intermediate revisions not shown)
Line 3: Line 3:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>iGEM UANL 2012</title>
<title>iGEM UANL 2012</title>
-
 
<style type="text/css">
<style type="text/css">
 +
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
 +
#top-section {
 +
    border: none;
 +
    height: 0px;}
 +
#content {
 +
 +
    border: none;}
.firstHeading {
.firstHeading {
Line 10: Line 18:
     visibility:hidden;
     visibility:hidden;
}
}
 +
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}
 +
body {
 +
    margin: 10px 0 0 0;
 +
    padding: 0;}
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
 +
#menubar {
 +
    font-size: 65%;
 +
    top: 0;
 +
    }
 +
.left-menu:hover {
 +
    background-color: transparent;}
 +
#menubar li a {
 +
    background-color: transparent;}
 +
#menubar:hover {
 +
    color: white;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: #CCC;}
 +
#p-logo {
#p-logo {
-
     height:1px; overflow:hidden; display: none;
+
     height:1px; overflow:auto; display: none;
}
}
#top-section {
#top-section {
-
   
+
     background-image: url('https://static.igem.org/mediawiki/2012/8/88/UANL2012MainBanner.jpg');
-
     background-image: url('https://dl.dropbox.com/u/82007410/slider/images/ECO02.jpg');
+
     background-position: top;
     background-position: top;
     height:130px ;
     height:130px ;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     border-width:0px;
     border-width:0px;
-
 
}
}
Line 30: Line 67:
margin: 0;
margin: 0;
padding: 0;
padding: 0;
-
color: #000;
+
color: white;
}
}
/* ~~ Element/tag selectors ~~ */
/* ~~ Element/tag selectors ~~ */
-
ul, ol, dl {  
+
ul,dl {  
padding: 0;
padding: 0;
 +
margin: 0;
 +
}
 +
ol {
 +
        list-style-position: inside;
 +
padding: 20px;
margin: 0;
margin: 0;
}
}
Line 64: Line 106:
width:960px;
width:960px;
background: #FFF;
background: #FFF;
-
margin: 0 auto;
 
}
}
Line 75: Line 116:
.sidebar1 {
.sidebar1 {
float: right;
float: right;
 +
        margin-top: 70px;
 +
text-align:left;
 +
width: 18%;
 +
background: white;
 +
border-left-color:black;
 +
padding-bottom: 0;
 +
 +
}
 +
.sidebar2 {
 +
float: right;
 +
        margin-top: 70px;
 +
text-align:left;
width: 20%;
width: 20%;
-
background: #FFF;
+
background: white;
-
border-left-color:#D1D1D1
+
border-left-color:black;
-
padding-bottom: 10px;
+
padding-bottom: 0;
 +
        right:0;
 +
        position:fixed;
}
}
.content {
.content {
-
padding: 0 0;
+
        text-align:justify;
 +
        text-justify:newspaper;
 +
        border-left:0px;
 +
        border-right:0px;
 +
padding: 10px 0;
width: 80%;
width: 80%;
float: left;
float: left;
Line 97: Line 156:
list-style: none; /
list-style: none; /
border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
-
margin-bottom: 15px; /* this creates the space between the navigation on the content below */
+
margin-bottom: 0px; /* this creates the space between the navigation on the content below */
}
}
ul.nav li {
ul.nav li {
-
border-bottom: 1px solid #666; /* this creates the button separation */
+
border-bottom: 1px solid #eaeaea; font-weight: 300; color: #9a9a9a;  /* this creates the button separation */
}
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
-
padding: 5px 5px 5px 15px;
+
padding: 3px 5px 3px 15px;
display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
text-decoration: none;
text-decoration: none;
-
background: #C6D580;
+
background: white;
}
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
-
background: #ADB96E;
+
background: #eaeaea;
-
color: #FFF;
+
color: black;
}
}
Line 117: Line 176:
.footer {
.footer {
padding: 10px 0;
padding: 10px 0;
-
background:#E8E8E8;
+
background:#f4f4f4;
 +
        border-top: thin #CCC solid;
 +
        text-align:center;
position: relative;
position: relative;
clear: both;
clear: both;
}
}
 +
/* ~~ Drop down Navigation menu  ~~ */
-
#navbar
+
#navbar {
-
ul.navbar {
+
-
float:left;
+
-
width:100%;
+
-
padding:1px;
+
-
margin:0;
+
-
list-style-type:none;
+
-
margin-bottom: 15px;
+
-
}
+
-
ul.navbar a {
+
-
float:left;
+
-
text-align:left;
+
-
margin:auto;
+
-
width:5em;
+
-
text-decoration:none;
+
-
font-weight: 300;
+
-
font-family: Helvetica, Geneva, sans-serif;
+
-
color: black;
+
-
background-color:white;
+
-
border-bottom: thin #CCC solid;
+
-
border-top:thin #CCC solid;
+
-
padding:0.2em 0.6em;
+
-
}
+
-
ul.navbar a:hover {background-color:#eaeaea;}
+
-
ul.navbar li {display:inline;}
+
-
#long {
+
margin: 0;
-
width:10em;
+
padding: 0;
-
}
+
height: 1em; }
 +
#navbar li {
 +
list-style: none;
 +
float: left; }
 +
#navbar li a {
 +
        text-align: middle;
 +
display: block;
 +
padding: 3px 8px;
 +
background-color: #fff;
 +
color: #000;
 +
font-weight: 100;
 +
font-family: Helvetica, Geneva, sans-serif;
 +
font-size:14px;
 +
width:5.4em;
 +
border-bottom: thin #CCC solid;
 +
border-top:thin #CCC solid;
 +
text-decoration: none; }
 +
#navbar a:hover {background-color:#eaeaea;}
-
.navbar {
+
#navbar li ul {
-
padding:0 0px;
+
display: none;
-
font-weight:100;
+
background-color: #fff;}
-
font-size:14px;
+
 
 +
#navbar li:hover ul {
 +
display: block;
 +
position: absolute;
 +
border: thin #CCC solid;
 +
margin: 0;
 +
padding: 5px; }
 +
#navbar li:hover li {
 +
float: left; }
 +
#navbar li:hover li a {
 +
background-color:#fff;
 +
        opacity:0.6;
 +
border-bottom: 1px solid #fff;
 +
color: #000;
 +
        font-size:13px; }
 +
#navbar li li a:hover {
 +
background-color: #eaeaea; }
 +
 +
/* expandable list CSS*/
 +
expandable1{
 +
  font-weight: 300;  
 +
  font-family: Helvetica, Geneva, sans-serif;
 +
  border-bottom: 1px solid #a6a6a6;
 +
  color: #0000;
 +
}
 +
#listContainer{
 +
  margin-top:15px;
}
}
-
.navbar li {
+
#expList p {
-
text-align: left;
+
    margin:0;
 +
    display:block;
}
}
 +
#expList p:hover {
 +
    none;
 +
#expList ul{
 +
    list-style: none;
 +
    margin:0;
 +
    padding:0;
 +
}
 +
}
 +
#expList li {
 +
    line-height:140%;
 +
    list-style: none;
 +
    text-indent:0px;
 +
    background-position: 1 10px;
 +
    padding-left: 20px;
 +
    background-repeat: no-repeat;
 +
}
 +
 +
/* Collapsed state for list element */
 +
#expList .collapsed {
 +
    background-image: url('https://static.igem.org/mediawiki/2012/1/1a/Expandplussign.png');
 +
}
 +
/* Expanded state for list element
 +
/* NOTE: This class must be located UNDER the collapsed one */
 +
#expList .expanded {
 +
    background-image: url('https://static.igem.org/mediawiki/2012/9/94/Collapseplussign.png');
 +
}
 +
</style></head>
</style></head>
<!-- horizontal navigation menu -->
<!-- horizontal navigation menu -->
<body>
<body>
-
<div class="container">
+
 
-
<div id="nav">
+
<ul id="navbar">
-
<ul class="navbar">
+
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico">Home</a></li>
-
<li><strong><a href="https://2012.igem.org/Team:UANL_Mty-Mexico">Home</a></strong></li>
+
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Team">Team</a>
-
<li><strong><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Team">Team</a></strong></li>
+
<ul>
-
<li><strong><a href="https://igem.org/Team.cgi?year=2012&team_name=UANL_Mty-Mexico">Profile</a></strong></li>
+
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Team">Members</a></li>
-
<li><strong><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project">Project</a></strong></li>
+
<li><a href="https://igem.org/Team.cgi?year=2012&team_name=UANL_Mty-Mexico">Profile</a></li>
-
<li><strong><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Parts">Parts</a></strong></li>
+
-
<li><strong><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Modeling">Modeling</a></strong></li>
+
-
<li><strong><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Notebook">Notebook</a></strong></li>
+
-
<li><strong><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Safety">Safety</a></strong></li>
+
-
<li><strong><a id="long" href= "https://2012.igem.org/Team:UANL_Mty-Mexico/Attributions">Attributions</a></strong></li>
+
</ul>
</ul>
-
</div>
+
</li>
-
<!-- logo -->
+
-
  <p><a href="https://igem.org/Main_Page"><span style="position:absolute; top:-30px; left:800px; width: 147px; height: 154px;"><img src="https://static.igem.org/mediawiki/2012/b/bc/UANL2012logo.png" width="183" height="196" alt="logo" /></span></a></p>
+
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project/abstract">Project</a>
-
  <div class="content">
+
<ul>
-
+
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project/abstract">Abstract</a></li>
-
</body>
+
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project">Overview</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project/detection">Detection</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project/capture">Capture</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project/recovery">Recovery</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project/circuit">Circuit</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Modeling">Modeling</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Modeling">Overview</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Modeling/transport_and_accumulation">Transport</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Modeling/Biosensor">Biosensor</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Modeling/Silica_binding">Silica Binding</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Modeling/3Dmodel">Molecular Modeling</a></li>
 +
</ul></li>
 +
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/hp">Outreach</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/hp">Human Practices</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/hp/tunnel">SynBio Tunnel</a></li>
 +
</ul></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Notebook">Notebook</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Notebook">Cloning strategy</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Notebook/wetlab">Wetlab</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Notebook/protocols">Protocols</a></li>
 +
</ul></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Parts">Parts</a></li>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Safety">Safety</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Safety">Overview</a></li>
 +
</ul></li>
 +
 +
<li><a id="long" href= "https://2012.igem.org/Team:UANL_Mty-Mexico/Attributions">Attributions</a></li>
 +
</ul>
 +
</div>
 +
<!-- ie9.js (fixes all Internet Explorer browsers older than ie9) Thanks for the tips team DTU!Denmark 2011 (https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki) -->
 +
<!--[if lt IE 9]>
 +
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 +
<![endif]-->
</html>
</html>

Latest revision as of 03:46, 27 September 2012

iGEM UANL 2012