Team:Kyoto/CSS

From 2009.igem.org

(Difference between revisions)
(h1.firstHeading)
 
(30 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;
 
-
}
 
-
#contentSub{height:0.1px;}
 
-
table{
+
#maincontents{
-
     border:2px orange solid;
+
    float:left;
 +
    width:755px;
 +
    margin:0px 0px 0px 10px;
 +
}
 +
table.notebook{
 +
    width:100%;
 +
    margin-bottom:1.5em;
 +
}
 +
table.notebook td{
 +
    padding:0.5em 1em;
 +
}
 +
table.data{
 +
    margin:auto;
 +
}
 +
table.data td{
 +
     text-align:right;
}
}
-
td{
+
table.notebook div.thumb{
-
     border:1px orange solid;
+
     border:none;
-
    background:#FFFF88;
+
}
}
-
th{
+
hr{
-
     border:1px orange solid;
+
     clear:both;
-
    background:#FFFF44;
+
}
}
</style>
</style>
</html>
</html>

Latest revision as of 17:30, 27 August 2009