|
|
(146 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| + | {{Rice}} |
| <html> | | <html> |
− | <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700' rel='stylesheet' type='text/css'>
| |
| <style> | | <style> |
− |
| |
− | /*-- Remove borders, float content left and remove padding/margin */
| |
− |
| |
− | #content {
| |
− | margin-left:0px;
| |
− | }
| |
− |
| |
− | #content, #GlobalWrapper{
| |
− | width: 100%;
| |
− | background: black;
| |
− |
| |
− | }
| |
− |
| |
− | #top_menu_14 { padding-left:1%
| |
− |
| |
− | </style>
| |
− |
| |
− | <!-- Declare that you are going to use html code instead of wiki code -->
| |
− | <html>
| |
− |
| |
− | <!-- Start of CSS-->
| |
− | <style type="text/css">
| |
− |
| |
− |
| |
− | /* PAGE LAYOUT */
| |
− |
| |
− |
| |
− | /* Change Background color*/
| |
− | body {
| |
− | background-color: green;
| |
− |
| |
− | }
| |
− |
| |
− | /* Creates a container that will wrap all of the content inside your wiki pages. */
| |
− |
| |
− | #mainContainer {
| |
− | width: 100%;
| |
− | float:left;
| |
− | margin-left: 0px;
| |
− | margin-right: 0px;
| |
− | margin-bottom: 10px;
| |
− | background-color: black;
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− |
| |
− | }
| |
− |
| |
− | /* Creates the container for the menu */
| |
− | #menuContainer {
| |
− | float: left;
| |
− | width: 100%;
| |
− | margin:0;
| |
− | padding:0;
| |
− | background-color: black;
| |
− | margin-top: 0px;
| |
− | z-index:0;
| |
− | }
| |
− |
| |
− | /* Creates the container for the content */
| |
− | #contentContainer {
| |
− | padding-top:20px;
| |
− | padding-bottom: 20px;
| |
− | padding-right:20px;
| |
− | padding-left: 20px;
| |
− | margin-bottom: 10px;
| |
− | margin-left: 20px;
| |
− | margin-right: 20px;
| |
− | width: 92%;
| |
− | float: left;
| |
− | <!-- background-color: #FFFFFF; -->
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− | }
| |
− |
| |
− | /*Set up height place holder for the title*/
| |
− | #titleContainer {
| |
− | width: 100%;
| |
− | height:auto;
| |
− | overflow:hidden;
| |
− | margin: 0px;
| |
− | background-color: #1b1c3a;
| |
− | text-align:center;
| |
− | text-shadow: 2px 2px #000000;
| |
− | }
| |
− |
| |
− | /*Set up height place holder for the banner*/
| |
− | #bannerContainer {
| |
− | width: 100%;
| |
− | height: 75%;
| |
− | /*overflow:hidden;*/
| |
− | margin: 0px;
| |
− | text-align:center;
| |
− | } */
| |
− |
| |
− | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
| |
− |
| |
− | /*Change the styling of text for everything inside main container*/
| |
− | #mainContainer p {
| |
− | font-size: 15px;
| |
− | color: #000000;
| |
− | }
| |
− | /*This changes the color and font family */
| |
− | #contentContainer h1, h2, h3, h4, h5, h6 {
| |
− | color: #565656;
| |
− | border-bottom: none;
| |
− | font-weight: bold;
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− | margin-top:0px;
| |
− | }
| |
− |
| |
− | /*Style of the links - links are different inside the menu */
| |
− | #contentContainer a {
| |
− | font-weight: bold;
| |
− | color: #000000;
| |
− | font-size: 100%;
| |
− | }
| |
− |
| |
− | /*Change the styling of tables */
| |
− | #contentContainer table {
| |
− | border: 1px solid #565656;
| |
− | border-collapse: collapse;
| |
− | width: 90%
| |
− | margin: auto;
| |
− | margin-bottom: 0px;
| |
− | margin-top: 0px;
| |
− | margin-right: 0px;
| |
− | margin-left: 0px;
| |
− | }
| |
− |
| |
− | /*Change the styling of table cells*/
| |
− | #contentContainer td {
| |
− | padding: 0px;
| |
− | border: 1px solid #565656;
| |
− | border-collapse: collapse;
| |
− | vertical-align: text-top;
| |
− |
| |
− | }
| |
− |
| |
− | /*Change the styling of table headers */
| |
− | #contentContainer th {
| |
− | background-color: #FFFFFF;
| |
− | padding: 0px;
| |
− | border: 1px solid #565656;
| |
− | border-collapse: collapse;
| |
− | vertical-align: text-top;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | /*MENU STYLING */
| |
− |
| |
− | #menuContainer {
| |
− | text-align: center;
| |
− | padding-top: 10px;
| |
− | padding-bottom: 20px;
| |
− | }
| |
− |
| |
− | #menuContainer > ul a {
| |
− | color: #FFF;
| |
− | }
| |
− | #menuContainer > ul {
| |
− | list-style: none;
| |
− | margin-left: 0;
| |
− | padding-top: 10px;
| |
− | text-align: center;
| |
− | width: 100%
| |
− | }
| |
− | #menuContainer > ul ul {
| |
− | list-style: none;
| |
− | margin-left: 0%;
| |
− | padding-top: 0;
| |
− | text-align: center;
| |
− | width: 100%
| |
− | }
| |
− | #menuContainer > ul li {
| |
− | position: relative;
| |
− | text-align: center;
| |
− | }
| |
− | #menuContainer > ul a {
| |
− | padding: 10px 8px;
| |
− | display: block;
| |
− | text-decoration: none;
| |
− | font-family: "Helvetica Neue", Helvetica, sans-serif;
| |
− | font-size: 155%;
| |
− | }
| |
− | #menuContainer > ul a:hover {
| |
− | background: #000;
| |
− | background-color: #551A8B;
| |
− | }
| |
− |
| |
− | div #sideMenu, #top_title{
| |
− | display: none;
| |
− | }
| |
− |
| |
− |
| |
− | /* Level 1 Drop Down Menu */
| |
− | #menuContainer > ul > li {
| |
− | display: inline-block;
| |
− | vertical-align: top;
| |
− | margin-left: -4px; /* solve the 4 pixels spacing between list-items */
| |
− | }
| |
− | #menuContainer > ul > li:first-child {
| |
− | margin-left: 0;
| |
− | }
| |
− | #menuContainer > ul > li > a {}
| |
− | #menuContainer > ul > li > a:hover {}
| |
− |
| |
− |
| |
− | /* Level 2 */
| |
− | #menuContainer > ul > li > ul {
| |
− | text-align: left;
| |
− | width: auto; /* change auto value with 200px if you want a bigger menu */
| |
− | display: none;
| |
− | background-color: #8A2BE2;
| |
− | position: absolute;
| |
− | top: 100%;
| |
− | left: 0;
| |
− | margin-top: 0px;
| |
− | z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
| |
− | }
| |
− | #menuContainer > ul > li:hover > ul{
| |
− | display: block;
| |
− |
| |
− | }
| |
− | #menuContainer > ul ul li a {}
| |
− | #menuContainer > ul ul li a:hover {}
| |
− | /* Level 3 */
| |
− | #menuContainer > ul > li > ul > li > ul {
| |
− | text-align: left;
| |
− | display: none;
| |
− | background: #9370DB;
| |
− | position: absolute;
| |
− | left: 100%;
| |
− | top: -5px;
| |
− | z-index: 9999999;
| |
− | }
| |
− | #menuContainer > ul > li > ul > li:hover > ul {
| |
− | display: block;
| |
− | }
| |
− | #menuContainer > ul ul ul li {}
| |
− | #menuContainer > ul ul ul li a {}
| |
− | #menuContainer > ul ul ul li a:hover {}
| |
− | #menuContainer.navItem {
| |
− | pointer-events: auto;
| |
− | }
| |
− | #Directory {
| |
− | width: 100%;
| |
− | overflow:hidden;
| |
− | float:left;
| |
− | margin-left:20px;
| |
− | margin-right: 20px;
| |
− | margin-bottom: 0px;
| |
− |
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− | }
| |
− | /*Style the Directory*/
| |
− | #Directory table {
| |
− | Background-color: #000000;
| |
− | color: #FFFFFF;
| |
− | margin-left: 0px;
| |
− | padding: 20px;
| |
− | line-height: 10px;
| |
− | height: 100px;
| |
− | width:100%;
| |
− | /*float:left;*/
| |
− | }
| |
− |
| |
− |
| |
− | /*Style the Directory button*/
| |
− | #Directory li a{
| |
− | color: #000000;
| |
− | padding: 0px;
| |
− | }
| |
− |
| |
− | img.button {
| |
− | opacity: 1.0;
| |
− | filter: alpha(opacity=100); /* For IE8 and earlier */
| |
− | }
| |
− |
| |
− | img.button:hover {
| |
− | opacity: 0.7;
| |
− | filter: alpha(opacity=80); /* For IE8 and earlier */
| |
− | }
| |
− |
| |
− |
| |
− | /*CLASSES */
| |
− |
| |
− | /*Clear class for all the pages, adds spacing too*/
| |
− | .clear{
| |
− | clear:both;
| |
− | height: 10px;
| |
− | }
| |
− |
| |
− |
| |
− | /* highlight box for special messages */
| |
− | .highlightBox {
| |
− | width:500px;
| |
− | margin:auto;
| |
− | background-color: #E8E8E9;
| |
− | margin-bottom: 15px;
| |
− | margin-top: 15px;
| |
− | padding: 15px;
| |
− | padding-top: 10px;
| |
− | }
| |
− |
| |
− | <!-- --------------- font import -------------- -->
| |
− | @font-face {
| |
− | font-family:
| |
− | 'DIN Alternate Bold';
| |
− | src: url(http://ufonts.com/q125904) format("opentype");
| |
− | }
| |
− | @font-face {
| |
− | font-family:
| |
− | 'Abadi MT Condensed Extra Bold';
| |
− | src:url("http://www.myfontfree.com/data/502/a/abadi_mt_condensed_extra_bold/AbadiMTCondensedExtraBold.ttf") format("opentype");
| |
− |
| |
− | }
| |
− |
| |
− | h1 {
| |
− | font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial;
| |
− | font-size: 30pt;
| |
− | font-style: normal;
| |
− | font-variant: normal;
| |
− | font-weight: bold;
| |
− | line-height: 30pt;
| |
− | color: white;
| |
− | }
| |
− | h3 {
| |
− | font-family: "DIN Alternate Bold", Helvetica, Arial;
| |
− | font-size: 18pt;
| |
− | font-style: normal;
| |
− | font-variant: normal;
| |
− | font-weight: bold;
| |
− | line-height: 18pt;
| |
− | color: white;
| |
− | }
| |
− | p {
| |
− | font-family: Helvetica, Arial, sans-serif;
| |
− | font-size: 14px;
| |
− | font-style: normal;
| |
− | font-variant: normal;
| |
− | font-weight: light;
| |
− | line-height: 20px;
| |
− | }
| |
| #bubble { | | #bubble { |
| border-radius: 50%; | | border-radius: 50%; |
Line 354: |
Line 12: |
| } | | } |
| </style> | | </style> |
| + | <body> |
| + | <br><br><br><br><br><br><br><br> |
| + | <div style = "position: relative; left: 20%; top: 100%" > |
| + | <img src="https://static.igem.org/mediawiki/2016/e/ed/Bubble_background.png" width = 800px style="position:absolute" > |
| | | |
− | | + | <a href="https://2016.igem.org/"><img id = bubble src="https://static.igem.org/mediawiki/2016/f/fd/Sub_bubble_12.png" width= 93px style ="position:absolute;left:242px;top:127px"></a> |
− | | + | <img id = bubble src="https://static.igem.org/mediawiki/2016/b/b6/Sub_bubble_8.png" width= 147px style ="position:absolute;left:338px;top:286px"> |
− | | + | <a href="https://2016.igem.org/Team:Rice/the_DOPEST_snap_chat_account_ever"><img id = bubble src="https://static.igem.org/mediawiki/2016/7/75/Sub_bubble_6.png" width= 85px style ="position:absolute;left:50px;top:473px"></a> |
− | <!--- THIS IS WHERE THE HTML BEGINS --->
| + | <a href="https://www.facebook.com/riceuniversityigem/"><img id = bubble src="https://static.igem.org/mediawiki/2016/b/b1/Sub_bubble_5.png" width= 117px style ="position:absolute;left:215px;top:365px"></a> |
− | | + | <a href="https://www.instagram.com/riceuniversity_igem/"><img id = bubble src="https://static.igem.org/mediawiki/2016/7/77/Sub_bubble_7.png" width= 115px style ="position:absolute;left:149px;top:492px"></a> |
− | | + | <a href="http://www.rice.edu/"><img id = bubble src="https://static.igem.org/mediawiki/2016/2/2f/Sub_bubble_1.png" width= 74px style ="position:absolute;left:338px; top:191px"></a> |
− | <!-- This tells the browser that your page is responsive -->
| + | <a href="https://2016.igem.org/Team:Rice/Members"><img id = bubble src="https://static.igem.org/mediawiki/2016/thumb/4/42/Sub_bubble_3.png/600px-Sub_bubble_3.png" width= 239px style ="position:absolute;left:20px;top:157px"></a> |
− | | + | <a href="https://twitter.com/riceu_igem"><img id = bubble src="https://static.igem.org/mediawiki/2016/5/5b/Sub_bubble_4.png" width= 69px style ="position:absolute;left:132px;top:416px"></a> |
− | <head>
| + | <a href="https://www.google.com/maps/place/Rice+University/@29.7173941,-95.4040199,17z/data=!3m1!4b1!4m5!3m4!1s0x8640c064b7f18e1f:0xe2cd9cf065c43eb5!8m2!3d29.7173941!4d-95.4018312"><img id = bubble src="https://static.igem.org/mediawiki/2016/3/3b/Sub_bubble_9.png" width= 42px style ="position:absolute;left:267px;top:311px"></a> |
− | </head>
| + | <a href="https://mail.google.com/mail/?view=cm&fs=1&to=Riceu.igem@gmail.com"><img id = bubble src="https://static.igem.org/mediawiki/2016/f/f1/Sub_bubble_10.png" width= 55px style ="position:absolute;left:275px;top:230px"></a> |
− | | + | <a href="https://2016.igem.org/Team:Rice/Achievement"><img id = bubble src="https://static.igem.org/mediawiki/2016/7/74/Sub_bubble_11.png" width= 167px style ="position:absolute;left:510px;top:571px"></a> |
− | | + | |
− | <div id="mainContainer">
| + | |
− | <!--The closing tag for mainContainer should be placed at the bottom of each content page.--> | + | |
− | <!-- Start of menu -->
| + | |
− | <div id="menuContainer">
| + | |
− | <!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
| + | |
− | <ul>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice" style=" margin-top:10px;"><h1>HOME</h1></a></li>
| + | |
− | <li><a class="navItem" href="https://2016.igem.org/Team:Rice/Description" style=" margin-top:10px;"><h1>PROJECT</h1></a>
| + | |
− | <ul>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Wet_Lab"><h3>WET LAB</h3></a>
| + | |
− | <ul>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Notebook"><h3>NOTEBOOK</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Protocol"><h3>PROTOCOL</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Safety"><h3>SAFETY</h3></a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Software"><h3>SOFTWARE</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Modeling"><h3>MODELING</h3></a></li>
| + | |
− | </ul>
| + | |
− | <li><a class="navItem" href="https://2016.igem.org/Team:Rice/Practices" style=" margin-top:10px;"><h1>HUMAN PRACTICES</h1></a>
| + | |
− | <ul>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Bioethical_Debate"><h3>BIOETHICAL DEBATE</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Building_With_Biology"><h3>BUILDING WITH BIOLOGY</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Humans_Of_Syn_Bio"><h3>HUMANS OF SYN BIO</h3></a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a class="navItem" href="https://2016.igem.org/Team:Rice/Achievement" style=" margin-top:10px;"><h1>ACHIEVEMENT</h1></a>
| + | |
− | <ul>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Parts"><h3>PARTS</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Medal"><h3>MEDAL REQUIREMENTS</h3></a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a class="navItem" href="https://2016.igem.org/Team:Rice/Team" style=" margin-top:10px;"><h1>TEAM</h1></a>
| + | |
− | <ul>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Members"><h3>STUDENT MEMBERS</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Advisers"><h3>ADVISERS</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Instructors"><h3>INSTRUCTORS</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Attributions"><h3>ATTRIBUTIONS</h3></a></li>
| + | |
− | <li><a href="https://2016.igem.org/Team:Rice/Acknowledgements"><h3>ACKNOWLEDGEMENTS</h3></a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | </ul>
| + | |
− | </div> | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | <footer>
| + | |
− | <div style="position:absolute; bottom:-60px; left:0%; width:100%; height:60px;">
| + | |
− | <div class="row_1" style="position:relative;background:black;padding:0px:height:10px;width:100%">
| + | |
− | <a href="https://https://2016.igem.org/"><img src="https://static.igem.org/mediawiki/2016/b/ba/Sub_bubble_2.png" style="position:relative;left:5%;" width="80px" height="auto"></a>
| + | |
− | <a href="https://http://http://www.rice.edu/"><img src="https://static.igem.org/mediawiki/2016/2/2f/Sub_bubble_1.png" style="position:relative;left:10%;" width="80px" height="auto"></a>
| + | |
− | <a href="https://http://http://www.rice.edu/"><img src="https://static.igem.org/mediawiki/2016/4/40/Googlemap_white.png"
| + | |
− | onmouseover="this.src='https://static.igem.org/mediawiki/2016/1/1a/Googlemap_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/4/40/Googlemap_white.png'"
| + | |
− | style="position:relative;left:15%;" height="80px" width="auto"></a> | + | |
− | <a href="https://www.facebook.com/riceuniversityigem/"><img src="https://static.igem.org/mediawiki/2016/3/3f/Facebook_icon.png" onmouseover="this.src='https://static.igem.org/mediawiki/2016/0/0b/Facebook_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/3/3f/Facebook_icon.png'"
| + | |
− | style="position:relative;left:20%;" width="80px" height="auto"></a>
| + | |
− | <a href="https://twitter.com/riceu_igem"><img src="https://static.igem.org/mediawiki/2016/e/e8/Twit.png"
| + | |
− | onmouseover="this.src='https://static.igem.org/mediawiki/2016/b/b1/Twit_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/e/e8/Twit.png'"
| + | |
− | style="position:relative;left:25%;" width="80px" height="auto"></a> | + | |
− | <a href="https://www.instagram.com/riceuniversity_igem/"><img src="https://static.igem.org/mediawiki/2016/8/8f/Insta_icon.png"
| + | |
− | onmouseover="this.src='https://static.igem.org/mediawiki/2016/0/05/Insta_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/8/8f/Insta_icon.png'"
| + | |
− | style="position:relative;left:30%;" width="80px" height="auto"></a>
| + | |
− | <img src="https://static.igem.org/mediawiki/2016/thumb/7/75/Snapchat.png/120px-Snapchat.png"
| + | |
− | onmouseover="this.src='https://static.igem.org/mediawiki/2016/thumb/1/18/Snapchat_purple.png/120px-Snapchat_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/thumb/7/75/Snapchat.png/120px-Snapchat.png'"
| + | |
− | style="position:relative;left:35%;" width="80px" height="auto"> | + | |
− | <a href="Riceu.igem@gmail.com/"><img src="https://static.igem.org/mediawiki/2016/8/86/Gmail.png" style="position:relative;left:40%;" width="80px" height="auto"></a>
| + | |
− | Riceu.igem@gmail.com
| + | |
− | </div>
| + | |
− | | + | |
− | </footer>
| + | |
− | | + | |
− | <div>
| + | |
− | <img src="https://static.igem.org/mediawiki/2016/e/ed/Bubble_background.png" style="float:center;position:absolute;left:1000px"> | + | |
− | | + | |
− | <img id = bubble src="https://static.igem.org/mediawiki/2016/b/ba/Sub_bubble_2.png" width= 72px style ="position:absolute;left:1150px;">
| + | |
− | <img id = bubble src="https://static.igem.org/mediawiki/2016/b/b6/Sub_bubble_8.png" width= 115px style ="position:absolute;left:69.6%;top:49%"> | + | |
− | <img id = bubble src="https://static.igem.org/mediawiki/2016/7/75/Sub_bubble_6.png" width= 65px style ="position:absolute;left:53%;top:69%">
| + | |
− | <a href="https://www.facebook.com/riceuniversityigem/"><img id = bubble src="https://static.igem.org/mediawiki/2016/b/b1/Sub_bubble_5.png" width= 91px style ="position:absolute;left:62.6%;top:58%"></a> | + | |
− | <a href="https://www.instagram.com/riceuniversity_igem/"><img id = bubble src="https://static.igem.org/mediawiki/2016/7/77/Sub_bubble_7.png" width= 91px style ="position:absolute;left:58.8%;top:70%"></a> | + | |
− | <img id = bubble src="https://static.igem.org/mediawiki/2016/2/2f/Sub_bubble_1.png" width= 106px style ="position:absolute;left:68.8%;top:25%">
| + | |
− | <img id = bubble src="https://static.igem.org/mediawiki/2016/thumb/4/42/Sub_bubble_3.png/600px-Sub_bubble_3.png" width= 190px style ="position:absolute;left:51.2%;top:36%"> | + | |
− | <a href="https://twitter.com/riceu_igem"><img id = bubble src="https://static.igem.org/mediawiki/2016/5/5b/Sub_bubble_4.png" width= 54px style ="position:absolute;left:57.7%;top:63%"></a>
| + | |
− | <a href="https://twitter.com/riceu_igem"><img id = bubble src="https://static.igem.org/mediawiki/2016/3/3b/Sub_bubble_9.png" width= 54px style ="position:absolute;left:60%;top:70%"></a> | + | |
| | | |
− | <a href = "https://2016.igem.org/Team:Rice/Practices" style="float:left"><img id = "human_practice" class = "gif" src = "https://static.igem.org/mediawiki/2016/archive/7/77/20160904023618%21Human_practices_2_cover.png" width = 182 style ="position:absolute;left:66.35%;top:66.7%"></a> | + | <a href = "https://2016.igem.org/Team:Rice/Practices" style="float:left"><img id = "human_practice" class = "gif" src = "https://static.igem.org/mediawiki/2016/archive/7/77/20160904023618%21Human_practices_2_cover.png" width = 230 style ="position:absolute;left:282px;top:451px"></a> |
− | <a href = "https://2016.igem.org/Team:Rice/Wet_Lab" style="float:left"><img id = "wet_lab" class = "gif" src = "https://static.igem.org/mediawiki/2016/7/7b/Wet_lab_cover.png" width = 148.5 style ="position:absolute;left:74.65%;top:34.24%"></a> | + | <a href = "https://2016.igem.org/Team:Rice/Wet_Lab" style="float:left"><img id = "wet_lab" class = "gif" src = "https://static.igem.org/mediawiki/2016/7/7b/Wet_lab_cover.png" width = 189 style ="position:absolute;left:425px;top:115px"></a> |
− | <a href = "https://2016.igem.org/Team:Rice/Project" style="float:left"><img id = "project" class = "gif" src = "https://static.igem.org/mediawiki/2016/6/65/Project_cover.png" width = 201 style ="position:absolute;left:78.15%;top:52%"></a> | + | <a href = "https://2016.igem.org/Team:Rice/Project" style="float:left"><img id = "project" class = "gif" src = "https://static.igem.org/mediawiki/2016/6/65/Project_cover.png" width = 254 style ="position:absolute;left:486px;top:300px"></a> |
| + | <a href = "https://2016.igem.org/Team:Rice/Modeling" style="float:left"><img id = "modeling" class = "gif" src = "https://static.igem.org/mediawiki/2016/2/28/Modeling_cover.png" width = 135 style ="position:absolute;left:324px;top:16px"></a> |
| | | |
| | | |
| </div> | | </div> |
| + | <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> |
| + | </body> |
| <script> | | <script> |
| //create image to preload: | | //create image to preload: |
Line 498: |
Line 78: |
| }); | | }); |
| }) | | }) |
− | </script>
| |
| | | |
| + | var modeling_preload = new Image(); |
| + | $(modeling_preload).attr({ |
| + | src: "https://static.igem.org/mediawiki/2016/8/83/Modeling_back.gif" |
| + | }); |
| + | |
| + | $(window).load(function() { |
| + | $('#modeling').hover(function () { |
| + | $(this).attr("src", $(modeling_preload).attr('src')); |
| + | }, function() { |
| + | $(this).attr("src", "https://static.igem.org/mediawiki/2016/2/28/Modeling_cover.png"); |
| + | }); |
| + | }) |
| + | </script> |
| </html> | | </html> |