Team:Kyoto/CSS

From 2009.igem.org

(Difference between revisions)
(h1.firstHeading)
 
(33 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
*{
+
 
-
margin:0;
+
caption{
-
padding:0;
+
    font-weight:bold;
-
list-style:none;
+
-
font-size:100%;
+
}
}
-
h1.firstHeading{
+
 
-
     display:none;
+
#maincontents{
 +
     float:left;
 +
    width:755px;
 +
    margin:0px 0px 0px 10px;
}
}
-
#contentSub{height:0.1px;}
+
table.notebook{
-
table{
+
    width:100%;
-
     margin:1px;
+
    margin-bottom:1.5em;
-
     padding:1px;
+
}
 +
table.notebook td{
 +
    padding:0.5em 1em;
 +
}
 +
table.data{
 +
     margin:auto;
 +
}
 +
table.data td{
 +
     text-align:right;
 +
}
 +
table.notebook div.thumb{
 +
    border:none;
 +
}
 +
hr{
 +
    clear:both;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 17:30, 27 August 2009