Template:Chiba base

From 2013.igem.org

(Difference between revisions)
 
(127 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<head>
+
<head>
-
<title>iGEM-2013 Titech</title>
+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
-
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
+
<title>iGEM-2013 Chiba</title>
-
<style type="text/css">
+
<style type="text/css">
-
body {
+
 
-
margin: 0;
+
/*背景 中身*/
-
padding: 0;
+
 
-
font-family: "メイリオ", Meiryo, "MS Pゴシック", Osaka, sans-serif;
+
body{
-
color: #666;
+
background-color:#fff8dc;
 +
 
}
}
-
h1 {
+
h1{
-
margin: 0;
+
font-size:72px
-
font-family:  Arial, Helvetica, sans-serif;
+
 
-
font-size: 48px;
+
-
font-weight:normal;
+
-
color: #D93E02;
+
}
}
-
h2 {
+
h2{
-
margin: 0;
+
font-size:40px
-
font-size: 110%;
+
 
}
}
-
h3 {
+
 
-
margin: 0;
+
p{
-
font-size: 90%;
+
font-size:17px;
}
}
-
p {
+
 
-
margin: 0;
+
 
-
font-size: 90%;
+
/* ------------------------- */
-
line-height:1.6;
+
 
 +
/* iGEM2013 のデフォルトのロゴを消す */
 +
#p-logo {
 +
visibility: hidden;
}
}
-
address {
+
#logospace {
-
font-style: normal;
+
padding: 20px;
-
text-align: center;
+
height: 150px;
-
font-size: 90%;
+
background-color: #519548;
}
}
-
a {
+
/* テキストのパディング */
-
color: #01b2a8;
+
.textSpace {
-
text-decoration: none;
+
padding: 5px 30px;
 +
}
 +
 
 +
 
 +
/* ページの一番上のメニュー */
 +
#top-section {
 +
position: relative;
 +
height: 10px;
 +
width: 920px;
 +
margin: 0px auto;
 +
border-left: 0px solid rgb(68, 68, 68);
 +
border-right: 0px solid rgb(68, 68, 68);
 +
border-bottom: 0px solid rgb(68, 68, 68);
 +
}
 +
 
 +
 
 +
/* Template: ~~~ という文字を消す */
 +
h1.firstHeading {
 +
display: none;
 +
}
 +
 
 +
/* 検索ボックス */
 +
#search-controls {
 +
    position: absolute;
 +
    top: 40px;
 +
    right: 15px;
 +
    width: 150px;
 +
    height: 40px;
 +
    background-color: transparent;
 +
    text-align: center;
 +
    z-index: 3;
 +
}
 +
 
 +
/* 検索 go ボタンの位置修正 */
 +
#searchGoButton {
 +
    margin-right: 0px;
 +
    margin-left: 15px;
 +
}
 +
 
 +
/* コンテンツエリア全体 */
 +
#content {
 +
position: relative;
 +
width: 920px;
 +
margin: 0px auto;
 +
padding: 0px;
 +
background: none repeat scroll 0% 0% white;
 +
color: black;
 +
border-left: 1px solid rgb(68, 68, 68);
 +
border-right: 1px solid rgb(68, 68, 68);
 +
line-height: 1.5em;
 +
z-index: 2;
 +
}
 +
 
 +
/* フッター */
 +
#footer-box {
 +
    width: 920px;
 +
    padding: 0px;
 +
    background-color: white;
 +
    margin: 0px auto;
 +
    border: 1px solid rgb(68, 68, 68);
 +
}
 +
 
 +
/* ------------------------- */
 +
 
 +
 
 +
 
 +
 
 +
pegebody{
 +
margin-left:10px;
 +
margin-right:10px;
 +
}
 +
 
 +
 
 +
/*-------------menu--------------*/
 +
 
 +
.nav {
 +
margin:10px 0;
 +
height:24px;
}
}
.nav ul {
.nav ul {
-
font-family: Arial, Helvetica, sans-serif;
+
float:left;
-
letter-spacing: 2px;
+
}
-
margin: 0;
+
-
padding: 0;
+
-
list-style-type: none;
+
-
text-align:right;
+
-
}
+
.nav ul li {
.nav ul li {
-
display:inline-block;
+
display:block;
-
padding:0 5px;
+
width:110px;
 +
height:24px;
 +
line-height:24px;
 +
float:left;
 +
box-shadow:1px 1px 6px #bbb;
 +
position:relative;
}
}
-
.links ul {
+
.nav ul li a {
-
list-style-type:none;
+
background-image: -webkit-linear-gradient(#ffff00,#ffa500);
-
font-size:90%;
+
background-image: linear-gradient(#ffff00,#ffa500);
-
margin:0;
+
display:block;
-
padding:0;
+
text-align:center;
-
line-height:1.8;
+
border-top:solid 1px #ffd700;
 +
border-bottom:solid 1px #ff8c00;
 +
border-right:solid 1px #ff8c00;
 +
border-left:solid 1px #ffdead;
}
}
-
.links ul li {
+
.nav ul li:first-child a {
-
padding-left:20px;
+
border-radius: 4px 0 0 4px;
-
background-image:url(../images/ico.gif);
+
border-left:solid 1px #ff8c00;  
-
background-repeat:no-repeat;
+
-
background-position:left center;
+
}
}
 +
.nav ul li:last-child a {
 +
border-radius:0 4px 4px 0;
 +
}
 +
.nav ul li a:hover {
 +
text-shadow:0 1px #fff,1px 0 #fff,0 -1px #fff,-1px 0 #fff;
 +
}
 +
 +
.nav ul li ul {
 +
position:absolute;
 +
}
 +
.nav ul li ul li {
 +
font-size:14px;
 +
letter-spacing:0;
 +
box-shadow:none;
 +
height:0;
 +
overflow:hidden;
 +
-webkit-transition:300ms;
 +
transition:300ms;
 +
}
 +
.nav ul li:hover ul li {
 +
height:24px;
 +
}
 +
.nav ul li:hover ul {
 +
box-shadow:1px 1px 3px #ccc;
 +
}
 +
.nav ul li ul li a {
 +
background-image:none;
 +
background-color: #fffacd;
 +
border:0;
 +
}
 +
.nav ul li ul li a:hover {
 +
background-color: #ffd700;
 +
}
 +
.nav ul li:first-child ul li a {
 +
border-radius:0;
 +
border-left:0;
 +
}
 +
.nav ul li ul li:first-child a {
 +
border-radius:0;
 +
border-left:0;
 +
}
 +
.nav ul li ul li:last-child a {
 +
border-radius:0;
 +
}
 +
.nav ul li#now ul li a {
 +
color: #01b2a8;
 +
}
 +
 +
/*--------------------menu---end-------*/
 +
 +
 +
.header {
 +
margin-left:-10px;
 +
margin-right:-10px;
 +
background-color:#02a8a0;
 +
background-image: -webkit-linear-gradient(#ff7f50, #ff0000);
 +
background-image: linear-gradient(#ff7f50, #ff0000);
 +
padding: 10px;
 +
margin-bottom:5px;
 +
}
 +
 +
 +
h1  {
 +
font-weight:bold;
 +
color:#ffffff;
 +
}
 +
 +
 +
 +
 +
</style>
 +
 +
</head>
 +
 +
 +
<body>
 +
<IMG src="https://static.igem.org/mediawiki/2013/6/60/Chiba_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC.png" width="920px"border=0 >
 +
 +
 +
<div class="nav">
 +
 +
<ul>
 +
  <li><a href="https://2013.igem.org/Team:Chiba">Home</a>
 +
</li>
 +
  <li><a href="https://2013.igem.org/Team:Chiba/Team">Team</a>
 +
  <ul>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Team#undergraduates">Members</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Team#advisers">Advisers</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Team#Instructors">Instructors</a></li>
 +
    <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Chiba">Official Profile</a></li>
 +
  </ul></li>
 +
  <li><a href="https://2013.igem.org/Team:Chiba/Project">Project</a>
 +
  <ul>
 +
<li><a href="https://2013.igem.org/Team:Chiba/Project">Overview</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Project/uptake">Iron Uptake</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Project/store">Sequestration</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Project/oxidation">Iron Oxidation</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Project/Future">Future</a></li>
 +
  </ul></li>
 +
  <li><a href="https://2013.igem.org/Team:Chiba/Parts">Parts</a></li>
 +
  <li><a href="https://2013.igem.org/Team:Chiba/Notebook">Notebook</a>
 +
<ul>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Assay/uptake">Iron Uptake</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Assay/store">Sequestration</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Chiba/Assay/oxidation">Iron Oxidation</a></li>
 +
  </ul>
 +
</li>
 +
  <li><a href="https://2013.igem.org/Team:Chiba/Sponsors">Thanks</a></li>
 +
  <li><a href="https://2013.igem.org/Team:Chiba/Safety">Safety</a></li>
 +
  <li><a href="https://2013.igem.org/Team:Chiba/Reference">Refs&Links</a></li>
 +
</ul><ul>
 +
 +
</div>
 +
 +
 +
</body>
 +
 +
 +
 +
 +
 +
</html>

Latest revision as of 02:47, 28 September 2013

iGEM-2013 Chiba