Team:Kyoto/Header

From 2010.igem.org

(Difference between revisions)
Line 11: Line 11:
h1{
h1{
display: none;
display: none;
 +
}
 +
#content{
 +
padding: 0px 10px;
}
}
#footer-box{
#footer-box{
Line 19: Line 22:
position: relative;
position: relative;
width: 975px;
width: 975px;
-
margin: -10px -5px 0px;
+
margin: -5px;
}
}
#last{
#last{
Line 78: Line 81:
}
}
/* Body */
/* Body */
-
#body{
+
/* 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{
 +
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 .editsection{
 +
font-size: small;
 +
font-weight: normal;
 +
}
 +
#body .by{
 +
font-size: 80%;
 +
}
 +
/* List */
 +
#body ul{
 +
list-style-image: none;
 +
list-style-type: disc;
 +
}
 +
/* 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;
}
}
 +
-->
-->
</style>
</style>

Revision as of 05:44, 20 October 2010