Clean up variable alignment and comments; change grays to new custom values

This commit is contained in:
Mark Otto 2014-07-08 02:26:50 -07:00
parent d7b38d8c4a
commit b50498acd4
7 changed files with 150 additions and 160 deletions

108
dist/css/bootstrap.css vendored
View File

@ -276,7 +276,7 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #333; color: #373a3c;
background-color: #fff; background-color: #fff;
} }
input, input,
@ -339,7 +339,7 @@ hr {
margin-top: 24px; margin-top: 24px;
margin-bottom: 24px; margin-bottom: 24px;
border: 0; border: 0;
border-top: 1px solid #eee; border-top: 1px solid #eceeef;
} }
.sr-only { .sr-only {
position: absolute; position: absolute;
@ -403,7 +403,7 @@ h6 .small,
.h6 .small { .h6 .small {
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #777; color: #818a91;
} }
h1, h1,
.h1, .h1,
@ -517,7 +517,7 @@ mark,
text-transform: capitalize; text-transform: capitalize;
} }
.text-muted { .text-muted {
color: #777; color: #818a91;
} }
.text-primary { .text-primary {
color: #027de7; color: #027de7;
@ -636,7 +636,7 @@ dd {
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom: 1px dotted #777; border-bottom: 1px dotted #818a91;
} }
.initialism { .initialism {
font-size: 90%; font-size: 90%;
@ -646,7 +646,7 @@ blockquote {
padding: 12px 24px; padding: 12px 24px;
margin: 0 0 24px; margin: 0 0 24px;
font-size: 1.25rem; font-size: 1.25rem;
border-left: 5px solid #eee; border-left: 5px solid #eceeef;
} }
blockquote p:last-child, blockquote p:last-child,
blockquote ul:last-child, blockquote ul:last-child,
@ -659,7 +659,7 @@ blockquote .small {
display: block; display: block;
font-size: 80%; font-size: 80%;
line-height: 1.5; line-height: 1.5;
color: #777; color: #818a91;
} }
blockquote footer:before, blockquote footer:before,
blockquote small:before, blockquote small:before,
@ -671,7 +671,7 @@ blockquote.pull-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
text-align: right; text-align: right;
border-right: 5px solid #eee; border-right: 5px solid #eceeef;
border-left: 0; border-left: 0;
} }
.blockquote-reverse footer:before, .blockquote-reverse footer:before,
@ -734,7 +734,7 @@ pre {
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 90%; font-size: 90%;
line-height: 1.5; line-height: 1.5;
color: #333; color: #373a3c;
background-color: #f7f7f9; background-color: #f7f7f9;
} }
pre code { pre code {
@ -1660,7 +1660,7 @@ legend {
margin-bottom: 24px; margin-bottom: 24px;
font-size: 1.5rem; font-size: 1.5rem;
line-height: inherit; line-height: inherit;
color: #333; color: #373a3c;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
@ -1704,7 +1704,7 @@ output {
padding-top: 1.5rem; padding-top: 1.5rem;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #555; color: #55595c;
} }
.form-control { .form-control {
display: block; display: block;
@ -1713,7 +1713,7 @@ output {
padding: .5rem 1rem; padding: .5rem 1rem;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #555; color: #55595c;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #ccc; 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); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #777; color: #818a91;
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #777; color: #818a91;
} }
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color: #777; color: #818a91;
} }
.form-control::placeholder { .form-control::placeholder {
color: #777; color: #818a91;
} }
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
fieldset[disabled] .form-control { fieldset[disabled] .form-control {
cursor: not-allowed; cursor: not-allowed;
background-color: #eee; background-color: #eceeef;
opacity: 1; opacity: 1;
} }
textarea.form-control { textarea.form-control {
@ -2015,7 +2015,7 @@ select[multiple].form-group-lg .form-control {
display: block; display: block;
margin-top: 5px; margin-top: 5px;
margin-bottom: 10px; margin-bottom: 10px;
color: #737373; color: #747a7f;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.form-inline .form-group { .form-inline .form-group {
@ -2452,7 +2452,7 @@ fieldset[disabled] .btn-link {
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus { fieldset[disabled] .btn-link:focus {
color: #777; color: #818a91;
text-decoration: none; text-decoration: none;
} }
.btn-lg, .btn-lg,
@ -2571,12 +2571,12 @@ tbody.collapse.in {
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
color: #333; color: #373a3c;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
color: #262626; color: #2b2d2f;
text-decoration: none; text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
@ -2591,7 +2591,7 @@ tbody.collapse.in {
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
color: #777; color: #818a91;
} }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
@ -2620,7 +2620,7 @@ tbody.collapse.in {
padding: 3px 20px; padding: 3px 20px;
font-size: .85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
color: #777; color: #818a91;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-backdrop { .dropdown-backdrop {
@ -2914,9 +2914,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #555; color: #55595c;
text-align: center; text-align: center;
background-color: #eee; background-color: #eceeef;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: .2rem; border-radius: .2rem;
} }
@ -3001,14 +3001,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eceeef;
} }
.nav > li.disabled > a { .nav > li.disabled > a {
color: #777; color: #818a91;
} }
.nav > li.disabled > a:hover, .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus { .nav > li.disabled > a:focus {
color: #777; color: #818a91;
text-decoration: none; text-decoration: none;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent; background-color: transparent;
@ -3016,7 +3016,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a, .nav .open > a,
.nav .open > a:hover, .nav .open > a:hover,
.nav .open > a:focus { .nav .open > a:focus {
background-color: #eee; background-color: #eceeef;
border-color: #027de7; border-color: #027de7;
} }
.nav .nav-divider { .nav .nav-divider {
@ -3042,12 +3042,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: .2rem .2rem 0 0; border-radius: .2rem .2rem 0 0;
} }
.nav-tabs > li > a:hover { .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,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
color: #555; color: #55595c;
cursor: default; cursor: default;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
@ -3599,7 +3599,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
border-color: #080808; border-color: #080808;
} }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
color: #777; color: #818a91;
} }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:focus {
@ -3607,10 +3607,10 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #969696; color: #a2a8ae;
} }
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #777; color: #818a91;
} }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { .navbar-inverse .navbar-nav > li > a:focus {
@ -3657,7 +3657,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { .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:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { .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 { .navbar-inverse .navbar-link {
color: #777; color: #818a91;
} }
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #fff; color: #fff;
} }
.navbar-inverse .btn-link { .navbar-inverse .btn-link {
color: #777; color: #818a91;
} }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus { .navbar-inverse .btn-link:focus {
@ -3712,7 +3712,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
content: "/\00a0"; content: "/\00a0";
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #777; color: #818a91;
} }
.pagination { .pagination {
display: inline-block; display: inline-block;
@ -3751,7 +3751,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > a:focus, .pagination > li > a:focus,
.pagination > li > span:focus { .pagination > li > span:focus {
color: #01549b; color: #01549b;
background-color: #eee; background-color: #eceeef;
border-color: #ddd; border-color: #ddd;
} }
.pagination > .active > a, .pagination > .active > a,
@ -3772,7 +3772,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #777; color: #818a91;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff; background-color: #fff;
border-color: #ddd; border-color: #ddd;
@ -3827,7 +3827,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eceeef;
} }
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
@ -3841,7 +3841,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #777; color: #818a91;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff; background-color: #fff;
} }
@ -3871,11 +3871,11 @@ a.label:focus {
top: -1px; top: -1px;
} }
.label-default { .label-default {
background-color: #777; background-color: #818a91;
} }
.label-default[href]:hover, .label-default[href]:hover,
.label-default[href]:focus { .label-default[href]:focus {
background-color: #5e5e5e; background-color: #687077;
} }
.label-primary { .label-primary {
background-color: #027de7; background-color: #027de7;
@ -3923,7 +3923,7 @@ a.label:focus {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
background-color: #777; background-color: #818a91;
border-radius: 10px; border-radius: 10px;
} }
.badge:empty { .badge:empty {
@ -3955,7 +3955,7 @@ a.list-group-item.active > .badge,
padding: 30px; padding: 30px;
margin-bottom: 30px; margin-bottom: 30px;
color: inherit; color: inherit;
background-color: #eee; background-color: #eceeef;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
@ -3967,7 +3967,7 @@ a.list-group-item.active > .badge,
font-weight: 200; font-weight: 200;
} }
.jumbotron > hr { .jumbotron > hr {
border-top-color: #d5d5d5; border-top-color: #d0d5d8;
} }
.container .jumbotron { .container .jumbotron {
border-radius: .3rem; border-radius: .3rem;
@ -4013,7 +4013,7 @@ a.thumbnail.active {
} }
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #333; color: #373a3c;
} }
.alert { .alert {
padding: 15px; padding: 15px;
@ -4154,7 +4154,7 @@ a.thumbnail.active {
} }
.progress-bar[aria-valuenow="0"] { .progress-bar[aria-valuenow="0"] {
min-width: 30px; min-width: 30px;
color: #777; color: #818a91;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -4262,9 +4262,9 @@ a.list-group-item:focus {
.list-group-item.disabled, .list-group-item.disabled,
.list-group-item.disabled:hover, .list-group-item.disabled:hover,
.list-group-item.disabled:focus { .list-group-item.disabled:focus {
color: #777; color: #818a91;
cursor: not-allowed; cursor: not-allowed;
background-color: #eee; background-color: #eceeef;
} }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .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 .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .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,
.list-group-item.active:hover, .list-group-item.active:hover,
@ -4600,7 +4600,7 @@ a.list-group-item-danger.active:focus {
border-color: #ddd; border-color: #ddd;
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
color: #333; color: #373a3c;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #ddd; border-color: #ddd;
} }
@ -4609,7 +4609,7 @@ a.list-group-item-danger.active:focus {
} }
.panel-default > .panel-heading .badge { .panel-default > .panel-heading .badge {
color: #f5f5f5; color: #f5f5f5;
background-color: #333; background-color: #373a3c;
} }
.panel-default > .panel-footer + .panel-collapse > .panel-body { .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; border-bottom-color: #ddd;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -276,7 +276,7 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #333; color: #373a3c;
background-color: #fff; background-color: #fff;
} }
input, input,
@ -339,7 +339,7 @@ hr {
margin-top: 24px; margin-top: 24px;
margin-bottom: 24px; margin-bottom: 24px;
border: 0; border: 0;
border-top: 1px solid #eee; border-top: 1px solid #eceeef;
} }
.sr-only { .sr-only {
position: absolute; position: absolute;
@ -403,7 +403,7 @@ h6 .small,
.h6 .small { .h6 .small {
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #777; color: #818a91;
} }
h1, h1,
.h1, .h1,
@ -517,7 +517,7 @@ mark,
text-transform: capitalize; text-transform: capitalize;
} }
.text-muted { .text-muted {
color: #777; color: #818a91;
} }
.text-primary { .text-primary {
color: #027de7; color: #027de7;
@ -636,7 +636,7 @@ dd {
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom: 1px dotted #777; border-bottom: 1px dotted #818a91;
} }
.initialism { .initialism {
font-size: 90%; font-size: 90%;
@ -646,7 +646,7 @@ blockquote {
padding: 12px 24px; padding: 12px 24px;
margin: 0 0 24px; margin: 0 0 24px;
font-size: 1.25rem; font-size: 1.25rem;
border-left: 5px solid #eee; border-left: 5px solid #eceeef;
} }
blockquote p:last-child, blockquote p:last-child,
blockquote ul:last-child, blockquote ul:last-child,
@ -659,7 +659,7 @@ blockquote .small {
display: block; display: block;
font-size: 80%; font-size: 80%;
line-height: 1.5; line-height: 1.5;
color: #777; color: #818a91;
} }
blockquote footer:before, blockquote footer:before,
blockquote small:before, blockquote small:before,
@ -671,7 +671,7 @@ blockquote.pull-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
text-align: right; text-align: right;
border-right: 5px solid #eee; border-right: 5px solid #eceeef;
border-left: 0; border-left: 0;
} }
.blockquote-reverse footer:before, .blockquote-reverse footer:before,
@ -734,7 +734,7 @@ pre {
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 90%; font-size: 90%;
line-height: 1.5; line-height: 1.5;
color: #333; color: #373a3c;
background-color: #f7f7f9; background-color: #f7f7f9;
} }
pre code { pre code {
@ -1660,7 +1660,7 @@ legend {
margin-bottom: 24px; margin-bottom: 24px;
font-size: 1.5rem; font-size: 1.5rem;
line-height: inherit; line-height: inherit;
color: #333; color: #373a3c;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
@ -1704,7 +1704,7 @@ output {
padding-top: 1.5rem; padding-top: 1.5rem;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #555; color: #55595c;
} }
.form-control { .form-control {
display: block; display: block;
@ -1713,7 +1713,7 @@ output {
padding: .5rem 1rem; padding: .5rem 1rem;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #555; color: #55595c;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #ccc; 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); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #777; color: #818a91;
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #777; color: #818a91;
} }
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color: #777; color: #818a91;
} }
.form-control::placeholder { .form-control::placeholder {
color: #777; color: #818a91;
} }
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
fieldset[disabled] .form-control { fieldset[disabled] .form-control {
cursor: not-allowed; cursor: not-allowed;
background-color: #eee; background-color: #eceeef;
opacity: 1; opacity: 1;
} }
textarea.form-control { textarea.form-control {
@ -2015,7 +2015,7 @@ select[multiple].form-group-lg .form-control {
display: block; display: block;
margin-top: 5px; margin-top: 5px;
margin-bottom: 10px; margin-bottom: 10px;
color: #737373; color: #747a7f;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.form-inline .form-group { .form-inline .form-group {
@ -2452,7 +2452,7 @@ fieldset[disabled] .btn-link {
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus { fieldset[disabled] .btn-link:focus {
color: #777; color: #818a91;
text-decoration: none; text-decoration: none;
} }
.btn-lg, .btn-lg,
@ -2571,12 +2571,12 @@ tbody.collapse.in {
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
color: #333; color: #373a3c;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
color: #262626; color: #2b2d2f;
text-decoration: none; text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
@ -2591,7 +2591,7 @@ tbody.collapse.in {
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
color: #777; color: #818a91;
} }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
@ -2620,7 +2620,7 @@ tbody.collapse.in {
padding: 3px 20px; padding: 3px 20px;
font-size: .85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
color: #777; color: #818a91;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-backdrop { .dropdown-backdrop {
@ -2914,9 +2914,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #555; color: #55595c;
text-align: center; text-align: center;
background-color: #eee; background-color: #eceeef;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: .2rem; border-radius: .2rem;
} }
@ -3001,14 +3001,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eceeef;
} }
.nav > li.disabled > a { .nav > li.disabled > a {
color: #777; color: #818a91;
} }
.nav > li.disabled > a:hover, .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus { .nav > li.disabled > a:focus {
color: #777; color: #818a91;
text-decoration: none; text-decoration: none;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent; background-color: transparent;
@ -3016,7 +3016,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a, .nav .open > a,
.nav .open > a:hover, .nav .open > a:hover,
.nav .open > a:focus { .nav .open > a:focus {
background-color: #eee; background-color: #eceeef;
border-color: #027de7; border-color: #027de7;
} }
.nav .nav-divider { .nav .nav-divider {
@ -3042,12 +3042,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: .2rem .2rem 0 0; border-radius: .2rem .2rem 0 0;
} }
.nav-tabs > li > a:hover { .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,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
color: #555; color: #55595c;
cursor: default; cursor: default;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
@ -3599,7 +3599,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
border-color: #080808; border-color: #080808;
} }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
color: #777; color: #818a91;
} }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:focus {
@ -3607,10 +3607,10 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #969696; color: #a2a8ae;
} }
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #777; color: #818a91;
} }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { .navbar-inverse .navbar-nav > li > a:focus {
@ -3657,7 +3657,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { .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:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { .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 { .navbar-inverse .navbar-link {
color: #777; color: #818a91;
} }
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #fff; color: #fff;
} }
.navbar-inverse .btn-link { .navbar-inverse .btn-link {
color: #777; color: #818a91;
} }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus { .navbar-inverse .btn-link:focus {
@ -3712,7 +3712,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
content: "/\00a0"; content: "/\00a0";
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #777; color: #818a91;
} }
.pagination { .pagination {
display: inline-block; display: inline-block;
@ -3751,7 +3751,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > a:focus, .pagination > li > a:focus,
.pagination > li > span:focus { .pagination > li > span:focus {
color: #01549b; color: #01549b;
background-color: #eee; background-color: #eceeef;
border-color: #ddd; border-color: #ddd;
} }
.pagination > .active > a, .pagination > .active > a,
@ -3772,7 +3772,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #777; color: #818a91;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff; background-color: #fff;
border-color: #ddd; border-color: #ddd;
@ -3827,7 +3827,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eceeef;
} }
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
@ -3841,7 +3841,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #777; color: #818a91;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff; background-color: #fff;
} }
@ -3871,11 +3871,11 @@ a.label:focus {
top: -1px; top: -1px;
} }
.label-default { .label-default {
background-color: #777; background-color: #818a91;
} }
.label-default[href]:hover, .label-default[href]:hover,
.label-default[href]:focus { .label-default[href]:focus {
background-color: #5e5e5e; background-color: #687077;
} }
.label-primary { .label-primary {
background-color: #027de7; background-color: #027de7;
@ -3923,7 +3923,7 @@ a.label:focus {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
background-color: #777; background-color: #818a91;
border-radius: 10px; border-radius: 10px;
} }
.badge:empty { .badge:empty {
@ -3955,7 +3955,7 @@ a.list-group-item.active > .badge,
padding: 30px; padding: 30px;
margin-bottom: 30px; margin-bottom: 30px;
color: inherit; color: inherit;
background-color: #eee; background-color: #eceeef;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
@ -3967,7 +3967,7 @@ a.list-group-item.active > .badge,
font-weight: 200; font-weight: 200;
} }
.jumbotron > hr { .jumbotron > hr {
border-top-color: #d5d5d5; border-top-color: #d0d5d8;
} }
.container .jumbotron { .container .jumbotron {
border-radius: .3rem; border-radius: .3rem;
@ -4013,7 +4013,7 @@ a.thumbnail.active {
} }
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #333; color: #373a3c;
} }
.alert { .alert {
padding: 15px; padding: 15px;
@ -4154,7 +4154,7 @@ a.thumbnail.active {
} }
.progress-bar[aria-valuenow="0"] { .progress-bar[aria-valuenow="0"] {
min-width: 30px; min-width: 30px;
color: #777; color: #818a91;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -4262,9 +4262,9 @@ a.list-group-item:focus {
.list-group-item.disabled, .list-group-item.disabled,
.list-group-item.disabled:hover, .list-group-item.disabled:hover,
.list-group-item.disabled:focus { .list-group-item.disabled:focus {
color: #777; color: #818a91;
cursor: not-allowed; cursor: not-allowed;
background-color: #eee; background-color: #eceeef;
} }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .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 .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .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,
.list-group-item.active:hover, .list-group-item.active:hover,
@ -4600,7 +4600,7 @@ a.list-group-item-danger.active:focus {
border-color: #ddd; border-color: #ddd;
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
color: #333; color: #373a3c;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #ddd; border-color: #ddd;
} }
@ -4609,7 +4609,7 @@ a.list-group-item-danger.active:focus {
} }
.panel-default > .panel-heading .badge { .panel-default > .panel-heading .badge {
color: #f5f5f5; color: #f5f5f5;
background-color: #333; background-color: #373a3c;
} }
.panel-default > .panel-footer + .panel-collapse > .panel-body { .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; border-bottom-color: #ddd;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,18 +7,18 @@
// //
//## Gray and brand colors for use across Bootstrap. //## Gray and brand colors for use across Bootstrap.
@gray-base: #000; @gray-base: #000;
@gray-darker: lighten(@gray-base, 13.5%); // #222 @gray-dark: #373a3c;
@gray-dark: lighten(@gray-base, 20%); // #333 @gray-darker: @gray-dark; // TODO: remove
@gray: lighten(@gray-base, 33.5%); // #555 @gray: #55595c;
@gray-light: lighten(@gray-base, 46.7%); // #777 @gray-light: #818a91;
@gray-lighter: lighten(@gray-base, 93.5%); // #eee @gray-lighter: #eceeef;
@brand-primary: #027de7; @brand-primary: #027de7;
@brand-success: #5cb85c; @brand-success: #5cb85c;
@brand-info: #5bc0de; @brand-info: #5bc0de;
@brand-warning: #f0ad4e; @brand-warning: #f0ad4e;
@brand-danger: #d9534f; @brand-danger: #d9534f;
//== Scaffolding //== Scaffolding
@ -26,61 +26,51 @@
//## Settings for some of the most global styles. //## Settings for some of the most global styles.
//** Background color for `<body>`. //** Background color for `<body>`.
@body-bg: #fff; @body-bg: #fff;
//** Global text color on `<body>`. //** Global text color on `<body>`.
@text-color: @gray-dark; @text-color: @gray-dark;
//** Global textual link color. //** Global textual link color.
@link-color: @brand-primary; @link-color: @brand-primary;
//** Link hover color set via `darken()` function. //** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%); @link-hover-color: darken(@link-color, 15%);
//== Typography //== Typography
// //
//## Font, line-height, and color for body text, headings, and more. //## Font, line-height, and color for body text, headings, and more.
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif; @font-family-serif: Georgia, "Times New Roman", Times, serif;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; @font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif; @font-family-base: @font-family-sans-serif;
@font-size-root: 16px; //** Pixel value used to responsively scale all typography. Applied to the `<html>` element.
@font-size-base: 1rem; @font-size-root: 16px;
@font-size-large: 1.25rem; //** Sets the `<body>` and more to the root pixel value.
@font-size-small: .85rem; @font-size-base: 1rem;
@font-size-xs: .75rem; @font-size-large: 1.25rem;
@font-size-small: .85rem;
@font-size-xs: .75rem;
@font-size-h1: 3rem; @font-size-h1: 3rem;
@font-size-h2: 2.5rem; @font-size-h2: 2.5rem;
@font-size-h3: 2rem; @font-size-h3: 2rem;
@font-size-h4: 1.5rem; @font-size-h4: 1.5rem;
@font-size-h5: 1.25rem; @font-size-h5: 1.25rem;
@font-size-h6: 1rem; @font-size-h6: 1rem;
//** Unit-less `line-height` for use in components like buttons. //** 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. //** 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>`. //** By default, this inherits from the `<body>`.
@headings-font-family: inherit; @headings-font-family: inherit;
@headings-font-weight: 500; @headings-font-weight: 500;
@headings-line-height: 1.1; @headings-line-height: 1.1;
@headings-color: inherit; @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";
//== Components //== Components