Template:AUC Turkey

From 2013hs.igem.org

(Difference between revisions)
Line 1: Line 1:
__NOTOC__<html>
__NOTOC__<html>
<head>
<head>
 +
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<style type="text/css">
<style type="text/css">
#globalwrapper  
#globalwrapper  
Line 17: Line 18:
body  
body  
{
{
-
     background-color: cyan;
+
     background-image: url('http://wallpaperscraft.com/image/ice_blocks_north_pole_cold_5622_1600x1200.jpg');
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 +
    background-attachment: fixed;
}
}
#p-logo  
#p-logo  
Line 56: Line 60:
#searchGoButton,#mw-searchButton
#searchGoButton,#mw-searchButton
{
{
-
     color: blue;
+
     color: white;
 +
}
 +
#sponsors{
 +
background:rgba(147,147,200,0.5);
 +
border-spacing:5px;
 +
padding:10px;
 +
width:100%;
}
}
h1{
h1{
-
color:#700;
+
color:#007;
}
}
h2{
h2{
-
color:#a00;
+
color:#00a;
}
}
h3{
h3{
-
color:#b00;
+
color:#00b;
}
}
h1, h2, h3{
h1, h2, h3{
font-family:"Comic Sans MS";
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: #09f;
 +
color: white;
 +
padding: 8px 10px;
 +
border-right: 1px solid #778;
 +
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>
</style>
</head>
</head>
<body>
<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>
</body>
</html>
</html>

Revision as of 14:36, 1 May 2013

Sponsors