File: pgpool.css

package info (click to toggle)
pgpool2 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 4,292 kB
  • ctags: 5,482
  • sloc: ansic: 30,138; sh: 9,037; yacc: 6,944; lex: 2,140; sql: 86; makefile: 81
file content (118 lines) | stat: -rw-r--r-- 1,836 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
ul#navlist
	{
	width: 158px;
	\width: 160px;
	w\idth: 158px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	font: bold 12px verdana,helvetica,arial,sans-serif;
	background: #808080;
	}
	
	ul#navlist li
	{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #808080;
	font-size:7pt;
	}
	
	ul#navlist li a
	{
	display: block;
	width: 122px;
	\width: 158px;
	w\idth: 122px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-left: 20px solid #aaaabb;
	background: #ccccdd;
	text-decoration: none;
	text-align: right;
	
	}
	
	ul#navlist li a:link { color: #666677; }
	div#navcontainer li a:visited { color: #666677; }
	
	ul#navlist li a:hover
	{
	border-color: #ff9000;
	color: #ffffff;
	background: #000d33;
	}
	
/* --------------------------- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0px;
	color: black;
	border-left: 20px solid #ccc;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0px;
	color: black;
	border-left: 2px dotted #ccc;
}
pre {
	font-size:10px;
	background-color:#f0f0f0;
	color: brown;
	padding: 5px;
	margin-left:40px;
	margin-right:30px;
}
h1 {
	border-bottom: 2px solid #6699CC;
	padding: 5px;
	margin-left:10px;
	background:#F9FBF9;
}
h2 {
	border-bottom: 2px solid #669966;
	padding: 5px;
	margin-left:30px;
	background: #F4F8F1;
}
p {
	padding-left: 15px;
	padding-right: 15px;
	margin-left:25px;
	margin-right:25px;

}
ul, ol,dl {
	margin-left:40px;
}
dt {
	font-weight:bold;
}
li {
	list-style:square;
	color: #663333;
}


	a:link { color: blue; }
	a:hover{ color: red; }


.header_small {
	font-size: 0.9em;
	background-color: #f0f0f0;
	
}
.header_text {
	border-bottom: 2px solid #663366;
	padding: 5px;
	background-color: #E9F8F8;	
	font-size: 2em;
	font-weight:bold;
	padding:25px;
}