| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- body {
- font-family: Arial, Helvetica, sans-serif;
- }
- tr.odd {
- background-color: #DFDFDF;
- }
- tr.even {
- background-color: white;
- }
- td.nick {
- font-size: 10pt;
- }
- td.nick small {
- font-size: 8pt;
- }
- td.time {
- font-size: 10pt;
- }
- td.quote {
- font-family: "Courier New";
- font-size: 10pt;
- }
- h1 {
- text-align: center;
- }
- #filter_form {
- text-align: center;
- }
- #otherchans {
- text-align: center;
- }
- #otherchans a {
- color: black;
- padding: 2px;
- }
- #otherchans a.current {
- background-color: red;
- color: white;
- }
- #otherchans a:hover {
- color: white;
- background-color: black;
- }
- #sortinfo {
- text-align: right;
- color: gray;
- }
- .nopage {
- color: gray;
- }
- #pages {
- padding-top: 2px;
- text-align: center;
- font-size: 12pt;
- }
- #pages a {
- padding: 2px;
- color: black;
- }
- #pages a:hover {
- color: white;
- background-color: red;
- }
- #poweredby {
- text-align: right;
- color: gray;
- }
|