Team:Kent/CSS

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
/* Removing wiki-like stuff */
/* Removing wiki-like stuff */
/****************************/
/****************************/
Line 32: Line 31:
     display:none;}
     display:none;}
 +
/* Redesigning Table Of Content */
 +
/********************************/
 +
table.toc, #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
 +
    text-align: left;}
 +
#toctitle {
 +
    margin: 5px 0;}
 +
.toc, #toc {
 +
    background-color: #F6F6F6;
 +
    border: 1px solid #CCCCCC;
 +
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
 +
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/
 +
    float: left;
 +
    width: 228px;
 +
    display: block;
 +
    overflow: hidden;
 +
    padding: 0;}
 +
#toc ul, .toc ul {
 +
    margin: 0 5px 5px 5px;}
 +
.toc ul li {
 +
    padding-left: 12px;
 +
    text-indent: -12px;
 +
    /*width: 200px;*/}
 +
.toc ul li ul li {
 +
    padding-left: 30px;
 +
    text-indent: -24px;
 +
    /*width: 170px;*/}
 +
#toc ul ul, .toc ul ul {
 +
    margin: 0;}
 +
.toc {
 +
    margin-left: -250px;
 +
    margin-top: 20px;}
 +
.stickBelowNavigation {
 +
    position: fixed;
 +
      top: 35px;
 +
      left: 50%;
 +
    margin-left: -462px;}
 +
.tochidden {
 +
    position: static;
 +
    margin-left: -250px;}
-
/* Main Style*/
+
/* Font style and general */
-
/***************************/
+
/**************************/
-
body, h1, h2, h3, h4, h5, h6, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, img, form, fieldset {
+
#content {
-
padding: 0;
+
    font-family: 'Lucida Sans Unicode',sans-serif;
-
outline: 0;
+
    font-size: 14px;
-
border: 0;
+
    color: #444444;}
-
position: relative;
+
p {
-
}
+
    margin: 0;}
-
body {
+
#innercontent p {
-
font-family: Arial, Helvetica, sans-serif;
+
    margin: 0.6em 0;}
-
font-size: 18px;
+
h2, h3, h4, h5, h6 {
-
color: #003399;
+
    border: none;
-
background-color: #ECCFE5;
+
    font-weight: lighter;
-
background-image: url(https://static.igem.org/mediawiki/2014/8/89/Standard_header_kent_new.jpg);
+
    color: #444444;}
-
background-repeat: no-repeat;
+
-
background-position: center top;
+
-
text-align: center
+
-
}
+
-
 
+
-
/* sidebar pages */
+
-
 
+
-
body.products_results #sidebar, body.products_detail #sidebar, body.products_search #sidebar {
+
-
display: block;
+
-
}
+
-
body.products_results #page, body.products_detail #page, body.products_search #page {
+
-
margin-right: 240px;
+
-
}
+
-
 
+
-
/* headings */
+
-
 
+
h1 {
h1 {
-
color: #ffffff;
+
    border: none;
-
font-size: 1.5em;
+
    color: #383838;
-
padding:0 0 15px 0;
+
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
-
}
+
    font-size: 35px;
-
h1 .side {
+
    margin: 5px 0 0 0;
-
float: centre;
+
    font-weight: bold;}
-
}
+
h2 {
h2 {
-
text-shadow: #f1740d 2px 2px 2px;
+
    background: url("https://static.igem.org/mediawiki/2011/f/f0/Horisontal-line.png") repeat-x scroll 0 100% transparent;
-
font-size: 1.2em;
+
    border: none;
-
padding-bottom: 5px;
+
    padding: 20px 0 5px;
-
}
+
    font-family: Arial;
-
h2 .side {
+
    font-size: 24px;
-
float: right;
+
    font-weight: bold;
-
font-size: 0.8em;
+
    clear: right;
-
font-weight: normal;
+
    margin-bottom: 0;}
-
}
+
#bodyContent h1, #bodyContent h2 {
 +
    margin-bottom: 0;}
h3 {
h3 {
-
color: #ffffff;
+
    font-size: 30px;
-
font-size: 1.2em;
+
    padding: 15px 0 5px 0;}
-
padding-bottom: 5px;
+
h4 {
-
}
+
        font-weight: bold;}
 +
ul {
 +
    list-style-position: inside;
 +
    margin: 0;}
 +
a, a:visited, a:active {
 +
    color: #3366CC;}
 +
pre {
 +
    overflow: auto;
 +
    font-size: 12px;}
 +
div.tright, div.floatright {
 +
    border: none;
 +
    margin: 10px 0 10px 20px;}
 +
div.tleft, div.floatleft {
 +
    border: none;
 +
    margin: 10px 20px 10px 0;}
 +
div.tnone {
 +
    border: none;}
 +
iframe {
 +
    margin: 1px;}
 +
hr {
 +
    height: 0;
 +
    border-top: 1px solid #AAA;
 +
    border-bottom: 1px solid #FFF;}
 +
.clear {
 +
    clear: both;
 +
    height: 0;
 +
    padding: 0;
 +
    margin: 0;
 +
    border: none;
 +
    visibility: hidden;}
 +
.superscript {
 +
    font-size: 80%;
 +
    position: relative;
 +
        top: -5px;}
 +
.subscript {
 +
    font-size: 80%;
 +
    position: relative;
 +
        top: 5px;}
 +
.farve1 {
 +
        background-color: #FFCC00;}
 +
.farve2 {
 +
        background-color: #FF9900;}
 +
.farve3 {
 +
        background-color: #FF6600;}
 +
.farve4 {
 +
        background-color: #FF0000;}
 +
.farve5 {
 +
        background-color: #990000;}
 +
.farve6 {
 +
        background-color: #FF0099;}
 +
.farve7 {
 +
        background-color: #CC3399;}
 +
.farve8 {
 +
        background-color: #990066;}
 +
.farve9 {
 +
        background-color: #660066;}
 +
.farve10 {
 +
        background-color: #990099;}
 +
.farve11 {
 +
        background-color: #3366CC;}
 +
.farve12 {
 +
        background-color: #33CCFF;}
 +
.farve13 {
 +
        background-color: #99CC33;}
 +
.farve14 {
 +
        background-color: #66CC00;}
 +
.coloredBg {
 +
    font-size: 12px;
 +
    font-weight: normal;
 +
    color: #FFFFFF;
 +
    padding: 5px;}
-
/* links */
+
/* Layout */
-
 
+
/**********/
-
a {
+
body, #heading, #innercontent {
-
color: #000000;
+
    background: url("https://static.igem.org/mediawiki/2011/b/ba/DTU-Denmark2011-bg2.jpg") repeat #D7D7D7;}
-
}
+
#content, #globalWrapper {
-
a:hover {
+
    border: none;
-
text-decoration: underline;
+
    width: 100%;
-
}
+
    margin: 0;
-
 
+
    padding: 0;}
-
/* content */
+
.centering {
-
 
+
    margin: 0 auto;
-
.content {
+
    width: 965px;}
-
width: 1600px;
+
-
margin-top: 0;
+
-
margin-right: auto;
+
-
margin-bottom: 25px;
+
-
margin-left: auto;
+
-
+
-
 
+
-
}
+
-
 
+
-
/* split column */
+
-
 
+
-
.split-column {
+
-
overflow: hidden;
+
-
}
+
-
.split-column .column-one {
+
-
float: left;
+
-
width: 450px;
+
-
}
+
-
.split-column .column-two {
+
-
float: right;
+
-
width: 450px;
+
-
}
+
-
 
+
-
.split-home {
+
-
overflow: hidden;
+
-
}
+
-
.split-home .column-one {
+
-
float: left;
+
-
width: 460px;
+
-
}
+
-
.split-home .column-two {
+
-
float: right;
+
-
width: 460px;
+
-
}
+
-
 
+
-
.triple-column {
+
-
overflow: hidden;
+
-
}
+
-
.triple-column .column-one {
+
-
float: left;
+
-
width: 290px;
+
-
}
+
-
.triple-column .column-two {
+
-
float: left;
+
-
width: 300px;
+
-
margin: 0 20px;
+
-
}
+
-
.triple-column .column-three {
+
-
float: left;
+
-
width: 290px;
+
-
}
+
-
 
+
-
/* header */
+
-
 
+
-
#header-wrapper {
+
-
}
+
#header {
#header {
-
overflow: hidden;
+
    background: url("https://static.igem.org/mediawiki/2011/2/2d/DTU-Denmark2011-5element.png") no-repeat right -30px #990000;
-
}
+
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
-
#header .logo {
+
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* for the Safari browser */
-
float: left;
+
    height: 100px;
-
padding: 30px 0 20px 0;
+
    width: 100%;
-
}
+
    border-top: 1px solid #660000;
 +
    border-bottom: 1px solid #660000;}
 +
#header .centering {
 +
    background: url("https://static.igem.org/mediawiki/2011/3/3a/DTU-Denmark2011-temp-header2.png") no-repeat top left transparent;
 +
    /*background: url("https://static.igem.org/mediawiki/2011/5/54/DTU-Denmark2011-temp-header.png") no-repeat top left transparent;*/
 +
    height: 100px;}
 +
#heading {
 +
    height: 50px;
 +
    border-top: 1px solid #FFFFFF;}
 +
#innercontent {
 +
    padding: 1px;} /* Important!*/
 +
.whitebox {
 +
    background: url("https://static.igem.org/mediawiki/2011/e/ed/DTU-Denmark2011-innercontent-bg.png") repeat-x #FFFFFF;
 +
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 +
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
 +
    border: 1px solid #FFFFFF;
 +
    /*text-align: justify;*/
 +
    margin: 14px 0;}
 +
.article {
 +
    padding: 0 20px 10px 270px;
 +
    width: 673px;}
 +
.whitebox a {
 +
    font-weight: bold;}
 +
#toc a {
 +
    font-weight: normal;}
-
/* header menu */
+
/* Frontpage only */
 +
/******************/
 +
.smallBox {
 +
    width: 270px;
 +
    padding: 0 20px 10px;
 +
    float: left;
 +
    margin-right: 15px;}
 +
.lastSmallBox {
 +
    width: 269px;
 +
    margin-right: 0;}
 +
body.page-Team_DTU-Denmark div.whitebox:first-child {
 +
    display: none;}
-
#header-menu {
+
/* For overview pages */
-
float: right;
+
/**********************/
-
list-style: none;
+
.overviewPage {
-
margin: 80px 0 0 0;
+
    margin-left: -250px;}
-
padding: 0;
+
.overviewBox {
-
}
+
    width: 450px;}
-
#header-menu li {
+
.left {
-
float: left;
+
    float: left;}
-
}
+
.right {
-
#header-menu li a {
+
    float:right;}
-
padding: 7px 10px;
+
-
line-height: 28px;
+
-
text-decoration: none;
+
-
font-size: 0.9em;
+
-
}
+
-
#header-menu li a:hover {
+
-
text-decoration:underline;
+
-
}
+
-
/* top */
+
/* Footer */
-
 
+
/**********/
-
#top-wrapper {
+
#footer-panel {
-
height: 55px;
+
    background: #333333;
-
margin-top: 77px;
+
    border-top: 1px solid #D9D9D9;}
-
margin-bottom: 10px;
+
#bodyContent {
-
margin-left: 150px;
+
    background: #333333;}
-
margin-right: 500px;
+
#footer-panel h4 {
-
}
+
    color: #999999;
-
#top {
+
    font-weight: bold;}
-
position: relative;
+
#footer-panel p {
-
height: 50px;
+
    color: #CCCCCC;}
-
margin-top: 220px;
+
div.footerBox {
 +
    border-right: 1px solid;
 +
    float: left;
 +
    margin: 10px 20px 10px 0;
 +
    padding: 0 20px 0 0;
 +
    width: 294px;
 +
    min-height: 270px;}
 +
div.footerBox:last-child {
 +
    border: none;
 +
    margin: 10px 0;
 +
    padding: 0;}
 +
img.sponsorImage{
 +
    float: left;
 +
    width: 84px;
 +
    padding: 0;
 +
    margin: 0;
 +
    border: 0px solid #444444;}
 +
img.hasPicOnRight {
 +
    padding-right: 10px;
 +
    border-right-width: 1px;}
 +
img.hasPicOnLeft {
 +
    padding-left: 10px;}
 +
img.hasPicOnTop {
 +
    margin-top: 20px;
}
}
-
/* top menu */
+
/* Slider (thanks to flowplayer.org) */
-
 
+
/*************************************/
-
#top-menu {
+
.scrollable {
-
height: 40px;
+
/* required settinsg */
-
z-index: 2000;
+
-
position: inherit;
+
-
left: 350px;
+
-
top: -50px;
+
-
}
+
-
#top-menu, #top-menu ul {
+
-
margin: 0;
+
-
padding: 0;
+
-
list-style: none;
+
-
}
+
-
#top-menu li {
+
position: relative;
position: relative;
 +
overflow :hidden;
 +
    margin-top: 14px;
 +
    width: 963px;
 +
    height: 370px;
 +
    border: 1px solid #FFFFFF;
 +
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 +
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
 +
    background: #FFFFFF;}
 +
.scrollable .items {
 +
/* this cannot be too large */
 +
width: 50000px;
 +
position: absolute;}
 +
.items div {
float: left;
float: left;
-
margin: 0;
+
width: 963px;
-
padding: 0;
+
height: 370px;}
-
background-color: #FFF;
+
.prev {
-
}
+
        background: url(https://static.igem.org/mediawiki/2011/8/81/DTU-Denmark2011-slider-prev.png) no-repeat;
-
#top-menu a {
+
        height: 74px;
 +
        width: 74px;
 +
        position: absolute;
 +
            left: -518px; /* ceil(963/2) + 74/2 = 482 + 37 = 519 */
 +
            top: 310px;
 +
        margin-left: 50%;
 +
        cursor: pointer;}
 +
.next {
 +
        background: url(https://static.igem.org/mediawiki/2011/5/56/DTU-Denmark2011-slider-next.png) no-repeat;
 +
        height: 74px;
 +
        width: 74px;
 +
        margin-right: 50%;
 +
        position: absolute;
 +
            right: -519px; /* floor(963/2) + 74/2 = 481 + 37 = 518 */
 +
            top: 310px;
 +
        cursor: pointer;}
 +
.disabled {
 +
        visibility: hidden;}
 +
/* position and dimensions of the navigator */
 +
.navi {
 +
    left: -56px;
 +
    margin-left: 50%;
 +
    position: absolute;
 +
    top: 505px;
 +
    width: 112px;}
 +
.navi a {
 +
width: 8px;
 +
height: 8px;
 +
float: left;
 +
margin: 3px;
 +
background: url(https://static.igem.org/mediawiki/2011/7/7e/DTU-Denmark2011-slider-navigator-red.png) 0 0 no-repeat;
 +
/*background: url(https://static.igem.org/mediawiki/2011/2/22/DTU-Denmark2011-slider-navigator-dark.png) 0 0 no-repeat;*/
display: block;
display: block;
-
line-height: 40px;
+
font-size: 1px;}
-
text-decoration: none;
+
.navi a:hover {
-
padding: 0 20px;
+
background-position: 0 -8px;}
-
font-family: Verdana, Geneva, sans-serif;
+
.navi a.active {
-
font-size: 24px;
+
background-position: 0 -16px;}
-
font-style: normal;
+
-
font-weight: normal;
+
-
color: #03C;
+
-
}
+
-
#top-menu ul a {
+
-
width: 200px;
+
-
color: #000;
+
-
}
+
-
#top-menu a p {
+
-
margin: 0;
+
-
padding: 0;
+
-
}
+
-
#top-menu li ul {
+
-
position: absolute;
+
-
display: none;
+
-
}
+
-
#top-menu li:hover > ul {
+
-
display: block;
+
-
}
+
-
#top-menu li li:hover > ul {
+
-
display: block;
+
-
left: 100%;
+
-
top: 0;
+
-
}
+
-
#top-menu ul a, #top-menu li:hover a, #top-menu li:hover li:hover li:hover a {
+
-
color: #6600CC;
+
-
}
+
-
#top-menu li:hover li:hover a, #top-menu li:hover li:hover li:hover li:hover a {
+
-
background: #222222; /* for non-css3 browsers */
+
-
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4be6c', endColorstr='#e78226'); /* for IE */
+
/* Tooltips (thanks to flowplayer.org) */
-
background: -webkit-gradient(linear, left top, left bottom, from(#f4be6c), to(#e78226)); /* for webkit browsers */
+
/*********************************************/
-
background: #dcb7d4; /* for firefox 3.6+ */
+
/*.tooltip {
-
color: #000000;
+
        z-index: 2;
-
}
+
display:none;
-
#top-menu a.selected {
+
background:transparent url(http://flowplayer.org/tools/img/tooltip/black_arrow.png);
-
background-color: #FFF;
+
font-size:14px;
-
}
+
height:70px;
 +
width:160px;
 +
padding:25px;
 +
color:#fff;}
 +
*/
-
/* top search */
+
/* Sexy Drop Down Menu (thanks to sohtanaka.com) */
 +
/*********************************************/
 +
li.navitem1 > a, li.navitem1 > span {
 +
    border-bottom: 1px solid #660066;}
 +
li.navitem2 > a, li.navitem2 > span {
 +
    border-bottom: 1px solid #990099;}
 +
li.navitem3 > a, li.navitem3 > span {
 +
    border-bottom: 1px solid #3366CC;}
 +
li.navitem4 > a, li.navitem4 > span {
 +
    border-bottom: 1px solid #33CCFF;}
 +
li.navitem5 > a, li.navitem5 > span {
 +
    border-bottom: 1px solid #99CC33;}
 +
li.navitem6 > a, li.navitem6 > span {
 +
    border-bottom: 1px solid #FFCC00;}
-
#top-search {
+
.page-Team_DTU-Denmark li.home a,
-
position: absolute;
+
-
right: 10px;
+
-
width: 300px;
+
-
text-align: right;
+
-
}
+
-
#top-search-query {
+
-
padding: 6px 5px;
+
-
outline: 0;
+
-
width: 210px;
+
-
font-size: 0.9em;
+
-
float: right;
+
-
margin-top: 6px;
+
-
border: 0;
+
-
font-family:Arial, Helvetica, sans-serif;
+
-
border-radius:6px;
+
-
-moz-border-radius:6px;
+
-
-webkit-border-radius:6px;
+
-
border:#8c8c8c 1px solid;
+
-
background: #cbcbcb; /* for non-css3 browsers */
+
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#fcfcfc'); /* for IE */
+
-
background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#fcfcfc)); /* for webkit browsers */
+
-
background: -moz-linear-gradient(top,  #cbcbcb,  #fcfcfc); /* for firefox 3.6+ */
+
-
+
-
-moz-box-shadow: 2px 2px 2px #333;
+
-
-webkit-box-shadow: 2px 2px 2px #333;
+
-
box-shadow: 2px 2px 2px #333;
+
-
/* For IE 8 */
+
-
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
+
-
/* For IE 5.5 - 7 */
+
-
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
+
-
}
+
-
#top-search-query:focus {
+
-
background-color: #fff;
+
-
}
+
-
#top-search-submit {
+
-
padding: 6px 5px;
+
-
outline: 0;
+
-
font-size: 0.9em;
+
-
width: 60px;
+
-
float: right;
+
-
margin-left: 5px;
+
-
margin-top: 6px;
+
-
-moz-box-shadow: 2px 2px 2px #333;
+
-
-webkit-box-shadow: 2px 2px 2px #333;
+
-
box-shadow: 2px 2px 2px #333;
+
-
/* For IE 8 */
+
-
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
+
-
/* For IE 5.5 - 7 */
+
-
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
+
-
}
+
-
#top-search-submit:hover {
+
-
background-color: #FFFFFF;
+
-
color: #003399;
+
-
}
+
-
/* content */
+
.page-Team_DTU-Denmark_Vision li.vision a,
-
#content-wrapper {
+
.page-Team_DTU-Denmark_Project li.project a,
-
overflow: hidden;
+
.page-Team_DTU-Denmark_Bioinformatic li.project a,
-
}
+
.page-Team_DTU-Denmark_Project_testing_sRNA li.project a,
-
#content {
+
.page-Team_DTU-Denmark_Project_improving_araBAD li.project a,
-
padding: 20px 0;
+
.page-Team_DTU-Denmark_Modeling li.project a,
-
overflow: hidden;
+
.page-Team_DTU-Denmark_Data li.project a,
-
background-image: url(../images/content-wrapper-bg.png);
+
.page-Team_DTU-Denmark_Attributions li.project a,
-
}
+
-
#page {
+
-
margin:0 20px;
+
-
}
+
-
/* sidebar */
+
.page-Team_DTU-Denmark_Technical_stuff li.technical_stuff a,
 +
.page-Team_DTU-Denmark_Parts li.technical_stuff a,
 +
.page-Team_DTU-Denmark_Notebook li.technical_stuff a,
 +
.page-Team_DTU-Denmark_Protocols li.technical_stuff a,
 +
.page-Team_DTU-Denmark_Technical_stuff_math li.technical_stuff a,
 +
.page-Team_DTU-Denmark_Matlab li.technical_stuff a,
 +
.page-Team_DTU-Denmark_Safety li.technical_stuff a,
-
#sidebar {
+
.page-Team_DTU-Denmark_Background li.background a,
-
width: 205px;
+
.page-Team_DTU-Denmark_Background_sRNA li.background a,
-
float: right;
+
.page-Team_DTU-Denmark_Background_the_natural_system li.background a,
-
display: none;
+
.page-Team_DTU-Denmark_Background_synthetic_biology li.background a,
-
margin-right:15px;
+
-
}
+
-
/* side menu */
+
.page-Team_DTU-Denmark_Team li.team a,
-
#side-menu {
+
ul.topnav > li > a:hover {
-
overflow: hidden;
+
/*background: url(https://static.igem.org/mediawiki/2011/f/f5/Topnav_hover.gif) no-repeat center -1px;*/
-
}
+
        padding-bottom: 1px;
-
#side-menu, #side-menu ul {
+
        border-bottom-width: 5px;}
-
list-style: none;
+
-
margin: 0;
+
-
padding: 0;
+
-
}
+
-
#side-menu li a {
+
-
padding: 10px 12px;
+
-
color: #fff;
+
-
display: block;
+
-
margin-bottom:10px;
+
-
text-decoration: none;
+
-
background-color:#1e1e1e;
+
-
text-shadow:2px 2px 2px #e19430;
+
-
font-size:1.2em;
+
-
}
+
-
#side-menu li a:hover {
+
-
color: #e19430;
+
-
text-shadow:2px 2px 2px #000000;
+
-
}
+
-
#side-menu li a.selected {
+
-
background-color: #e19430;
+
-
color: #fff;
+
-
}
+
-
#side-menu li li a {
+
-
background:transparent;
+
-
padding-left: 20px;
+
-
margin:0;
+
-
font-size:1.0em;
+
-
}
+
-
#side-menu li li li a {
+
-
padding-left: 40px;
+
-
}
+
-
#side-menu li li li li a {
+
-
padding-left: 60px;
+
-
}
+
-
#side-menu li li li li li a {
+
-
padding-left: 80px;
+
-
}
+
-
#side-menu li li li li li li a {
+
-
padding-left: 100px;
+
-
}
+
-
/* footer */
+
#navigation,.navigation {
-
#footer-wrapper {
+
    height: 35px;}
-
margin:20px 0;
+
.navigation {
-
}
+
    background: url("https://static.igem.org/mediawiki/2011/1/1b/Topnav_bg.gif") repeat-x scroll 0 -1px #222222;
-
#footer {
+
    z-index: 1;
-
overflow: hidden;
+
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
-
}
+
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
-
#footer ul {
+
    position: relative;
 +
    border-bottom: 1px solid #000000;}
 +
.stickToTop {
 +
    position: fixed;
 +
    top:0;
 +
    width:100%;}
 +
ul.topnav {
list-style: none;
list-style: none;
-
margin:0;
 
padding: 0;
padding: 0;
-
}
+
margin: 0;
-
#footer ul li {
+
float: left;
float: left;
-
margin-right:10px;
+
width: 100%;
 +
font-size: 15px;
}
}
-
#footer ul li:after {
+
ul.topnav li {
-
content: '·';
+
-
}
+
-
#footer ul li.last:after {
+
-
content: '';
+
-
}
+
-
#footer ul li a {
+
-
font-size: 0.9em;
+
-
text-decoration: none;
+
-
margin-right:10px;
+
-
}
+
-
#footer ul li a:hover {
+
-
text-decoration:underline;
+
-
}
+
-
 
+
-
/* general form */
+
-
 
+
-
fieldset {
+
-
padding: 15px 0 0 0;
+
-
overflow: hidden;
+
-
}
+
-
fieldset p {
+
-
overflow: hidden;
+
-
margin: 0 0 10px 0;
+
-
line-height: 40px;
+
-
}
+
-
fieldset p.no-label {
+
-
margin-left: 240px;
+
-
line-height: 20px;
+
-
}
+
-
fieldset p label {
+
float: left;
float: left;
-
width: 230px;
 
-
text-align: right;
 
-
font-size: 0.9em;
 
-
}
 
-
fieldset p span {
 
-
display: block;
 
-
margin-left: 240px;
 
-
}
 
-
fieldset input[type=text], fieldset input[type=password], fieldset textarea, .field {
 
-
border:#e19430 solid 1px;
 
-
padding: 8px 5px;
 
-
outline: 0;
 
-
width: 430px;
 
-
font-size: 0.9em;
 
-
font-family:Arial, Helvetica, sans-serif;
 
-
}
 
-
fieldset select {
 
-
width: auto;
 
-
}
 
-
fieldset select.height {
 
-
width: auto;
 
-
height: 32px;
 
-
}
 
-
fieldset input[type=text]:focus, fieldset input[type=password]:focus, fieldset textarea:focus {
 
-
border-color: #999;
 
-
}
 
-
fieldset input.smaller {
 
-
width: 90px;
 
-
}
 
-
fieldset textarea {
 
-
height: 160px;
 
-
}
 
-
fieldset select.multiple {
 
-
width: 440px;
 
-
padding: 8px 5px;
 
-
}
 
-
fieldset .dash {
 
-
float: none;
 
margin: 0;
margin: 0;
-
display: inline;
+
padding: 0;
-
padding: 0 5px;
+
position: relative; /*--Declare X and Y axis base for sub navigation--*/
-
font-size: 1.5em;
+
-
color: #999;
+
-
margin: 0 !important;
+
}
}
-
 
+
ul.topnav li a {
-
/* narrow full width form */
+
padding: 6px 20px 5px 20px;
-
 
+
-
fieldset.narrow p.no-label {
+
-
margin-left: 180px;
+
-
}
+
-
fieldset.narrow p label {
+
-
width: 150px;
+
-
}
+
-
fieldset.narrow p span {
+
-
margin-left: 160px;
+
-
}
+
-
fieldset.narrow input[type=text], fieldset.narrow input[type=password], fieldset.narrow textarea, fieldset.narrow .field {
+
-
width: 370px;
+
-
}
+
-
fieldset.narrow select.multiple {
+
-
width: 380px;
+
-
}
+
-
fieldset.narrow input.smaller {
+
-
width: 90px;
+
-
}
+
-
 
+
-
/* multi part form (checkout) */
+
-
 
+
-
.multi-form h2 {
+
-
padding-bottom: 0;
+
-
}
+
-
.multi-form fieldset, .pod.multi-form {
+
-
margin: 15px 0;
+
-
}
+
-
 
+
-
/* add to cart form */
+
-
 
+
-
#atc-form {
+
-
+
-
}
+
-
#atc-form P {
+
-
overflow: hidden;
+
-
margin: 6px 0 0 0;
+
-
}
+
-
#atc-form label {
+
-
font-size: 0.9em;
+
-
}
+
-
#atc-form input[type=text] {
+
-
border:#ccc solid 1px;
+
-
padding: 4px 5px;
+
-
outline: 0;
+
-
font-size: 0.9em;
+
-
}
+
-
 
+
-
/* buttons */
+
-
 
+
-
.buttons {
+
-
overflow: hidden;
+
-
margin: 15px 0 0 0;
+
-
}
+
-
body.users_login .buttons, body.users_registration .buttons, body.contactus .buttons, body.users_profile .buttons,
+
-
body.users_emailpw .buttons {
+
-
padding-left:240px;
+
-
}
+
-
body.checkout .button, body.confirm .button {
+
-
float:right;
+
-
}
+
-
body.products_search .buttons {
+
-
margin-left:158px;
+
-
}
+
-
.button-spacer-left {
+
-
margin-left: 10px;
+
-
}
+
-
.button-spacer-right {
+
-
margin-right: 10px;
+
-
}
+
-
.button, .button:hover {
+
-
text-decoration: none;
+
-
cursor: pointer;
+
-
}
+
-
.button {
+
color: #fff;
color: #fff;
-
padding: 6px 12px;
 
-
font-weight:bold;
 
-
text-transform:lowercase;
 
-
text-align: center;
 
-
font-size: 1.0em;
 
-
background-color: #F06E0B;
 
display: block;
display: block;
-
float: left;
 
-
border: #E99425 1px solid;
 
-
border-radius:6px;
 
-
-moz-border-radius:6px;
 
-
-webkit-border-radius:6px;
 
-
font-family:Arial, Helvetica, sans-serif;
 
-
background: #F06E0B; /* for non-css3 browsers */
 
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F06E0B', endColorstr='#F58C18'); /* for IE */
 
-
background: -webkit-gradient(linear, left top, left bottom, from(#F06E0B), to(#F58C18)); /* for webkit browsers */
 
-
background: -moz-linear-gradient(top,  #F06E0B,  #F58C18); /* for firefox 3.6+ */
 
-
}
 
-
.slider-start {
 
-
background-color: #F06E0B;
 
-
}
 
-
.button:hover {
 
-
background: #F58C18; /* for non-css3 browsers */
 
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58C18', endColorstr='#F06E0B'); /* for IE */
 
-
background: -webkit-gradient(linear, left top, left bottom, from(#F58C18), to(#F06E0B)); /* for webkit browsers */
 
-
background: -moz-linear-gradient(top,  #F58C18,  #F06E0B); /* for firefox 3.6+ */
 
-
}
 
-
body.confirm .buttons .button {
 
-
margin-right:5px;
 
-
}
 
-
body.cart .links .button {
 
-
margin-left:5px;
 
-
}
 
-
body.products_detail .add-to-cart .buttons .button {
 
-
padding:12px 24px;
 
-
}
 
-
 
-
/* pod */
 
-
 
-
.pod {
 
-
padding: 0;
 
-
overflow: hidden;
 
-
}
 
-
.pod.text {
 
-
}
 
-
.pod.single-line {
 
-
padding: 20px 0;
 
-
}
 
-
.pod.single-line p {
 
-
margin: 0;
 
-
padding: 0;
 
-
}
 
-
 
-
.pod-header {
 
-
background-color: #575757;
 
-
color: #fff;
 
-
padding: 10px 10px;
 
-
font-weight: normal;
 
-
}
 
-
.pod-header a {
 
-
color: #ccc;
 
-
font-weight: bold;
 
-
}
 
-
 
-
.pod.confirm {
 
-
padding: 20px 0;
 
-
}
 
-
.pod.confirm p {
 
-
margin: 0;
 
-
padding: 0;
 
-
}
 
-
.pod.downloads {
 
-
margin: 0 0 15px 0;
 
-
}
 
-
 
-
/* pagination */
 
-
 
-
.pagination {
 
-
overflow: hidden;
 
-
text-align: center;
 
-
}
 
-
.pagination.top {
 
-
 
-
}
 
-
.pagination.bottom {
 
-
padding: 20px 0 0 0;
 
-
}
 
-
.pagination .previous {
 
-
display: inline;
 
-
}
 
-
.pagination .next {
 
-
display: inline;
 
-
}
 
-
.pagination .pages {
 
-
display: inline;
 
-
border-left:#000 solid 1px;
 
-
border-right:#000 solid 1px;
 
-
padding: 0 10px;
 
-
margin: 0 10px;
 
-
font-weight: bold;
 
-
}
 
-
.pagination a {
 
-
padding: 4px 7px;
 
-
line-height: 23px;
 
text-decoration: none;
text-decoration: none;
-
font-weight: normal;
 
-
}
 
-
.pagination a.selected {
 
-
color: #fff;
 
-
font-weight: bold;
 
-
}
 
-
.pagination a:hover, .pagination a.selected:hover {
 
-
background-color: #2f2f2f;
 
-
color: #fff;
 
-
}
 
-
.pagination .disabled {
 
-
color: #ccc;
 
-
}
 
-
 
-
/* product list */
 
-
 
-
.product-list-wrapper {
 
-
 
-
}
 
-
.product-list-item {
 
-
overflow: hidden;
 
-
padding: 20px 0;
 
-
margin-top: 20px;
 
-
}
 
-
.product-list-item .image {
 
float: left;
float: left;
-
width: 150px;
 
}
}
-
.product-list-item .image img {
+
ul.topnav > li > a {
-
max-width: 140px;
+
    height: 23px;
-
border:#ddd solid 5px;
+
    overflow: hidden;}
 +
ul.topnav li:first-child a{
 +
padding-left: 0;
}
}
-
.product-list-item .details {
+
ul.topnav li span { /*--Drop down trigger styles--*/
-
margin-left: 170px;
+
/*width: 17px;*/
 +
/*height: 34px;*/
 +
/*float: left;*/
 +
/*background: url(https://static.igem.org/mediawiki/2011/4/45/Subnav_btn.gif) no-repeat center top;*/
 +
        color: #CCCCCC;
}
}
-
.product-list-item .details h3 a, .product-grid-item .details h3 a {
+
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
-
text-decoration: none;
+
ul.topnav li ul.subnav {
-
}
+
    z-index: 1; //Stay on top of slider
-
.product-list-item .details h3 a:hover, .product-grid-item .details h3 a:hover {
+
list-style: none;
-
text-decoration: underline;
+
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
-
}
+
left: 0; top: 35px;
-
.product-list-item .details .description {
+
background: #333;
-
margin: 10px 0 15px 0;
+
margin: 0; padding: 0;
-
}
+
display: none;
-
.product-list-item .details .price, .product-grid-item .details .price {
+
-
font-weight: bold;
+
-
}
+
-
.product-list-item .details .retail-price, .product-grid-item .details .retail-price {
+
-
color: #999;
+
-
font-weight: bold;
+
-
}
+
-
 
+
-
.product-list-item:hover {
+
-
opacity:0.9;
+
-
}
+
-
.product-list-item:hover .image img {
+
-
border-color: #ccc;
+
-
}
+
-
#ProductRetailPrice {
+
-
text-decoration: line-through;
+
-
}
+
-
 
+
-
/* product grid */
+
-
 
+
-
.product-grid-wrapper {
+
-
overflow: hidden;
+
-
margin: 20px 0 0 -20px;
+
-
}
+
-
.product-grid-item {
+
float: left;
float: left;
-
width: 213px;
+
border: 1px solid #111;
-
margin-left: 20px;
+
        border-radius: 0 0 5px 5px;
}
}
-
.product-grid-item .image {
+
ul.topnav li ul.subnav li {
-
height: 180px;
+
margin: 0; padding: 0;
-
text-align: center;
+
border-top: 1px solid #252525; /*--Create bevel effect--*/
-
padding: 20px;
+
border-bottom: 1px solid #444; /*--Create bevel effect--*/
 +
clear: both;
 +
        list-style: none outside none;
}
}
-
.product-grid-item .details h3 {
+
ul.topnav li ul.subnav, ul.topnav li ul.subnav li {
-
font-size: 1.1em;
+
        width: 160px;
-
margin-top: 5px;
+
}
}
-
 
+
ul.topnav li ul.subnav li:last-child{
-
.product-grid-item:hover .image {
+
        border-radius: 0 0 5px 5px;
-
background-color: #ddd;
+
}
}
-
 
+
html ul.topnav li ul.subnav li a {
-
/* product details */
+
-
 
+
-
.product-details {
+
-
+
-
}
+
-
.product-details .details {
+
-
overflow: hidden;
+
-
}
+
-
.product-details .details .image {
+
float: left;
float: left;
-
width: 370px;
+
/*background: #333 url(https://static.igem.org/mediawiki/2011/4/4b/Dropdown_linkbg.gif) no-repeat 10px center;*/
-
border:#e19430 solid 5px;
+
    padding-left: 10px;
-
}
+
    padding-right: 10px;
-
.product-details .details .image img {
+
    width: 140px;
-
float:left;
+
-
}
+
-
.product-details .details .slideshow {
+
-
float: left;
+
-
width: 380px;
+
-
}
+
-
.product-details .details .options {
+
-
margin-left: 400px;
+
-
overflow: visible;
+
-
padding: 20px;
+
-
}
+
-
.product-details .details .options .price {
+
-
font-weight: bold;
+
-
font-size: 1.3em;
+
-
}
+
-
.product-details .details .options .retail-price {
+
-
color: #999;
+
-
font-weight: bold;
+
-
}
+
-
.product-details .details .options .add-to-cart {
+
-
margin-top: 10px;
+
-
padding-top: 5px;
+
-
}
+
-
.product-details .description {
+
-
margin-top: 20px;
+
-
padding-left: 20px;
+
-
padding-right: 20px;
+
-
}
+
-
#checking-availability {
+
-
padding: 20px 0 0 0;
+
-
font-style: italic;
+
-
color: #999;
+
-
}
+
-
#not-sold {
+
-
padding: 20px 0 0 0;
+
-
font-style: italic;
+
-
}
+
-
#sold-out {
+
-
padding: 20px 0 0 0;
+
-
font-weight: bold;
+
-
color: #f00;
+
-
}
+
-
 
+
-
/* google map */
+
-
 
+
-
#wagmp_map_1 {
+
-
height: 600px;
+
-
overflow: hidden;
+
-
}
+
-
#fromaddress, #fromcity {
+
-
border:#ccc solid 1px;
+
-
padding: 5px 5px;
+
-
outline: 0;
+
-
width: 200px;
+
-
font-size: 0.9em;
+
-
margin: 2px 0 6px 0;
+
-
}
+
-
 
+
-
/* cart display */
+
-
 
+
-
.cart-header {
+
-
background-color: #222;
+
-
color: #fff;
+
-
padding: 10px 20px;
+
-
}
+
-
.cart-display th, .cart-display td {
+
-
padding: 0;
+
-
vertical-align: top;
+
-
}
+
-
.cart-display th {
+
-
font-size: 1.0em;
+
-
font-weight: normal;
+
-
}
+
-
.cart-display .name {
+
-
text-align: left;
+
-
overflow: hidden;
+
-
}
+
-
.cart-display .name h3 {
+
-
width: 340px;
+
-
}
+
-
.cart-display .price {
+
-
text-align: right;
+
-
font-weight: normal !important;
+
-
width: 80px;
+
-
}
+
-
.cart-display .quantity {
+
-
text-align: center;
+
-
width: 150px;
+
-
}
+
-
.cart-display .quantity input[type=text] {
+
-
width: 40px;
+
-
text-align: center;
+
-
padding: 5px;
+
-
margin-top: -10px;
+
-
}
+
-
.cart-display .remove {
+
-
text-align: center;
+
-
width: 60px;
+
-
}
+
-
.cart-display .total {
+
-
text-align: right;
+
-
font-weight: bold;
+
-
width: 90px;
+
-
}
+
-
.cart-display td.total {
+
-
font-size: 1.2em;
+
-
}
+
-
.cart-description {
+
-
margin: 10px 0;
+
-
border-top:#ccc solid 1px;
+
-
padding-top: 10px;
+
-
}
+
-
.cart-description p {
+
-
margin: 0 0 10px 0;
+
-
}
+
-
.apply-coupon {
+
-
display: inline;
+
-
float: none;
+
-
width: auto !important;
+
-
}
+
-
.cart-options {
+
-
margin: 0;
+
-
}
+
-
 
+
-
.cart-coupon {
+
-
overflow: hidden;
+
-
margin-top: 15px;
+
-
}
+
-
.cart-coupon .code {
+
-
float: left;
+
-
font-weight: bold;
+
-
font-size: 1.1em;
+
-
}
+
-
.cart-coupon .code input {
+
-
width: 160px;
+
-
margin-left: 6px;
+
-
}
+
-
.cart-coupon .links {
+
-
float: right;
+
-
}
+
-
 
+
-
.cart-summary {
+
-
margin: 15px 0;
+
-
text-align: right;
+
-
padding: 20px;
+
-
}
+
-
.cart-summary table {
+
-
margin-left: auto;
+
-
}
+
-
.cart-summary th {
+
-
font-size: 1.3em;
+
-
font-weight: normal;
+
-
padding:5px 10px;
+
-
}
+
-
.cart-summary td {
+
-
font-size: 1.4em;
+
-
font-weight: bold;
+
-
width: 100px;
+
-
}
+
-
.cart-summary .last-row {
+
-
padding-bottom: 5px;
+
-
font-size: .5em;
+
-
}
+
-
.cart-summary .total th, .cart-summary .total td {
+
-
border-top:#ccc solid 1px;
+
-
padding-top: 8px;
+
-
}
+
-
 
+
-
.cart-checkout {
+
-
text-align: right;
+
-
}
+
-
.cart-checkout input {
+
-
float: right;
+
-
}
+
-
 
+
-
/* order history */
+
-
 
+
-
.order-history-row {
+
-
overflow: hidden;
+
-
padding: 20px 0;
+
-
margin-top: 15px;
+
-
}
+
-
.order-history-row .details {
+
-
width: 220px;
+
-
float: left;
+
-
border-right:#ccc solid 1px;
+
-
}
+
-
.order-history-row .details p {
+
-
margin: 0;
+
-
}
+
-
.order-history-row .details .placed {
+
-
margin-bottom: 10px;
+
-
}
+
-
.order-history-row .details .placed .date {
+
-
font-weight: bold;
+
-
font-size: 1.4em;
+
-
}
+
-
.order-history-row .items {
+
-
margin-left: 240px;
+
-
}
+
-
.order-history-row .items p {
+
-
margin: 0;
+
-
font-size: 1.1em;
+
-
}
+
-
.order-history-row .items p span {
+
-
color: #999;
+
-
}
+
-
 
+
-
/* view downloads */
+
-
 
+
-
.view-downloads-row {
+
-
padding: 20px;
+
-
}
+
-
.view-downloads-row p {
+
-
margin: 0;
+
-
}
+
-
 
+
-
/* notifications */
+
-
 
+
-
.notification {
+
-
background-color: #eee;
+
-
padding: 10px;
+
-
margin-bottom: 20px;
+
-
border:#ccc solid 3px;
+
-
overflow: hidden;
+
-
font-size: 1.0em;
+
-
}
+
-
.notification.show {
+
-
display: block;
+
-
}
+
-
.notification.success {
+
-
border-color: #5BA81F;
+
-
background-color: #EDFFEB;
+
-
color: #5BA81F;
+
-
}
+
-
.notification.success a {
+
-
color: #5BA81F;
+
-
font-weight: bold;
+
-
}
+
-
.notification.failure, .notification.error {
+
-
border-color: #c00;
+
-
background-color: #FFEAEA;
+
-
color: #c00;
+
-
}
+
-
.notification.failure a, .notification.error a {
+
-
color: #c00;
+
-
font-weight: bold;
+
-
}
+
-
.notification.info {
+
-
color: #757591;
+
-
background-color: #e8f0fb;
+
-
border-color: #757591;
+
-
}
+
-
.notification.info a {
+
-
color: #757591;
+
-
font-weight: bold;
+
-
}
+
-
.notification.left-indent {
+
-
margin-left: 30px;
+
-
}
+
-
 
+
-
/* fma */
+
-
#home-wrapper {
+
-
background-color:#FFF;
+
-
}
+
-
#fma-wrapper {
+
-
}
+
-
#fma {
+
-
background: url(https://static.igem.org/mediawiki/2014/d/d7/Team_photo_Kent.jpg);
+
-
position: relative;
+
-
height: 550px;
+
-
padding-top: 20px;
+
-
padding-right: 0;
+
-
padding-bottom: 20px;
+
-
padding-left: 0;
+
-
width: 1000px;
+
-
margin-top: 50px;
+
-
}
+
-
#fma h1 {
+
-
color: #E9CDE3;
+
-
padding: 120px 0;
+
-
text-align: center;
+
-
font-size: 2.5em;
+
-
overflow: hidden;
+
-
}
+
-
 
+
-
/* home */
+
-
 
+
-
#home-wrapper {
+
-
overflow:hidden;
+
-
}
+
-
 
+
-
.home-box {
+
-
margin: 10px;
+
-
}
+
-
.home-box h2 {
+
-
display:none;
+
-
}
+
-
.home-box .info {
+
-
overflow: hidden;
+
-
}
+
-
.home-box .info .image {
+
-
float: left;
+
-
width: 150px;
+
-
}
+
-
.home-box .info .image img {
+
-
max-width: 140px;
+
-
border:#353535 solid 5px;
+
-
}
+
-
.home-box .info .details {
+
-
margin-left: 170px;
+
-
margin-top:15px;
+
-
}
+
-
.home-box .info .details .name {
+
-
color: #FFF;
+
-
font-size: 1.2em;
+
-
padding-bottom: 5px;
+
-
font-weight: bold;
+
-
}
+
-
.home-box .info .details .name a {
+
-
text-decoration: none;
+
-
color:#ffffff;
+
-
text-shadow: #f1740d 2px 2px 2px;
+
-
}
+
-
.home-box .info .details .price {
+
-
display:none;
+
-
}
+
-
.home-box .info .details .description {
+
-
line-height:20px;
+
-
}
+
-
.home-box .info .details .description p {
+
-
margin: 0;
+
-
}
+
-
 
+
-
#info-content {
+
-
overflow: hidden;
+
-
padding: 10px;
+
-
margin: 10px;
+
-
width: 900px;
+
-
background-color: #FFFFFF;
+
-
margin-left: 350px;
+
-
}
+
-
 
+
-
/* fma featured */
+
-
#fma-featured-wrapper {
+
-
}
+
-
#fma-featured-wrapper #featured-box h2, #fma-featured-wrapper .name, #fma-featured-wrapper .description, #fma-featured-wrapper .price,
+
-
#home-regular-popular-wrapper .split-home .column-two .description {
+
-
display:none;
+
-
}
+
-
#fma-featured-wrapper .home-box .info {
+
-
margin-left:10px;
+
-
}
+
-
#fma-featured-wrapper #fma #featured-box .info .details .buttons a {
+
-
margin-top:130px;
+
-
margin-left:30px;
+
-
}
+
-
#fma-featured-wrapper #fma {
+
-
overflow:hidden;
+
-
}
+
-
#fma-featured-wrapper #fma h1 {
+
-
margin:0;
+
-
padding:0;
+
-
left:260px;
+
-
top:120px;
+
-
position:absolute;
+
-
overflow:visible;
+
-
}
+
-
#home-regular-popular-wrapper {
+
-
}
+
-
#home-regular-popular-wrapper .split-home .column-one {
+
-
width:570px;
+
-
}
+
-
#home-regular-popular-wrapper .split-home .column-one .content {
+
-
width:auto;
+
-
margin:0 0 0 10px;
+
-
}
+
-
#home-regular-popular-wrapper .split-home .column-two {
+
-
margin-left:570px;
+
-
float:none;
+
-
width: auto;
+
-
}
+
-
#home-regular-popular-wrapper #popular-box {
+
-
margin-top:0px;
+
-
}
+
-
#fma-featured-wrapper .home-box .info .image img {
+
-
max-width:200px;
+
-
float:left;
+
-
}
+
-
#fma-featured-wrapper .home-box .info .image {
+
-
width:auto;
+
-
}
+
-
 
+
-
/* slideshow-dissolve gallery */
+
-
 
+
-
.pg-sd {
+
-
background-color: #fff;
+
-
border-color: #F2F2F2;
+
-
}
+
-
.pg-sd-captions {
+
-
background-color: #F2F2F2;
+
-
color: #000;
+
-
}
+
-
.pg-sd-captions-visible {
+
-
color: #000;
+
-
}
+
-
.pg-sd-thumbnails {
+
-
border-top-color: #F2F2F2;
+
-
background-color: #F2F2F2;
+
-
}
+
-
.pg-sd-thumbnails a:hover {
+
-
background-color: #666 !important;
+
-
}
+
-
.pg-sd-thumbnails-active {
+
-
background-color: #000;
+
-
}
+
-
.pg-sd-thumbnails-inactive {
+
-
background-color: #ccc;
+
-
}
+
-
 
+
-
/* split column fieldset */
+
-
 
+
-
.split-column fieldset p label {
+
-
width: 110px;
+
-
}
+
-
.split-column fieldset p span {
+
-
margin-left: 120px;
+
-
}
+
-
.split-column fieldset input[type=text], .split-column fieldset input[type=password], .split-column fieldset textarea, .split-column .field {
+
-
width: 200px;
+
-
}
+
-
 
+
-
/*  stacked-featured-popular */
+
-
 
+
-
#stacked-featured-popular-wrapper {
+
-
}
+
-
#stacked-featured-popular-wrapper #top-search-query {
+
-
width:150px;
+
-
}
+
-
#stacked-featured-popular {
+
-
overflow:hidden;
+
-
background-color:#000000;
+
-
}
+
-
#stacked-featured-popular .split-home {
+
-
width:620px;
+
-
float:left;
+
-
}
+
-
#stacked-featured-popular .split-home h2 {
+
-
font-size:1.5em;
+
-
}
+
-
#stacked-featured-popular .split-home .info {
+
-
}
+
-
#stacked-featured-popular .image {
+
-
width:210px;
+
-
}
+
-
#stacked-featured-popular .image img {
+
-
max-width:200px;
+
-
}
+
-
#stacked-featured-popular .details {
+
-
margin-left:230px;
+
-
}
+
-
#stacked-featured-popular .split-home .column-one {
+
-
width:auto;
+
-
float:none;
+
-
}
+
-
#stacked-featured-popular .split-home .column-two {
+
-
width:auto;
+
-
float:none;
+
-
}
+
-
#stacked-featured-popular .search-pod {
+
-
margin-left:640px;
+
-
margin-right:10px;
+
-
overflow:visible;
+
-
position:relative;
+
-
}
+
-
#stacked-featured-popular #home-search {
+
-
display:none;
+
}
}
-
#stacked-featured-popular #info-content {
+
html ul.topnav li ul.subnav li a:last-child{
-
width:auto;
+
        border-radius: 0 0 5px 5px;
-
margin-top:10px;
+
-
padding-top:10px;
+
}
}
 +
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
 +
background: #222 /*url(https://static.igem.org/mediawiki/2011/4/4b/Dropdown_linkbg.gif) no-repeat 10px center*/;

Revision as of 08:10, 5 August 2014

/* Removing wiki-like stuff */ /****************************/

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}

/* Redesigning the topmenu */ /***************************/ body {

   margin: 10px 0 0 0;
   padding: 0;}
  1. top-section {
   width: 965px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 65%;
   top: -14px;}

.left-menu:hover {

   background-color: transparent;}
  1. menubar li a {
   background-color: transparent;}
  1. menubar:hover {
   color: white;}
  1. menubar li a {
   color: transparent;}
  1. menubar:hover li a {
   color: white;}
  1. menubar > ul > li:last-child {
   display:none;}

/* Redesigning Table Of Content */ /********************************/ table.toc, #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {

   text-align: left;}
  1. toctitle {
   margin: 5px 0;}

.toc, #toc {

   background-color: #F6F6F6;
   border: 1px solid #CCCCCC;
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
   -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/
   float: left;
   width: 228px;
   display: block;
   overflow: hidden;
   padding: 0;}
  1. toc ul, .toc ul {
   margin: 0 5px 5px 5px;}

.toc ul li {

   padding-left: 12px;
   text-indent: -12px;
   /*width: 200px;*/}

.toc ul li ul li {

   padding-left: 30px;
   text-indent: -24px;
   /*width: 170px;*/}
  1. toc ul ul, .toc ul ul {
   margin: 0;}

.toc {

   margin-left: -250px;
   margin-top: 20px;}

.stickBelowNavigation {

   position: fixed;
      top: 35px;
      left: 50%;
   margin-left: -462px;}

.tochidden {

   position: static;
   margin-left: -250px;}

/* Font style and general */ /**************************/

  1. content {
   font-family: 'Lucida Sans Unicode',sans-serif;
   font-size: 14px;
   color: #444444;}

p {

   margin: 0;}
  1. innercontent p {
   margin: 0.6em 0;}

h2, h3, h4, h5, h6 {

   border: none;
   font-weight: lighter;
   color: #444444;}

h1 {

   border: none;
   color: #383838;
   text-shadow: 0 1px rgba(255, 255, 255, 0.5);
   font-size: 35px;
   margin: 5px 0 0 0;
   font-weight: bold;}

h2 {

   background: url("Horisontal-line.png") repeat-x scroll 0 100% transparent;
   border: none;
   padding: 20px 0 5px;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   clear: right;
   margin-bottom: 0;}
  1. bodyContent h1, #bodyContent h2 {
   margin-bottom: 0;}

h3 {

   font-size: 30px;
   padding: 15px 0 5px 0;}

h4 {

       font-weight: bold;}

ul {

   list-style-position: inside;
   margin: 0;}

a, a:visited, a:active {

   color: #3366CC;}

pre {

   overflow: auto;
   font-size: 12px;}

div.tright, div.floatright {

   border: none;
   margin: 10px 0 10px 20px;}

div.tleft, div.floatleft {

   border: none;
   margin: 10px 20px 10px 0;}

div.tnone {

   border: none;}

iframe {

   margin: 1px;}

hr {

   height: 0;
   border-top: 1px solid #AAA;
   border-bottom: 1px solid #FFF;}

.clear {

   clear: both;
   height: 0;
   padding: 0;
   margin: 0;
   border: none;
   visibility: hidden;}

.superscript {

   font-size: 80%;
   position: relative;
       top: -5px;}

.subscript {

   font-size: 80%;
   position: relative;
       top: 5px;}

.farve1 {

       background-color: #FFCC00;}

.farve2 {

       background-color: #FF9900;}

.farve3 {

       background-color: #FF6600;}

.farve4 {

       background-color: #FF0000;}

.farve5 {

       background-color: #990000;}

.farve6 {

       background-color: #FF0099;}

.farve7 {

       background-color: #CC3399;}

.farve8 {

       background-color: #990066;}

.farve9 {

       background-color: #660066;}

.farve10 {

       background-color: #990099;}

.farve11 {

       background-color: #3366CC;}

.farve12 {

       background-color: #33CCFF;}

.farve13 {

       background-color: #99CC33;}

.farve14 {

       background-color: #66CC00;}

.coloredBg {

   font-size: 12px;
   font-weight: normal;
   color: #FFFFFF;
   padding: 5px;}

/* Layout */ /**********/ body, #heading, #innercontent {

   background: url("DTU-Denmark2011-bg2.jpg") repeat #D7D7D7;}
  1. content, #globalWrapper {
   border: none;
   width: 100%;
   margin: 0;
   padding: 0;}

.centering {

   margin: 0 auto;
   width: 965px;}
  1. header {
   background: url("DTU-Denmark2011-5element.png") no-repeat right -30px #990000;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* for the Safari browser */
   height: 100px;
   width: 100%;
   border-top: 1px solid #660000;
   border-bottom: 1px solid #660000;}
  1. header .centering {
   background: url("DTU-Denmark2011-temp-header2.png") no-repeat top left transparent;
   /*background: url("DTU-Denmark2011-temp-header.png") no-repeat top left transparent;*/
   height: 100px;}
  1. heading {
   height: 50px;
   border-top: 1px solid #FFFFFF;}
  1. innercontent {
   padding: 1px;} /* Important!*/

.whitebox {

   background: url("DTU-Denmark2011-innercontent-bg.png") repeat-x #FFFFFF;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
   border: 1px solid #FFFFFF;
   /*text-align: justify;*/
   margin: 14px 0;}

.article {

   padding: 0 20px 10px 270px;
   width: 673px;}

.whitebox a {

   font-weight: bold;}
  1. toc a {
   font-weight: normal;}

/* Frontpage only */ /******************/ .smallBox {

   width: 270px;
   padding: 0 20px 10px;
   float: left;
   margin-right: 15px;}

.lastSmallBox {

   width: 269px;
   margin-right: 0;}

body.page-Team_DTU-Denmark div.whitebox:first-child {

   display: none;}

/* For overview pages */ /**********************/ .overviewPage {

   margin-left: -250px;}

.overviewBox {

   width: 450px;}

.left {

   float: left;}

.right {

   float:right;}

/* Footer */ /**********/

  1. footer-panel {
   background: #333333;
   border-top: 1px solid #D9D9D9;}
  1. bodyContent {
   background: #333333;}
  1. footer-panel h4 {
   color: #999999;
   font-weight: bold;}
  1. footer-panel p {
   color: #CCCCCC;}

div.footerBox {

   border-right: 1px solid;
   float: left;
   margin: 10px 20px 10px 0;
   padding: 0 20px 0 0;
   width: 294px;
   min-height: 270px;}

div.footerBox:last-child {

   border: none;
   margin: 10px 0;
   padding: 0;}

img.sponsorImage{

   float: left;
   width: 84px;
   padding: 0;
   margin: 0;
   border: 0px solid #444444;}

img.hasPicOnRight {

   padding-right: 10px;
   border-right-width: 1px;}

img.hasPicOnLeft {

   padding-left: 10px;}

img.hasPicOnTop {

   margin-top: 20px;

}

/* Slider (thanks to flowplayer.org) */ /*************************************/ .scrollable { /* required settinsg */ position: relative; overflow :hidden;

   margin-top: 14px;
   width: 963px;
   height: 370px;
   border: 1px solid #FFFFFF;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
   background: #FFFFFF;}

.scrollable .items { /* this cannot be too large */ width: 50000px; position: absolute;} .items div { float: left; width: 963px; height: 370px;} .prev {

       background: url(DTU-Denmark2011-slider-prev.png) no-repeat;
       height: 74px;
       width: 74px;
       position: absolute;
           left: -518px; /* ceil(963/2) + 74/2 = 482 + 37 = 519 */
           top: 310px;
       margin-left: 50%;
       cursor: pointer;}

.next {

       background: url(DTU-Denmark2011-slider-next.png) no-repeat;
       height: 74px;
       width: 74px;
       margin-right: 50%;
       position: absolute;
           right: -519px; /* floor(963/2) + 74/2 = 481 + 37 = 518 */
           top: 310px;
       cursor: pointer;}

.disabled {

       visibility: hidden;}

/* position and dimensions of the navigator */ .navi {

   left: -56px;
   margin-left: 50%;
   position: absolute;
   top: 505px;
   width: 112px;}

.navi a { width: 8px; height: 8px; float: left; margin: 3px; background: url(DTU-Denmark2011-slider-navigator-red.png) 0 0 no-repeat; /*background: url(DTU-Denmark2011-slider-navigator-dark.png) 0 0 no-repeat;*/ display: block; font-size: 1px;} .navi a:hover { background-position: 0 -8px;} .navi a.active { background-position: 0 -16px;}

/* Tooltips (thanks to flowplayer.org) */ /*********************************************/ /*.tooltip {

       z-index: 2;

display:none; background:transparent url(http://flowplayer.org/tools/img/tooltip/black_arrow.png); font-size:14px; height:70px; width:160px; padding:25px; color:#fff;}

  • /

/* Sexy Drop Down Menu (thanks to sohtanaka.com) */ /*********************************************/ li.navitem1 > a, li.navitem1 > span {

   border-bottom: 1px solid #660066;}

li.navitem2 > a, li.navitem2 > span {

   border-bottom: 1px solid #990099;}

li.navitem3 > a, li.navitem3 > span {

   border-bottom: 1px solid #3366CC;}

li.navitem4 > a, li.navitem4 > span {

   border-bottom: 1px solid #33CCFF;}

li.navitem5 > a, li.navitem5 > span {

   border-bottom: 1px solid #99CC33;}

li.navitem6 > a, li.navitem6 > span {

   border-bottom: 1px solid #FFCC00;}

.page-Team_DTU-Denmark li.home a,

.page-Team_DTU-Denmark_Vision li.vision a,

.page-Team_DTU-Denmark_Project li.project a, .page-Team_DTU-Denmark_Bioinformatic li.project a, .page-Team_DTU-Denmark_Project_testing_sRNA li.project a, .page-Team_DTU-Denmark_Project_improving_araBAD li.project a, .page-Team_DTU-Denmark_Modeling li.project a, .page-Team_DTU-Denmark_Data li.project a, .page-Team_DTU-Denmark_Attributions li.project a,

.page-Team_DTU-Denmark_Technical_stuff li.technical_stuff a, .page-Team_DTU-Denmark_Parts li.technical_stuff a, .page-Team_DTU-Denmark_Notebook li.technical_stuff a, .page-Team_DTU-Denmark_Protocols li.technical_stuff a, .page-Team_DTU-Denmark_Technical_stuff_math li.technical_stuff a, .page-Team_DTU-Denmark_Matlab li.technical_stuff a, .page-Team_DTU-Denmark_Safety li.technical_stuff a,

.page-Team_DTU-Denmark_Background li.background a, .page-Team_DTU-Denmark_Background_sRNA li.background a, .page-Team_DTU-Denmark_Background_the_natural_system li.background a, .page-Team_DTU-Denmark_Background_synthetic_biology li.background a,

.page-Team_DTU-Denmark_Team li.team a,

ul.topnav > li > a:hover { /*background: url(Topnav_hover.gif) no-repeat center -1px;*/

       padding-bottom: 1px;
       border-bottom-width: 5px;}
  1. navigation,.navigation {
   height: 35px;}

.navigation {

   background: url("Topnav_bg.gif") repeat-x scroll 0 -1px #222222;
   z-index: 1;
   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
   position: relative;
   border-bottom: 1px solid #000000;}

.stickToTop {

   position: fixed;
   top:0;
   width:100%;}

ul.topnav { list-style: none; padding: 0; margin: 0; float: left; width: 100%; font-size: 15px; } ul.topnav li { float: left; margin: 0; padding: 0; position: relative; /*--Declare X and Y axis base for sub navigation--*/ } ul.topnav li a { padding: 6px 20px 5px 20px; color: #fff; display: block; text-decoration: none; float: left; } ul.topnav > li > a {

   height: 23px;
   overflow: hidden;}

ul.topnav li:first-child a{ padding-left: 0; } ul.topnav li span { /*--Drop down trigger styles--*/ /*width: 17px;*/ /*height: 34px;*/ /*float: left;*/ /*background: url(Subnav_btn.gif) no-repeat center top;*/

       color: #CCCCCC;

} ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ ul.topnav li ul.subnav {

   z-index: 1; //Stay on top of slider

list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ left: 0; top: 35px; background: #333; margin: 0; padding: 0; display: none; float: left; border: 1px solid #111;

       border-radius: 0 0 5px 5px;

} ul.topnav li ul.subnav li { margin: 0; padding: 0; border-top: 1px solid #252525; /*--Create bevel effect--*/ border-bottom: 1px solid #444; /*--Create bevel effect--*/ clear: both;

       list-style: none outside none;

} ul.topnav li ul.subnav, ul.topnav li ul.subnav li {

       width: 160px;

} ul.topnav li ul.subnav li:last-child{

       border-radius: 0 0 5px 5px;

} html ul.topnav li ul.subnav li a { float: left; /*background: #333 url(Dropdown_linkbg.gif) no-repeat 10px center;*/

   padding-left: 10px;
   padding-right: 10px;
   width: 140px;

} html ul.topnav li ul.subnav li a:last-child{

       border-radius: 0 0 5px 5px;

} html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: #222 /*url(Dropdown_linkbg.gif) no-repeat 10px center*/;