Template:Team:Virginia:Test

From 2014.igem.org

(Difference between revisions)
 
(41 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;
}
}
#nav{
#nav{
Line 343: Line 361:
}
}
-
  #navbar ul, #navbar li { list-style: none;
+
 
 +
 
 +
#navbar ul, #navbar li { list-style: none;
 +
        list-style-position:inside;
     margin:0px 0px;
     margin:0px 0px;
     padding:0;
     padding:0;
 +
     }
     }
Line 353: Line 375:
     left:0px;
     left:0px;
     width:100%;
     width:100%;
-
    background-color:#40CC9D;
+
      background-color:#40CC9D;
 +
 
     }
     }
     #navbar li{
     #navbar li{
-
 
     float:left;
     float:left;
-
     padding:10px 10px;
+
     padding:10px 0px;
     position:relative;
     position:relative;
-
     width:15.18%
+
     width:16.666%
     }
     }
-
 
-
#navbar li li{
 
-
width:92%
 
-
}
 
     #navbar > li >ul{
     #navbar > li >ul{
Line 374: Line 392:
     #navbar{
     #navbar{
-
      text-align:center;
+
    text-align:center;
-
    background-color:#40CC9D;
+
      /*height: 43px;*/
-
    width:100%;
+
      background-color:#40CC9D;
-
margin: 0px 0px 60px 0px;
+
margin: 0px 0px 40px 0px;
-
font-family:raleway;
+
-
font-size:18px;
+
     }
     }
-
     #navbar a:hover{
+
     #navbar a{
     text-decoration:none;
     text-decoration:none;
 +
    color:white;
 +
    font-family:raleway;
 +
font-size:16px;
     }
     }
 +
#navbar li li{
 +
  width:100%;
 +
}
 +
 +
a:link, a:visited{
 +
color:white;
 +
}
     </style>
     </style>
Line 395: 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