Шаблон:Онлайн: відмінності між версіями
Перейти до навігації
Перейти до пошуку
Немає опису редагування Мітка: Скасовано |
Немає опису редагування Мітка: Скасовано |
||
| Рядок 11: | Рядок 11: | ||
} | } | ||
</style> | </style> | ||
<style> | |||
html, body { | |||
height: 100%; | |||
margin: 0; | |||
background-color: #121212; | |||
color: #ffffff; | |||
} | |||
.page-wrapper { | |||
display: flex; | |||
flex-direction: column; | |||
min-height: 100vh; | |||
} | |||
h5 { | |||
font-size: 1.64rem; | |||
line-height: 110%; | |||
margin: 1.093rem 0 0.656rem 0; | |||
position: relative; | |||
padding-bottom: 12px; | |||
text-align: center; | |||
} | |||
h5::after { | |||
content: ''; | |||
position: absolute; | |||
left: 5%; | |||
bottom: 0; | |||
height: 2px; | |||
width: 90%; | |||
background-color: #388e3c; | |||
border-radius: 1px; | |||
} | |||
main { | |||
flex: 1 0 auto; | |||
} | |||
nav { | |||
background-color: #1b1b1b; | |||
} | |||
.btn-green { | |||
background-color: #388e3c !important; | |||
transition: transform 0.2s ease, box-shadow 0.2s ease; | |||
} | |||
.btn-green:hover { | |||
transform: translateY(-2px); | |||
box-shadow: 0 4px 8px rgba(56, 142, 60, 0.6); | |||
} | |||
.btn-green:active { | |||
transform: translateY(1px); | |||
box-shadow: 0 2px 4px rgba(56, 142, 60, 0.4); | |||
} | |||
.content { | |||
display: flex; | |||
margin-top: 20px; | |||
} | |||
.main-content { | |||
width: 70%; | |||
padding: 20px; | |||
} | |||
.side-menu { | |||
width: 30%; | |||
background-color: #2c2c2c; | |||
padding: 20px; | |||
border-left: 2px solid #388e3c; | |||
margin-bottom: 20px; | |||
} | |||
footer { | |||
background-color: #1b1b1b; | |||
padding: 20px; | |||
color: #9e9e9e; | |||
text-align: center; | |||
} | |||
#player-list { | |||
font-size: 13px; | |||
padding-left: 0; | |||
list-style: none; | |||
max-height: 150px; | |||
overflow-y: auto; | |||
} | |||
#player-list li { | |||
display: flex; | |||
align-items: center; | |||
gap: 8px; | |||
margin-bottom: 4px; | |||
white-space: nowrap; | |||
padding-bottom: 5px; | |||
box-shadow: 0 1px 1px rgba(56, 142, 60, 0.6); | |||
} | |||
table.placeholders-table { | |||
width: 100%; | |||
border-collapse: collapse; | |||
margin-top: 20px; | |||
} | |||
table.placeholders-table th, | |||
table.placeholders-table td { | |||
border: 1px solid #388e3c; | |||
padding: 8px; | |||
text-align: left; | |||
} | |||
table.placeholders-table th { | |||
background-color: #388e3c; | |||
color: #fff; | |||
} | |||
</style> | |||
<script> | <script> | ||
document.addEventListener('DOMContentLoaded', function () { | document.addEventListener('DOMContentLoaded', function () { | ||
Версія за 13:00, 5 червня 2025