Team:UC Chile/style

From 2012.igem.org

(Difference between revisions)
Line 45: Line 45:
display:none;
display:none;
}
}
 +
 +
/* GENERAL CONFIGURATION */
 +
 +
body {
 +
        background-color: black; /* defines the default background color of the document*/
 +
        color: white; /* defines the default font-color of the document*/
 +
    }
 +
    a {
 +
        color: blue; /* defines the default color of links */
 +
    }
 +
    a:hover {
 +
        color: red; /* defines the default color of links hovered by the cursor */
 +
    }
/*------------------------------------*\
/*------------------------------------*\

Revision as of 04:33, 24 March 2012