"цитата характеризующая персонаж" [html]<div class="tabs"> <input id="tab1" type="radio" name="tabs" checked> <label for="tab1" style="background: #c26573;">ПЛЮШКИ</label>
<input id="tab2" type="radio" name="tabs"> <label for="tab2" style="background: #c26573;">ПЛАШКИ</label>
<input id="tab3" type="radio" name="tabs"> <label for="tab3" style="background: #c26573;">ГРАФИКА</label>
<input id="tab4" type="radio" name="tabs"> <label for="tab4" style="background: #c26573;">РЕКЛАМА</label>
<section id="content-tab1" style="background: #f2f3e6;border: 1px solid #ffebcd; border-radius: 0 15px 15px 10px;"><p align="center"> <table style="border-collapse: separate;min-width: 400px;"><tr><td style="border: 1px solid #F4C174 !important;"><center style="color: #6F2121;font-weight: bold;">ОСОБЫЕ НАГРАДЫ</center><br>
</td> <td style="border: 1px solid #F4C174 !important;"><center style="color: #6F2121;font-weight: bold;">ДОСТИЖЕНИЯ</center><br>
</td></tr> <tr><td colspan="2" style="border: 1px solid #F4C174 !important;"><center style="color: #6F2121;font-weight: bold;">ПОДАРКИ</center><br> </td></tr>
<tr><td colspan="2" style="border: 1px solid #F4C174 !important;"><center style="color: #6F2121;font-weight: bold;">ПИТОМЦЫ</center><br> <p align="center"><img src="" title=""> <img src="" title=""> <img src="" title=""> <br><br> </p> </td></tr></table> </p> </section>
<section id="content-tab2" style="background: #f5fffa;border: 1px solid #e0ffff; border-radius: 0 15px 15px 10px;"><p align="center"> </p></section>
<section id="content-tab3" style="background: #f5fffa;border: 1px solid #e0ffff; border-radius: 0 15px 15px 10px;"><p align="center"> <img src="" title=""> <img src="" title=""> <br><br></p> </section>
<section id="content-tab4" style="background: #f5fffa;border: 1px solid #e0ffff; border-radius: 0 15px 15px 10px;"><p align="center"> <img src="" title=""> </p> </section> </div><style>
body{ padding-top:0px !important; }
/* Базовый контейнер табов */ .tabs { min-width: 320px; max-width: 600px; width: 100%; padding: 0px; margin: 0 auto;}
/* Стили секций с содержанием */ .tabs>section { display: none; padding: 15px;}
.tabs>section>p { margin: 0 0 5px; line-height: 1.5; }
/* Прячем чекбоксы */ .tabs>input { display: none; position: absolute;}
/* Стили переключателей вкладок (табов) */ .tabs>label { display: inline-block; margin: 0 0 -1px; padding: 10px 25px; font-weight: 600; text-align: center; border-width: 1px 1px 1px 1px; border-radius: 15px 15px 0 0;}
/* Изменения стиля переключателей вкладок при наведении */ .tabs>label:hover { cursor: pointer; background: #c9f9f9;}
/* Активация секций с помощью псевдокласса :checked */ #tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 { display: block;}
/* Изменяем внутренние отступы переключателей для малых экранов*/ @media screen and (max-width: 400px) { .tabs>label {padding: 15px; }}</style>[/html] |