File: main.css

package info (click to toggle)
cacti 0.6.7-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,000 kB
  • ctags: 1,120
  • sloc: php: 5,059; sql: 922; sh: 302; perl: 81; makefile: 56
file content (61 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
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
61
A
{
	TEXT-DECORATION: none;
	color : Blue;
}

A:active
{
	TEXT-DECORATION: none
}

A:hover
{
	TEXT-DECORATION: underline
	color: #333333
}

A:active
{
}

A:visited
{
	color : Blue;
}

BODY

{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	background-color : #F5F5F5;
}

TABLE, TR, TD
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	LETTER-SPACING: 0px;
}

TABLE H4
{
	TEXT-ALIGN: center
}

.header
{
	FONT-SIZE: 14px;
	font-weight : bold;
}

.cell1
{
	background-color: #FFFFFF
}

.cell2
{
	background-color: #E7E9F2
}