Template:TemplateTop

From 2010.igem.org

(Difference between revisions)
 
(38 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<script type="text/javascript">
 +
 +
var elem = document.getElementById('p-logo');
 +
elem.innerHTML='<a href="https://2010.igem.org/Team:Warsaw"><img src="https://static.igem.org/mediawiki/2010/9/92/Pasekzmieniony.png"/></a>';
 +
</script>
 +
<head>
<head>
<title>Example Tabs</title>
<title>Example Tabs</title>
Line 13: Line 19:
}
}
-
#p-logo a {
+
 
-
    visibility: hidden;   
+
 
-
}
+
#top-section {
#top-section {
Line 22: Line 27:
     height: 150px;
     height: 150px;
}
}
 +
#menubar {
#menubar {
Line 73: Line 79:
#footer-box {
#footer-box {
-
     background: url("https://static.igem.org/mediawiki/2010/a/ae/Murek_dol.jpg") no-repeat;
+
     background: url("https://static.igem.org/mediawiki/2010/a/ae/Murek_dol.jpg") no-repeat 0px 0px;
     border: 0px;
     border: 0px;
-
     height: 60px;
+
     height: 50px;
}
}
Line 159: Line 165:
     line-height: 130%;
     line-height: 130%;
}
}
 +
#main {
#main {
Line 167: Line 174:
     width: 98%;
     width: 98%;
     margin-top: -1px;
     margin-top: -1px;
 +
    margin-left: 8px;
}
}
Line 173: Line 181:
     padding: 20px;
     padding: 20px;
     min-height: 300px;
     min-height: 300px;
 +
 +
<!--[if IE]>
 +
margin-left: 0px;
 +
<![endif]-->
 +
}
}
Line 201: Line 214:
     text-align: center;
     text-align: center;
     text-decoration: none;
     text-decoration: none;
 +
    margin-left: 80px;
}
}
Line 209: Line 223:
      
      
     margin: 0;
     margin: 0;
-
    margin-left: 100px;
 
     padding: 0;
     padding: 0;
     text-decoration: none;
     text-decoration: none;
Line 288: Line 301:
     text-decoration: none;
     text-decoration: none;
     color: #333;
     color: #333;
 +
}
 +
 +
#subtabs {
 +
    float: none;
 +
    clear: both;
 +
    height: 0px;
}
}

Latest revision as of 10:44, 26 October 2010

Example Tabs