Team:Michigan Software/css2
From 2014.igem.org
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Line 83: | Line 67: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.sciencephoto img{ | .sciencephoto img{ |
Revision as of 00:44, 18 October 2014
/*------------------------------------------------------
FLEXSLIDER OVERRIDING
*/
.flexslider { padding-top: 85px; margin-left: auto;
margin-right: auto;}
.flexslider a:hover, .flexslider a:focus { text-decoration: none; } .flexslider { border: none; -webkit-border-radius: 0; border-radius: 0; } .flexslider .slides li { position: relative; } .flex-caption {
position:absolute; left:0; right:0; bottom:0; color: white; background:rgba(197,82,87,.8); z-index:1; padding: 20px; margin: 0; width: 75%;
}
/*http://cssarrowplease.com/*/
.arrow-box { position: relative; color: white; background-color: #e98714; border-radius: 4px; margin-left: 30px; height: 100%;}
.arrow-left { display: block; width: 30px; height: 58px; background: url(../images/left_arrow.png) no-repeat 0 0; position: absolute; left: 1px; margin-top: 20px; }
/*------------------------------------------------------
BOOTSTRAP OVERRIDING
*/
.col-md-4, .col-md-5, .col-md-7, .col-md-8 { padding: 0; }
.btn-primary { font-size: 2em; padding-bottom: 10px;
background-color: rgb( 226, 90, 148 ); box-shadow: 0px 3px 0px 0px rgb( 180, 52, 107 ); width: 160px; height: 55px; border: none; border-radius: 0px; -moz-transition: background-color .5s ease; -o-transition: background-color .5s ease; -webkit-transition: background-color .5s ease; transition: background-color .5s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { background-color: rgb( 180, 52, 107 ); box-shadow: 0px 3px 0px 0px rgb( 226, 90, 148 ); }
body { background-image: url('img/bg.png'); color: black; font-size: 100%; /* Base font size: 12px */ font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; line-height: 1; margin: 0; padding: 0; text-align: left; }
.sciencephoto img{
width: 800px; height: auto; display: block;
margin-left: auto; margin-right: auto; }
.sciencedescription { position:absolute;
top:680px; left:88px; width:800px; background-color: #4682B4; font-size:28px; color:white; opacity:0.7; filter:alpha(opacity=70);
}