Team:Wageningen UR/Templates/navMenupoint

From 2011.igem.org

(Difference between revisions)
Line 7: Line 7:
ul li a:link {
ul li a:link {
         font-family: 'Quattrocento', arial, sans;
         font-family: 'Quattrocento', arial, sans;
-
color: white;  
+
color: #244F62 ;  
text-decoration: none;  
text-decoration: none;  
font-size: 13px;
font-size: 13px;
Line 15: Line 15:
ul li a:visited {
ul li a:visited {
         font-family: 'Quattrocento', arial, sans;
         font-family: 'Quattrocento', arial, sans;
-
color: white;  
+
color: #244F62;  
text-decoration: none;  
text-decoration: none;  
font-size: 13px;
font-size: 13px;
Line 23: Line 23:
ul li a:hover {
ul li a:hover {
         font-family: 'Quattrocento', arial, sans;
         font-family: 'Quattrocento', arial, sans;
-
color: white;  
+
color: white;
-
text-decoration: none;  
+
        text-decoration: none;  
font-size: 13px;
font-size: 13px;
         font-weight: bold;
         font-weight: bold;
Line 31: Line 31:
ul li a:active {
ul li a:active {
         font-family: 'Quattrocento', arial, sans;
         font-family: 'Quattrocento', arial, sans;
-
color: white;  
+
color: #244F62 ;  
text-decoration: none;  
text-decoration: none;  
font-size: 13px;
font-size: 13px;
Line 41: Line 41:
  {
  {
   float: left;
   float: left;
-
   width: 21%;
+
   width: 250px;
   height: 100%;
   height: 100%;
-
   margin-bottom: 1em;
+
   padding: 20px 0px 1em 20px;  
   }
   }
  #navMenupoint {  
  #navMenupoint {  
   /* background-image: url('https://static.igem.org/mediawiki/2011/a/ae/4menubar.png'); */
   /* background-image: url('https://static.igem.org/mediawiki/2011/a/ae/4menubar.png'); */
 +
  background-color: #D8D8D8;
   background-image: url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png');  
   background-image: url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png');  
   background-repeat: no-repeat;
   background-repeat: no-repeat;
Line 58: Line 59:
    
    
  #navMenupoint.hovered, #navMenupoint:hover {
  #navMenupoint.hovered, #navMenupoint:hover {
-
     background-color: #E57B05;
+
     background-color: #989898 ;
     background-image: url('https://static.igem.org/mediawiki/2011/e/e0/1menubar.png');
     background-image: url('https://static.igem.org/mediawiki/2011/e/e0/1menubar.png');
     /* background-image: url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png'); */  
     /* background-image: url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png'); */  
Line 64: Line 65:
     /* background-image: url('https://static.igem.org/mediawiki/2011/8/80/5menubar.png'); */
     /* background-image: url('https://static.igem.org/mediawiki/2011/8/80/5menubar.png'); */
     border: dotted 1px #298BB6;
     border: dotted 1px #298BB6;
-
     width: 88%;
+
     /* width: 88%; */
  }
  }
Line 84: Line 85:
     /* background-image: url('https://static.igem.org/mediawiki/2011/8/80/5menubar.png'); */
     /* background-image: url('https://static.igem.org/mediawiki/2011/8/80/5menubar.png'); */
     border: dotted 1px #298BB6;
     border: dotted 1px #298BB6;
-
     width: 88%;
+
     /* width: 88%; */
  }
  }

Revision as of 17:59, 12 July 2011