File: page.css

package info (click to toggle)
haproxy 3.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,924 kB
  • sloc: ansic: 267,927; sh: 3,466; xml: 1,756; python: 1,345; makefile: 1,155; perl: 168; cpp: 21
file content (173 lines) | stat: -rw-r--r-- 2,571 bytes parent folder | download | duplicates (3)
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
/* Global Styles */

body {
	margin-top: 50px;
	background: #fff;
}

a.anchor {
	display: block; position: relative; top: -50px; visibility: hidden;
}

/* ------------------------------- */

/* Wrappers */

/* ------------------------------- */

#index .well {
	background-color: #033c73;
	color: #fff;
}
#index small, #index .small {
	color: #aaa;
}

#wrapper {
    width: 100%;
}

#index .panel-body {
	background-color: #2fa4e7;
	color: #fff;
}

#page-wrapper {
    padding: 0 15px 50px;
    width: 720px;
    background-color: #fff;
    margin-left: 350px;
}

#sidebar {
	position: fixed;
	width: 350px;
	top: 50px;
	bottom: 0;
	padding: 15px;
        color: #ffffff;
        background-color: #033c73;
        border-right: 1px solid #ccc;
        overflow-y: auto;
}
#sidebar li > a {
    color: #fff;
}
#sidebar li.active > a,
#sidebar li > a:hover {
    color: #555 !important;
}

#sidebar .tab-content {
  background-color: #fff;
  color: #000;
  padding: 0.5em;
}
#sidebar-summary {
}
#sidebar-keywords {
}
.summary td {
  vertical-align: top;
}

/* ------------------------------- */

/* Misc */

/* ------------------------------- */

.well-small ul {
	padding: 0px;
}
.table th,
.table td.pagination-centered {
	text-align: center;
}


pre {
	overflow: visible; /* Workaround for dropdown menus */
}

pre.text {
        padding: 0;
	font-size: 13px;
	color: #000;
	background: transparent;
        border: none;
        margin-bottom: 18px;
}
pre.arguments {
        font-size: 13px;
        color: #000;
        background: transparent;
}

.comment {
	color: #888;
}
small, .small {
	color: #888;
}
.level1 {
	font-size: 125%;
}
.sublevels {
	border-left: 1px solid #ccc;
	padding-left: 10px;
}
.tab {
	padding-left: 1.25em;
}
.keyword  {
    font-family: Menlo, Monaco, "Courier New", monospace;
    white-space: pre;
    background: #eee;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

.label-see-also {
	background-color: #999;
}
.label-disabled {
	background-color: #ccc;
}
h5 {
	text-decoration: underline;
}

.example-desc {
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
}
.noheight {
	min-height: 0 !important;
}
.separator {
    margin-bottom: 18px;
}

div {
	word-wrap: break-word;
}

html, body {
	width: 100%;
	min-height: 100%:
}

.dropdown-menu > li {
	white-space: nowrap;
}
/* TEMPORARILY HACKS WHILE PRE TAGS ARE USED
-------------------------------------------------- */

h5,
.unpre,
.example-desc,
.dropdown-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
}