Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
Line 256: Line 256:
}
}
-
/* class for links in Human Practice */
+
/* links */
-
.HP a:link {color: black;}
+
a:link {color: blue;}
-
.HP a:visiteed {color: black;}
+
a:visited {color: black;}
-
.HP a:hover {color: orange;}
+
a:hover {color: blue; background-color: orange;}
-
.HP a:active {color: black;}
+
a:active {color: black;}
/*Creates the border around the body */
/*Creates the border around the body */

Revision as of 12:23, 29 August 2014