Team:Berkeley/Style

From 2012.igem.org

(Difference between revisions)
 
(27 intermediate revisions not shown)
Line 24: Line 24:
     <li><div>Results</div>
     <li><div>Results</div>
         <ul>
         <ul>
-
             <li><a href="#">Main Results</a></li>
+
             <li><a href="#">Proof of Concept</a></li>
-
             <li><a href="#">Leucine Zipper Assays</a></li>
+
             <li><a href="#">Leucine Zipper Screen</a></li>
 +
            <li><a href="#">Promoter Characterization</a></li>
         </ul>
         </ul>
     </li>
     </li>
     <li><div><a href="https://2012.igem.org/Team:Berkeley/Team">Team</a></div>
     <li><div><a href="https://2012.igem.org/Team:Berkeley/Team">Team</a></div>
     <li><div><a href="https://2012.igem.org/Team:Berkeley/Notebook">Notebook</a></div>
     <li><div><a href="https://2012.igem.org/Team:Berkeley/Notebook">Notebook</a></div>
 +
    <li><div><a href="https://2012.igem.org/Team:Berkeley/Judging">Judging</a></div>
     <li><div><a href="https://2012.igem.org/Team:Berkeley/Safety">Safety</a></div>
     <li><div><a href="https://2012.igem.org/Team:Berkeley/Safety">Safety</a></div>
 +
    <li><div><a href="https://2012.igem.org/Team:Berkeley/Contributions">Contributions</a></div>
     </li>
     </li>
</ul>
</ul>
Line 46: Line 49:
     border: none;
     border: none;
     padding: 0px; }
     padding: 0px; }
 +
 +
#body, html  {
 +
    background: #FFFFFF;
 +
    min-height:100%;
 +
}
 +
 +
body {
 +
    background: #fff; /* defines the default background color of the document*/
 +
       
 +
}
 +
#top-section {
#top-section {
Line 91: Line 105:
}
}
-
#body, html {
+
 
-
     background: #FFFFFF;
+
#content {
-
     min-height:100%;
+
    height:100%;
 +
    font-family: Tahoma, Verdana, Arial, Georgia;
 +
     background:#FFFFFF;
 +
     }
 +
 
 +
#footer {
 +
    background:#FFFFFF;
 +
 
}
}
 +
#f-list a {
 +
    color: #1DACAF;
 +
 +
    }
 +
#f-list a:hover {
 +
    color: #1DACAF;
 +
    }
 +
 +
#main {
 +
    background-color:#FFFFFF;
 +
    padding-right:10px;
 +
    height:100%;
 +
    margin-left:  20%;
 +
}
 +
 +
#menubar li a{
 +
    color:#1DACAF;
 +
    background-color: transparent;
 +
}
 +
#menubar.right-menu:hover, #menubar.left-menu:hover {
 +
    background-color: transparent;
 +
}
 +
 +
#menubar li a:hover {
 +
    color:#1DACAF;
 +
    text-decoration:underline;
 +
}
 +
 +
#menubar li.selected a {
 +
    color:#555555;
 +
}
 +
 +
.right-menu ul { border: none;}
 +
 +
#sidebar {
 +
    float:left;
 +
    width: 20%;
 +
}
 +
 +
 +
#styleContainer {
 +
    height: 1%;
 +
    overflow: hidden;
 +
    background: url(https://static.igem.org/mediawiki/2012/3/33/UCBsideBackground.png) repeat-y left;
 +
}
 +
 +
 +
</style>
 +
 +
<script language="JavaScript" type="text/javascript">
 +
<!--
 +
$("#accordion > li > div").click(function(){
 +
 +
    if(false == $(this).next().is(':visible')) {
 +
        $('#accordion ul').slideUp(300);
 +
    }
 +
    $(this).next().slideToggle(300);
 +
});
 +
 +
// -->
 +
</script>
<div id="main">
<div id="main">

Latest revision as of 14:19, 23 September 2012