Team:Harvard/Test Page 3

From 2011.igem.org

(Difference between revisions)
(Created page with "<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/...")
Line 21: Line 21:
     if ( last[1] ) {
     if ( last[1] ) {
-
       $('#headover ul li a[href*="' + last[1] + '"]').addClass("curlink").css("color","#ea8828");
+
       $('#headover ul li a[href*="' + last[1] + '"]').addClass("curlink").css("color","#8B0000");
     }
     }
Line 27: Line 27:
     else {
     else {
-
       $('#headover ul li a[href$="' + path + '"]').addClass("curlink").css("color","#ea8828");
+
       $('#headover ul li a[href$="' + path + '"]').addClass("curlink").css("color","#8B0000");
     }
     }
Line 47: Line 47:
     $('.listhead').not('.curlink').css("color","#ffffff");
     $('.listhead').not('.curlink').css("color","#ffffff");
-
     $('.listmain').not('.curlink').css("color","#dddddd");
+
     $('.listmain').not('.curlink').css("color","#C0C0C0");
     $('#headover ul').fadeOut(500);
     $('#headover ul').fadeOut(500);
Line 77: Line 77:
     $('.listmain').not('.curlink').css("color","#dddddd");
     $('.listmain').not('.curlink').css("color","#dddddd");
-
     $(this).css("color","#ea8828");
+
     $(this).css("color","#AF0000");
     });
     });
Line 391: Line 391:
   #headtit{
   #headtit{
-
     font-family: helvetica, arial, sans-serif;
+
     font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-Serif;
     font-size: 1.2em;
     font-size: 1.2em;
Line 445: Line 445:
     text-decoration: none;
     text-decoration: none;
-
     font-family: helvetica, arial, sans-serif;
+
     font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-Serif;
     color: #ffffff;}
     color: #ffffff;}
Line 497: Line 497:
     text-decoration: none;
     text-decoration: none;
-
     font-family: helvetica, arial, sans-serif;
+
     font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-Serif;
     color: #dddddd;}
     color: #dddddd;}

Revision as of 19:11, 12 July 2011