File: api.css

package info (click to toggle)
oscache 2.4.1%2Bds1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,576 kB
  • sloc: java: 9,018; xml: 1,237; jsp: 574; makefile: 2
file content (93 lines) | stat: -rw-r--r-- 1,075 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
td, li, br, div, p
{
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

body
{
  margin:  0;
  padding:  0;
  color:  #333333;
  background-color: white;
  font-size: 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 19px;
}

TD.NavBarCell1
{
  font-size: 10px;
  font-family: Verdana, Sans-Serif;
  font-weight: bold;
  color: #666666;
  background-color: #99CCFF;
}

TD.NavBarCell1Rev
{
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #dedede;
  background-color: #669900;
}

TR.TableHeadingColor
{
	background-color: #99CCFF;
}

HR
{
	size: 1;
	color: #000000;
	height: 1;
}

a
{
  text-decoration: none;
}

a:link
{
  color: #003366;
}
a:visited
{
  color: #cc6600;
}
a:active
{
  background-color: transparent;
  color: #cc6600;
}

li
{
	padding-bottom: 2pt;
}

h2
{
  color: #006699;
  margin-bottom: 10px;
  margin-top: 10px;
}

h3
{
  color: #006699;
}

h4
{
  font: 11px verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  color: #cc6600;
}
h5, h6
{
  color: #032588;
}