Team:Todai-Tokyo/Modeling
From 2009.igem.org
(Difference between revisions)
M.Salvador (Talk | contribs) |
|||
Line 1: | Line 1: | ||
{{:Team:Todai-Tokyo/Template}} | {{:Team:Todai-Tokyo/Template}} | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> | ||
+ | <title>the notebook</title> | ||
+ | <style type="text/css"> | ||
+ | p { font-size : 10pt } | ||
+ | pz{ font-size : 30pt; color : red} | ||
+ | .aaa { font-size : 20pt } | ||
+ | <!-- | ||
+ | .box25{ | ||
+ | width: 800px;/*全体の幅*/ | ||
+ | font-size: 10pt;/*文字サイズ*/ | ||
+ | } | ||
+ | .box25 dt{/*タイトル部分の設定*/ | ||
+ | color: white;/*文字色*/ | ||
+ | background-color: black;/*背景色*/ | ||
+ | font-weight: bold; | ||
+ | width: 11em;/*タイトルの幅(文字数)*/ | ||
+ | position: relative; | ||
+ | z-index: 2; | ||
+ | padding: 0.3em 1em 0.2em 0.3em; | ||
+ | border-style: solid; | ||
+ | border-color: #616161;/*枠の色*/ | ||
+ | border-width: 1px 2px 2px 1px; | ||
+ | } | ||
+ | .box25 dt span{ | ||
+ | padding-left: 8px; | ||
+ | border-left: 4px solid #BEBEBF;/*タイトル部の左縦線*/ | ||
+ | } | ||
+ | .box25 dd{/*内容部分*/ | ||
+ | position: relative; | ||
+ | background:LightGrey; | ||
+ | color:black; | ||
+ | z-index: 1; | ||
+ | top: -0.9em; | ||
+ | margin: 0 0 0 0.9em; | ||
+ | border: solid 1px #717175;/*枠の色*/ | ||
+ | } | ||
+ | .box25 dd .text { | ||
+ | padding: 1.7em 0.5em 1em 1em;/*テキスト部分の余白*/ | ||
+ | border-left: solid 30px #DEDEDF;/*左側の着色部分*/ | ||
+ | } | ||
+ | --> | ||
+ | @charset "UTF-8"; | ||
+ | body { | ||
+ | background:black; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <dl class="box25"> | ||
+ | <dt><span>Ethics-1</span></dt> | ||
+ | <dd><div class="text"> | ||
+ | </div></dd> | ||
+ | </dl> | ||
+ | </body> | ||
+ | </html> | ||
+ | |||
No Page Text | No Page Text |
Revision as of 06:12, 20 October 2009
Home | The Team | The Project | Parts Submitted to the Registry | Modeling | Notebook | Protocols | Ethics |
---|
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <title>the notebook</title> <style type="text/css">
p { font-size : 10pt }
pz{ font-size : 30pt; color : red} .aaa { font-size : 20pt }
@charset "UTF-8"; body { background:black; }
</style> </head>
<body>
- Ethics-1</dt>
No Page Text