Template:Team:BostonU/CSS

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
 
<head>
<head>
-
 
<style type="text/css">
<style type="text/css">
Line 108: Line 106:
body {
body {
color: #353535;
color: #353535;
-
font: 14px/26px proxima-nova-alt, "Proxima Nova Alt", sans-serif;
+
font: 14px/23px proxima-nova-alt, "Proxima Nova Alt", sans-serif;
text-align:center;
text-align:center;
}
}
Line 202: Line 200:
ul#nav {
ul#nav {
-
width:85%;
+
width:90%;
top:100px;
top:100px;
left:60px;
left:60px;
Line 212: Line 210:
color: #FFF;
color: #FFF;
background-color:none;
background-color:none;
-
margin: 0 10px 10px 0;
+
margin: 0 50px 0 0;
float: left;
float: left;
position: relative;
position: relative;
Line 223: Line 221:
#nav a {
#nav a {
font-family:bree-web, Bree, sans-serif;
font-family:bree-web, Bree, sans-serif;
-
font-size:10pt;
+
font-size:12pt;
-
font-weight:600;
+
font-weight:700;
line-height:210%;
line-height:210%;
color: inherit;
color: inherit;
Line 234: Line 232:
ul#nav > li > a {
ul#nav > li > a {
-
line-height:10px;
+
line-height:12px;
border-left:solid 3px #bbb;
border-left:solid 3px #bbb;
-
padding:0 12px 0 15px;
+
padding:0 0 0 15px;
}
}
Line 268: Line 266:
#nav li:hover > ul {
#nav li:hover > ul {
/*display: block;*/
/*display: block;*/
-
opacity:2;
+
opacity:1;
margin:0;
margin:0;
background-color: none;
background-color: none;
Line 338: Line 336:
width:400px;
width:400px;
height:500px;
height:500px;
-
         top:calc(50%-375px);
+
         top: calc(50% - 300px);
z-index:10;
z-index:10;
}
}
.banner {
.banner {
-
position: absolute;
+
        background-image:url(https://static.igem.org/mediawiki/2014/0/03/Boston1_bu14.jpg);
 +
        background-size:cover;
 +
position: absolute;
top:100px;
top:100px;
-
width:100%;
+
width: 100%;
height:100%;
height:100%;
overflow: auto;
overflow: auto;
 +
font-size: 18px;
text-align: center;
text-align: center;
color: rgba(255,255,255,.6);
color: rgba(255,255,255,.6);
text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
-
background: #5b4d3d;
+
 
box-shadow: 0 1px 2px rgba(0,0,0,.25);
box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
}
-
.banner ul {
+
-
list-style: none;
+
-
width: 100%;
+
-
}
+
-
.banner ul li {
+
-
                left:-25px;
+
-
background-size:cover;
+
-
min-height:700px;
+
-
}
+
-
 
+
-
.banner .inner {
+
-
padding: 160px 0 110px;
+
-
}
+
-
 
+
-
.banner h1, .banner h2 {
+
-
font-size: 40px;
+
-
line-height: 52px;
+
-
color: #fff;
+
-
}
+
-
 
+
-
.banner .btn {
+
-
display: inline-block;
+
-
margin: 25px 0 0;
+
-
padding: 9px 22px 7px;
+
-
clear: both;
+
-
 
+
-
color: #fff;
+
-
font-size: 12px;
+
-
font-weight: bold;
+
-
text-transform: uppercase;
+
-
text-decoration: none;
+
-
 
+
-
border: 2px solid rgba(255,255,255,.4);
+
-
border-radius: 5px;
+
-
}
+
-
.banner .btn:hover {
+
-
background: rgba(255,255,255,.05);
+
-
}
+
-
.banner .btn:active {
+
-
-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
+
-
-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
+
-
-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
+
-
-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
+
-
filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
+
-
}
+
-
 
+
-
.banner .btn, .banner .dot {
+
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
+
-
-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
+
-
-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
+
-
-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
+
-
filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
+
-
}
+
-
 
+
-
.banner .dots {
+
-
position: absolute;
+
-
left: 0;
+
-
right: 0;
+
-
bottom: 20px;
+
-
}
+
-
.banner .dots li {
+
-
display: inline-block;
+
-
width: 10px;
+
-
height: 10px;
+
-
margin: 0 4px;
+
-
 
+
-
text-indent: -999em;
+
-
 
+
-
border: 2px solid #fff;
+
-
border-radius: 6px;
+
-
 
+
-
cursor: pointer;
+
-
opacity: .4;
+
-
 
+
-
-webkit-transition: background .5s, opacity .5s;
+
-
-moz-transition: background .5s, opacity .5s;
+
-
transition: background .5s, opacity .5s;
+
-
}
+
-
.banner .dots li.active {
+
-
background: #fff;
+
-
opacity: 1;
+
-
}
+
-
 
+
-
.banner .arrows {
+
-
position: absolute;
+
-
bottom: 20px;
+
-
right: 20px;
+
-
color: #fff;
+
-
}
+
-
.banner .arrow {
+
-
display: inline;
+
-
padding-left: 10px;
+
-
cursor: pointer;
+
-
}
+
-
 
+
.wrap {
.wrap {
margin: 0 auto;
margin: 0 auto;
width: 960px;
width: 960px;
}
}
-
 
.anchor{
.anchor{
Line 511: Line 417:
}
}
-
.banner h1, .banner h2 {
+
.banner header1, .banner header2 {
font-size: 24px;
font-size: 24px;
line-height: 30px;
line-height: 30px;

Revision as of 18:13, 25 July 2014