Dantes (обсуждение | вклад) (Полностью удалено содержимое страницы) Метки: очистка ручная отмена |
Dantes (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
.race-info { | |||
display: none; | |||
background-color: #444; | |||
color: #f1f1f1; | |||
padding: 10px; | |||
border-radius: 10px; | |||
margin-top: 10px; | |||
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7); | |||
} | |||
.race-box:hover { | |||
cursor: pointer; | |||
} | |||
.race-box .race-name { | |||
color: #f1f1f1; | |||
font-size: 14px; | |||
margin-top: 8px; | |||
text-transform: uppercase; | |||
letter-spacing: 1px; | |||
font-weight: bold; | |||
} | |||
.race-box:hover .race-name { | |||
opacity: 1; | |||
} | |||
.race-info ul { | |||
list-style-type: none; | |||
padding-left: 0; | |||
} | |||
.race-info ul li { | |||
margin-bottom: 5px; | |||
} | |||
.race-info h3 { | |||
margin-bottom: 10px; | |||
text-align: center; | |||
} | |||
Версия от 10:07, 18 января 2025
.race-info {
display: none;
background-color: #444;
color: #f1f1f1;
padding: 10px;
border-radius: 10px;
margin-top: 10px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7);
}
.race-box:hover {
cursor: pointer;
}
.race-box .race-name {
color: #f1f1f1;
font-size: 14px;
margin-top: 8px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
}
.race-box:hover .race-name {
opacity: 1;
}
.race-info ul {
list-style-type: none;
padding-left: 0;
}
.race-info ul li {
margin-bottom: 5px;
}
.race-info h3 {
margin-bottom: 10px;
text-align: center;
}