Team:Heidelberg/Templates/basic-css

From 2013.igem.org

(Difference between revisions)
m
m
Line 15: Line 15:
     visibility:hidden;
     visibility:hidden;
}
}
-
 
+
    body {
 +
        background-color: white; /* defines the default background color of the document*/
 +
        color: black; /* defines the default font-color of the document*/
 +
    }
 +
    a {
 +
        color: black; /* defines the default color of links */
 +
    }
 +
    a:hover {
 +
        color: gray; /* defines the default color of links hovered by the cursor */
 +
    }
 +
 
/* Removes "teams" from the menubar */
/* Removes "teams" from the menubar */
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
     display: none;}
     display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
/* Resizes the menubar to fik the links (default is 400px) */
#menubar {
#menubar {

Revision as of 13:26, 22 September 2013