Template:Imperial/09/TopNavigationCSS

From 2009.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
#TopBox{
+
#II09_TopMenuWrapper{
-
    background: #000;
+
width: 700px;
-
    color: 2cc7f8;
+
display:block;
-
    height: 60px;
+
background:#333333;
-
    width:700px;
+
background-repeat:no-repeat;
-
    position:relative;
+
background-position:top left;
-
    float:left;
+
        text-align:center;
-
    align:center;
+
        position:relative;
-
    text-align:center;
+
        float:left;
 +
        margin-top:5px;
 +
        z-index:5;
 +
        border: 1px solid #bbb;
}
}
-
 
+
-
#TopOptionBox{
+
#II09_TopMenuItem{
-
    border: 1px solid #bbb;
+
bottom:0px;
-
   
+
margin:0px;
 +
padding:5px;
 +
        color: #2cc7f8;
 +
        border-right: 1px solid #bbb;
 +
        border-left: 1px solid #bbb;
 +
        width:100px;
 +
        position:relative;
 +
        text-align:center;
 +
        float:left;
 +
        z-index:7;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 18:56, 19 October 2009