Team:ETH Zurich/Templates

From 2013.igem.org

(Difference between revisions)
Line 62: Line 62:
          
          
}
}
-
 
+
/*Standard */
#eth_nav > ul > li > a
#eth_nav > ul > li > a
{ display: block;
{ display: block;
         width: 60;
         width: 60;
         height: 20;
         height: 20;
-
/*Standard background color*/
 
background:none;
background:none;
   padding: 5px 10px;
   padding: 5px 10px;
Line 74: Line 73:
white-space: nowrap;
white-space: nowrap;
}
}
-
 
+
/*when clicked on*/
#eth_nav > ul > li > strong.selflink
#eth_nav > ul > li > strong.selflink
{ display: block;
{ display: block;
-
/*color change when clicked on*/
+
        font-weight:normal !important;
         background:rgb(241,243,245);
         background:rgb(241,243,245);
padding: 5px 10px;
padding: 5px 10px;
Line 87: Line 86:
}
}
 +
/* when mouse on menu*/
#eth_nav ul li a:hover
#eth_nav ul li a:hover
-
/*color change when mouse on menu*/
 
{ background: rgb(241,243,245);
{ background: rgb(241,243,245);
         color:rgb(131,186,243);
         color:rgb(131,186,243);

Revision as of 07:21, 11 September 2013

Header2.png
80px-Eth igem logo.png