Код:
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Kite+One' rel='stylesheet' type='text/css'> <style type="text/css"> ::-webkit-scrollbar { height: 12px; width: 10px; background-color: transparent;} ::-webkit-scrollbar-thumb { background: #DCCB9E; } ::-webkit-scrollbar-corner { background: #DCCB9E; } ::-webkit-scrollbar-track { background: transparent; } #thtabcontainer { width: 500px; height: 500px; background-color: #AB9D74; position: relative; } .thcontimage img { position: absolute; right: 0px; top: 0px; width: 325px; height: 500px; } .thooc { position: absolute; bottom: 20px; left: 25px; width: 105px; padding: 10px; font-family: kite one; font-size: 6px; letter-spacing: 1px; line-height: 8px; color: white; text-transform: uppercase; } .tabs { position: relative; height: 500px; width: 500px; clear: both; } .tab label { display: block; width: 50px; background: #FFF; color: #DCCB9E; padding: 15px; font: 6px/12px kite one; text-transform: uppercase; letter-spacing: 3px; text-align: right; position: absolute; right: 325px; top: 200px; } .tab [type=radio] { display: none; } [type=radio]:checked ~ label { background: #DCCB9E; color: #FFF; border-bottom: 0px; z-index: 2; } [type=radio]:checked ~ label ~ .thcontent { z-index: 1; opacity: 1; filter: alpha(opacity=100); } .thcontent { width: 300px; position: absolute; top: 12px; left: 187px; float: right; right: 12px; bottom: 12px; text-align: justify; opacity: 0; filter: alpha(opacity=0); } [type=radio]:checked ~ label { background: #DCCB9E; color: #fff; border-bottom: 0px; z-index: 2; } [type=radio]:checked ~ label ~ .thcontent { z-index: 1; } .thfirsttab { text-align: center; width: 300px; position: absolute; bottom: 20px; left: 35px; background-color: rgba(0,0,0,0.8); padding: 20px; width: 190px; height: 90px; color: white; font-family: times; font-size: 7px; text-transform: uppercase; letter-spacing: 2px; line-height: 90px; } .thappcontent { background-color: rgba(255,255,255,0.8); padding: 20px; font-family: times; font-size: 10px; line-height: 11px; letter-spacing: 1px; height: 432px; overflow: auto; } .thabout { position: absolute; top: 180px; left: -15px; width: 300px; } .thabout ul { list-style: none; } .thabout li { display: block; float: left; margin-left: 5px; margin-bottom: 5px; background-color: #74694B; text-align: center; font-family: kite one; letter-spacing: 1px; color: white; font-size: 6px; line-height: 25px; width: 80px; text-transform: uppercase; } </style> <center> <div id="thtabcontainer"> <div class="thcontimage"> <img src="http://38.media.tumblr.com/2d6235f41ea159a36848f42a7b294be3/tumblr_mz7mjbqJ7k1qkprgpo1_500.gif"> </div> <div class="thooc"> </div> <div class="tabs"> <div class="tab"> <input type="radio" id="tab-1" name="tab-group-1" checked> <label for="tab-1">one</label><div class="thcontent"><div class="thfirsttab"> ВАШЕ ИМЯ (АНГЛ.) </div></div> </div> <div class="tab"> <input type="radio" id="tab-2" name="tab-group-1"> <label for="tab-2" style="margin-top: 42px;">two</label><div class="thcontent"><div class="thabout"> <ul> <li>возраст</li> <li>дата рождения</li> <li>место рождения</li> </ul> <ul> <li style="width: 165px;">ориентация</li> <li>место работы</li> </ul> <ul> <li style="width: 250px;">место и должность работы/учёбы</li> </ul> <ul> <li>прозвище</li> <li>имя знаменитости</li> <li>связь</li> </ul> </div></div> <div class="tab"> <input type="radio" id="tab-3" name="tab-group-1"> <label for="tab-3" style="margin-top: 84px;">three</label><div class="thcontent"><div class="thappcontent"> <b>I.</b> <i>Характеристика персонажа</i> <br> тексттексттексттексттексттексттексттексттексттексттексттекст <br><br> <b>II.</b> <i>Биография</i> <br> тексттексттексттексттексттексттексттексттексттексттексттекст <br></div> </div> </div> </div> </div> <div style="font-size: 7px; text-transform: uppercase; font-family: georgia; letter-spacing: 1px; word-spacing: 3px;"></div> </center>
Пробный пост
Код:
[*code]<!--*HTML--><link href='http://fonts.googleapis.com/css?family=Kite+One' rel='stylesheet' type='text/css'> <style type="text/css"> ::-webkit-scrollbar { height: 12px; width: 10px; background-color: transparent;} ::-webkit-scrollbar-thumb { background: #DCCB9E; } ::-webkit-scrollbar-corner { background: #DCCB9E; } ::-webkit-scrollbar-track { background: transparent; } #thtabcontainer { width: 500px; height: 500px; background-color: #AB9D74; position: relative; } .thcontimage img { position: absolute; right: 0px; top: 0px; width: 325px; height: 500px; } .thooc { position: absolute; bottom: 20px; left: 25px; width: 105px; padding: 10px; font-family: kite one; font-size: 6px; letter-spacing: 1px; line-height: 8px; color: white; text-transform: uppercase; } .tabs { position: relative; height: 500px; width: 500px; clear: both; } .tab label { display: block; width: 50px; background: #FFF; color: #DCCB9E; padding: 15px; font: 6px/12px kite one; text-transform: uppercase; letter-spacing: 3px; text-align: right; position: absolute; right: 325px; top: 200px; } .tab [type=radio] { display: none; } [type=radio]:checked ~ label { background: #DCCB9E; color: #FFF; border-bottom: 0px; z-index: 2; } [type=radio]:checked ~ label ~ .thcontent { z-index: 1; opacity: 1; filter: alpha(opacity=100); } .thcontent { width: 300px; position: absolute; top: 12px; left: 187px; float: right; right: 12px; bottom: 12px; text-align: justify; opacity: 0; filter: alpha(opacity=0); } [type=radio]:checked ~ label { background: #DCCB9E; color: #fff; border-bottom: 0px; z-index: 2; } [type=radio]:checked ~ label ~ .thcontent { z-index: 1; } .thfirsttab { text-align: center; width: 300px; position: absolute; bottom: 20px; left: 35px; background-color: rgba(0,0,0,0.8); padding: 20px; width: 190px; height: 90px; color: white; font-family: times; font-size: 7px; text-transform: uppercase; letter-spacing: 2px; line-height: 90px; } .thappcontent { background-color: rgba(255,255,255,0.8); padding: 20px; font-family: times; font-size: 10px; line-height: 11px; letter-spacing: 1px; height: 432px; overflow: auto; } .thabout { position: absolute; top: 180px; left: -15px; width: 300px; } .thabout ul { list-style: none; } .thabout li { display: block; float: left; margin-left: 5px; margin-bottom: 5px; background-color: #74694B; text-align: center; font-family: kite one; letter-spacing: 1px; color: white; font-size: 6px; line-height: 25px; width: 80px; text-transform: uppercase; } </style> <center> <div id="thtabcontainer"> <div class="thcontimage"> <img src="http://38.media.tumblr.com/2d6235f41ea159a36848f42a7b294be3/tumblr_mz7mjbqJ7k1qkprgpo1_500.gif"> </div> <div class="thooc"> </div> <div class="tabs"> <div class="tab"> <input type="radio" id="tab-1" name="tab-group-1" checked> <label for="tab-1">one</label><div class="thcontent"><div class="thfirsttab"> ВАШЕ ИМЯ (АНГЛ.) </div></div> </div> <div class="tab"> <input type="radio" id="tab-2" name="tab-group-1"> <label for="tab-2" style="margin-top: 42px;">two</label><div class="thcontent"><div class="thabout"> <ul> <li>возраст</li> <li>дата рождения</li> <li>место рождения</li> </ul> <ul> <li style="width: 165px;">ориентация</li> <li>место работы</li> </ul> <ul> <li style="width: 250px;">место и должность работы/учёбы</li> </ul> <ul> <li>прозвище</li> <li>имя знаменитости</li> <li>связь</li> </ul> </div></div> <div class="tab"> <input type="radio" id="tab-3" name="tab-group-1"> <label for="tab-3" style="margin-top: 84px;">three</label><div class="thcontent"><div class="thappcontent"> <b>I.</b> <i>Характеристика персонажа</i> <br> тексттексттексттексттексттексттексттексттексттексттексттекст <br><br> <b>II.</b> <i>Биография</i> <br> тексттексттексттексттексттексттексттексттексттексттексттекст <br></div> </div> </div> </div> </div> <div style="font-size: 7px; text-transform: uppercase; font-family: georgia; letter-spacing: 1px; word-spacing: 3px;"></div> </center>[*/code] [spoiler="[align=center]Пробный пост[/align]"][/spoiler]
Примечание:
1. Название темы с анкетой оформляется по шаблону: "ИФ персонажа, возраст".
2. При заполнении анкеты необходимо удалить из шаблона "звездочки" - чтобы код работал и Ваша анкета отображалась.
3. Цвета оформления анкеты при желании можно сменить на те, которые отображают сущность Вашего персонажа или нравятся Вам.