diff --git a/css/statbate.css b/css/statbate.css index 6b32bcb..cabcc32 100644 --- a/css/statbate.css +++ b/css/statbate.css @@ -17,7 +17,8 @@ a:active { } .header { - background-color: #eae8d4; + /* eae8d4 */ + background-color: #fcfcfc; border-radius: 8px; } @@ -204,24 +205,34 @@ a:active { width: 100%; } -.btn-dark { - background-color: #343a40; - border-color: #343a40; -} - -.btn-dark:focus{ - box-shadow: none; +.btn-dark, .btn-dark:focus, .btn-dark:active, .btn-dark:visited { + box-shadow: none !important; + background-color: #3b3b3b !important; + border-color: #ffffff !important; + color: white !important; + font-size: 16px; } .dropdown-item.active, .dropdown-item:active { color: black; text-decoration: none; - background-color: transparent; + background-color: #bababa; +} + +.dropdown-item:hover { + background-color: #bababa; } .dropdown-menu.show { width: 100%; text-align: center; + padding-top: 0px !important; + padding-bottom: 0px !important; +} + +.dropdown-item { + font-size: 16px !important; + } .table td, .table th { @@ -238,10 +249,6 @@ a:active { margin-top: 12px; } -.footer_banner { - margin-top: 12px; -} - .footer_bottom { margin-top: 12px; } @@ -334,16 +341,17 @@ a:active { display: block; padding: 10px; font-weight: bold; - color: rgba(0, 0, 0, 0.5); + color: rgb(0 0 0 / 65%); text-decoration: none; + font-size: 16px; } .color_first { - background-color: #dfdfdf; + background-color: #e7e7e7; } .color_second { - background-color: #f3f3f5; + background-color: #fcfcfc; } .color_active { @@ -356,7 +364,7 @@ table.dataTable tbody td { } table.dataTable { - margin-top: 10px !important; + margin-top: 12px !important; } .table.dataTable { @@ -462,6 +470,10 @@ input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; } +.highcharts-figure, .highcharts-data-table table { + margin: 0 auto; +} + @media (max-width: 805px) { .promo-block, .dataTables_paginate, @@ -473,7 +485,7 @@ input[type="search"]::-webkit-search-cancel-button { } .header_mobile { width: 100%; - background-color: #eae8d4; + background-color: #fcfcfc; border-radius: 8px; display: block; } @@ -504,8 +516,18 @@ input[type="search"]::-webkit-search-cancel-button { .col-md-6 { width: 100%; } + + table.dataTable { + margin-bottom: 0px !important; + } + + .income_chart { + border-bottom: none; + } + } + @media (max-width: 690px) { .content_center { flex-direction: column-reverse; @@ -520,6 +542,40 @@ input[type="search"]::-webkit-search-cancel-button { .income_chart { display: none; } + .statbate { + padding: 0px; + } + + .footer { + margin-top: 10px; + } + + .footer_banner { + + padding-left: 10px; + padding-right: 10px; + } + + .banner { + border-radius: 4px; + opacity: 1; + } + .header_logo { + opacity: 1; + } + + .header, + .content { + border-radius: 4px; + } + .footer_bottom { + margin-bottom: 12px; + } + + .header_mobile_nav { + margin-left: 12px; + margin-right: 12px; + } } @media (any-hover: hover) { diff --git a/index.html b/index.html index cfbdb40..e5fd98e 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Statbate - + @@ -130,7 +130,7 @@