|
|
Line 1: |
Line 1: |
- | __NOTOC__<html>
| |
- | <head>
| |
- | <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
| |
- | <style type="text/css">
| |
- | #globalwrapper
| |
- | {
| |
- | width:975px;
| |
- | padding:20px 0px;
| |
- | margin: 0 auto;
| |
- | background-color:white;
| |
- | height:100%;
| |
- | }
| |
- | .firstHeading
| |
- | {
| |
- | height:0px;
| |
- | visibility:hidden;
| |
- | }
| |
- | body
| |
- | {
| |
- | background-image: url('http://www.flash-screen.com/free-wallpaper/uploads/200903/imgs/1236846796.jpg');
| |
- | background-position: center;
| |
- | background-repeat: no-repeat;
| |
- | background-attachment: fixed;
| |
- | }
| |
- | #p-logo
| |
- | {
| |
- | height:1px; overflow:hidden; display: none;
| |
- | }
| |
| | | |
- | #top-section
| |
- | {
| |
- | background-color: transparent;
| |
- | background-image: url('https://static.igem.org/mediawiki/2012hs/c/c2/AUC_Turkey_iGEM_Header_Transparent.png');
| |
- | background-position: top;
| |
- | height: 200px;
| |
- | background-repeat: no-repeat;
| |
- | border-width: 0px;
| |
- | border-top-width: 1px;
| |
- | }
| |
- | #content
| |
- | {
| |
- | border-top-left-radius:10px;
| |
- | border-top-right-radius:10px;
| |
- | border-left-width:0px;
| |
- | border-right-width:0px;
| |
- | background-color:rgba(255,255,255,0.5);
| |
- | padding:5px;
| |
- | width:965px;
| |
- | }
| |
- | .right-menu li a
| |
- | {
| |
- | color: white;
| |
- | background-color: transparent;
| |
- | }
| |
- | .right-menu li a:hover
| |
- | {
| |
- | color: white;
| |
- | background-color: black;
| |
- | }
| |
- | #searchGoButton,#mw-searchButton
| |
- | {
| |
- | color: white;
| |
- | }
| |
- | #sponsors{
| |
- | background:rgba(255,200,0,0.5);
| |
- | border-spacing:5px;
| |
- | padding:10px;
| |
- | width:100%;
| |
- | }
| |
- | h1{
| |
- | color:#700;
| |
- | }
| |
- | h2{
| |
- | color:#a00;
| |
- | }
| |
- | h3{
| |
- | color:#b00;
| |
- | }
| |
- | h1, h2, h3{
| |
- | font-family:"Comic Sans MS";
| |
- | }
| |
- | .ddsmoothmenu{
| |
- | font: bold 12px Verdana;
| |
- | list-style-type:none;
| |
- | width: 100%;
| |
- | margin-left: 230px;
| |
- | margin-top: -155px;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul{
| |
- | z-index:100;
| |
- | margin:0;
| |
- | padding:0;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul li{
| |
- | position: relative;
| |
- | display: inline;
| |
- | float: left;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul li a{
| |
- | display: block;
| |
- | background: #0c0;
| |
- | color: white;
| |
- | padding: 8px 10px;
| |
- | border-right: 1px solid #778;
| |
- | color: #2d2b2b;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | * html .ddsmoothmenu ul li a{
| |
- | display: inline-block;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
| |
- | color: white;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul li a.selected{
| |
- | background: black;
| |
- | color: white;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul li ul{
| |
- | position: absolute;
| |
- | left: 0;
| |
- | display: none;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul li ul li{
| |
- | float: none;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul li ul li ul{
| |
- | top: 0;
| |
- | }
| |
- |
| |
- | .ddsmoothmenu ul li ul li a{
| |
- | font: normal 13px Verdana;
| |
- | width: 160px;
| |
- | padding: 5px;
| |
- | margin: 0;
| |
- | border-top-width: 0;
| |
- | border-bottom: 1px solid gray;
| |
- | }
| |
- |
| |
- | * html .ddsmoothmenu{height: 1%;}
| |
- |
| |
- | .home:hover{background:red;}
| |
- | .team:hover{background:darkorange;}
| |
- | .proj:hover{background:gold;}
| |
- | .data:hover{background:green;}
| |
- | .labg:hover{background:blue;}
| |
- | .hupr:hover{background:indigo;}
| |
- |
| |
- | </style>
| |
- | <script type="text/javascript">
| |
- | $(function(){
| |
- | $("#sponsors").insertAfter("#forum_onpage_id_0");
| |
- | $("#menu > ul > li").hover(
| |
- | function(){if ($(this).find("ul").is(":hidden")) {
| |
- | $(this).find("ul").slideDown();
| |
- | } else {
| |
- | $(this).find("ul").slideUp();
| |
- | }},
| |
- | function(){$(this).find("ul").slideUp();}
| |
- | );
| |
- | });
| |
- | </script>
| |
- | </head>
| |
- |
| |
- | <body>
| |
- | <div id="menu" class="ddsmoothmenu">
| |
- | <ul>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey" style="border-top-left-radius:5px;border-bottom-left-radius:5px;" class="home">Home</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Team" class="team">Team</a>
| |
- | <ul>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Team/Members" class="team">Members</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Team/Advisors" class="team">Advisors</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Gallery" class="team">Gallery</a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Project" class="proj">Project</a>
| |
- | <ul>
| |
- | <li><a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2012&group=AUC_Turkey" class="proj">Assembly</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Project/FMO3" class="proj">FMO3</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Project/TMA" class="proj">TMA</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Project/Geraniol" class="proj">Geraniol</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Project/Results" class="proj">Results</a></li>
| |
- | </ul>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/DataPage" class="data">Data Page</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Notebook" class="labg">Lab Garage</a>
| |
- | <ul>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Notebook" class="labg">Notebook</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Procedures" class="labg">Procedures</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/Safety" class="labg">Safety</a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/HumanPractices" style="border-top-right-radius:5px;border-bottom-right-radius:5px;" class="hupr">Human Practices</a>
| |
- | <ul>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/HumanPractices/KindergardenVisit" class="hupr">Kindergarden Visit</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/HumanPractices/FlashGame" class="hupr">Flash Game</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/HumanPractices/TeamVideo" class="hupr">Team Video</a></li>
| |
- | <li><a href="https://2012hs.igem.org/Team:AUC_Turkey/HumanPractices/Canvas Times" class="hupr">Canvas Times</a></li>
| |
- | </ul>
| |
- | </li>
| |
- | </ul>
| |
- | </div>
| |
- | </body>
| |
- | <head>
| |
- | <style type="text/css">
| |
- | #cntr
| |
- | {
| |
- | float: center;
| |
- | width: 600;
| |
- | padding: 5px 100px;
| |
- | margin:0;
| |
- | margin-top:100px;
| |
- | }
| |
- | #igembtn
| |
- | {
| |
- | position:fixed;
| |
- | margin-top:50px;
| |
- | }
| |
- | </style>
| |
- | </head>
| |
- | <body>
| |
- | <div id="igembtn"><center><a href="https://2012hs.igem.org/"><img src="https://static.igem.org/mediawiki/2011/9/9c/Igem_basic_logo.png"><br />
| |
- | <span style="background:#0c0;color:white">Main Page</span></a></center></div>
| |
- | <table id="sponsors">
| |
- | <tr>
| |
- | <th colspan="3">
| |
- | <font size="6">Sponsors</font>
| |
- | </th>
| |
- | </tr>
| |
- | <tr>
| |
- | <td style="width:33%">
| |
- | <a href="http://www.fatihun.edu.tr/?&language=EN"><img src="https://static.igem.org/mediawiki/2012hs/0/07/FatihUniversity.png" width="300" height="100" /></a>
| |
- | </td>
| |
- | <td style="width:33%">
| |
- | <center>
| |
- | <a href="http://www.atlantikegitim.com.tr/defaultEn.aspx"><img src="https://static.igem.org/mediawiki/2012hs/d/da/Atlantik.png" width="116" height="100" /></a>
| |
- | </center>
| |
- | </td>
| |
- | <td style="width:34%">
| |
- | <a href="http://www.sentegen.com/"><img src="https://static.igem.org/mediawiki/2012hs/d/d8/Sentegen.jpg" width="300" height="100" /></a>
| |
- | </td>
| |
- | </tr>
| |
- | </table>
| |
- | <div id="cntr">
| |
- | <br />
| |
- | <br />
| |
- | </body>
| |
- | </html>
| |