Team:Kyoto/Header

From 2010.igem.org

(Difference between revisions)
m
 
(397 intermediate revisions not shown)
Line 1: Line 1:
-
<div style="display:none;">
 
<includeonly>
<includeonly>
 +
<div style="display:none;">
<html>
<html>
<head>
<head>
<style type="text/css">
<style type="text/css">
<!--
<!--
-
#content
+
body{
-
{
+
background: white url(/wiki/images/b/b9/KyotoDot.png) fixed center;
-
min-width: 640px;
+
line-height: 150%;
-
overflow-x: hidden;
+
padding-bottom: 1000px;
-
padding:0em 1em;
+
}
}
-
#contentSub,h1
+
h1.firstHeading, hr, #contentSub{
-
{
+
display: none;
display: none;
}
}
-
#head
+
/* Header */
-
{
+
#head{
position: relative;
position: relative;
-
margin: 0em -1em;
+
margin: 0em -5px -5px;
-
padding: 1em;
+
-
color: white;
+
-
background: black;
+
}
}
-
#last
+
#last{
-
{
+
position: absolute;
position: absolute;
-
right: 2em;
+
right: 1em;
bottom: 2.5em;
bottom: 2.5em;
 +
color: #ffffff;
}
}
-
#menu
+
#menu{
-
{
+
position: absolute;
position: absolute;
right: 1em;
right: 1em;
bottom: 0em;
bottom: 0em;
}
}
-
#menu div
+
#menu a, #menu strong.selflink{
-
{
+
display: block;
float: left;
float: left;
 +
color: #ffffff;
margin: 0em;
margin: 0em;
-
padding: 0.5em 1em;
+
padding: 0.5em 0.6em;
 +
font-size: 95%;
}
}
-
#menu a
+
#menu strong.selflink{
-
{
+
background: #ffffff;
-
color: inherit;
+
color: #000000;
-
background: transparent;
+
-
text-decoration: none;
+
}
}
-
#index
+
#logo{
-
{
+
position: absolute;
-
margin: 0em -1em;
+
right: 5px;
-
padding: 0em 1em;
+
top: 5px;
-
border-bottom: 3px solid black;
+
z-index: 100;
-
background: white;
+
-
width: 100%;
+
}
}
-
#index a
+
#toc{
-
{
+
background: transparent;
-
color: black;
+
margin: 5px -5px 0px;
-
text-decoration: none;
+
border: none;
 +
border-bottom: 3px solid #2f509f;
 +
border-spacing: 0px;
 +
border-collapse: collapse;
 +
font-size: 1em;
 +
width: 975px;
}
}
-
#index #toc
+
#toc *, .toc *, #toc ul ul{
-
{
+
display: inline;
 +
line-height: 2em;
 +
color: #000000;
 +
text-decoration: none;
margin: 0em;
margin: 0em;
padding: 0em;
padding: 0em;
-
border: none;
 
-
background: transparent;
 
-
width: 100%;
 
-
font-size: 1em;
 
}
}
-
#index #toctitle
+
#toc div#toctitle, #toc span.tocnumber, #toc li.toclevel-1 a{
-
{
+
display: none;
display: none;
}
}
-
#index .tocnumber
+
#toc li.toclevel-2 a{
-
{
+
display: inline;
 +
padding: 0.5em 0em 0.5em 1em;
 +
}
 +
#toc li.toclevel-3 a{
display: none;
display: none;
}
}
-
#index li
+
/* Body */
-
{
+
#body{
 +
padding: 0px 10px;
 +
}
 +
/* Heading */
 +
#body h2, #body h3, #body h4, #body h5{
 +
margin: 1em 0em 0.5em;
 +
padding: 0.3em 10px;
 +
clear: both;
 +
font-weight: normal;
 +
}
 +
#body h2{
 +
font-size: 1.8em;
 +
border-top: 5px solid #fddea5;
 +
border-bottom: 5px solid #fddea5;
 +
}
 +
#body h3{
 +
font-size: 1.5em;
 +
border-right: 1px solid #aaa;
 +
border-bottom: 1px solid #aaa;
 +
background: #fddea5;
 +
}
 +
#body h4{
 +
font-size: 1.3em;
 +
border-bottom: 3px solid #fddea5;
 +
}
 +
#body h5{
 +
font-size: 1em;
 +
font-weight: bold;
 +
padding: 0em;
 +
margin: 1em 0em 0em;
 +
}
 +
#body .editsection{
 +
font-size: small;
 +
font-weight: normal;
 +
}
 +
#body .by{
 +
font-size: 80%;
 +
}
 +
/* Image */
 +
#body div.thumbright div.thumbinner{
 +
width: auto !important;
 +
}
 +
#body div.thumbright a.image{
 +
display: block;
float: left;
float: left;
-
padding: 0em 0.5em;
 
}
}
-
#body
+
/* List */
-
{
+
#body dt{
-
margin: 0em -1em;
+
font-weight: normal;
-
padding: 1em;
+
margin: 0em 0em -1.5em;
-
border-bottom: 3px solid black;
+
-
overflow: auto;
+
}
}
-
#body h2
+
#body dd{
-
{
+
position: relative;
-
clear: both;
+
left: 20em;
}
}
-
#body .editsection
+
#body ul{
-
{
+
list-style-image: none;
-
font-size: 0.8em;
+
list-style-type: disc;
}
}
-
#body li
+
/* Table */
-
{
+
#body table{
-
list-style: none;
+
margin: 0.5em 0em;
 +
padding: 0em;
 +
border: 2px solid gray;
 +
border-collapse: collapse;
 +
width: 100%;
}
}
-
#body td
+
#body caption{
-
{
+
font-size: 120%;
-
padding: 0em 0.5em;
+
}
}
-
#body hr
+
#body td, #body th{
-
{
+
margin: 0em;
-
display: none;
+
padding: 0.3em 0.5em !important;
 +
text-align: center;
 +
border: 1px solid gray;
 +
}
 +
#body table.electrophoresis{
 +
width: 600px;
 +
}
 +
#body table.materials{
 +
border: none;
 +
border-bottom: 1px solid gray;
 +
}
 +
#body table.materials th{
 +
white-space: nowrap;
 +
border-left: none;
 +
border-right: none;
 +
}
 +
#body table.materials td{
 +
border: none;
 +
padding: 0.4em 0.5em !important;
 +
text-align: left;
 +
line-height: 120%;
 +
}
 +
#body table.list{
 +
border: none;
 +
}
 +
#body table.list th{
 +
border: none;
 +
text-align: left;
 +
vertical-align: top;
 +
font-weight: normal;
 +
width: 10em;
 +
}
 +
#body table.list td{
 +
border: none;
 +
text-align: left;
 +
}
 +
#body table.small{
 +
width: 450px;
 +
float: left;
 +
margin: 0px 10px;
 +
}
 +
#body table.small{
 +
padding: 0.1em 0.3em !important;
 +
}
 +
#body #groupparts{
 +
width: 100% !important;
 +
}
 +
#body #groupparts *{
 +
font: 100% sans-serif !important;
 +
background: white !important;
 +
}
 +
/* Title */
 +
#body span.title{
 +
font-size: 120%;
 +
}
 +
/* Other */
 +
#body p{
 +
margin-bottom: 1em;
}
}
-->
-->
</style>
</style>
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 
-
<!--[if IE 6 ]>
 
-
<script type="text/javascript">
 
-
$(document).ready(function()
 
-
{
 
-
/* for ie6, display transparent png */
 
-
if(!document.namespaces.v)
 
-
{
 
-
document.namespaces.add('v','urn:schemas-microsoft-com:vml');
 
-
}
 
-
$('head').append('<style type="text/css">v\\:*{ behavior: url(#default#VML); }</style>');
 
-
$('img[src$=".png"]')
 
-
.css('visibility','hidden')
 
-
.before(function()
 
-
{
 
-
return('<v:image src="'+$(this).attr('src')+'" style="width:'+$(this).attr('width')+';height:'+$(this).attr('height')+';"/>')
 
-
});
 
-
});
 
-
</script>
 
-
<![endif]-->
 
-
<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 id="logo">[[Image:KyotoLogo.png]]</div>
+
<div><html><a href="https://2010.igem.org/Team:Kyoto"><img src="/wiki/images/7/74/KyotoHome.png" /></a></html></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>
+
[[Team:Kyoto/Project|Project]]
-
<div>[[Team:Kyoto/Team|Team]]</div>
+
[[Team:Kyoto/Parts|Parts]]
-
<div>[[Team:Kyoto/Project|Project]]</div>
+
[[Team:Kyoto/Modeling|Modeling]]
-
<div>[[Team:Kyoto/Parts|Parts]]</div>
+
[[Team:Kyoto/Notebook|Notebook]]
-
<div>[[Team:Kyoto/Modeling|Modeling]]</div>
+
[[Team:Kyoto/HumanPractice|HumanPractice]]
-
<div>[[Team:Kyoto/Notebook|Notebook]]</div>
+
[[Team:Kyoto/Safety|Safety]]
-
<div>[[Team:Kyoto/Safety|Safety]]</div>
+
[[Team:Kyoto/Team|Team]]
 +
[[Team:Kyoto/Criteria|Criteria]]
</div>
</div>
 +
<div id="logo"><html><a href="https://2010.igem.org/Team:Kyoto"><img src="/wiki/images/thumb/5/59/KyotoLogoLysisbox.png/150px-KyotoLogoLysisbox.png" /></a></html></div>
</div>
</div>
-
<div id="index">__TOC__</div>
+
__TOC____NEWSECTIONLINK__
<div id="body">
<div id="body">
</includeonly>
</includeonly>

Latest revision as of 06:40, 7 April 2011