Commit f0e2f2cf authored by delanoe's avatar delanoe

[CSS] Adapting to IMT Graphic Chart.

parent 4e57b077
...@@ -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: #3D81B2; color: #113345;
background-color: #FCFDFE; } background-color: #F9FAFB; }
input, input,
button, button,
...@@ -1085,11 +1085,11 @@ textarea { ...@@ -1085,11 +1085,11 @@ textarea {
line-height: inherit; } line-height: inherit; }
a { a {
color: #7A5A0B; color: #0B6D88;
text-decoration: none; } text-decoration: none; }
a:hover, a:focus { a:hover, a:focus {
color: #342605; color: #053441;
text-decoration: none; } text-decoration: underline; }
a:focus { a:focus {
outline: thin dotted; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
...@@ -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: #FCFDFE; background-color: #F9FAFB;
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 #A1C2D8; } border-top: 1px solid #8EDEEC; }
.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: #71A3C7; } color: #13C4E8; }
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: #71A3C7; } color: #13C4E8; }
.text-primary { .text-primary {
color: #7A5A0B; } color: #0B6D88; }
a.text-primary:hover { a.text-primary:hover {
color: #4b3707; } color: #074759; }
.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: #7A5A0B; } background-color: #0B6D88; }
a.bg-primary:hover { a.bg-primary:hover {
background-color: #4b3707; } background-color: #074759; }
.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 #A1C2D8; } border-bottom: 1px solid #8EDEEC; }
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 #71A3C7; } border-bottom: 1px dotted #13C4E8; }
.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 #A1C2D8; } border-left: 5px solid #8EDEEC; }
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: #71A3C7; } color: #13C4E8; }
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 #A1C2D8; border-right: 5px solid #8EDEEC;
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: #3D81B2; color: #113345;
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: #71A3C7; color: #13C4E8;
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 #3D81B2; } border-top: 1px solid #113345; }
.table > thead > tr > th { .table > thead > tr > th {
vertical-align: bottom; vertical-align: bottom;
border-bottom: 2px solid #3D81B2; } border-bottom: 2px solid #113345; }
.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 #3D81B2; } border-top: 2px solid #113345; }
.table .table { .table .table {
background-color: #FCFDFE; } background-color: #F9FAFB; }
.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 #3D81B2; } border: 1px solid #113345; }
.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 #3D81B2; } border: 1px solid #113345; }
.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 #3D81B2; } border: 1px solid #113345; }
.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: #3D81B2; color: #113345;
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: #508EBA; } color: #00B8DE; }
.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: #508EBA; color: #00B8DE;
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: #A1C2D8; background-color: #8EDEEC;
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: #94bdda; } color: #2a7fab; }
@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: #7A5A0B; background-color: #0B6D88;
border-color: #634909; } border-color: #095a70; }
.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: #4b3707; background-color: #074759;
border-color: #2a1f04; } border-color: #052d38; }
.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: #7A5A0B; background-color: #0B6D88;
border-color: #634909; } border-color: #095a70; }
.btn-primary .badge { .btn-primary .badge {
color: #7A5A0B; color: #0B6D88;
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: #7A5A0B; color: #0B6D88;
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: #342605; color: #053441;
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: #71A3C7; color: #13C4E8;
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: #3D81B2; color: #113345;
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: #36739f; color: #0c2431;
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: #7A5A0B; } background-color: #0B6D88; }
.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: #71A3C7; } color: #13C4E8; }
.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: #71A3C7; color: #13C4E8;
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: #508EBA; color: #00B8DE;
text-align: center; text-align: center;
background-color: #A1C2D8; background-color: #8EDEEC;
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: #A1C2D8; } background-color: #8EDEEC; }
.nav > li.disabled > a { .nav > li.disabled > a {
color: #71A3C7; } color: #13C4E8; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #71A3C7; color: #13C4E8;
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: #A1C2D8; background-color: #8EDEEC;
border-color: #7A5A0B; } border-color: #0B6D88; }
.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: #A1C2D8 #A1C2D8 #ddd; } border-color: #8EDEEC #8EDEEC #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: #508EBA; color: #00B8DE;
background-color: #FCFDFE; background-color: #F9FAFB;
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: #7A5A0B; } background-color: #0B6D88; }
.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: #FCFDFE; } } border-bottom-color: #F9FAFB; } }
.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: #065E9C; background-color: #0B2E41;
border-color: #04406b; } border-color: #040f15; }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
color: #a8c7dd; } color: #56d7f1; }
.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: #a8c7dd; } color: #56d7f1; }
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #a8c7dd; } color: #56d7f1; }
.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: #04406b; } background-color: #040f15; }
.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: #05497a; } border-color: #061822; }
.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: #04406b; background-color: #040f15;
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: #04406b; } border-color: #040f15; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #04406b; } background-color: #040f15; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #a8c7dd; } color: #56d7f1; }
.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: #04406b; } background-color: #040f15; }
.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: #a8c7dd; } color: #56d7f1; }
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #fff; } color: #fff; }
.navbar-inverse .btn-link { .navbar-inverse .btn-link {
color: #a8c7dd; } color: #56d7f1; }
.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: #71A3C7; } color: #13C4E8; }
.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: #7A5A0B; color: #0B6D88;
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: #342605; color: #053441;
background-color: #A1C2D8; background-color: #8EDEEC;
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: #7A5A0B; background-color: #0B6D88;
border-color: #7A5A0B; border-color: #0B6D88;
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: #71A3C7; color: #13C4E8;
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: #A1C2D8; } background-color: #8EDEEC; }
.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: #71A3C7; color: #13C4E8;
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: #71A3C7; } background-color: #13C4E8; }
.label-default[href]:hover, .label-default[href]:focus { .label-default[href]:hover, .label-default[href]:focus {
background-color: #4c8bb9; } background-color: #0f9cb9; }
.label-primary { .label-primary {
background-color: #7A5A0B; } background-color: #0B6D88; }
.label-primary[href]:hover, .label-primary[href]:focus { .label-primary[href]:hover, .label-primary[href]:focus {
background-color: #4b3707; } background-color: #074759; }
.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: #71A3C7; background-color: #13C4E8;
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: #7A5A0B; color: #0B6D88;
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: #A1C2D8; } background-color: #8EDEEC; }
.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: #7dabc9; } border-top-color: #62d1e5; }
.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: #FCFDFE; background-color: #F9FAFB;
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: #3D81B2; } color: #113345; }
a.thumbnail:hover, a.thumbnail:hover,
a.thumbnail:focus, a.thumbnail:focus,
a.thumbnail.active { a.thumbnail.active {
border-color: #7A5A0B; } border-color: #0B6D88; }
.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: #7A5A0B; background-color: #0B6D88;
-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: #A1C2D8; background-color: #8EDEEC;
color: #71A3C7; color: #13C4E8;
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: #71A3C7; } color: #13C4E8; }
.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: #7A5A0B; background-color: #0B6D88;
border-color: #7A5A0B; } border-color: #0B6D88; }
.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: #f1c760; } color: #6cd6f3; }
.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 #3D81B2; } border-top: 1px solid #113345; }
.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: #3D81B2; color: #113345;
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: #3D81B2; } background-color: #113345; }
.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: #7A5A0B; } border-color: #0B6D88; }
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
color: #fff; color: #fff;
background-color: #7A5A0B; background-color: #0B6D88;
border-color: #7A5A0B; } border-color: #0B6D88; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #7A5A0B; } border-top-color: #0B6D88; }
.panel-primary > .panel-heading .badge { .panel-primary > .panel-heading .badge {
color: #7A5A0B; color: #0B6D88;
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: #7A5A0B; } border-bottom-color: #0B6D88; }
.panel-success { .panel-success {
border-color: #d6e9c6; } border-color: #d6e9c6; }
...@@ -5636,5 +5636,3 @@ button.close { ...@@ -5636,5 +5636,3 @@ button.close {
@media print { @media print {
.hidden-print { .hidden-print {
display: none !important; } } display: none !important; } }
...@@ -10,12 +10,12 @@ $bootstrap-sass-asset-helper: false !default; ...@@ -10,12 +10,12 @@ $bootstrap-sass-asset-helper: false !default;
$gray-base: #000 !default; $gray-base: #000 !default;
$gray-darker: lighten($gray-base, 13.5%) !default; // #222 $gray-darker: lighten($gray-base, 13.5%) !default; // #222
$gray-dark: #055B9A; // #333 $gray-dark: #113345; // #333
$gray: #5F97C0; // #555 $gray: #00B8DE; // #555
$gray-light: #94B8D1; // #777 $gray-light: #13C4E8; // #777
$gray-lighter: #A8C6DC; // #eee $gray-lighter: #8EDEEC; // #eee
$brand-primary: #E6A811; // #337ab7 $brand-primary: #0B6D88; // #337ab7
$brand-success: #5cb85c !default; $brand-success: #5cb85c !default;
$brand-info: #5bc0de !default; $brand-info: #5bc0de !default;
$brand-warning: #f0ad4e !default; $brand-warning: #f0ad4e !default;
...@@ -27,7 +27,7 @@ $brand-danger: #d9534f !default; ...@@ -27,7 +27,7 @@ $brand-danger: #d9534f !default;
//## 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: #FEFEFE; $body-bg: #F9FAFB;
//** Global text color on `<body>`. //** Global text color on `<body>`.
$text-color: $gray-dark !default; $text-color: $gray-dark !default;
...@@ -140,7 +140,7 @@ $table-bg-hover: #f5f5f5 !default; ...@@ -140,7 +140,7 @@ $table-bg-hover: #f5f5f5 !default;
$table-bg-active: $table-bg-hover !default; $table-bg-active: $table-bg-hover !default;
//** Border color for table and cell borders. //** Border color for table and cell borders.
$table-border-color: #055B9A; $table-border-color: #113345;
//== Buttons //== Buttons
...@@ -391,7 +391,7 @@ $navbar-default-toggle-border-color: #ddd !default; ...@@ -391,7 +391,7 @@ $navbar-default-toggle-border-color: #ddd !default;
// Inverted navbar // Inverted navbar
// Reset inverted navbar basics // Reset inverted navbar basics
$navbar-inverse-color: lighten($gray-light, 15%) !default; $navbar-inverse-color: lighten($gray-light, 15%) !default;
$navbar-inverse-bg: #003C88; $navbar-inverse-bg: #0B2E41;
$navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default; $navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
// Inverted navbar links // Inverted navbar links
......
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