Template:CSS/Delft2014 main

From 2014.igem.org

(Difference between revisions)
Line 81: Line 81:
caption {
caption {
     text-align:left;
     text-align:left;
 +
}
}
 +
/* unvisited link */
 +
a:link {
 +
    color: #000000;
 +
    text-decoration: underline;
 +
}
 +
/* visited link */
 +
a:visited {
 +
    color: #707070;
 +
    text-decoration: underline;
 +
}
 +
 +
/* mouse over link */
 +
a:hover {
 +
    color: #000000;
 +
    text-decoration: underline;
 +
    font-weight: bold;
 +
}
/*---PAGE CONTENT------------*/
/*---PAGE CONTENT------------*/

Revision as of 21:00, 12 October 2014