|
|
(10 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
- |
| |
| <head> | | <head> |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
| |
- | <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
| |
| | | |
- |
| |
- |
| |
- | );($contentbox.outerWidth());
| |
- | $effectref.dequeue().animate(
| |
- | {
| |
- |
| |
- | width:newwidth,
| |
- |
| |
- |
| |
- | $('.floatbox a').css('color', linkcolorsarray[thispagenumber]);
| |
- | $('.sponsorfloat a').css('color', linkcolorsarray[thispagenumber]);
| |
- | $('.floatbox *').replaceText(/(Bba\_)/gi, '');
| |
- | $('.floatbox *').replaceText(/\b([A-Z]\d{4,})\b/gi, '<a href="http://partsregistry.org/Part:BBa_$1" class="partsreglink" target="_blank">BBa_$1</a>');
| |
- | $('.floatbox *').replaceText(/\b(pSB\d[A-Z]+\d)\b/gi, '<a href="http://partsregistry.org/Part:$1" class="partsreglink" target="_blank">$1</a>');
| |
- | });
| |
- | </script>
| |
| <style> | | <style> |
- | | + | #p-logo { |
- | /* Hiding default wiki displays: Credits to TU-Delft and Groningen for the code! */
| + | display:none; |
- | #globalWrapper {
| + | |
- | background-color: transparent;
| + | |
- | border: none;
| + | |
- | margin: 0;
| + | |
- | padding: 0;
| + | |
| } | | } |
| | | |
- | .partsreglink:link {
| + | body { |
- | color:#33ee33; | + | background-color:#004965; |
- | }
| + | //background-image:url("http://th02.deviantart.net/fs18/PRE/f/2007/162/1/d/Green_gradient_by_Suryakami.jpg"); |
- | .partsreglink:visited {
| + | |
- | color:#33ee33;
| + | |
| } | | } |
| | | |
| #top-section { | | #top-section { |
- | height: 20px; | + | height:18px; |
- | background-color: rgba(255,255,255,0);
| + | border:none; |
- | margin-left: auto;
| + | border-bottom:1px solid black; |
- | width: 99%;
| + | padding:0px; |
- | margin-right: auto;
| + | |
- | margin-bottom: 10px;
| + | |
- | margin-top: 3px;
| + | |
- | border-bottom: 20px;
| + | |
| } | | } |
| | | |
- | #p-logo {
| + | h1.firstHeading { |
- | height:0px;
| + | display:none; |
- | overflow:hidden;
| + | |
- | display:none; | + | |
| } | | } |
- | .firstHeading {
| + | h3#siteSub { |
- | display: none; | + | display:none; |
| } | | } |
- | #footer-box { | + | #contentSub { |
- | background-color: transparent;
| + | display:none; |
- | border: none;
| + | |
- | width: 1000px;
| + | |
- | margin: 0 auto;
| + | |
- | padding: 0;
| + | |
| } | | } |
- | #search-controls { | + | #search-controls |
- | display: none;
| + | |
- | }
| + | |
- | .left-menu {
| + | |
- | width: 400px;
| + | |
- | display:block;
| + | |
- | float:left;
| + | |
- | border: none;
| + | |
- | }
| + | |
- | #menubar.right-menu {
| + | |
- | width:300px;
| + | |
- | display:block;
| + | |
- | float:left;
| + | |
- | margin-top:-80px;
| + | |
- | border: none;
| + | |
- | color: #000
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | hr{
| + | |
- | margin:50px 0;
| + | |
- | color:#eee;
| + | |
- | }
| + | |
- | | + | |
- | ul li.active{ /*IE6 hack- hide effect from that browser*/
| + | |
- | _visibility: hidden; /*IE6 rule*/
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /* ######### Solid Block Menu CSS ######### */
| + | |
- | | + | |
- | | + | |
- | ul.solidblockmenu{
| + | |
- | margin: 8px;
| + | |
- | margin-bottom:1em;
| + | |
- | list-style: none;
| + | |
- | position:relative;
| + | |
- | text-align: left; //set value to "left", "center", or "right"
| + | |
- | text-color: #fff;
| + | |
- | | + | |
- | | + | |
- | }
| + | |
- | | + | |
- | ul.solidblockmenu li{
| + | |
- | display: inline;
| + | |
- | }
| + | |
- | | + | |
- | ul.solidblockmenu li a{
| + | |
- | font: 18px Helvetica, sans-serif;
| + | |
- | color: #aaa;
| + | |
- | padding: 7px;
| + | |
- | margin-right: 14px; /*spacing between each menu link*/
| + | |
- | margin-left: 14px; /*spacing between each menu link*/
| + | |
- | text-decoration: none;
| + | |
- | position:relative;
| + | |
- | z-index: 1;
| + | |
- | }
| + | |
- | | + | |
- | ul.solidblockmenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
| + | |
- | position: absolute;
| + | |
- | width: 0;
| + | |
- | height:80%;
| + | |
- | border:0px solid black;
| + | |
- | -moz-border-radius: 4px;
| + | |
- | -webkit-border-radius: 4px;
| + | |
- | border-radius: 4px;
| + | |
- | background-color: rgba(0,0,0,.75);
| + | |
- | | + | |
- | }
| + | |
- | | + | |
- | /* Navbar background stuff */
| + | |
- | | + | |
- | #nav {
| + | |
- | width: 90%;
| + | |
- | background-color: rgba(0, 0, 0,.75);
| + | |
- | position:relative;
| + | |
- | margin-left: 50px;
| + | |
- | z-index: 1;
| + | |
- | border-radius: 4px;
| + | |
- | }
| + | |
- | | + | |
- | #navcon {
| + | |
- | height: 230px;
| + | |
- | width:965px;
| + | |
- | background-image: url('https://static.igem.org/mediawiki/2011/5/56/UCD_Pipettebanner_resize.jpg');
| + | |
- | border-radius: 5px;
| + | |
- | }
| + | |
- | | + | |
- | #content {
| + | |
- | width:965px;
| + | |
- | padding: 0;
| + | |
- | background-color: rgba(255, 255, 255, 0);
| + | |
- | color: #ddd;
| + | |
- | border-style: none;
| + | |
- | }
| + | |
- | | + | |
- | body{
| + | |
- | background-color: rgba(255,255,255,1);
| + | |
- | /*background-image: url('https://static.igem.org/mediawiki/2011/0/01/UCDavis_wiki_background_1.png');*/
| + | |
- | background-image: url('https://static.igem.org/mediawiki/2011/3/36/UCD_DNA_bkg_1080p.png');
| + | |
- | background-size: 100%;
| + | |
- | background-repeat: no-repeat;
| + | |
- | background-attachment:fixed;
| + | |
- | font-family: Helvetica, sans-serif;
| + | |
- | }
| + | |
- | | + | |
- | #contentbox {
| + | |
- | color:#aaa;
| + | |
- | position:absolute;
| + | |
- | font-size: 22px;
| + | |
- | margin-top:-10px;
| + | |
- | padding-left:6px;
| + | |
- | padding-right:6px;
| + | |
- | opacity:0;
| + | |
- | text-align: center;
| + | |
- | }
| + | |
- | | + | |
- | #contentbox ul{
| + | |
- | margin-left: 0;
| + | |
- | list-style:none;
| + | |
- | line-height:20px;
| + | |
- | }
| + | |
- | | + | |
- | #contentbox li a {
| + | |
- | color:#aaa;
| + | |
- | text-decoration: none;
| + | |
- | font-weight: normal;
| + | |
- | font-size: 16px;
| + | |
- | }
| + | |
- | | + | |
- | table
| + | |
| { | | { |
- | background-color: rgba(255,255,255,0);
| + | display:none; |
| } | | } |
- | | + | .header { |
- | #catlinks
| + | padding:0px; |
- | { | + | |
- | visibility: hidden;
| + | |
| } | | } |
| + | </style> |
| | | |
- | .floatbox img
| + | </head> |
- | {
| + | </html> |
- | margin-right: 10px;
| + | |
- | }
| + | |
| | | |
- | .floatbox2 img
| + | <html> |
- | {
| + | <div class="content_box"> |
- | margin-right: 10px;
| + | <img class="header" src="http://backgrounds.mysitemyway.com/wp-content/Userfiles/Galleries/starfield/starfield-002522-gradient-dark-blue.jpg" width="965" /> |
- | }
| + | |
| | | |
- | .floatbox3 img
| + | <table cellspacing="0" cellpadding="0" border="0" ALIGN="center"> |
- | {
| + | |
- | margin-right: 10px;
| + | |
- | }
| + | |
| | | |
- | .floatbox
| |
- | {
| |
- | width:707px;
| |
- | float:left;
| |
- | background-color: rgba(0,0,0,.65);
| |
- | margin-top: 5px;
| |
- | border-radius: 4px;
| |
- | padding: 15px 15px 15px 15px;
| |
- | font: sans-serif;
| |
- | font-size: 13px;
| |
- | color: rgba(225,225,225,1);
| |
- | }
| |
| | | |
- | .floatbox a
| + | <th><a href="https://2012hs.igem.org/Team:Sharon_MA_ArborVitae/Home"> |
- | {
| + | <img src="https://static.igem.org/mediawiki/2011/2/28/UoflHomebut.png" height="50" /> |
- | font-weight:bold;
| + | </a> |
- | }
| + | </th> |
| | | |
- | .floatbox2 | + | <th><a href="https://2012hs.igem.org/Team:Sharon_MA_ArborVitae/Team"> |
- | {
| + | <img src="https://static.igem.org/mediawiki/2011/5/56/Uoflteambutton.png" height="50" /> |
- | width:677px;
| + | </a> |
- | float:left;
| + | </th> |
- | background-color: rgba(0,0,0,.4);
| + | |
- | margin-top: 5px;
| + | |
- | border-radius: 4px;
| + | |
- | padding: 0px 15px 15px 15px;
| + | |
- | font: sans-serif;
| + | |
- | font-size: 13px;
| + | |
- | color: rgba(225,225,225,1);
| + | |
- | }
| + | |
| | | |
- | .floatbox3 | + | <th><a href="https://2012hs.igem.org/Team:Sharon_MA_ArborVitae/Project"> |
- | {
| + | <img src="https://static.igem.org/mediawiki/2011/e/eb/UofLprojectbutton.png" height="50" /> |
- | width:677px;
| + | </a> |
- | float:left;
| + | </th> |
- | background-color: rgba(0,0,0,.4);
| + | |
- | margin-top: 0px;
| + | |
- | border-radius: 4px;
| + | |
- | padding: 15px 15px 15px 15px;
| + | |
- | font: sans-serif;
| + | |
- | font-size: 13px;
| + | |
- | color: rgba(225,225,225,1);
| + | |
- | }
| + | |
| | | |
- | .floatboxleft | + | <th><a href="https://2012hs.igem.org/Team:Sharon_MA_ArborVitae/Results"> |
- | {
| + | <img src="https://static.igem.org/mediawiki/2011/7/77/Uoflresults.png" height="50" /> |
- | width:318px;
| + | </a> |
- | background-color: rgba(0,0,0,.4);
| + | </th> |
- | margin-top: 10px;
| + | |
- | margin-right: 5px;
| + | |
- | border-radius: 4px;
| + | |
- | padding: 15px 15px 15px 15px;
| + | |
- | font: sans-serif;
| + | |
- | font-size: 13px;
| + | |
- | color: rgba(225,225,225,1);
| + | |
- | float: left;
| + | |
- | }
| + | |
| | | |
| + | <th><a href="https://2012hs.igem.org/Team:Sharon_MA_ArborVitae/Notebook"> |
| + | <img src="https://static.igem.org/mediawiki/2011/f/f6/Uoflnotebookbutton.png" height="50" /> |
| + | </a> |
| + | </th> |
| | | |
- | .floatboxright
| + | <th><a href="https://2012hs.igem.org/Team:Sharon_MA_ArborVitae/Parts"> |
- | {
| + | <img src="https://static.igem.org/mediawiki/2011/f/fc/Uoflpartsbutton.png" height="50" /> |
- | width:318px;
| + | </a> |
- | background-color: rgba(0,0,0,.4);
| + | </th> |
- | margin-top: 10px;
| + | |
- | margin-left: 5px;
| + | |
- | border-radius: 4px;
| + | |
- | padding: 15px 15px 15px 15px;
| + | |
- | font: sans-serif;
| + | |
- | font-size: 13px;
| + | |
- | color: rgba(225,225,225,1);
| + | |
- | float: right;
| + | |
- | }
| + | |
- | | + | |
- | .sponsorsbox | + | |
- | {
| + | |
- | width: 220px;
| + | |
- | float: right;
| + | |
- | }
| + | |
- | .sponsorfloat | + | |
- | {
| + | |
- | background-color: rgba(0,0,0,.75);
| + | |
- | margin-top: 10px;
| + | |
- | border-radius: 4px;
| + | |
- | padding: 5px 5px 5px 5px;
| + | |
- | font: sans-serif;
| + | |
- | font-size: 15px;
| + | |
- | color: rgba(225,225,225,1);
| + | |
- | }
| + | |
- | | + | |
- | .sponsorfloat img | + | |
- | {
| + | |
- | margin-top: 5px;
| + | |
- | margin-bottom: 5px;
| + | |
- | padding: 0px;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | #linktable td {
| + | |
- | top: 25px;
| + | |
- | right: 25px;
| + | |
- | margin: 2px;
| + | |
- | display: inline-block;
| + | |
- | background: rgba(200,200,200,.4);
| + | |
- | padding: 3px 11px 3px 11px;
| + | |
- | border-radius: 5px;
| + | |
- | color: rgba(225,225,225,1);
| + | |
- | opacity:1;
| + | |
- | width: 14px;
| + | |
- | text-align: center;
| + | |
- | cursor: pointer;
| + | |
- | }
| + | |
- | #linktable td a:hover {
| + | |
- | text-decoration:none;
| + | |
- | }
| + | |
- | </style>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <script>
| + | |
- | </script> | + | |
- | | + | |
- | | + | |
- | </head> | + | |
| | | |
- | <body> | + | <th><a href="https://2012hs.igem.org/Team:Sharon_MA_ArborVitae/Attributions"> |
| + | <img src="https://static.igem.org/mediawiki/2011/d/d1/Uoflattributionsbutton.png" height="50" /> |
| + | </a> |
| + | </th> |
| | | |
| + | <th><a href="https://2012hs.igem.org/Team:Sharon_MA_ArborVitae/Safety"> |
| + | <img src="https://static.igem.org/mediawiki/2011/c/c7/UofLsafetybutton.png" height="50" /> |
| + | </a> |
| + | </th> |
| | | |
- |
| |
- | <div id="navcon">
| |
- | <br>
| |
- | <div id="nav">
| |
- | <ul id="gooeymenu1" class="solidblockmenu">
| |
- | <li><a href="https://2011.igem.org/Team:UC_Davis">Home</a></li>
| |
- | <li><a href="https://2011.igem.org/Team:UC_Davis/Team">Team</a></li>
| |
- | <li><a href="https://2011.igem.org/Team:UC_Davis/Project">Project</a></li>
| |
- | <li><a href="https://2011.igem.org/Team:UC_Davis/Safety">Safety</a></li>
| |
- | <li><a href="https://2011.igem.org/Team:UC_Davis/Notebook">Notebook</a></li>
| |
- | <li><a href="https://2011.igem.org/Team:UC_Davis/Data">Data</a></li>
| |
- | <li><a href="https://2011.igem.org/Team:UC_Davis/Attributions">Attributions</a></li>
| |
- | <li><a href="https://2011.igem.org/Team:UC_Davis/iGEM">iGEM</a></li>
| |
- |
| |
| | | |
- | </ul>
| |
| | | |
- | <script>gooeymenu.setup({id:'gooeymenu1', selectitem:0, fx:'swing'})</script>
| |
| | | |
- | <div id="contentbox"></div>
| + | </table> |
- | </div><!--/nav--> | + | </div> |
- | </div><!--/navcon-->
| + | |
- | </body>
| + | |
| </html> | | </html> |