This commit is contained in:
poiuty 2023-06-15 18:13:32 +03:00
parent e84e8ecd2b
commit e1d7487883
7 changed files with 80 additions and 8 deletions

View file

@ -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;