Team:Kyoto/Header

From 2010.igem.org

(Difference between revisions)
Line 111: Line 111:
}
}
/* Table */
/* Table */
-
#body table{
+
#body table{ margin: 0.5em 0em;
-
margin: 0.5em 0em;
+
padding: 0em;
padding: 0em;
border: 2px solid gray;
border: 2px solid gray;
Line 118: Line 117:
width: 100%;
width: 100%;
}
}
-
#body td, #body th
+
#body td, #body th{
-
{
+
margin: 0em;
margin: 0em;
padding: 0.2em !important;
padding: 0.2em !important;
Line 125: Line 123:
border: 1px solid gray;
border: 1px solid gray;
}
}
-
#body table.electrophoresis
+
#body table.electrophoresis{
-
{
+
width: 600px;
width: 600px;
}
}
-
#body #groupparts
+
#body #groupparts{
-
{
+
width: 100% !important;
width: 100% !important;
}
}
-
#body #groupparts *
+
#body #groupparts *{
-
{
+
font: 100% sans-serif !important;
font: 100% sans-serif !important;
background: white !important;
background: white !important;
 +
}
 +
/* Title */
 +
#body div.title{
 +
text-align: center;
 +
font-size: 200%;
 +
}
 +
#body span.subtitle{
 +
display: block;
 +
text-align: center;
 +
font-size: 80%;
}
}

Revision as of 14:57, 20 October 2010