Код:
<!--HTML--> <div class="postcolor"> <div align="center"> <style type="text/css" > .lolcharname { font-family: 'Balthazar', serif;font-size: 30px; width: 300px; line-height: 0px; padding-top: 0px; clear: both; float: right; color: #303030;} </style> <link href="http://fonts.googleapis.com/css?family=Homemade+Apple" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'> <link href="http://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"> <style> .gatorjournal1 { width: 570px; padding: 15px; background-image: url(http://falcon-eyes.ru/upload/iblock/8b8/8b8e715520d5bfb82e4cc68b4ce7c99e.jpg); box-shadow: 3px 2px 1px #9b9c9c; border-top-right-radius:50px;border-top-left-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;} .gatorjournal2 { font-family: 'courier'; opacity: .7; font-size: 12px; line-height: 20px; color: #000000; text-align: justify; font-weight: 250; } .gatorjournal2 b { color:#820000; } .gatorjournal2 i { color: #093065; } .gatorjournalspanb { font-family: 'Homemade Apple', cursive; font-size: 25px; line-height: 25px; color: #820000; text-align: justify; font-weight: 250; } .alywatermark { font-family: Arial; color:#820000; text-align: right; } .alywatermark a { color: #820000; } .alywatermark a:hover { color: #820000; } </style> <div class="gatorjournal1"> <div class="gatorjournal2"> <table layout=fixed width=100%> <tr> <td><center><img src="http://placehold.it/150" style="border-radius: 50%;"></center></td> <td><div class="lolcharname"><h1><div align=right><font size="+4">I want...</font></h1></div></td> </tr> </table> <table layout=fixed width=100%> <tr> <td><center> <font size="-1"><b>Имя фамилия</b>: тут заполняем</center></font></td> <td><center> <font size="-1"><b>Возраст</b>: тут заполняем</center></font></td> </tr> <tr> <td><center> <font size="-1"><b>Ориентация</b>: тут заполняем</center></font></td> <td><center> <font size="-1"><b>Работа</b>: тут заполняем</center></font></td> </tr> <tr> <td><center> <font size="-1"><b>Внешность</b>: тут заполняем</center></font></td> <td><center> <font size="-1"><b>Кем Вам приходиться</b>: тут заполняем</center></font></td> </tr> </table> <font size="-1"><center>Тут Вы пишите связь с Вашим персонажем и т.д. </center></font> </div> </div> </div>
Код:
[code*]<!*--HTML--> <div class="postcolor"> <div align="center"> <style type="text/css" > .lolcharname { font-family: 'Balthazar', serif;font-size: 30px; width: 300px; line-height: 0px; padding-top: 0px; clear: both; float: right; color: #303030;} </style> <link href="http://fonts.googleapis.com/css?family=Homemade+Apple" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'> <link href="http://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"> <style> .gatorjournal1 { width: 570px; padding: 15px; background-image: url(http://falcon-eyes.ru/upload/iblock/8b8/8b8e715520d5bfb82e4cc68b4ce7c99e.jpg); box-shadow: 3px 2px 1px #9b9c9c; border-top-right-radius:50px;border-top-left-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;} .gatorjournal2 { font-family: 'courier'; opacity: .7; font-size: 12px; line-height: 20px; color: #000000; text-align: justify; font-weight: 250; } .gatorjournal2 b { color:#820000; } .gatorjournal2 i { color: #093065; } .gatorjournalspanb { font-family: 'Homemade Apple', cursive; font-size: 25px; line-height: 25px; color: #820000; text-align: justify; font-weight: 250; } .alywatermark { font-family: Arial; color:#820000; text-align: right; } .alywatermark a { color: #820000; } .alywatermark a:hover { color: #820000; } </style> <div class="gatorjournal1"> <div class="gatorjournal2"> <table layout=fixed width=100%> <tr> <td><center><img src="http://placehold.it/150" style="border-radius: 50%;"></center></td> <td><div class="lolcharname"><h1><div align=right><font size="+4">I want...</font></h1></div></td> </tr> </table> <table layout=fixed width=100%> <tr> <td><center> <font size="-1"><b>Имя фамилия</b>: тут заполняем</center></font></td> <td><center> <font size="-1"><b>Возраст</b>: тут заполняем</center></font></td> </tr> <tr> <td><center> <font size="-1"><b>Ориентация</b>: тут заполняем</center></font></td> <td><center> <font size="-1"><b>Работа</b>: тут заполняем</center></font></td> </tr> <tr> <td><center> <font size="-1"><b>Внешность</b>: тут заполняем</center></font></td> <td><center> <font size="-1"><b>Кем Вам приходиться</b>: тут заполняем</center></font></td> </tr> </table> <font size="-1"><center>Тут Вы пишите связь с Вашим персонажем и т.д. </center></font> </div> </div> </div>[/*code]