|
|
Line 1: |
Line 1: |
- | /*styles used to supress igem elements already styled*/
| |
| | | |
- | /*body {background-image: linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
| |
- | background-image: -o-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
| |
- | background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
| |
- | background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
| |
- | background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
| |
- |
| |
- | background-image: -webkit-gradient(
| |
- | linear,
| |
- | left bottom,
| |
- | left top,
| |
- | color-stop(0.28, rgb(219,219,219)),
| |
- | color-stop(0.71, rgb(143,143,143))
| |
- | );
| |
- | }
| |
- | */
| |
- | body {
| |
- |
| |
- | background: url('http://www.reamsbottom.net/igem/images/dnabkg.jpg') no-repeat center center fixed;
| |
- | -webkit-background-size: cover;
| |
- | -moz-background-size: cover;
| |
- | -o-background-size: cover;
| |
- | background-size: cover;
| |
- | }
| |
- | h1.firstHeading {
| |
- |
| |
- | visibility:hidden;
| |
- | }
| |
- | #center {
| |
- | text-align:center;
| |
- |
| |
- | }
| |
- | #p-logo {
| |
- | visibility:hidden;
| |
- | }
| |
- | #searchform {
| |
- | visibility:hidden;
| |
- | }
| |
- |
| |
- | .right-menu {width: 300px; background: none;}
| |
- | .right-menu a:link, .right-menu a:visited {
| |
- |
| |
- | color: #000;
| |
- | background: none;
| |
- | }
| |
- |
| |
- | .left-menu {
| |
- |
| |
- | background:none;
| |
- |
| |
- |
| |
- | }
| |
- | .left-menu a:link, .left-menu a:visited {
| |
- |
| |
- | color: #000;
| |
- | background: none;
| |
- | }
| |
- |
| |
- | #globalWrapper {
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | }
| |
- | #menubar{
| |
- | margin-top: 10px;
| |
- | background:none;
| |
- |
| |
- |
| |
- | }
| |
- | #menubar:hover{
| |
- |
| |
- | background:none;
| |
- |
| |
- |
| |
- | }
| |
- | #menubar ul:hover {
| |
- | background:none;
| |
- |
| |
- |
| |
- | }
| |
- | #menubar.right-menu a:link, #menubar.right-menu a:visited, #menubar.right-menu a:hover, #menubar.left-menu a:link, #menubar.left-menu a:visited, #menubar.left-menu a:hover{
| |
- |
| |
- | color: #000;
| |
- | background: none;
| |
- | }
| |
- | #top-section{
| |
- |
| |
- | border:none;
| |
- | margin-bottom: -85px;
| |
- | }
| |
- | #catlinks{
| |
- | border:none;
| |
- | display:none;
| |
- | }
| |
- | #content {padding:0px; width: 975px; border:none; background: none;}
| |
- |
| |
- | #footer-box {
| |
- | background:none;
| |
- | border:none;
| |
- | }
| |
- |
| |
- | /*begin igem 2012 styles*/
| |
- | /*Main Structure*/
| |
- |
| |
- | .wrapper_uofl{
| |
- |
| |
- |
| |
- | border: 1px solid #000;
| |
- |
| |
- | }
| |
- | .header_uofl{
| |
- |
| |
- | height: 165px;
| |
- | padding: 20px 0px;
| |
- | text-align:center;
| |
- | width: 100%;
| |
- | color:#fff;
| |
- | margin-top:-52px;
| |
- |
| |
- | }
| |
- | #logo{
| |
- | display:block;
| |
- | float:left;
| |
- | margin-left: 10px;
| |
- | margin-top: 5px;
| |
- | }
| |
- |
| |
- | .header_uofl_nav {
| |
- | background: #fcb040;
| |
- | margin: -110px auto 0px auto;
| |
- | height: 55px;
| |
- | text-align: center;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;
| |
- | }
| |
- |
| |
- | .header_uofl_nav ul {
| |
- | padding-top: 35px;
| |
- |
| |
- |
| |
- |
| |
- | }
| |
- | .header_uofl_nav ul li {
| |
- | display: inline!important;
| |
- | list-style-type: none!important;
| |
- |
| |
- | margin: 0 10px -5px 0;
| |
- | font-size: 14px;
| |
- |
| |
- |
| |
- |
| |
- | }
| |
- | .header_uofl_nav ul li img{
| |
- | margin-top: -5px;
| |
- | }
| |
- | .header_uofl_nav li a:link, .header_uofl_nav li a:visited {
| |
- | color: #5f0e00;
| |
- | text-decoration:none;
| |
- | padding: 42px 5px 40px 5px;}
| |
- |
| |
- | .header_uofl_nav li a:hover, .active{
| |
- | color: #5f0e00;
| |
- | text-decoration:none;
| |
- | background-color: #FFEFC6;
| |
- | padding: 42px 5px 40px 5px;}
| |
- |
| |
- | .header_subnav {
| |
- | padding: 10px;
| |
- | }
| |
- | .header_subnav ul{
| |
- |
| |
- | }
| |
- | .header_subnav ul li {
| |
- |
| |
- | font-size: 12px;
| |
- | font-weight:bolder;
| |
- |
| |
- |
| |
- | }
| |
- | .header_subnav a:link, .header_subnav a:visited{
| |
- | color: #5f0e00;
| |
- | font-size: 12px;
| |
- | padding: 15px;
| |
- | margin: 5px;
| |
- | background: rgba(255,255,255,.7);
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;
| |
- | line-height: 45px;
| |
- |
| |
- |
| |
- | }
| |
- | .header_subnav a:hover {
| |
- | text-decoration:none;
| |
- | font-size: 12px;
| |
- | color: #5f0e00;
| |
- | padding: 15px;
| |
- | margin: 5px;
| |
- | background: #fff0c1;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;
| |
- | line-height: 45px;
| |
- | }
| |
- | .content_uofl{
| |
- | margin: -70px auto 10px auto;
| |
- | height: 100%;
| |
- | display:block;
| |
- | clear:both;
| |
- |
| |
- |
| |
- | }
| |
- | .content_sub_one_uofl{
| |
- |
| |
- | }
| |
- | .content_sub_two_uofl{
| |
- |
| |
- | }
| |
- | .content_sub_three_uofl{
| |
- |
| |
- | }
| |
- | .footer_uofl{
| |
- | display:block;
| |
- | clear:both;
| |
- | text-align:center;
| |
- | font-size: .7em;
| |
- |
| |
- |
| |
- | }
| |
- |
| |
- | /*Introduction Section Styles and Front page Grid Styles*/
| |
- | body {
| |
- | font-family: Arial, "MS Trebuchet", sans-serif;
| |
- | padding: 0px 10px;
| |
- | font-size: 12px;
| |
- | }
| |
- |
| |
- | .intro_wrap {
| |
- | width: 925px;
| |
- | display:block;
| |
- | clear: both;
| |
- | margin: 5px auto 0 auto;
| |
- | height: 350px;
| |
- | padding-top: 25px;
| |
- | background: rgba(255,255,255,.7);
| |
- | padding: 25px;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;
| |
- | }
| |
- |
| |
- | .section_intro{
| |
- | display:block;
| |
- | float:left;
| |
- | width: 510px;
| |
- | padding: 10px;
| |
- |
| |
- |
| |
- | }
| |
- | .intro_wrap h1{
| |
- | padding: 10px;
| |
- | position:absolute;
| |
- | background: rgba(0, 0, 0, 0.5);
| |
- | width: auto;
| |
- | min-width: 200px;
| |
- | max-width: 400px;
| |
- | font-size: 2em;
| |
- | font-weight:bold;
| |
- | color:#fff;
| |
- | }
| |
- | .section_intro_side {
| |
- | display: block;
| |
- | width: 430px;
| |
- | background-color: #595858;
| |
- | clear: both;
| |
- | float: right;
| |
- | padding: 10px 20px 20px 20px;
| |
- | margin-top: 44px;
| |
- | height: 228px;
| |
- | color:#fff;
| |
- | font-size: 1.2em;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;
| |
- | }
| |
- | .content-wrap {
| |
- | width: 925px;
| |
- | margin: 0 auto;
| |
- | display:block;
| |
- | clear:both;
| |
- | margin-top: 25px;
| |
- | background: rgba(255,255,255,.7);
| |
- | padding: 25px;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;
| |
- | }
| |
- | .content-wrap h2, .intro_wrap h2{
| |
- | border:none;
| |
- | font-weight: bolder;
| |
- | font-size: 18px;
| |
- | color: #4d4d4f;
| |
- | }
| |
- | #pagetitle{
| |
- | color: #5f0e00;
| |
- | font-size: 20px;
| |
- | font-weight: bold;
| |
- |
| |
- | }
| |
- | .content-wrap h3 {
| |
- | font-size: 14px;
| |
- | font-weight:bolder;
| |
- | margin-top: 30px;
| |
- | margin-bottom:10px;
| |
- | }
| |
- | .content-wrap-team {
| |
- | width: 435px;
| |
- | margin: 25px auto 0 auto;
| |
- | display:block;
| |
- | clear:both;
| |
- |
| |
- | background: rgba(255,255,255,.7);
| |
- | padding: 15px;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;
| |
- | height: 280px;
| |
- | }
| |
- | .content-wrap-team img {
| |
- | width: 153px;
| |
- | height: 85px;
| |
- | padding: 0 10px 10px 0;
| |
- | margin: 0px;
| |
- |
| |
- | }
| |
- | .content-wrap-team p {padding: 0px; margin: 0px;}
| |
- | .content-wrap-team strong{font-size: 14px; font-weight:bold;}
| |
- | .content-wrap-team h2{
| |
- | border:none;
| |
- | font-weight: bolder;
| |
- | font-size: 18px;
| |
- | color: #4d4d4f;
| |
- | }
| |
- | #picwrap{
| |
- | margin: 0px;
| |
- | display:block;
| |
- | width: 100%;
| |
- | }
| |
- | #navpic {
| |
- | background: rgba(255,255,255,.8);
| |
- | width: 310px;
| |
- | height: 275px;
| |
- | display:block;
| |
- | float:left;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;
| |
- | }
| |
- | #navpic:hover {
| |
- | background: #FFF0C1;
| |
- | }
| |
- | #navpic h2{
| |
- | border:none;
| |
- | font-weight: bolder;
| |
- | font-size: 18px;
| |
- | color: #4d4d4f;
| |
- | margin-top: 15px;
| |
- | margin-left: 25px;
| |
- | }
| |
- | #navpic img{
| |
- | margin: 5% 15% 0 15%;
| |
- | }
| |
- | .section_intro_side p{
| |
- | margin-bottom: 15px;
| |
- | }
| |
- | .side-captions {background:none;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;}
| |
- |
| |
- | .side-captions { margin: -258px 0px 0px 513px; position: relative; color: #4d4d4f; font-size: 16px; line-height: 18px; }
| |
- | .side-captions a:link, .side-captions a:visited{
| |
- | color: #4d4d4f;
| |
- | text-decoration:none;
| |
- | font-weight:bold;
| |
- | }
| |
- | .side-captions a:hover{
| |
- | text-decoration:underline;
| |
- | color: #4d4d4f;
| |
- | }
| |
- |
| |
- |
| |
- | /*
| |
- | * jQuery FlexSlider v1.8
| |
- | * http://www.woothemes.com/flexslider/
| |
- | *
| |
- | * Copyright 2012 WooThemes
| |
- | * Free to use under the MIT license.
| |
- | * http://www.opensource.org/licenses/mit-license.php
| |
- | */
| |
- |
| |
- | /* Browser Resets */
| |
- | .flex-container a,
| |
- | .flexslider a,
| |
- | .flex-container a:active,
| |
- | .flexslider a:active,
| |
- | .flex-container a:focus,
| |
- | .flexslider a:focus {outline: none;}
| |
- | .slides,
| |
- | .flex-control-nav,
| |
- | .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
| |
- |
| |
- |
| |
- | /* FlexSlider Necessary Styles
| |
- | *********************************/
| |
- | .flexslider {margin: 0; padding: 0;}
| |
- | .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
| |
- | .flexslider .slides img {max-width: 100%; display: block;}
| |
- | .flex-pauseplay span {text-transform: capitalize;}
| |
- |
| |
- | /* Clearfix for the .slides element */
| |
- | .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
| |
- | html[xmlns] .slides {display: block;}
| |
- | * html .slides {height: 1%;}
| |
- |
| |
- | /* No JavaScript Fallback */
| |
- | /* If you are not using another script, such as Modernizr, make sure you
| |
- | * include js that eliminates this class on page load */
| |
- | .no-js .slides > li:first-child {display: block;}
| |
- |
| |
- |
| |
- | /* FlexSlider Default Theme
| |
- | *********************************/
| |
- | .flexslider {margin-left: -9px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1; width: 450px; height: 251px;}
| |
- | .flexslider .slides {zoom: 1;}
| |
- | .flexslider .slides > li {position: relative;}
| |
- | /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
| |
- | .flex-container {zoom: 1; position: relative; width: 450px;}
| |
- |
| |
- | /* Caption style */
| |
- | /* IE rgba() hack */
| |
- | .flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
| |
- | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;-webkit-border-radius: 5px;
| |
- | -moz-border-radius: 5px;
| |
- | border-radius: 5px;}
| |
- | .flex-caption {width: 400px; min-height: 270px; padding: 2%; margin: -252px 0px 0px 510px; position: relative; color: #94d4d4f; font-size: 16px; line-height: 18px; }
| |
- |
| |
- | /* Direction Nav */
| |
- | .flex-direction-nav { height: 0;}
| |
- | .flex-direction-nav a {width: 52px; height: 52px; margin: 70px 0 0 0; display: block; background: url("http://reamsbottom.net/igem/team_slider/images/bg_direction_nav2.png") no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
| |
- | .flex-direction-nav .flex-next {background-position: -52px 0; right: -1px;background: url("http://reamsbottom.net/igem/team_slider/images/bg_direction_nav2next.png") no-repeat;}
| |
- | .flex-direction-nav .flex-prev {left: 0px;}
| |
- | .flex-direction-nav .flex-disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
| |
- |
| |
- | /* Control Nav */
| |
- | .flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
| |
- | .flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
| |
- | .flex-control-nav li:first-child {margin: 0;}
| |
- | .flex-control-nav a {width: 13px; height: 13px; display: block; background: url("http://reamsbottom.net/igem/team_slider/images/bg_control_nav.png") no-repeat; cursor: pointer; text-indent: -999em;}
| |
- | .flex-control-nav a:hover {background-position: 0 -13px;}
| |
- | .flex-control-nav a.flex-active {background-position: 0 -26px; cursor: default;}
| |
- |
| |
- | /* Specific Slider Styles */
| |
- |
| |
- | body {font-family: 'Helvetica', 'Arial', sans-serif;}
| |
- | #container {width: 450px; margin: 0 auto;}
| |
- |
| |
- | .flex-caption h2 {width: 450px; padding: 20px 0 30px; font-size: 22px; line-height: 22px;}
| |
- | .flex-caption h2 a {text-decoration: none; color: #427f9e;}
| |
- | .flex-caption h2 a:hover {border-bottom: 1px dotted #427f9e;}
| |
- |
| |
- | /*
| |
- | *End Slider Styling
| |
- | */
| |