summaryrefslogtreecommitdiffstats
path: root/style.css
blob: a5e5abc71afd6b797cb63c5fcfce43fc8b353775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id$ */

td { padding: 5px; }
td.filename { width: 50ex; }
td.filedate { color: darkgray; font-size: small; text-align: right;  }
td.filesize { color: darkgray; font-size: small; text-align: right;  }
th { text-align: left; background: #f0f0f0; border-bottom-width: 1px; border-bottom-style:solid; border-bottom-color: darkblue; padding: 5px;}
table { border-width: 1px; border-style:solid; border-color: darkblue; border-spacing: 0; empty-cells:show; }
td.buttons { border-top-width: 1px; border-top-style:solid; border-top-color: darkblue; background: #f0f0f0; padding: 5px; text-align: center; }
.error { color: red; background: #f0f0f0; padding: 10px; }
h1 { color: #00009F; }
div.copyright { color: lightgray; margin-top: 5px; margin-bottom: 5px; }