(Новая страница: «<style> →Стили для контейнера вкладок: .tabs { position: relative; margin: 20px 0; } →Скрываем оригинальные radio-кнопки: .tabs input[type="radio"] { position: absolute; opacity: 0; height: 0; width: 0; } →Стили для заголовков вкладок: .tabs label { display: inline-block; padding: 12px 25px; margin-right: 5px; cursor: pointer;...») |
Нет описания правки |
||
(не показано 10 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
<tabs> | |||
<tab name="Тест"> | |||
супер тест | |||
</tab> | |||
<tab name="Тест 2"> | |||
мега тест | |||
</tab> | |||
</tabs> | |||
{{#css: | |||
<style> | <style> | ||
/* Стили для контейнера вкладок */ | /* Стили для контейнера вкладок */ | ||
.tabs { | .tabs { | ||
position: | position: static; | ||
margin: 20px 0; | margin: 20px 0; | ||
} | } | ||
Строка 18: | Строка 19: | ||
display: inline-block; | display: inline-block; | ||
padding: 12px 25px; | padding: 12px 25px; | ||
margin-right: | margin-right: 10px; | ||
cursor: pointer; | cursor: pointer; | ||
color: #ffffff; | color: #ffffff; | ||
background: #8B0000; | background: #8B0000; | ||
Строка 26: | Строка 26: | ||
border-bottom: none; | border-bottom: none; | ||
border-radius: 5px 5px 0 0; | border-radius: 5px 5px 0 0; | ||
transition: all 0.3s ease-out; | |||
position: relative; | position: relative; | ||
top: 1px; | top: 1px; | ||
Строка 36: | Строка 37: | ||
background: #6A0000; | background: #6A0000; | ||
color: #fff; | color: #fff; | ||
border-color: # | border-color: #630000; | ||
} | } | ||
Строка 49: | Строка 49: | ||
display: none; | display: none; | ||
padding: 20px; | padding: 20px; | ||
border: 1px solid # | border: 1px solid #850000; | ||
background: rgba( | background: rgba(112, 46, 46, 1); | ||
color: white; | color: white; | ||
border-radius: 0 5px 5px 5px; | border-radius: 0 5px 5px 5px; | ||
Строка 75: | Строка 75: | ||
padding: 8px; | padding: 8px; | ||
text-align: left; | text-align: left; | ||
background-color: rgba( | background-color: rgba(112, 46, 46, 1); | ||
} | } | ||
.wikitable th { | .wikitable th { | ||
color: | color: black; | ||
background-color: #8B0000; | background-color: #8B0000; | ||
} | } | ||
</style> | </style> | ||
}} | |||
Текущая версия от 15:14, 1 апреля 2025
супер тест
мега тест