Код:
<!--HTML-->  
<center><div style="width: 600px; border-bottom: 5px solid #00122d; background-image: url(http://sg.uploads.ru/t/vmols.jpg);  #d8e7ff;">
<div style="width: 600px; font-family: petit formal script; color: white; font-size: 14px; padding-top: 1px; position: relative">
<table layout=fixed width=100%>
<tr>
<td><center>Придержанные внешности:</center></td>
<td><center>Выкупленные внешности:</center></td>
</tr>
</table>
<center>● Близнецы на форуме разрешены лишь в том случае, если вы обговорили этот момент с АМС.<br>
● Если вы не отметились в списке, внешность считается свободной.<br>
● Внешности для гостей придерживаем на 2 дня. В случае истечения срока, вы можете попросить продлить ещё на два дня.<br>
● Занимаем внешность персонажа строго по шаблону.<br>
● АМС в праве освободить внешность какого-либо персонажа, если игрок не объявляется на ролевой дольше пяти дней без предупреждения или в течение 1-2 недель не написал ни одного поста.<br>
● С системой выкупа внешности ознакомьтесь в банке.<br></center>
<table layout=fixed width=100%>
<tr>
<td><center>Заполни код, чтобы занять внешность:</center></td>
<td><center>Заполни код, чтобы придержать внешности:</center></td>
<td><center>Заполни код, чтобы выкупить внешность:</center></td>
</tr>
</table>
</div>
Код:
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<style>
#fur {width:250px; height:250px; padding:20px; background:url('http://sg.uploads.ru/t/vmols.jpg'); border-radius:500px; -webkit-border-radius:500px; -ms-border-radius:500px; transition:ease all 2s; -ms-transition:ease all 2s; -webkit-transition:ease all 2s;}

#fur img {width:250px; height:250px; border-radius:500px; -webkit-border-radius:500px; -ms-border-radius:500px;  -ms-transform: rotate(0deg);  -webkit-transform: rotate(0deg);  transform: rotate(0deg); }

#fur:hover img {opacity:0; -ms-transform:rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform:rotate(360deg);  -ms-transition: all 2s ease-in-out; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; border-radius:500px; -webkit-border-radius:500px; -ms-border-radius:500px;}

#fur:hover #header {opacity:1; -webkit-transform: rotate(360deg); -moz-transform:rotate(360deg); -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; border-radius:500px; -webkit-border-radius:500px; -ms-border-radius:500px; }

#header {width:190px; height: 170px; padding:30px; padding-top:50px; margin-top:-250px; background-color:#fcfcfc; -ms-border-radius:500px; -webkit-border-radius:500px; -moz-border-radius:500px; -webkit-transform: rotate(0deg); -moz-trasform:rotate(0deg); -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; opacity:0;}

#tags { width:150px; height: 150px; text-align:justify; font-family:century; font-size:9px; color:#0e0e0e; line-height:88%; overflow:auto;}

.postie {width:250px; height:350px; padding:20px; background:url('http://s9.uploads.ru/t/JFE1Q.jpg'); text-align:justify; overflow:auto; line-height:95%; letter-spacing:-1px; word-spacing:2px; font-family:century; font-size:10pt; color:#ccc;}
.postie p::first-letter {font-family:'Roboto Slab'; font-size:23px; line-height:110%; color:#00122d;}
.postie b {color:#d8e7ff; font-weight:bold; letter-spacing:normal;}

.postie::-webkit-scrollbar  {width:8px;}
.postie::-webkit-scrollbar-track {background:#d8e7ff;}
.postie::-webkit-scrollbar-thumb {height:4px; background:#d8e7ff;}
</style>

<div class="postie color:#d8e7ff;">
<center>A, B, C, D<br><br>
<b>Colin O'Donoghue</b> - <a href="http://alternativerealityfaf.rusff.me/profile.php?id=11">Adrian Gordon </a><br>
<b>Dylan O’Brien</b> - <a href="http://alternativerealityfaf.rusff.me/profile.php?id=4">Daniel Parker </a><br><br>
E, F, G, H <br><br>
<b>имя знаменитости</b>  - <a href="ссылка" target="_blank"><b>Имя персонажа</b>  </a><br>
<b>имя знаменитости</b>  - <a href="ссылка" target="_blank"><b>Имя персонажа </b> </a><br><br>
I, J, К, L <br><br>
<b>имя знаменитости</b>  - <a href="ссылка" target="_blank"><b>Имя персонажа</b>  </a><br>
<b>имя знаменитости</b>  - <a href="ссылка" target="_blank"><b>Имя персонажа</b>  </a><br><br>
M, N, O, P<br><br>
<b>Matt Bomer</b>  - <a href="http://alternativerealityfaf.rusff.me/profile.php?id=8">Jerome Lazar </a><br>
<b>Paul Walker</b>  - <a href="http://alternativerealityfaf.rusff.me/profile.php?id=3">Brian O'Conner </a><br><br>
Q, R, S, T<br><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br><br>
U, V, W, X, Y, Z<br><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br><br>
</div></center>
Код:
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<style>
#fur {width:250px; height:250px; padding:20px; background:url('http://sg.uploads.ru/t/vmols.jpg'); border-radius:500px; -webkit-border-radius:500px; -ms-border-radius:500px; transition:ease all 2s; -ms-transition:ease all 2s; -webkit-transition:ease all 2s;}

#fur img {width:250px; height:250px; border-radius:500px; -webkit-border-radius:500px; -ms-border-radius:500px;  -ms-transform: rotate(0deg);  -webkit-transform: rotate(0deg);  transform: rotate(0deg); }

#fur:hover img {opacity:0; -ms-transform:rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform:rotate(360deg);  -ms-transition: all 2s ease-in-out; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; border-radius:500px; -webkit-border-radius:500px; -ms-border-radius:500px;}

#fur:hover #header {opacity:1; -webkit-transform: rotate(360deg); -moz-transform:rotate(360deg); -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; border-radius:500px; -webkit-border-radius:500px; -ms-border-radius:500px; }

#header {width:190px; height: 170px; padding:30px; padding-top:50px; margin-top:-250px; background-color:#fcfcfc; -ms-border-radius:500px; -webkit-border-radius:500px; -moz-border-radius:500px; -webkit-transform: rotate(0deg); -moz-trasform:rotate(0deg); -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; opacity:0;}

#tags { width:150px; height: 150px; text-align:justify; font-family:century; font-size:9px; color:#0e0e0e; line-height:88%; overflow:auto;}

.postie {width:250px; height:350px; padding:20px; background:url('http://s9.uploads.ru/t/JFE1Q.jpg'); text-align:justify; overflow:auto; line-height:95%; letter-spacing:-1px; word-spacing:2px; font-family:century; font-size:10pt; color:#ccc;}
.postie p::first-letter {font-family:'Roboto Slab'; font-size:23px; line-height:110%; color:#00122d;}
.postie b {color:#00122d; font-weight:bold; letter-spacing:normal;}

.postie::-webkit-scrollbar  {width:8px;}
.postie::-webkit-scrollbar-track {background:#fcfcfc;}
.postie::-webkit-scrollbar-thumb {height:4px; background:#00122d;}
</style>

<div class="postie">
<center>A, B, C, D<br><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br><br>
E, F, G, H <br><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br><br>
I, J, К, L <br><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br><br>
M, N, O, P<br><br>
<b>Nina Dobrev</b> - <a href="http://alternativerealityfaf.rusff.me/profile.php?id=5">Arianna Milton</a><br>
<b>Nina Dobrev</b> - <a href="http://alternativerealityfaf.rusff.me/profile.php?id=13">Adora Miller</a><br>
<b>Phoebe Tonkin</b> - <a href="http://alternativerealityfaf.rusff.me/profile.php?id=6">Keira De Vries</a><br>
<br>
Q, R, S, T<br><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br><br>
U, V, W, X, Y, Z<br><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br>
имя знаменитости - <a href="ссылка" target="_blank">Имя персонажа </a><br><br>
</div></center>
доп. инфо.


Если ты не хочешь, чтобы выбранное тобой имя и фамилия повторялись, укажи это в заявке. Чтобы проверить заняты ли имя и фамилия которые выбрал ты, проверь, нажав комбинацию клавиш (Ctrl+F). Заранее предупреждаю. Если после принятия анкеты ты проигнорировал эту тему, и не вписал сюда свою внешность, она остается свободной для другого игрока.
n - имя занято.
s - фамилия занята.
ns - заняты и имя, и фамилия.

Код:
<b>внешность</b> - <a href="ссылка на профиль">имя персонажа</a><br>
Код:
<sup>n</sup>
Код:
<sup>s</sup>
Код:
<sup>ns</sup>