cmstyle 0.0.18 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Responsive v2.2.2
2
+ * Bootstrap Responsive v2.3.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -8,10 +8,6 @@
8
8
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
9
  */
10
10
 
11
- @-ms-viewport {
12
- width: device-width;
13
- }
14
-
15
11
  .clearfix {
16
12
  *zoom: 1;
17
13
  }
@@ -44,6 +40,10 @@
44
40
  box-sizing: border-box;
45
41
  }
46
42
 
43
+ @-ms-viewport {
44
+ width: device-width;
45
+ }
46
+
47
47
  .hidden {
48
48
  display: none;
49
49
  visibility: hidden;
@@ -95,6 +95,19 @@
95
95
  }
96
96
  }
97
97
 
98
+ .visible-print {
99
+ display: none !important;
100
+ }
101
+
102
+ @media print {
103
+ .visible-print {
104
+ display: inherit !important;
105
+ }
106
+ .hidden-print {
107
+ display: none !important;
108
+ }
109
+ }
110
+
98
111
  @media (min-width: 1200px) {
99
112
  .row {
100
113
  margin-left: -30px;
@@ -1003,7 +1016,9 @@
1003
1016
  margin-bottom: 2px;
1004
1017
  }
1005
1018
  .nav-collapse .nav > li > a:hover,
1006
- .nav-collapse .dropdown-menu a:hover {
1019
+ .nav-collapse .nav > li > a:focus,
1020
+ .nav-collapse .dropdown-menu a:hover,
1021
+ .nav-collapse .dropdown-menu a:focus {
1007
1022
  background-color: #f2f2f2;
1008
1023
  }
1009
1024
  .navbar-inverse .nav-collapse .nav > li > a,
@@ -1011,7 +1026,9 @@
1011
1026
  color: #999999;
1012
1027
  }
1013
1028
  .navbar-inverse .nav-collapse .nav > li > a:hover,
1014
- .navbar-inverse .nav-collapse .dropdown-menu a:hover {
1029
+ .navbar-inverse .nav-collapse .nav > li > a:focus,
1030
+ .navbar-inverse .nav-collapse .dropdown-menu a:hover,
1031
+ .navbar-inverse .nav-collapse .dropdown-menu a:focus {
1015
1032
  background-color: #111111;
1016
1033
  }
1017
1034
  .nav-collapse.in .btn-group {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v2.2.2
2
+ * Bootstrap v2.3.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -8,6 +8,38 @@
8
8
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
9
  */
10
10
 
11
+ .clearfix {
12
+ *zoom: 1;
13
+ }
14
+
15
+ .clearfix:before,
16
+ .clearfix:after {
17
+ display: table;
18
+ line-height: 0;
19
+ content: "";
20
+ }
21
+
22
+ .clearfix:after {
23
+ clear: both;
24
+ }
25
+
26
+ .hide-text {
27
+ font: 0/0 a;
28
+ color: transparent;
29
+ text-shadow: none;
30
+ background-color: transparent;
31
+ border: 0;
32
+ }
33
+
34
+ .input-block-level {
35
+ display: block;
36
+ width: 100%;
37
+ min-height: 30px;
38
+ -webkit-box-sizing: border-box;
39
+ -moz-box-sizing: border-box;
40
+ box-sizing: border-box;
41
+ }
42
+
11
43
  article,
12
44
  aside,
13
45
  details,
@@ -189,38 +221,6 @@ textarea {
189
221
  }
190
222
  }
191
223
 
192
- .clearfix {
193
- *zoom: 1;
194
- }
195
-
196
- .clearfix:before,
197
- .clearfix:after {
198
- display: table;
199
- line-height: 0;
200
- content: "";
201
- }
202
-
203
- .clearfix:after {
204
- clear: both;
205
- }
206
-
207
- .hide-text {
208
- font: 0/0 a;
209
- color: transparent;
210
- text-shadow: none;
211
- background-color: transparent;
212
- border: 0;
213
- }
214
-
215
- .input-block-level {
216
- display: block;
217
- width: 100%;
218
- min-height: 30px;
219
- -webkit-box-sizing: border-box;
220
- -moz-box-sizing: border-box;
221
- box-sizing: border-box;
222
- }
223
-
224
224
  body {
225
225
  margin: 0;
226
226
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -235,7 +235,8 @@ a {
235
235
  text-decoration: none;
236
236
  }
237
237
 
238
- a:hover {
238
+ a:hover,
239
+ a:focus {
239
240
  color: #737373;
240
241
  text-decoration: underline;
241
242
  }
@@ -678,7 +679,8 @@ cite {
678
679
  color: #999999;
679
680
  }
680
681
 
681
- a.muted:hover {
682
+ a.muted:hover,
683
+ a.muted:focus {
682
684
  color: #808080;
683
685
  }
684
686
 
@@ -686,7 +688,8 @@ a.muted:hover {
686
688
  color: #c09853;
687
689
  }
688
690
 
689
- a.text-warning:hover {
691
+ a.text-warning:hover,
692
+ a.text-warning:focus {
690
693
  color: #a47e3c;
691
694
  }
692
695
 
@@ -694,7 +697,8 @@ a.text-warning:hover {
694
697
  color: #b94a48;
695
698
  }
696
699
 
697
- a.text-error:hover {
700
+ a.text-error:hover,
701
+ a.text-error:focus {
698
702
  color: #953b39;
699
703
  }
700
704
 
@@ -702,7 +706,8 @@ a.text-error:hover {
702
706
  color: #3a87ad;
703
707
  }
704
708
 
705
- a.text-info:hover {
709
+ a.text-info:hover,
710
+ a.text-info:focus {
706
711
  color: #2d6987;
707
712
  }
708
713
 
@@ -710,10 +715,23 @@ a.text-info:hover {
710
715
  color: #468847;
711
716
  }
712
717
 
713
- a.text-success:hover {
718
+ a.text-success:hover,
719
+ a.text-success:focus {
714
720
  color: #356635;
715
721
  }
716
722
 
723
+ .text-left {
724
+ text-align: left;
725
+ }
726
+
727
+ .text-right {
728
+ text-align: right;
729
+ }
730
+
731
+ .text-center {
732
+ text-align: center;
733
+ }
734
+
717
735
  h1,
718
736
  h2,
719
737
  h3,
@@ -823,8 +841,10 @@ ol.inline {
823
841
  ul.inline > li,
824
842
  ol.inline > li {
825
843
  display: inline-block;
844
+ *display: inline;
826
845
  padding-right: 5px;
827
846
  padding-left: 5px;
847
+ *zoom: 1;
828
848
  }
829
849
 
830
850
  dl {
@@ -899,9 +919,9 @@ blockquote {
899
919
 
900
920
  blockquote p {
901
921
  margin-bottom: 0;
902
- font-size: 16px;
922
+ font-size: 17.5px;
903
923
  font-weight: 300;
904
- line-height: 25px;
924
+ line-height: 1.25;
905
925
  }
906
926
 
907
927
  blockquote small {
@@ -1646,9 +1666,11 @@ select:focus:invalid:focus {
1646
1666
 
1647
1667
  .input-append,
1648
1668
  .input-prepend {
1649
- margin-bottom: 5px;
1669
+ display: inline-block;
1670
+ margin-bottom: 10px;
1650
1671
  font-size: 0;
1651
1672
  white-space: nowrap;
1673
+ vertical-align: middle;
1652
1674
  }
1653
1675
 
1654
1676
  .input-append input,
@@ -1658,7 +1680,9 @@ select:focus:invalid:focus {
1658
1680
  .input-append .uneditable-input,
1659
1681
  .input-prepend .uneditable-input,
1660
1682
  .input-append .dropdown-menu,
1661
- .input-prepend .dropdown-menu {
1683
+ .input-prepend .dropdown-menu,
1684
+ .input-append .popover,
1685
+ .input-prepend .popover {
1662
1686
  font-size: 14px;
1663
1687
  }
1664
1688
 
@@ -2049,14 +2073,16 @@ table {
2049
2073
  }
2050
2074
 
2051
2075
  .table-bordered thead:first-child tr:first-child > th:first-child,
2052
- .table-bordered tbody:first-child tr:first-child > td:first-child {
2076
+ .table-bordered tbody:first-child tr:first-child > td:first-child,
2077
+ .table-bordered tbody:first-child tr:first-child > th:first-child {
2053
2078
  -webkit-border-top-left-radius: 4px;
2054
2079
  border-top-left-radius: 4px;
2055
2080
  -moz-border-radius-topleft: 4px;
2056
2081
  }
2057
2082
 
2058
2083
  .table-bordered thead:first-child tr:first-child > th:last-child,
2059
- .table-bordered tbody:first-child tr:first-child > td:last-child {
2084
+ .table-bordered tbody:first-child tr:first-child > td:last-child,
2085
+ .table-bordered tbody:first-child tr:first-child > th:last-child {
2060
2086
  -webkit-border-top-right-radius: 4px;
2061
2087
  border-top-right-radius: 4px;
2062
2088
  -moz-border-radius-topright: 4px;
@@ -2064,7 +2090,9 @@ table {
2064
2090
 
2065
2091
  .table-bordered thead:last-child tr:last-child > th:first-child,
2066
2092
  .table-bordered tbody:last-child tr:last-child > td:first-child,
2067
- .table-bordered tfoot:last-child tr:last-child > td:first-child {
2093
+ .table-bordered tbody:last-child tr:last-child > th:first-child,
2094
+ .table-bordered tfoot:last-child tr:last-child > td:first-child,
2095
+ .table-bordered tfoot:last-child tr:last-child > th:first-child {
2068
2096
  -webkit-border-bottom-left-radius: 4px;
2069
2097
  border-bottom-left-radius: 4px;
2070
2098
  -moz-border-radius-bottomleft: 4px;
@@ -2072,7 +2100,9 @@ table {
2072
2100
 
2073
2101
  .table-bordered thead:last-child tr:last-child > th:last-child,
2074
2102
  .table-bordered tbody:last-child tr:last-child > td:last-child,
2075
- .table-bordered tfoot:last-child tr:last-child > td:last-child {
2103
+ .table-bordered tbody:last-child tr:last-child > th:last-child,
2104
+ .table-bordered tfoot:last-child tr:last-child > td:last-child,
2105
+ .table-bordered tfoot:last-child tr:last-child > th:last-child {
2076
2106
  -webkit-border-bottom-right-radius: 4px;
2077
2107
  border-bottom-right-radius: 4px;
2078
2108
  -moz-border-radius-bottomright: 4px;
@@ -2113,8 +2143,8 @@ table {
2113
2143
  background-color: #f9f9f9;
2114
2144
  }
2115
2145
 
2116
- .table-hover tbody tr:hover td,
2117
- .table-hover tbody tr:hover th {
2146
+ .table-hover tbody tr:hover > td,
2147
+ .table-hover tbody tr:hover > th {
2118
2148
  background-color: #f5f5f5;
2119
2149
  }
2120
2150
 
@@ -2211,35 +2241,35 @@ table th[class*="span"],
2211
2241
  margin-left: 0;
2212
2242
  }
2213
2243
 
2214
- .table tbody tr.success td {
2244
+ .table tbody tr.success > td {
2215
2245
  background-color: #dff0d8;
2216
2246
  }
2217
2247
 
2218
- .table tbody tr.error td {
2248
+ .table tbody tr.error > td {
2219
2249
  background-color: #f2dede;
2220
2250
  }
2221
2251
 
2222
- .table tbody tr.warning td {
2252
+ .table tbody tr.warning > td {
2223
2253
  background-color: #fcf8e3;
2224
2254
  }
2225
2255
 
2226
- .table tbody tr.info td {
2256
+ .table tbody tr.info > td {
2227
2257
  background-color: #d9edf7;
2228
2258
  }
2229
2259
 
2230
- .table-hover tbody tr.success:hover td {
2260
+ .table-hover tbody tr.success:hover > td {
2231
2261
  background-color: #d0e9c6;
2232
2262
  }
2233
2263
 
2234
- .table-hover tbody tr.error:hover td {
2264
+ .table-hover tbody tr.error:hover > td {
2235
2265
  background-color: #ebcccc;
2236
2266
  }
2237
2267
 
2238
- .table-hover tbody tr.warning:hover td {
2268
+ .table-hover tbody tr.warning:hover > td {
2239
2269
  background-color: #faf2cc;
2240
2270
  }
2241
2271
 
2242
- .table-hover tbody tr.info:hover td {
2272
+ .table-hover tbody tr.info:hover > td {
2243
2273
  background-color: #c4e3f3;
2244
2274
  }
2245
2275
 
@@ -2252,12 +2282,12 @@ table th[class*="span"],
2252
2282
  *margin-right: .3em;
2253
2283
  line-height: 14px;
2254
2284
  vertical-align: text-top;
2255
- background-image: url("/assets/glyphicons-halflings.png");
2285
+ background-image: url("glyphicons-halflings.png");
2256
2286
  background-position: 14px 14px;
2257
2287
  background-repeat: no-repeat;
2258
2288
  }
2259
2289
 
2260
- /* White icons with optional class, or on hover/active states of certain elements */
2290
+ /* White icons with optional class, or on hover/focus/active states of certain elements */
2261
2291
 
2262
2292
  .icon-white,
2263
2293
  .nav-pills > .active > a > [class^="icon-"],
@@ -2267,12 +2297,16 @@ table th[class*="span"],
2267
2297
  .navbar-inverse .nav > .active > a > [class^="icon-"],
2268
2298
  .navbar-inverse .nav > .active > a > [class*=" icon-"],
2269
2299
  .dropdown-menu > li > a:hover > [class^="icon-"],
2300
+ .dropdown-menu > li > a:focus > [class^="icon-"],
2270
2301
  .dropdown-menu > li > a:hover > [class*=" icon-"],
2302
+ .dropdown-menu > li > a:focus > [class*=" icon-"],
2271
2303
  .dropdown-menu > .active > a > [class^="icon-"],
2272
2304
  .dropdown-menu > .active > a > [class*=" icon-"],
2273
2305
  .dropdown-submenu:hover > a > [class^="icon-"],
2274
- .dropdown-submenu:hover > a > [class*=" icon-"] {
2275
- background-image: url("/assets/glyphicons-halflings-white.png");
2306
+ .dropdown-submenu:focus > a > [class^="icon-"],
2307
+ .dropdown-submenu:hover > a > [class*=" icon-"],
2308
+ .dropdown-submenu:focus > a > [class*=" icon-"] {
2309
+ background-image: url("glyphicons-halflings-white.png");
2276
2310
  }
2277
2311
 
2278
2312
  .icon-glass {
@@ -2741,6 +2775,7 @@ table th[class*="span"],
2741
2775
  }
2742
2776
 
2743
2777
  .icon-folder-close {
2778
+ width: 16px;
2744
2779
  background-position: -384px -120px;
2745
2780
  }
2746
2781
 
@@ -2909,7 +2944,7 @@ table th[class*="span"],
2909
2944
  border-bottom: 1px solid #ffffff;
2910
2945
  }
2911
2946
 
2912
- .dropdown-menu li > a {
2947
+ .dropdown-menu > li > a {
2913
2948
  display: block;
2914
2949
  padding: 3px 20px;
2915
2950
  clear: both;
@@ -2919,9 +2954,10 @@ table th[class*="span"],
2919
2954
  white-space: nowrap;
2920
2955
  }
2921
2956
 
2922
- .dropdown-menu li > a:hover,
2923
- .dropdown-menu li > a:focus,
2924
- .dropdown-submenu:hover > a {
2957
+ .dropdown-menu > li > a:hover,
2958
+ .dropdown-menu > li > a:focus,
2959
+ .dropdown-submenu:hover > a,
2960
+ .dropdown-submenu:focus > a {
2925
2961
  color: #ffffff;
2926
2962
  text-decoration: none;
2927
2963
  background-color: #949494;
@@ -2934,8 +2970,9 @@ table th[class*="span"],
2934
2970
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff8c8c8c', GradientType=0);
2935
2971
  }
2936
2972
 
2937
- .dropdown-menu .active > a,
2938
- .dropdown-menu .active > a:hover {
2973
+ .dropdown-menu > .active > a,
2974
+ .dropdown-menu > .active > a:hover,
2975
+ .dropdown-menu > .active > a:focus {
2939
2976
  color: #ffffff;
2940
2977
  text-decoration: none;
2941
2978
  background-color: #949494;
@@ -2949,12 +2986,14 @@ table th[class*="span"],
2949
2986
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff8c8c8c', GradientType=0);
2950
2987
  }
2951
2988
 
2952
- .dropdown-menu .disabled > a,
2953
- .dropdown-menu .disabled > a:hover {
2989
+ .dropdown-menu > .disabled > a,
2990
+ .dropdown-menu > .disabled > a:hover,
2991
+ .dropdown-menu > .disabled > a:focus {
2954
2992
  color: #999999;
2955
2993
  }
2956
2994
 
2957
- .dropdown-menu .disabled > a:hover {
2995
+ .dropdown-menu > .disabled > a:hover,
2996
+ .dropdown-menu > .disabled > a:focus {
2958
2997
  text-decoration: none;
2959
2998
  cursor: default;
2960
2999
  background-color: transparent;
@@ -2970,6 +3009,15 @@ table th[class*="span"],
2970
3009
  display: block;
2971
3010
  }
2972
3011
 
3012
+ .dropdown-backdrop {
3013
+ position: fixed;
3014
+ top: 0;
3015
+ right: 0;
3016
+ bottom: 0;
3017
+ left: 0;
3018
+ z-index: 990;
3019
+ }
3020
+
2973
3021
  .pull-right > .dropdown-menu {
2974
3022
  right: 0;
2975
3023
  left: auto;
@@ -3130,7 +3178,8 @@ table th[class*="span"],
3130
3178
  filter: alpha(opacity=20);
3131
3179
  }
3132
3180
 
3133
- .close:hover {
3181
+ .close:hover,
3182
+ .close:focus {
3134
3183
  color: #000000;
3135
3184
  text-decoration: none;
3136
3185
  cursor: pointer;
@@ -3167,11 +3216,11 @@ button.close {
3167
3216
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
3168
3217
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
3169
3218
  background-repeat: repeat-x;
3170
- border: 1px solid #bbbbbb;
3219
+ border: 1px solid #cccccc;
3171
3220
  *border: 0;
3172
3221
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
3173
3222
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3174
- border-bottom-color: #a2a2a2;
3223
+ border-bottom-color: #b3b3b3;
3175
3224
  -webkit-border-radius: 4px;
3176
3225
  -moz-border-radius: 4px;
3177
3226
  border-radius: 4px;
@@ -3184,6 +3233,7 @@ button.close {
3184
3233
  }
3185
3234
 
3186
3235
  .btn:hover,
3236
+ .btn:focus,
3187
3237
  .btn:active,
3188
3238
  .btn.active,
3189
3239
  .btn.disabled,
@@ -3202,7 +3252,8 @@ button.close {
3202
3252
  *margin-left: 0;
3203
3253
  }
3204
3254
 
3205
- .btn:hover {
3255
+ .btn:hover,
3256
+ .btn:focus {
3206
3257
  color: #333333;
3207
3258
  text-decoration: none;
3208
3259
  background-position: 0 -15px;
@@ -3306,11 +3357,6 @@ input[type="button"].btn-block {
3306
3357
  color: rgba(255, 255, 255, 0.75);
3307
3358
  }
3308
3359
 
3309
- .btn {
3310
- border-color: #c5c5c5;
3311
- border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
3312
- }
3313
-
3314
3360
  .btn-primary {
3315
3361
  color: #ffffff;
3316
3362
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
@@ -3329,6 +3375,7 @@ input[type="button"].btn-block {
3329
3375
  }
3330
3376
 
3331
3377
  .btn-primary:hover,
3378
+ .btn-primary:focus,
3332
3379
  .btn-primary:active,
3333
3380
  .btn-primary.active,
3334
3381
  .btn-primary.disabled,
@@ -3361,6 +3408,7 @@ input[type="button"].btn-block {
3361
3408
  }
3362
3409
 
3363
3410
  .btn-warning:hover,
3411
+ .btn-warning:focus,
3364
3412
  .btn-warning:active,
3365
3413
  .btn-warning.active,
3366
3414
  .btn-warning.disabled,
@@ -3393,6 +3441,7 @@ input[type="button"].btn-block {
3393
3441
  }
3394
3442
 
3395
3443
  .btn-danger:hover,
3444
+ .btn-danger:focus,
3396
3445
  .btn-danger:active,
3397
3446
  .btn-danger.active,
3398
3447
  .btn-danger.disabled,
@@ -3425,6 +3474,7 @@ input[type="button"].btn-block {
3425
3474
  }
3426
3475
 
3427
3476
  .btn-success:hover,
3477
+ .btn-success:focus,
3428
3478
  .btn-success:active,
3429
3479
  .btn-success.active,
3430
3480
  .btn-success.disabled,
@@ -3457,6 +3507,7 @@ input[type="button"].btn-block {
3457
3507
  }
3458
3508
 
3459
3509
  .btn-info:hover,
3510
+ .btn-info:focus,
3460
3511
  .btn-info:active,
3461
3512
  .btn-info.active,
3462
3513
  .btn-info.disabled,
@@ -3489,6 +3540,7 @@ input[type="button"].btn-block {
3489
3540
  }
3490
3541
 
3491
3542
  .btn-inverse:hover,
3543
+ .btn-inverse:focus,
3492
3544
  .btn-inverse:active,
3493
3545
  .btn-inverse.active,
3494
3546
  .btn-inverse.disabled,
@@ -3552,13 +3604,15 @@ input[type="submit"].btn.btn-mini {
3552
3604
  border-radius: 0;
3553
3605
  }
3554
3606
 
3555
- .btn-link:hover {
3607
+ .btn-link:hover,
3608
+ .btn-link:focus {
3556
3609
  color: #737373;
3557
3610
  text-decoration: underline;
3558
3611
  background-color: transparent;
3559
3612
  }
3560
3613
 
3561
- .btn-link[disabled]:hover {
3614
+ .btn-link[disabled]:hover,
3615
+ .btn-link[disabled]:focus {
3562
3616
  color: #333333;
3563
3617
  text-decoration: none;
3564
3618
  }
@@ -3744,8 +3798,6 @@ input[type="submit"].btn.btn-mini {
3744
3798
  margin-left: 0;
3745
3799
  }
3746
3800
 
3747
- .btn-mini .caret,
3748
- .btn-small .caret,
3749
3801
  .btn-large .caret {
3750
3802
  margin-top: 6px;
3751
3803
  }
@@ -3756,6 +3808,11 @@ input[type="submit"].btn.btn-mini {
3756
3808
  border-left-width: 5px;
3757
3809
  }
3758
3810
 
3811
+ .btn-mini .caret,
3812
+ .btn-small .caret {
3813
+ margin-top: 8px;
3814
+ }
3815
+
3759
3816
  .dropup .btn-large .caret {
3760
3817
  border-bottom-width: 5px;
3761
3818
  }
@@ -3899,7 +3956,8 @@ input[type="submit"].btn.btn-mini {
3899
3956
  display: block;
3900
3957
  }
3901
3958
 
3902
- .nav > li > a:hover {
3959
+ .nav > li > a:hover,
3960
+ .nav > li > a:focus {
3903
3961
  text-decoration: none;
3904
3962
  background-color: #eeeeee;
3905
3963
  }
@@ -3945,7 +4003,8 @@ input[type="submit"].btn.btn-mini {
3945
4003
  }
3946
4004
 
3947
4005
  .nav-list > .active > a,
3948
- .nav-list > .active > a:hover {
4006
+ .nav-list > .active > a:hover,
4007
+ .nav-list > .active > a:focus {
3949
4008
  color: #ffffff;
3950
4009
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
3951
4010
  background-color: #999999;
@@ -4016,12 +4075,14 @@ input[type="submit"].btn.btn-mini {
4016
4075
  border-radius: 4px 4px 0 0;
4017
4076
  }
4018
4077
 
4019
- .nav-tabs > li > a:hover {
4078
+ .nav-tabs > li > a:hover,
4079
+ .nav-tabs > li > a:focus {
4020
4080
  border-color: #eeeeee #eeeeee #dddddd;
4021
4081
  }
4022
4082
 
4023
4083
  .nav-tabs > .active > a,
4024
- .nav-tabs > .active > a:hover {
4084
+ .nav-tabs > .active > a:hover,
4085
+ .nav-tabs > .active > a:focus {
4025
4086
  color: #555555;
4026
4087
  cursor: default;
4027
4088
  background-color: #ffffff;
@@ -4040,7 +4101,8 @@ input[type="submit"].btn.btn-mini {
4040
4101
  }
4041
4102
 
4042
4103
  .nav-pills > .active > a,
4043
- .nav-pills > .active > a:hover {
4104
+ .nav-pills > .active > a:hover,
4105
+ .nav-pills > .active > a:focus {
4044
4106
  color: #ffffff;
4045
4107
  background-color: #999999;
4046
4108
  }
@@ -4082,7 +4144,8 @@ input[type="submit"].btn.btn-mini {
4082
4144
  -moz-border-radius-bottomleft: 4px;
4083
4145
  }
4084
4146
 
4085
- .nav-tabs.nav-stacked > li > a:hover {
4147
+ .nav-tabs.nav-stacked > li > a:hover,
4148
+ .nav-tabs.nav-stacked > li > a:focus {
4086
4149
  z-index: 2;
4087
4150
  border-color: #ddd;
4088
4151
  }
@@ -4113,7 +4176,8 @@ input[type="submit"].btn.btn-mini {
4113
4176
  border-bottom-color: #999999;
4114
4177
  }
4115
4178
 
4116
- .nav .dropdown-toggle:hover .caret {
4179
+ .nav .dropdown-toggle:hover .caret,
4180
+ .nav .dropdown-toggle:focus .caret {
4117
4181
  border-top-color: #737373;
4118
4182
  border-bottom-color: #737373;
4119
4183
  }
@@ -4134,13 +4198,15 @@ input[type="submit"].btn.btn-mini {
4134
4198
  border-bottom-color: #555555;
4135
4199
  }
4136
4200
 
4137
- .nav > .dropdown.active > a:hover {
4201
+ .nav > .dropdown.active > a:hover,
4202
+ .nav > .dropdown.active > a:focus {
4138
4203
  cursor: pointer;
4139
4204
  }
4140
4205
 
4141
4206
  .nav-tabs .open .dropdown-toggle,
4142
4207
  .nav-pills .open .dropdown-toggle,
4143
- .nav > li.dropdown.open.active > a:hover {
4208
+ .nav > li.dropdown.open.active > a:hover,
4209
+ .nav > li.dropdown.open.active > a:focus {
4144
4210
  color: #ffffff;
4145
4211
  background-color: #999999;
4146
4212
  border-color: #999999;
@@ -4148,14 +4214,16 @@ input[type="submit"].btn.btn-mini {
4148
4214
 
4149
4215
  .nav li.dropdown.open .caret,
4150
4216
  .nav li.dropdown.open.active .caret,
4151
- .nav li.dropdown.open a:hover .caret {
4217
+ .nav li.dropdown.open a:hover .caret,
4218
+ .nav li.dropdown.open a:focus .caret {
4152
4219
  border-top-color: #ffffff;
4153
4220
  border-bottom-color: #ffffff;
4154
4221
  opacity: 1;
4155
4222
  filter: alpha(opacity=100);
4156
4223
  }
4157
4224
 
4158
- .tabs-stacked .open > a:hover {
4225
+ .tabs-stacked .open > a:hover,
4226
+ .tabs-stacked .open > a:focus {
4159
4227
  border-color: #999999;
4160
4228
  }
4161
4229
 
@@ -4209,13 +4277,15 @@ input[type="submit"].btn.btn-mini {
4209
4277
  border-radius: 0 0 4px 4px;
4210
4278
  }
4211
4279
 
4212
- .tabs-below > .nav-tabs > li > a:hover {
4280
+ .tabs-below > .nav-tabs > li > a:hover,
4281
+ .tabs-below > .nav-tabs > li > a:focus {
4213
4282
  border-top-color: #ddd;
4214
4283
  border-bottom-color: transparent;
4215
4284
  }
4216
4285
 
4217
4286
  .tabs-below > .nav-tabs > .active > a,
4218
- .tabs-below > .nav-tabs > .active > a:hover {
4287
+ .tabs-below > .nav-tabs > .active > a:hover,
4288
+ .tabs-below > .nav-tabs > .active > a:focus {
4219
4289
  border-color: transparent #ddd #ddd #ddd;
4220
4290
  }
4221
4291
 
@@ -4244,12 +4314,14 @@ input[type="submit"].btn.btn-mini {
4244
4314
  border-radius: 4px 0 0 4px;
4245
4315
  }
4246
4316
 
4247
- .tabs-left > .nav-tabs > li > a:hover {
4317
+ .tabs-left > .nav-tabs > li > a:hover,
4318
+ .tabs-left > .nav-tabs > li > a:focus {
4248
4319
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
4249
4320
  }
4250
4321
 
4251
4322
  .tabs-left > .nav-tabs .active > a,
4252
- .tabs-left > .nav-tabs .active > a:hover {
4323
+ .tabs-left > .nav-tabs .active > a:hover,
4324
+ .tabs-left > .nav-tabs .active > a:focus {
4253
4325
  border-color: #ddd transparent #ddd #ddd;
4254
4326
  *border-right-color: #ffffff;
4255
4327
  }
@@ -4267,12 +4339,14 @@ input[type="submit"].btn.btn-mini {
4267
4339
  border-radius: 0 4px 4px 0;
4268
4340
  }
4269
4341
 
4270
- .tabs-right > .nav-tabs > li > a:hover {
4342
+ .tabs-right > .nav-tabs > li > a:hover,
4343
+ .tabs-right > .nav-tabs > li > a:focus {
4271
4344
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
4272
4345
  }
4273
4346
 
4274
4347
  .tabs-right > .nav-tabs .active > a,
4275
- .tabs-right > .nav-tabs .active > a:hover {
4348
+ .tabs-right > .nav-tabs .active > a:hover,
4349
+ .tabs-right > .nav-tabs .active > a:focus {
4276
4350
  border-color: #ddd #ddd #ddd transparent;
4277
4351
  *border-left-color: #ffffff;
4278
4352
  }
@@ -4281,7 +4355,8 @@ input[type="submit"].btn.btn-mini {
4281
4355
  color: #999999;
4282
4356
  }
4283
4357
 
4284
- .nav > .disabled > a:hover {
4358
+ .nav > .disabled > a:hover,
4359
+ .nav > .disabled > a:focus {
4285
4360
  text-decoration: none;
4286
4361
  cursor: default;
4287
4362
  background-color: transparent;
@@ -4347,7 +4422,8 @@ input[type="submit"].btn.btn-mini {
4347
4422
  text-shadow: 0 1px 0 #ffffff;
4348
4423
  }
4349
4424
 
4350
- .navbar .brand:hover {
4425
+ .navbar .brand:hover,
4426
+ .navbar .brand:focus {
4351
4427
  text-decoration: none;
4352
4428
  }
4353
4429
 
@@ -4361,7 +4437,8 @@ input[type="submit"].btn.btn-mini {
4361
4437
  color: #777777;
4362
4438
  }
4363
4439
 
4364
- .navbar-link:hover {
4440
+ .navbar-link:hover,
4441
+ .navbar-link:focus {
4365
4442
  color: #333333;
4366
4443
  }
4367
4444
 
@@ -4379,7 +4456,9 @@ input[type="submit"].btn.btn-mini {
4379
4456
 
4380
4457
  .navbar .btn-group .btn,
4381
4458
  .navbar .input-prepend .btn,
4382
- .navbar .input-append .btn {
4459
+ .navbar .input-append .btn,
4460
+ .navbar .input-prepend .btn-group,
4461
+ .navbar .input-append .btn-group {
4383
4462
  margin-top: 0;
4384
4463
  }
4385
4464
 
@@ -4587,6 +4666,7 @@ input[type="submit"].btn.btn-mini {
4587
4666
  }
4588
4667
 
4589
4668
  .navbar .btn-navbar:hover,
4669
+ .navbar .btn-navbar:focus,
4590
4670
  .navbar .btn-navbar:active,
4591
4671
  .navbar .btn-navbar.active,
4592
4672
  .navbar .btn-navbar.disabled,
@@ -4656,9 +4736,10 @@ input[type="submit"].btn.btn-mini {
4656
4736
  border-bottom: 0;
4657
4737
  }
4658
4738
 
4659
- .navbar .nav li.dropdown > a:hover .caret {
4660
- border-top-color: #555555;
4661
- border-bottom-color: #555555;
4739
+ .navbar .nav li.dropdown > a:hover .caret,
4740
+ .navbar .nav li.dropdown > a:focus .caret {
4741
+ border-top-color: #333333;
4742
+ border-bottom-color: #333333;
4662
4743
  }
4663
4744
 
4664
4745
  .navbar .nav li.dropdown.open > .dropdown-toggle,
@@ -4728,7 +4809,9 @@ input[type="submit"].btn.btn-mini {
4728
4809
  }
4729
4810
 
4730
4811
  .navbar-inverse .brand:hover,
4731
- .navbar-inverse .nav > li > a:hover {
4812
+ .navbar-inverse .nav > li > a:hover,
4813
+ .navbar-inverse .brand:focus,
4814
+ .navbar-inverse .nav > li > a:focus {
4732
4815
  color: #ffffff;
4733
4816
  }
4734
4817
 
@@ -4757,7 +4840,8 @@ input[type="submit"].btn.btn-mini {
4757
4840
  color: #999999;
4758
4841
  }
4759
4842
 
4760
- .navbar-inverse .navbar-link:hover {
4843
+ .navbar-inverse .navbar-link:hover,
4844
+ .navbar-inverse .navbar-link:focus {
4761
4845
  color: #ffffff;
4762
4846
  }
4763
4847
 
@@ -4773,7 +4857,8 @@ input[type="submit"].btn.btn-mini {
4773
4857
  background-color: #111111;
4774
4858
  }
4775
4859
 
4776
- .navbar-inverse .nav li.dropdown > a:hover .caret {
4860
+ .navbar-inverse .nav li.dropdown > a:hover .caret,
4861
+ .navbar-inverse .nav li.dropdown > a:focus .caret {
4777
4862
  border-top-color: #ffffff;
4778
4863
  border-bottom-color: #ffffff;
4779
4864
  }
@@ -4846,6 +4931,7 @@ input[type="submit"].btn.btn-mini {
4846
4931
  }
4847
4932
 
4848
4933
  .navbar-inverse .btn-navbar:hover,
4934
+ .navbar-inverse .btn-navbar:focus,
4849
4935
  .navbar-inverse .btn-navbar:active,
4850
4936
  .navbar-inverse .btn-navbar.active,
4851
4937
  .navbar-inverse .btn-navbar.disabled,
@@ -4920,6 +5006,7 @@ input[type="submit"].btn.btn-mini {
4920
5006
  }
4921
5007
 
4922
5008
  .pagination ul > li > a:hover,
5009
+ .pagination ul > li > a:focus,
4923
5010
  .pagination ul > .active > a,
4924
5011
  .pagination ul > .active > span {
4925
5012
  background-color: #f5f5f5;
@@ -4933,7 +5020,8 @@ input[type="submit"].btn.btn-mini {
4933
5020
 
4934
5021
  .pagination ul > .disabled > span,
4935
5022
  .pagination ul > .disabled > a,
4936
- .pagination ul > .disabled > a:hover {
5023
+ .pagination ul > .disabled > a:hover,
5024
+ .pagination ul > .disabled > a:focus {
4937
5025
  color: #999999;
4938
5026
  cursor: default;
4939
5027
  background-color: transparent;
@@ -5063,7 +5151,8 @@ input[type="submit"].btn.btn-mini {
5063
5151
  border-radius: 15px;
5064
5152
  }
5065
5153
 
5066
- .pager li > a:hover {
5154
+ .pager li > a:hover,
5155
+ .pager li > a:focus {
5067
5156
  text-decoration: none;
5068
5157
  background-color: #f5f5f5;
5069
5158
  }
@@ -5080,6 +5169,7 @@ input[type="submit"].btn.btn-mini {
5080
5169
 
5081
5170
  .pager .disabled > a,
5082
5171
  .pager .disabled > a:hover,
5172
+ .pager .disabled > a:focus,
5083
5173
  .pager .disabled > span {
5084
5174
  color: #999999;
5085
5175
  cursor: default;
@@ -5209,8 +5299,8 @@ input[type="submit"].btn.btn-mini {
5209
5299
  position: absolute;
5210
5300
  z-index: 1030;
5211
5301
  display: block;
5212
- padding: 5px;
5213
5302
  font-size: 11px;
5303
+ line-height: 1.4;
5214
5304
  opacity: 0;
5215
5305
  filter: alpha(opacity=0);
5216
5306
  visibility: visible;
@@ -5222,24 +5312,28 @@ input[type="submit"].btn.btn-mini {
5222
5312
  }
5223
5313
 
5224
5314
  .tooltip.top {
5315
+ padding: 5px 0;
5225
5316
  margin-top: -3px;
5226
5317
  }
5227
5318
 
5228
5319
  .tooltip.right {
5320
+ padding: 0 5px;
5229
5321
  margin-left: 3px;
5230
5322
  }
5231
5323
 
5232
5324
  .tooltip.bottom {
5325
+ padding: 5px 0;
5233
5326
  margin-top: 3px;
5234
5327
  }
5235
5328
 
5236
5329
  .tooltip.left {
5330
+ padding: 0 5px;
5237
5331
  margin-left: -3px;
5238
5332
  }
5239
5333
 
5240
5334
  .tooltip-inner {
5241
5335
  max-width: 200px;
5242
- padding: 3px 8px;
5336
+ padding: 8px;
5243
5337
  color: #ffffff;
5244
5338
  text-align: center;
5245
5339
  text-decoration: none;
@@ -5295,7 +5389,7 @@ input[type="submit"].btn.btn-mini {
5295
5389
  left: 0;
5296
5390
  z-index: 1010;
5297
5391
  display: none;
5298
- width: 236px;
5392
+ max-width: 276px;
5299
5393
  padding: 1px;
5300
5394
  text-align: left;
5301
5395
  white-space: normal;
@@ -5342,6 +5436,10 @@ input[type="submit"].btn.btn-mini {
5342
5436
  border-radius: 5px 5px 0 0;
5343
5437
  }
5344
5438
 
5439
+ .popover-title:empty {
5440
+ display: none;
5441
+ }
5442
+
5345
5443
  .popover-content {
5346
5444
  padding: 9px 14px;
5347
5445
  }
@@ -5473,7 +5571,8 @@ input[type="submit"].btn.btn-mini {
5473
5571
  transition: all 0.2s ease-in-out;
5474
5572
  }
5475
5573
 
5476
- a.thumbnail:hover {
5574
+ a.thumbnail:hover,
5575
+ a.thumbnail:focus {
5477
5576
  border-color: #999999;
5478
5577
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5479
5578
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
@@ -5516,11 +5615,11 @@ a.thumbnail:hover {
5516
5615
  margin: 0 0 5px;
5517
5616
  }
5518
5617
 
5519
- .media .pull-left {
5618
+ .media > .pull-left {
5520
5619
  margin-right: 10px;
5521
5620
  }
5522
5621
 
5523
- .media .pull-right {
5622
+ .media > .pull-right {
5524
5623
  margin-left: 10px;
5525
5624
  }
5526
5625
 
@@ -5563,7 +5662,9 @@ a.thumbnail:hover {
5563
5662
  }
5564
5663
 
5565
5664
  a.label:hover,
5566
- a.badge:hover {
5665
+ a.label:focus,
5666
+ a.badge:hover,
5667
+ a.badge:focus {
5567
5668
  color: #ffffff;
5568
5669
  text-decoration: none;
5569
5670
  cursor: pointer;
@@ -5889,7 +5990,8 @@ a.badge:hover {
5889
5990
  transition: 0.6s ease-in-out left;
5890
5991
  }
5891
5992
 
5892
- .carousel-inner > .item > img {
5993
+ .carousel-inner > .item > img,
5994
+ .carousel-inner > .item > a > img {
5893
5995
  display: block;
5894
5996
  line-height: 1;
5895
5997
  }
@@ -5958,13 +6060,39 @@ a.badge:hover {
5958
6060
  left: auto;
5959
6061
  }
5960
6062
 
5961
- .carousel-control:hover {
6063
+ .carousel-control:hover,
6064
+ .carousel-control:focus {
5962
6065
  color: #ffffff;
5963
6066
  text-decoration: none;
5964
6067
  opacity: 0.9;
5965
6068
  filter: alpha(opacity=90);
5966
6069
  }
5967
6070
 
6071
+ .carousel-indicators {
6072
+ position: absolute;
6073
+ top: 15px;
6074
+ right: 15px;
6075
+ z-index: 5;
6076
+ margin: 0;
6077
+ list-style: none;
6078
+ }
6079
+
6080
+ .carousel-indicators li {
6081
+ display: block;
6082
+ float: left;
6083
+ width: 10px;
6084
+ height: 10px;
6085
+ margin-left: 5px;
6086
+ text-indent: -999px;
6087
+ background-color: #ccc;
6088
+ background-color: rgba(255, 255, 255, 0.25);
6089
+ border-radius: 5px;
6090
+ }
6091
+
6092
+ .carousel-indicators .active {
6093
+ background-color: #fff;
6094
+ }
6095
+
5968
6096
  .carousel-caption {
5969
6097
  position: absolute;
5970
6098
  right: 0;