|
|
Line 1: |
Line 1: |
− | {{Template_All_Teams}}
| |
− | {{Team:UMaryland/UMD15_CSSJS}}
| |
− | {{Team:UMarylandClasses}}
| |
− |
| |
| <html> | | <html> |
− | </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
| |
− | <head>
| |
− |
| |
− | <!--Home page-->
| |
− |
| |
− | <title>UMaryland iGEM 2015</title>
| |
| | | |
| <style type="text/css"> | | <style type="text/css"> |
| | | |
| + | body { |
| + | margin:0px; |
| + | } |
| | | |
− | /* <!--_________________________TEMPORARY MENU_________________________________--> */
| + | a { |
− | | + | color:inherit; |
− | #cssmenu {
| + | font-family:inherit; |
− | padding: 0;
| + | text-decoration:none; |
− | margin: 0;
| + | |
− | border: 0;
| + | |
− | z-index:5;
| + | |
− | position:absolute;
| + | |
− | max-height: 80%;
| + | |
− | max-width: 15%;
| + | |
− | top:10%;
| + | |
− | left:2%;
| + | |
− | opacity:.9;
| + | |
| } | | } |
− | #cssmenu ul,
| + | a:hover{ |
− | li {
| + | color:inherit; |
− | list-style: none;
| + | font-family:inherit; |
− | margin: 0;
| + | text-decoration:none; |
− | padding: 0;
| + | |
| } | | } |
− | #cssmenu ul { | + | |
− | position: relative;
| + | #topkek { |
− | z-index: 597;
| + | all: none; |
− | float: left;
| + | overflow:visible; |
| + | width:100%; |
| + | min-width:800; |
| + | height:180px; |
| + | min-height:100px; |
| + | position:absolute; |
| + | z-index:20; |
| + | margin:0px; |
| + | top:10px; |
| + | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #959595), color-stop(46, #0D0D0D), color-stop(50, #010101), color-stop(53, #0A0A0A), color-stop(76, #4E4E4E), color-stop(87, #383838), color-stop(100, #1b1b1b)); |
| + | font-family: "Arial Black", Gadget, sans-serif; |
| + | font-size: 14px; |
| + | text-align: center; |
| } | | } |
− | #cssmenu ul li { | + | |
− | float: left;
| + | #blocky { |
− | min-height: 1px;
| + | position:relative; |
− | line-height: 1em;
| + | width:100%; |
− | vertical-align: middle;
| + | height:180px; |
| } | | } |
− | #cssmenu ul li.hover,
| + | |
− | #cssmenu ul li:hover { | + | #swagmenu ul { |
− | position: relative;
| + | text-align: center; |
− | z-index: 599;
| + | display: inline; |
− | cursor: default;
| + | margin: 0; |
| + | padding: 10px; |
| + | list-style: none; |
| } | | } |
− | #cssmenu ul ul { | + | #swagmenu ul li { |
− | visibility: hidden;
| + | display: inline-block; |
− | position: absolute;
| + | margin-right: -4px; |
− | top: 100%;
| + | position: relative; |
− | left: 0;
| + | margin: 5px; |
− | z-index: 598;
| + | padding: 10px ; |
− | width: 100%;
| + | min-width:100px; |
| + | -webkit-transition: all .5s; |
| + | -moz-transition: all .5s; |
| + | -ms-transition: all .5s; |
| + | -o-transition: all .5s; |
| + | transition: all .5s; |
| + | border: 4px solid black; |
| + | border-radius: 0px 0px 20px 20px; |
| + | background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #959595), color-stop(46, #0D0D0D), color-stop(50, #010101), color-stop(53, #0A0A0A), color-stop(76, #4E4E4E), color-stop(87, #383838), color-stop(100, #1b1b1b)); |
| } | | } |
− | #cssmenu ul ul li { | + | #swagmenu ul li a { |
− | float: none;
| + | color: #FFFF00; |
| } | | } |
− | #cssmenu ul li:hover > ul { | + | #swagmenu ul li a:hover { |
− | visibility: visible;
| + | color: #FFFF00; |
| } | | } |
− | #cssmenu ul ul { | + | #swagmenu ul li:hover { |
− | top: 0;
| + | background: #000000; |
− | left: 100%;
| + | color: #0000FF; |
| } | | } |
− | #cssmenu ul li { | + | #swagmenu ul li:hover { |
− | float: none;
| + | background: #000000; |
| + | color: #0000FF; |
| } | | } |
− | /* Custom Stuff */
| + | #swagmenu ul li ul { |
− | #cssmenu span, | + | padding: 0; |
− | #cssmenu a {
| + | position: absolute; |
− | display: inline-block;
| + | top: 42px; |
− | font-family: Arial, Helvetica, sans-serif;
| + | left: 0; |
− | font-size: 12px;
| + | min-width:100px; |
− | text-decoration: none;
| + | display: none; |
| + | opacity: 0; |
| + | visibility: hidden; |
| + | -webkit-transiton: opacity .5s; |
| + | -moz-transition: opacity .5s; |
| + | -ms-transition: opacity .5s; |
| + | -o-transition: opacity .5s; |
| + | -transition: opacity .5s; |
| } | | } |
− | #cssmenu { | + | #swagmenu ul li ul li { |
− | -moz-border-radius: 5px;
| + | display: block; |
− | -webkit-border-radius: 5px;
| + | text-align: center; |
− | border-radius: 5px;
| + | color: #000000; |
− | -moz-background-clip: padding;
| + | margin:2px; |
− | -webkit-background-clip: padding-box;
| + | padding:7px; |
− | background-clip: padding-box;
| + | border: 2px solid black; |
− | -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
| + | border-radius: 10px 10px 10px 10px; |
− | -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
| + | background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #959595), color-stop(46, #0D0D0D), color-stop(50, #010101), color-stop(53, #0A0A0A), color-stop(76, #4E4E4E), color-stop(87, #383838), color-stop(100, #1b1b1b)); |
− | box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
| + | |
− | font-weight: 600;
| + | |
− | width: 200px;
| + | |
| } | | } |
− | #cssmenu:after, | + | #swagmenu ul li ul li:hover { |
− | #cssmenu ul:after {
| + | background: #000000;} |
− | content: '';
| + | #swagmenu ul li:hover ul { |
| display: block; | | display: block; |
− | clear: both; | + | opacity: 1; |
− | }
| + | visibility: visible; |
− | #cssmenu > ul > li:first-child {
| + | |
− | -moz-border-radius: 5px 5px 0 0;
| + | |
− | -webkit-border-radius: 5px 5px 0 0;
| + | |
− | border-radius: 5px 5px 0 0;
| + | |
− | -moz-background-clip: padding;
| + | |
− | -webkit-background-clip: padding-box;
| + | |
− | background-clip: padding-box;
| + | |
− | }
| + | |
− | #cssmenu > ul > li:last-child {
| + | |
− | -moz-border-radius: 0 0 5px 5px;
| + | |
− | -webkit-border-radius: 0 0 5px 5px;
| + | |
− | border-radius: 0 0 5px 5px;
| + | |
− | -moz-background-clip: padding;
| + | |
− | -webkit-background-clip: padding-box;
| + | |
− | background-clip: padding-box;
| + | |
− | }
| + | |
− | #cssmenu > ul > li ul ul li:first-child {
| + | |
− | -moz-border-radius: 0 5px 0 0;
| + | |
− | -webkit-border-radius: 0 5px 0 0;
| + | |
− | border-radius: 0 5px 0 0;
| + | |
− | -moz-background-clip: padding;
| + | |
− | -webkit-background-clip: padding-box;
| + | |
− | background-clip: padding-box;
| + | |
− | }
| + | |
− | #cssmenu > ul > li ul ul li:last-child {
| + | |
− | -moz-border-radius: 0 0 5px 0;
| + | |
− | -webkit-border-radius: 0 0 5px 0;
| + | |
− | border-radius: 0 0 5px 0;
| + | |
− | -moz-background-clip: padding;
| + | |
− | -webkit-background-clip: padding-box;
| + | |
− | background-clip: padding-box;
| + | |
− | }
| + | |
− | #cssmenu ul,
| + | |
− | #cssmenu li {
| + | |
− | width: 100%;
| + | |
− | }
| + | |
− | #cssmenu li {
| + | |
− | background: #c0bebf url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAMAAAB8fKKlAAAAmVBMVEXy7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7erx7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7eoO3g4TAAAAMnRSTlP8+fbz7+vn497Z1M/KxL+5s66oopuVj4mDfHZwamRdV1FMRkA7NTArJiEcGBQQDAkGA02z+X0AAABLSURBVHheDcGDEQMBAACwvFnbtrv/cO3F949AKBJLpDK5QqlSa2hqaevo6ukbGBoZm5iamVtYWlnb2NrZOzg6Obu4url7eHp5+/wAxikFLnlTZcYAAAAASUVORK5CYII=) repeat-x;
| + | |
− | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2edea), color-stop(1, #c0bebf));
| + | |
− | background-image: -webkit-linear-gradient(top, #f2edea, #c0bebf);
| + | |
− | background-image: -moz-linear-gradient(top, #f2edea, #c0bebf);
| + | |
− | background-image: -ms-linear-gradient(top, #f2edea, #c0bebf);
| + | |
− | background-image: -o-linear-gradient(top, #f2edea, #c0bebf);
| + | |
− | background-image: linear-gradient(#f2edea, #c0bebf);
| + | |
− | }
| + | |
− | #cssmenu li:hover,
| + | |
− | #cssmenu li.active {
| + | |
− | background: #606a76 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAMAAAB8fKKlAAAAmVBMVEVKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmL///9KVmL3Z0MtAAAAMnRSTlP8+fby7+vm4t3Y087Iw723sauln5mTjIaAeXNsZmBaVE5IQjw3MSwnIh0ZFBANCQYDAAm6nKYAAABLSURBVHheDcGDEQMBAACwvFnbtrv/cO3F949AKBJLpDK5QqlSa2hqaevo6ukbGBoZm5iamVtYWlnb2NrZOzg6Obu4url7eHp5+/wAxikFLnlTZcYAAAAASUVORK5CYII=) repeat-x;
| + | |
− | -moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
| + | |
− | -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
| + | |
− | box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
| + | |
− | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a5662), color-stop(1, #606a76));
| + | |
− | background-image: -webkit-linear-gradient(top, #4a5662, #606a76);
| + | |
− | background-image: -moz-linear-gradient(top, #4a5662, #606a76);
| + | |
− | background-image: -ms-linear-gradient(top, #4a5662, #606a76);
| + | |
− | background-image: -o-linear-gradient(top, #4a5662, #606a76);
| + | |
− | background-image: linear-gradient(#4a5662, #606a76);
| + | |
− | }
| + | |
− | #cssmenu li:hover > a,
| + | |
− | #cssmenu li.active > a {
| + | |
− | color: #FFF;
| + | |
− | }
| + | |
− | #cssmenu a {
| + | |
− | color: #666666;
| + | |
− | line-height: 160%;
| + | |
− | padding: 16px 8px 16px 28px;
| + | |
− | width: 164px;
| + | |
− | }
| + | |
− | #cssmenu ul ul {
| + | |
− | -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
| + | |
− | -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
| + | |
− | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
| + | |
− | width: 200px;
| + | |
− | }
| + | |
− | #cssmenu ul ul li {
| + | |
− | background: #606a76;
| + | |
− | border-bottom: 1px solid #59636F;
| + | |
− | -moz-box-shadow: inset 0 1px 0 #66707c;
| + | |
− | -webkit-box-shadow: inset 0 1px 0 #66707c;
| + | |
− | box-shadow: inset 0 1px 0 #66707c; | + | |
| } | | } |
− | #cssmenu ul ul li:hover { | + | #swagmenu ul li ul li a { |
− | background: #4a5662;
| + | color: #FFFF00; |
| } | | } |
− | #cssmenu ul ul li a { | + | #swagmenu ul li ul li a:hover { |
− | color: #FFF;
| + | color: #FFFF00; |
| } | | } |
− | #cssmenu ul ul a, | + | #swagmenu ul li:nth-child(3) { |
− | #cssmenu ul ul a span {
| + | margin-right: 200px; |
− | font-size: 12px;
| + | |
| } | | } |
| | | |
− | /* <!--_________________________TEMPORARY MENU_________________________________--> */
| + | #swagmenu ul li:nth-child(4) { |
− | | + | margin-left: 200px; |
− | #bg {
| + | |
− | position:relative;
| + | |
− | z-index:0;
| + | |
− | top:-20px;
| + | |
| } | | } |
| | | |
− | #tmenubox { | + | #swagmenu ul li ul li:nth-child(3) { |
− | overflow:hidden;
| + | margin-right: 2px; |
− | max-width:200px;
| + | |
− | left:-5%;
| + | |
− | top:10%;
| + | |
− | z-index:3;
| + | |
| } | | } |
| | | |
− | @-webkit-keyframes spin
| + | #swagmenu ul li ul li:nth-child(4) { |
− | {
| + | margin-left: 2px; |
− | 0% {-webkit-transform: rotateZ(0deg); -webkit-transform-origin: 50% 50% 0;}
| + | |
− | 100% {-webkit-transform: rotateZ(360deg); -webkit-transform-origin: 50% 50% 0;}
| + | |
| } | | } |
| | | |
− | @-webkit-keyframes spintheotherway
| + | #beacon { |
− | { | + | background: url(https://static.igem.org/mediawiki/2015/3/3d/Umd-igem2.png) 50% 0 no-repeat; |
− | 0% {-webkit-transform: rotateZ(360deg); -webkit-transform-origin: 50% 50% 0;}
| + | background-size: 300px 168px; |
− | 100% {-webkit-transform: rotateZ(0deg); -webkit-transform-origin: 50% 50% 0;}
| + | width: 300px; |
| + | height: 168px; |
| + | position: absolute; |
| + | left: 38%; |
| + | top:0px; |
| } | | } |
| | | |
− | #gear { | + | #mainlink { |
− | left:5%
| + | background: url(https://static.igem.org/mediawiki/2015/6/69/Mainlink.png) 80% 0 no-repeat; |
− | top:10px;
| + | background-size: 100px 100px; |
− | -webkit-animation: spin 16s infinite linear; | + | width:100px; |
− | max-height:100%;
| + | height: 100px; |
− | max-width:56%;
| + | |
− | opacity: .8;
| + | |
| position: absolute; | | position: absolute; |
− | z-index:1;
| + | right:10px; |
| + | top:60px; |
| } | | } |
− |
| |
− | #gear1 {
| |
− | position:absolute;
| |
− | z-index:7;
| |
− | top:18.8%;
| |
− | left:40%;
| |
− | width:80px;
| |
− | height:80px;
| |
− | -webkit-animation: spin 5s infinite linear;
| |
− |
| |
− | }
| |
− |
| |
− | #gear2 {
| |
− | position:absolute;
| |
− | z-index:6;
| |
− | top:26.5%;
| |
− | left:44.5%;
| |
− | width:60px;
| |
− | height:60px;
| |
− | -webkit-animation: spintheotherway 5s infinite linear;
| |
− | }
| |
− |
| |
− | #biglogo{
| |
− | }
| |
− |
| |
− | #logobase {
| |
− | position:absolute;
| |
− | z-index:7;
| |
− | width:55%;
| |
− | height:50%;
| |
− | top:15%;
| |
− | left:22%;
| |
− | }
| |
− |
| |
− |
| |
− | #gear3 {
| |
− | position:absolute;
| |
− | z-index:9;
| |
− | top:45.75%;
| |
− | left:47.125%;
| |
− | width:70px;
| |
− | height:70px;
| |
− | -webkit-animation: spin 8s infinite linear;
| |
− | }
| |
− |
| |
− | #iowitudo {
| |
− | left:82%;
| |
− | top:70%;
| |
− | position:fixed;
| |
− | height: 28%;
| |
− | width: 16%;
| |
− | z-index:12;
| |
− | }
| |
− |
| |
− | #fancyigem {
| |
− | height: 10%;
| |
− | width: 5%;
| |
− | z-index:12;
| |
− | position: fixed;
| |
− | top: 88%;
| |
− | left: 92.5%;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | body {
| |
− | overflow:hidden;
| |
− | height:100%;
| |
− | width:100%;
| |
− | }
| |
− |
| |
| | | |
| </style> | | </style> |
− | </head>
| |
| | | |
− | <body>
| + | <div id='topkek'> |
− | | + | |
− | <!--
| + | |
− | <div id='bg'> | + | |
− | <img src="https://upload.wikimedia.org/wikipedia/commons/c/cf/UMCP_Administration_building,_seen_from_end_of_reflecting_pool_at_morning,_August_21,_2006.jpg" style="height:100%; width:100%">
| + | |
− | </div>
| + | |
− | -->
| + | |
| | | |
− | <div id='tmenubox'> | + | <div id='swagmenu'> |
| | | |
− | <div id='cssmenu' style="height:100%; width:100%"> | + | <a href="https://2015.igem.org/Team:UMaryland"> |
| + | <div id='beacon'> |
| + | </div></a> |
| | | |
− | <ul><li class='active'><a href='#'><span><b>TEMPORARY MENU<b></span></a></li> | + | <ul> |
| | | |
| <li class='has-sub'><a href="#"><span>Info</a><ul> | | <li class='has-sub'><a href="#"><span>Info</a><ul> |
Line 326: |
Line 172: |
| <li><a href="https://2015.igem.org/Team:UMaryland/Description"><span>Description</span></a></li> | | <li><a href="https://2015.igem.org/Team:UMaryland/Description"><span>Description</span></a></li> |
| <li><a href="https://2015.igem.org/Team:UMaryland/Design"><span>Design</span></a></li> | | <li><a href="https://2015.igem.org/Team:UMaryland/Design"><span>Design</span></a></li> |
− | <li><a href="https://2015.igem.org/Team:UMaryland/Hardware"><span>PCR</span></a></li>
| |
| <li><a href="https://2015.igem.org/Team:UMaryland/sideprojects"><span>Side Projects</span></a></li> | | <li><a href="https://2015.igem.org/Team:UMaryland/sideprojects"><span>Side Projects</span></a></li> |
| <li><a href="https://2015.igem.org/Team:UMaryland/Interlab"><span>Interlab Study | | <li><a href="https://2015.igem.org/Team:UMaryland/Interlab"><span>Interlab Study |
Line 351: |
Line 196: |
| <li><a href="https://2015.igem.org/Team:UMaryland/Software"><span>Software</span></a></li> | | <li><a href="https://2015.igem.org/Team:UMaryland/Software"><span>Software</span></a></li> |
| <li><a href="https://2015.igem.org/Team:UMaryland/Entrepreneurship"><span>App</span></a></li></ul></span></a></li> | | <li><a href="https://2015.igem.org/Team:UMaryland/Entrepreneurship"><span>App</span></a></li></ul></span></a></li> |
− |
| |
− |
| |
− | <li class='last'><a href='https://2015.igem.org/Main_Page'><span>iGEM Main</span></a></li></ul>
| |
− |
| |
| </div> | | </div> |
| | | |
| + | <a href="https://2015.igem.org/Main_Page"> |
| + | <div id='mainlink'> |
| + | </div></a> |
| | | |
| </div> | | </div> |
| | | |
− | <div id='gear'>
| |
− | <img src="https://static.igem.org/mediawiki/2015/d/d2/Gear2.png" style="height:100%; width:100%">
| |
− | </div>
| |
| | | |
− | <div id='biglogo'> | + | <div id='blocky'> |
− | | + | |
− | <div id='logobase'>
| + | |
− | <img src="https://static.igem.org/mediawiki/2015/4/47/Logobase.png" style="height:100%; width:100%">
| + | |
| </div> | | </div> |
− |
| |
− | <div id='gear1'>
| |
− | <img src="https://static.igem.org/mediawiki/2015/8/80/Logogear1.png" style="height:100%; width:100%">
| |
− | </div>
| |
− |
| |
− |
| |
− | <div id='gear2'>
| |
− | <img src="https://static.igem.org/mediawiki/2015/5/5f/Logogear2.png" style="height:100%; width:100%">
| |
− | </div>
| |
− |
| |
− |
| |
− | <div id='gear3'>
| |
− | <img src="https://static.igem.org/mediawiki/2015/e/e5/Logogear3.png" style="height:100%; width:100%">
| |
− | </div>
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
− | <!--
| |
− | <div id='iowitudo'>
| |
− | <img src="https://static.igem.org/mediawiki/2015/4/42/Coolturtle.png" style="height:100%; width:100%">
| |
− | </div>
| |
− | -->
| |
− |
| |
− | <a href = "https://igem.org/Main_Page">
| |
− | <div id='fancyigem'>
| |
− | <img src="https://static.igem.org/mediawiki/2015/4/4f/Cooligem.png" style="height:100%; width:100%">
| |
− | </div>
| |
− | </a>
| |
− |
| |
− |
| |
− |
| |
− | <style type="text/css">
| |
− | #thankssponsors {
| |
− | overflow:hidden;
| |
− | position:absolute;
| |
− | z-index:11;
| |
− | opacity:.8;
| |
− | top:85%;
| |
− | border-top: solid white 5px;
| |
− | width:110%;
| |
− | height:15%;
| |
− | background-color:#94FFFF;
| |
− |
| |
− | }
| |
− |
| |
− | #support {
| |
− | left:42%;
| |
− | top:80%;
| |
− | position:fixed;
| |
− | height: 8%;
| |
− | width: 14%;
| |
− | z-index:12;
| |
− | opacity:.9;
| |
− | border-radius: 25px;
| |
− | border: 5px solid #000000;
| |
− | overflow:hidden;
| |
− | }
| |
− | </style>
| |
− |
| |
− | <div id=thankssponsors>
| |
− | <img src="https://static.igem.org/mediawiki/2015/1/16/Sponsors.png" style="height:100%; width:80%;">
| |
− | </div>
| |
− |
| |
− | <div id='support'>
| |
− | <a href="http://advancement.umd.edu/giving/fund.php?name=igem-genetic-engineering-biology-gift-fund">
| |
− | <img src="https://static.igem.org/mediawiki/2015/a/ab/Support.png" style="height:100%; width:100%"></a>
| |
− | </div>
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
− | </body>
| |
− | </html>
| |