/usr/share/prayer/static/gray.css is in prayer 1.3.5-dfsg1-2+b1.
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 | /* $Cambridge: hermes/src/prayer/files/static/gray.css,v 1.12 2008/09/16 09:59:56 dpc22 Exp $ */
BODY {
background-color: #eeeeee;
color: #000000;
}
.t_banner { background-color: #cccccc; white-space: nowrap; }
.t_title { background-color: #eeeeee; white-space: nowrap; }
.t_odd_row { background-color: #eeeeee; white-space: nowrap; }
.t_even_row { background-color: #dddddd; white-space: nowrap; }
.t_wbanner { background-color: #cccccc; }
.t_wtitle { background-color: #eeeeee; }
.t_wodd_row { background-color: #eeeeee; }
.t_weven_row { background-color: #dddddd; }
.t_status { background-color: #ffffcc; }
.t_nstatus { background-color: #ccffcc; }
|