Team:SDU-Denmark/core/stylesheet
From 2013.igem.org
/* REMOVE IGEM STYLE */
- search-controls {
margin-top:30px;
}
- footer-box, #siteSub, #search-controls, .firstHeading, #contentSub, #catlinks, #p-logo {
display:none;
}
- bodyContent a[href ^="mailto:"],
.link-mailto {
background: none; padding-right: 0;
}
- menubar {
margin-left: 10px; }
.right-menu li a, .left-menu li a { color: black; background-color: transparent; font-size: 10px; font-weight: bold; }
.right-menu li a:hover, .left-menu:hover a { color: black; }
- top-section {
height: 15px;
}
- content {
width: 100%; }
html {
height:100%;
} body {
background-color:rgb(221, 221, 221); background-image:url(); background-repeat: repeat; background-attachment:fixed; overflow-x: hidden; height:100%; overflow-y: scroll;
}
/* BASIC STYLES */
h1, h2, h3, h4 {
font-family: Arial; color: #004684; font-weight:bold; margin-bottom:0 !important; margin-top:0px; border:none;
} /* Name: Header 1 */ h1 {
font-size: 22px;
} /* Name: Header 2 */ h2 {
font-size: 24px; padding-bottom:10px;
} /* Name: Header 3 */ h3 {
font-size: 20px;
} /* Name: Header 4 */ h4 {
font-size: 16px; font-style: italic; padding-bottom:20px;
}
/* Name: Appetizer text */
/* Description: Used to give a short and exciting description of the subsequent content. */
p.intro {
font-style: italic; font-size: 16px; color: #808080; margin-bottom:40px;
}
/* Name: DNA Sequence Code */ /* Description: Used for highlighting DNA sequences and similar codes. */ span.SequenceCode {
font-size: 14px; font-family: Courier New; color: red; border-style: dashed; border-width: 1px; border-color: Gray; padding: 0px 5px;
}
/* Name: Normal text */ p {
font-size: 14px; margin-top:10px; font-family:Tahoma; color: #3D3D3D;
}
/* Name: Paragraph intro */ span.intro {
font-weight:Bold; font-size: 15px; font-family:Tahoma; color: #3D3D3D;
}
/* Name: Important word */ .specialWord {
font-style: italic;
}
/* BASE */
.BackgroundLayout {
width:100%; left:0; position: absolute;
} .MainLayout {
width:960px; margin-right:auto; margin-left:auto;
} .EndFloatBlock {
clear:both;
}
/* NAVIGATION */
.top {
height:55px; top: 0; left: 0; right: 0; padding-top: 22px; padding-bottom: 10px; /* background */ background: #fefefe; /* Old browsers */ background: -moz-linear-gradient(top, #FFFFFF 20%, #EEEEEE 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFFFFF 20%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #FFFFFF 20%,#EEEEEE 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #FFFFFF 20%,#EEEEEE 100%); /* IE10+ */ background: linear-gradient(to bottom, #FFFFFF 20%,#EEEEEE 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-9 */
} .bannerShadow {
/* border shadow */ box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1); -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
}
.stick {
position: fixed; top: 0; z-index: 10000; margin-top:-35px; margin-right: -13px;
}
- sticky-anchor {
position: absolute; margin-top: 35px;
} .topWikiNavBackground {
height:18px; margin-top: -32px; background-color:rgb(221, 221, 221); background-image:url(); background-repeat: repeat;
}
.topMargin {
margin-top: 25px;
} .NavbarContainer {
width:960px; margin-right:auto; margin-left:auto;
} .NavbarContainerInner {
float:right;
} .TopLogo {
height: 130px; width:228px; margin-top: -22px; margin-left: -140px; float:left; background-image:url(); background-size:contain; background-repeat: no-repeat; position:absolute;
} .MenuButton {
margin: 35px 0px 0px 15px; float: left; font-size:12px; font-family:Arial; padding-bottom:2px; position: relative;
} .MenuButton:hover {
border-bottom-color:#C0C0C0; border-bottom-width:3px; border-bottom-style:solid;
} .SelectedMenuButton {
border-bottom-color:#42B04F; border-bottom-width:3px; border-bottom-style:solid;
} a.MenuButtonLink {
text-decoration:none; color:black;
} .IgemLogoLink {
margin: 17px 10px 0px 30px; float: left; font-size:14px;
} .HeaderTitel {
float: left; margin-left:70px; margin-top:33px; font-size:32px; font-weight:bold; position:absolute; color:#3D3D3D;
}
.menuPopup {
display: none; margin-top: -8px; padding-top: 18px; position: absolute; z-index: 99999; right: -75px; background-image:url();
} .menuPopupContent {
width: 725px;
} .menuPopupContentInner {
background: rgba(238, 238, 238, 0.93); -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
} .menuItems {
margin-top: 20px;
} .menuItems ul {
float: left; margin: 0 20px 0 0;
} .menuItems li {
font-size: 11px; list-style-type: none; list-style-image: none; margin: 0 0 0 5px; line-height: 1.3em;
} .menuItems li.header {
font-size: 12px; font-weight: bold; margin: 0 0 2px 0; color: #3D3D3D;
}
div.menuIntro {
padding: 1px 10px 10px 10px;
} p.menuIntro {
font-size: 11px; line-height: 1.3em;
} .warningBox { background-color: #FEE9A6; border-color: #EFBA6C; border-width: 1px; border-radius: 5px; border-style: solid; padding: 10px; font-weight: bold; } }
/* CONTENT */ .contentBorder {
border: 1px solid #AAAAAA; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
} .expandedContent {
margin-left: -45px; width: 930px;
} .content {
font-family: Tahoma; font-size: 14px; color: #3D3D3D; margin-bottom:60px; background-color:white; padding: 15px 60px;
border: 1px solid #cccccc; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.ContentHeader {
font-size:30px; font-weight:bold; font-family:Andy; color:#3D3D3D; margin-left:15px; margin-bottom:5px;
}
iframe.TimeLine {
overflow: hidden; border:none; width: 958px; height:450px; margin:-15px -30px;
}
.boxgridHuge {
width: 885px;
height: 500px; }
.boxgridBig, .boxgridMedium { height: 550px; } .boxgridBig {
width: 615px; float: left;
} .boxgridMedium {
width: 298px; float: left;
} .boxgrid { overflow: hidden; position: relative; }
.boxgrid img{ position: absolute; top: 0; left: 0; border: 0; } .boxcaption{ float: left; position: absolute; background: #000; width: 100%; opacity: .8;
padding: 10px;
/* For IE 5-7 */ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */ -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } .boxcaption:hover {
text-decoration: none;
} h2.onBlack {
color:white; margin-top: -5px; border: none; Font-size: 26px; padding-bottom: 0px; line-height:1em;
} p.onBlack {
color:white; margin-right:18px; font-size: 14px; font-weight: bold;
} p.onBlackIntro {
font-size:17px; font-style: italic; color:white; margin-right:20px; margin-bottom:20px;
}
/* FOOTER */
.footerShadow {
border-top-color: rgb(199, 199, 199); border-top-width: 1px; border-top-style: solid; /* border shadow */ box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1); -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1); /* background */ background: #fefefe; /* Old browsers */ background: -moz-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(228, 228, 228) ), color-stop(100%,#FFFFFF )); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(228, 228, 228) ', endColorstr='rgb(255, 255, 255)',GradientType=0 ); /* IE6-9 */
} .footer {
position: fixed; bottom: 0; left: 0; height:35px; width: 100%; z-index: 1000;
}
.footerContainer {
width:960px; margin-right:auto; margin-left:auto; margin-top: 10px;
} .footerLogo {
float: left; position: absolute; background-image:url(); height: 70px; width: 70px; bottom: 5px; margin-left: -25px; background-size: 66px; background-repeat: no-repeat;
} .footerLogoText {
float: left; background-image:url(); height: 14px; width: 244px; background-repeat: no-repeat; margin-left: 25px; margin-top: 2px;
} .footerBtn {
float: right; padding: 5px 10px; margin-top: -55px; margin-left: 7px; height: 75px;
} .footerBtn:hover {
text-decoration: none;
}
.footerBtnHeader {
font-size: 14px; margin-top: -1px; font-weight: bold; margin-bottom: 3px; font-family: Arial; text-transform: capitalize; color: black;
} .footerBtnText {
margin-top: 0px; font-size: 11px; color: black;
} .footerBtnPre {
font-family: Arial; font-size: 10px; font-weight: bold;
margin-top: 0px; margin-bottom: 0px; text-transform: uppercase;
}
- btnFastForward {
width: 180px; display: none;
} .fastForwardIcon {
background-image:url(); width: 32px; height: 32px; position: absolute; margin-left: 152px;
}
- btnDigDeeper {
width: 255px; display: none;
} .digDeeperIcon {
background-image:url(); width: 32px; height: 32px; position: absolute; margin-left: 227px; background-repeat: no-repeat;
}
- btnStartTour {
width: 380px; display: none;
}
- btnDigDeeper, #GREEN {
background: rgb(205,235,142); /* Old browsers */ background: -moz-linear-gradient(top, rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,235,142,1)), color-stop(100%,rgba(165,201,86,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */ }
- btnDigDeeper:hover {
background: rgb(221,241,177); /* Old browsers */ background: -moz-linear-gradient(top, rgba(221,241,177,1) 0%, rgba(192,218,136,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,241,177,1)), color-stop(100%,rgba(192,218,136,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(221,241,177,1) 0%,rgba(192,218,136,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(221,241,177,1) 0%,rgba(192,218,136,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(221,241,177,1) 0%,rgba(192,218,136,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(221,241,177,1) 0%,rgba(192,218,136,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf1b1', endColorstr='#c0da88',GradientType=0 ); /* IE6-9 */
}
- btnFastForward, #btnStartTour, #ORANGE {
background: #ffc578; /* Old browsers */ background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */ }
- btnFastForward:hover, #btnStartTour:hover {
background: #ffdbad; /* Old browsers */ background: -moz-linear-gradient(top, #ffdbad 0%, #f7b971 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdbad), color-stop(100%,#f7b971)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffdbad 0%,#f7b971 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffdbad 0%,#f7b971 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffdbad 0%,#f7b971 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffdbad 0%,#f7b971 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdbad', endColorstr='#f7b971',GradientType=0 ); /* IE6-9 */ }
- BLUE {
background: rgb(212,228,239); /* Old browsers */ background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,228,239,1)), color-stop(100%,rgba(134,174,204,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */
}
/* TOUR MENU */
.parentTourItem { float:left; width:auto; height:100%; background-image:url(); background-repeat:no-repeat; background-position:center top; text-align:center; padding-top:22px; padding-left:2px; padding-right:2px; }
.parentTourItemHidden { display: none; }
.itemSelected { background-image:url(); } .itemLastSelected { background-image:url(); } .expandedTour {
height:100%; float:left; } .expandedTourInner { padding-top:17px; float:left; width:480px; background-repeat:repeat-x; background-image:url(); } .tourBarCorners { width:6px; float:left; height:100%; background-repeat:no-repeat; background-position-x:center; } .tourBend { width:31px; float:left; height:100%; background-repeat:no-repeat; background-position-x:center; } .tourBendLeft { background-image:url(); } .tourBendLeftSelected { background-image:url(); } .tourBendRight { background-image:url(); } .tourBarStart { background-image:url(); } .tourBarEnd { background-image:url(); }
.tourBoundingBox { margin: 0 auto; left: 0; right: 0; top: 52px; text-align:center; } .tourBoundingBoxInner { height:66px; width:960px; background: #EEEEEE; display:inline-block; padding-top:5px; padding-left:10px; padding-right:10px;
} .stick2 { position:fixed; margin-right: -13px; top: 52px; }
.tourItemLabel { margin-left:auto; margin-right:auto; background-color:white; border-color:#B8B8B8; border-style:solid; border-width:1px; text-align:center; font-size:11px; font-family:Arial; padding: 0px 4px; display:inline-block; text-decoration:none; color:black; } .tourItemLabelSelected { background-color:#46B842; color:white; } .tourItemLabelSelected:visited { color:white !important; } .tourItemLabel:hover { background-color:#46B842; color:white !important; text-decoration:none; } .tourItemLabel:visited { color:black; }
.tourItemLabelIndicator {
background-color:#fb9d23; color:white !important; }
/* TOOLTIPS AND REFERENCES */
.tooltipLink, .sourceReference {
cursor:pointer; background-repeat: no-repeat; background-position-x: right; padding-right:19px;
} .tooltipLink {
font-weight:bold; color: #004684; //background-image: url();
} .sourceReference {
background-image: url();
}
.tooltip {
display:none; width:300px; line-height: 1.1em; font-size: 11px; padding: 5px 9px; font-family: Tahoma, Arial; border: 1px solid rgb(199, 199, 199); /* border shadow */ box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1); -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1); /* background */ background: #EEEEEE; /* Old browsers */ background: -moz-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(228, 228, 228) ), color-stop(100%,#FFFFFF )); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(228, 228, 228) ', endColorstr='rgb(255, 255, 255)',GradientType=0 ); /* IE6-9 */
} .tooltipHeader {
font-size: 13px; font-family: Tahoma, Arial; font-weight: bold; display: block; margin-bottom:8px; color: #595959;
}
/* IMAGES, GALLERIES AND DIALOGS */
.dialog {
display:none;
} .normalImg img, .popupImg img, .galleryImg img {
display: block; margin-bottom:2px; border-width:0px;
} .normalImg, .popupImg, .imageGallery {
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); padding: 5px; background: white; border: 1px solid #BBB;
} .normalImg, .popupImg, .galleryImg, .imageGallery {
margin-bottom:10px; font-size: 11px; font-style: italic; color: dimgray !important; text-decoration: none; font-family: Arial;
} .alignRight {
float: right; margin-left: 10px;
} .alignLeft {
float: left; margin-right: 20px;
} .alignCenter {
padding: 10px 7px 3px 10px; display: block; margin-left:auto; margin-right:auto;
} .galleryImg {
float: left; margin-right: 5px; width: 120px;
} .imageGallery {
width: 625px;
} .galleryMedium {
width: 375px !important;
} .gallerySmall {
width: 125px !important;
}