1/* CSS for SWI-Prolog HTTPD directory indices
2*/
3
4table.dirindex th.name
5{ text-align: left;
6}
7
8table.dirindex tr.dirindex_header
9{ background-color: #b0ffb0;
10}
11
12table.dirindex tr.odd
13{ background-color: #d0d0d0;
14}
15
16table.dirindex th.modified, th.size
17{ text-align: right;
18}
19
20table.dirindex td.modified, td.size
21{ text-align: right;
22  padding-left: 10px;
23  font-family: monospace;
24}
25