мНет описания правки |
мНет описания правки |
||
Строка 29: | Строка 29: | ||
display: inline-block; | display: inline-block; | ||
padding: 12px 25px; | padding: 12px 25px; | ||
margin: 0; | margin: 0 -2px; /* Убираем промежутки */ | ||
cursor: pointer; | cursor: pointer; | ||
color: #fff; | color: #fff; | ||
background: linear-gradient(145deg, #8B0000, #6A0000); | background: linear-gradient(145deg, #8B0000, #6A0000); | ||
border: none; | border: none; | ||
transition: all 0. | transition: all 0.3s ease; | ||
font-family: 'Arial Rounded MT', Arial, sans-serif; | font-family: 'Arial Rounded MT', Arial, sans-serif; | ||
font-size: 16px; | font-size: 16px; | ||
position: relative; | |||
z-index: 1; | |||
} | } | ||
/* | /* Активная вкладка */ | ||
.tabs input:checked + label { | .tabs input:checked + label { | ||
background: linear-gradient(145deg, #6A0000, #8B0000); | background: linear-gradient(145deg, #6A0000, #8B0000); | ||
transform: | z-index: 3; | ||
box-shadow: 0 | transform: translateY(2px); | ||
} | |||
/* Содержимое вкладок */ | |||
.tab-content { | |||
display: none; | |||
padding: 25px; | |||
background: #2d0a0a; /* Темный фон */ | |||
border: 2px solid #630000; | |||
margin-top: -2px; | |||
box-shadow: 0 10px 20px rgba(0,0,0,0.2); | |||
position: relative; | |||
z-index: 2; | z-index: 2; | ||
} | } | ||
/* | /* Текст внутри содержимого */ | ||
.tab-content { | .tab-content p, .tab-content div { | ||
background: rgba(70, 25, 25, 0.9); /* Фон для текста */ | |||
padding: 15px; | |||
border-radius: 5px; | |||
margin: 10px 0; | |||
box-shadow: inset 0 0 8px rgba(0,0,0,0.3); | |||
box-shadow: inset 0 0 | |||
} | } | ||
/* | /* Активация вкладки */ | ||
.tabs input:checked ~ .tab-content { | .tabs input:checked ~ .tab-content { | ||
display: block; | |||
animation: fadeIn 0.4s ease; | |||
} | |||
@keyframes fadeIn { | |||
from { opacity: 0; } | |||
to { opacity: 1; } | |||
} | } | ||
/* | /* Эффекты при наведении */ | ||
.tabs label:hover { | .tabs label:hover { | ||
background: linear-gradient(145deg, #A60000, #8B0000); | background: linear-gradient(145deg, #A60000, #8B0000); | ||
} | } | ||
</style> | </style> | ||
}} | }} |
Версия от 16:00, 1 апреля 2025
тест
мега тест
Нихуя себе