Template:Team:Virginia:Test

From 2014.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 5: Line 5:
     <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel=
     <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel=
     'stylesheet' type='text/css'>
     'stylesheet' type='text/css'>
 +
    <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
 +
    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
     <style>
     <style>
Line 11: Line 13:
font-size:16px;
font-size:16px;
text-indent:50px;
text-indent:50px;
 +
}
 +
#bluelinks a{
 +
color:blue;
}
}
 +
header h1{
 +
  text-shadow: #151515 0 1px 1px;
 +
}
 +
 +
.bluelinks{
 +
color:blue;
 +
}
.tabLi a{
.tabLi a{
color:white;
color:white;
Line 49: Line 61:
font-size:15px;
font-size:15px;
font-style:normal;
font-style:normal;
-
width:6.1em;
+
width:7%;
text-decoration:none;
text-decoration:none;
text-align:center;
text-align:center;
Line 112: Line 124:
}
}
-
h1,h2,h3,h4,h5,h6{
+
h1,h2,h3,h5,h6{
border-bottom:0px;
border-bottom:0px;
}
}
Line 329: Line 341:
background:white;
background:white;
margin: 0 auto;
margin: 0 auto;
-
font-family:raleway;
+
font-family:Raleway;
}
}
#nav{
#nav{
Line 409: Line 421:
$(document).ready(function(){
$(document).ready(function(){
   $('#navbar > li').hover(function() {
   $('#navbar > li').hover(function() {
-
$(this).find('ul').slideToggle("slow");  
+
$(this).find('ul').slideToggle("fast");  
});
});

Latest revision as of 03:31, 19 November 2014