mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Clean up variable alignment and comments; change grays to new custom values
This commit is contained in:
parent
d7b38d8c4a
commit
b50498acd4
108
dist/css/bootstrap.css
vendored
108
dist/css/bootstrap.css
vendored
@ -276,7 +276,7 @@ body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
background-color: #fff;
|
||||
}
|
||||
input,
|
||||
@ -339,7 +339,7 @@ hr {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 24px;
|
||||
border: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid #eceeef;
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
@ -403,7 +403,7 @@ h6 .small,
|
||||
.h6 .small {
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
h1,
|
||||
.h1,
|
||||
@ -517,7 +517,7 @@ mark,
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.text-muted {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.text-primary {
|
||||
color: #027de7;
|
||||
@ -636,7 +636,7 @@ dd {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #777;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
}
|
||||
.initialism {
|
||||
font-size: 90%;
|
||||
@ -646,7 +646,7 @@ blockquote {
|
||||
padding: 12px 24px;
|
||||
margin: 0 0 24px;
|
||||
font-size: 1.25rem;
|
||||
border-left: 5px solid #eee;
|
||||
border-left: 5px solid #eceeef;
|
||||
}
|
||||
blockquote p:last-child,
|
||||
blockquote ul:last-child,
|
||||
@ -659,7 +659,7 @@ blockquote .small {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
line-height: 1.5;
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
blockquote footer:before,
|
||||
blockquote small:before,
|
||||
@ -671,7 +671,7 @@ blockquote.pull-right {
|
||||
padding-right: 15px;
|
||||
padding-left: 0;
|
||||
text-align: right;
|
||||
border-right: 5px solid #eee;
|
||||
border-right: 5px solid #eceeef;
|
||||
border-left: 0;
|
||||
}
|
||||
.blockquote-reverse footer:before,
|
||||
@ -734,7 +734,7 @@ pre {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 90%;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
background-color: #f7f7f9;
|
||||
}
|
||||
pre code {
|
||||
@ -1660,7 +1660,7 @@ legend {
|
||||
margin-bottom: 24px;
|
||||
font-size: 1.5rem;
|
||||
line-height: inherit;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
@ -1704,7 +1704,7 @@ output {
|
||||
padding-top: 1.5rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
color: #55595c;
|
||||
}
|
||||
.form-control {
|
||||
display: block;
|
||||
@ -1713,7 +1713,7 @@ output {
|
||||
padding: .5rem 1rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
color: #55595c;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #ccc;
|
||||
@ -1731,22 +1731,22 @@ output {
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
|
||||
}
|
||||
.form-control::-webkit-input-placeholder {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.form-control::-moz-placeholder {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.form-control:-ms-input-placeholder {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.form-control::placeholder {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.form-control[disabled],
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
cursor: not-allowed;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
opacity: 1;
|
||||
}
|
||||
textarea.form-control {
|
||||
@ -2015,7 +2015,7 @@ select[multiple].form-group-lg .form-control {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
color: #737373;
|
||||
color: #747a7f;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.form-inline .form-group {
|
||||
@ -2452,7 +2452,7 @@ fieldset[disabled] .btn-link {
|
||||
fieldset[disabled] .btn-link:hover,
|
||||
.btn-link[disabled]:focus,
|
||||
fieldset[disabled] .btn-link:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
}
|
||||
.btn-lg,
|
||||
@ -2571,12 +2571,12 @@ tbody.collapse.in {
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dropdown-menu > li > a:hover,
|
||||
.dropdown-menu > li > a:focus {
|
||||
color: #262626;
|
||||
color: #2b2d2f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@ -2591,7 +2591,7 @@ tbody.collapse.in {
|
||||
.dropdown-menu > .disabled > a,
|
||||
.dropdown-menu > .disabled > a:hover,
|
||||
.dropdown-menu > .disabled > a:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.dropdown-menu > .disabled > a:hover,
|
||||
.dropdown-menu > .disabled > a:focus {
|
||||
@ -2620,7 +2620,7 @@ tbody.collapse.in {
|
||||
padding: 3px 20px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dropdown-backdrop {
|
||||
@ -2914,9 +2914,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: #555;
|
||||
color: #55595c;
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
@ -3001,14 +3001,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.nav > li > a:hover,
|
||||
.nav > li > a:focus {
|
||||
text-decoration: none;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.nav > li.disabled > a {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.nav > li.disabled > a:hover,
|
||||
.nav > li.disabled > a:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -3016,7 +3016,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.nav .open > a,
|
||||
.nav .open > a:hover,
|
||||
.nav .open > a:focus {
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.nav .nav-divider {
|
||||
@ -3042,12 +3042,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
border-radius: .2rem .2rem 0 0;
|
||||
}
|
||||
.nav-tabs > li > a:hover {
|
||||
border-color: #eee #eee #ddd;
|
||||
border-color: #eceeef #eceeef #ddd;
|
||||
}
|
||||
.nav-tabs > li.active > a,
|
||||
.nav-tabs > li.active > a:hover,
|
||||
.nav-tabs > li.active > a:focus {
|
||||
color: #555;
|
||||
color: #55595c;
|
||||
cursor: default;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
@ -3599,7 +3599,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
border-color: #080808;
|
||||
}
|
||||
.navbar-inverse .navbar-brand {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .navbar-brand:hover,
|
||||
.navbar-inverse .navbar-brand:focus {
|
||||
@ -3607,10 +3607,10 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
.navbar-inverse .navbar-text {
|
||||
color: #969696;
|
||||
color: #a2a8ae;
|
||||
}
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .navbar-nav > li > a:hover,
|
||||
.navbar-inverse .navbar-nav > li > a:focus {
|
||||
@ -3657,7 +3657,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
background-color: #080808;
|
||||
}
|
||||
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
|
||||
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
|
||||
@ -3678,13 +3678,13 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
}
|
||||
}
|
||||
.navbar-inverse .navbar-link {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .navbar-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.navbar-inverse .btn-link {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .btn-link:hover,
|
||||
.navbar-inverse .btn-link:focus {
|
||||
@ -3712,7 +3712,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
content: "/\00a0";
|
||||
}
|
||||
.breadcrumb > .active {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
@ -3751,7 +3751,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > span:focus {
|
||||
color: #01549b;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
border-color: #ddd;
|
||||
}
|
||||
.pagination > .active > a,
|
||||
@ -3772,7 +3772,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:hover,
|
||||
.pagination > .disabled > a:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
border-color: #ddd;
|
||||
@ -3827,7 +3827,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pager li > a:hover,
|
||||
.pager li > a:focus {
|
||||
text-decoration: none;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.pager .next > a,
|
||||
.pager .next > span {
|
||||
@ -3841,7 +3841,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pager .disabled > a:hover,
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > span {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -3871,11 +3871,11 @@ a.label:focus {
|
||||
top: -1px;
|
||||
}
|
||||
.label-default {
|
||||
background-color: #777;
|
||||
background-color: #818a91;
|
||||
}
|
||||
.label-default[href]:hover,
|
||||
.label-default[href]:focus {
|
||||
background-color: #5e5e5e;
|
||||
background-color: #687077;
|
||||
}
|
||||
.label-primary {
|
||||
background-color: #027de7;
|
||||
@ -3923,7 +3923,7 @@ a.label:focus {
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
background-color: #777;
|
||||
background-color: #818a91;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.badge:empty {
|
||||
@ -3955,7 +3955,7 @@ a.list-group-item.active > .badge,
|
||||
padding: 30px;
|
||||
margin-bottom: 30px;
|
||||
color: inherit;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.jumbotron h1,
|
||||
.jumbotron .h1 {
|
||||
@ -3967,7 +3967,7 @@ a.list-group-item.active > .badge,
|
||||
font-weight: 200;
|
||||
}
|
||||
.jumbotron > hr {
|
||||
border-top-color: #d5d5d5;
|
||||
border-top-color: #d0d5d8;
|
||||
}
|
||||
.container .jumbotron {
|
||||
border-radius: .3rem;
|
||||
@ -4013,7 +4013,7 @@ a.thumbnail.active {
|
||||
}
|
||||
.thumbnail .caption {
|
||||
padding: 9px;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
}
|
||||
.alert {
|
||||
padding: 15px;
|
||||
@ -4154,7 +4154,7 @@ a.thumbnail.active {
|
||||
}
|
||||
.progress-bar[aria-valuenow="0"] {
|
||||
min-width: 30px;
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
-webkit-box-shadow: none;
|
||||
@ -4262,9 +4262,9 @@ a.list-group-item:focus {
|
||||
.list-group-item.disabled,
|
||||
.list-group-item.disabled:hover,
|
||||
.list-group-item.disabled:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.list-group-item.disabled .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading,
|
||||
@ -4274,7 +4274,7 @@ a.list-group-item:focus {
|
||||
.list-group-item.disabled .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text,
|
||||
.list-group-item.disabled:focus .list-group-item-text {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:hover,
|
||||
@ -4600,7 +4600,7 @@ a.list-group-item-danger.active:focus {
|
||||
border-color: #ddd;
|
||||
}
|
||||
.panel-default > .panel-heading {
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
background-color: #f5f5f5;
|
||||
border-color: #ddd;
|
||||
}
|
||||
@ -4609,7 +4609,7 @@ a.list-group-item-danger.active:focus {
|
||||
}
|
||||
.panel-default > .panel-heading .badge {
|
||||
color: #f5f5f5;
|
||||
background-color: #333;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
.panel-default > .panel-footer + .panel-collapse > .panel-body {
|
||||
border-bottom-color: #ddd;
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
108
docs/dist/css/bootstrap.css
vendored
108
docs/dist/css/bootstrap.css
vendored
@ -276,7 +276,7 @@ body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
background-color: #fff;
|
||||
}
|
||||
input,
|
||||
@ -339,7 +339,7 @@ hr {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 24px;
|
||||
border: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid #eceeef;
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
@ -403,7 +403,7 @@ h6 .small,
|
||||
.h6 .small {
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
h1,
|
||||
.h1,
|
||||
@ -517,7 +517,7 @@ mark,
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.text-muted {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.text-primary {
|
||||
color: #027de7;
|
||||
@ -636,7 +636,7 @@ dd {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #777;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
}
|
||||
.initialism {
|
||||
font-size: 90%;
|
||||
@ -646,7 +646,7 @@ blockquote {
|
||||
padding: 12px 24px;
|
||||
margin: 0 0 24px;
|
||||
font-size: 1.25rem;
|
||||
border-left: 5px solid #eee;
|
||||
border-left: 5px solid #eceeef;
|
||||
}
|
||||
blockquote p:last-child,
|
||||
blockquote ul:last-child,
|
||||
@ -659,7 +659,7 @@ blockquote .small {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
line-height: 1.5;
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
blockquote footer:before,
|
||||
blockquote small:before,
|
||||
@ -671,7 +671,7 @@ blockquote.pull-right {
|
||||
padding-right: 15px;
|
||||
padding-left: 0;
|
||||
text-align: right;
|
||||
border-right: 5px solid #eee;
|
||||
border-right: 5px solid #eceeef;
|
||||
border-left: 0;
|
||||
}
|
||||
.blockquote-reverse footer:before,
|
||||
@ -734,7 +734,7 @@ pre {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 90%;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
background-color: #f7f7f9;
|
||||
}
|
||||
pre code {
|
||||
@ -1660,7 +1660,7 @@ legend {
|
||||
margin-bottom: 24px;
|
||||
font-size: 1.5rem;
|
||||
line-height: inherit;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
@ -1704,7 +1704,7 @@ output {
|
||||
padding-top: 1.5rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
color: #55595c;
|
||||
}
|
||||
.form-control {
|
||||
display: block;
|
||||
@ -1713,7 +1713,7 @@ output {
|
||||
padding: .5rem 1rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
color: #55595c;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #ccc;
|
||||
@ -1731,22 +1731,22 @@ output {
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
|
||||
}
|
||||
.form-control::-webkit-input-placeholder {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.form-control::-moz-placeholder {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.form-control:-ms-input-placeholder {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.form-control::placeholder {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.form-control[disabled],
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
cursor: not-allowed;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
opacity: 1;
|
||||
}
|
||||
textarea.form-control {
|
||||
@ -2015,7 +2015,7 @@ select[multiple].form-group-lg .form-control {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
color: #737373;
|
||||
color: #747a7f;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.form-inline .form-group {
|
||||
@ -2452,7 +2452,7 @@ fieldset[disabled] .btn-link {
|
||||
fieldset[disabled] .btn-link:hover,
|
||||
.btn-link[disabled]:focus,
|
||||
fieldset[disabled] .btn-link:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
}
|
||||
.btn-lg,
|
||||
@ -2571,12 +2571,12 @@ tbody.collapse.in {
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dropdown-menu > li > a:hover,
|
||||
.dropdown-menu > li > a:focus {
|
||||
color: #262626;
|
||||
color: #2b2d2f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@ -2591,7 +2591,7 @@ tbody.collapse.in {
|
||||
.dropdown-menu > .disabled > a,
|
||||
.dropdown-menu > .disabled > a:hover,
|
||||
.dropdown-menu > .disabled > a:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.dropdown-menu > .disabled > a:hover,
|
||||
.dropdown-menu > .disabled > a:focus {
|
||||
@ -2620,7 +2620,7 @@ tbody.collapse.in {
|
||||
padding: 3px 20px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dropdown-backdrop {
|
||||
@ -2914,9 +2914,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: #555;
|
||||
color: #55595c;
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
@ -3001,14 +3001,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.nav > li > a:hover,
|
||||
.nav > li > a:focus {
|
||||
text-decoration: none;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.nav > li.disabled > a {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.nav > li.disabled > a:hover,
|
||||
.nav > li.disabled > a:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -3016,7 +3016,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.nav .open > a,
|
||||
.nav .open > a:hover,
|
||||
.nav .open > a:focus {
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.nav .nav-divider {
|
||||
@ -3042,12 +3042,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
border-radius: .2rem .2rem 0 0;
|
||||
}
|
||||
.nav-tabs > li > a:hover {
|
||||
border-color: #eee #eee #ddd;
|
||||
border-color: #eceeef #eceeef #ddd;
|
||||
}
|
||||
.nav-tabs > li.active > a,
|
||||
.nav-tabs > li.active > a:hover,
|
||||
.nav-tabs > li.active > a:focus {
|
||||
color: #555;
|
||||
color: #55595c;
|
||||
cursor: default;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
@ -3599,7 +3599,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
border-color: #080808;
|
||||
}
|
||||
.navbar-inverse .navbar-brand {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .navbar-brand:hover,
|
||||
.navbar-inverse .navbar-brand:focus {
|
||||
@ -3607,10 +3607,10 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
.navbar-inverse .navbar-text {
|
||||
color: #969696;
|
||||
color: #a2a8ae;
|
||||
}
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .navbar-nav > li > a:hover,
|
||||
.navbar-inverse .navbar-nav > li > a:focus {
|
||||
@ -3657,7 +3657,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
background-color: #080808;
|
||||
}
|
||||
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
|
||||
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
|
||||
@ -3678,13 +3678,13 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
}
|
||||
}
|
||||
.navbar-inverse .navbar-link {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .navbar-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.navbar-inverse .btn-link {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.navbar-inverse .btn-link:hover,
|
||||
.navbar-inverse .btn-link:focus {
|
||||
@ -3712,7 +3712,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
content: "/\00a0";
|
||||
}
|
||||
.breadcrumb > .active {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
@ -3751,7 +3751,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > span:focus {
|
||||
color: #01549b;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
border-color: #ddd;
|
||||
}
|
||||
.pagination > .active > a,
|
||||
@ -3772,7 +3772,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:hover,
|
||||
.pagination > .disabled > a:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
border-color: #ddd;
|
||||
@ -3827,7 +3827,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pager li > a:hover,
|
||||
.pager li > a:focus {
|
||||
text-decoration: none;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.pager .next > a,
|
||||
.pager .next > span {
|
||||
@ -3841,7 +3841,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pager .disabled > a:hover,
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > span {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -3871,11 +3871,11 @@ a.label:focus {
|
||||
top: -1px;
|
||||
}
|
||||
.label-default {
|
||||
background-color: #777;
|
||||
background-color: #818a91;
|
||||
}
|
||||
.label-default[href]:hover,
|
||||
.label-default[href]:focus {
|
||||
background-color: #5e5e5e;
|
||||
background-color: #687077;
|
||||
}
|
||||
.label-primary {
|
||||
background-color: #027de7;
|
||||
@ -3923,7 +3923,7 @@ a.label:focus {
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
background-color: #777;
|
||||
background-color: #818a91;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.badge:empty {
|
||||
@ -3955,7 +3955,7 @@ a.list-group-item.active > .badge,
|
||||
padding: 30px;
|
||||
margin-bottom: 30px;
|
||||
color: inherit;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.jumbotron h1,
|
||||
.jumbotron .h1 {
|
||||
@ -3967,7 +3967,7 @@ a.list-group-item.active > .badge,
|
||||
font-weight: 200;
|
||||
}
|
||||
.jumbotron > hr {
|
||||
border-top-color: #d5d5d5;
|
||||
border-top-color: #d0d5d8;
|
||||
}
|
||||
.container .jumbotron {
|
||||
border-radius: .3rem;
|
||||
@ -4013,7 +4013,7 @@ a.thumbnail.active {
|
||||
}
|
||||
.thumbnail .caption {
|
||||
padding: 9px;
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
}
|
||||
.alert {
|
||||
padding: 15px;
|
||||
@ -4154,7 +4154,7 @@ a.thumbnail.active {
|
||||
}
|
||||
.progress-bar[aria-valuenow="0"] {
|
||||
min-width: 30px;
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
-webkit-box-shadow: none;
|
||||
@ -4262,9 +4262,9 @@ a.list-group-item:focus {
|
||||
.list-group-item.disabled,
|
||||
.list-group-item.disabled:hover,
|
||||
.list-group-item.disabled:focus {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #eee;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
.list-group-item.disabled .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading,
|
||||
@ -4274,7 +4274,7 @@ a.list-group-item:focus {
|
||||
.list-group-item.disabled .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text,
|
||||
.list-group-item.disabled:focus .list-group-item-text {
|
||||
color: #777;
|
||||
color: #818a91;
|
||||
}
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:hover,
|
||||
@ -4600,7 +4600,7 @@ a.list-group-item-danger.active:focus {
|
||||
border-color: #ddd;
|
||||
}
|
||||
.panel-default > .panel-heading {
|
||||
color: #333;
|
||||
color: #373a3c;
|
||||
background-color: #f5f5f5;
|
||||
border-color: #ddd;
|
||||
}
|
||||
@ -4609,7 +4609,7 @@ a.list-group-item-danger.active:focus {
|
||||
}
|
||||
.panel-default > .panel-heading .badge {
|
||||
color: #f5f5f5;
|
||||
background-color: #333;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
.panel-default > .panel-footer + .panel-collapse > .panel-body {
|
||||
border-bottom-color: #ddd;
|
||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -7,18 +7,18 @@
|
||||
//
|
||||
//## Gray and brand colors for use across Bootstrap.
|
||||
|
||||
@gray-base: #000;
|
||||
@gray-darker: lighten(@gray-base, 13.5%); // #222
|
||||
@gray-dark: lighten(@gray-base, 20%); // #333
|
||||
@gray: lighten(@gray-base, 33.5%); // #555
|
||||
@gray-light: lighten(@gray-base, 46.7%); // #777
|
||||
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
|
||||
@gray-base: #000;
|
||||
@gray-dark: #373a3c;
|
||||
@gray-darker: @gray-dark; // TODO: remove
|
||||
@gray: #55595c;
|
||||
@gray-light: #818a91;
|
||||
@gray-lighter: #eceeef;
|
||||
|
||||
@brand-primary: #027de7;
|
||||
@brand-success: #5cb85c;
|
||||
@brand-info: #5bc0de;
|
||||
@brand-warning: #f0ad4e;
|
||||
@brand-danger: #d9534f;
|
||||
@brand-primary: #027de7;
|
||||
@brand-success: #5cb85c;
|
||||
@brand-info: #5bc0de;
|
||||
@brand-warning: #f0ad4e;
|
||||
@brand-danger: #d9534f;
|
||||
|
||||
|
||||
//== Scaffolding
|
||||
@ -26,61 +26,51 @@
|
||||
//## Settings for some of the most global styles.
|
||||
|
||||
//** Background color for `<body>`.
|
||||
@body-bg: #fff;
|
||||
@body-bg: #fff;
|
||||
//** Global text color on `<body>`.
|
||||
@text-color: @gray-dark;
|
||||
@text-color: @gray-dark;
|
||||
|
||||
//** Global textual link color.
|
||||
@link-color: @brand-primary;
|
||||
@link-color: @brand-primary;
|
||||
//** Link hover color set via `darken()` function.
|
||||
@link-hover-color: darken(@link-color, 15%);
|
||||
@link-hover-color: darken(@link-color, 15%);
|
||||
|
||||
|
||||
//== Typography
|
||||
//
|
||||
//## Font, line-height, and color for body text, headings, and more.
|
||||
|
||||
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@font-family-serif: Georgia, "Times New Roman", Times, serif;
|
||||
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@font-family-serif: Georgia, "Times New Roman", Times, serif;
|
||||
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
||||
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
@font-family-base: @font-family-sans-serif;
|
||||
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
@font-family-base: @font-family-sans-serif;
|
||||
|
||||
@font-size-root: 16px;
|
||||
@font-size-base: 1rem;
|
||||
@font-size-large: 1.25rem;
|
||||
@font-size-small: .85rem;
|
||||
@font-size-xs: .75rem;
|
||||
//** Pixel value used to responsively scale all typography. Applied to the `<html>` element.
|
||||
@font-size-root: 16px;
|
||||
//** Sets the `<body>` and more to the root pixel value.
|
||||
@font-size-base: 1rem;
|
||||
@font-size-large: 1.25rem;
|
||||
@font-size-small: .85rem;
|
||||
@font-size-xs: .75rem;
|
||||
|
||||
@font-size-h1: 3rem;
|
||||
@font-size-h2: 2.5rem;
|
||||
@font-size-h3: 2rem;
|
||||
@font-size-h4: 1.5rem;
|
||||
@font-size-h5: 1.25rem;
|
||||
@font-size-h6: 1rem;
|
||||
@font-size-h1: 3rem;
|
||||
@font-size-h2: 2.5rem;
|
||||
@font-size-h3: 2rem;
|
||||
@font-size-h4: 1.5rem;
|
||||
@font-size-h5: 1.25rem;
|
||||
@font-size-h6: 1rem;
|
||||
|
||||
//** Unit-less `line-height` for use in components like buttons.
|
||||
@line-height-base: 1.5;
|
||||
@line-height-base: 1.5;
|
||||
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
||||
@line-height-computed: (@font-size-root * @line-height-base);
|
||||
@line-height-computed: (@font-size-root * @line-height-base);
|
||||
|
||||
//** By default, this inherits from the `<body>`.
|
||||
@headings-font-family: inherit;
|
||||
@headings-font-weight: 500;
|
||||
@headings-line-height: 1.1;
|
||||
@headings-color: inherit;
|
||||
|
||||
|
||||
//== Iconography
|
||||
//
|
||||
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
||||
|
||||
//** Load fonts from this directory.
|
||||
@icon-font-path: "../fonts/";
|
||||
//** File name for all font files.
|
||||
@icon-font-name: "glyphicons-halflings-regular";
|
||||
//** Element ID within SVG icon file.
|
||||
@icon-font-svg-id: "glyphicons_halflingsregular";
|
||||
@headings-font-family: inherit;
|
||||
@headings-font-weight: 500;
|
||||
@headings-line-height: 1.1;
|
||||
@headings-color: inherit;
|
||||
|
||||
|
||||
//== Components
|
||||
|
Loading…
Reference in New Issue
Block a user