Team:Wageningen UR/Templates/HeaderFooterStyle

From 2011.igem.org

(Difference between revisions)
Line 6: Line 6:
   <style type="text/css">
   <style type="text/css">
   @import url(http://fonts.googleapis.com/css?family=Crimson+Text);
   @import url(http://fonts.googleapis.com/css?family=Crimson+Text);
-
   @import url(http://fonts.googleapis.com/css?family=Vollkorn+Sans);
+
   @import url(http://fonts.googleapis.com/css?family=Lekton);
      
      
h2 {
h2 {
-
   font-family: 'Vollkorn', arial, sans;  
+
   font-family: 'Lekton', arial, sans;  
   font-size: 19px;
   font-size: 19px;
-
   color: #34b233;
+
   color: white;
-
   /* text-shadow: 0 3px 0 #372c24; */
+
   text-shadow: 0 3px 0 #372c24;  
   text-decoration: none;
   text-decoration: none;
   }
   }
    
    
h3 {
h3 {
-
   font-family: 'Vollkorn', arial, sans;
+
   font-family: 'Lekton', arial, sans;
   font-size: 15px;
   font-size: 15px;
   color: #005172;
   color: #005172;
   }
   }
-
 
-
h3.hovered, h3:hover {
 
-
    color: #34b233;
 
-
text-decoration: none;
 
-
}
 
    
    
  h4 {
  h4 {
-
   font-family: 'Vollkorn', arial, sans;
+
   font-family: 'Lekton', arial, sans;
   font-size: 13px;
   font-size: 13px;
   color: #005172;
   color: #005172;
Line 36: Line 31:
   text-align: justify;
   text-align: justify;
   }
   }
 +
 
 +
a:link {
 +
color: #005172;
 +
text-decoration: none;
 +
font-family: 'Lekton',
 +
arial, sans
 +
}
 +
 +
        a:active {
 +
        color: #005172;
 +
text-decoration: none;
 +
font-family: 'Lekton',
 +
arial, sans
 +
        }
 +
 +
        a:visited {color: #005172;
 +
text-decoration: none;
 +
font-family: 'Lekton',
 +
arial, sans
 +
        }
 +
 +
        a:hover {
 +
color: #34b233;
 +
text-decoration: none;
 +
font-family: 'Lekton',
 +
arial, sans
 +
}
     /* Wiki Hacks - START */
     /* Wiki Hacks - START */

Revision as of 22:12, 7 April 2011