Template:Imperial/09/TopNavigationCSS

From 2009.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 3: Line 3:
#II09_TopMenuWrapper{
#II09_TopMenuWrapper{
width: 700px;
width: 700px;
-
height: 100px;
 
-
position:relative;
 
-
        float: left;
 
-
        margin-left: 10px;
 
display:block;
display:block;
background:#333333;
background:#333333;
background-repeat:no-repeat;
background-repeat:no-repeat;
background-position:top left;
background-position:top left;
-
        z-index: 7;
 
         text-align:center;
         text-align:center;
 +
        position:relative;
 +
        float:left;
 +
        margin-top:5px;
 +
        z-index:5;
 +
        border: 1px solid #bbb;
}
}
-
.panel{
+
#II09_TopMenuItem{
bottom:0px;
bottom:0px;
margin:0px;
margin:0px;
padding:5px;
padding:5px;
-
background-image:url(images/tab-right.gif);
 
-
background-position:top right;
 
-
background-repeat:repeat-x;
 
-
background-color:#333366;
 
         color: #2cc7f8;
         color: #2cc7f8;
-
         border: 1px solid #bbb;
+
         border-right: 1px solid #bbb;
 +
        border-left: 1px solid #bbb;
         width:100px;
         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