bootswatch_rails 3.3.5.2 → 3.3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/datatables/DataTables-1.10.10.zip +0 -0
- data/generate.sh +5 -3
- data/lib/bootswatch_rails/version.rb +6 -6
- data/vendor/assets/javascripts/dataTables.responsive.js +462 -186
- data/vendor/assets/javascripts/jquery.dataTables.js +175 -92
- data/vendor/assets/stylesheets/cerulean.css +33 -73
- data/vendor/assets/stylesheets/cosmo.css +32 -72
- data/vendor/assets/stylesheets/custom.css +32 -72
- data/vendor/assets/stylesheets/cyborg.css +32 -72
- data/vendor/assets/stylesheets/darkly.css +32 -72
- data/vendor/assets/stylesheets/flatly.css +32 -72
- data/vendor/assets/stylesheets/journal.css +32 -72
- data/vendor/assets/stylesheets/jquery.dataTables.css +3 -0
- data/vendor/assets/stylesheets/lumen.css +55 -95
- data/vendor/assets/stylesheets/paper.css +38 -74
- data/vendor/assets/stylesheets/readable.css +32 -72
- data/vendor/assets/stylesheets/responsive.dataTables.css +81 -9
- data/vendor/assets/stylesheets/sandstone.css +32 -72
- data/vendor/assets/stylesheets/simplex.css +32 -72
- data/vendor/assets/stylesheets/slate.css +109 -139
- data/vendor/assets/stylesheets/spacelab.css +32 -72
- data/vendor/assets/stylesheets/superhero.css +63 -103
- data/vendor/assets/stylesheets/united.css +32 -72
- data/vendor/assets/stylesheets/yeti.css +32 -72
- metadata +4 -3
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* bootswatch v3.3.
|
2
|
+
* bootswatch v3.3.6
|
3
3
|
* Homepage: http://bootswatch.com
|
4
|
-
* Copyright 2012-
|
4
|
+
* Copyright 2012-2016 Thomas Park
|
5
5
|
* Licensed under MIT
|
6
6
|
* Based on Bootstrap
|
7
7
|
*/
|
8
8
|
/*!
|
9
|
-
* Bootstrap v3.3.
|
9
|
+
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
10
10
|
* Copyright 2011-2015 Twitter, Inc.
|
11
11
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
12
12
|
*/
|
@@ -283,10 +283,10 @@ th {
|
|
283
283
|
-moz-osx-font-smoothing: grayscale;
|
284
284
|
}
|
285
285
|
.glyphicon-asterisk:before {
|
286
|
-
content: "\
|
286
|
+
content: "\002a";
|
287
287
|
}
|
288
288
|
.glyphicon-plus:before {
|
289
|
-
content: "\
|
289
|
+
content: "\002b";
|
290
290
|
}
|
291
291
|
.glyphicon-euro:before,
|
292
292
|
.glyphicon-eur:before {
|
@@ -2585,6 +2585,10 @@ output {
|
|
2585
2585
|
.form-control::-webkit-input-placeholder {
|
2586
2586
|
color: #7a8288;
|
2587
2587
|
}
|
2588
|
+
.form-control::-ms-expand {
|
2589
|
+
border: 0;
|
2590
|
+
background-color: transparent;
|
2591
|
+
}
|
2588
2592
|
.form-control[disabled],
|
2589
2593
|
.form-control[readonly],
|
2590
2594
|
fieldset[disabled] .form-control {
|
@@ -2991,7 +2995,7 @@ select[multiple].input-lg {
|
|
2991
2995
|
}
|
2992
2996
|
@media (min-width: 768px) {
|
2993
2997
|
.form-horizontal .form-group-lg .control-label {
|
2994
|
-
padding-top:
|
2998
|
+
padding-top: 15px;
|
2995
2999
|
font-size: 18px;
|
2996
3000
|
}
|
2997
3001
|
}
|
@@ -3099,9 +3103,6 @@ fieldset[disabled] a.btn {
|
|
3099
3103
|
.open > .dropdown-toggle.btn-default {
|
3100
3104
|
background-image: none;
|
3101
3105
|
}
|
3102
|
-
.btn-default.disabled,
|
3103
|
-
.btn-default[disabled],
|
3104
|
-
fieldset[disabled] .btn-default,
|
3105
3106
|
.btn-default.disabled:hover,
|
3106
3107
|
.btn-default[disabled]:hover,
|
3107
3108
|
fieldset[disabled] .btn-default:hover,
|
@@ -3110,13 +3111,7 @@ fieldset[disabled] .btn-default:hover,
|
|
3110
3111
|
fieldset[disabled] .btn-default:focus,
|
3111
3112
|
.btn-default.disabled.focus,
|
3112
3113
|
.btn-default[disabled].focus,
|
3113
|
-
fieldset[disabled] .btn-default.focus
|
3114
|
-
.btn-default.disabled:active,
|
3115
|
-
.btn-default[disabled]:active,
|
3116
|
-
fieldset[disabled] .btn-default:active,
|
3117
|
-
.btn-default.disabled.active,
|
3118
|
-
.btn-default[disabled].active,
|
3119
|
-
fieldset[disabled] .btn-default.active {
|
3114
|
+
fieldset[disabled] .btn-default.focus {
|
3120
3115
|
background-color: #3a3f44;
|
3121
3116
|
border-color: #3a3f44;
|
3122
3117
|
}
|
@@ -3165,9 +3160,6 @@ fieldset[disabled] .btn-default.active {
|
|
3165
3160
|
.open > .dropdown-toggle.btn-primary {
|
3166
3161
|
background-image: none;
|
3167
3162
|
}
|
3168
|
-
.btn-primary.disabled,
|
3169
|
-
.btn-primary[disabled],
|
3170
|
-
fieldset[disabled] .btn-primary,
|
3171
3163
|
.btn-primary.disabled:hover,
|
3172
3164
|
.btn-primary[disabled]:hover,
|
3173
3165
|
fieldset[disabled] .btn-primary:hover,
|
@@ -3176,13 +3168,7 @@ fieldset[disabled] .btn-primary:hover,
|
|
3176
3168
|
fieldset[disabled] .btn-primary:focus,
|
3177
3169
|
.btn-primary.disabled.focus,
|
3178
3170
|
.btn-primary[disabled].focus,
|
3179
|
-
fieldset[disabled] .btn-primary.focus
|
3180
|
-
.btn-primary.disabled:active,
|
3181
|
-
.btn-primary[disabled]:active,
|
3182
|
-
fieldset[disabled] .btn-primary:active,
|
3183
|
-
.btn-primary.disabled.active,
|
3184
|
-
.btn-primary[disabled].active,
|
3185
|
-
fieldset[disabled] .btn-primary.active {
|
3171
|
+
fieldset[disabled] .btn-primary.focus {
|
3186
3172
|
background-color: #7a8288;
|
3187
3173
|
border-color: #7a8288;
|
3188
3174
|
}
|
@@ -3231,9 +3217,6 @@ fieldset[disabled] .btn-primary.active {
|
|
3231
3217
|
.open > .dropdown-toggle.btn-success {
|
3232
3218
|
background-image: none;
|
3233
3219
|
}
|
3234
|
-
.btn-success.disabled,
|
3235
|
-
.btn-success[disabled],
|
3236
|
-
fieldset[disabled] .btn-success,
|
3237
3220
|
.btn-success.disabled:hover,
|
3238
3221
|
.btn-success[disabled]:hover,
|
3239
3222
|
fieldset[disabled] .btn-success:hover,
|
@@ -3242,13 +3225,7 @@ fieldset[disabled] .btn-success:hover,
|
|
3242
3225
|
fieldset[disabled] .btn-success:focus,
|
3243
3226
|
.btn-success.disabled.focus,
|
3244
3227
|
.btn-success[disabled].focus,
|
3245
|
-
fieldset[disabled] .btn-success.focus
|
3246
|
-
.btn-success.disabled:active,
|
3247
|
-
.btn-success[disabled]:active,
|
3248
|
-
fieldset[disabled] .btn-success:active,
|
3249
|
-
.btn-success.disabled.active,
|
3250
|
-
.btn-success[disabled].active,
|
3251
|
-
fieldset[disabled] .btn-success.active {
|
3228
|
+
fieldset[disabled] .btn-success.focus {
|
3252
3229
|
background-color: #62c462;
|
3253
3230
|
border-color: #62c462;
|
3254
3231
|
}
|
@@ -3297,9 +3274,6 @@ fieldset[disabled] .btn-success.active {
|
|
3297
3274
|
.open > .dropdown-toggle.btn-info {
|
3298
3275
|
background-image: none;
|
3299
3276
|
}
|
3300
|
-
.btn-info.disabled,
|
3301
|
-
.btn-info[disabled],
|
3302
|
-
fieldset[disabled] .btn-info,
|
3303
3277
|
.btn-info.disabled:hover,
|
3304
3278
|
.btn-info[disabled]:hover,
|
3305
3279
|
fieldset[disabled] .btn-info:hover,
|
@@ -3308,13 +3282,7 @@ fieldset[disabled] .btn-info:hover,
|
|
3308
3282
|
fieldset[disabled] .btn-info:focus,
|
3309
3283
|
.btn-info.disabled.focus,
|
3310
3284
|
.btn-info[disabled].focus,
|
3311
|
-
fieldset[disabled] .btn-info.focus
|
3312
|
-
.btn-info.disabled:active,
|
3313
|
-
.btn-info[disabled]:active,
|
3314
|
-
fieldset[disabled] .btn-info:active,
|
3315
|
-
.btn-info.disabled.active,
|
3316
|
-
.btn-info[disabled].active,
|
3317
|
-
fieldset[disabled] .btn-info.active {
|
3285
|
+
fieldset[disabled] .btn-info.focus {
|
3318
3286
|
background-color: #5bc0de;
|
3319
3287
|
border-color: #5bc0de;
|
3320
3288
|
}
|
@@ -3363,9 +3331,6 @@ fieldset[disabled] .btn-info.active {
|
|
3363
3331
|
.open > .dropdown-toggle.btn-warning {
|
3364
3332
|
background-image: none;
|
3365
3333
|
}
|
3366
|
-
.btn-warning.disabled,
|
3367
|
-
.btn-warning[disabled],
|
3368
|
-
fieldset[disabled] .btn-warning,
|
3369
3334
|
.btn-warning.disabled:hover,
|
3370
3335
|
.btn-warning[disabled]:hover,
|
3371
3336
|
fieldset[disabled] .btn-warning:hover,
|
@@ -3374,13 +3339,7 @@ fieldset[disabled] .btn-warning:hover,
|
|
3374
3339
|
fieldset[disabled] .btn-warning:focus,
|
3375
3340
|
.btn-warning.disabled.focus,
|
3376
3341
|
.btn-warning[disabled].focus,
|
3377
|
-
fieldset[disabled] .btn-warning.focus
|
3378
|
-
.btn-warning.disabled:active,
|
3379
|
-
.btn-warning[disabled]:active,
|
3380
|
-
fieldset[disabled] .btn-warning:active,
|
3381
|
-
.btn-warning.disabled.active,
|
3382
|
-
.btn-warning[disabled].active,
|
3383
|
-
fieldset[disabled] .btn-warning.active {
|
3342
|
+
fieldset[disabled] .btn-warning.focus {
|
3384
3343
|
background-color: #f89406;
|
3385
3344
|
border-color: #f89406;
|
3386
3345
|
}
|
@@ -3429,9 +3388,6 @@ fieldset[disabled] .btn-warning.active {
|
|
3429
3388
|
.open > .dropdown-toggle.btn-danger {
|
3430
3389
|
background-image: none;
|
3431
3390
|
}
|
3432
|
-
.btn-danger.disabled,
|
3433
|
-
.btn-danger[disabled],
|
3434
|
-
fieldset[disabled] .btn-danger,
|
3435
3391
|
.btn-danger.disabled:hover,
|
3436
3392
|
.btn-danger[disabled]:hover,
|
3437
3393
|
fieldset[disabled] .btn-danger:hover,
|
@@ -3440,13 +3396,7 @@ fieldset[disabled] .btn-danger:hover,
|
|
3440
3396
|
fieldset[disabled] .btn-danger:focus,
|
3441
3397
|
.btn-danger.disabled.focus,
|
3442
3398
|
.btn-danger[disabled].focus,
|
3443
|
-
fieldset[disabled] .btn-danger.focus
|
3444
|
-
.btn-danger.disabled:active,
|
3445
|
-
.btn-danger[disabled]:active,
|
3446
|
-
fieldset[disabled] .btn-danger:active,
|
3447
|
-
.btn-danger.disabled.active,
|
3448
|
-
.btn-danger[disabled].active,
|
3449
|
-
fieldset[disabled] .btn-danger.active {
|
3399
|
+
fieldset[disabled] .btn-danger.focus {
|
3450
3400
|
background-color: #ee5f5b;
|
3451
3401
|
border-color: #ee5f5b;
|
3452
3402
|
}
|
@@ -3821,13 +3771,15 @@ tbody.collapse.in {
|
|
3821
3771
|
}
|
3822
3772
|
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
3823
3773
|
border-top-right-radius: 4px;
|
3774
|
+
border-top-left-radius: 4px;
|
3824
3775
|
border-bottom-right-radius: 0;
|
3825
3776
|
border-bottom-left-radius: 0;
|
3826
3777
|
}
|
3827
3778
|
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
3828
|
-
border-bottom-left-radius: 4px;
|
3829
3779
|
border-top-right-radius: 0;
|
3830
3780
|
border-top-left-radius: 0;
|
3781
|
+
border-bottom-right-radius: 4px;
|
3782
|
+
border-bottom-left-radius: 4px;
|
3831
3783
|
}
|
3832
3784
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
3833
3785
|
border-radius: 0;
|
@@ -3884,6 +3836,9 @@ tbody.collapse.in {
|
|
3884
3836
|
width: 100%;
|
3885
3837
|
margin-bottom: 0;
|
3886
3838
|
}
|
3839
|
+
.input-group .form-control:focus {
|
3840
|
+
z-index: 3;
|
3841
|
+
}
|
3887
3842
|
.input-group-lg > .form-control,
|
3888
3843
|
.input-group-lg > .input-group-addon,
|
3889
3844
|
.input-group-lg > .input-group-btn > .btn {
|
@@ -4795,7 +4750,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4795
4750
|
.pagination > li > span:hover,
|
4796
4751
|
.pagination > li > a:focus,
|
4797
4752
|
.pagination > li > span:focus {
|
4798
|
-
z-index:
|
4753
|
+
z-index: 2;
|
4799
4754
|
color: #ffffff;
|
4800
4755
|
background-color: transparent;
|
4801
4756
|
border-color: rgba(0, 0, 0, 0.6);
|
@@ -4806,7 +4761,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4806
4761
|
.pagination > .active > span:hover,
|
4807
4762
|
.pagination > .active > a:focus,
|
4808
4763
|
.pagination > .active > span:focus {
|
4809
|
-
z-index:
|
4764
|
+
z-index: 3;
|
4810
4765
|
color: #ffffff;
|
4811
4766
|
background-color: #232628;
|
4812
4767
|
border-color: rgba(0, 0, 0, 0.6);
|
@@ -5028,6 +4983,8 @@ a.badge:focus {
|
|
5028
4983
|
.container .jumbotron,
|
5029
4984
|
.container-fluid .jumbotron {
|
5030
4985
|
border-radius: 6px;
|
4986
|
+
padding-left: 15px;
|
4987
|
+
padding-right: 15px;
|
5031
4988
|
}
|
5032
4989
|
.jumbotron .container {
|
5033
4990
|
max-width: 100%;
|
@@ -5983,7 +5940,6 @@ button.close {
|
|
5983
5940
|
.modal-header {
|
5984
5941
|
padding: 15px;
|
5985
5942
|
border-bottom: 1px solid #1c1e22;
|
5986
|
-
min-height: 16.42857143px;
|
5987
5943
|
}
|
5988
5944
|
.modal-header .close {
|
5989
5945
|
margin-top: -2px;
|
@@ -6373,6 +6329,7 @@ button.close {
|
|
6373
6329
|
color: #ffffff;
|
6374
6330
|
text-align: center;
|
6375
6331
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
6332
|
+
background-color: rgba(0, 0, 0, 0);
|
6376
6333
|
}
|
6377
6334
|
.carousel-control.left {
|
6378
6335
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
@@ -6484,16 +6441,16 @@ button.close {
|
|
6484
6441
|
.carousel-control .icon-next {
|
6485
6442
|
width: 30px;
|
6486
6443
|
height: 30px;
|
6487
|
-
margin-top: -
|
6444
|
+
margin-top: -10px;
|
6488
6445
|
font-size: 30px;
|
6489
6446
|
}
|
6490
6447
|
.carousel-control .glyphicon-chevron-left,
|
6491
6448
|
.carousel-control .icon-prev {
|
6492
|
-
margin-left: -
|
6449
|
+
margin-left: -10px;
|
6493
6450
|
}
|
6494
6451
|
.carousel-control .glyphicon-chevron-right,
|
6495
6452
|
.carousel-control .icon-next {
|
6496
|
-
margin-right: -
|
6453
|
+
margin-right: -10px;
|
6497
6454
|
}
|
6498
6455
|
.carousel-caption {
|
6499
6456
|
left: 20%;
|
@@ -6532,6 +6489,8 @@ button.close {
|
|
6532
6489
|
.pager:after,
|
6533
6490
|
.panel-body:before,
|
6534
6491
|
.panel-body:after,
|
6492
|
+
.modal-header:before,
|
6493
|
+
.modal-header:after,
|
6535
6494
|
.modal-footer:before,
|
6536
6495
|
.modal-footer:after {
|
6537
6496
|
content: " ";
|
@@ -6551,6 +6510,7 @@ button.close {
|
|
6551
6510
|
.navbar-collapse:after,
|
6552
6511
|
.pager:after,
|
6553
6512
|
.panel-body:after,
|
6513
|
+
.modal-header:after,
|
6554
6514
|
.modal-footer:after {
|
6555
6515
|
clear: both;
|
6556
6516
|
}
|
@@ -6809,6 +6769,21 @@ button.close {
|
|
6809
6769
|
border: 1px solid rgba(0, 0, 0, 0.6);
|
6810
6770
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
6811
6771
|
}
|
6772
|
+
.navbar .navbar-nav > li > a {
|
6773
|
+
border-right: 1px solid rgba(0, 0, 0, 0.2);
|
6774
|
+
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
6775
|
+
}
|
6776
|
+
.navbar .navbar-nav > li > a:hover {
|
6777
|
+
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
|
6778
|
+
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
|
6779
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#141618));
|
6780
|
+
background-image: linear-gradient(#020202, #101112 40%, #141618);
|
6781
|
+
background-repeat: no-repeat;
|
6782
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
|
6783
|
+
-webkit-filter: none;
|
6784
|
+
filter: none;
|
6785
|
+
border-left-color: transparent;
|
6786
|
+
}
|
6812
6787
|
.navbar-inverse {
|
6813
6788
|
background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
|
6814
6789
|
background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
|
@@ -6822,20 +6797,15 @@ button.close {
|
|
6822
6797
|
.navbar-inverse .badge {
|
6823
6798
|
background-color: #5d6368;
|
6824
6799
|
}
|
6825
|
-
.navbar-nav > li > a {
|
6826
|
-
|
6827
|
-
|
6828
|
-
|
6829
|
-
|
6830
|
-
background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
|
6831
|
-
background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
|
6832
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
|
6833
|
-
background-image: linear-gradient(#020202, #101112 40%, #191b1d);
|
6800
|
+
.navbar-inverse .navbar-nav > li > a:hover {
|
6801
|
+
background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #53595d);
|
6802
|
+
background-image: -o-linear-gradient(#404448, #4e5458 40%, #53595d);
|
6803
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#53595d));
|
6804
|
+
background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
|
6834
6805
|
background-repeat: no-repeat;
|
6835
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#
|
6806
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
|
6836
6807
|
-webkit-filter: none;
|
6837
6808
|
filter: none;
|
6838
|
-
border-left-color: transparent;
|
6839
6809
|
}
|
6840
6810
|
.navbar .nav .open > a {
|
6841
6811
|
border-color: transparent;
|
@@ -6863,12 +6833,12 @@ button.close {
|
|
6863
6833
|
filter: none;
|
6864
6834
|
}
|
6865
6835
|
.btn-default:hover {
|
6866
|
-
background-image: -webkit-linear-gradient(#020202, #101112 40%, #
|
6867
|
-
background-image: -o-linear-gradient(#020202, #101112 40%, #
|
6868
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#
|
6869
|
-
background-image: linear-gradient(#020202, #101112 40%, #
|
6836
|
+
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
|
6837
|
+
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
|
6838
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#141618));
|
6839
|
+
background-image: linear-gradient(#020202, #101112 40%, #141618);
|
6870
6840
|
background-repeat: no-repeat;
|
6871
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#
|
6841
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
|
6872
6842
|
-webkit-filter: none;
|
6873
6843
|
filter: none;
|
6874
6844
|
}
|
@@ -6883,12 +6853,12 @@ button.close {
|
|
6883
6853
|
filter: none;
|
6884
6854
|
}
|
6885
6855
|
.btn-primary:hover {
|
6886
|
-
background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #
|
6887
|
-
background-image: -o-linear-gradient(#404448, #4e5458 40%, #
|
6888
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#
|
6889
|
-
background-image: linear-gradient(#404448, #4e5458 40%, #
|
6856
|
+
background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #53595d);
|
6857
|
+
background-image: -o-linear-gradient(#404448, #4e5458 40%, #53595d);
|
6858
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#53595d));
|
6859
|
+
background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
|
6890
6860
|
background-repeat: no-repeat;
|
6891
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#
|
6861
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
|
6892
6862
|
-webkit-filter: none;
|
6893
6863
|
filter: none;
|
6894
6864
|
}
|
@@ -6903,12 +6873,12 @@ button.close {
|
|
6903
6873
|
filter: none;
|
6904
6874
|
}
|
6905
6875
|
.btn-success:hover {
|
6906
|
-
background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #
|
6907
|
-
background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #
|
6908
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#2f7d2f), color-stop(40%, #379337), to(#
|
6909
|
-
background-image: linear-gradient(#2f7d2f, #379337 40%, #
|
6876
|
+
background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3a9a3a);
|
6877
|
+
background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #3a9a3a);
|
6878
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#2f7d2f), color-stop(40%, #379337), to(#3a9a3a));
|
6879
|
+
background-image: linear-gradient(#2f7d2f, #379337 40%, #3a9a3a);
|
6910
6880
|
background-repeat: no-repeat;
|
6911
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#
|
6881
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3a9a3a', GradientType=0);
|
6912
6882
|
-webkit-filter: none;
|
6913
6883
|
filter: none;
|
6914
6884
|
}
|
@@ -6923,12 +6893,12 @@ button.close {
|
|
6923
6893
|
filter: none;
|
6924
6894
|
}
|
6925
6895
|
.btn-info:hover {
|
6926
|
-
background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #
|
6927
|
-
background-image: -o-linear-gradient(#20829f, #2596b8 40%, #
|
6928
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#20829f), color-stop(40%, #2596b8), to(#
|
6929
|
-
background-image: linear-gradient(#20829f, #2596b8 40%, #
|
6896
|
+
background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #279dc1);
|
6897
|
+
background-image: -o-linear-gradient(#20829f, #2596b8 40%, #279dc1);
|
6898
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#20829f), color-stop(40%, #2596b8), to(#279dc1));
|
6899
|
+
background-image: linear-gradient(#20829f, #2596b8 40%, #279dc1);
|
6930
6900
|
background-repeat: no-repeat;
|
6931
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#
|
6901
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff279dc1', GradientType=0);
|
6932
6902
|
-webkit-filter: none;
|
6933
6903
|
filter: none;
|
6934
6904
|
}
|
@@ -6943,12 +6913,12 @@ button.close {
|
|
6943
6913
|
filter: none;
|
6944
6914
|
}
|
6945
6915
|
.btn-warning:hover {
|
6946
|
-
background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #
|
6947
|
-
background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #
|
6948
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#804d03), color-stop(40%, #9e5f04), to(#
|
6949
|
-
background-image: linear-gradient(#804d03, #9e5f04 40%, #
|
6916
|
+
background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #a86404);
|
6917
|
+
background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #a86404);
|
6918
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#804d03), color-stop(40%, #9e5f04), to(#a86404));
|
6919
|
+
background-image: linear-gradient(#804d03, #9e5f04 40%, #a86404);
|
6950
6920
|
background-repeat: no-repeat;
|
6951
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#
|
6921
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffa86404', GradientType=0);
|
6952
6922
|
-webkit-filter: none;
|
6953
6923
|
filter: none;
|
6954
6924
|
}
|
@@ -6963,12 +6933,12 @@ button.close {
|
|
6963
6933
|
filter: none;
|
6964
6934
|
}
|
6965
6935
|
.btn-danger:hover {
|
6966
|
-
background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #
|
6967
|
-
background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #
|
6968
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#
|
6969
|
-
background-image: linear-gradient(#bb1813, #d71c16 40%, #
|
6936
|
+
background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e01d17);
|
6937
|
+
background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e01d17);
|
6938
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#e01d17));
|
6939
|
+
background-image: linear-gradient(#bb1813, #d71c16 40%, #e01d17);
|
6970
6940
|
background-repeat: no-repeat;
|
6971
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#
|
6941
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe01d17', GradientType=0);
|
6972
6942
|
-webkit-filter: none;
|
6973
6943
|
filter: none;
|
6974
6944
|
}
|
@@ -7122,12 +7092,12 @@ legend {
|
|
7122
7092
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
7123
7093
|
}
|
7124
7094
|
.nav-pills > li > a:hover {
|
7125
|
-
background-image: -webkit-linear-gradient(#020202, #101112 40%, #
|
7126
|
-
background-image: -o-linear-gradient(#020202, #101112 40%, #
|
7127
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#
|
7128
|
-
background-image: linear-gradient(#020202, #101112 40%, #
|
7095
|
+
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
|
7096
|
+
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
|
7097
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#141618));
|
7098
|
+
background-image: linear-gradient(#020202, #101112 40%, #141618);
|
7129
7099
|
background-repeat: no-repeat;
|
7130
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#
|
7100
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
|
7131
7101
|
-webkit-filter: none;
|
7132
7102
|
filter: none;
|
7133
7103
|
border: 1px solid rgba(0, 0, 0, 0.6);
|
@@ -7135,12 +7105,12 @@ legend {
|
|
7135
7105
|
.nav-pills > li.active > a,
|
7136
7106
|
.nav-pills > li.active > a:hover {
|
7137
7107
|
background-color: none;
|
7138
|
-
background-image: -webkit-linear-gradient(#020202, #101112 40%, #
|
7139
|
-
background-image: -o-linear-gradient(#020202, #101112 40%, #
|
7140
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#
|
7141
|
-
background-image: linear-gradient(#020202, #101112 40%, #
|
7108
|
+
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
|
7109
|
+
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
|
7110
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#141618));
|
7111
|
+
background-image: linear-gradient(#020202, #101112 40%, #141618);
|
7142
7112
|
background-repeat: no-repeat;
|
7143
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#
|
7113
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
|
7144
7114
|
-webkit-filter: none;
|
7145
7115
|
filter: none;
|
7146
7116
|
border: 1px solid rgba(0, 0, 0, 0.6);
|
@@ -7170,23 +7140,23 @@ legend {
|
|
7170
7140
|
}
|
7171
7141
|
.pagination > li > a:hover,
|
7172
7142
|
.pagination > li > span:hover {
|
7173
|
-
background-image: -webkit-linear-gradient(#020202, #101112 40%, #
|
7174
|
-
background-image: -o-linear-gradient(#020202, #101112 40%, #
|
7175
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#
|
7176
|
-
background-image: linear-gradient(#020202, #101112 40%, #
|
7143
|
+
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
|
7144
|
+
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
|
7145
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#141618));
|
7146
|
+
background-image: linear-gradient(#020202, #101112 40%, #141618);
|
7177
7147
|
background-repeat: no-repeat;
|
7178
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#
|
7148
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
|
7179
7149
|
-webkit-filter: none;
|
7180
7150
|
filter: none;
|
7181
7151
|
}
|
7182
7152
|
.pagination > li.active > a,
|
7183
7153
|
.pagination > li.active > span {
|
7184
|
-
background-image: -webkit-linear-gradient(#020202, #101112 40%, #
|
7185
|
-
background-image: -o-linear-gradient(#020202, #101112 40%, #
|
7186
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#
|
7187
|
-
background-image: linear-gradient(#020202, #101112 40%, #
|
7154
|
+
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
|
7155
|
+
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
|
7156
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#141618));
|
7157
|
+
background-image: linear-gradient(#020202, #101112 40%, #141618);
|
7188
7158
|
background-repeat: no-repeat;
|
7189
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#
|
7159
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
|
7190
7160
|
-webkit-filter: none;
|
7191
7161
|
filter: none;
|
7192
7162
|
}
|
@@ -7216,12 +7186,12 @@ legend {
|
|
7216
7186
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
7217
7187
|
}
|
7218
7188
|
.pager > li > a:hover {
|
7219
|
-
background-image: -webkit-linear-gradient(#020202, #101112 40%, #
|
7220
|
-
background-image: -o-linear-gradient(#020202, #101112 40%, #
|
7221
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#
|
7222
|
-
background-image: linear-gradient(#020202, #101112 40%, #
|
7189
|
+
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
|
7190
|
+
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
|
7191
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#141618));
|
7192
|
+
background-image: linear-gradient(#020202, #101112 40%, #141618);
|
7223
7193
|
background-repeat: no-repeat;
|
7224
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#
|
7194
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
|
7225
7195
|
-webkit-filter: none;
|
7226
7196
|
filter: none;
|
7227
7197
|
}
|