File: sales.css

package info (click to toggle)
phpreports 0.3.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 620 kB
  • ctags: 1,149
  • sloc: php: 2,668; xml: 157; makefile: 29; python: 10; sh: 2
file content (60 lines) | stat: -rwxr-xr-x 843 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.HEADER {
	font-family: "arial","verdana";
	font-size: 10px;
	color: #505050;
	background: #DDDDDD;
}

.FOOTER {
	font-family: "arial","verdana";
	font-size: 10px;
	color: #505050;
	background: #CCCCCC;
}

.FIELDS {
	font-family: "arial","verdana";
	font-size: 10px;
	color: #000000;
	background: #FEFEFE;
}

.EVEN {
	font-family: "arial","verdana";
	font-size: 10px;
	color: #000000;
	background: #95CDED;
}

.ODD {
	font-family: "arial","verdana";
	font-size: 10px;
	color: #000000;
	background: #BDDFF3;
}

.BOLD {
	font-weight: bold;
}

.BOLDRED {
	color: #FF0000;
	font-weight: bold;
}

.PHPREPORTS_PAGE_CELL {
	font-family:"verdana","arial";
	font-size:12px;
	color:#000000;
}

.PHPREPORTS_PAGE_LINK {
	font-family:"verdana","arial";
	font-size:12px;
	color:#000000;
}

.PHPREPORTS_PAGE_LINK_BOLD {
	font-size:16px;
	font-weight:bold;
}