Team:Freiburg/Templates/html/head.html

From 2014.igem.org

(Difference between revisions)
Line 3: Line 3:
<!-- include javascript -->
<!-- include javascript -->
<script src="/Team:Freiburg/js/head.js?action=raw"></script>
<script src="/Team:Freiburg/js/head.js?action=raw"></script>
-
<!--
+
 
<head>
<head>
<style>
<style>
-
a {display: block;}
+
li{ float: left;}
 +
a:link, a:visited {
 +
    display: block;
 +
    width: 80px;
 +
    font-wight: bold;
 +
    color: white;
 +
    background-color: teal;
 +
    text-align: center;
 +
    padding: 4px;
 +
    text-transform: uppercase;
 +
    line-height: 15px;}
</style>
</style>
-
</head>-->
+
</head>
 +
 
 +
 
 +
a:hover, a:active {
 +
    background-color: #7A991A;
 +
}
 +
</style>
 +
</head>
<!-- navigation -->
<!-- navigation -->

Revision as of 17:50, 27 August 2014

a:hover, a:active { background-color: #7A991A; }