You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.0 KiB
48 lines
1.0 KiB
15 years ago
|
h1 { text-align: center; background-color: #ccccff; }
|
||
|
h2 { background-color: #eeeeff; }
|
||
|
h3 { background-color: #eeeeff; }
|
||
|
h4 { background-color: #eeeeff; }
|
||
|
|
||
|
A { text-decoration: none; font-weight: bold }
|
||
|
|
||
|
table { width: 80%; }
|
||
|
|
||
|
th {
|
||
|
background-color: #ccccff;
|
||
|
font-weight: bold;
|
||
|
padding-right : 10px;
|
||
|
padding-top : 2px;
|
||
|
padding-left : 10px;
|
||
|
padding-bottom : 2px;
|
||
|
margin-left : 0px;
|
||
|
margin-right : 0px;
|
||
|
margin-top : 2px;
|
||
|
margin-bottom : 2px
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
background-color: #ddddff;
|
||
|
font-weight: bold;
|
||
|
padding-right : 10px;
|
||
|
padding-top : 2px;
|
||
|
padding-left : 10px;
|
||
|
padding-bottom : 2px;
|
||
|
margin-left : 0px;
|
||
|
margin-right : 0px;
|
||
|
margin-top : 2px;
|
||
|
margin-bottom : 2px
|
||
|
}
|
||
|
|
||
|
td.indexvalue {
|
||
|
background-color: #ddddff;
|
||
|
font-style: italic;
|
||
|
padding-right : 10px;
|
||
|
padding-top : 2px;
|
||
|
padding-left : 10px;
|
||
|
padding-bottom : 2px;
|
||
|
margin-left : 0px;
|
||
|
margin-right : 0px;
|
||
|
margin-top : 2px;
|
||
|
margin-bottom : 2px
|
||
|
}
|