|
|
Line 11: |
Line 11: |
| <script type="text/javascript" src="https://2014.igem.org/Team:SJTU-Software/toolsmin.js%20?action=raw&ctype=text/js"></script> | | <script type="text/javascript" src="https://2014.igem.org/Team:SJTU-Software/toolsmin.js%20?action=raw&ctype=text/js"></script> |
| <script type="text/javascript" src="https://2014.igem.org/Team:SJTU-Software/main.js%20?action=raw&ctype=text/js"></script> | | <script type="text/javascript" src="https://2014.igem.org/Team:SJTU-Software/main.js%20?action=raw&ctype=text/js"></script> |
- | <style type="text/css">
| |
- | ul.expmenu { width: 200px; }
| |
- | ul.expmenu * { list-style: none; }
| |
- | ul.expmenu > li > div.header { padding: 12px; border-bottom: 1px #396e9f solid; }
| |
- | ul.expmenu > li:last-child > div.header { border-bottom: none; }
| |
- | ul.expmenu > li ul li { background-color: #ececec; padding: 12px; border-bottom: 1px solid #dcdcdc; border-top: 1px solid #fff; color: #727272; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); }
| |
- | ul.expmenu > li ul li:last-child { border-bottom: none; }
| |
- | ul.expmenu > li ul li.selected { background-color: #f4f4f4; }
| |
- | ul.expmenu div.header
| |
- | {
| |
- | color: #203f61;
| |
- | text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
| |
| | | |
- | background: #4d7fb8; /* Old browsers */
| |
- | background: -moz-linear-gradient(top, #4d7fb8 0%, #4572a5 100%); /* FF3.6+ */
| |
- | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d7fb8), color-stop(100%,#4572a5)); /* Chrome,Safari4+ */
| |
- | background: -webkit-linear-gradient(top, #4d7fb8 0%,#4572a5 100%); /* Chrome10+,Safari5.1+ */
| |
- | background: -o-linear-gradient(top, #4d7fb8 0%,#4572a5 100%); /* Opera 11.10+ */
| |
- | background: -ms-linear-gradient(top, #4d7fb8 0%,#4572a5 100%); /* IE10+ */
| |
- | background: linear-gradient(to bottom, #4d7fb8 0%,#4572a5 100%); /* W3C */
| |
- | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7fb8', endColorstr='#4572a5',GradientType=0 ); /* IE6-9 */
| |
- | }
| |
- | ul.expmenu > li > div.header > .label { padding-left: 24px; background: no-repeat; }
| |
- | ul.expmenu > li > div.header > .arrow { display: block; width: 16px; height: 16px; background: no-repeat center; float: right; }
| |
- | ul.expmenu > li > div.header > .arrow.up { background-image: url(../images/arrow_u.png); }
| |
- | ul.expmenu > li > div.header > .arrow.down { background-image: url(../images/arrow_d.png); }
| |
- |
| |
- | /* Mouse Events */
| |
- | ul.expmenu div.header:hover
| |
- | {
| |
- | background: #4571a0; /* Old browsers */
| |
- | background: -moz-linear-gradient(top, #4d7fb8 0%, #4571a0 100%); /* FF3.6+ */
| |
- | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d7fb8), color-stop(100%,#4571a0)); /* Chrome,Safari4+ */
| |
- | background: -webkit-linear-gradient(top, #4d7fb8 0%,#4571a0 100%); /* Chrome10+,Safari5.1+ */
| |
- | background: -o-linear-gradient(top, #4d7fb8 0%,#4571a0 100%); /* Opera 11.10+ */
| |
- | background: -ms-linear-gradient(top, #4d7fb8 0%,#4571a0 100%); /* IE10+ */
| |
- | background: linear-gradient(to bottom, #4d7fb8 0%,#4571a0 100%); /* W3C */
| |
- | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7fb8', endColorstr='#4571a0',GradientType=0 ); /* IE6-9 */
| |
- |
| |
- | cursor: pointer;
| |
- | }
| |
- |
| |
- | ul.expmenu > li ul li:not(.selected):hover
| |
- | {
| |
- | background: #e7e7e7; /* Old browsers */
| |
- |
| |
- | cursor: pointer;
| |
- | }
| |
- | ul.expmenu > li ul li:not(.selected):active
| |
- | {
| |
- | background: #f1f1f1; /* Old browsers */
| |
- |
| |
- | cursor: pointer;
| |
- | }
| |
- | .slider
| |
- | {
| |
- | background: #d5d5d5;
| |
- | height: 7px;
| |
- | position: relative;
| |
- | cursor: pointer;
| |
- | width: 100%;
| |
- | clear: right;
| |
- | top: 0px;
| |
- | -moz-border-radius: 5px;
| |
- | -webkit-border-radius: 5px;
| |
- | -moz-box-shadow: inset 0 0 8px #000;
| |
- | margin: 10px 0 10px 0;
| |
- | }
| |
- |
| |
- | /* progress bar (enabled with progress: true) */
| |
- | .progress
| |
- | {
| |
- | height: 7px;
| |
- | position: relative;
| |
- | background: #5389c5; /* Old browsers */
| |
- | background: -moz-linear-gradient(top, #5389c5 0%, #4775a9 100%); /* FF3.6+ */
| |
- | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5389c5), color-stop(100%,#4775a9)); /* Chrome,Safari4+ */
| |
- | background: -webkit-linear-gradient(top, #5389c5 0%,#4775a9 100%); /* Chrome10+,Safari5.1+ */
| |
- | background: -o-linear-gradient(top, #5389c5 0%,#4775a9 100%); /* Opera 11.10+ */
| |
- | background: -ms-linear-gradient(top, #5389c5 0%,#4775a9 100%); /* IE10+ */
| |
- | background: linear-gradient(to bottom, #5389c5 0%,#4775a9 100%); /* W3C */
| |
- | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5389c5', endColorstr='#4775a9',GradientType=0 ); /* IE6-9 */
| |
- | -moz-border-radius: 5px;
| |
- | -webkit-border-radius: 5px;
| |
- | top: 0px;
| |
- | border: 1px solid #4b7bb1;
| |
- |
| |
- | -moz-box-shadow: inset 0 .7px 0 0 rgba(255, 255, 255, 0.3);
| |
- | -webkit-box-shadow: inset 0 .7px 0 0 rgba(255, 255, 255, 0.3);
| |
- | box-shadow: inset 0 .7px 0 0 rgba(255, 255, 255, 0.3);
| |
- | }
| |
- |
| |
- | /* drag handle */
| |
- | .handle
| |
- | {
| |
- | background: url(../images/handle.png) repeat-x center;
| |
- | height: 16px;
| |
- | width: 16px;
| |
- | top: -5px;
| |
- | position: absolute;
| |
- | display: block;
| |
- | margin-top: 1px;
| |
- | cursor: pointer;
| |
- |
| |
- | }
| |
- |
| |
- | /* the input field */
| |
- | .range
| |
- | {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | .container {
| |
- | height: 5px;
| |
- | margin: 22px auto 4% auto;
| |
- | width: 957px;
| |
- | align: center;
| |
- | }
| |
- | #nav,#nav ul {
| |
- | list-style: none outside none;
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | }
| |
- | #nav {
| |
- | background: url('https://static.igem.org/mediawiki/2014/1/17/Sjtu_software_menu_bg.png')no-repeat scroll 0 0 transparent ;
| |
- | clear: both;
| |
- | font-size: 16px;
| |
- | height: 58px;
| |
- | padding: 0 0 0 9px;
| |
- | position: relative;
| |
- | width: 957px;
| |
- | }
| |
- | #nav ul {
| |
- | background-color: #222;
| |
- | border:1px solid #222;
| |
- | border-radius: 0 5px 5px 5px;
| |
- | border-width: 0 1px 1px;
| |
- | box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
| |
- | left: -9999px;
| |
- | overflow: hidden;
| |
- | position: absolute;
| |
- | top: -9999px;
| |
- | z-index: 2;
| |
- |
| |
- | -moz-transform: scaleY(0);
| |
- | -ms-transform: scaleY(0);
| |
- | -o-transform: scaleY(0);
| |
- | -webkit-transform: scaleY(0);
| |
- | transform: scaleY(0);
| |
- |
| |
- | /*-moz-transform-origin: 0 0;
| |
- | -ms-transform-origin: 0 0;
| |
- | -o-transform-origin: 0 0;
| |
- | -webkit-transform-origin: 0 0;
| |
- | transform-origin: 0 0;
| |
- |
| |
- | -moz-transition: -moz-transform 0.1s linear;
| |
- | -ms-transition: -ms-transform 0.1s linear;
| |
- | -o-transition: -o-transform 0.1s linear;
| |
- | -webkit-transition: -webkit-transform 0.1s linear;
| |
- | transition: transform 0.1s linear;*/
| |
- | }
| |
- | #nav li {
| |
- | background: url('https://static.igem.org/mediawiki/2014/9/9d/Sjtu_software_menu_line.png') no-repeat scroll right 5px transparent;
| |
- | float: left;
| |
- | position: relative;
| |
- | }
| |
- | #nav li a {
| |
- | color: #FFFFFF;
| |
- | display: block;
| |
- | float: left;
| |
- | font-weight: normal;
| |
- | height: 30px;
| |
- | padding: 18px 20px 0;
| |
- | position: relative;
| |
- | text-decoration: none;
| |
- | text-shadow: 1px 1px 1px #000000;
| |
- | }
| |
- | #nav li:hover > a {
| |
- | color: #00B4FF;
| |
- | }
| |
- | #nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
| |
- | background: none repeat scroll 0 0 #121212;
| |
- | outline: 0 none;
| |
- | }
| |
- | #nav li:hover ul.subs {
| |
- | left: 0;
| |
- | top: 48px;
| |
- | width: 180px;
| |
- | -moz-transform: scaleY(1);
| |
- | -ms-transform: scaleY(1);
| |
- | -o-transform: scaleY(1);
| |
- | -webkit-transform: scaleY(1);
| |
- | transform: scaleY(1);
| |
- | }
| |
- | #nav ul li {
| |
- | background: none;
| |
- | width: 100%;
| |
- | padding: 0px 100px 10px 0px;
| |
- |
| |
- | }
| |
- | #nav ul li a {
| |
- | float: none;
| |
- | height: 30px;
| |
- | }
| |
- | #nav ul li:hover > a {
| |
- | background-color: #121212;
| |
- | color: #00B4FF;
| |
- | }
| |
- | #lavalamp {
| |
- | background: url('https://static.igem.org/mediawiki/2014/d/d5/Sjtu_software_lavalamp.png') no-repeat scroll 0 0 transparent;
| |
- | height: 16px;
| |
- | left: 111px;
| |
- | position: absolute;
| |
- | top: 0px;
| |
- | width: 64px;
| |
- |
| |
- | -moz-transition: all 300ms ease;
| |
- | -ms-transition: all 300ms ease;
| |
- | -o-transition: all 300ms ease;
| |
- | -webkit-transition: all 300ms ease;
| |
- | transition: all 300ms ease;
| |
- | }
| |
- | #lavalamp:hover {
| |
- | -moz-transition-duration: 3000s;
| |
- | -ms-transition-duration: 3000s;
| |
- | -o-transition-duration: 3000s;
| |
- | -webkit-transition-duration: 3000s;
| |
- | transition-duration: 3000s;
| |
- | }
| |
- |
| |
- | #nav li:nth-of-type(1):hover ~ #lavalamp {
| |
- | left: 17px;
| |
- | }
| |
- | #nav li:nth-of-type(2):hover ~ #lavalamp {
| |
- | left: 111px;
| |
- | }
| |
- | #nav li:nth-of-type(3):hover ~ #lavalamp {
| |
- | left: 218px;
| |
- | }
| |
- | #nav li:nth-of-type(4):hover ~ #lavalamp {
| |
- | left: 335px;
| |
- | }
| |
- | #nav li:nth-of-type(5):hover ~ #lavalamp {
| |
- | left: 440px;
| |
- | }
| |
- | #nav li:nth-of-type(6):hover ~ #lavalamp {
| |
- | left: 467px;
| |
- | }
| |
- | #nav li:nth-of-type(7):hover ~ #lavalamp {
| |
- | left: 557px;
| |
- | }
| |
- | #nav li:nth-of-type(8):hover ~ #lavalamp {
| |
- | left: 647px;
| |
- | }
| |
- | </style>
| |
| | | |
| <style type="text/css"> | | <style type="text/css"> |