123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477 |
- /*!
- * Bootstrap v2.3.1
- *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
- */
- .base_style a {
- color: #08c;
- text-decoration: none
- }
- .base_style a:focus, a:hover {
- color: #005580;
- text-decoration: underline
- }
- .base_style h5 {
- font-size: 14px
- }
- .modal {
- position: fixed;
- top: 10%;
- left: 50%;
- z-index: 1050;
- width: 560px;
- margin-left: -280px;
- background-color: #fff;
- border: 1px solid #999;
- border: 1px solid rgba(0, 0, 0, .3);
- *border: 1px solid #999;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- outline: 0;
- -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
- -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
- box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding-box;
- background-clip: padding-box
- }
- .modal.fade {
- top: -25%;
- -webkit-transition: opacity .3s linear, top .3s ease-out;
- -moz-transition: opacity .3s linear, top .3s ease-out;
- -o-transition: opacity .3s linear, top .3s ease-out;
- transition: opacity .3s linear, top .3s ease-out
- }
- .modal-header .close {
- margin-top: 2px
- }
- .modal-header h3 {
- margin: 0;
- line-height: 30px
- }
- .modal-body {
- position: relative;
- max-height: 100px;
- padding: 0px;
- overflow-y: auto
- }
- .modal-form {
- margin-bottom: 0
- }
- .input-append, .input-prepend {
- display: inline-block;
- margin-bottom: 10px;
- font-size: 0;
- white-space: nowrap;
- vertical-align: middle
- }
- .input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
- position: relative;
- margin-bottom: 0;
- *margin-left: 0;
- vertical-align: top;
- -webkit-border-radius: 0 0px 0px 0;
- -moz-border-radius: 0 0px 0px 0;
- border-radius: 0 0px 0px 0
- }
- .table {
- width: 100%;
- margin-bottom: 20px;
- max-width: 100%;
- background-color: transparent;
- border-collapse: collapse;
- border-spacing: 0
- }
- .table td, .table th {
- padding: 8px;
- line-height: 20px;
- text-align: left;
- vertical-align: top;
- border-top: 1px solid #ddd
- }
- .table th {
- font-weight: 700
- }
- .table thead th {
- vertical-align: bottom
- }
- .table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
- border-top: 0
- }
- .table tbody + tbody {
- border-top: 2px solid #ddd
- }
- .table .table {
- background-color: #fff
- }
- .table-condensed td, .table-condensed th {
- padding: 4px 5px
- }
- .table-bordered {
- border: 1px solid #ddd;
- border-collapse: separate;
- *border-collapse: collapse;
- border-left: 0;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px
- }
- .table-bordered td, .table-bordered th {
- border-left: 1px solid #ddd
- }
- .table-bordered caption + tbody tr:first-child td, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + thead tr:first-child th, .table-bordered tbody:first-child tr:first-child td, .table-bordered tbody:first-child tr:first-child th, .table-bordered thead:first-child tr:first-child th {
- border-top: 0
- }
- [class*=" icon-"], [class^=icon-] {
- display: inline-block;
- width: 14px;
- height: 14px;
- margin-top: 1px;
- *margin-right: .3em;
- line-height: 14px;
- vertical-align: text-top;
- background-image: url(../img/glyphicons-halflings.png);
- background-position: 14px 14px;
- background-repeat: no-repeat
- }
- .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-menu > .active > a > [class^=icon-], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > li > a:focus > [class^=icon-], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^=icon-], .dropdown-submenu:focus > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class^=icon-], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^=icon-], .icon-white, .nav-list > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^=icon-], .nav-pills > .active > a > [class*=" icon-"], .nav-pills > .active > a > [class^=icon-], .navbar-inverse .nav > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^=icon-] {
- background-image: url(../img/glyphicons-halflings-white.png)
- }
- .icon-plus {
- background-position: -408px -96px
- }
- .icon-play {
- background-position: -264px -72px
- }
- .icon-share {
- background-position: -120px -72px
- }
- .icon-pause {
- background-position: -288px -72px
- }
- .icon-arrow-right {
- background-position: -264px -96px
- }
- .icon-arrow-down {
- background-position: -312px -96px
- }
- .icon-random {
- width: 16px;
- background-position: -216px -120px
- }
- .caret {
- display: inline-block;
- width: 0;
- height: 0;
- vertical-align: top;
- border-top: 4px solid #000;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- content: ""
- }
- .close {
- float: right;
- font-size: 20px;
- font-weight: 700;
- line-height: 20px;
- color: #000;
- text-shadow: 0 1px 0 #fff;
- opacity: .2;
- filter: alpha(opacity=20)
- }
- .close:focus, .close:hover {
- color: #000;
- text-decoration: none;
- cursor: pointer;
- opacity: .4;
- filter: alpha(opacity=40)
- }
- button.close {
- padding: 0;
- cursor: pointer;
- background: 0 0;
- border: 0;
- -webkit-appearance: none
- }
- .btn {
- display: inline-block;
- *display: inline;
- padding: 1px 8px;
- margin-bottom: 0;
- *margin-left: .3em;
- font-size: 14px;
- line-height: 20px;
- color: #333;
- text-align: center;
- text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
- vertical-align: middle;
- cursor: pointer;
- background-color: #f5f5f5;
- *background-color: #e6e6e6;
- background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
- background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
- background-image: -o-linear-gradient(top, #fff, #e6e6e6);
- background-image: linear-gradient(to bottom, #fff, #e6e6e6);
- background-repeat: repeat-x;
- border: 1px solid #ccc;
- *border: 0;
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
- border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
- border-bottom-color: #b3b3b3;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
- *zoom: 1;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
- margin: 0px;
- }
- .btn.active, .btn.disabled, .btn:active, .btn:focus, .btn:hover, .btn[disabled] {
- color: #333;
- background-color: #e6e6e6;
- *background-color: #d9d9d9
- }
- .btn.active, .btn:active {
- background-color: #ccc \9
- }
- .btn:first-child {
- *margin-left: 0
- }
- .btn:focus, .btn:hover {
- color: #333;
- text-decoration: none;
- background-position: 0 -15px;
- -webkit-transition: background-position .1s linear;
- -moz-transition: background-position .1s linear;
- -o-transition: background-position .1s linear;
- transition: background-position .1s linear
- }
- .btn:focus {
- outline: thin dotted #333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px
- }
- .btn.active, .btn:active {
- background-image: none;
- outline: 0;
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
- }
- .btn.disabled, .btn[disabled] {
- cursor: default;
- background-image: none;
- opacity: .65;
- filter: alpha(opacity=65);
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none
- }
- .btn-primary {
- color: #fff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
- background-color: #006dcc;
- *background-color: #04c;
- background-image: -moz-linear-gradient(top, #08c, #04c);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
- background-image: -webkit-linear-gradient(top, #08c, #04c);
- background-image: -o-linear-gradient(top, #08c, #04c);
- background-image: linear-gradient(to bottom, #08c, #04c);
- background-repeat: repeat-x;
- border-color: #04c #04c #002a80;
- border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
- }
- .btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] {
- color: #fff;
- background-color: #04c;
- *background-color: #003bb3
- }
- .btn-primary.active, .btn-primary:active {
- background-color: #039 \9
- }
- .btn-warning {
- color: #fff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
- background-color: #faa732;
- *background-color: #f89406;
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
- background-image: linear-gradient(to bottom, #fbb450, #f89406);
- background-repeat: repeat-x;
- border-color: #f89406 #f89406 #ad6704;
- border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
- }
- .btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .btn-warning[disabled] {
- color: #fff;
- background-color: #f89406;
- *background-color: #df8505
- }
- .btn-warning.active, .btn-warning:active {
- background-color: #c67605 \9
- }
- .btn-danger {
- color: #fff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
- background-color: #da4f49;
- *background-color: #bd362f;
- background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
- background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
- background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
- background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
- background-repeat: repeat-x;
- border-color: #bd362f #bd362f #802420;
- border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
- }
- .btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger[disabled] {
- color: #fff;
- background-color: #bd362f;
- *background-color: #a9302a
- }
- .btn-danger.active, .btn-danger:active {
- background-color: #942a25 \9
- }
- .btn-group {
- position: relative;
- display: inline-block;
- *display: inline;
- *margin-left: .3em;
- font-size: 0;
- white-space: nowrap;
- vertical-align: middle;
- *zoom: 1
- }
- .nav {
- margin-bottom: 20px;
- margin-left: 0;
- list-style: none
- }
- .nav > li > a {
- display: block
- }
- .nav-pills:after, .nav-pills:before, .nav-tabs:after, .nav-tabs:before {
- display: table;
- line-height: 0;
- content: ""
- }
- .nav-pills:after, .nav-tabs:after {
- clear: both
- }
- .nav-pills > li, .nav-tabs > li {
- float: left
- }
- .nav-pills > li > a, .nav-tabs > li > a {
- padding-right: 12px;
- padding-left: 12px;
- margin-right: 2px;
- line-height: 14px
- }
- .nav-tabs {
- border-bottom: 1px solid #ddd
- }
- .nav-tabs > li {
- margin-bottom: -1px
- }
- .nav-tabs > li > a {
- padding-top: 8px;
- padding-bottom: 8px;
- line-height: 20px;
- border: 1px solid transparent;
- -webkit-border-radius: 4px 4px 0 0;
- -moz-border-radius: 4px 4px 0 0;
- border-radius: 4px 4px 0 0
- }
- .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
- border-color: #eee #eee #ddd
- }
- .nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
- color: #555;
- cursor: default;
- background-color: #fff;
- border: 1px solid #ddd;
- border-bottom-color: transparent
- }
- .pill-content > .pill-pane, .tab-content > .tab-pane {
- display: none
- }
- .pill-content > .active, .tab-content > .active {
- display: block
- }
|