View difference between Paste ID: ZBAZZ3kS and uJcFYzGP
SHOW: | | - or go back to the newest paste.
1
input#submit .clearfix {
2
  *zoom: 1;
3
}
4
input#submit .clearfix:before,
5
input#submit .clearfix:after {
6
  display: table;
7
  line-height: 0;
8
  content: "";
9
}
10
input#submit .clearfix:after {
11
  clear: both;
12
}
13
input#submit .hide-text {
14
  font: 0/0 a;
15
  color: transparent;
16
  text-shadow: none;
17
  background-color: transparent;
18
  border: 0;
19
}
20
input#submit .input-block-level {
21
  display: block;
22
  width: 100%;
23
  min-height: 30px;
24
  -webkit-box-sizing: border-box;
25
  -moz-box-sizing: border-box;
26
  box-sizing: border-box;
27
}
28
input#submit .btn {
29
  display: inline-block;
30
  *display: inline;
31
  /* IE7 inline-block hack */
32
33
  *zoom: 1;
34
  padding: 4px 12px;
35
  margin-bottom: 0;
36
  font-size: 14px;
37
  line-height: 20px;
38
  text-align: center;
39
  vertical-align: middle;
40
  cursor: pointer;
41
  color: #333333;
42
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
43
  background-color: #f5f5f5;
44
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
45
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
46
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
47
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
48
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
49
  background-repeat: repeat-x;
50
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
51
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
52
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
53
  *background-color: #e6e6e6;
54
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
55
56
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
57
  border: 1px solid #bbbbbb;
58
  *border: 0;
59
  border-bottom-color: #a2a2a2;
60
  -webkit-border-radius: 4px;
61
  -moz-border-radius: 4px;
62
  border-radius: 4px;
63
  *margin-left: .3em;
64
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
65
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
66
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
67
}
68
input#submit .btn:hover,
69
input#submit .btn:active,
70
input#submit .btn.active,
71
input#submit .btn.disabled,
72
input#submit .btn[disabled] {
73
  color: #333333;
74
  background-color: #e6e6e6;
75
  *background-color: #d9d9d9;
76
}
77
input#submit .btn:active,
78
input#submit .btn.active {
79
  background-color: #cccccc \9;
80
}
81
input#submit .btn:first-child {
82
  *margin-left: 0;
83
}
84
input#submit .btn:hover {
85
  color: #333333;
86
  text-decoration: none;
87
  background-position: 0 -15px;
88
  -webkit-transition: background-position 0.1s linear;
89
  -moz-transition: background-position 0.1s linear;
90
  -o-transition: background-position 0.1s linear;
91
  transition: background-position 0.1s linear;
92
}
93
input#submit .btn:focus {
94
  outline: thin dotted #333;
95
  outline: 5px auto -webkit-focus-ring-color;
96
  outline-offset: -2px;
97
}
98
input#submit .btn.active,
99
input#submit .btn:active {
100
  background-image: none;
101
  outline: 0;
102
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
103
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
104
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
105
}
106
input#submit .btn.disabled,
107
input#submit .btn[disabled] {
108
  cursor: default;
109
  background-image: none;
110
  opacity: 0.65;
111
  filter: alpha(opacity=65);
112
  -webkit-box-shadow: none;
113
  -moz-box-shadow: none;
114
  box-shadow: none;
115
}
116
input#submit .btn-large {
117
  padding: 11px 19px;
118
  font-size: 17.5px;
119
  -webkit-border-radius: 6px;
120
  -moz-border-radius: 6px;
121
  border-radius: 6px;
122
}
123
input#submit .btn-large [class^="icon-"],
124
input#submit .btn-large [class*=" icon-"] {
125
  margin-top: 4px;
126
}
127
input#submit .btn-small {
128
  padding: 2px 10px;
129
  font-size: 11.9px;
130
  -webkit-border-radius: 3px;
131
  -moz-border-radius: 3px;
132
  border-radius: 3px;
133
}
134
input#submit .btn-small [class^="icon-"],
135
input#submit .btn-small [class*=" icon-"] {
136
  margin-top: 0;
137
}
138
input#submit .btn-mini [class^="icon-"],
139
input#submit .btn-mini [class*=" icon-"] {
140
  margin-top: -1px;
141
}
142
input#submit .btn-mini {
143
  padding: 0 6px;
144
  font-size: 10.5px;
145
  -webkit-border-radius: 3px;
146
  -moz-border-radius: 3px;
147
  border-radius: 3px;
148
}
149
input#submit .btn-block {
150
  display: block;
151
  width: 100%;
152
  padding-left: 0;
153
  padding-right: 0;
154
  -webkit-box-sizing: border-box;
155
  -moz-box-sizing: border-box;
156
  box-sizing: border-box;
157
}
158
input#submit .btn-block + .btn-block {
159
  margin-top: 5px;
160
}
161
input#submit input[type="submit"].btn-block,
162
input#submit input[type="reset"].btn-block,
163
input#submit input[type="button"].btn-block {
164
  width: 100%;
165
}
166
input#submit .btn-primary.active,
167
input#submit .btn-warning.active,
168
input#submit .btn-danger.active,
169
input#submit .btn-success.active,
170
input#submit .btn-info.active,
171
input#submit .btn-inverse.active {
172
  color: rgba(255, 255, 255, 0.75);
173
}
174
input#submit .btn {
175
  border-color: #c5c5c5;
176
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
177
}
178
input#submit .btn-primary {
179
  color: #ffffff;
180
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
181
  background-color: #006dcc;
182
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
183
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
184
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
185
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
186
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
187
  background-repeat: repeat-x;
188
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
189
  border-color: #0044cc #0044cc #002a80;
190
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
191
  *background-color: #0044cc;
192
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
193
194
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
195
}
196
input#submit .btn-primary:hover,
197
input#submit .btn-primary:active,
198
input#submit .btn-primary.active,
199
input#submit .btn-primary.disabled,
200
input#submit .btn-primary[disabled] {
201
  color: #ffffff;
202
  background-color: #0044cc;
203
  *background-color: #003bb3;
204
}
205
input#submit .btn-primary:active,
206
input#submit .btn-primary.active {
207
  background-color: #003399 \9;
208
}
209
input#submit .btn-warning {
210
  color: #ffffff;
211
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
212
  background-color: #faa732;
213
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
214
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
215
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
216
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
217
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
218
  background-repeat: repeat-x;
219
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
220
  border-color: #f89406 #f89406 #ad6704;
221
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
222
  *background-color: #f89406;
223
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
224
225
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
226
}
227
input#submit .btn-warning:hover,
228
input#submit .btn-warning:active,
229
input#submit .btn-warning.active,
230
input#submit .btn-warning.disabled,
231
input#submit .btn-warning[disabled] {
232
  color: #ffffff;
233
  background-color: #f89406;
234
  *background-color: #df8505;
235
}
236
input#submit .btn-warning:active,
237
input#submit .btn-warning.active {
238
  background-color: #c67605 \9;
239
}
240
input#submit .btn-danger {
241
  color: #ffffff;
242
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
243
  background-color: #da4f49;
244
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
245
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
246
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
247
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
248
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
249
  background-repeat: repeat-x;
250
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
251
  border-color: #bd362f #bd362f #802420;
252
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
253
  *background-color: #bd362f;
254
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
255
256
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
257
}
258
input#submit .btn-danger:hover,
259
input#submit .btn-danger:active,
260
input#submit .btn-danger.active,
261
input#submit .btn-danger.disabled,
262
input#submit .btn-danger[disabled] {
263
  color: #ffffff;
264
  background-color: #bd362f;
265
  *background-color: #a9302a;
266
}
267
input#submit .btn-danger:active,
268
input#submit .btn-danger.active {
269
  background-color: #942a25 \9;
270
}
271
input#submit .btn-success {
272
  color: #ffffff;
273
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
274
  background-color: #5bb75b;
275
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
276
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
277
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
278
  background-image: -o-linear-gradient(top, #62c462, #51a351);
279
  background-image: linear-gradient(to bottom, #62c462, #51a351);
280
  background-repeat: repeat-x;
281
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
282
  border-color: #51a351 #51a351 #387038;
283
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
284
  *background-color: #51a351;
285
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
286
287
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
288
}
289
input#submit .btn-success:hover,
290
input#submit .btn-success:active,
291
input#submit .btn-success.active,
292
input#submit .btn-success.disabled,
293
input#submit .btn-success[disabled] {
294
  color: #ffffff;
295
  background-color: #51a351;
296
  *background-color: #499249;
297
}
298
input#submit .btn-success:active,
299
input#submit .btn-success.active {
300
  background-color: #408140 \9;
301
}
302
input#submit .btn-info {
303
  color: #ffffff;
304
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
305
  background-color: #49afcd;
306
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
307
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
308
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
309
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
310
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
311
  background-repeat: repeat-x;
312
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
313
  border-color: #2f96b4 #2f96b4 #1f6377;
314
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
315
  *background-color: #2f96b4;
316
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
317
318
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
319
}
320
input#submit .btn-info:hover,
321
input#submit .btn-info:active,
322
input#submit .btn-info.active,
323
input#submit .btn-info.disabled,
324
input#submit .btn-info[disabled] {
325
  color: #ffffff;
326
  background-color: #2f96b4;
327
  *background-color: #2a85a0;
328
}
329
input#submit .btn-info:active,
330
input#submit .btn-info.active {
331
  background-color: #24748c \9;
332
}
333
input#submit .btn-inverse {
334
  color: #ffffff;
335
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
336
  background-color: #363636;
337
  background-image: -moz-linear-gradient(top, #444444, #222222);
338
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
339
  background-image: -webkit-linear-gradient(top, #444444, #222222);
340
  background-image: -o-linear-gradient(top, #444444, #222222);
341
  background-image: linear-gradient(to bottom, #444444, #222222);
342
  background-repeat: repeat-x;
343
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
344
  border-color: #222222 #222222 #000000;
345
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
346
  *background-color: #222222;
347
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
348
349
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
350
}
351
input#submit .btn-inverse:hover,
352
input#submit .btn-inverse:active,
353
input#submit .btn-inverse.active,
354
input#submit .btn-inverse.disabled,
355
input#submit .btn-inverse[disabled] {
356
  color: #ffffff;
357
  background-color: #222222;
358
  *background-color: #151515;
359
}
360
input#submit .btn-inverse:active,
361
input#submit .btn-inverse.active {
362
  background-color: #080808 \9;
363
}
364
input#submit button.btn,
365
input#submit input[type="submit"].btn {
366
  *padding-top: 3px;
367
  *padding-bottom: 3px;
368
}
369
input#submit button.btn::-moz-focus-inner,
370
input#submit input[type="submit"].btn::-moz-focus-inner {
371
  padding: 0;
372
  border: 0;
373
}
374
input#submit button.btn.btn-large,
375
input#submit input[type="submit"].btn.btn-large {
376
  *padding-top: 7px;
377
  *padding-bottom: 7px;
378
}
379
input#submit button.btn.btn-small,
380
input#submit input[type="submit"].btn.btn-small {
381
  *padding-top: 3px;
382
  *padding-bottom: 3px;
383
}
384
input#submit button.btn.btn-mini,
385
input#submit input[type="submit"].btn.btn-mini {
386
  *padding-top: 1px;
387
  *padding-bottom: 1px;
388
}
389
input#submit .btn-link,
390
input#submit .btn-link:active,
391
input#submit .btn-link[disabled] {
392
  background-color: transparent;
393
  background-image: none;
394
  -webkit-box-shadow: none;
395
  -moz-box-shadow: none;
396
  box-shadow: none;
397
}
398
input#submit .btn-link {
399
  border-color: transparent;
400
  cursor: pointer;
401
  color: #0088cc;
402
  -webkit-border-radius: 0;
403
  -moz-border-radius: 0;
404
  border-radius: 0;
405
}
406
input#submit .btn-link:hover {
407
  color: #005580;
408
  text-decoration: underline;
409
  background-color: transparent;
410
}
411
input#submit .btn-link[disabled]:hover {
412
  color: #333333;
413
  text-decoration: none;
414
}