changeset 319 | 78990a8a069b |
parent 28 | b0b56e0f8c7f |
child 386 | c731ab9b934d |
318:5564f5065f81 | 319:78990a8a069b |
---|---|
1 @charset "UTF-8"; |
1 @charset "UTF-8"; |
2 /*! |
2 /*! |
3 * Bootstrap v3.3.6 (http://getbootstrap.com) |
3 * Bootstrap v3.3.7 (http://getbootstrap.com) |
4 * Copyright 2011-2015 Twitter, Inc. |
4 * Copyright 2011-2016 Twitter, Inc. |
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
6 */ |
6 */ |
7 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
7 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
8 html { |
8 html { |
9 font-family: sans-serif; |
9 font-family: sans-serif; |
1070 text-decoration: none; } |
1070 text-decoration: none; } |
1071 a:hover, a:focus { |
1071 a:hover, a:focus { |
1072 color: #23527c; |
1072 color: #23527c; |
1073 text-decoration: underline; } |
1073 text-decoration: underline; } |
1074 a:focus { |
1074 a:focus { |
1075 outline: thin dotted; |
|
1076 outline: 5px auto -webkit-focus-ring-color; |
1075 outline: 5px auto -webkit-focus-ring-color; |
1077 outline-offset: -2px; } |
1076 outline-offset: -2px; } |
1078 |
1077 |
1079 figure { |
1078 figure { |
1080 margin: 0; } |
1079 margin: 0; } |
2282 height: auto; } |
2281 height: auto; } |
2283 |
2282 |
2284 input[type="file"]:focus, |
2283 input[type="file"]:focus, |
2285 input[type="radio"]:focus, |
2284 input[type="radio"]:focus, |
2286 input[type="checkbox"]:focus { |
2285 input[type="checkbox"]:focus { |
2287 outline: thin dotted; |
|
2288 outline: 5px auto -webkit-focus-ring-color; |
2286 outline: 5px auto -webkit-focus-ring-color; |
2289 outline-offset: -2px; } |
2287 outline-offset: -2px; } |
2290 |
2288 |
2291 output { |
2289 output { |
2292 display: block; |
2290 display: block; |
2787 -webkit-user-select: none; |
2785 -webkit-user-select: none; |
2788 -moz-user-select: none; |
2786 -moz-user-select: none; |
2789 -ms-user-select: none; |
2787 -ms-user-select: none; |
2790 user-select: none; } |
2788 user-select: none; } |
2791 .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { |
2789 .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { |
2792 outline: thin dotted; |
|
2793 outline: 5px auto -webkit-focus-ring-color; |
2790 outline: 5px auto -webkit-focus-ring-color; |
2794 outline-offset: -2px; } |
2791 outline-offset: -2px; } |
2795 .btn:hover, .btn:focus, .btn.focus { |
2792 .btn:hover, .btn:focus, .btn.focus { |
2796 color: #333; |
2793 color: #333; |
2797 text-decoration: none; } |
2794 text-decoration: none; } |
4372 .alert-danger hr { |
4369 .alert-danger hr { |
4373 border-top-color: #e4b9c0; } |
4370 border-top-color: #e4b9c0; } |
4374 .alert-danger .alert-link { |
4371 .alert-danger .alert-link { |
4375 color: #843534; } |
4372 color: #843534; } |
4376 |
4373 |
4377 @-webkit-keyframes progress-bar-stripes { |
|
4378 from { |
|
4379 background-position: 40px 0; } |
|
4380 to { |
|
4381 background-position: 0 0; } } |
|
4382 |
|
4383 @keyframes progress-bar-stripes { |
4374 @keyframes progress-bar-stripes { |
4384 from { |
4375 from { |
4385 background-position: 40px 0; } |
4376 background-position: 40px 0; } |
4386 to { |
4377 to { |
4387 background-position: 0 0; } } |
4378 background-position: 0 0; } } |
4411 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); |
4402 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); |
4412 background-size: 40px 40px; } |
4403 background-size: 40px 40px; } |
4413 |
4404 |
4414 .progress.active .progress-bar, |
4405 .progress.active .progress-bar, |
4415 .progress-bar.active { |
4406 .progress-bar.active { |
4416 -webkit-animation: progress-bar-stripes 2s linear infinite; |
|
4417 animation: progress-bar-stripes 2s linear infinite; } |
4407 animation: progress-bar-stripes 2s linear infinite; } |
4418 |
4408 |
4419 .progress-bar-success { |
4409 .progress-bar-success { |
4420 background-color: #5cb85c; } |
4410 background-color: #5cb85c; } |
4421 .progress-striped .progress-bar-success { |
4411 .progress-striped .progress-bar-success { |
5025 left: 0; |
5015 left: 0; |
5026 z-index: 1050; |
5016 z-index: 1050; |
5027 -webkit-overflow-scrolling: touch; |
5017 -webkit-overflow-scrolling: touch; |
5028 outline: 0; } |
5018 outline: 0; } |
5029 .modal.fade .modal-dialog { |
5019 .modal.fade .modal-dialog { |
5030 -webkit-transform: translate(0, -25%); |
|
5031 transform: translate(0, -25%); |
5020 transform: translate(0, -25%); |
5032 transition: -webkit-transform 0.3s ease-out; |
|
5033 transition: transform 0.3s ease-out; } |
5021 transition: transform 0.3s ease-out; } |
5034 .modal.in .modal-dialog { |
5022 .modal.in .modal-dialog { |
5035 -webkit-transform: translate(0, 0); |
|
5036 transform: translate(0, 0); } |
5023 transform: translate(0, 0); } |
5037 |
5024 |
5038 .modal-open .modal { |
5025 .modal-open .modal { |
5039 overflow-x: hidden; |
5026 overflow-x: hidden; |
5040 overflow-y: auto; } |
5027 overflow-y: auto; } |
5373 max-width: 100%; |
5360 max-width: 100%; |
5374 height: auto; |
5361 height: auto; |
5375 line-height: 1; } |
5362 line-height: 1; } |
5376 @media all and (transform-3d), (-webkit-transform-3d) { |
5363 @media all and (transform-3d), (-webkit-transform-3d) { |
5377 .carousel-inner > .item { |
5364 .carousel-inner > .item { |
5378 transition: -webkit-transform 0.6s ease-in-out; |
|
5379 transition: transform 0.6s ease-in-out; |
5365 transition: transform 0.6s ease-in-out; |
5380 -webkit-backface-visibility: hidden; |
|
5381 backface-visibility: hidden; |
5366 backface-visibility: hidden; |
5382 -webkit-perspective: 1000px; |
|
5383 perspective: 1000px; } |
5367 perspective: 1000px; } |
5384 .carousel-inner > .item.next, .carousel-inner > .item.active.right { |
5368 .carousel-inner > .item.next, .carousel-inner > .item.active.right { |
5385 -webkit-transform: translate3d(100%, 0, 0); |
|
5386 transform: translate3d(100%, 0, 0); |
5369 transform: translate3d(100%, 0, 0); |
5387 left: 0; } |
5370 left: 0; } |
5388 .carousel-inner > .item.prev, .carousel-inner > .item.active.left { |
5371 .carousel-inner > .item.prev, .carousel-inner > .item.active.left { |
5389 -webkit-transform: translate3d(-100%, 0, 0); |
|
5390 transform: translate3d(-100%, 0, 0); |
5372 transform: translate3d(-100%, 0, 0); |
5391 left: 0; } |
5373 left: 0; } |
5392 .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { |
5374 .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { |
5393 -webkit-transform: translate3d(0, 0, 0); |
|
5394 transform: translate3d(0, 0, 0); |
5375 transform: translate3d(0, 0, 0); |
5395 left: 0; } } |
5376 left: 0; } } |
5396 .carousel-inner > .active, |
5377 .carousel-inner > .active, |
5397 .carousel-inner > .next, |
5378 .carousel-inner > .next, |
5398 .carousel-inner > .prev { |
5379 .carousel-inner > .prev { |