diff --git a/css/statbate.css b/css/statbate.css index 6f361e1..3ae53df 100644 --- a/css/statbate.css +++ b/css/statbate.css @@ -3,6 +3,13 @@ body { background-color: #f3f3f5; } +a, +a:hover, +a:active { + color: #333; + word-break: break-word; +} + .statbate { /* background: linear-gradient(#000, #000) no-repeat center/2px 100%; */ max-width: 790px; @@ -203,6 +210,10 @@ body { border-color: #343a40; } +.btn-dark:focus{ + box-shadow: none; +} + .dropdown-item.active, .dropdown-item:active { color: black; text-decoration: none; @@ -214,6 +225,11 @@ body { text-align: center; } +.table td, .table th { + padding: 6px 20px; + vertical-align: middle; +} + .tab-content { margin-top: 12px; position: relative; @@ -359,7 +375,51 @@ table.dataTable { text-align: center; } +.form-control:focus, +.form-select:focus { + border-color: #ced4da; + box-shadow: none; +} + +.page-item.active .page-link { + background-color: #efefef !important; + border: 1px solid grey; + border-color: lightgrey !important; +} + +.page-link { + color: black !important; +} + +.dataTables_filter label { + display: block !important; + text-align: right !important; +} + +.form-control-sm[type=search] { + width: 160px !important; +} + +.promo-block { + position: absolute; + max-width: 380px; + width: 100%; + height: 31px; + left: 0; + right: 0; + margin: auto; + opacity: 0.25; +} + +.promo-block img { + object-fit: cover; + width: 100%; + height: 100%; + border-radius: 6px; +} + @media (max-width: 805px) { + .promo-block, .dataTables_paginate, .dataTables_info, .dataTables_length, @@ -386,11 +446,7 @@ table.dataTable { .content_table { width: 100%; } - - .dataTables_filter label { - display: block !important; - } - + .form-control-sm[type=search] { width: 100% !important; } @@ -404,6 +460,7 @@ table.dataTable { } @media (any-hover: hover) { + .promo-block:hover, .footer_social i:hover, .banner:hover { opacity: 1; diff --git a/img/btc.png b/img/btc.png new file mode 100644 index 0000000..10a9bc1 Binary files /dev/null and b/img/btc.png differ diff --git a/img/btc.webp b/img/btc.webp new file mode 100644 index 0000000..2c0e8ab Binary files /dev/null and b/img/btc.webp differ diff --git a/img/xmr.png b/img/xmr.png new file mode 100644 index 0000000..bd82832 Binary files /dev/null and b/img/xmr.png differ diff --git a/img/xmr.webp b/img/xmr.webp new file mode 100644 index 0000000..34503d3 Binary files /dev/null and b/img/xmr.webp differ diff --git a/index.html b/index.html index 2cfc57d..576b34f 100644 --- a/index.html +++ b/index.html @@ -150,6 +150,11 @@