Благодарим за выбор нашего сервиса!
Тестовое сообщение
Сообщений 1 страница 10 из 10
Поделиться22014-07-04 11:48:20
1234567890
Поделиться32014-07-04 13:45:36
<link href='http://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'> <style type="text/css">#cappy3 {width: 200px; height: 350px; border: 2px dashed #79cbe0; position: relative; overflow: hidden;} #cappy3 .page { transition-duration: .6s; -webkit-transition-duration: .6s; -moz-transition-duration: .6s; -ms-transition-duration: .6s; -o-transition-duration: .6s; position: absolute; left: 0px; bottom: 0px; width: 200px; height: 350px;} #cappy3:hover .page {transition-duration: .6s; -webkit-transition-duration: .6s; -moz-transition-duration: .6s; -ms-transition-duration: .6s; -o-transition-duration: .6s; left: -200px;}</style> <style type="text/css">#cappy1 {width: 200px; height: 350px; border: 2px dashed #E08E79; position: relative; overflow: hidden;} #cappy1 .page { transition-duration: .6s; -webkit-transition-duration: .6s; -moz-transition-duration: .6s; -ms-transition-duration: .6s; -o-transition-duration: .6s; position: absolute; right: 0px; bottom: 0px; width: 200px; height: 350px;} #cappy1:hover .page {transition-duration: .6s; -webkit-transition-duration: .6s; -moz-transition-duration: .6s; -ms-transition-duration: .6s; -o-transition-duration: .6s; right: -200px;}</style> <style type="text/css">#cappy2 {width: 200px; height: 350px; border: 2px dashed #79cbe0; position: relative; overflow: hidden;} #cappy2 .page {transition-duration: .6s; -webkit-transition-duration: .6s; -moz-transition-duration: .6s; -ms-transition-duration: .6s; -o-transition-duration: .6s; position: absolute; left: 0px; bottom: 0px; width: 200px; height: 350px;} #cappy2:hover .page {transition-duration: .6s; -webkit-transition-duration: .6s; -moz-transition-duration: .6s; -ms-transition-duration: .6s; -o-transition-duration: .6s; left: -200px;}</style> <center> <table><tr> <td style="width: 210px; height: 900px; padding: 5px;"> <div id="cappy3"> <div class="page"><img src="http://sf.uploads.ru/2mnho.jpg"></div> <div style="width: 200px; height: 350px; background-color: #F1D4AF; padding: 0px; font-family: georgia; font-size: 10px; text-transform: uppercase; color: #353535; text-align: center; font-weight: bold;"><br><br><br> words </div> </div> <br> <div id="cappy1"> <div class="page"><img src="100 x 100 IMAGE"></div> <div style="width: 200px; height: 350px; background-color: #C5E0DC; padding: 0px; font-family: georgia; font-size: 10px; text-transform: uppercase; color: #353535; text-align: center; font-weight: bold;"><br><br><br> tag </div> </div> <br> <div id="cappy2"> <div class="page"><img src="100 x 100 IMAGE"></div> <div style="width: 200px; height: 350px; background-color: #F1D4AF; padding: 0px; font-family: georgia; font-size: 10px; text-transform: uppercase; color: #353535; text-align: center; font-weight: bold;"><br><br><br> outfit/notes </div> </div> <br> </div></td> <td style="width: 210px; height: 900px; padding: 5px;"> <div id="cappy3"> <div class="page"><img src="100 x 100 IMAGE"></div> <div style="width: 200px; height: 350px; background-color: #F1D4AF; padding: 0px; font-family: georgia; font-size: 10px; text-transform: uppercase; color: #353535; text-align: center; font-weight: bold;"><br><br><br> words </div> </div> <br> <div id="cappy1"> <div class="page"><img src="100 x 100 IMAGE"></div> <div style="width: 200px; height: 350px; background-color: #C5E0DC; padding: 0px; font-family: georgia; font-size: 10px; text-transform: uppercase; color: #353535; text-align: center; font-weight: bold;"><br><br><br> tag </div> </div> <br> <div id="cappy2"> <div class="page"><img src="100 x 100 IMAGE"></div> <div style="width: 200px; height: 350px; background-color: #F1D4AF; padding: 0px; font-family: georgia; font-size: 10px; text-transform: uppercase; color: #353535; text-align: center; font-weight: bold;"><br><br><br> outfit/notes </div> </div> <br> </div></td> </tr></table> </div></div>
Поделиться42014-08-14 10:40:41
<div class="container"> <div class="html-box"> <table width="100%"> <tr> <td> <div class="html-box"> <ul class="tabs"> <li class="active"><a href="#tab1"> 1</a></li> <li><a href="#tab2"> 2 </a></li> </ul> <div class="tab_container1"> <div style="display: block;" id="tab1" class="tab_content"> <table width="100%"> <tr valign=top> <td width="30%"> <div style="background-color: #f3e0b7; border: 1px solid #d4bd91; padding: 4px; "><center><b> Н А В И Г А Ц И Я </b> </font></center></div> </td> <td><center><b>W E L C O M E</b><br><br> </center></td> </tr> </table> <br><br> </div> <div style="display: none;" id="tab2" class="tab_content"> <font size="2"><p align=right><b><i>текст</i></b> </p></font> </div> </div></table> </div> </div> </div> <script type="text/javascript"> $(document).ready(function(){ $('.splLink').click(function(){ $(this).parent().children('div.splCont').toggle('normal'); return false; }); }); </script> <script type="text/javascript"> $(document).ready(function() { $(".tab_content").hide(); $("ul.tabs li:first").addClass("active").show(); $(".tab_content:first").show(); $("ul.tabs li").click(function() { $("ul.tabs li").removeClass("active"); $(this).addClass("active"); $(".tab_content").hide(); var activeTab = $(this).find("a").attr("href"); $(activeTab).fadeIn(); return false; }); }); </script> <style> .container1 {width: 900px; margin: 0 auto; padding: 0;} ul.tabs { margin: 0; padding: 0; float: left; list-style: none; height: 40px; width: 467px; width: 100%; } ul.tabs li { float: left; margin: 0; padding: 0; height: 40px; line-height: 40px; border: 0px; border-top: 1px dotted #000000; border-bottom: 1px dotted #000000; border-right: 1px dotted #000000; border-left: 1px dotted #000000; margin-bottom: -2px; overflow: hidden; position: relative; width: 150px; } ul.tabs li a { text-decoration: none; color: black; display: block; padding: 0 5px; outline: none; } ul.tabs li a:hover { border-bottom: 0px solid #000000; border-top: 0px solid #000000; border-left: 0px solid #000000; border-right: 0px solid #000000; } html ul.tabs li.active { border-bottom: 0px solid #000000; border-top: 0px solid #000000; border-left: 0px solid #000000; border-right: 0px solid #000000; } html ul.tabs li.active a:hover { border-bottom: 0px solid #160f0a; } .tab_container1 { clear: both; float: left; width: 580px; height: 343px; background-color: #FFFFFF; border-bottom: 1px solid #000000; border-top: 0px solid #000000; border-left: 0px solid #000000; border-right: 0px solid #000000; -moz-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; } .tab_content { padding: 5px; } .tab_content h2 { font-weight: normal; padding-bottom: 2px; border-bottom: 0px dashed #000000; } ul.tabs li:nth-child(1) { position: relative; left: 50px; background: rgba(0, 0, 0, 0.08);} ul.tabs li:nth-child(2) { position: relative; left: 200px; background: rgba(0, 0, 0, 0.08); } </style>
Поделиться52014-08-14 10:50:08
<!--html--><center><div id="nightcall"> <div class="heynow">guest book</div> <div class="shyer" style="margin-top:140px;"><div style="width:435px; height:235px; padding:5px; overflow:auto" class="lolscroll"> Ваши родители решают, что пора бы отдохнуть Вам от городской суеты, и отправляют в деревенскую глушь - городок Рэдмонт, штат Орегон. Казалось бы вот оно - самое скучное лето всей Вашей жизни, но однажды Вы находите странную листовку, похожую на вырванную из книги страницу, с кровавой надписью: "В Рэдмонде доверять нельзя никому!" <br> <br><b>ПОЛЕЗНЫЕ ССЫЛКИ:</b> <br><a href="сюжет">сюжет</a> - <a href="фак">f.a.q.</a> - <a href="правила">правила</a> - <a href="шаблон">шаблон анкеты</a> <br><a href="занятые внехи">занятые внешности</a> - <a href="занятые имена">занятые фио</a> <br> <br><b>АКЦИИ:</b> <br> <a href="акция">1. \\ НУЖНЫЕ</a> - <a href="существ">2. \\ СУЩЕСТВА</a> <br> <br>В этой теме Вы можете задать любой интересующий Вас вопрос, придержать внешность, имя, или акционного персонажа <br>Но помните: доверять нельзя никому. </div> </div></center>
ПРИДЕРЖАННЫЕ ВНЕШНОСТИ
ПРИДЕРЖАННЫЕ ФИО
Поделиться62014-08-14 12:29:48
THE FACE OF BEAUTY
занятые внешности
▸ внешности придерживаются на три дня, но вы можете продлить бронь
▸ чтобы занять внешность, используйте следующий шаблон:[code]имя и фамили внешности на латинице - [url=http:// ссылка на ваш профиль]имя фамилия вашего персонажа на латинице[/url][/code]
▸ шаблон придержания внешности для нужных персонажей:
[code]имя и фамили внешности на латинице - [url=http:// ссылка на вашу заявку]заявка[/url] от ваш ник[/code]
▸ в шаблонах изменяем лишь то, что выделено курсивом
FEMALEa - b - c - d | MALEa - b - c - d |
FEMALEa - b - c - d
e - f - g - h
i - j - k - l
m - n - o - p
q - r - s - t
u - v - w - x
y - zMALEa - b - c - d
e - f - g - h
i - j - k - l
m - n - o - p
q - r - s - t
u - v - w - x
y - z
Поделиться72014-08-14 15:18:35
HER NAME IS GIDEON
занятые имена и фамилии
▸ имена и фамилии придерживаются на три дня, но вы можете продлить бронь
▸ чтобы занять имя и фамилию, используйте следующий шаблон:[code]имя на латинице - имя на кириллице[/code]
[code]фамилия на латинице - фамилия на кириллице[/code]▸ в шаблонах изменяем лишь то, что выделено курсивом
▸ фамилии могут повторяться, если это братья, сестры, и другие родственники
NAMESa - b - c - d | SURNAMESa - b - c - d |
Поделиться82014-08-14 18:30:18
<br><hr><center><b>ИМЯ ФАМИЛИЯ</b>, возраст<sup>y.o.</sup></center>
<br> <b><font size="-2">роль:</font></b> ответ
<br> <b><font size="-2">должность:</font></b> ответ
<br> <b><font size="-2">профессия:</font></b> ответ
<br> <b><font size="-2">способность:</font></b> ответ
<br>
<br><center><b><a href="ссылка на анкету">АНКЕТА</a></b> - <b><a href="ссылка на отношения">ОТНОШЕНИЯ</a></b></center>
<hr>
<br>