.bootstrap-scope .btn:focus { outline: dotted 2px black; } .bootstrap-scope div.active:focus { outline: dotted 1px black; } .bootstrap-scope a:focus { outline: dotted 1px black; } .bootstrap-scope .close:hover, .close:focus { outline: dotted 1px black; } .bootstrap-scope .nav > li > a:hover, .nav > li > a:focus { outline: dotted 1px black; } .bootstrap-scope .carousel-inner > .item { position: absolute; top: -999999em; display: block; -webkit-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .bootstrap-scope .carousel-inner > .active { top: 0; } .bootstrap-scope .carousel-inner > .active, .bootstrap-scope .carousel-inner > .next, .bootstrap-scope .carousel-inner > .prev { position: relative; } .bootstrap-scope .carousel-inner > .next, .bootstrap-scope .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .bootstrap-scope .alert-success { color: #2d4821; } .bootstrap-scope .alert-info { color: #214c62; } .bootstrap-scope .alert-warning { color: #6c4a00; background-color: #f9f1c6; } .bootstrap-scope .alert-danger { color: #d2322d; } .bootstrap-scope .alert-danger:hover { color: #a82824; }