Commit b02d93df authored by delanoe's avatar delanoe

[CSS] Color for links darker.

parent 797e002f
...@@ -1073,8 +1073,8 @@ body { ...@@ -1073,8 +1073,8 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.42857; line-height: 1.42857;
color: #055B9A; color: #3D81B2;
background-color: #FEFEFE; } background-color: #FCFDFE; }
input, input,
button, button,
...@@ -1085,10 +1085,10 @@ textarea { ...@@ -1085,10 +1085,10 @@ textarea {
line-height: inherit; } line-height: inherit; }
a { a {
color: #E6A811; color: #7A5A0B;
text-decoration: none; } text-decoration: none; }
a:hover, a:focus { a:hover, a:focus {
color: #9f740c; color: #342605;
text-decoration: underline; } text-decoration: underline; }
a:focus { a:focus {
outline: thin dotted; outline: thin dotted;
...@@ -1112,7 +1112,7 @@ img { ...@@ -1112,7 +1112,7 @@ img {
.img-thumbnail { .img-thumbnail {
padding: 4px; padding: 4px;
line-height: 1.42857; line-height: 1.42857;
background-color: #FEFEFE; background-color: #FCFDFE;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
...@@ -1129,7 +1129,7 @@ hr { ...@@ -1129,7 +1129,7 @@ hr {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
border: 0; border: 0;
border-top: 1px solid #A8C6DC; } border-top: 1px solid #A1C2D8; }
.sr-only { .sr-only {
position: absolute; position: absolute;
...@@ -1174,7 +1174,7 @@ h1, h2, h3, h4, h5, h6, ...@@ -1174,7 +1174,7 @@ h1, h2, h3, h4, h5, h6,
.h6 .small { .h6 .small {
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #94B8D1; } color: #71A3C7; }
h1, .h1, h1, .h1,
h2, .h2, h2, .h2,
...@@ -1272,13 +1272,13 @@ mark, ...@@ -1272,13 +1272,13 @@ mark,
text-transform: capitalize; } text-transform: capitalize; }
.text-muted { .text-muted {
color: #94B8D1; } color: #71A3C7; }
.text-primary { .text-primary {
color: #E6A811; } color: #7A5A0B; }
a.text-primary:hover { a.text-primary:hover {
color: #b7850d; } color: #4b3707; }
.text-success { .text-success {
color: #3c763d; } color: #3c763d; }
...@@ -1308,10 +1308,10 @@ a.text-danger:hover { ...@@ -1308,10 +1308,10 @@ a.text-danger:hover {
color: #fff; } color: #fff; }
.bg-primary { .bg-primary {
background-color: #E6A811; } background-color: #7A5A0B; }
a.bg-primary:hover { a.bg-primary:hover {
background-color: #b7850d; } background-color: #4b3707; }
.bg-success { .bg-success {
background-color: #dff0d8; } background-color: #dff0d8; }
...@@ -1340,7 +1340,7 @@ a.bg-danger:hover { ...@@ -1340,7 +1340,7 @@ a.bg-danger:hover {
.page-header { .page-header {
padding-bottom: 9px; padding-bottom: 9px;
margin: 40px 0 20px; margin: 40px 0 20px;
border-bottom: 1px solid #A8C6DC; } border-bottom: 1px solid #A1C2D8; }
ul, ul,
ol { ol {
...@@ -1399,7 +1399,7 @@ dd { ...@@ -1399,7 +1399,7 @@ dd {
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom: 1px dotted #94B8D1; } border-bottom: 1px dotted #71A3C7; }
.initialism { .initialism {
font-size: 90%; } font-size: 90%; }
...@@ -1408,7 +1408,7 @@ blockquote { ...@@ -1408,7 +1408,7 @@ blockquote {
padding: 10px 20px; padding: 10px 20px;
margin: 0 0 20px; margin: 0 0 20px;
font-size: 17.5px; font-size: 17.5px;
border-left: 5px solid #A8C6DC; } border-left: 5px solid #A1C2D8; }
blockquote p:last-child, blockquote p:last-child,
blockquote ul:last-child, blockquote ul:last-child,
blockquote ol:last-child { blockquote ol:last-child {
...@@ -1419,7 +1419,7 @@ blockquote { ...@@ -1419,7 +1419,7 @@ blockquote {
display: block; display: block;
font-size: 80%; font-size: 80%;
line-height: 1.42857; line-height: 1.42857;
color: #94B8D1; } color: #71A3C7; }
blockquote footer:before, blockquote footer:before,
blockquote small:before, blockquote small:before,
blockquote .small:before { blockquote .small:before {
...@@ -1429,7 +1429,7 @@ blockquote { ...@@ -1429,7 +1429,7 @@ blockquote {
blockquote.pull-right { blockquote.pull-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
border-right: 5px solid #A8C6DC; border-right: 5px solid #A1C2D8;
border-left: 0; border-left: 0;
text-align: right; } text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse footer:before,
...@@ -1486,7 +1486,7 @@ pre { ...@@ -1486,7 +1486,7 @@ pre {
line-height: 1.42857; line-height: 1.42857;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
color: #055B9A; color: #3D81B2;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; } border-radius: 4px; }
...@@ -2178,7 +2178,7 @@ table { ...@@ -2178,7 +2178,7 @@ table {
caption { caption {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
color: #94B8D1; color: #71A3C7;
text-align: left; } text-align: left; }
th { th {
...@@ -2197,10 +2197,10 @@ th { ...@@ -2197,10 +2197,10 @@ th {
padding: 8px; padding: 8px;
line-height: 1.42857; line-height: 1.42857;
vertical-align: top; vertical-align: top;
border-top: 1px solid #055B9A; } border-top: 1px solid #3D81B2; }
.table > thead > tr > th { .table > thead > tr > th {
vertical-align: bottom; vertical-align: bottom;
border-bottom: 2px solid #055B9A; } border-bottom: 2px solid #3D81B2; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th,
...@@ -2209,9 +2209,9 @@ th { ...@@ -2209,9 +2209,9 @@ th {
.table > thead:first-child > tr:first-child > td { .table > thead:first-child > tr:first-child > td {
border-top: 0; } border-top: 0; }
.table > tbody + tbody { .table > tbody + tbody {
border-top: 2px solid #055B9A; } border-top: 2px solid #3D81B2; }
.table .table { .table .table {
background-color: #FEFEFE; } background-color: #FCFDFE; }
.table-condensed > thead > tr > th, .table-condensed > thead > tr > th,
.table-condensed > thead > tr > td, .table-condensed > thead > tr > td,
...@@ -2222,14 +2222,14 @@ th { ...@@ -2222,14 +2222,14 @@ th {
padding: 5px; } padding: 5px; }
.table-bordered { .table-bordered {
border: 1px solid #055B9A; } border: 1px solid #3D81B2; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td { .table-bordered > tfoot > tr > td {
border: 1px solid #055B9A; } border: 1px solid #3D81B2; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td { .table-bordered > thead > tr > td {
border-bottom-width: 2px; } border-bottom-width: 2px; }
...@@ -2340,7 +2340,7 @@ table th[class*="col-"] { ...@@ -2340,7 +2340,7 @@ table th[class*="col-"] {
margin-bottom: 15px; margin-bottom: 15px;
overflow-y: hidden; overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #055B9A; } border: 1px solid #3D81B2; }
.table-responsive > .table { .table-responsive > .table {
margin-bottom: 0; } margin-bottom: 0; }
.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > th,
...@@ -2385,7 +2385,7 @@ legend { ...@@ -2385,7 +2385,7 @@ legend {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 21px; font-size: 21px;
line-height: inherit; line-height: inherit;
color: #055B9A; color: #3D81B2;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; } border-bottom: 1px solid #e5e5e5; }
...@@ -2429,7 +2429,7 @@ output { ...@@ -2429,7 +2429,7 @@ output {
padding-top: 7px; padding-top: 7px;
font-size: 14px; font-size: 14px;
line-height: 1.42857; line-height: 1.42857;
color: #5F97C0; } color: #508EBA; }
.form-control { .form-control {
display: block; display: block;
...@@ -2438,7 +2438,7 @@ output { ...@@ -2438,7 +2438,7 @@ output {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.42857; line-height: 1.42857;
color: #5F97C0; color: #508EBA;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #ccc; border: 1px solid #ccc;
...@@ -2461,7 +2461,7 @@ output { ...@@ -2461,7 +2461,7 @@ output {
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #999; } color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #A8C6DC; background-color: #A1C2D8;
opacity: 1; } opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control { .form-control[disabled], fieldset[disabled] .form-control {
cursor: not-allowed; } cursor: not-allowed; }
...@@ -2781,7 +2781,7 @@ select[multiple].input-lg, ...@@ -2781,7 +2781,7 @@ select[multiple].input-lg,
display: block; display: block;
margin-top: 5px; margin-top: 5px;
margin-bottom: 10px; margin-bottom: 10px;
color: #279ff8; } color: #94bdda; }
@media (min-width: 768px) { @media (min-width: 768px) {
.form-inline .form-group { .form-inline .form-group {
...@@ -2912,19 +2912,19 @@ select[multiple].input-lg, ...@@ -2912,19 +2912,19 @@ select[multiple].input-lg,
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #E6A811; background-color: #7A5A0B;
border-color: #ce970f; } border-color: #634909; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #b7850d; background-color: #4b3707;
border-color: #956d0b; } border-color: #2a1f04; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none; } background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #E6A811; background-color: #7A5A0B;
border-color: #ce970f; } border-color: #634909; }
.btn-primary .badge { .btn-primary .badge {
color: #E6A811; color: #7A5A0B;
background-color: #fff; } background-color: #fff; }
.btn-success { .btn-success {
...@@ -2996,7 +2996,7 @@ select[multiple].input-lg, ...@@ -2996,7 +2996,7 @@ select[multiple].input-lg,
background-color: #fff; } background-color: #fff; }
.btn-link { .btn-link {
color: #E6A811; color: #7A5A0B;
font-weight: normal; font-weight: normal;
border-radius: 0; } border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
...@@ -3006,11 +3006,11 @@ select[multiple].input-lg, ...@@ -3006,11 +3006,11 @@ select[multiple].input-lg,
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent; } border-color: transparent; }
.btn-link:hover, .btn-link:focus { .btn-link:hover, .btn-link:focus {
color: #9f740c; color: #342605;
text-decoration: underline; text-decoration: underline;
background-color: transparent; } background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #94B8D1; color: #71A3C7;
text-decoration: none; } text-decoration: none; }
.btn-lg, .btn-group-lg > .btn { .btn-lg, .btn-group-lg > .btn {
...@@ -3124,22 +3124,22 @@ tbody.collapse.in { ...@@ -3124,22 +3124,22 @@ tbody.collapse.in {
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 1.42857; line-height: 1.42857;
color: #055B9A; color: #3D81B2;
white-space: nowrap; } white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none; text-decoration: none;
color: #044c81; color: #36739f;
background-color: #f5f5f5; } background-color: #f5f5f5; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
outline: 0; outline: 0;
background-color: #E6A811; } background-color: #7A5A0B; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #94B8D1; } color: #71A3C7; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
...@@ -3165,7 +3165,7 @@ tbody.collapse.in { ...@@ -3165,7 +3165,7 @@ tbody.collapse.in {
padding: 3px 20px; padding: 3px 20px;
font-size: 12px; font-size: 12px;
line-height: 1.42857; line-height: 1.42857;
color: #94B8D1; color: #71A3C7;
white-space: nowrap; } white-space: nowrap; }
.dropdown-backdrop { .dropdown-backdrop {
...@@ -3395,9 +3395,9 @@ tbody.collapse.in { ...@@ -3395,9 +3395,9 @@ tbody.collapse.in {
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #5F97C0; color: #508EBA;
text-align: center; text-align: center;
background-color: #A8C6DC; background-color: #A1C2D8;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; } border-radius: 4px; }
.input-group-addon.input-sm, .input-group-addon.input-sm,
...@@ -3477,17 +3477,17 @@ tbody.collapse.in { ...@@ -3477,17 +3477,17 @@ tbody.collapse.in {
padding: 10px 15px; } padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { .nav > li > a:hover, .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #A8C6DC; } background-color: #A1C2D8; }
.nav > li.disabled > a { .nav > li.disabled > a {
color: #94B8D1; } color: #71A3C7; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #94B8D1; color: #71A3C7;
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
cursor: not-allowed; } cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #A8C6DC; background-color: #A1C2D8;
border-color: #E6A811; } border-color: #7A5A0B; }
.nav .nav-divider { .nav .nav-divider {
height: 1px; height: 1px;
margin: 9px 0; margin: 9px 0;
...@@ -3507,10 +3507,10 @@ tbody.collapse.in { ...@@ -3507,10 +3507,10 @@ tbody.collapse.in {
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px 4px 0 0; } border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover { .nav-tabs > li > a:hover {
border-color: #A8C6DC #A8C6DC #ddd; } border-color: #A1C2D8 #A1C2D8 #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #5F97C0; color: #508EBA;
background-color: #FEFEFE; background-color: #FCFDFE;
border: 1px solid #ddd; border: 1px solid #ddd;
border-bottom-color: transparent; border-bottom-color: transparent;
cursor: default; } cursor: default; }
...@@ -3523,7 +3523,7 @@ tbody.collapse.in { ...@@ -3523,7 +3523,7 @@ tbody.collapse.in {
margin-left: 2px; } margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff; color: #fff;
background-color: #E6A811; } background-color: #7A5A0B; }
.nav-stacked > li { .nav-stacked > li {
float: none; } float: none; }
...@@ -3568,7 +3568,7 @@ tbody.collapse.in { ...@@ -3568,7 +3568,7 @@ tbody.collapse.in {
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus { .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #FEFEFE; } } border-bottom-color: #FCFDFE; } }
.tab-content > .tab-pane { .tab-content > .tab-pane {
display: none; } display: none; }
...@@ -3913,23 +3913,23 @@ tbody.collapse.in { ...@@ -3913,23 +3913,23 @@ tbody.collapse.in {
color: #ccc; } color: #ccc; }
.navbar-inverse { .navbar-inverse {
background-color: #003C88; background-color: #065E9C;
border-color: #002555; } border-color: #04406b; }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
color: #cadbe8; } color: #a8c7dd; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff; color: #fff;
background-color: transparent; } background-color: transparent; }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #cadbe8; } color: #a8c7dd; }
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #cadbe8; } color: #a8c7dd; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff; color: #fff;
background-color: transparent; } background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff; color: #fff;
background-color: #002555; } background-color: #04406b; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444; color: #444;
background-color: transparent; } background-color: transparent; }
...@@ -3941,32 +3941,32 @@ tbody.collapse.in { ...@@ -3941,32 +3941,32 @@ tbody.collapse.in {
background-color: #fff; } background-color: #fff; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { .navbar-inverse .navbar-form {
border-color: #002c64; } border-color: #05497a; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #002555; background-color: #04406b;
color: #fff; } color: #fff; }
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #002555; } border-color: #04406b; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #002555; } background-color: #04406b; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #cadbe8; } color: #a8c7dd; }
.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:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff; color: #fff;
background-color: transparent; } background-color: transparent; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff; color: #fff;
background-color: #002555; } background-color: #04406b; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444; color: #444;
background-color: transparent; } } background-color: transparent; } }
.navbar-inverse .navbar-link { .navbar-inverse .navbar-link {
color: #cadbe8; } color: #a8c7dd; }
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #fff; } color: #fff; }
.navbar-inverse .btn-link { .navbar-inverse .btn-link {
color: #cadbe8; } color: #a8c7dd; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff; } color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
...@@ -3985,7 +3985,7 @@ tbody.collapse.in { ...@@ -3985,7 +3985,7 @@ tbody.collapse.in {
padding: 0 5px; padding: 0 5px;
color: #ccc; } color: #ccc; }
.breadcrumb > .active { .breadcrumb > .active {
color: #94B8D1; } color: #71A3C7; }
.pagination { .pagination {
display: inline-block; display: inline-block;
...@@ -4001,7 +4001,7 @@ tbody.collapse.in { ...@@ -4001,7 +4001,7 @@ tbody.collapse.in {
padding: 6px 12px; padding: 6px 12px;
line-height: 1.42857; line-height: 1.42857;
text-decoration: none; text-decoration: none;
color: #E6A811; color: #7A5A0B;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
margin-left: -1px; } margin-left: -1px; }
...@@ -4017,8 +4017,8 @@ tbody.collapse.in { ...@@ -4017,8 +4017,8 @@ tbody.collapse.in {
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover, .pagination > li > span:hover,
.pagination > li > span:focus { .pagination > li > span:focus {
color: #9f740c; color: #342605;
background-color: #A8C6DC; background-color: #A1C2D8;
border-color: #ddd; } border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span, .pagination > .active > span,
...@@ -4026,8 +4026,8 @@ tbody.collapse.in { ...@@ -4026,8 +4026,8 @@ tbody.collapse.in {
.pagination > .active > span:focus { .pagination > .active > span:focus {
z-index: 2; z-index: 2;
color: #fff; color: #fff;
background-color: #E6A811; background-color: #7A5A0B;
border-color: #E6A811; border-color: #7A5A0B;
cursor: default; } cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span,
.pagination > .disabled > span:hover, .pagination > .disabled > span:hover,
...@@ -4035,7 +4035,7 @@ tbody.collapse.in { ...@@ -4035,7 +4035,7 @@ tbody.collapse.in {
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #94B8D1; color: #71A3C7;
background-color: #fff; background-color: #fff;
border-color: #ddd; border-color: #ddd;
cursor: not-allowed; } cursor: not-allowed; }
...@@ -4088,7 +4088,7 @@ tbody.collapse.in { ...@@ -4088,7 +4088,7 @@ tbody.collapse.in {
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #A8C6DC; } background-color: #A1C2D8; }
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
float: right; } float: right; }
...@@ -4099,7 +4099,7 @@ tbody.collapse.in { ...@@ -4099,7 +4099,7 @@ tbody.collapse.in {
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #94B8D1; color: #71A3C7;
background-color: #fff; background-color: #fff;
cursor: not-allowed; } cursor: not-allowed; }
...@@ -4126,14 +4126,14 @@ a.label:hover, a.label:focus { ...@@ -4126,14 +4126,14 @@ a.label:hover, a.label:focus {
cursor: pointer; } cursor: pointer; }
.label-default { .label-default {
background-color: #94B8D1; } background-color: #71A3C7; }
.label-default[href]:hover, .label-default[href]:focus { .label-default[href]:hover, .label-default[href]:focus {
background-color: #70a0c2; } background-color: #4c8bb9; }
.label-primary { .label-primary {
background-color: #E6A811; } background-color: #7A5A0B; }
.label-primary[href]:hover, .label-primary[href]:focus { .label-primary[href]:hover, .label-primary[href]:focus {
background-color: #b7850d; } background-color: #4b3707; }
.label-success { .label-success {
background-color: #5cb85c; } background-color: #5cb85c; }
...@@ -4166,7 +4166,7 @@ a.label:hover, a.label:focus { ...@@ -4166,7 +4166,7 @@ a.label:hover, a.label:focus {
vertical-align: baseline; vertical-align: baseline;
white-space: nowrap; white-space: nowrap;
text-align: center; text-align: center;
background-color: #94B8D1; background-color: #71A3C7;
border-radius: 10px; } border-radius: 10px; }
.badge:empty { .badge:empty {
display: none; } display: none; }
...@@ -4177,7 +4177,7 @@ a.label:hover, a.label:focus { ...@@ -4177,7 +4177,7 @@ a.label:hover, a.label:focus {
top: 0; top: 0;
padding: 1px 5px; } padding: 1px 5px; }
.list-group-item.active > .badge, .nav-pills > .active > a > .badge { .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
color: #E6A811; color: #7A5A0B;
background-color: #fff; } background-color: #fff; }
.list-group-item > .badge { .list-group-item > .badge {
float: right; } float: right; }
...@@ -4195,7 +4195,7 @@ a.badge:hover, a.badge:focus { ...@@ -4195,7 +4195,7 @@ a.badge:hover, a.badge:focus {
padding: 30px 15px; padding: 30px 15px;
margin-bottom: 30px; margin-bottom: 30px;
color: inherit; color: inherit;
background-color: #A8C6DC; } background-color: #A1C2D8; }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
color: inherit; } color: inherit; }
...@@ -4204,7 +4204,7 @@ a.badge:hover, a.badge:focus { ...@@ -4204,7 +4204,7 @@ a.badge:hover, a.badge:focus {
font-size: 21px; font-size: 21px;
font-weight: 200; } font-weight: 200; }
.jumbotron > hr { .jumbotron > hr {
border-top-color: #84aecd; } border-top-color: #7dabc9; }
.container .jumbotron, .container-fluid .jumbotron { .container .jumbotron, .container-fluid .jumbotron {
border-radius: 6px; } border-radius: 6px; }
.jumbotron .container { .jumbotron .container {
...@@ -4224,7 +4224,7 @@ a.badge:hover, a.badge:focus { ...@@ -4224,7 +4224,7 @@ a.badge:hover, a.badge:focus {
padding: 4px; padding: 4px;
margin-bottom: 20px; margin-bottom: 20px;
line-height: 1.42857; line-height: 1.42857;
background-color: #FEFEFE; background-color: #FCFDFE;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out; -webkit-transition: border 0.2s ease-in-out;
...@@ -4239,12 +4239,12 @@ a.badge:hover, a.badge:focus { ...@@ -4239,12 +4239,12 @@ a.badge:hover, a.badge:focus {
margin-right: auto; } margin-right: auto; }
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #055B9A; } color: #3D81B2; }
a.thumbnail:hover, a.thumbnail:hover,
a.thumbnail:focus, a.thumbnail:focus,
a.thumbnail.active { a.thumbnail.active {
border-color: #E6A811; } border-color: #7A5A0B; }
.alert { .alert {
padding: 15px; padding: 15px;
...@@ -4335,7 +4335,7 @@ a.thumbnail.active { ...@@ -4335,7 +4335,7 @@ a.thumbnail.active {
line-height: 20px; line-height: 20px;
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #E6A811; background-color: #7A5A0B;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease; -webkit-transition: width 0.6s ease;
...@@ -4456,18 +4456,18 @@ a.list-group-item { ...@@ -4456,18 +4456,18 @@ a.list-group-item {
background-color: #f5f5f5; } background-color: #f5f5f5; }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #A8C6DC; background-color: #A1C2D8;
color: #94B8D1; color: #71A3C7;
cursor: not-allowed; } cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .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:focus .list-group-item-heading {
color: inherit; } color: inherit; }
.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 { .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: #94B8D1; } color: #71A3C7; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2; z-index: 2;
color: #fff; color: #fff;
background-color: #E6A811; background-color: #7A5A0B;
border-color: #E6A811; } border-color: #7A5A0B; }
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
...@@ -4477,7 +4477,7 @@ a.list-group-item { ...@@ -4477,7 +4477,7 @@ a.list-group-item {
.list-group-item.active:focus .list-group-item-heading > .small { .list-group-item.active:focus .list-group-item-heading > .small {
color: inherit; } color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #fbecc8; } color: #f1c760; }
.list-group-item-success { .list-group-item-success {
color: #3c763d; color: #3c763d;
...@@ -4687,7 +4687,7 @@ a.list-group-item-danger { ...@@ -4687,7 +4687,7 @@ a.list-group-item-danger {
.panel > .panel-body + .table-responsive, .panel > .panel-body + .table-responsive,
.panel > .table + .panel-body, .panel > .table + .panel-body,
.panel > .table-responsive + .panel-body { .panel > .table-responsive + .panel-body {
border-top: 1px solid #055B9A; } border-top: 1px solid #3D81B2; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td { .panel > .table > tbody:first-child > tr:first-child td {
border-top: 0; } border-top: 0; }
...@@ -4762,30 +4762,30 @@ a.list-group-item-danger { ...@@ -4762,30 +4762,30 @@ a.list-group-item-danger {
.panel-default { .panel-default {
border-color: #ddd; } border-color: #ddd; }
.panel-default > .panel-heading { .panel-default > .panel-heading {
color: #055B9A; color: #3D81B2;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #ddd; } border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; } border-top-color: #ddd; }
.panel-default > .panel-heading .badge { .panel-default > .panel-heading .badge {
color: #f5f5f5; color: #f5f5f5;
background-color: #055B9A; } background-color: #3D81B2; }
.panel-default > .panel-footer + .panel-collapse > .panel-body { .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; } border-bottom-color: #ddd; }
.panel-primary { .panel-primary {
border-color: #E6A811; } border-color: #7A5A0B; }
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
color: #fff; color: #fff;
background-color: #E6A811; background-color: #7A5A0B;
border-color: #E6A811; } border-color: #7A5A0B; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #E6A811; } border-top-color: #7A5A0B; }
.panel-primary > .panel-heading .badge { .panel-primary > .panel-heading .badge {
color: #E6A811; color: #7A5A0B;
background-color: #fff; } background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #E6A811; } border-bottom-color: #7A5A0B; }
.panel-success { .panel-success {
border-color: #d6e9c6; } border-color: #d6e9c6; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment