Team:UANL Mty-Mexico/Templates:Main

From 2012.igem.org

(Difference between revisions)
 
(119 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">
-
<!--removing mediawiki look, thanks for the tip team DTU!Denmark 2011 (https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki)-->
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
Line 13: Line 11:
     height: 0px;}
     height: 0px;}
#content {
#content {
 +
     border: none;}
     border: none;}
Line 19: 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 {
body {
     margin: 10px 0 0 0;
     margin: 10px 0 0 0;
Line 30: Line 36:
#menubar {
#menubar {
     font-size: 65%;
     font-size: 65%;
-
     top: -14px;}
+
     top: 0;
 +
    }
.left-menu:hover {
.left-menu:hover {
     background-color: transparent;}
     background-color: transparent;}
Line 40: Line 47:
     color: transparent;}
     color: transparent;}
#menubar:hover li a {
#menubar:hover li a {
-
     color: white;}
+
     color: #CCC;}
 +
 
 +
 
#p-logo {
#p-logo {
-
     height:1px; overflow:hidden; display: none;
+
     height:1px; overflow:auto; display: none;
}
}
#top-section {
#top-section {
-
    margin-top:20px;
+
     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;
-
 
}
}
-
<!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
 
-
<!--[if lt IE 9]>
 
-
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 
-
<!--[endif]-->
 
-
<!-- end of wikimedia default styling-->
 
body {
body {
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
Line 70: Line 72:
/* ~~ 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 110: Line 117:
float: right;
float: right;
         margin-top: 70px;
         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: white;
background: white;
-
text-align:center;
 
border-left-color:black;
border-left-color:black;
-
padding-bottom: 10px;
+
padding-bottom: 0;
 +
        right:0;
 +
        position:fixed;
}
}
.content {
.content {
 +
        text-align:justify;
 +
        text-justify:newspaper;
         border-left:0px;
         border-left:0px;
         border-right:0px;
         border-right:0px;
Line 135: 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 #eaeaea; font-color: #b3b3b3; /* 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. */
Line 157: Line 178:
background:#f4f4f4;
background:#f4f4f4;
         border-top: thin #CCC solid;
         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;
+
-
margin-top:-10px;
+
-
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: center;
+
    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>
+
</ul>
-
<li><strong><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Modeling">Modeling</a></strong></li>
+
</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><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project/abstract">Project</a>
-
<li><strong><a id="long" href= "https://2012.igem.org/Team:UANL_Mty-Mexico/Attributions">Attributions</a></strong></li>
+
<ul>
 +
<li><a href="https://2012.igem.org/Team:UANL_Mty-Mexico/Project/abstract">Abstract</a></li>
 +
<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>
</ul>
</div>
</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