Template:Team:Virginia:Test

From 2014.igem.org

(Difference between revisions)
 
(27 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>
 +
p{
p{
font-size:16px;
font-size:16px;
 +
text-indent:50px;
 +
}
 +
#bluelinks a{
 +
color:blue;
}
}
 +
header h1{
 +
  text-shadow: #151515 0 1px 1px;
 +
}
 +
 +
.bluelinks{
 +
color:blue;
 +
}
 +
.tabLi a{
 +
color:white;
 +
}
body {
body {
Line 40: Line 57:
text-indent:0;
text-indent:0;
border:1px solid #83c41a;
border:1px solid #83c41a;
-
color:#ffffff;
+
color:white;
font-family:Arial;
font-family:Arial;
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;
text-shadow:1px 1px 0px #689324;
text-shadow:1px 1px 0px #689324;
 +
Line 56: Line 74:
right:1em;
right:1em;
border-radius: 40px 0px 40px 0px;
border-radius: 40px 0px 40px 0px;
 +
color:white;
}
}
Line 61: Line 80:
left:1em;
left:1em;
border-radius: 0px 40px 0px 40px;
border-radius: 0px 40px 0px 40px;
 +
color:white;
}
}
 +
span{
span{
font-size:18px;
font-size:18px;
 +
color:white;
}
}
Line 96: Line 118:
     }
     }
    
    
-
 
-
a:visited {
 
-
color: white;
 
-
}
 
h1{
h1{
border-bottom:0px;
border-bottom:0px;
Line 106: Line 124:
}
}
-
h1,h2,h3,h4,h5,h6{
+
h1,h2,h3,h5,h6{
border-bottom:0px;
border-bottom:0px;
}
}
-
a{
 
-
color:white;
 
-
}
 
#theLogo{
#theLogo{
Line 326: Line 341:
background:white;
background:white;
margin: 0 auto;
margin: 0 auto;
-
font-family:raleway;
+
font-family:Raleway;
}
}
#nav{
#nav{
Line 394: Line 409:
}
}
 +
a:link, a:visited{
 +
color:white;
 +
}
     </style>
     </style>
Line 403: 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