Template:Team:TU Munich/Header

From 2012.igem.org

(Difference between revisions)
(Undo revision 109691 by Fabian Froehlich (talk))
Line 8: Line 8:
<style type="text/css">
<style type="text/css">
-
@variables {
 
-
  TextColor: #0C68AE;
 
-
}
 
div.mleft {
div.mleft {
Line 218: Line 215:
h1, h2, h3, h4 {
h1, h2, h3, h4 {
-
     color: var(TextColor);
+
     color: #0C68AE;
     font-weight: bold;
     font-weight: bold;
     border: 0px;
     border: 0px;
Line 435: Line 432:
     padding: 0px;
     padding: 0px;
     position: relative;
     position: relative;
-
     color:var(TextColor)
+
     color:#0C68AE;
     height:30px;
     height:30px;
}
}
Line 447: Line 444:
#navigation ul li {
#navigation ul li {
     background:#fff;
     background:#fff;
-
     color:var(TextColor)
+
     color:#0C68AE;
     width:155px;
     width:155px;
     float:left;
     float:left;
Line 455: Line 452:
#navigation ul li:hover {
#navigation ul li:hover {
-
     background:var(TextColor)
+
     background:#0C68AE;
     color:white;
     color:white;
     width:155px;
     width:155px;
Line 468: Line 465:
     display:block;
     display:block;
     text-decoration:none;
     text-decoration:none;
-
     color:var(TextColor)
+
     color:#0C68AE;
}
}
Line 494: Line 491:
#navigation ul li:hover ul li a {
#navigation ul li:hover ul li a {
     background:#fff;
     background:#fff;
-
     color:var(TextColor)
+
     color:#0C68AE;
}
}
#navigation ul li:hover ul li a:hover {
#navigation ul li:hover ul li a:hover {
-
     background:var(TextColor)
+
     background:#0C68AE;
     color:white;
     color:white;
}
}

Revision as of 13:05, 12 September 2012