File: gray.css

package info (click to toggle)
prayer 1.3.5-dfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,596 kB
  • sloc: ansic: 43,163; makefile: 817; sh: 445; perl: 166
file content (19 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (6)
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; }