Team:UC Chile/style

From 2012.igem.org

(Difference between revisions)
 
(15 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');
+
       
 +
/* 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 91: Line 92:
   position:relative;
   position:relative;
         width: 110px;
         width: 110px;
 +
}
}
#nav a{
#nav a{
Line 113: 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 137: Line 141:
         color: black;
         color: black;
}
}
 +
 +
.selflink{
 +
margin-top: 5px;
 +
}
 +
.center{
.center{
  text-align: center;
  text-align: center;

Latest revision as of 15:53, 31 March 2012