-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent-iframe.common.css
358 lines (325 loc) · 9.44 KB
/
event-iframe.common.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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
.event-buttons {
width: 100%;
text-align: center;
}
.event-buttons input {
font-size: 18pt;
font-weight: bold;
text-decoration: none;
}
.event-download {
width: 100%;
text-align: center;
}
.event-download a {
font-size: 18pt;
color: darkgreen !important;
font-weight: bold;
text-decoration: none;
background: lightgreen;
width: 100%;
padding-left: 5px;
padding-right: 5px;
}
.event-download:hover {
text-decoration: underline;
}
.event-issue {
width: 100%;
text-align: center;
margin-top: 2px;
}
.event-issue a {
font-size: 18pt;
color: darkorange !important;
font-weight: bold;
text-decoration: none;
background: gold;
width: 100%;
padding-left: 5px;
padding-right: 5px;
margin-top: 10px;
}
.event-issue:hover {
text-decoration: underline;
}
.event-body {
font-family: Futura,Century Gothic,AppleGothic,sans-serif;
font-size: 10pt;
width: 100%;
}
.event-body a {
color: #B52C00;
text-decoration: none;
}
.event-body a:hover {
text-decoration: underline;
}
.event-table {
background: #eee;
border-collapse: collapse;
width: 350px;
margin-bottom: 5px;
}
.event-cell {
border: 1px solid #FFFEF9;
padding-top: 1px;
padding-bottom: 2px;
padding-left: 3px;
}
.event-cell sup {
word-spacing: -0.3em;
}
.event-tab-title {
text-align: center;
width: 350px;
}
.event-tab-div {
float: left;
margin: 5px;
width: 350px;
}
.event-host-title {
text-align: center;
width: 260px;
}
.event-host-div {
float: left;
margin: 5px;
width: 260px;
}
.bk-widget select {
min-width: initial!important;
}
.bk-hbox-spacer {
margin-right: 0!important;
}
.bk-slider-horizontal {
height: 30px!important;
margin-left: 15px!important;
//width: 200px!important;
}
.bk-root {
height: initial!important;
}
.bk-hbox label {
margin-left: 15px!important;
}
.bk-hbox p {
margin-top: 4px!important;
margin-left: 125px!important;
}
.bk-hbox select {
margin-top: -20px!important;
margin-left: 5px!important;
}
.derived {
color: #800080;
}
/* Tooltip container */
.stt {
position: relative;
display: inline-block;
}
//.sttt:after {
// content: "";
// position: relative;
// border-top: 26px solid #292f45;
// border-left: 26px solid transparent;
// border-right: 26px solid transparent;
// visibility: hidden;
// top: -20px;
// right: -12px;
//}
/* Tooltip text */
.stt .sttt {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
padding: 3px;
border-radius: 6px;
text-decoration: none;
position: absolute;
white-space: nowrap;
top: 100%;
left: 1px;
z-index: 1;
}
/* Show the stt text when you mouse over the stt container */
.stt:hover .sttt {
visibility: visible;
}
.stt .sttright {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
padding: 1px;
border-radius: 6px;
text-decoration: none;
position: absolute;
white-space: nowrap;
top: -1px;
left: 100%;
z-index: 1;
}
/* Show the stt text when you mouse over the stt container */
.stt:hover .sttright {
visibility: visible;
}
.sls {
-moz-box-shadow: 0px 1px 0px 0px #1564ad;
-webkit-box-shadow: 0px 1px 0px 0px #1564ad;
box-shadow: 0px 1px 0px 0px #1564ad;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
background-color:#79bbff;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #337bc4;
display:inline-block;
cursor:pointer;
color:#000;
text-decoration:none;
text-shadow:0px 0.5px 0px #fff;
font-weight:bold;
margin-top:4px;
}
.sls:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
background-color:#378de5;
}
.sls:active {
position:relative;
top:1px;
}
.sme {
-moz-box-shadow: 0px 1px 0px 0px #fff6af;
-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
box-shadow: 0px 1px 0px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #ffaa22;
display:inline-block;
cursor:pointer;
color:#000;
text-decoration:none;
text-shadow:0px 0.5px 0px #fff;
font-weight:bold;
}
.sme:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
}
.sme:active {
position:relative;
top:1px;
}
.slt {
-moz-box-shadow: 0px 1px 0px 0px #f7c5c0;
-webkit-box-shadow: 0px 1px 0px 0px #f7c5c0;
box-shadow: 0px 1px 0px 0px #f7c5c0;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
background-color:#fc8d83;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #d83526;
display:inline-block;
cursor:pointer;
color:#000;
text-decoration:none;
text-shadow:0px 0.5px 0px #fff;
font-weight:bold;
margin-top:4px;
}
.slt:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
background-color:#e4685d;
}
.slt:active {
position:relative;
top:1px;
}
.saq {
-moz-box-shadow: 0px 1px 0px 0px #a4e271;
-webkit-box-shadow: 0px 1px 0px 0px #a4e271;
box-shadow: 0px 1px 0px 0px #a4e271;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
background-color:#89c403;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #74b807;
display:inline-block;
cursor:pointer;
color:#000;
text-decoration:none;
text-shadow:0px 0.5px 0px #fff;
font-weight:bold;
margin-top:4px;
margin-bottom:2px;
}
.saq:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
background-color:#77a809;
}
.saq:active {
position:relative;
top:1px;
}
.private-source {
color:Goldenrod;
}