Team:Kyoto/Header

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
<includeonly>
<includeonly>
<div style="display:none;">
<div style="display:none;">
-
__NEWSECTIONLINK__
 
<html>
<html>
<head>
<head>
<style type="text/css">
<style type="text/css">
<!--
<!--
-
body
+
body{
-
{
+
background: white url(https://static.igem.org/mediawiki/2010/b/b9/KyotoDot.png) fixed center;
-
background: url(https://static.igem.org/mediawiki/2010/b/b9/KyotoDot.png) fixed center;
+
padding-bottom: 150px;
-
background-color: white;
+
}
}
-
#content
+
#content{
-
{
+
overflow-x: hidden;
overflow-x: hidden;
-
padding: 5px;
 
}
}
-
#bodyContent
+
h1.firstHeading, hr{
-
{
+
-
margin: -1.5em -5px -5px;
+
-
}
+
-
#footer-box
+
-
{
+
-
border-top: none;
+
-
}
+
-
h1.firstHeading
+
-
{
+
display: none;
display: none;
}
}
-
/* Header ******************************************************************/
+
/* Header */
-
#head
+
#head{
-
{
+
position: relative;
position: relative;
-
color: white;
+
width: 975px;
-
background: url(https://static.igem.org/mediawiki/2010/7/74/KyotoHome.png);
+
-
height: 300px;
+
}
}
-
#last
+
#last{
-
{
+
position: absolute;
position: absolute;
-
right: 30px;
+
right: 1em;
bottom: 2.5em;
bottom: 2.5em;
 +
color: #ffffff;
}
}
-
/* Header > Menu ******************************************************************/
+
#menu{
-
#menu
+
-
{
+
position: absolute;
position: absolute;
-
right: 30px;
+
right: 1em;
-
bottom: 0em;;
+
bottom: 0em;
}
}
-
#menu div
+
#menu a, #menu strong.selflink{
-
{
+
display: block;
float: left;
float: left;
-
margin: 0em 0em 0em 0.4em;
+
color: #ffffff;
 +
margin: 0em;
padding: 0.5em 1em;
padding: 0.5em 1em;
-
color: black;
 
-
background: #afb4db;
 
}
}
-
#menu a
+
#menu strong.selflink{
-
{
+
background: #ffffff;
-
color: inherit;
+
color: #000000;
-
background: transparent;
+
-
text-decoration: none;
+
}
}
-
#menu .separator
+
#logo{
-
{
+
position: fixed;
-
margin: 0em 0em 0em 0.4em;
+
bottom: 0px;
-
padding: 0.5em 0em;
+
width: 975px;
-
width: 2px;
+
-
background: #afb4db;
+
}
}
-
/* Table of Contents ******************************************************************/
+
#logo img{
-
#toc
+
display: block;
-
{
+
position: absolute;
-
padding: 0p;
+
bottom: 5px;
 +
right: 5px;
 +
}
 +
#toc{
 +
background: transparent;
 +
padding: 5px;
border: none;
border: none;
-
border-bottom: 3px solid #465daa;
+
border-bottom: 3px solid #2f509f;
border-spacing: 0px;
border-spacing: 0px;
border-collapse: collapse;
border-collapse: collapse;
-
background: white;
 
font-size: 1em;
font-size: 1em;
-
width: 100%;
+
width: 975px;
}
}
-
#toc td
+
#toc *{
-
{
+
display: inline;
-
padding: 0px 30px;
+
line-height: 2em;
-
}
+
color: #000000;
-
#toc a
+
-
{
+
-
color: black;
+
text-decoration: none;
text-decoration: none;
}
}
-
#toc #toctitle, #toc .tocnumber, #toc li
+
#toc li.toclevel-1{
-
{
+
padding: 0.5em 1em;
 +
}
 +
#toc div#toctitle, #toc span.tocnumber, #toc li.toclevel-2, #toc li.toclevel-3, #toc li.toclevel-4{
display: none;
display: none;
}
}
-
#toc ul
+
/* Body */
-
{
+
/* Heading */
-
line-height: 2em;
+
#body{
-
display: inline;
+
padding: 5px;
-
margin: 0em;
+
-
padding: 0em;
+
}
}
-
#toc li.toclevel-1
+
#body h2, #body h3, #body h4, #body h5{
-
{
+
-
display: inline;
+
-
margin: 0em 1em 0em 0em;
+
-
padding: 0em;
+
-
}
+
-
/* Main Body ******************************************************************/
+
-
#body
+
-
{
+
-
padding: 1em 30px;
+
-
border-bottom: 3px solid #465daa;
+
-
}
+
-
#body h2, #body h3, #body h4, #body h5
+
-
{
+
margin: 1em 0em 0.5em;
margin: 1em 0em 0.5em;
padding: 0.3em 10px;
padding: 0.3em 10px;
Line 121: Line 86:
font-weight: normal;
font-weight: normal;
}
}
-
#body h2
+
#body h2{
-
{
+
border-bottom: 2px solid #fddea5;
-
border-bottom: 2px solid #ffdaa2;
+
font-size: 1.5em;
font-size: 1.5em;
}
}
-
#body h3
+
#body h3{
-
{
+
font-size: 1.3em;
font-size: 1.3em;
-
background: #ffdaa2;
+
background: #fddea5;
}
}
-
#body h4
+
#body h4{
-
{
+
padding: 0.3em 10px 0.3em 5px;
padding: 0.3em 10px 0.3em 5px;
font-size: 1em;
font-size: 1em;
-
border-left: 5px solid #ffdaa2;  
+
border-left: 5px solid #fddea5;  
}
}
-
#body img
+
#body .editsection{
-
{
+
-
margin: 0.5em 0em;
+
-
}
+
-
#body .editsection
+
-
{
+
font-size: small;
font-size: small;
font-weight: normal;
font-weight: normal;
}
}
-
#body div.title
+
#body .by{
-
{
+
font-size: 80%;
-
margin: 1em 0em 0.5em;
+
-
text-align: center;
+
-
font-size: 200%;
+
-
font-weight: bold;
+
}
}
-
#body div.subtitle
+
/* List */
-
{
+
#body ul{
-
text-align: center;
+
-
font-style: italic;
+
-
}
+
-
/* List ***********************************************************************/
+
-
#body dt
+
-
{
+
-
font-weight: normal;
+
-
margin-bottom: -1.5em;
+
-
}
+
-
#body dd
+
-
{
+
-
position: relative;
+
-
left: 15em;
+
-
margin-right: 15em;
+
-
}
+
-
#body ul
+
-
{
+
list-style-image: none;
list-style-image: none;
list-style-type: disc;
list-style-type: disc;
}
}
-
#body .by
+
/* Table */
-
{
+
#body table{
-
font-size: 80%;
+
-
font-weight: normal;
+
-
}
+
-
/* Table **********************************************************************/
+
-
#body table
+
-
{
+
margin: 0.5em 0em;
margin: 0.5em 0em;
padding: 0em;
padding: 0em;
Line 209: Line 139:
background: white !important;
background: white !important;
}
}
-
/* References **********************************************************************/
+
 
-
#body .reference h4
+
-
{
+
-
display: none;
+
-
}
+
-
/* Other **********************************************************************/
+
-
#body hr
+
-
{
+
-
display: none;
+
-
}
+
-->
-->
</style>
</style>
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 
-
<script type="text/javascript">
 
-
<!--
 
-
$(document).ready(function()
 
-
{
 
-
/* menu script */
 
-
$("#menu div:has(.selflink)")
 
-
.css({"color":"black", "background":"white"})
 
-
});
 
-
-->
 
-
</script>
 
</head>
</head>
</html>
</html>
</div>
</div>
<div id="head">
<div id="head">
 +
<div>[[Image:KyotoHome.png]]</div>
<div id="last">LastModified: {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY}}</div>
<div id="last">LastModified: {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY}}</div>
<div id="menu">
<div id="menu">
<div>[[Team:Kyoto|Home]]</div>
<div>[[Team:Kyoto|Home]]</div>
<div>[[Team:Kyoto/Team|Team]]</div>
<div>[[Team:Kyoto/Team|Team]]</div>
-
<div class="separator"><br /></div>
 
<div>[[Team:Kyoto/Project|Project]]</div>
<div>[[Team:Kyoto/Project|Project]]</div>
-
<div>[[Team:Kyoto/Modeling|Modeling]]</div>
 
<div>[[Team:Kyoto/Parts|Parts]]</div>
<div>[[Team:Kyoto/Parts|Parts]]</div>
-
<div class="separator"><br /></div>
 
-
<div>[[Team:Kyoto/Notebook|Notebook]]</div>
 
-
<div>[[Team:Kyoto/Protocols|Protocols]]</div>
 
-
<div>[[Team:Kyoto/LearnMore|LearnMore]]</div>
 
-
<div class="separator"><br /></div>
 
<div>[[Team:Kyoto/HumanPractice|HumanPractice]]</div>
<div>[[Team:Kyoto/HumanPractice|HumanPractice]]</div>
<div>[[Team:Kyoto/Safety|Safety]]</div>
<div>[[Team:Kyoto/Safety|Safety]]</div>
</div>
</div>
</div>
</div>
 +
<div id="logo">[[Image:KyotoLogoLysisbox.png|150px|right]]</div>
__TOC__
__TOC__
 +
__NEWSECTIONLINK__
<div id="body">
<div id="body">
</includeonly>
</includeonly>

Revision as of 06:11, 20 October 2010