2007-08-02 15:07:18 +03:00
|
|
|
body {
|
|
|
|
color: black;
|
|
|
|
background-color: #cc9;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt:after {
|
|
|
|
content: ': ';
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
display: block;
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
|
2007-08-02 20:43:03 +03:00
|
|
|
table {
|
|
|
|
border: 1px solid black;
|
|
|
|
border-collapse: collapse;
|
2007-08-02 21:34:01 +03:00
|
|
|
font-size: 90%;
|
2007-08-02 20:43:03 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
background-color: #eeb;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover {
|
|
|
|
background-color: #dda;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 0.2em;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|