Template:Team:Virginia:Test

From 2014.igem.org

(Difference between revisions)
m
 
(48 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{
 +
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 38: 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 54: Line 74:
right:1em;
right:1em;
border-radius: 40px 0px 40px 0px;
border-radius: 40px 0px 40px 0px;
 +
color:white;
}
}
Line 59: 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 94: Line 118:
     }
     }
    
    
-
 
-
a:visited {
 
-
color: white;
 
-
}
 
h1{
h1{
border-bottom:0px;
border-bottom:0px;
Line 104: 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 324: Line 341:
background:white;
background:white;
margin: 0 auto;
margin: 0 auto;
-
font-family:raleway;
+
font-family:Raleway;
}
}
#nav{
#nav{
Line 343: Line 360:
margin: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
}
 +
 +
#navbar ul, #navbar li { list-style: none;
#navbar ul, #navbar li { list-style: none;
Line 348: Line 367:
     margin:0px 0px;
     margin:0px 0px;
     padding:0;
     padding:0;
-
 
     }
     }
Line 377: Line 395:
       /*height: 43px;*/
       /*height: 43px;*/
       background-color:#40CC9D;
       background-color:#40CC9D;
 +
margin: 0px 0px 40px 0px;
     }
     }
Line 383: Line 402:
     color:white;
     color:white;
     font-family:raleway;
     font-family:raleway;
-
font-size:18px;
+
font-size:16px;
     }
     }
Line 390: Line 409:
}
}
-
 
+
a:link, a:visited{
 +
color:white;
 +
}
     </style>
     </style>
Line 400: 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