diff options
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 370 |
1 files changed, 225 insertions, 145 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 53dcf2edc..f9f1fb932 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -763,12 +763,54 @@ pre code { clear: both; } +@media (min-width: 768px) { + .row { + margin-right: -15px; + margin-left: -15px; + } +} + .row .row { margin-right: -15px; margin-left: -15px; } -.col { +.col-1, +.col-2, +.col-3, +.col-4, +.col-5, +.col-6, +.col-7, +.col-8, +.col-9, +.col-10, +.col-11, +.col-12, +.col-sm-1, +.col-sm-2, +.col-sm-3, +.col-sm-4, +.col-sm-5, +.col-sm-6, +.col-sm-7, +.col-sm-8, +.col-sm-9, +.col-sm-10, +.col-sm-11, +.col-sm-12, +.col-lg-1, +.col-lg-2, +.col-lg-3, +.col-lg-4, +.col-lg-5, +.col-lg-6, +.col-lg-7, +.col-lg-8, +.col-lg-9, +.col-lg-10, +.col-lg-11, +.col-lg-12 { position: relative; float: left; width: 100%; @@ -777,223 +819,243 @@ pre code { padding-left: 15px; } -.col-sm-12 { - width: 100%; +.col-1 { + width: 8.333333333333332%; } -.col-sm-11 { - width: 91.66666666666666%; +.col-2 { + width: 16.666666666666664%; } -.col-sm-10 { - width: 83.33333333333334%; +.col-3 { + width: 25%; } -.col-sm-9 { - width: 75%; +.col-4 { + width: 33.33333333333333%; } -.col-sm-8 { - width: 66.66666666666666%; +.col-5 { + width: 41.66666666666667%; } -.col-sm-7 { - width: 58.333333333333336%; +.col-6 { + width: 50%; } -.col-sm-6 { - width: 50%; +.col-7 { + width: 58.333333333333336%; } -.col-sm-5 { - width: 41.66666666666667%; +.col-8 { + width: 66.66666666666666%; } -.col-sm-4 { - width: 33.33333333333333%; +.col-9 { + width: 75%; } -.col-sm-3 { - width: 25%; +.col-10 { + width: 83.33333333333334%; } -.col-sm-2 { - width: 16.666666666666664%; +.col-11 { + width: 91.66666666666666%; } -.col-sm-1 { - width: 8.333333333333332%; +.col-12 { + width: 100%; } -@media screen and (min-width: 768px) { - .col-lg-12 { - width: 100%; +@media (min-width: 768px) { + .container { + max-width: 728px; } - .col-lg-11 { - width: 91.66666666666666%; + .col-sm-1 { + width: 8.333333333333332%; } - .col-lg-10 { - width: 83.33333333333334%; + .col-sm-2 { + width: 16.666666666666664%; } - .col-lg-9 { - width: 75%; + .col-sm-3 { + width: 25%; } - .col-lg-8 { - width: 66.66666666666666%; + .col-sm-4 { + width: 33.33333333333333%; } - .col-lg-7 { - width: 58.333333333333336%; + .col-sm-5 { + width: 41.66666666666667%; } - .col-lg-6 { + .col-sm-6 { width: 50%; } - .col-lg-5 { - width: 41.66666666666667%; + .col-sm-7 { + width: 58.333333333333336%; } - .col-lg-4 { - width: 33.33333333333333%; + .col-sm-8 { + width: 66.66666666666666%; } - .col-lg-3 { - width: 25%; + .col-sm-9 { + width: 75%; } - .col-lg-2 { - width: 16.666666666666664%; + .col-sm-10 { + width: 83.33333333333334%; } - .col-lg-1 { - width: 8.333333333333332%; + .col-sm-11 { + width: 91.66666666666666%; } - .col-offset-12 { - margin-left: 100%; + .col-sm-12 { + width: 100%; } - .col-offset-11 { - margin-left: 91.66666666666666%; + .col-offset-1 { + margin-left: 8.333333333333332%; } - .col-offset-10 { - margin-left: 83.33333333333334%; + .col-offset-2 { + margin-left: 16.666666666666664%; } - .col-offset-9 { - margin-left: 75%; + .col-offset-3 { + margin-left: 25%; } - .col-offset-8 { - margin-left: 66.66666666666666%; + .col-offset-4 { + margin-left: 33.33333333333333%; } - .col-offset-7 { - margin-left: 58.333333333333336%; + .col-offset-5 { + margin-left: 41.66666666666667%; } .col-offset-6 { margin-left: 50%; } - .col-offset-5 { - margin-left: 41.66666666666667%; - } - .col-offset-4 { - margin-left: 33.33333333333333%; + .col-offset-7 { + margin-left: 58.333333333333336%; } - .col-offset-3 { - margin-left: 25%; + .col-offset-8 { + margin-left: 66.66666666666666%; } - .col-offset-2 { - margin-left: 16.666666666666664%; + .col-offset-9 { + margin-left: 75%; } - .col-offset-1 { - margin-left: 8.333333333333332%; + .col-offset-10 { + margin-left: 83.33333333333334%; } - .col-push-12 { - left: 100%; + .col-offset-11 { + margin-left: 91.66666666666666%; } - .col-push-11 { - left: 91.66666666666666%; + .col-push-1 { + left: 8.333333333333332%; } - .col-push-10 { - left: 83.33333333333334%; + .col-push-2 { + left: 16.666666666666664%; } - .col-push-9 { - left: 75%; + .col-push-3 { + left: 25%; } - .col-push-8 { - left: 66.66666666666666%; + .col-push-4 { + left: 33.33333333333333%; } - .col-push-7 { - left: 58.333333333333336%; + .col-push-5 { + left: 41.66666666666667%; } .col-push-6 { left: 50%; } - .col-push-5 { - left: 41.66666666666667%; - } - .col-push-4 { - left: 33.33333333333333%; + .col-push-7 { + left: 58.333333333333336%; } - .col-push-3 { - left: 25%; + .col-push-8 { + left: 66.66666666666666%; } - .col-push-2 { - left: 16.666666666666664%; + .col-push-9 { + left: 75%; } - .col-push-1 { - left: 8.333333333333332%; + .col-push-10 { + left: 83.33333333333334%; } - .col-pull-12 { - right: 100%; + .col-push-11 { + left: 91.66666666666666%; } - .col-pull-11 { - right: 91.66666666666666%; + .col-pull-1 { + right: 8.333333333333332%; } - .col-pull-10 { - right: 83.33333333333334%; + .col-pull-2 { + right: 16.666666666666664%; } - .col-pull-9 { - right: 75%; + .col-pull-3 { + right: 25%; } - .col-pull-8 { - right: 66.66666666666666%; + .col-pull-4 { + right: 33.33333333333333%; } - .col-pull-7 { - right: 58.333333333333336%; + .col-pull-5 { + right: 41.66666666666667%; } .col-pull-6 { right: 50%; } - .col-pull-5 { - right: 41.66666666666667%; - } - .col-pull-4 { - right: 33.33333333333333%; + .col-pull-7 { + right: 58.333333333333336%; } - .col-pull-3 { - right: 25%; + .col-pull-8 { + right: 66.66666666666666%; } - .col-pull-2 { - right: 16.666666666666664%; + .col-pull-9 { + right: 75%; } - .col-pull-1 { - right: 8.333333333333332%; + .col-pull-10 { + right: 83.33333333333334%; } -} - -@media screen and (min-width: 768px) { - .container { - max-width: 728px; + .col-pull-11 { + right: 91.66666666666666%; } } -@media screen and (min-width: 992px) { +@media (min-width: 992px) { .container { max-width: 940px; } + .col-lg-1 { + width: 8.333333333333332%; + } + .col-lg-2 { + width: 16.666666666666664%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-4 { + width: 33.33333333333333%; + } + .col-lg-5 { + width: 41.66666666666667%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-7 { + width: 58.333333333333336%; + } + .col-lg-8 { + width: 66.66666666666666%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-10 { + width: 83.33333333333334%; + } + .col-lg-11 { + width: 91.66666666666666%; + } + .col-lg-12 { + width: 100%; + } } -@media screen and (min-width: 1200px) { +@media (min-width: 1200px) { .container { max-width: 1170px; } } -/*[class*="col-span-"].pull-right { - float: right; -}*/ - table { max-width: 100%; background-color: transparent; @@ -1488,6 +1550,12 @@ fieldset[disabled] input[type="checkbox"] { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; } +.has-warning .input-group-addon { + color: #c09853; + background-color: #fcf8e3; + border-color: #c09853; +} + .has-error .control-label { color: #b94a48; } @@ -1505,6 +1573,12 @@ fieldset[disabled] input[type="checkbox"] { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } +.has-error .input-group-addon { + color: #b94a48; + background-color: #f2dede; + border-color: #b94a48; +} + .has-success .control-label { color: #468847; } @@ -1522,6 +1596,12 @@ fieldset[disabled] input[type="checkbox"] { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } +.has-success .input-group-addon { + color: #468847; + background-color: #dff0d8; + border-color: #468847; +} + input:focus:invalid, textarea:focus:invalid, select:focus:invalid { @@ -2717,10 +2797,10 @@ input[type="button"].btn-block { color: #ffffff; text-decoration: none; background-color: #357ebd; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd)); - background-image: -webkit-linear-gradient(top, #428bca, #357ebd); - background-image: -moz-linear-gradient(top, #428bca, #357ebd); - background-image: linear-gradient(to bottom, #428bca, #357ebd); + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); + background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%); + background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); } @@ -2731,10 +2811,10 @@ input[type="button"].btn-block { color: #ffffff; text-decoration: none; background-color: #357ebd; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd)); - background-image: -webkit-linear-gradient(top, #428bca, #357ebd); - background-image: -moz-linear-gradient(top, #428bca, #357ebd); - background-image: linear-gradient(to bottom, #428bca, #357ebd); + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); + background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%); + background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-repeat: repeat-x; outline: 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); @@ -4895,10 +4975,10 @@ a.list-group-item.active > .badge, .carousel-control.left { background-color: rgba(0, 0, 0, 0.0001); background-color: transparent; - background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); + background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); + background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } @@ -4908,10 +4988,10 @@ a.list-group-item.active > .badge, left: auto; background-color: rgba(0, 0, 0, 0.5); background-color: transparent; - background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); + background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); + background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } |
