Team:UANL Mty-Mexico/Templates:Main

From 2012.igem.org

(Difference between revisions)
 
(69 intermediate revisions not shown)
Line 11: Line 11:
     height: 0px;}
     height: 0px;}
#content {
#content {
 +
     border: none;}
     border: none;}
Line 53: Line 54:
}
}
#top-section {
#top-section {
-
     background-image: url('https://dl.dropbox.com/u/82007410/slider/images/ECO02.jpg');
+
     background-image: url('https://static.igem.org/mediawiki/2012/8/88/UANL2012MainBanner.jpg');
     background-position: top;
     background-position: top;
     height:130px ;
     height:130px ;
Line 117: Line 118:
         margin-top: 70px;
         margin-top: 70px;
text-align:left;
text-align:left;
-
width: 15%;
+
width: 18%;
background: white;
background: white;
border-left-color:black;
border-left-color:black;
Line 131: Line 132:
border-left-color:black;
border-left-color:black;
padding-bottom: 0;
padding-bottom: 0;
 +
        right:0;
 +
        position:fixed;
}
}
.content {
.content {
-
         text-align:auto;
+
         text-align:justify;
 +
        text-justify:newspaper;
         border-left:0px;
         border-left:0px;
         border-right:0px;
         border-right:0px;
Line 152: 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 {
Line 158: Line 162:
}
}
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 178: Line 182:
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 {
+
#navbar li:hover ul {
-
text-align: center;
+
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*/
/* expandable list CSS*/
expandable1{
expandable1{
Line 231: Line 240:
}
}
-
 
-
#expList ul, li{
 
-
    list-style: none;
 
-
    margin:0;
 
-
    padding:0;
 
-
}
 
-
#expList ol,li{
 
-
    list-style-type: decimal;
 
-
    list-style position: inside;
 
-
 
-
    }
 
#expList p {
#expList p {
     margin:0;
     margin:0;
Line 248: Line 246:
#expList p:hover {
#expList p:hover {
     none;
     none;
 +
#expList ul{
 +
    list-style: none;
 +
    margin:0;
 +
    padding:0;
 +
}
}
}
#expList li {
#expList li {
     line-height:140%;
     line-height:140%;
 +
    list-style: none;
     text-indent:0px;
     text-indent:0px;
-
     background-position: 1px 8px;
+
     background-position: 1 10px;
     padding-left: 20px;
     padding-left: 20px;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 259: Line 263:
/* Collapsed state for list element */
/* Collapsed state for list element */
#expList .collapsed {
#expList .collapsed {
-
     background-image: url('https://dl.dropbox.com/u/82007410/slider/icons/expand.png');
+
     background-image: url('https://static.igem.org/mediawiki/2012/1/1a/Expandplussign.png');
}
}
/* Expanded state for list element
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
#expList .expanded {
-
     background-image: url('https://dl.dropbox.com/u/82007410/slider/icons/collapse.png');
+
     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>

Latest revision as of 03:46, 27 September 2012

iGEM UANL 2012