Team:TU Munich/Templates/Beginn1

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style> //.rightbar {display: none;} //#navTable { width: 50%; } .wiki_div {display: none;} #navTable { width: 100%; } a.bar, a.bar:active { opacity: 1.0; di...)
 
(80 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<script type="text/javascript">
 +
 +
$(document).ready(function(){
 +
 +
$("img.barimage").animate({opacity: 0.25}, 0);
 +
 +
$("div.bar").mouseover(function(){
 +
$(this).find(".barimage").animate({opacity: 1}, 0);
 +
});
 +
$("div.bar").mouseout(function(){
 +
$(this).find(".barimage").animate({opacity: 0.25}, 0);
 +
});
 +
});
 +
</script>
 +
<style>
<style>
-
//.rightbar {display: none;}
+
.rightbar {display: none;}
-
//#navTable { width: 50%; }
+
#navTable { width: 50%; }
-
.wiki_div {display: none;}
+
//.wiki_div {display: none;}
-
#navTable { width: 100%; }
+
//#navTable { width: 100%; }
 +
#navTable p { margin: 0 }
-
a.bar, a.bar:active
+
div.bar
{
{
opacity: 1.0;
opacity: 1.0;
Line 19: Line 35:
background-color: #88B988;
background-color: #88B988;
float: left;
float: left;
-
width: 100%;
+
width: 99%;
color: white;
color: white;
-
text-decoration: none
+
text-decoration: none;
 +
                height: 30px;
 +
                margin-left: 3px;
 +
                margin-top: 6px;
}
}
-
a.bar:hover
+
div.bar:hover
{
{
position: relative;
position: relative;
-
        top: 1px;
+
            top: 1px;
-
        left: 1px;
+
            left: 1px;
 +
}
 +
        img.barimage
 +
{
 +
        height: 30px;
 +
}
 +
        div.leftbar
 +
        {
 +
        width: 135px;
 +
        }
 +
        p.barp
 +
        {
 +
                font-size: 15px;
 +
        }
 +
#homebutton:active, #homebutton
 +
{
 +
color: white;
 +
background: black;
 +
}
 +
#homebutton:hover
 +
{
 +
color: black;
 +
background: white;
 +
}
 +
        div.rightbar a
 +
{
 +
        color: black;
}
}
</style>
</style>
 +
<a href="https://2010.igem.org/Team:TU_Munich" style="position: fixed; top: 19px; z-index: 10;"><img src="https://static.igem.org/mediawiki/2010/a/a8/Team_TU_Munich2010_Images_Banner_small.jpg" width="975" height="120" border="0"/></a>
 +
<img src="https://static.igem.org/mediawiki/2010/b/bd/Team_TU_Munich2010_Images_Blank.gif" width="975" height="180" border="0"/>
-
<table width="100%" border=0 cellpadding=0 cellspacing=0>
 
-
<tr>
 
-
<td colspan="2">
 
-
<a href="#" class="bar" style="border-color: black; background-color: #AAAAAA; color: black;">
 
-
<div class="leftbar" style="cursor: hand; float: left; width: 250px; position: relative;"><img height=70 src="home.jpg" border=0/>
 
-
<p style="margin: 0; cursor: hand; position: absolute; bottom: 5px; right: 5px; text-shadow:white 0px 0px 6px; font-size: 30px;">Home</p>
 
-
</div>
 
-
<div style="float: right; cursor: hand; width: 69%; margin-top: 1px; margin-bottom: 2px,"><div style="width: 100%; border-bottom: 1px black solid;"><span style="font-weight: bold; font-size: 0.9em;">
 
 +
 +
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background: none">
 +
<tr>
 +
        <td colspan="2">
 +
            <table id="toctable" width="100%" border="0" cellpadding="0" cellspacing="0" style="background: #D8D5D0; position: fixed; top: 139px; z-index: 10; width: 975px;">
 +
                <tr>
 +
                    <td style="border-bottom: 1px black solid;" valign="middle" align="center"><p style="width: 154px; display: block; text-align: center; font-weight: bold;">Navigation:</p></td>
 +
                    <td valign="middle" style="padding-left: 0px; font-weight: bold; border-bottom: 1px black solid; border-left: 0px black solid;">
 +
<table border="0" cellpadding="0" cellspacing="0" style="background: none; width:100%">
 +
<tr>
 +
<td align="left">
 +
<p style="margin: 0; color: #4E9D20;"><a style="color: black;" href="https://2010.igem.org/Team:TU_Munich">Home</a><span style="color: black; font-size: 1.2em;">&nbsp;&rarr;&nbsp;</span>
</html>
</html>

Latest revision as of 22:49, 27 October 2010

Navigation:

Home →