|
|
Line 124: |
Line 124: |
| | | |
| | | |
- | /* 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='#E4E4E4', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
| |
- | }
| |
- | .footer {
| |
- | position: fixed;
| |
- | bottom: 0;
| |
- | left: 0;
| |
- | height:35px;
| |
- | width: 100%;
| |
- | z-index: 1000;
| |
- | }
| |
- | .footerBack {
| |
- | position:absolute;
| |
- | height:100%;
| |
- | top:0;
| |
- | width:100%;
| |
- | left:0px
| |
- | }
| |
- |
| |
- | .footerContainer {
| |
- | width:960px;
| |
- | margin-right:auto;
| |
- | margin-left:auto;
| |
- | margin-top: 10px;
| |
- | overflow: visible;
| |
- | }
| |
- | .footerLogo {
| |
- | float: left;
| |
- | position: absolute;
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/4/4a/SDU2013_TopLogo.png);
| |
- | height: 70px;
| |
- | width: 70px;
| |
- | bottom: 5px;
| |
- | margin-left: -25px;
| |
- | background-size: 66px;
| |
- | background-repeat: no-repeat;
| |
- | }
| |
- | .footerLogoText {
| |
- | float: left;
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/c/c9/SDU2013_SduTextDarkSmall.png);
| |
- | height: 14px;
| |
- | width: 244px;
| |
- | background-repeat: no-repeat;
| |
- | margin-left: 25px;
| |
- | margin-top: 2px;
| |
- | position: relative;
| |
- | }
| |
- | .footerBtn {
| |
- | float: right;
| |
- | padding: 5px 10px;
| |
- | margin-top: -55px;
| |
- | margin-left: 7px;
| |
- | height: 75px;
| |
- | position: relative;
| |
- | display: none;
| |
- | }
| |
- | .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, #btnNextChapter {
| |
- | width: 180px;
| |
- | }
| |
- | #btnStartTour {
| |
- | width: 380px;
| |
- | }
| |
- | #btnDigDeeper {
| |
- | width: 255px;
| |
- | }
| |
- | #btnTheEnd {
| |
- | width: 470px;
| |
- | margin-top: -75px;
| |
- | height: 90px;
| |
- | }
| |
- | .fastForwardIcon {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/5/55/SDU2013_ForwardBlack.png);
| |
- | width: 32px;
| |
- | height: 32px;
| |
- | position: absolute;
| |
- | margin-left: 152px;
| |
- | }
| |
- | .digDeeperIcon {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/b/b5/SDU2013_DigDeeperBlack2.png);
| |
- | width: 32px;
| |
- | height: 32px;
| |
- | position: absolute;
| |
- | margin-left: 227px;
| |
- | background-repeat: no-repeat;
| |
- | }
| |
- | .nextChapterIcon {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/b/b5/SDU2013_DigDeeperBlack2.png);
| |
- | width: 32px;
| |
- | height: 32px;
| |
- | position: absolute;
| |
- | margin-left: 152px;
| |
- | background-repeat: no-repeat;
| |
- | }
| |
- | .startTourIcon {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/5/5b/SDU2013_StartTour.png);
| |
- | width: 32px;
| |
- | height: 32px;
| |
- | position: absolute;
| |
- | margin-left: 350px;
| |
- | background-repeat: no-repeat;
| |
- | }
| |
- | .tourEndIcon{
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/e/ec/SDU2013_IgemLogoGrayscale.png);
| |
- | width: 42px;
| |
- | height: 32px;
| |
- | position: absolute;
| |
- | margin-left: 428px;
| |
- | background-repeat: no-repeat;
| |
- | margin-top: 4px;
| |
- | background-size: 38px;
| |
- | }
| |
- |
| |
- |
| |
- | #btnDigDeeper, #btnNextChapter, #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 */
| |
- | }
| |
- |
| |
- | #btnTheEnd, #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(https://static.igem.org/mediawiki/2013/d/d7/SDU2013_UnselectedPoint.png);
| |
- | 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(https://static.igem.org/mediawiki/2013/0/04/SDU2013_SelectedPoint.png);
| |
- | }
| |
- | .itemLastSelected {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/d/db/SDU2013_LastSelectedPoint.png);
| |
- | }
| |
- | .expandedTour {
| |
- |
| |
- | height:100%;
| |
- | float:left;
| |
- | }
| |
- | .expandedTourInner {
| |
- | padding-top:17px;
| |
- | float:left;
| |
- | width:480px;
| |
- | background-repeat:repeat-x;
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/9/98/SDU2013_TourBar.png);
| |
- | }
| |
- | .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(https://static.igem.org/mediawiki/2013/e/e5/SDU2013_TourbarBendLeft.png);
| |
- | }
| |
- | .tourBendLeftSelected {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/f/f5/SDU2013_TourbarBendLeftSelected.png);
| |
- | }
| |
- | .tourBendRight {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/1/16/SDU2013_TourbarBendRight.png);
| |
- | }
| |
- | .tourBarStart {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/0/03/SDU2013_TourStartBarSelected.png);
| |
- | }
| |
- | .tourBarEnd {
| |
- | background-image:url(https://static.igem.org/mediawiki/2013/f/f1/SDU2013_TourEndBar.png);
| |
- | }
| |
- | .tourBoundingBox {
| |
- | margin: 0 auto;
| |
- | left: 0;
| |
- | right: 0;
| |
- | top: 52px;
| |
- | text-align:center;
| |
- | z-index: 9999;
| |
- | }
| |
- | .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: right;
| |
- | }
| |
- | .tooltipLink {
| |
- | font-weight:bold;
| |
- | color: #004684;
| |
- | }
| |
- | .sourceReference {
| |
- | padding-right:19px;
| |
- | background-image: url(https://static.igem.org/mediawiki/2013/3/34/SDU2013_SourceIcon.png);
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- | .tooltip {
| |
- | display:none;
| |
- | width:250px;
| |
- | line-height: 1.1em;
| |
- | font-size: 11px;
| |
- | padding: 7px 9px;
| |
- | font-family: Tahoma, Arial;
| |
- | border: 1px solid #004684;
| |
- | /* border shadow */
| |
- | -webkit-box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.75);
| |
- | -moz-box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.75);
| |
- | box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.75);
| |
- | /* 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='#E4E4E4', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
| |
- | }
| |
- | .tooltipHeader {
| |
- | font-size: 13px;
| |
- | font-family: Tahoma, Arial;
| |
- | font-weight: bold;
| |
- | display: block;
| |
- | margin-bottom:8px;
| |
- | color: #FFFFFF;
| |
- | background-color: #004684;
| |
- | padding: 5px 5px 5px 10px;
| |
- | margin-top: -8px;
| |
- | margin-right: -10px;
| |
- | margin-left: -10px;
| |
- | }
| |
- |
| |
- |
| |
- | /* IMAGES, GALLERIES AND DIALOGS */
| |
- |
| |
- | .dialog {
| |
- | display:none;
| |
- | }
| |
- |
| |
- | .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;
| |
- | }
| |
- | .normalImg:hover, .popupImg:hover, .galleryImg:hover, .imageGallery:hover {
| |
- | text-decoration: none;
| |
- | }
| |
- | .normalImg img, .popupImg img, .galleryImg img {
| |
- | display: block;
| |
- | margin-bottom:2px;
| |
- | border-width:0px;
| |
- | }
| |
- | .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;
| |
- | }
| |
- | .galleryImg img {
| |
- | width: 120px;
| |
- | }
| |
- | .imageGallery {
| |
- | width: 625px;
| |
- | }
| |
- | .galleryMedium {
| |
- | width: 375px !important;
| |
- | }
| |
- | .gallerySmall {
| |
- | width: 125px !important;
| |
- | }
| |
| | | |
| | | |