События в игре:
1980, август: В ставку Темного Лорда проникает слух об артефакте, способном противостоять действию Гибели Воров. Из больницы Святого Мунго в неизвестном направлении пропадает двое детей. Орден Феникса связывается напрямую с Министром Магии ещё раз.
1980, июль: Министерство Магии, стремясь утихомирить еженедельно вспыхивающие недовольства и сдержать нависший над Британией кризис, назначает материальную поддержку пострадавшим семьям. Миллисент Бэгнольд через секретаря отвергает предложение Альбуса Дамблдора о встрече. Начинают ходить слухи о скорой смене министра.
1980, 20 июня: В заповеднике МакФасти похитили несколько драконьих яиц. Под подозрением Пожиратели смерти.
1980, 15 июня: На границы Магической Британии устанавливается защитный барьер. Вводятся временные паспорта, без которых становится невозможным выезд из страны.
1980, 11 июня: Дракон, пересекший Ла-Манш, вторгается на территорию Магической Франции. Зреет международный конфликт.
1980, 10 июня: Организовано нападение на банк Гринготтс. Экономика Магической Британии под угрозой, многие чистокровные семьи — на грани разорения. Из подземелий банка вырывается дракон.
1980, апрель: Министерство Магии в целях безопасности вводит ежесменные осмотры колдомедиками авроров и хит-визардов. Гринготтс усиливает охрану.
1980, март: Пожиратели смерти совершают несколько нападений на высокопоставленных магглов. Под угрозой Статут о Секретности.
1980, февраль: Сивилла Трелони произносит пророчество в «Кабаньей голове». Темный Лорд узнаёт об этом.
1980, январь: Министром Магии становится Миллисент Бэгнольд.
Пост недели от Себаса:
Солнце уже медленно начинало клониться к закату, и Себастьен кинул взгляд на часы. Когда многие люди медленно и ленно возвращались с вечерних прогулок или после затянувшейся работы, его время только вступало в свои права. Он не чувствовал ни капли смущения, когда в иные дни мог спокойно проспать до обеда — особенно если этому предшествовала очень насыщенная ночь в казино…(читать дальше)
Эпизод недели: i put a spell on you
Наверх
Вниз

Marauders: Soul Scars

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Marauders: Soul Scars » Test ohohoh » вообще тема


вообще тема

Сообщений 1 страница 13 из 13

1

0

2

0

3

0

4

0

5

Структура
Код:
/***************************************
A - SETUP
***************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.css);

@font-face {font-family: oranienbaum; 
src: local("oranienbaum"), url(https://forumstatic.ru/files/0014/c1/87/90743.ttf);}
@font-face {font-family: lobster; 
src: local("lobster"), url(https://forumstatic.ru/files/0014/c1/87/86986.ttf);}
@font-face {font-family: marck script; 
src: local("marck script"), url(https://forumstatic.ru/files/0014/c1/87/78277.ttf);}
@font-face {font-family: philosopher; 
src: local("philosopher"), url(https://forumstatic.ru/files/0014/c1/87/72488.ttf);}
@font-face {font-family: forum; 
src: local("forum"), url(https://forumstatic.ru/files/0014/c1/87/18267.ttf);}
@font-face {font-family: play; 
src: local("play"), url(https://forumstatic.ru/files/0014/c1/87/67175.ttf);}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0px
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 ширина таблицы на главной странице*/
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 99.01%;
  text-align: justify;
  }

/* A3.2 */
.punbb {
  font: normal 77.75% arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
  }

/* 3.3 модерирование темы*/
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em  tahoma, helvetica, sans-serif
  }


/* A3.4 время отправки сообщения*/
.punbb h1, .punbb h2, .punbb h3 {
  font-size: 1em;
  font-weight: none;
  }

.punbb th   {
  font-size: 0.9em;
  font-weight: none;
  }
.punbb h4, .punbb table {
  font-size: 1.0em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 0.9em;
font-family: Franklin Gothic Medium;
  text-align: center;
  }

/* A3.6 */
.punbb pre {
  font: 1.0em/100% arial, monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 100px;
  position: relative;
  width: 954px;
  margin: auto;
  }

/* A5.2 */
.punbb {
  margin-left:50px;
  position: top center;
  float: none;
  width:865px;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 200px 20% 12px 20%;
  width: auto;
  float: none;
background-image: url(""); background-position: top center; background-attachment: relative; text-align: center;
  }

/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none solid none;
  border-width: 0px 0px 2px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
  padding: 2px 1em 9px 1em;
  border-style: solid solid none solid;
  border-width: 1px 1px 0px 1px;
  }

#pun-main h2 {
  padding: 2px 1em 9px 1em;
  border-style: solid;
  border-width: 1px;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid transparent;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-top
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 0.4em 1.8em 1.4em 1.8em;
padding: 1em;
border-radius: 0px;
border-top: 5px solid #423838; 
border-bottom: 5px solid #423838; 
border-left: 0px double #bda879;
border-right: 0px double #bda879;
}

/* B1.9 */
	
/* B1.9 БЛОК ЦИТАТЫ*/
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
padding-bottom: 0.7em;
font-size: 0.9em;
font-family: Franklin Gothic Medium;
font-weight: bold;
font-style: normal;
text-transform: uppercase;
margin: 0;
}
.punbb .quote-box, .punbb .code-box {
background-image : url("http://i.imgur.com/SIY12hW.png");
border-style: double;
border-radius:0px;
-webkit-border-radius:0px;
-khtml-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
box-shadow: 0px 0px 0px #bda879;
-webkit-box-shadow:0px 0px 0px #bda879;
-khtml-box-shadow:0px 0px 0px #bda879;
-moz-box-shadow:0px 0px 0px #bda879;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4.6em;
  left: 1em;
  width: 24em;
  }

/* B3.4 ОТВЕТИТЬ*/
.linkst .postlink {
  position: absolute;
  top: -4.6em;
  right: 1em;
  width: 11em;
  text-align: right;
  font-weight: bold;
  font-family:Franklin Gothic Medium;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 11em;
  font-weight: bold;
  font-family: Franklin Gothic Medium;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 4em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

.punbb .helplinks span INPUT {
  margin: 0px 2px 2px 0px;
}

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  margin-left: 30px;
  font-family: 'Georgia', serif;
  font-size: 12px;
  width: 75%;
  }

/* C2.2 СТРАНИЦА ЮЗЕРОВ*/
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 16%;
  }

/* C2.3 ПОСЛЕДНЕЕ СООБЩЕНИЕ (гл. страница)*/
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 30%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 *//* название категорий */
#pun-index .tcl h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: Georgia; /* шрифт текста */
  font-color: #000000;
  text-transform: uppercase; /* http://htmlbook.ru/css/text-transform */
  text-align: center; /* http://htmlbook.ru/css/text-align */
  text-shadow: 0px 1px #e4dfcf !important; /* тень */
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 1.5em 1em;
  }

/* C2.12 */
.punbb .main th {
  padding: 4px 1em 5px 1em;
  border-bottom: 2px solid transparent;
  border-left: 1px solid transparent;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
  margin-left: 70px;
}

/* C2.15 */
.punbb div.icon {
  float: right;
  display: block;
  width: 60px;
  height: 85px;
  padding-top: 1px;
  margin-top: 0px;
padding-left: 1px;
background-repeat: no-repeat;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
  border-left: 1px solid transparent;
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 *//*ширина профиля*/
.punbb .post .post-author {
  float: left;
  width: 18em;
  margin-top: -2.5em;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }


li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  margin-top: 4px;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: normal;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border: none;
  margin-bottom: 90px;
}

/* D1.2 */
#pun-title h1 {
  display : block;
  height: 312px;
  margin: -1px 0px 0px -30px;
}

/* D1.3 */
#pun-title .container {
  border: none ;
  padding: 0.2em 1em 0.8em 1em;
  }

/* D1.4 ЛОГОТИП*/
#pun-title h1 span {
  display: none;
}
#pun-title table {
 border: none;
  margin-left: -573px;
  width:2000px;
  height:313px;
  background-image: url(http://i.imgur.com/FoY4vzz.png);
}
#pun-title TD.title-logo-tdl {
  border: none;
  width: 100%;
}
#pun-title TD.title-logo-tdr {
border: none;
width: 294px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
  border: none;
  margin: 0;
  margin-bottom: 12px;
margin-top: -9px;
 text-transform: uppercase;
}

#pun-navlinks .container {
  border: none;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding-top: 442px;
  height: 27px;
  font-weight: normal;
  text-align: center;
  width: 847px;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0;
}

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.2 em;
  font-family: Franklin Gothic Medium;
  padding: 5px 5px 5px 5px;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-bottom: -15px;
  border: 2px solid transparent;
  }

/* D4.2 новые сообщения...*/
#pun-ulinks .container {
  padding-top:-484px;
  height: 37px;
  border: none;
  text-align: center;
  font-family: Arial Narrow;
  font-size: 9.9px;
  text-transform: uppercase;
  width: 845px;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 5px 5px 5px 5px;
  font-size: 0.8em;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 привет, ваш последний визит*/
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-top: -28px;
  text-align: center;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 сам форум*/
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: -28px;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  margin-left: 15px;
  text-align: center;
  font-size: 0.9em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  text-align: center;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


/* разделение в цитате имени и текста */
.punbb .quote-box cite {
  border-bottom: 1px dashed #450802;
  }

/* убирает форум, категории, сообщений */
#pun-index .category table  thead {
display:none;
}


/* окантовка описания форумов на главной */
.maxim {
background-color: #140805; 
background-image: url("http://i.imgur.com/SIY12hW.png");
color: #202113;
width: 380px;
border: 0px dotted #202113;
box-shadow: 0 0 0 0px #453e25, 0 0px 0 0px #453e25, 0px 0 0 0px #453e25, 0 0px 0 0px #453e25, 0px 0 0 0px #453e25; /* тени как рамка наружн */
padding: 2px; /* Поля вокруг текста */
}
Цвета
Код:
/* Коды принадлежат дизайнеру: by all  (связь : скайп de-picasso)
Связь с дизайнером: ваша связь
Design by ваш ник (c) All rights reserved 2012
-------------------------------------------------------------*/

/* CS0 Меню - навигация
-------------------------------------------------------------*/
 div#pun-navlinks {
       position: absolute;
       width: 100%;
       margin-left:-5px;
       top:-112px;
       text-shadow: 0px 1px #efded4 !important; /* тень */
       font: small-caps 400 10pt "Georgia" !important; /* капс, размер, шрифт */
       letter-spacing: 0.9px; /* расстояние между буквами */
       font-weight: normal; /* начертание */
      }

 div#pun-ulinks {
       position: absolute;
       width: 100%;
       font-color: #c26304;
       margin-left: -3px;
       top:341px;
       letter-spacing: 1px; /* расстояние между буквами */
       }

#pun { background-image : url("http://i.imgur.com/3o8v3Ok.png");
background-color : #e4ddda;
background-position : center;}

/* CS1 Цвет фона, фона форума и остальное.
-------------------------------------------------------------*/

body { 
 background-color: #000; 
 overflow-x: hidden;
 background-image: url("http://i.imgur.com/3o8v3Ok.png");
 background-repeat: repeat;
 background-position : top center;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
border-color:transparent;
  color: #0f0803;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
border-color:transparent;
  color: #0f0803;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border-color:transparent;
  color: #F8F8F8;
  font-weight: normal;
font-style: normal;

  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
border-color:transparent;
  color: #0f0803;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
border-color:transparent;
  color: #0f0803
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
background-color: transparent;;
  color: #0f0803
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #d4cfc4;
  color: #0f0803
  }

/* CS1.8 */
#pun-navlinks .container {
border-color:transparent;
color: #FFFFFF;
font-family: Georgia;
}

.offline li.pa-online strong {
  font-weight: normal
  }

.punbb textarea, .punbb select, .punbb input {
background-image: 
url(http://i.imgur.com/scYmlsx.png);
  color: #23211d;
}

/* CS2 Цвета границ
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
border-color:transparent;}

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-color:transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border-color:transparent;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
border-color:transparent;
  }

/* CS2.5 */
.punbb th {
border-color:transparent;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
border-color:transparent;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
border-color:transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border-color:transparent;
  }

.punbb .divider {
border-color:transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
border-color:transparent;
  }

li.pa-online {
border-color:transparent;
  }

.punbb .post-sig dt {
border-color:transparent;
  }


/* CS3 Цвета ссылок и всё что с ними связанно
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #2d2b25;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #060606
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #260404;
    border-bottom: 0px none #000;
   text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
  color: #260404;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #63302c;
  font-weight: normal;
font-style: normal;
  border-bottom: 0px none #000;
   text-decoration: none;

  }
/*/6060*/
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #63302c;
  color: #fff;
  }

/* CS4 Фон всем категориям и разделение между сообщениями. + Сдвиг рекламы.
 -------------------------------------------------------------*/

#pun  .section {border-style: none; width: 870px; }
#pun  .tc2, #pun-main .post-author ul  {text-align: center;}

.punbb .post div.container {
  background: url("") no-repeat scroll center bottom transparent;
}

.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
  background: url() top center;
  text-align: center;
  color: #000;
  }

/*  CS5 Категории форума и кнопки 
------------------------------------------------------------*/
.punbb table Div.icon {float: left; 
display: block; 
border-style: none none none none;
margin-left: 15px;
margin-right: 0px;
width: 50px;
height: 50px;
background-image : url(http://i.imgur.com/0YaeHi6.png);
background-repeat: no-repeat;}

/* CS3.2 Иконка новых */
TR.inew Div.icon {
background-image : url(http://i.imgur.com/iZB4jJW.png);
background-repeat: no-repeat;
width: 50px;
height: 50px;}

/* CS3.3 Иконка важных*/
TR.isticky Div.icon {
background-image : url(http://i.imgur.com/ebWh9eW.png);
background-repeat: no-repeat;
width: 50px;
height: 50px;}

/* CS3.3 Иконка закрытых*/
TR.iclosed Div.icon {
background-image : url(http://i.imgur.com/ebWh9eW.png);
background-repeat: no-repeat;
width: 50px;
height: 50px;}


/* CS6 Логотип снизу
 -------------------------------------------------------------*/

#pun-about p.container {background-color: #;
   background-image : url(http://i.imgur.com/dv00mHy.png);
   margin-left: -113px;
   background-position : center top;
  background-repeat : no-repeat;
   width: 1055px;
   height : 36px; 
   overflow-x: hidden;}
   background-repeat : no-repeat;
 div#html-footer {
        margin: 0px 0px 0px 0px;}

 div#pun-about {
       margin-bottom:-75px;

}
 div#html-footer {
        margin: -100px 0px 0px 0px;}

 #pun-announcement.section h2 span {display:  none; }
    a.menu:link, a.menu:visited, a.menu:active{text-decoration: none; }

/* CS7 Остальные коды для оформления форума
 -------------------------------------------------------------*/



#pun-stats h2, .punbb .main h2 {font-size: 0em;}

/*рамка вокруг аватара*/ 
.pa-avatar img,.punbb img.avatardemo,#profile-center img{border: 2px solid #2e1a08!important}


/*полоса прокрутки*/ 
::-webkit-scrollbar { width: 8px; height: 8px; }  
::-webkit-scrollbar-track { background-color: #cac5ad; } 
::-webkit-scrollbar-thumb { background-color: #31291d; }
::-moz-scrollbar { width: 8px; height: 8px; }  
::-moz-scrollbar-track { background-color: #cac5ad; } 
::-moz-scrollbar-thumb { background-color: #31291d; }
::-o-scrollbar { width: 8px; height: 8px; }  
::-o-scrollbar-track { background-color: #cac5ad; } 
::-o-scrollbar-thumb { background-color: #31291d; }

#navawards a {display: none;}





/*всплывающие окошки в таблице*/
.tooltip {
	position: relative;
	}
.tooltip em {
	display: none;
	}
.tooltip:hover em {
	font-style: normal;
	display: block;
	position: absolute;
 	background: #d2ccc2;
	color: #423838;
	padding: 10px 10px;
	bottom: -145px;
	right: -75px;
        border-top: 4px solid #423838; 
        border-bottom: 4px solid #423838; 
        border-left: 1px double #423838;
        border-right: 1px double #423838;
	box-shadow: 0 0 3px #aca084;
 	border-radius: 2px;
        z-index: 10;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
	-webkit-box-shadow: 0 0 2px #867468;
	-moz-box-shadow: 0 0 2px #867468;
}
.tooltip:hover em i {
	position: absolute;
	bottom: -130px;
	right: -35px;
	border-top: 7px solid #000;
	border-left: 7px solid transparent;
	display: block;

}




/*для категорий*/
.punbb td div .tclcon, .category .container table .hasicon .tc1 {
opacity: 0.87; /* прозрачность */
font-family: arial; /* шрифт текста */
font-size: 11px; /* размер текста */
text-transform: none; /* http://htmlbook.ru/css/text-transform */
width: 380px; /* ширина, прописать можно в px */
text-align: justify; /* http://htmlbook.ru/css/text-align */
line-height: 15px;
border: solid; /* http://htmlbook.ru/css/border */
border-color: #908c7b;
border-top: 0px solid #8b836d; 
border-bottom: 0px solid #8b836d; 
border-left: 0px double #462707;
border-right: 0px double #462707;

padding: 3px; /* отступ текст от рамки внутри */
}


a.sbla:link, a.sbla:visited {border-left: #432e3b 4px solid; display: block; margin-bottom: 1px; text-transform: lowercase; font-style: italic; font-family: Georgia; font-size: 19px; letter-spacing: 1px; background: #e4ddda; color: #4a1803; text-align: center; padding: 2px 2px 2px 10px;}
a.sbla:hover, a.sbla:active { -moz-transition: 1s ease; -webkit-transition: 1s ease; border-left: #462707 19px solid; display: block; text-transform: lowercase; font-family: Georgia; font-size: 15px; letter-spacing: 2px; background: #e4ddda; text-decoration: none; color: #462707; text-align: center; padding: 2px 2px 2px 20px;}



/* ник */
.pa-author a, .pa-author {text-align: center;
text-transform: uppercase;
font: small-caps 600 11pt "Franklin Gothic Medium" !important; /* капс, размер, шрифт */
letter-spacing: 1px; /* расстояние между буквами */
  font-weight: normal; /* начертание */
}


/* статус */
.pa-title {text-align: center;
font: small-caps 700 8pt "Arial" !important;
letter-spacing: 2px;
}


/*Фон мини-профиля в Топике*/
.punbb .post .post-author {
  background:url(http://i.imgur.com/TigQZPZ.png) 0 0 repeat-y; /*Фон размножаемый по вертикали*/
  overflow: visible!important;
  margin:12px 0!important;
}
.punbb .post .post-author > ul {
  background:url(http://i.imgur.com/X8MAN6d.png) 0 top no-repeat,url(http://i.imgur.com/bD3N4G1.png) 0 bottom no-repeat; /*Фон верха - низа*/
  margin:-20px 0 -20px 0!important;
  padding:20px 20px!important;
}


/* репутация и сообщения в одну строчку */
.pa-respect, .pa-posts {
display: inline-block;
margin-left: -10px;
text-align: center;
width: 65px;
line-height: 13px;
padding: 7px;
margin-bottom: 7px!important;
margin-top: 10px!important;
font-size: 11px;
}


0

6

Хтмл верх
Код:
<!--Смена имиджа в текущем посте-->
<link id="iNFpanel" rel="stylesheet" href="https://forumstatic.ru/files/000f/f8/cc/98782.css" type="text/css"/>
<script src="https://forumstatic.ru/files/0014/c1/87/83427.js"></script>


<!-- Стиль меню таблицы в объявлении -->
<style type="text/css">
/****************************************
   Таблица с переключаемыми Вкладками
****************************************/
#tab2,#tab2*{
  paddibg:0;
  margin:0;
}
#tab2 {
  background:transparent url(http://i.imgur.com/rZdCdA5.png) 0 0 no-repeat;
  height:400px;
  width:938px;
  margin-left:-57px;
  margin-top:-52px;
  outline:solid red 0px;/* Убираем Строку после настройки*/ 
}
#tab2,#tab2 td{
  border:none 0 transparent!important;
  border-collapse:collapse;
}
img[data^="tab"]{
  cursor:pointer;
  height:106%;
  outline:solid red 0px;/* Убираем Строку после настройки*/ 
  border:none 0 transparent!important;
}
.tab-content {
  display:none;
  width:100%;
  height:343px;
  outline:solid blue 0px;/* Убираем Строку после настройки*/
  color:#4f362e;
  overflow-y:auto;
}
</style>
<script type="text/javascript">
$.fn.switch_tabs = function() {
  var tbl = this,knopK = $("img[data^='tab']",tbl);
  knopK.each(function(){
    var arr = $(this).attr('data').split(",");
    $(this).css("background-image","url("+arr[1]+")")
  }); knopK.css("background-position","120% 10000px")
      knopK.css("background-repeat","no-repeat")
  knopK.click(function(){
    knopK.removeClass('active');
    $(this).addClass('active');
    var arr = $(this).attr('data').split(",");
    tbl.css("background-image","url("+arr[1]+")")
    $(".tab-content",tbl).hide();
    $("#"+arr[0]+"",tbl).show();
  });
}
</script>


<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>

<script type="text/javascript">
rusffLive.enable = false;
</script>

<!-- ники модера -->
<style>
.modlist {display: none !important;}
</style>

<script type="text/javascript">
if(FORUM.PartnerVote.toString().replace(/function\s*\(post_id,vote\)\s*/,"")==="{return true;}")
FORUM.PartnerVote = function(post_id,vote){return false}
</script>
Обьявление
Код:
<table id="tab2" class="tbl-0" border="0">
<tr>
<td class="butt" valign=center height=58>   <!-- Секция кнопок -->
<img width="350" data="tab-1,http://i.imgur.com/rZdCdA5.png"  src="/i/blank.gif" class="active"/>
<img width="231" data="tab-2,http://i.imgur.com/rZdCdA5.png"  src="/i/blank.gif"/>
<img width="348" data="tab-3,http://i.imgur.com/rZdCdA5.png"  src="/i/blank.gif"/>
</td>
</tr>
<tr>
<td  class="content" align=center>
<!-- Контейнер контента 1-й кнопки -->
<div id="tab-1" class="tab-content" style="display:block;">
<table>
<tr><td>
<p align="center"><font style="font-weight: normal; font-size:7.5pt; line-height:9.5pt; font-family: Verdana;">
Добро пожаловать на ролевую игру <br><b>«OMERTA: beyond the pale»</b>!</align>
<br>
<div style="OVERFLOW: auto; WIDTH: 260px; HEIGHT: 225px; margin-left: 5px;">
<p align="justify";>Мы рады приветствовать Вас на нашем авторском проекте, искренне надеемся, что Вы не испугаетесь клыкастой части населения, и наш форум станет для Вас вторым домом.
Прошлое постепенно уходит в прошлое, уступая место реальному и твердому ‘сегодня’. Все меняется, медленно тают предрассудки и надежды, ведь это лишь передышка перед очередной бурей, трагикомичной драмой и кровавым эпилогом. Помните, что новому миру всегда предшествует новая трагедия, а те, кто не с нами, те против нас.
Тише, дети! К ночи незнакомцы и чужаки расходятся по своим домам, шествуют по темным ньюпортовским переулкам, как гордые птицы, являясь на самом деле мелкими мошками. Может, они доберутся до безопасной обители, а может их вечным пристанищем станет небесное царство — знает лишь Сатана и Зверь, что живет в темноте. Но вы не бойтесь, дети. Не бойтесь, и тогда, возможно, темнота не дотронется до ваших похолодевших ног.</align>
<p>
</div><br>
<center><b><a href=http://omerta.rusff.me/viewtopic.php?id=181&p=9#p458844><b>РЕЗУЛЬТАТЫ КОНКУРСА</b></a></b><br><br>
<b><a href=http://omerta.rusff.me/viewtopic.php?id=4006#p459035><b>КИНОМАНИЯ</b></a></b> // <b><a href=http://omerta.rusff.me/viewtopic.php?id=3984#p454515><b>ВИКТОРИНА</b></a></b>


<br><br>
</center>
</td>
<td>
<center><b>а д м и н и с т р а ц и я</b> <br><br></center>
<center><span class="tooltip"><a href="http://omerta.rusff.me/profile.php?id=11"><b>SOPHIE ♦ </b><class="Hoverbuttons"></a><em><img src="http://i.imgur.com/xISCffW.png"><br><a href="http://omerta.rusff.me/profile.php?id=11"><b>Софи Дюамель</b></a><br><img src="http://i.imgur.com/ANK4TD7.png"> <a href="http://omerta.rusff.me/messages.php?action=new&uid=2">написать в лс</a></em></span><span class="tooltip"><a href="http://omerta.rusff.me/profile.php?id=703"><b>WALLIS ♦ </b><class="Hoverbuttons"></a><em><img src="http://i.imgur.com/1gmURhy.png"><br><a href="http://omerta.rusff.me/profile.php?id=703"><b>Уоллис Фицрой</b></a><br><img src="http://i.imgur.com/ANK4TD7.png"> <a href="http://omerta.rusff.me/messages.php?action=new&uid=703">написать в лс</a></em></span><span class="tooltip"><a href="http://omerta.rusff.me/profile.php?id=669"><b>AMARANTAH</b><class="Hoverbuttons"></a><em><img src="http://i.imgur.com/2OnmbEh.png"><br><a href="http://omerta.rusff.me/profile.php?id=669"><b>Амаранта Уилкс</b></a><br><img src="http://i.imgur.com/ANK4TD7.png"> <a href="http://omerta.rusff.me/messages.php?action=new&uid=669">написать в лс</a></em></span>
<br>
<span class="tooltip"><a href="http://omerta.rusff.me/profile.php?id=670"><b>REINER ♦ </b><class="Hoverbuttons"></a><em><img src="http://i.imgur.com/ZnCPrMH.png"><br><a href="http://omerta.rusff.me/profile.php?id=670"><b>Рейнер Грин</b></a><br><img src="http://i.imgur.com/ANK4TD7.png"> <a href="http://omerta.rusff.me/messages.php?action=new&uid=670">написать в лс</a></em></span><span class="tooltip"><a href="http://omerta.rusff.me/profile.php?id=875"><b>EMILY ♦ </b><class="Hoverbuttons"></a><em><img src="http://i.imgur.com/ZQYd2Jt.png"><br><a href="http://omerta.rusff.me/profile.php?id=875"><b>Эмили Томсон</b></a><br><img src="http://i.imgur.com/ANK4TD7.png"> <a href="http://omerta.rusff.me/messages.php?action=new&uid=875">написать в лс</a></em></span><span class="tooltip"><a href="http://omerta.rusff.me/profile.php?id=470"><b>CALEB</b><class="Hoverbuttons"></a><em><img src="http://i.imgur.com/tFlIsYK.png"><br><a href="http://omerta.rusff.me/profile.php?id=470"><b>Калеб Лафайет</b></a><br><img src="http://i.imgur.com/ANK4TD7.png"> <a href="http://omerta.rusff.me/messages.php?action=new&uid=470">написать в лс</a></em></span></center>
<p></div>
<br>
<div style="OVERFLOW: auto; WIDTH: 260px; HEIGHT: 45px;">
<p align="justify"><font style="font-weight: normal; font-size:7.5pt; line-height:9.5pt; font-family: Verdana;"><b><big>дата, время:</big></b> <br> 03 февраля 2013 г., воскресенье, 12:00 – 22:00;<br><br></div>
<div style="OVERFLOW: auto; WIDTH: 260px; HEIGHT: 125px;">
<p align="justify"><font style="font-weight: normal; font-size:7.5pt; line-height:11.3pt; font-family: Verdana; padding-right=3px;"><b><big>погода:</big></b> вряд ли любителей снега может порадовать погода нынешней зимой. Температура не опускается ниже —2°С, а днём и вовсе поднимается до аналогичной пометки со знаком «плюс». Падающий иногда снег успевает лишь покрыть землю небольшим слоем, и тут же тает, создавая неприятные лужи под ногами.</div>
<center><b>Write This Down «<u>Don't Speak (Cover)</u>»</b> <br>от Береники</center>
<center><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="236" height="13">
    
    <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf">
    <param name="bgcolor" value="#232714">
    <param name="FlashVars" value="mp3=http://d.zaix.ru/3AH9.mp3">
</object></center>
<center><form><table cellspacing="1"><td width="60%"><!-- НАВИГАЦИЯ -->
<select name="select" class="forminput" onchange="location.href=(form.select.options[form.select.selectedIndex].value)" style=" background-color: #dddad3; color: #4d361b; border-radius: 0px; border-color: #eee6c0; font-size:8.0pt; line-height:7.5pt; font-family: Georgia;">
<option>навигация</option>
<option value="http://omerta.rusff.me/viewtopic.php?id=82"><small>навигатор</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=5"><small>правила</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=11"><small>сюжет</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=6"><small>f.a.q.</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=362"><small>сценарий</small></option>
<option value="http://omerta.rusff.me/viewforum.php?id=6"><small>акции</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=14#p30"><small>имена и фамилии</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=8#p11"><small>внешности</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=3735#p411119"><small>список персонажей</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=2429"><small>профессии</small></option>
<option value="http://omerta.rusff.me/viewforum.php?id=5"><small>шаблоны анкет</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=1576"><small>ч.а.в.о.</small></option>
<option value="http://omerta.rusff.me/viewtopic.php?id=3737"><small>банк омерты</small></option>
</select></form></center>
</select></form>
</td>
<td width="40%"><!-- РЕЙТИНГ -->
<!-- Top.Roleplay.Ru -->
<script type="text/javascript" language="javascript">
var topRPGc="<img src='http://top.roleplay.ru/cgi-bin/iv.cgi?a=ins&id=17465&rnd=" + Math.random();
topRPGc += "&r="+escape(document.referrer)+"' width='1' height='1' border='0'><a href='http://top.roleplay.ru/17465' title='Рейтинг Ролевых Ресурсов - RPG TOP' target='top_'>"+
"<img src='http://img.rpgtop.su/top8015_12.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='80' height='15'></a> ";
document.write(topRPGc);
</script>
<noscript>
<img src='http://top.roleplay.ru/cgi-bin/iv.cgi?a=ins&id=17465' width='1' height='1' border='0'><a href='http://top.roleplay.ru/17465' target='_top'><img src='http://img.rpgtop.su/top8015_12.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='80' height='15'></a>
</noscript>
<!-- /Top.Roleplay.Ru --></center>
</td>
</tr>
</table>
</div>
</td>
<td>
<center> <b>н о в о с т и</b> <br><br></center>
<div style="OVERFLOW: auto; WIDTH: 260px; HEIGHT: 110px; margin-left: -1px;">
<font style="font-weight: normal; font-size:7.5pt; line-height:9.5pt; font-family: Verdana;">
<p align="justify"><b>31.03.</b> Гип-гип ураааа! Поздравляем нашу дорогую Омерту с пятилетием! Вы ведь радуетесь так же, как это делаем мы, правда? Узнать о других новостях вы сможете <b><a href=http://omerta.rusff.me/viewtopic.php?id=21&p=8#p454519><b>в этой теме</b></a></b> — читайте внимательно, там много интересного! Шампанского всем за счёт администрации!<br>
<b>23.02.</b> Друзья! Совсем скоро наступит весна, тепло, солнышко - наконец-то! Омерта спешит преобразиться и частично меняет свой образ, повинуясь этому весеннему настроению! Так же мы хотим поздравить сильную и отважную половину нашего форума с чудесным праздником - <b><a href=http://omerta.rusff.me/viewtopic.php?id=21&p=8#p450493><b>подробности в объявлении</b></a></b>.<br>
<b>31.12.</b> Все ближе и ближе Новый 2017 год! А мы спешим поздравить наших омертовцев - <a href=http://omerta.rusff.me/viewtopic.php?id=3927#p444424><b>HAPPY NEW YEAR 2017, DEAR OMERTA!</b></a>.<br>
<b>25.12.</b> В преддверии Нового года и Рождества Омерта преобразилась, переоделась в новый праздничный дизайн, который, надеемся, вам понравится! Так же у амс-состава есть несколько объявлений для наших любимых омертовчан, которые можно найти в <a href=http://omerta.rusff.me/viewtopic.php?id=21&p=8#p443862><b>соответствующей теме</b></a>. Читаем, друзья!<br>
<b>23.11.</b> Не спать, Омерта! Тем более, мы запускаем флэшмоб <a href=http://omerta.rusff.me/viewtopic.php?id=3903#p440360><b>«ALL I WANT FOR CHRISTMAS...»</b></a> — не стесняйтесь, участвуйте!<br>
</align>
<p></div>
<br>
<center><img src="http://funkyimg.com/i/HrDw.png"></center>
<br>
<div style="OVERFLOW: auto; WIDTH: 260px; HEIGHT: 110px;">
<center>
<p align="center"><font style="font-weight: normal; font-size:7.5pt; line-height:6.5pt; font-family: Verdana;">
<a href=http://omerta.rusff.me/viewtopic.php?id=3778><b><big>episode #12 «AN EYE FOR AN EYE, AND WHOLE WORLD WOULD BE BLIND»</big></b></a></align>
<p align="justify">Тик-так, тик-так — часики тикают, время идёт. Время идёт, но раны не залечивает: лишь даёт возможность как можно лучше продумать план действий. Не думали же вы, что происшествие в бывшем особняке Лоранда позабыто? Что его перелистнули, как исписанную мелким почерком страницу, и начали всё сызнова? Запомните и никогда не забывайте: ничто не исчезает бесследно. Ничто не забыто. И не переходите дорогу тем, на чью месть Вы не сможете достойно ответить. Надеемся, после нынешних событий эта информация будет высечена на внутренней стороне Ваших век. Чтобы помнили — всегда. В любых обстоятельствах. Чтобы знали: не играйте в игры с вампирами. Никогда. Ни за что. Помните об этом, когда захотите перейти кому-то дорогу.<br>
 И если кто-то думал, что клан Лоранда бездействовал всё то время, что дислоцировался в Нью-Йорке, то смеем Вас разочаровать: настал час расплаты. Ждал этого кто-либо или же нет — вряд ли кого-то интересует. Эовин Алдард не хочет больше ждать, и берёт ситуацию в свои руки — к счастью, не её одну сжигает огонь мести. Калеб Лафайет и Марина Ордон тоже непрочь поучаствовать в забаве, которую решают устроить вампиры. Место действия — разумеется, Ньюпорт. Неплохая собралась команда, не находите? И будьте осторожными, доверяя кому-то свои секреты — как бы они не стали достоянием общественности, как это случилось с Себастьяном Гамильтоном, который, ничтоже сумняшеся, передал Эовин информацию, полученную от Арии Гамильтон. Или, думаете, откуда клану Лоранда стало известно об Совете Основателей и берсерках?<br>
 Впрочем, в Ньюпорте и своих проблем хватает, учитывая, что испуганные люди решили устроить охоту на «волков», чей вой они слышали в полнолуние — в ночь с 27 на 28 января. Кто же знал, что волки окажутся не совсем уж животными, а наполовину людьми? Кто бы мог подумать, что из-за вспомнивших своих предков людей, которые решили устроить расправу со страшными зверьми, может возникнуть множество проблем, и никто не знает, чем они закончатся.<br>
</align>
</font>
<p></div>
</td>
</tr>
</table>
</div>


<!-- Контейнер контента 2-й кнопки -->
<div id="tab-2" class="tab-content">
<table>
<tr><td>
<center>
<br>
<center>
<style>
.tasam { background-color: #dddad3; color: #251b10; text-align: justify; width: 236px; height: 161px; transition-duration: 0.8s;-moz-transition-duration: 0.8s;-webkit-transition-duration: 0.8s;-o-transition-duration: 0.8s; opacity: 0.0;}
.tasam:hover { opacity: 1.0; }
</style>

<div style="width: 236px; height:161px; font-size: 11px; font-family: 'Arial;'; background: url('http://i.imgur.com/bp9Oz7K.png');">
<div class="tasam" style="padding: 0px; overflow: auto;"> <center><a href=http://omerta.rusff.me/profile.php?id=989><b>ПОСТ НЕДЕЛИ ОТ СТИВЕНА РОССИ</b></a></center>
Стив внимательно вглядывался в лицо друга, чувствуя как внутри все буквально сжимается от пронизывающего насквозь ужаса, а сердце в грудной клетке тревожно ходит ходуном от увиденного на парковке.
Не о таком вечере Стив мечтал сегодня. Не о таком отдыхе думал, когда в очередной раз вправлял  мозги новенькому су-шефу, который на его взгляд вообще ничего не смыслил в своей работе, из-за чего который день подряд Росси с трудом умудрялся содержать все в порядке, чтобы все не летело кувырком из-за его безалаберности...
<center><a href=http://omerta.rusff.me/viewtopic.php?id=3994#p458718><b>читать полностью</b></a></center>
</div></div>

</div></div>

</center>
  </div>
</center>
  </div>
</align>
</font>
<p></div>
<div style="margin-left: 0px;"><br><a href="http://omerta.rusff.me/viewtopic.php?id=4003#p458330"><img src="http://i.imgur.com/9MjWynx.gif"title="ЭПИЗОД НЕДЕЛИ: I knew, I'll see your face again"></a>
</div></td>
<td>

<div style="margin-left: 0px;"><br><a href="http://omerta.rusff.me/profile.php?id=994"><img src="http://i.imgur.com/Tsw6esh.png"title="ИГРОК НЕДЕЛИ: Fionn Lacy"></a>
</div></td>
</td>

<td>
<div style="margin-left: 0px;"><br><a href="http://omerta.rusff.me/profile.php?id=996"><img src="http://i.imgur.com/Tsw6esh.png"title="ИГРОК НЕДЕЛИ: Vilena Veber"></a> 
</div></td>
</td>


<td>
<div style="margin-left: 0px;"><br><a href="http://omerta.rusff.me/profile.php?id=989"><img src="http://i.imgur.com/Tsw6esh.png"title="АКТИВИСТ НЕДЕЛИ: Steven Rossi"></a>
</div></td>
</td>
</tr>
</table>
</div>

<!-- Контейнер контента 3-й кнопки -->
<div id="tab-3" class="tab-content">
<div style="OVERFLOW: auto; WIDTH: 810px; HEIGHT: 275px; margin-left: -5px;">
<p align="justify">
<center>

<a href="http://masseffectfromashes.rolka.su/"><img border="0" src="http://s3.uploads.ru/P2AQp.gif"title="Mass Effect: From Ashes"></a>

<a href="http://urchoice.ru/" title="Ты еще не с нами?" target=_blank> <img src="https://forumstatic.ru/files/000b/09/4f/76237.gif" border="0" alt="Live Your Life"></a>

<a href="http://alternativereality.mybb.ru/" title="Circus of the Damned: городское фэнтези, мистика, реализм, NC-21" target='_blank'><img src='https://forumstatic.ru/files/000d/56/27/78853.gif'></a>

<a href="http://namvnebo.ru/" title="Современная Греция. Афины. Люди, способные управлять силой Богов, Героев и Чудовищ. Найдешь себя в этом мире, смертный?..." target="blank"><img src="http://funkyimg.com/i/2iGMn.gif"></a>

<a href="http://brighton.mybb.ru/" target="_blank">
<img src="http://funkyimg.com/i/2a9PK.gif" 
title="BRIGHTON"
border="1" width="88" height="31"></a>

<a href="http://manhattanlife.ru/"><img src="http://s1.uploads.ru/i/B4xRo.gif" title="Manhattan: потерянный рай"></a>

<a href="http://californiadreamin.rusff.me/"><img src="http://s1.uploads.ru/i/LkDQP.gif"></a>


<a href="http://crossdom.rusff.me/" target="_blank"><img title="CROSSDOM. место, которое станет тебе домом.." src="http://s9.uploads.ru/03ivT.gif"></a>

<a href="http://twdconfrontation.rusff.me/" target="_blank"><img src="http://s6.uploads.ru/t/bhW7J.gif" title="Добро пожаловать в мир Ходячих мертвецов!" width="88" border="0" height="31"></a>

<a href="http://lokis.rolka.su/" target="_blank"><img src="http://savepic.net/3424840.gif" title="Loki`s army"></a>

<a href="http://whitepr.0pk.ru/" title="Здесь может быть ваша реклама!" target=_blank> <img src="https://forumstatic.ru/files/0010/0e/ae/72982.gif" border="0" alt="White PR"></a>

<a href='http://chesare.magicrpg.ru' target='_blank' title='Айлей'><img src='http://i67.fastpic.ru/big/2014/0913/99/be8bda2e286b9862f880e46a773e7e99.gif' border='0' width='88' height='31' alt='Айлей'></a>

<a href="http://docnight.rusff.me/" target="_blank"><img title="Doctor Who: Night terror" src="http://s6.uploads.ru/t/QDk13.gif"></a>

<a href="http://newlegacy.ru"><img src="http://imgdepo.com/id/i10138437" border="0" title="New Story"></a>

<a href="http://newrecord.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/VGq8.gif" alt="» на рекордных скоростях " width=88 height=32></a>

<a href="http://23jumpstreet.ru/"><img src="http://i.imgur.com/BM18rbK.png"></a>

<a href="http://redbus.rusff.me/" title="RED BUS" target="_blank"><img src="http://funkyimg.com/i/2iGRm.gif" width="88px" height="31px"></a>


<a href="http://riversandroads.rusff.me" target="_blank"><img src="http://funkyimg.com/i/Z6Jp.gif" alt="RIVERS&ROADS" border="0"></a>

<a href="http://doortohollywood.rusff.me/"" alt="INCEPTION" title="INCEPTION" target=_blank> <img src="http://i48.fastpic.ru/big/2015/0506/5b/d89948553b31dbb20a09e384cd8d4e5b.png" border="0" ></a>

<a href="http://somnium.mybb.ru"target=_blank><img src="http://funkyimg.com/i/W3io.gif"alt= "Harry Potter: Somnium"></a>

<a href="http://hproleplay.mybb.ru" target="_blank"><img src="http://s2.uploads.ru/t/WgZOp.gif" border="0" alt="Hogwarts and the Game with the Death="88" height="31" /></a>

<a href="http://mhshootme.rusff.me/"><img src="http://funkyimg.com/i/QiD6.gif" title="Mystery Hills: Shoot Me"></a>

<a href="http://frpglighthouse.rusff.me/"><img src="http://s1.uploads.ru/VmE3X.gif"></a>

<a href="http://actus.rusff.me/" target="_blank"><img src="http://i.imgur.com/ROT09gX.gif" title="ACTUS FIDEI" border="0" width="88" height="31"></a>

<a href="http://gevaudan.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/21nQk.gif" title=" tw: la bête du gévaudan;" width="88" border="0" height="31"></a>

<a href="http://crossroyale.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/0016/92/fd/22564.png" title="crossroyale" border="0"width="88" height="31"></a>

<a href="http://pixels.rusff.me/"><img src="http://funkyimg.com/i/21DbR.gif" title="Lemonadный бит сердца"></a>

<a href="http://carperetractum.rolka.su/" target=_blank> <img src="http://www.pichome.ru/images/2015/05/07/An2wg1.gif"border="0" title="Harry Potter: Carpe Retractum"> </a>

<a href="http://eternaltravel.ru/" target=_blank> <img src="https://forumstatic.ru/files/0014/0c/7e/92867.gif"border="0"alt="Бесконечное путешествие" width=88 height=31></a>

<a href="http://nomercy.rusff.me"target=_blank><img src="http://funkyimg.com/i/25YUQ.gif" title="Marauders. No Mercy"></a>

<a href="http://yourphoenix.rusff.me/" target=_blank> <img src="http://funkyimg.com/i/26cyQ.gif" border="0"alt="Phoenix" width=88 height=31></a>

<a href="http://gramelnn.rusff.me/" target=_blank> <img src="http://sg.uploads.ru/kNFga.gif" border="0" alt="Грамельнн. История семи королевств"></a>

<a href="http://allnewmarvels.ru" title="Marvel: In Heroes We Trust"><img src="https://forumstatic.ru/files/0016/a4/af/87859.gif" height="31" width="88" border="0"></a>

<a href="http://wearethefuture.rusff.me/" title="REVOLT"><img src="http://savepic.net/7713909m.gif"></a>

<a target="_blank" href="http://domnus.0pk.ru"><img src="https://forumupload.ru/uploads/000e/9c/74/1091-2.gif"></a>

<a href="http://durhamnights.rusff.me/" target=_blank><img src="http://funkyimg.com/i/2bWzd.gif" title="Durham. The tales of eternal night"></a>

<a href="http://bifrost.f-rpg.ru" target="_blank"><img src="https://i.imgur.com/YTWAtPw.jpg" title="BIFRǪST: теория струн" border="0" width="88" height="31"></a>

<a href="http://cursedcreatures.f-rpg.ru/" target="_blank"><img src="http://funkyimg.com/i/2cQqX.png" title="Portland" border="1" width="88" height="31"></a>

<a href="http://side.rusff.me/" target="_blank"><img src="http://s3.uploads.ru/t/hgtw9.png" title="Lake Shore" border="1" width="88" height="31"></a> 

<a href="http://chaostheory.f-rpg.ru/" target="_blank"><img src="https://forumstatic.ru/files/0017/c1/22/63506.png" title="chaos theory" border="0" width="88" height="31"></a><br>

<a href="http://atlanticu.rusff.me/"><img title="Atlantic Coast University: 18+, рисованные внешности" src="http://jpegshare.net/images/2a/67/2a67719159b3295fe2d75be47db2e052.gif" alt="" /></a>

<a href="http://godsgate.rusff.me/" title="BABYLON" target="_blank"><img src="http://funkyimg.com/i/2fNeq.png" width="88px" height="31px"></a>


<a href="http://phoenixlament.f-rpg.ru/" target="_blank"><img src="http://funkyimg.com/i/2hCAB.gif" width="88px" height="31px" title="HOGWARTS. PHOENIX LAMENT"></a>


<a href="http://thenemesis.rusff.me/" title="NEMESIS" target="_blank"><img src="http://i.imgur.com/rWb59GU.jpg" width="88px" height="31px"></a>

<a href="http://mythos.rusff.me/">
<img src="https://forumstatic.ru/files/0017/cf/9f/10450.gif" border="0" title="Gods and Monsters" width="88" height="31"></a>

<a href="http://feareaper.rusff.me/"><img src="http://sd.uploads.ru/rUn39.gif"></a>


<a href="http://refresh.rusff.me/"><img src="http://funkyimg.com/i/2iW8n.png" title="refresh yourself"></a>


<a href="http://dieblendung.rusff.me/"><img src="https://i.imgur.com/uflg8EJ.jpg" title="DIE BLENDUNG"></a>

<a href="http://supernaturalbrothers.rolka.su" target=_blank title="Самая Сверхъестественная ролевая игра"><img src="http://s7.uploads.ru/N1fW3.gif"></a>

<a href="http://sanguinarium.rusff.me/" target=_blank><img src="http://imgdepo.com/id/i10152685" border="0" title="sanguinarium" width="88" height="31"></a>

<a href="http://requiemtvdrg.rusff.me/"target=_blank><img src="http://funkyimg.com/i/2pAse.png" title=" TVD: Requiem"></a>

<a target="_blank" href="http://shutup.rusff.me/" title="Отражение реальной жизни"><img src="https://i.yapx.ru/GA1c.png" border="0"></a>

<a href="http://themostsupernatural.ru" target=_blank title="Самая Сверхъестественная ролевая игра"><img src="http://s7.uploads.ru/N1fW3.gif"></a>

<a href="http://crossvegas.rusff.me" target="_blank"><img src="http://funkyimg.com/i/2nWkN.jpg" title="CROSSVEGAS" border="0" width="88" height="31"></a>

<a href="http://spacewind.su/rpg" title="Космический ветер" target="_blank"><img src="http://spacewind.su/images/banners/sw_88x31_3.jpg" border="0" height="31" width="88"></a>

<a href="http://weekendhome.rusff.me"><img src="http://funkyimg.com/i/2oTJc.png" title="Weekend"></a><br>

<a href="http://comicon.rusff.me"><img src="http://funkyimg.com/i/2pYuH.png" title="спасай мир"></a>

<a href="http://dansemacabre.rusff.me/">
<img src="https://forumstatic.ru/files/0018/25/2e/14237.gif" border="0" title="VtM: Blood of the South" width="88" height="31"></a>

<a href="http://tvdepic.rusff.me/" target="_blank"> <img src="http://funkyimg.com/i/2rjr7.gif" border="0" width="88" height="31" title="TVD: I WAS FEELING EPIC [1 season frpg]"></a>

<a href="http://bighills.rusff.me/" title="AMERICAN DREAM: BIG HILLS" target="_blank"><img src="http://funkyimg.com/i/2ru2i.png" width="88px" height="31px"></a>

<a href="http://deepwaters.rusff.me/" target="_blank" alt="SHERLOCK: deep waters" title="SHERLOCK: deep waters"><img src="http://i.imgur.com/ad5Tm35.jpg"></a>

<a href="http://stormkarma.rusff.me"><img src="http://s4.uploads.ru/und9t.png" title="STORM KARMA"></a>
<br><br>
</center
</div>
</div>
</td>
</tr>
</table><script>$("#tab2").switch_tabs()</script><!--//End/-switch Tabs -->

0

7

http://i.imgur.com/KjCkFjk.png

0

8

«— Милости просим на Мадагаскар!
— Мада-чего?!
— Не «Мада-чего», а «…гаскар»!
»

http://i.imgur.com/COGjfHW.gif http://i.imgur.com/00PHPnU.gif
http://i.imgur.com/F0NIj9S.gif
http://i.imgur.com/r9NJgsh.gif http://i.imgur.com/MWU8DgX.gif
Вы все так её хотели, и вот, ВОТ ОНА!
Запись в двадцать шестую мафию торжественно объявляется открытой!
Готовьтесь прятать трупы в багажнике, танцевать под Чака Берри, крошить людишек на салат мечом Хаттори Ханзо и брюзгливо прищурившись вопрошать что же тот нигер себе позволяет!
ИГРА БУДЕТ НАЧАТА ... ИЮНЯ!
ТЕМАТИКА: МАДАГАСКАР
Ведущий - Рейнер Грин
Заявки на участие и выбранные роли оставляем в этой теме.

0

9

0

10

http://i.imgur.com/136c7Xm.gif

0

11

0

12

0

13

[icon]https://i.imgur.com/hB7hwBH.png[/icon]

[nick]Morwenna Greengrass[/nick]

0


Вы здесь » Marauders: Soul Scars » Test ohohoh » вообще тема


Рейтинг форумов | Создать форум бесплатно