forked from kaltura/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
278 lines (220 loc) · 3.59 KB
/
style.css
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
@charset "utf-8";
* {
margin: 0;
padding: 0;
}
body {
font: normal 62.5% arial, sans-serif;
background: #272929 url(../images/page_bg.png) repeat-x 0 -2px;
}
p,ul {
margin-bottom: .75em;
}
a,a:active,a:visited {
color: #3895e4;
}
a:hover {
color: #faa61a;
}
#menu a {
text-decoration: none;
}
#menu a:hover {
text-decoration: underline;
}
code,pre {
margin: 11px;
display: block;
padding: 10px;
font-size: 12px;
font-family: monospace;
border: 1px solid #cccccc;
}
pre {
border: none;
padding: 0px;
}
h1 {
font-size: 20px;
margin: 7px 0 10px 3px;
color: #fff;
}
h1 img {
margin-top: 1px;
float: left;
}
h2 {
font-size: 18px;
color: #2F3737;
}
h3 {
font-size: 14px;
padding-top: 0.75em;
margin-bottom: 0.5em;
}
p,ul,td {
font-size: 14px;
}
ul {
margin: 0 11px 22px;
list-style: circle inside none;
}
li {
margin: 0 0 6px 15px;
list-style: circle outside none;
}
#pageWrap {
margin: 0 10px;
}
#insideWrap {
widths: 100%;
padding: 5px 18px 25px;
displays: table;
background: #F8F8F8 url(../images/bg.png) repeat-x;
}
#menu {
width: 202px;
padding: 4px;
border: solid 1px #CFD7D7;
margin-top: 21px;
float: left;
background: #fff;
height: 300px;
padding: 11px;
background: #fff url(../images/sidebg.png) repeat-x 0 bottom;
}
#menu li.active {
font-weight: bold;
color: #222;
list-style-image: url(../images/arrow.gif);
}
#menu li.done {
list-style-image: url(../images/passed_step.png);
}
#content {
margin: 21px 0 0 222px;
padding: 14px 11px 0 15px;
}
#systemStatus div.passed,#systemStatus div.failed {
padding: 20px 22px 9px;
border: solid 2px green;
}
#systemStatus div.failed {
border-color: #b91a00;
}
#systemStatus strong {
color: #222;
}
#systemStatus .verify {
margin: 4px;
padding: 4px;
padding-left: 26px;
}
#systemStatus li.passed {
background: url(../images/passed.png) no-repeat 2px 50%;
}
#systemStatus .passed strong {
color: green;
}
#systemStatus li.failed {
background: url(../images/failed.png) no-repeat 2px 50%;
font-weight: bold;
color: #b91a00;
}
#systemStatus li.optional {
background: url(../images/optional.png) no-repeat 2px 50%;
list-style-type: none;
}
.status_error {
color: #b91a00;
font-weight: bold;
}
.help {
color: green;
}
ul#status_list {
margin-top: 22px;
}
ul#status_list li {
list-style-type: none;
}
#db_setup div {
font-size: 14px;
}
#systemStatus .fieldName {
width: 144px;
padding-bottom: 5px;
}
#systemStatus .theField {
width: 356px;
padding-bottom: 5px;
}
#systemStatus .theField input {
width: 300px;
border: solid 1px #B5CBD3;
height: 18px;
padding-top: 2px;
padding-left: 2px;
}
#systemStatus .fieldDescribe {
font-size: 10px;
padding-bottom: 10px;
}
#db_setup p {
margin-top: 11px;
}
#db_setup h4,#gnrl_info h4 {
margin: 0 0 8px 0;
color: #2F3737;
}
td p {
margin: 3px 0;
}
#systemStatus #db_setup div.failed {
padding: 18px 20px 5px;
margin-bottom: 25px;
}
#systemStatus #db_setup div.failed h2 {
color: #b91a00;
font-size: 14px;
}
#systemStatus #db_setup div.failed li {
list-style-type: disc;
}
#body li {
list-style-position: outside;
margin-left: 11px;
max-width: 1100px;
}
#body #systemStatus p {
margin-bottom: .5em;
margin-left: 5px;
}
#body p,#body li {
max-width: 1100px;
}
#body li p {
margin: 3px 0 9px;
}
#body div.failed,#body div.passed {
margin-bottom: 33px;
}
#body h3 span,#integrate h2 span {
padding-left: 22px;
font-weight: normal;
color: #666;
}
#body h3 span a,#integrate h2 span a {
color: #666;
}
#integrate h2 span {
font-size: 12px;
}
.error_hidden {
display: none;
}
.error_visible {
display: inline;
padding-left: 8px;
color: #b91a00;
}