/usr/lib/web/css/dirindex.css is in yap 6.2.2-6+b2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | /* CSS for SWI-Prolog HTTPD directory indices
*/
table.dirindex th.name
{ text-align: left;
}
table.dirindex tr.dirindex_header
{ background-color: #b0ffb0;
}
table.dirindex tr.odd
{ background-color: #d0d0d0;
}
table.dirindex th.modified, th.size
{ text-align: right;
}
table.dirindex td.modified, td.size
{ text-align: right;
padding-left: 10px;
font-family: monospace;
}
|