Team:TU-Delft/Templates/Style

From 2013.igem.org

(Difference between revisions)
Line 183: Line 183:
#menu a {
#menu a {
-
  position: absolute;
+
   
-
    white-space: nowrap;
+
  width: 100%;
-
    top:0;
+
  background-image: linear-gradient(#444, #111);
-
    width: 350px;
+
  border-radius: 6px;
-
    z-index: 5;
+
  box-shadow: 0 1px 1px #777;
-
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
 
-
    font-size: 95%;
+
-
    line-height: 1em;
+
-
z-index:1001;
+
}
}
#menu li:hover > a {
#menu li:hover > a {
color: #fafafa;
color: #fafafa;
-
}
 
-
@media screen and (min-width: 1600px)
 
-
{
 
-
#menu a{
 
-
padding-right: 25%;
 
-
padding-left:30%;
 
-
padding-top:10px;
 
-
padding-bottom:10px;
 
-
width:100%;
 
-
float: left;
 
-
width: 100%;
 
-
color: #999;
 
-
text-transform: uppercase;
 
-
font: bold 12px Arial, Helvetica;
 
-
text-decoration: none;
 
-
text-shadow: 0 1px 0 #000;
 
-
 
-
 
-
 
}
}

Revision as of 08:18, 1 August 2013