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 (46 lines) | stat: -rw-r--r-- 526 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
A
{
    TEXT-DECORATION: none;
}

A:active
{
    TEXT-DECORATION: none;
}

A:hover
{
    TEXT-DECORATION: underline;
	color: Black;
}

A:visited
{
	color : Blue;
}

BODY

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

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

TABLE H4
{
    TEXT-ALIGN: center
}

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