source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/web-portal/HTRC_Mashup--Home_files/flat.css@ 31601

Last change on this file since 31601 was 31601, checked in by davidb, 7 years ago

To get the look and feel of the HTRC portal web site, supporting files from a 'save as HTML' page

File size: 8.7 KB
Line 
1.btn {
2 border: none;
3 font-size: 15px;
4 font-weight: normal;
5 line-height: 1.4;
6 border-radius: 4px;
7 padding: 10px 15px;
8 -webkit-font-smoothing: subpixel-antialiased;
9 -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
10 transition: border .25s linear, color .25s linear, background-color .25s linear;
11}
12.btn:hover,
13.btn:focus {
14 outline: none;
15 color: #ffffff;
16}
17.btn:active,
18.btn.active {
19 outline: none;
20 -webkit-box-shadow: none;
21 box-shadow: none;
22}
23.btn.disabled,
24.btn[disabled],
25fieldset[disabled] .btn {
26 background-color: #bdc3c7;
27 color: rgba(255, 255, 255, 0.75);
28 opacity: 0.7;
29 filter: alpha(opacity=70);
30}
31.btn > [class^="fui-"] {
32 margin: 0 1px;
33 position: relative;
34 line-height: 1;
35 top: 1px;
36}
37.btn-xs.btn > [class^="fui-"] {
38 font-size: 11px;
39 top: 0;
40}
41.btn-hg.btn > [class^="fui-"] {
42 top: 2px;
43}
44.btn-default {
45 color: #333;
46 background-color: #e6e6e6;
47 border-color: #adadad;
48}
49.btn-default:hover,
50.btn-default:focus,
51.btn-default:active,
52.btn-default.active,
53.open .dropdown-toggle.btn-default {
54 color: #ffffff;
55 background-color: #cacfd2;
56 border-color: #cacfd2;
57}
58.btn-default:active,
59.btn-default.active,
60.open .dropdown-toggle.btn-default {
61 background: #a1a6a9;
62 border-color: #a1a6a9;
63}
64.btn-default.disabled,
65.btn-default[disabled],
66fieldset[disabled] .btn-default,
67.btn-default.disabled:hover,
68.btn-default[disabled]:hover,
69fieldset[disabled] .btn-default:hover,
70.btn-default.disabled:focus,
71.btn-default[disabled]:focus,
72fieldset[disabled] .btn-default:focus,
73.btn-default.disabled:active,
74.btn-default[disabled]:active,
75fieldset[disabled] .btn-default:active,
76.btn-default.disabled.active,
77.btn-default[disabled].active,
78fieldset[disabled] .btn-default.active {
79 background-color: #bdc3c7;
80 border-color: #bdc3c7;
81}
82.btn-primary {
83 color: #ffffff;
84 background-color: #1abc9c;
85}
86.btn-primary:hover,
87.btn-primary:focus,
88.btn-primary:active,
89.btn-primary.active,
90.open .dropdown-toggle.btn-primary {
91 color: #ffffff;
92 background-color: #48c9b0;
93 border-color: #48c9b0;
94}
95.btn-primary:active,
96.btn-primary.active,
97.open .dropdown-toggle.btn-primary {
98 background: #16a085;
99 border-color: #16a085;
100}
101.btn-primary.disabled,
102.btn-primary[disabled],
103fieldset[disabled] .btn-primary,
104.btn-primary.disabled:hover,
105.btn-primary[disabled]:hover,
106fieldset[disabled] .btn-primary:hover,
107.btn-primary.disabled:focus,
108.btn-primary[disabled]:focus,
109fieldset[disabled] .btn-primary:focus,
110.btn-primary.disabled:active,
111.btn-primary[disabled]:active,
112fieldset[disabled] .btn-primary:active,
113.btn-primary.disabled.active,
114.btn-primary[disabled].active,
115fieldset[disabled] .btn-primary.active {
116 background-color: #1abc9c;
117 border-color: #1abc9c;
118}
119.btn-info {
120 color: #ffffff;
121 background-color: #3498db;
122}
123.btn-info:hover,
124.btn-info:focus,
125.btn-info:active,
126.btn-info.active,
127.open .dropdown-toggle.btn-info {
128 color: #ffffff;
129 background-color: #5dade2;
130 border-color: #5dade2;
131}
132.btn-info:active,
133.btn-info.active,
134.open .dropdown-toggle.btn-info {
135 background: #2c81ba;
136 border-color: #2c81ba;
137}
138.btn-info.disabled,
139.btn-info[disabled],
140fieldset[disabled] .btn-info,
141.btn-info.disabled:hover,
142.btn-info[disabled]:hover,
143fieldset[disabled] .btn-info:hover,
144.btn-info.disabled:focus,
145.btn-info[disabled]:focus,
146fieldset[disabled] .btn-info:focus,
147.btn-info.disabled:active,
148.btn-info[disabled]:active,
149fieldset[disabled] .btn-info:active,
150.btn-info.disabled.active,
151.btn-info[disabled].active,
152fieldset[disabled] .btn-info.active {
153 background-color: #3498db;
154 border-color: #3498db;
155}
156.btn-danger {
157 color: #ffffff;
158 background-color: #e74c3c;
159}
160.btn-danger:hover,
161.btn-danger:focus,
162.btn-danger:active,
163.btn-danger.active,
164.open .dropdown-toggle.btn-danger {
165 color: #ffffff;
166 background-color: #ec7063;
167 border-color: #ec7063;
168}
169.btn-danger:active,
170.btn-danger.active,
171.open .dropdown-toggle.btn-danger {
172 background: #c44133;
173 border-color: #c44133;
174}
175.btn-danger.disabled,
176.btn-danger[disabled],
177fieldset[disabled] .btn-danger,
178.btn-danger.disabled:hover,
179.btn-danger[disabled]:hover,
180fieldset[disabled] .btn-danger:hover,
181.btn-danger.disabled:focus,
182.btn-danger[disabled]:focus,
183fieldset[disabled] .btn-danger:focus,
184.btn-danger.disabled:active,
185.btn-danger[disabled]:active,
186fieldset[disabled] .btn-danger:active,
187.btn-danger.disabled.active,
188.btn-danger[disabled].active,
189fieldset[disabled] .btn-danger.active {
190 background-color: #e74c3c;
191 border-color: #e74c3c;
192}
193.btn-success {
194 color: #ffffff;
195 background-color: #2ecc71;
196}
197.btn-success:hover,
198.btn-success:focus,
199.btn-success:active,
200.btn-success.active,
201.open .dropdown-toggle.btn-success {
202 color: #ffffff;
203 background-color: #58d68d;
204 border-color: #58d68d;
205}
206.btn-success:active,
207.btn-success.active,
208.open .dropdown-toggle.btn-success {
209 background: #27ad60;
210 border-color: #27ad60;
211}
212.btn-success.disabled,
213.btn-success[disabled],
214fieldset[disabled] .btn-success,
215.btn-success.disabled:hover,
216.btn-success[disabled]:hover,
217fieldset[disabled] .btn-success:hover,
218.btn-success.disabled:focus,
219.btn-success[disabled]:focus,
220fieldset[disabled] .btn-success:focus,
221.btn-success.disabled:active,
222.btn-success[disabled]:active,
223fieldset[disabled] .btn-success:active,
224.btn-success.disabled.active,
225.btn-success[disabled].active,
226fieldset[disabled] .btn-success.active {
227 background-color: #2ecc71;
228 border-color: #2ecc71;
229}
230.btn-warning {
231 color: #ffffff;
232 background-color: #f1c40f;
233}
234.btn-warning:hover,
235.btn-warning:focus,
236.btn-warning:active,
237.btn-warning.active,
238.open .dropdown-toggle.btn-warning {
239 color: #ffffff;
240 background-color: #f5d313;
241 border-color: #f5d313;
242}
243.btn-warning:active,
244.btn-warning.active,
245.open .dropdown-toggle.btn-warning {
246 background: #cda70d;
247 border-color: #cda70d;
248}
249.btn-warning.disabled,
250.btn-warning[disabled],
251fieldset[disabled] .btn-warning,
252.btn-warning.disabled:hover,
253.btn-warning[disabled]:hover,
254fieldset[disabled] .btn-warning:hover,
255.btn-warning.disabled:focus,
256.btn-warning[disabled]:focus,
257fieldset[disabled] .btn-warning:focus,
258.btn-warning.disabled:active,
259.btn-warning[disabled]:active,
260fieldset[disabled] .btn-warning:active,
261.btn-warning.disabled.active,
262.btn-warning[disabled].active,
263fieldset[disabled] .btn-warning.active {
264 background-color: #f1c40f;
265 border-color: #f1c40f;
266}
267.btn-inverse {
268 color: #ffffff;
269 background-color: #34495e;
270}
271.btn-inverse:hover,
272.btn-inverse:focus,
273.btn-inverse:active,
274.btn-inverse.active,
275.open .dropdown-toggle.btn-inverse {
276 color: #ffffff;
277 background-color: #415b76;
278 border-color: #415b76;
279}
280.btn-inverse:active,
281.btn-inverse.active,
282.open .dropdown-toggle.btn-inverse {
283 background: #2c3e50;
284 border-color: #2c3e50;
285}
286.btn-inverse.disabled,
287.btn-inverse[disabled],
288fieldset[disabled] .btn-inverse,
289.btn-inverse.disabled:hover,
290.btn-inverse[disabled]:hover,
291fieldset[disabled] .btn-inverse:hover,
292.btn-inverse.disabled:focus,
293.btn-inverse[disabled]:focus,
294fieldset[disabled] .btn-inverse:focus,
295.btn-inverse.disabled:active,
296.btn-inverse[disabled]:active,
297fieldset[disabled] .btn-inverse:active,
298.btn-inverse.disabled.active,
299.btn-inverse[disabled].active,
300fieldset[disabled] .btn-inverse.active {
301 background-color: #34495e;
302 border-color: #34495e;
303}
304.btn-embossed {
305 -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
306 box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
307}
308.btn-embossed.active,
309.btn-embossed:active {
310 -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
311 box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
312}
313.btn-wide {
314 min-width: 140px;
315 padding-left: 30px;
316 padding-right: 30px;
317}
318.btn-link {
319 color: #16a085;
320}
321.btn-link:hover,
322.btn-link:focus {
323 color: #1abc9c;
324 text-decoration: underline;
325 background-color: transparent;
326}
327.btn-link[disabled]:hover,
328fieldset[disabled] .btn-link:hover,
329.btn-link[disabled]:focus,
330fieldset[disabled] .btn-link:focus {
331 color: #bdc3c7;
332 text-decoration: none;
333}
334.btn-hg {
335 padding: 13px 20px;
336 font-size: 22px;
337 line-height: 1.227;
338 border-radius: 6px;
339}
340.btn-lg {
341 padding: 10px 19px;
342 font-size: 17px;
343 line-height: 1.471;
344 border-radius: 6px;
345}
346.btn-sm {
347 padding: 9px 13px;
348 font-size: 13px;
349 line-height: 1.385;
350 border-radius: 4px;
351}
352.btn-xs {
353 padding: 6px 9px;
354 font-size: 12px;
355 line-height: 1.083;
356 border-radius: 3px;
357}
358.btn-tip {
359 font-weight: 300;
360 padding-left: 10px;
361 font-size: 92%;
362}
363.btn-block {
364 white-space: normal;
365}
366.btn-default .caret {
367 border-top-color: #ffffff;
368}
369.btn-primary .caret,
370.btn-success .caret,
371.btn-warning .caret,
372.btn-danger .caret,
373.btn-info .caret {
374 border-top-color: #ffffff;
375}
Note: See TracBrowser for help on using the repository browser.