Revision 76dd22bd
firefox.plugin/data/bootstrap-theme.css | ||
---|---|---|
1 |
/*! |
|
2 |
* Bootstrap v3.3.4 (http://getbootstrap.com) |
|
3 |
* Copyright 2011-2015 Twitter, Inc. |
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
|
5 |
*/ |
|
6 |
|
|
7 |
.btn-default, |
|
8 |
.btn-primary, |
|
9 |
.btn-success, |
|
10 |
.btn-info, |
|
11 |
.btn-warning, |
|
12 |
.btn-danger { |
|
13 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); |
|
14 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
15 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
16 |
} |
|
17 |
.btn-default:active, |
|
18 |
.btn-primary:active, |
|
19 |
.btn-success:active, |
|
20 |
.btn-info:active, |
|
21 |
.btn-warning:active, |
|
22 |
.btn-danger:active, |
|
23 |
.btn-default.active, |
|
24 |
.btn-primary.active, |
|
25 |
.btn-success.active, |
|
26 |
.btn-info.active, |
|
27 |
.btn-warning.active, |
|
28 |
.btn-danger.active { |
|
29 |
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
30 |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
31 |
} |
|
32 |
.btn-default .badge, |
|
33 |
.btn-primary .badge, |
|
34 |
.btn-success .badge, |
|
35 |
.btn-info .badge, |
|
36 |
.btn-warning .badge, |
|
37 |
.btn-danger .badge { |
|
38 |
text-shadow: none; |
|
39 |
} |
|
40 |
.btn:active, |
|
41 |
.btn.active { |
|
42 |
background-image: none; |
|
43 |
} |
|
44 |
.btn-default { |
|
45 |
text-shadow: 0 1px 0 #fff; |
|
46 |
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); |
|
47 |
background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); |
|
48 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); |
|
49 |
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); |
|
50 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); |
|
51 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
52 |
background-repeat: repeat-x; |
|
53 |
border-color: #dbdbdb; |
|
54 |
border-color: #ccc; |
|
55 |
} |
|
56 |
.btn-default:hover, |
|
57 |
.btn-default:focus { |
|
58 |
background-color: #e0e0e0; |
|
59 |
background-position: 0 -15px; |
|
60 |
} |
|
61 |
.btn-default:active, |
|
62 |
.btn-default.active { |
|
63 |
background-color: #e0e0e0; |
|
64 |
border-color: #dbdbdb; |
|
65 |
} |
|
66 |
.btn-default.disabled, |
|
67 |
.btn-default:disabled, |
|
68 |
.btn-default[disabled] { |
|
69 |
background-color: #e0e0e0; |
|
70 |
background-image: none; |
|
71 |
} |
|
72 |
.btn-primary { |
|
73 |
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); |
|
74 |
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%); |
|
75 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); |
|
76 |
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); |
|
77 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0); |
|
78 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
79 |
background-repeat: repeat-x; |
|
80 |
border-color: #245580; |
|
81 |
} |
|
82 |
.btn-primary:hover, |
|
83 |
.btn-primary:focus { |
|
84 |
background-color: #265a88; |
|
85 |
background-position: 0 -15px; |
|
86 |
} |
|
87 |
.btn-primary:active, |
|
88 |
.btn-primary.active { |
|
89 |
background-color: #265a88; |
|
90 |
border-color: #245580; |
|
91 |
} |
|
92 |
.btn-primary.disabled, |
|
93 |
.btn-primary:disabled, |
|
94 |
.btn-primary[disabled] { |
|
95 |
background-color: #265a88; |
|
96 |
background-image: none; |
|
97 |
} |
|
98 |
.btn-success { |
|
99 |
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); |
|
100 |
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); |
|
101 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)); |
|
102 |
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); |
|
103 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); |
|
104 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
105 |
background-repeat: repeat-x; |
|
106 |
border-color: #3e8f3e; |
|
107 |
} |
|
108 |
.btn-success:hover, |
|
109 |
.btn-success:focus { |
|
110 |
background-color: #419641; |
|
111 |
background-position: 0 -15px; |
|
112 |
} |
|
113 |
.btn-success:active, |
|
114 |
.btn-success.active { |
|
115 |
background-color: #419641; |
|
116 |
border-color: #3e8f3e; |
|
117 |
} |
|
118 |
.btn-success.disabled, |
|
119 |
.btn-success:disabled, |
|
120 |
.btn-success[disabled] { |
|
121 |
background-color: #419641; |
|
122 |
background-image: none; |
|
123 |
} |
|
124 |
.btn-info { |
|
125 |
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); |
|
126 |
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); |
|
127 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2)); |
|
128 |
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); |
|
129 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); |
|
130 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
131 |
background-repeat: repeat-x; |
|
132 |
border-color: #28a4c9; |
|
133 |
} |
|
134 |
.btn-info:hover, |
|
135 |
.btn-info:focus { |
|
136 |
background-color: #2aabd2; |
|
137 |
background-position: 0 -15px; |
|
138 |
} |
|
139 |
.btn-info:active, |
|
140 |
.btn-info.active { |
|
141 |
background-color: #2aabd2; |
|
142 |
border-color: #28a4c9; |
|
143 |
} |
|
144 |
.btn-info.disabled, |
|
145 |
.btn-info:disabled, |
|
146 |
.btn-info[disabled] { |
|
147 |
background-color: #2aabd2; |
|
148 |
background-image: none; |
|
149 |
} |
|
150 |
.btn-warning { |
|
151 |
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); |
|
152 |
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); |
|
153 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316)); |
|
154 |
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); |
|
155 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); |
|
156 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
157 |
background-repeat: repeat-x; |
|
158 |
border-color: #e38d13; |
|
159 |
} |
|
160 |
.btn-warning:hover, |
|
161 |
.btn-warning:focus { |
|
162 |
background-color: #eb9316; |
|
163 |
background-position: 0 -15px; |
|
164 |
} |
|
165 |
.btn-warning:active, |
|
166 |
.btn-warning.active { |
|
167 |
background-color: #eb9316; |
|
168 |
border-color: #e38d13; |
|
169 |
} |
|
170 |
.btn-warning.disabled, |
|
171 |
.btn-warning:disabled, |
|
172 |
.btn-warning[disabled] { |
|
173 |
background-color: #eb9316; |
|
174 |
background-image: none; |
|
175 |
} |
|
176 |
.btn-danger { |
|
177 |
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); |
|
178 |
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); |
|
179 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)); |
|
180 |
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); |
|
181 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); |
|
182 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
183 |
background-repeat: repeat-x; |
|
184 |
border-color: #b92c28; |
|
185 |
} |
|
186 |
.btn-danger:hover, |
|
187 |
.btn-danger:focus { |
|
188 |
background-color: #c12e2a; |
|
189 |
background-position: 0 -15px; |
|
190 |
} |
|
191 |
.btn-danger:active, |
|
192 |
.btn-danger.active { |
|
193 |
background-color: #c12e2a; |
|
194 |
border-color: #b92c28; |
|
195 |
} |
|
196 |
.btn-danger.disabled, |
|
197 |
.btn-danger:disabled, |
|
198 |
.btn-danger[disabled] { |
|
199 |
background-color: #c12e2a; |
|
200 |
background-image: none; |
|
201 |
} |
|
202 |
.thumbnail, |
|
203 |
.img-thumbnail { |
|
204 |
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
205 |
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
206 |
} |
|
207 |
.dropdown-menu > li > a:hover, |
|
208 |
.dropdown-menu > li > a:focus { |
|
209 |
background-color: #e8e8e8; |
|
210 |
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); |
|
211 |
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); |
|
212 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); |
|
213 |
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); |
|
214 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); |
|
215 |
background-repeat: repeat-x; |
|
216 |
} |
|
217 |
.dropdown-menu > .active > a, |
|
218 |
.dropdown-menu > .active > a:hover, |
|
219 |
.dropdown-menu > .active > a:focus { |
|
220 |
background-color: #2e6da4; |
|
221 |
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); |
|
222 |
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); |
|
223 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); |
|
224 |
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); |
|
225 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); |
|
226 |
background-repeat: repeat-x; |
|
227 |
} |
|
228 |
.navbar-default { |
|
229 |
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); |
|
230 |
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); |
|
231 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); |
|
232 |
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); |
|
233 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); |
|
234 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
235 |
background-repeat: repeat-x; |
|
236 |
border-radius: 4px; |
|
237 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); |
|
238 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); |
|
239 |
} |
|
240 |
.navbar-default .navbar-nav > .open > a, |
|
241 |
.navbar-default .navbar-nav > .active > a { |
|
242 |
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); |
|
243 |
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); |
|
244 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); |
|
245 |
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); |
|
246 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); |
|
247 |
background-repeat: repeat-x; |
|
248 |
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); |
|
249 |
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); |
|
250 |
} |
|
251 |
.navbar-brand, |
|
252 |
.navbar-nav > li > a { |
|
253 |
text-shadow: 0 1px 0 rgba(255, 255, 255, .25); |
|
254 |
} |
|
255 |
.navbar-inverse { |
|
256 |
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); |
|
257 |
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%); |
|
258 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); |
|
259 |
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); |
|
260 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); |
|
261 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
262 |
background-repeat: repeat-x; |
|
263 |
} |
|
264 |
.navbar-inverse .navbar-nav > .open > a, |
|
265 |
.navbar-inverse .navbar-nav > .active > a { |
|
266 |
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%); |
|
267 |
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%); |
|
268 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f)); |
|
269 |
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); |
|
270 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); |
|
271 |
background-repeat: repeat-x; |
|
272 |
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); |
|
273 |
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); |
|
274 |
} |
|
275 |
.navbar-inverse .navbar-brand, |
|
276 |
.navbar-inverse .navbar-nav > li > a { |
|
277 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); |
|
278 |
} |
|
279 |
.navbar-static-top, |
|
280 |
.navbar-fixed-top, |
|
281 |
.navbar-fixed-bottom { |
|
282 |
border-radius: 0; |
|
283 |
} |
|
284 |
@media (max-width: 767px) { |
|
285 |
.navbar .navbar-nav .open .dropdown-menu > .active > a, |
|
286 |
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover, |
|
287 |
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus { |
|
288 |
color: #fff; |
|
289 |
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); |
|
290 |
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); |
|
291 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); |
|
292 |
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); |
|
293 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); |
|
294 |
background-repeat: repeat-x; |
|
295 |
} |
|
296 |
} |
|
297 |
.alert { |
|
298 |
text-shadow: 0 1px 0 rgba(255, 255, 255, .2); |
|
299 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); |
|
300 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); |
|
301 |
} |
|
302 |
.alert-success { |
|
303 |
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); |
|
304 |
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); |
|
305 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)); |
|
306 |
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); |
|
307 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); |
|
308 |
background-repeat: repeat-x; |
|
309 |
border-color: #b2dba1; |
|
310 |
} |
|
311 |
.alert-info { |
|
312 |
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); |
|
313 |
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%); |
|
314 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0)); |
|
315 |
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); |
|
316 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); |
|
317 |
background-repeat: repeat-x; |
|
318 |
border-color: #9acfea; |
|
319 |
} |
|
320 |
.alert-warning { |
|
321 |
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); |
|
322 |
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); |
|
323 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)); |
|
324 |
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); |
|
325 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); |
|
326 |
background-repeat: repeat-x; |
|
327 |
border-color: #f5e79e; |
|
328 |
} |
|
329 |
.alert-danger { |
|
330 |
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); |
|
331 |
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); |
|
332 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)); |
|
333 |
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); |
|
334 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); |
|
335 |
background-repeat: repeat-x; |
|
336 |
border-color: #dca7a7; |
|
337 |
} |
|
338 |
.progress { |
|
339 |
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); |
|
340 |
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); |
|
341 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)); |
|
342 |
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); |
|
343 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); |
|
344 |
background-repeat: repeat-x; |
|
345 |
} |
|
346 |
.progress-bar { |
|
347 |
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%); |
|
348 |
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%); |
|
349 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090)); |
|
350 |
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%); |
|
351 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); |
|
352 |
background-repeat: repeat-x; |
|
353 |
} |
|
354 |
.progress-bar-success { |
|
355 |
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); |
|
356 |
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%); |
|
357 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)); |
|
358 |
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); |
|
359 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); |
|
360 |
background-repeat: repeat-x; |
|
361 |
} |
|
362 |
.progress-bar-info { |
|
363 |
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); |
|
364 |
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); |
|
365 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)); |
|
366 |
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); |
|
367 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); |
|
368 |
background-repeat: repeat-x; |
|
369 |
} |
|
370 |
.progress-bar-warning { |
|
371 |
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); |
|
372 |
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); |
|
373 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)); |
|
374 |
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); |
|
375 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); |
|
376 |
background-repeat: repeat-x; |
|
377 |
} |
|
378 |
.progress-bar-danger { |
|
379 |
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); |
|
380 |
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%); |
|
381 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)); |
|
382 |
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); |
|
383 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); |
|
384 |
background-repeat: repeat-x; |
|
385 |
} |
|
386 |
.progress-bar-striped { |
|
387 |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
388 |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
389 |
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
390 |
} |
|
391 |
.list-group { |
|
392 |
border-radius: 4px; |
|
393 |
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
394 |
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
395 |
} |
|
396 |
.list-group-item.active, |
|
397 |
.list-group-item.active:hover, |
|
398 |
.list-group-item.active:focus { |
|
399 |
text-shadow: 0 -1px 0 #286090; |
|
400 |
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); |
|
401 |
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); |
|
402 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a)); |
|
403 |
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); |
|
404 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); |
|
405 |
background-repeat: repeat-x; |
|
406 |
border-color: #2b669a; |
|
407 |
} |
|
408 |
.list-group-item.active .badge, |
|
409 |
.list-group-item.active:hover .badge, |
|
410 |
.list-group-item.active:focus .badge { |
|
411 |
text-shadow: none; |
|
412 |
} |
|
413 |
.panel { |
|
414 |
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); |
|
415 |
box-shadow: 0 1px 2px rgba(0, 0, 0, .05); |
|
416 |
} |
|
417 |
.panel-default > .panel-heading { |
|
418 |
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); |
|
419 |
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); |
|
420 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); |
|
421 |
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); |
|
422 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); |
|
423 |
background-repeat: repeat-x; |
|
424 |
} |
|
425 |
.panel-primary > .panel-heading { |
|
426 |
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); |
|
427 |
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); |
|
428 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); |
|
429 |
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); |
|
430 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); |
|
431 |
background-repeat: repeat-x; |
|
432 |
} |
|
433 |
.panel-success > .panel-heading { |
|
434 |
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); |
|
435 |
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); |
|
436 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)); |
|
437 |
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); |
|
438 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); |
|
439 |
background-repeat: repeat-x; |
|
440 |
} |
|
441 |
.panel-info > .panel-heading { |
|
442 |
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); |
|
443 |
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); |
|
444 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)); |
|
445 |
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); |
|
446 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); |
|
447 |
background-repeat: repeat-x; |
|
448 |
} |
|
449 |
.panel-warning > .panel-heading { |
|
450 |
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); |
|
451 |
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); |
|
452 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)); |
|
453 |
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); |
|
454 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); |
|
455 |
background-repeat: repeat-x; |
|
456 |
} |
|
457 |
.panel-danger > .panel-heading { |
|
458 |
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); |
|
459 |
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%); |
|
460 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)); |
|
461 |
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); |
|
462 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); |
|
463 |
background-repeat: repeat-x; |
|
464 |
} |
|
465 |
.well { |
|
466 |
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); |
|
467 |
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); |
|
468 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)); |
|
469 |
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); |
|
470 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); |
|
471 |
background-repeat: repeat-x; |
|
472 |
border-color: #dcdcdc; |
|
473 |
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); |
|
474 |
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); |
|
475 |
} |
|
476 |
/*# sourceMappingURL=bootstrap-theme.css.map */ |
firefox.plugin/data/bootstrap.css | ||
---|---|---|
1 |
/*! |
|
2 |
* Bootstrap v3.3.4 (http://getbootstrap.com) |
|
3 |
* Copyright 2011-2015 Twitter, Inc. |
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
|
5 |
*/ |
|
6 |
|
|
7 |
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ |
|
8 |
html { |
|
9 |
font-family: sans-serif; |
|
10 |
-webkit-text-size-adjust: 100%; |
|
11 |
-ms-text-size-adjust: 100%; |
|
12 |
} |
|
13 |
body { |
|
14 |
margin: 0; |
|
15 |
} |
|
16 |
article, |
|
17 |
aside, |
|
18 |
details, |
|
19 |
figcaption, |
|
20 |
figure, |
|
21 |
footer, |
|
22 |
header, |
|
23 |
hgroup, |
|
24 |
main, |
|
25 |
menu, |
|
26 |
nav, |
|
27 |
section, |
|
28 |
summary { |
|
29 |
display: block; |
|
30 |
} |
|
31 |
audio, |
|
32 |
canvas, |
|
33 |
progress, |
|
34 |
video { |
|
35 |
display: inline-block; |
|
36 |
vertical-align: baseline; |
|
37 |
} |
|
38 |
audio:not([controls]) { |
|
39 |
display: none; |
|
40 |
height: 0; |
|
41 |
} |
|
42 |
[hidden], |
|
43 |
template { |
|
44 |
display: none; |
|
45 |
} |
|
46 |
a { |
|
47 |
background-color: transparent; |
|
48 |
} |
|
49 |
a:active, |
|
50 |
a:hover { |
|
51 |
outline: 0; |
|
52 |
} |
|
53 |
abbr[title] { |
|
54 |
border-bottom: 1px dotted; |
|
55 |
} |
|
56 |
b, |
|
57 |
strong { |
|
58 |
font-weight: bold; |
|
59 |
} |
|
60 |
dfn { |
|
61 |
font-style: italic; |
|
62 |
} |
|
63 |
h1 { |
|
64 |
margin: .67em 0; |
|
65 |
font-size: 2em; |
|
66 |
} |
|
67 |
mark { |
|
68 |
color: #000; |
|
69 |
background: #ff0; |
|
70 |
} |
|
71 |
small { |
|
72 |
font-size: 80%; |
|
73 |
} |
|
74 |
sub, |
|
75 |
sup { |
|
76 |
position: relative; |
|
77 |
font-size: 75%; |
|
78 |
line-height: 0; |
|
79 |
vertical-align: baseline; |
|
80 |
} |
|
81 |
sup { |
|
82 |
top: -.5em; |
|
83 |
} |
|
84 |
sub { |
|
85 |
bottom: -.25em; |
|
86 |
} |
|
87 |
img { |
|
88 |
border: 0; |
|
89 |
} |
|
90 |
svg:not(:root) { |
|
91 |
overflow: hidden; |
|
92 |
} |
|
93 |
figure { |
|
94 |
margin: 1em 40px; |
|
95 |
} |
|
96 |
hr { |
|
97 |
height: 0; |
|
98 |
-webkit-box-sizing: content-box; |
|
99 |
-moz-box-sizing: content-box; |
|
100 |
box-sizing: content-box; |
|
101 |
} |
|
102 |
pre { |
|
103 |
overflow: auto; |
|
104 |
} |
|
105 |
code, |
|
106 |
kbd, |
|
107 |
pre, |
|
108 |
samp { |
|
109 |
font-family: monospace, monospace; |
|
110 |
font-size: 1em; |
|
111 |
} |
|
112 |
button, |
|
113 |
input, |
|
114 |
optgroup, |
|
115 |
select, |
|
116 |
textarea { |
|
117 |
margin: 0; |
|
118 |
font: inherit; |
|
119 |
color: inherit; |
|
120 |
} |
|
121 |
button { |
|
122 |
overflow: visible; |
|
123 |
} |
|
124 |
button, |
|
125 |
select { |
|
126 |
text-transform: none; |
|
127 |
} |
|
128 |
button, |
|
129 |
html input[type="button"], |
|
130 |
input[type="reset"], |
|
131 |
input[type="submit"] { |
|
132 |
-webkit-appearance: button; |
|
133 |
cursor: pointer; |
|
134 |
} |
|
135 |
button[disabled], |
|
136 |
html input[disabled] { |
|
137 |
cursor: default; |
|
138 |
} |
|
139 |
button::-moz-focus-inner, |
|
140 |
input::-moz-focus-inner { |
|
141 |
padding: 0; |
|
142 |
border: 0; |
|
143 |
} |
|
144 |
input { |
|
145 |
line-height: normal; |
|
146 |
} |
|
147 |
input[type="checkbox"], |
|
148 |
input[type="radio"] { |
|
149 |
-webkit-box-sizing: border-box; |
|
150 |
-moz-box-sizing: border-box; |
|
151 |
box-sizing: border-box; |
|
152 |
padding: 0; |
|
153 |
} |
|
154 |
input[type="number"]::-webkit-inner-spin-button, |
|
155 |
input[type="number"]::-webkit-outer-spin-button { |
|
156 |
height: auto; |
|
157 |
} |
|
158 |
input[type="search"] { |
|
159 |
-webkit-box-sizing: content-box; |
|
160 |
-moz-box-sizing: content-box; |
|
161 |
box-sizing: content-box; |
|
162 |
-webkit-appearance: textfield; |
|
163 |
} |
|
164 |
input[type="search"]::-webkit-search-cancel-button, |
|
165 |
input[type="search"]::-webkit-search-decoration { |
|
166 |
-webkit-appearance: none; |
|
167 |
} |
|
168 |
fieldset { |
|
169 |
padding: .35em .625em .75em; |
|
170 |
margin: 0 2px; |
|
171 |
border: 1px solid #c0c0c0; |
|
172 |
} |
|
173 |
legend { |
|
174 |
padding: 0; |
|
175 |
border: 0; |
|
176 |
} |
|
177 |
textarea { |
|
178 |
overflow: auto; |
|
179 |
} |
|
180 |
optgroup { |
|
181 |
font-weight: bold; |
|
182 |
} |
|
183 |
table { |
|
184 |
border-spacing: 0; |
|
185 |
border-collapse: collapse; |
|
186 |
} |
|
187 |
td, |
|
188 |
th { |
|
189 |
padding: 0; |
|
190 |
} |
|
191 |
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ |
|
192 |
@media print { |
|
193 |
*, |
|
194 |
*:before, |
|
195 |
*:after { |
|
196 |
color: #000 !important; |
|
197 |
text-shadow: none !important; |
|
198 |
background: transparent !important; |
|
199 |
-webkit-box-shadow: none !important; |
|
200 |
box-shadow: none !important; |
|
201 |
} |
|
202 |
a, |
|
203 |
a:visited { |
|
204 |
text-decoration: underline; |
|
205 |
} |
|
206 |
a[href]:after { |
|
207 |
content: " (" attr(href) ")"; |
|
208 |
} |
|
209 |
abbr[title]:after { |
|
210 |
content: " (" attr(title) ")"; |
|
211 |
} |
|
212 |
a[href^="#"]:after, |
|
213 |
a[href^="javascript:"]:after { |
|
214 |
content: ""; |
|
215 |
} |
|
216 |
pre, |
|
217 |
blockquote { |
|
218 |
border: 1px solid #999; |
|
219 |
|
|
220 |
page-break-inside: avoid; |
|
221 |
} |
|
222 |
thead { |
|
223 |
display: table-header-group; |
|
224 |
} |
|
225 |
tr, |
|
226 |
img { |
|
227 |
page-break-inside: avoid; |
|
228 |
} |
|
229 |
img { |
|
230 |
max-width: 100% !important; |
|
231 |
} |
|
232 |
p, |
|
233 |
h2, |
|
234 |
h3 { |
|
235 |
orphans: 3; |
|
236 |
widows: 3; |
|
237 |
} |
|
238 |
h2, |
|
239 |
h3 { |
|
240 |
page-break-after: avoid; |
|
241 |
} |
|
242 |
select { |
|
243 |
background: #fff !important; |
|
244 |
} |
|
245 |
.navbar { |
|
246 |
display: none; |
|
247 |
} |
|
248 |
.btn > .caret, |
|
249 |
.dropup > .btn > .caret { |
|
250 |
border-top-color: #000 !important; |
|
251 |
} |
|
252 |
.label { |
|
253 |
border: 1px solid #000; |
|
254 |
} |
|
255 |
.table { |
|
256 |
border-collapse: collapse !important; |
|
257 |
} |
|
258 |
.table td, |
|
259 |
.table th { |
|
260 |
background-color: #fff !important; |
|
261 |
} |
|
262 |
.table-bordered th, |
|
263 |
.table-bordered td { |
|
264 |
border: 1px solid #ddd !important; |
|
265 |
} |
|
266 |
} |
|
267 |
@font-face { |
|
268 |
font-family: 'Glyphicons Halflings'; |
|
269 |
|
|
270 |
src: url('../fonts/glyphicons-halflings-regular.eot'); |
|
271 |
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); |
|
272 |
} |
|
273 |
.glyphicon { |
|
274 |
position: relative; |
|
275 |
top: 1px; |
|
276 |
display: inline-block; |
|
277 |
font-family: 'Glyphicons Halflings'; |
|
278 |
font-style: normal; |
|
279 |
font-weight: normal; |
|
280 |
line-height: 1; |
|
281 |
|
|
282 |
-webkit-font-smoothing: antialiased; |
|
283 |
-moz-osx-font-smoothing: grayscale; |
|
284 |
} |
|
285 |
.glyphicon-asterisk:before { |
|
286 |
content: "\2a"; |
|
287 |
} |
|
288 |
.glyphicon-plus:before { |
|
289 |
content: "\2b"; |
|
290 |
} |
|
291 |
.glyphicon-euro:before, |
|
292 |
.glyphicon-eur:before { |
|
293 |
content: "\20ac"; |
|
294 |
} |
|
295 |
.glyphicon-minus:before { |
|
296 |
content: "\2212"; |
|
297 |
} |
|
298 |
.glyphicon-cloud:before { |
|
299 |
content: "\2601"; |
|
300 |
} |
|
301 |
.glyphicon-envelope:before { |
|
302 |
content: "\2709"; |
|
303 |
} |
|
304 |
.glyphicon-pencil:before { |
|
305 |
content: "\270f"; |
|
306 |
} |
|
307 |
.glyphicon-glass:before { |
|
308 |
content: "\e001"; |
|
309 |
} |
|
310 |
.glyphicon-music:before { |
|
311 |
content: "\e002"; |
|
312 |
} |
|
313 |
.glyphicon-search:before { |
|
314 |
content: "\e003"; |
|
315 |
} |
|
316 |
.glyphicon-heart:before { |
|
317 |
content: "\e005"; |
|
318 |
} |
|
319 |
.glyphicon-star:before { |
|
320 |
content: "\e006"; |
|
321 |
} |
|
322 |
.glyphicon-star-empty:before { |
|
323 |
content: "\e007"; |
|
324 |
} |
|
325 |
.glyphicon-user:before { |
|
326 |
content: "\e008"; |
|
327 |
} |
|
328 |
.glyphicon-film:before { |
|
329 |
content: "\e009"; |
|
330 |
} |
|
331 |
.glyphicon-th-large:before { |
|
332 |
content: "\e010"; |
|
333 |
} |
|
334 |
.glyphicon-th:before { |
|
335 |
content: "\e011"; |
|
336 |
} |
|
337 |
.glyphicon-th-list:before { |
|
338 |
content: "\e012"; |
|
339 |
} |
|
340 |
.glyphicon-ok:before { |
|
341 |
content: "\e013"; |
|
342 |
} |
|
343 |
.glyphicon-remove:before { |
|
344 |
content: "\e014"; |
|
345 |
} |
|
346 |
.glyphicon-zoom-in:before { |
|
347 |
content: "\e015"; |
|
348 |
} |
|
349 |
.glyphicon-zoom-out:before { |
|
350 |
content: "\e016"; |
|
351 |
} |
|
352 |
.glyphicon-off:before { |
|
353 |
content: "\e017"; |
|
354 |
} |
|
355 |
.glyphicon-signal:before { |
|
356 |
content: "\e018"; |
|
357 |
} |
|
358 |
.glyphicon-cog:before { |
|
359 |
content: "\e019"; |
|
360 |
} |
|
361 |
.glyphicon-trash:before { |
|
362 |
content: "\e020"; |
|
363 |
} |
|
364 |
.glyphicon-home:before { |
|
365 |
content: "\e021"; |
|
366 |
} |
|
367 |
.glyphicon-file:before { |
|
368 |
content: "\e022"; |
|
369 |
} |
|
370 |
.glyphicon-time:before { |
|
371 |
content: "\e023"; |
|
372 |
} |
|
373 |
.glyphicon-road:before { |
|
374 |
content: "\e024"; |
|
375 |
} |
|
376 |
.glyphicon-download-alt:before { |
|
377 |
content: "\e025"; |
|
378 |
} |
|
379 |
.glyphicon-download:before { |
|
380 |
content: "\e026"; |
|
381 |
} |
|
382 |
.glyphicon-upload:before { |
|
383 |
content: "\e027"; |
|
384 |
} |
|
385 |
.glyphicon-inbox:before { |
|
386 |
content: "\e028"; |
|
387 |
} |
|
388 |
.glyphicon-play-circle:before { |
|
389 |
content: "\e029"; |
|
390 |
} |
|
391 |
.glyphicon-repeat:before { |
|
392 |
content: "\e030"; |
|
393 |
} |
|
394 |
.glyphicon-refresh:before { |
|
395 |
content: "\e031"; |
|
396 |
} |
|
397 |
.glyphicon-list-alt:before { |
|
398 |
content: "\e032"; |
|
399 |
} |
|
400 |
.glyphicon-lock:before { |
|
401 |
content: "\e033"; |
|
402 |
} |
|
403 |
.glyphicon-flag:before { |
|
404 |
content: "\e034"; |
|
405 |
} |
|
406 |
.glyphicon-headphones:before { |
|
407 |
content: "\e035"; |
|
408 |
} |
|
409 |
.glyphicon-volume-off:before { |
|
410 |
content: "\e036"; |
|
411 |
} |
|
412 |
.glyphicon-volume-down:before { |
|
413 |
content: "\e037"; |
|
414 |
} |
|
415 |
.glyphicon-volume-up:before { |
|
416 |
content: "\e038"; |
|
417 |
} |
|
418 |
.glyphicon-qrcode:before { |
|
419 |
content: "\e039"; |
|
420 |
} |
|
421 |
.glyphicon-barcode:before { |
|
422 |
content: "\e040"; |
|
423 |
} |
|
424 |
.glyphicon-tag:before { |
|
425 |
content: "\e041"; |
|
426 |
} |
|
427 |
.glyphicon-tags:before { |
|
428 |
content: "\e042"; |
|
429 |
} |
|
430 |
.glyphicon-book:before { |
|
431 |
content: "\e043"; |
|
432 |
} |
|
433 |
.glyphicon-bookmark:before { |
|
434 |
content: "\e044"; |
|
435 |
} |
|
436 |
.glyphicon-print:before { |
|
437 |
content: "\e045"; |
|
438 |
} |
|
439 |
.glyphicon-camera:before { |
|
440 |
content: "\e046"; |
|
441 |
} |
|
442 |
.glyphicon-font:before { |
|
443 |
content: "\e047"; |
|
444 |
} |
|
445 |
.glyphicon-bold:before { |
|
446 |
content: "\e048"; |
|
447 |
} |
|
448 |
.glyphicon-italic:before { |
|
449 |
content: "\e049"; |
|
450 |
} |
|
451 |
.glyphicon-text-height:before { |
|
452 |
content: "\e050"; |
|
453 |
} |
|
454 |
.glyphicon-text-width:before { |
|
455 |
content: "\e051"; |
|
456 |
} |
|
457 |
.glyphicon-align-left:before { |
|
458 |
content: "\e052"; |
|
459 |
} |
|
460 |
.glyphicon-align-center:before { |
|
461 |
content: "\e053"; |
|
462 |
} |
|
463 |
.glyphicon-align-right:before { |
|
464 |
content: "\e054"; |
|
465 |
} |
|
466 |
.glyphicon-align-justify:before { |
|
467 |
content: "\e055"; |
|
468 |
} |
|
469 |
.glyphicon-list:before { |
|
470 |
content: "\e056"; |
|
471 |
} |
|
472 |
.glyphicon-indent-left:before { |
|
473 |
content: "\e057"; |
|
474 |
} |
|
475 |
.glyphicon-indent-right:before { |
|
476 |
content: "\e058"; |
|
477 |
} |
|
478 |
.glyphicon-facetime-video:before { |
|
479 |
content: "\e059"; |
|
480 |
} |
|
481 |
.glyphicon-picture:before { |
|
482 |
content: "\e060"; |
|
483 |
} |
|
484 |
.glyphicon-map-marker:before { |
|
485 |
content: "\e062"; |
|
486 |
} |
|
487 |
.glyphicon-adjust:before { |
|
488 |
content: "\e063"; |
|
489 |
} |
|
490 |
.glyphicon-tint:before { |
|
491 |
content: "\e064"; |
|
492 |
} |
|
493 |
.glyphicon-edit:before { |
|
494 |
content: "\e065"; |
|
495 |
} |
|
496 |
.glyphicon-share:before { |
|
497 |
content: "\e066"; |
|
498 |
} |
|
499 |
.glyphicon-check:before { |
|
500 |
content: "\e067"; |
|
501 |
} |
|
502 |
.glyphicon-move:before { |
|
503 |
content: "\e068"; |
|
504 |
} |
|
505 |
.glyphicon-step-backward:before { |
|
506 |
content: "\e069"; |
|
507 |
} |
|
508 |
.glyphicon-fast-backward:before { |
|
509 |
content: "\e070"; |
|
510 |
} |
|
511 |
.glyphicon-backward:before { |
|
512 |
content: "\e071"; |
|
513 |
} |
|
514 |
.glyphicon-play:before { |
|
515 |
content: "\e072"; |
|
516 |
} |
|
517 |
.glyphicon-pause:before { |
|
518 |
content: "\e073"; |
|
519 |
} |
|
520 |
.glyphicon-stop:before { |
|
521 |
content: "\e074"; |
|
522 |
} |
|
523 |
.glyphicon-forward:before { |
|
524 |
content: "\e075"; |
|
525 |
} |
|
526 |
.glyphicon-fast-forward:before { |
|
527 |
content: "\e076"; |
|
528 |
} |
|
529 |
.glyphicon-step-forward:before { |
|
530 |
content: "\e077"; |
|
531 |
} |
|
532 |
.glyphicon-eject:before { |
|
533 |
content: "\e078"; |
|
534 |
} |
|
535 |
.glyphicon-chevron-left:before { |
|
536 |
content: "\e079"; |
|
537 |
} |
|
538 |
.glyphicon-chevron-right:before { |
|
539 |
content: "\e080"; |
|
540 |
} |
|
541 |
.glyphicon-plus-sign:before { |
|
542 |
content: "\e081"; |
|
543 |
} |
|
544 |
.glyphicon-minus-sign:before { |
|
545 |
content: "\e082"; |
|
546 |
} |
|
547 |
.glyphicon-remove-sign:before { |
|
548 |
content: "\e083"; |
|
549 |
} |
|
550 |
.glyphicon-ok-sign:before { |
|
551 |
content: "\e084"; |
|
552 |
} |
|
553 |
.glyphicon-question-sign:before { |
|
554 |
content: "\e085"; |
|
555 |
} |
|
556 |
.glyphicon-info-sign:before { |
|
557 |
content: "\e086"; |
|
558 |
} |
|
559 |
.glyphicon-screenshot:before { |
|
560 |
content: "\e087"; |
|
561 |
} |
|
562 |
.glyphicon-remove-circle:before { |
|
563 |
content: "\e088"; |
|
564 |
} |
|
565 |
.glyphicon-ok-circle:before { |
|
566 |
content: "\e089"; |
|
567 |
} |
|
568 |
.glyphicon-ban-circle:before { |
|
569 |
content: "\e090"; |
|
570 |
} |
|
571 |
.glyphicon-arrow-left:before { |
|
572 |
content: "\e091"; |
|
573 |
} |
|
574 |
.glyphicon-arrow-right:before { |
|
575 |
content: "\e092"; |
|
576 |
} |
|
577 |
.glyphicon-arrow-up:before { |
|
578 |
content: "\e093"; |
|
579 |
} |
|
580 |
.glyphicon-arrow-down:before { |
|
581 |
content: "\e094"; |
|
582 |
} |
|
583 |
.glyphicon-share-alt:before { |
|
584 |
content: "\e095"; |
|
585 |
} |
|
586 |
.glyphicon-resize-full:before { |
|
587 |
content: "\e096"; |
|
588 |
} |
|
589 |
.glyphicon-resize-small:before { |
|
590 |
content: "\e097"; |
|
591 |
} |
|
592 |
.glyphicon-exclamation-sign:before { |
|
593 |
content: "\e101"; |
|
594 |
} |
|
595 |
.glyphicon-gift:before { |
|
596 |
content: "\e102"; |
|
597 |
} |
|
598 |
.glyphicon-leaf:before { |
|
599 |
content: "\e103"; |
|
600 |
} |
|
601 |
.glyphicon-fire:before { |
|
602 |
content: "\e104"; |
|
603 |
} |
|
604 |
.glyphicon-eye-open:before { |
|
605 |
content: "\e105"; |
|
606 |
} |
|
607 |
.glyphicon-eye-close:before { |
|
608 |
content: "\e106"; |
|
609 |
} |
|
610 |
.glyphicon-warning-sign:before { |
|
611 |
content: "\e107"; |
|
612 |
} |
|
613 |
.glyphicon-plane:before { |
|
614 |
content: "\e108"; |
|
615 |
} |
|
616 |
.glyphicon-calendar:before { |
|
617 |
content: "\e109"; |
|
618 |
} |
|
619 |
.glyphicon-random:before { |
|
620 |
content: "\e110"; |
|
621 |
} |
|
622 |
.glyphicon-comment:before { |
|
623 |
content: "\e111"; |
|
624 |
} |
|
625 |
.glyphicon-magnet:before { |
|
626 |
content: "\e112"; |
|
627 |
} |
|
628 |
.glyphicon-chevron-up:before { |
|
629 |
content: "\e113"; |
|
630 |
} |
|
631 |
.glyphicon-chevron-down:before { |
|
632 |
content: "\e114"; |
|
633 |
} |
|
634 |
.glyphicon-retweet:before { |
|
635 |
content: "\e115"; |
|
636 |
} |
|
637 |
.glyphicon-shopping-cart:before { |
|
638 |
content: "\e116"; |
|
639 |
} |
|
640 |
.glyphicon-folder-close:before { |
|
641 |
content: "\e117"; |
|
642 |
} |
|
643 |
.glyphicon-folder-open:before { |
|
644 |
content: "\e118"; |
|
645 |
} |
|
646 |
.glyphicon-resize-vertical:before { |
|
647 |
content: "\e119"; |
|
648 |
} |
|
649 |
.glyphicon-resize-horizontal:before { |
|
650 |
content: "\e120"; |
|
651 |
} |
|
652 |
.glyphicon-hdd:before { |
|
653 |
content: "\e121"; |
|
654 |
} |
|
655 |
.glyphicon-bullhorn:before { |
|
656 |
content: "\e122"; |
|
657 |
} |
|
658 |
.glyphicon-bell:before { |
|
659 |
content: "\e123"; |
|
660 |
} |
|
661 |
.glyphicon-certificate:before { |
|
662 |
content: "\e124"; |
|
663 |
} |
|
664 |
.glyphicon-thumbs-up:before { |
|
665 |
content: "\e125"; |
|
666 |
} |
|
667 |
.glyphicon-thumbs-down:before { |
|
668 |
content: "\e126"; |
|
669 |
} |
|
670 |
.glyphicon-hand-right:before { |
|
671 |
content: "\e127"; |
|
672 |
} |
|
673 |
.glyphicon-hand-left:before { |
|
674 |
content: "\e128"; |
|
675 |
} |
|
676 |
.glyphicon-hand-up:before { |
|
677 |
content: "\e129"; |
|
678 |
} |
|
679 |
.glyphicon-hand-down:before { |
|
680 |
content: "\e130"; |
|
681 |
} |
|
682 |
.glyphicon-circle-arrow-right:before { |
|
683 |
content: "\e131"; |
|
684 |
} |
|
685 |
.glyphicon-circle-arrow-left:before { |
|
686 |
content: "\e132"; |
|
687 |
} |
|
688 |
.glyphicon-circle-arrow-up:before { |
|
689 |
content: "\e133"; |
|
690 |
} |
|
691 |
.glyphicon-circle-arrow-down:before { |
|
692 |
content: "\e134"; |
|
693 |
} |
|
694 |
.glyphicon-globe:before { |
|
695 |
content: "\e135"; |
|
696 |
} |
|
697 |
.glyphicon-wrench:before { |
|
698 |
content: "\e136"; |
|
699 |
} |
|
700 |
.glyphicon-tasks:before { |
|
701 |
content: "\e137"; |
|
702 |
} |
|
703 |
.glyphicon-filter:before { |
|
704 |
content: "\e138"; |
|
705 |
} |
|
706 |
.glyphicon-briefcase:before { |
|
707 |
content: "\e139"; |
|
708 |
} |
|
709 |
.glyphicon-fullscreen:before { |
|
710 |
content: "\e140"; |
|
711 |
} |
|
712 |
.glyphicon-dashboard:before { |
|
713 |
content: "\e141"; |
|
714 |
} |
|
715 |
.glyphicon-paperclip:before { |
|
716 |
content: "\e142"; |
|
717 |
} |
|
718 |
.glyphicon-heart-empty:before { |
|
719 |
content: "\e143"; |
|
720 |
} |
|
721 |
.glyphicon-link:before { |
|
722 |
content: "\e144"; |
|
723 |
} |
|
724 |
.glyphicon-phone:before { |
|
725 |
content: "\e145"; |
|
726 |
} |
|
727 |
.glyphicon-pushpin:before { |
|
728 |
content: "\e146"; |
|
729 |
} |
|
730 |
.glyphicon-usd:before { |
|
731 |
content: "\e148"; |
|
732 |
} |
|
733 |
.glyphicon-gbp:before { |
|
734 |
content: "\e149"; |
|
735 |
} |
|
736 |
.glyphicon-sort:before { |
|
737 |
content: "\e150"; |
|
738 |
} |
|
739 |
.glyphicon-sort-by-alphabet:before { |
|
740 |
content: "\e151"; |
|
741 |
} |
|
742 |
.glyphicon-sort-by-alphabet-alt:before { |
|
743 |
content: "\e152"; |
|
744 |
} |
|
745 |
.glyphicon-sort-by-order:before { |
|
746 |
content: "\e153"; |
|
747 |
} |
|
748 |
.glyphicon-sort-by-order-alt:before { |
|
749 |
content: "\e154"; |
|
750 |
} |
|
751 |
.glyphicon-sort-by-attributes:before { |
|
752 |
content: "\e155"; |
|
753 |
} |
|
754 |
.glyphicon-sort-by-attributes-alt:before { |
|
755 |
content: "\e156"; |
|
756 |
} |
|
757 |
.glyphicon-unchecked:before { |
|
758 |
content: "\e157"; |
|
759 |
} |
|
760 |
.glyphicon-expand:before { |
|
761 |
content: "\e158"; |
|
762 |
} |
|
763 |
.glyphicon-collapse-down:before { |
|
764 |
content: "\e159"; |
|
765 |
} |
|
766 |
.glyphicon-collapse-up:before { |
|
767 |
content: "\e160"; |
|
768 |
} |
|
769 |
.glyphicon-log-in:before { |
|
770 |
content: "\e161"; |
|
771 |
} |
|
772 |
.glyphicon-flash:before { |
|
773 |
content: "\e162"; |
|
774 |
} |
|
775 |
.glyphicon-log-out:before { |
|
776 |
content: "\e163"; |
|
777 |
} |
|
778 |
.glyphicon-new-window:before { |
|
779 |
content: "\e164"; |
|
780 |
} |
|
781 |
.glyphicon-record:before { |
|
782 |
content: "\e165"; |
|
783 |
} |
|
784 |
.glyphicon-save:before { |
|
785 |
content: "\e166"; |
|
786 |
} |
|
787 |
.glyphicon-open:before { |
|
788 |
content: "\e167"; |
|
789 |
} |
|
790 |
.glyphicon-saved:before { |
|
791 |
content: "\e168"; |
|
792 |
} |
|
793 |
.glyphicon-import:before { |
|
794 |
content: "\e169"; |
|
795 |
} |
|
796 |
.glyphicon-export:before { |
|
797 |
content: "\e170"; |
|
798 |
} |
|
799 |
.glyphicon-send:before { |
|
800 |
content: "\e171"; |
|
801 |
} |
|
802 |
.glyphicon-floppy-disk:before { |
|
803 |
content: "\e172"; |
|
804 |
} |
|
805 |
.glyphicon-floppy-saved:before { |
|
806 |
content: "\e173"; |
|
807 |
} |
|
808 |
.glyphicon-floppy-remove:before { |
|
809 |
content: "\e174"; |
|
810 |
} |
|
811 |
.glyphicon-floppy-save:before { |
|
812 |
content: "\e175"; |
|
813 |
} |
|
814 |
.glyphicon-floppy-open:before { |
|
815 |
content: "\e176"; |
|
816 |
} |
|
817 |
.glyphicon-credit-card:before { |
|
818 |
content: "\e177"; |
|
819 |
} |
|
820 |
.glyphicon-transfer:before { |
|
821 |
content: "\e178"; |
|
822 |
} |
|
823 |
.glyphicon-cutlery:before { |
|
824 |
content: "\e179"; |
|
825 |
} |
|
826 |
.glyphicon-header:before { |
|
827 |
content: "\e180"; |
|
828 |
} |
|
829 |
.glyphicon-compressed:before { |
|
830 |
content: "\e181"; |
|
831 |
} |
|
832 |
.glyphicon-earphone:before { |
|
833 |
content: "\e182"; |
|
834 |
} |
|
835 |
.glyphicon-phone-alt:before { |
|
836 |
content: "\e183"; |
|
837 |
} |
|
838 |
.glyphicon-tower:before { |
|
839 |
content: "\e184"; |
|
840 |
} |
|
841 |
.glyphicon-stats:before { |
|
842 |
content: "\e185"; |
|
843 |
} |
|
844 |
.glyphicon-sd-video:before { |
|
845 |
content: "\e186"; |
|
846 |
} |
|
847 |
.glyphicon-hd-video:before { |
|
848 |
content: "\e187"; |
|
849 |
} |
|
850 |
.glyphicon-subtitles:before { |
|
851 |
content: "\e188"; |
|
852 |
} |
|
853 |
.glyphicon-sound-stereo:before { |
|
854 |
content: "\e189"; |
|
855 |
} |
|
856 |
.glyphicon-sound-dolby:before { |
|
857 |
content: "\e190"; |
|
858 |
} |
|
859 |
.glyphicon-sound-5-1:before { |
|
860 |
content: "\e191"; |
|
861 |
} |
|
862 |
.glyphicon-sound-6-1:before { |
|
863 |
content: "\e192"; |
|
864 |
} |
|
865 |
.glyphicon-sound-7-1:before { |
|
866 |
content: "\e193"; |
|
867 |
} |
|
868 |
.glyphicon-copyright-mark:before { |
|
869 |
content: "\e194"; |
|
870 |
} |
|
871 |
.glyphicon-registration-mark:before { |
|
872 |
content: "\e195"; |
|
873 |
} |
|
874 |
.glyphicon-cloud-download:before { |
|
875 |
content: "\e197"; |
|
876 |
} |
|
877 |
.glyphicon-cloud-upload:before { |
|
878 |
content: "\e198"; |
|
879 |
} |
|
880 |
.glyphicon-tree-conifer:before { |
|
881 |
content: "\e199"; |
|
882 |
} |
|
883 |
.glyphicon-tree-deciduous:before { |
|
884 |
content: "\e200"; |
|
885 |
} |
|
886 |
.glyphicon-cd:before { |
|
887 |
content: "\e201"; |
|
888 |
} |
|
889 |
.glyphicon-save-file:before { |
|
890 |
content: "\e202"; |
|
891 |
} |
|
892 |
.glyphicon-open-file:before { |
|
893 |
content: "\e203"; |
|
894 |
} |
|
895 |
.glyphicon-level-up:before { |
|
896 |
content: "\e204"; |
|
897 |
} |
|
898 |
.glyphicon-copy:before { |
|
899 |
content: "\e205"; |
|
900 |
} |
|
901 |
.glyphicon-paste:before { |
|
902 |
content: "\e206"; |
|
903 |
} |
|
904 |
.glyphicon-alert:before { |
|
905 |
content: "\e209"; |
|
906 |
} |
|
907 |
.glyphicon-equalizer:before { |
|
908 |
content: "\e210"; |
|
909 |
} |
|
910 |
.glyphicon-king:before { |
|
911 |
content: "\e211"; |
|
912 |
} |
|
913 |
.glyphicon-queen:before { |
|
914 |
content: "\e212"; |
|
915 |
} |
|
916 |
.glyphicon-pawn:before { |
|
917 |
content: "\e213"; |
|
918 |
} |
|
919 |
.glyphicon-bishop:before { |
|
920 |
content: "\e214"; |
|
921 |
} |
|
922 |
.glyphicon-knight:before { |
|
923 |
content: "\e215"; |
|
924 |
} |
|
925 |
.glyphicon-baby-formula:before { |
|
926 |
content: "\e216"; |
|
927 |
} |
|
928 |
.glyphicon-tent:before { |
|
929 |
content: "\26fa"; |
|
930 |
} |
|
931 |
.glyphicon-blackboard:before { |
|
932 |
content: "\e218"; |
|
933 |
} |
|
934 |
.glyphicon-bed:before { |
|
935 |
content: "\e219"; |
|
936 |
} |
|
937 |
.glyphicon-apple:before { |
|
938 |
content: "\f8ff"; |
|
939 |
} |
|
940 |
.glyphicon-erase:before { |
|
941 |
content: "\e221"; |
|
942 |
} |
|
943 |
.glyphicon-hourglass:before { |
|
944 |
content: "\231b"; |
|
945 |
} |
|
946 |
.glyphicon-lamp:before { |
|
947 |
content: "\e223"; |
|
948 |
} |
|
949 |
.glyphicon-duplicate:before { |
|
950 |
content: "\e224"; |
|
951 |
} |
|
952 |
.glyphicon-piggy-bank:before { |
|
953 |
content: "\e225"; |
|
954 |
} |
|
955 |
.glyphicon-scissors:before { |
|
956 |
content: "\e226"; |
|
957 |
} |
|
958 |
.glyphicon-bitcoin:before { |
|
959 |
content: "\e227"; |
|
960 |
} |
|
961 |
.glyphicon-btc:before { |
|
962 |
content: "\e227"; |
|
963 |
} |
|
964 |
.glyphicon-xbt:before { |
|
965 |
content: "\e227"; |
|
966 |
} |
|
967 |
.glyphicon-yen:before { |
|
968 |
content: "\00a5"; |
|
969 |
} |
|
970 |
.glyphicon-jpy:before { |
|
971 |
content: "\00a5"; |
|
972 |
} |
|
973 |
.glyphicon-ruble:before { |
|
974 |
content: "\20bd"; |
|
975 |
} |
|
976 |
.glyphicon-rub:before { |
|
977 |
content: "\20bd"; |
|
978 |
} |
|
979 |
.glyphicon-scale:before { |
|
980 |
content: "\e230"; |
|
981 |
} |
|
982 |
.glyphicon-ice-lolly:before { |
|
983 |
content: "\e231"; |
|
984 |
} |
|
985 |
.glyphicon-ice-lolly-tasted:before { |
|
986 |
content: "\e232"; |
|
987 |
} |
|
988 |
.glyphicon-education:before { |
|
989 |
content: "\e233"; |
|
990 |
} |
|
991 |
.glyphicon-option-horizontal:before { |
|
992 |
content: "\e234"; |
|
993 |
} |
|
994 |
.glyphicon-option-vertical:before { |
|
995 |
content: "\e235"; |
Also available in: Unified diff