Team:Kyoto/Notebook
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | {{: | + | <html> |
- | + | <head> | |
+ | <style type="text/css"> | ||
+ | <!-- | ||
+ | body | ||
+ | { | ||
+ | background: white url(https://static.igem.org/mediawiki/2010/b/b9/KyotoDot.png) fixed center; | ||
+ | } | ||
+ | /* Global Wrapper */ | ||
+ | #globalWrapper | ||
+ | { | ||
+ | position: relative; | ||
+ | margin: 0px auto; | ||
+ | padding: 98px 0px; | ||
+ | width: 975px; | ||
+ | } | ||
+ | /* Top Layer */ | ||
+ | #top-section | ||
+ | { | ||
+ | position: fixed; | ||
+ | top: 0px; | ||
+ | } | ||
+ | #content | ||
+ | { | ||
+ | position: reletive; | ||
+ | overflow-x: hidden; | ||
+ | z-index: auto; | ||
+ | padding: 0px; | ||
+ | width: 975px; | ||
+ | } | ||
+ | #footer-box | ||
+ | { | ||
+ | |||
+ | } | ||
+ | /* First Heading */ | ||
+ | h1 | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | /* Top */ | ||
+ | #head | ||
+ | { | ||
+ | position: absolute; | ||
+ | top: 2.5em; | ||
+ | } | ||
+ | #last | ||
+ | { | ||
+ | position: absolute; | ||
+ | right: 30px; | ||
+ | bottom: 2.5em; | ||
+ | color: #fff; | ||
+ | } | ||
+ | /* Menu */ | ||
+ | #menu | ||
+ | { | ||
+ | position: absolute; | ||
+ | right: 30px; | ||
+ | bottom: 0px; | ||
+ | } | ||
+ | #menu a, #menu .selflink | ||
+ | { | ||
+ | display: block; | ||
+ | float: left; | ||
+ | color: #000; | ||
+ | background: #8ad; | ||
+ | text-decoration: none; | ||
+ | padding: 0.5em 1em; | ||
+ | margin: 0em 0em 0em 0.5em; | ||
+ | } | ||
+ | #menu .selflink | ||
+ | { | ||
+ | color: #000; | ||
+ | background: #fff; | ||
+ | } | ||
+ | /* Logo */ | ||
+ | #logo | ||
+ | { | ||
+ | position: fixed; | ||
+ | left: 0px; | ||
+ | bottom: 0px; | ||
+ | z-index: 12; | ||
+ | } | ||
+ | #logo img | ||
+ | { | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | right: 5px; | ||
+ | } | ||
+ | /* Table of Contents */ | ||
+ | #toc | ||
+ | { | ||
+ | position: fixed; | ||
+ | top: 98px; | ||
+ | background: #fda; | ||
+ | border: none; | ||
+ | border-bottom: 0.5em solid #36a; | ||
+ | border-spacing: 0px; | ||
+ | border-collapse: collapse; | ||
+ | font-size: 1em; | ||
+ | width: 975px; | ||
+ | z-index: 9; | ||
+ | } | ||
+ | #toc * | ||
+ | { | ||
+ | color: #000; | ||
+ | text-decoration: none; | ||
+ | display: inline; | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | #toc li.toclevel-1 | ||
+ | { | ||
+ | padding: 0em 1em; | ||
+ | } | ||
+ | #toc div#toctitle, #toc span.tocnumber, #toc li.toclevel-2, #toc li.toclevel-3, #toc li.toclevel-4 | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | /* Main Body ******************************************************************/ | ||
+ | #body | ||
+ | { | ||
+ | margin: 2em 0em 0em; | ||
+ | border-top: 3px solid #3e62ad; | ||
+ | padding: 1em 30px; | ||
+ | } | ||
+ | #body h2, #body h3, #body h4, #body h5 | ||
+ | { | ||
+ | margin: 1em 0em 0.5em; | ||
+ | padding: 0.3em 10px; | ||
+ | clear: both; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | #body h2 | ||
+ | { | ||
+ | border-bottom: 2px solid #fddea5; | ||
+ | font-size: 1.5em; | ||
+ | } | ||
+ | #body h3 | ||
+ | { | ||
+ | font-size: 1.3em; | ||
+ | background: #fddea5; | ||
+ | } | ||
+ | #body h4 | ||
+ | { | ||
+ | padding: 0.3em 10px 0.3em 5px; | ||
+ | font-size: 1em; | ||
+ | border-left: 5px solid #fddea5; | ||
+ | } | ||
+ | #body img | ||
+ | { | ||
+ | margin: 0.5em 0em; | ||
+ | } | ||
+ | #body .editsection | ||
+ | { | ||
+ | font-size: small; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | #body div.title | ||
+ | { | ||
+ | margin: 1em 0em 0.5em; | ||
+ | text-align: center; | ||
+ | font-size: 200%; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | #body div.subtitle | ||
+ | { | ||
+ | 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-type: disc; | ||
+ | } | ||
+ | #body .by | ||
+ | { | ||
+ | font-size: 80%; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | /* Table **********************************************************************/ | ||
+ | #body table | ||
+ | { | ||
+ | margin: 0.5em 0em; | ||
+ | padding: 0em; | ||
+ | border: 2px solid gray; | ||
+ | border-collapse: collapse; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #body td, #body th | ||
+ | { | ||
+ | margin: 0em; | ||
+ | padding: 0.2em !important; | ||
+ | text-align: center; | ||
+ | border: 1px solid gray; | ||
+ | } | ||
+ | #body table.electrophoresis | ||
+ | { | ||
+ | width: 600px; | ||
+ | } | ||
+ | #body #groupparts | ||
+ | { | ||
+ | width: 100% !important; | ||
+ | } | ||
+ | #body #groupparts * | ||
+ | { | ||
+ | font: 100% sans-serif !important; | ||
+ | background: white !important; | ||
+ | } | ||
+ | /* References **********************************************************************/ | ||
+ | #body .reference h4 | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | /* Other **********************************************************************/ | ||
+ | #body hr | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | --> | ||
+ | </style> | ||
+ | </head> | ||
+ | </html> | ||
+ | <div style="position: absolute; top: -98px;"> | ||
+ | ==Top== | ||
+ | </div> | ||
+ | <div id="head"> | ||
+ | <div>[[Image:KyotoHome.png]]</div> | ||
+ | <div id="last">LastModified: {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY}}</div> | ||
+ | <div id="menu"> | ||
+ | [[Team:Kyoto|Home]] | ||
+ | [[Team:Kyoto/Team|Team]] | ||
+ | [[Team:Kyoto/Project|Project]] | ||
+ | [[Team:Kyoto/Modeling|Modeling]] | ||
+ | [[Team:Kyoto/Parts|Parts]] | ||
+ | [[Team:Kyoto/Notebook|Notebook]] | ||
+ | [[Team:Kyoto/Protocols|Protocols]] | ||
+ | [[Team:Kyoto/LearnMore|LearnMore]] | ||
+ | [[Team:Kyoto/HumanPractice|HumanPractice]] | ||
+ | [[Team:Kyoto/Safety|Safety]] | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="logo">[[Image:KyotoLogoLysisbox.png|150px]]</div> | ||
+ | __TOC__ | ||
+ | __NEWSECTIONLINK__ | ||
+ | <div id="body"> | ||
+ | ==Test== | ||
+ | ==Note== | ||
---- | ---- |
Revision as of 17:40, 14 October 2010
Top
Contents |