Template:Igem europe CSS

From 2012.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 27: Line 27:
font-family: Lucida Grande, Verdana, Arial, sans-serif;
font-family: Lucida Grande, Verdana, Arial, sans-serif;
text-shadow: #dadada 1px 1px 1px;
text-shadow: #dadada 1px 1px 1px;
-
padding: 0 0 5px 5px;
+
padding: 0 0 10px 5px;
}
}
Line 126: Line 126:
}
}
 +
</style>
 +
 +
<script language="javascript">
 +
 +
function movein(which){
 +
which.style.background='coral'
 +
}
 +
 +
function moveout(which){
 +
which.style.background='bisque'
 +
}
 +
 +
</script>
</html>
</html>

Latest revision as of 22:03, 13 February 2012