Team:UC Chile/style

From 2012.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 27: Line 27:
#bodyContent{
#bodyContent{
-
background: #999;
+
background: white;
-
color: white;
+
color: black;
}
}
Line 54: Line 54:
  body {
  body {
-
         background: blue; /* defines the default background color of the document*/
+
         background: #145224; /* defines the default background color of the document*/
 +
       
 +
/* background-image:url('https://static.igem.org/mediawiki/2012/1/1d/B_image.png'); */
         color: white; /* defines the default font-color of the document*/
         color: white; /* defines the default font-color of the document*/
Line 90: Line 92:
   position:relative;
   position:relative;
         width: 110px;
         width: 110px;
 +
}
}
#nav a{
#nav a{
Line 112: 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-bottom: 1px solid black;
 +
       
}
}
Line 120: Line 125:
}
}
#nav li:hover ul{  
#nav li:hover ul{  
-
left:-19px;  
+
left:0px;  
         top: 0px;
         top: 0px;
         margin-top: 29px;
         margin-top: 29px;
Line 135: Line 140:
background:white;
background:white;
         color: black;
         color: black;
 +
}
 +
 +
.selflink{
 +
margin-top: 5px;
 +
}
 +
 +
.center{
 +
text-align: center;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 15:53, 31 March 2012