Team:TU-Delft/Templates/Style

From 2013.igem.org

(Difference between revisions)
Line 151: Line 151:
#menu {
#menu {
-
width: 100%;
+
position:fixed;
-
margin: 60px auto;
+
width:850px;
-
border: 1px solid #222;
+
top:15px;
-
background-color: #111;
+
left:40%;
-
background-image: linear-gradient(#444, #111);
+
right:60%;
-
border-radius: 6px;
+
margin: 0 0 0 -230px;
-
box-shadow: 0 1px 1px #777;
+
padding: 0;
-
margin-top: 0px;
+
z-index:1001;
-
margin-right:20px;
+
 
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
font-size:14px;
 +
/*letter-spacing:1px;*/
 +
text-transform:uppercase;
}
}
#menu:before,
#menu:before,

Revision as of 08:06, 1 August 2013