Team:UC Chile/style

From 2012.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 92: Line 92:
   position:relative;
   position:relative;
         width: 110px;
         width: 110px;
-
        border-left: 1px solid black;
 
-
 
}
}
Line 117: Line 115:
position:absolute;
position:absolute;
left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
-
        border-right: 1px solid black;
 
         border-bottom: 1px solid black;
         border-bottom: 1px solid black;
-
         border-left: 1px solid black;
+
          
-
 
+
}
}
Line 129: Line 125:
}
}
#nav li:hover ul{  
#nav li:hover ul{  
-
left:-1px;  
+
left:0px;  
         top: 0px;
         top: 0px;
         margin-top: 29px;
         margin-top: 29px;
Line 145: Line 141:
         color: black;
         color: black;
}
}
-
#nav li:hover ul li strong{
+
 
-
  padding: 5px;
+
.selflink{
 +
  margin-top: 5px;
}
}
 +
.center{
.center{
  text-align: center;
  text-align: center;

Latest revision as of 15:53, 31 March 2012