Пробник

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

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


Вы здесь » Пробник » Новый форум » чёрный


чёрный

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

1

Код:
/*************************************************************
A - SETUP
**************************************************************/

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

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

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

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

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

/* 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; color: #fff !important;}

/* 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: 100.01%;
  }

/* A3.2 */
.punbb {
  font:78%/1.4em tahoma;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em tahoma
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% tahoma
  }

/* 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: 0px auto auto auto;
  width: 845px;
  background: url(http://forumupload.ru/uploads/0003/ac/ce/32861-1-f.png) no-repeat 34px 54px transparent;
  padding: 0px 10px 0px 10px;
 position: relative;
color: #fff;
}

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

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

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

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

.punbb .category {
 border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
}

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

/* A5.8 */
.punbb .section {
  border-style: none;
  border-width: 4px
  }

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

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-debug h2 {
padding: 2px;
padding-top: 20px;
padding-left: 25px;
height: 40px;
text-align: left;
font-size: 14px;
font-weight: normal;
fon-family: tahoma;
text-transform: uppercase;
font-style: normal;
margin-top: 10px;
  }

#pun-main h2, #pun-announcement h1 {
padding: 2px;
padding-top: 20px;
padding-left: 25px;
height: 40px;
text-align: left;
font-size: 14px;
font-weight: normal;
fon-family: tahoma;
text-transform: uppercase;
font-style: normal;
margin-top: 10px;
  }


/*************************************************************
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: 0px;
  width: 250px;
  margin: 5px 0;
  }

.punbb .post-sig dd {
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x top left transparent; 
padding-top: 10px;
}

/* 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-bottom
  }

/* 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-width: 0px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

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

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style:none;
  border-width:0px;
  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 {
  position: relative;
  font-size: 1.1em;
  height: 30px;
  padding: 5px 0 5px 0;
  text-align: right;
  background: transparent;
margin: -40px 0px 10px auto; height: 40px; width: 400px !important;
  }

.linkst .pagelink, .linkst .pagelink a, .linkst .postlink a {font-size: 12px; text-align: right;}

.linkst .pagelink, .linkst .postlink {margin: auto; margin-right: 0px; margin-bottom: 5px;}

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

/* B3.3 */
.linkst .pagelink {
  width: 300px;
  text-align: right;
  }

/* B3.4 */
.linkst .postlink {
  width: auto !important;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 10px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  }

/* B3.6 */
.linksb .pagelink {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 100%;
  font-weight: bold
  }

/* 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: none;
  border-width: 0px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0;
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left;
  }

/* 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;
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left;
  }

/* 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 12em 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;
  }

/* 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;
  width: 53%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 8%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 31%;
  }

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

/* 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.2em;
  font-weight: bold;
  }

/* 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:none;
  border-width: 0px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none none;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

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

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 30px;
  }

.punbb td div.tclcon {
	margin-left: 30px;
              padding-top: 0px;
}

/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 1px;
    padding-left: 3px;
    margin-top: 1px;
    margin-left: -20px;
}

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

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

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

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 10px;
  border-left-style: none;
  border-left-width: 1px
  }

/* 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: 200px;
  overflow: hidden;
  margin-left: 20px;
  padding-top: 10px;
    background: url(http://forumupload.ru/uploads/000e/9a/b9/34-1.png) repeat transparent; 
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  }

/* 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: none;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

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

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

.punbb .post-box a {
 text-decoration: underline;
}

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

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

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-bottom-style: dashed ;
  border-bottom-width: 0px;
  background: transparent;
  text-align: right;
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x top left;
  }

/* 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: 10px;
  }

/* 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: 190px;
  overflow: hidden;
  margin-left: 20px;
  padding-top: 10px;
    background: url(http://forumupload.ru/uploads/000e/9a/b9/34-1.png) repeat transparent; 
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  margin-top: -20px;
  margin-left: -16.5em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left transparent; 
padding-top: 10px;
  }

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

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

#profilenav h2 {
  background: url();
  font-size: 14px !important;
  margin: auto;
  height: 20px;
}


/* 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: bold;
  }

/*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;
   margin-top: 10px;
  }

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


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

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

/* D1.1 */
#pun-title {
  margin: 0;
  border: none;
position: absolute;
top: 0px;
right: 0px;
  }

/* D1.2 */
#pun-title h1 {
  display : none;
  height : 0px;
  padding: 2em 1em 0 1em;
  }

/* D1.4 */
#pun-title h1 span  {
display: none;
  }

#pun-title table {
  border: none;
  height: 0px;
  width: 100%;
}

#pun-title td.title-logo-tdl {
  border: none;
  width: 100%;
}

#pun-title TD.title-logo-tdr {
  border: none;
  width: 840px;
  vertical-align: top;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 175px;
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  text-align: center;
}

/* 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-top: 0px;
  margin-bottom: 230px;
  background: url(http://forumupload.ru/uploads/0003/ac/ce/32856-1-f.png) no-repeat  81px top;
  text-align: center;
  text-transform: uppercase;
}

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

/* D3.2 */
#pun-navlinks .container {
  padding-top: 5px;
  height: 25px;
  text-align: center;
}

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

/* D3.4 */
#pun-navlinks li a {
  font-size: 12px;
  font-family: arial;
  letter-spacing: 0px;
  padding-bottom: 7px;
  padding-top: 6px;
  }

li#navadmin {
  position: absolute;
  top: 25px;
  right: 135px;
  font-size: 10px;
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  padding: 5px;
}

li#navadmin a {
  font-size: 11px;
  text-transform: none;
}

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

/* D4.1 */
#pun-ulinks  {
  text-align: center;
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 845px;
  margin: 10px auto 10px auto;
  font-size: 11px;
  position: relative;
  z-index: 10;
  }

/* D4.2 */
#pun-ulinks .container {
  border: none;
  padding: 5px;
  }

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

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.2em 0 0.5em
  font-size: 11px !important;
  font-family: tahoma;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0

  }

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

/* D5.1 */
#pun-status {
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

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

/* D5.2 */
#pun-status .container {
  padding: 1em 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: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 12px;
  }

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

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

/* D6.1 */
#pun-announcement h2 {
display: none;
  }

#pun-announcement {
margin-top: 10px;
}

/* D6.2 */
#pun-announcement h2 span {
display: none;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 0px;
  }

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

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

#pun-stats li.item1 {background: url(http://i.rusff.ru/f/info/rusff/support-stat-themes.png) no-repeat left 4px; padding-left: 19px;}

#pun-stats li.item2 {background: url(http://i.rusff.ru/f/info/rusff/support-stat-messages.png) no-repeat left 4px; padding-left: 19px;}

#pun-stats li.item3 {background: url(http://i.rusff.ru/f/info/rusff/support-stat-active24.png) no-repeat left 4px; padding-left: 19px;}

#pun-stats li.item4 {background: url(http://i.rusff.ru/f/info/rusff/support-stat-users.png) no-repeat left 4px; padding-left: 19px;}


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

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 0px;
  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 {
  width: 100%;
  height: 12px;
  padding: 5px;
  }

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

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

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

/* D8.7 */
#pun-crumbs2 .container {
  border: none;
  padding: 0.8em 1em;
  font-size: 12px;
   text-align: left;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border: none;
  border-width: 0px ;
  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;
  }

.post-content table td {
  border: 0px !important;
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x top left;
  padding: 2px !important;
}

/* Admin */

/*#pun-admin_style span.adlabel {display: none}
#pun-admin_style span.adinput {width: 550px !important; margin-left: -210px;}

/*#pun-admin_options #pun-admain1 .adlabel {width: 545px !important;  border-bottom: 1px solid #323232; font-weight: normal; font-family: verdana;}
#pun-admin_options #pun-admain1 fieldset legend {font-size: 14px;}
#pun-admin_options #pun-admain1 .adinput {width: 550px !important; margin-top: 38px; margin-left: -210px; }
#pun-admin_options #pun-admain1 .adinput input {padding: 5px; max-width: 540px;}
#pun-admin_options #pun-admain1 .adinput select {padding: 5px; background: #333;}
#pun-admin_options #pun-admain1 .adinput em {font-size: 11px;  color: #555; margin-top: 10px;}*/
Код:
html {background: #000;}

body {background: url(http://rusff.ru/img/bg.png) no-repeat top center transparent}

/* CS1 Background and text colours
-------------------------------------------------------------*/

/* CS1.1 */
 .punbb .section .container, 
.punbb .post-body, 
.punbb .post-links,
.punbb .formal fieldset .post-box, 
#viewprofile li strong, 
#viewprofile li div, 
#setmods dd, 
.punbb .info-box,  
.punbb #pun-main .info-box .legend {
  background: transparent;
  color: #c7c7c7;
  }
.punbb .post h3 span {
margin-bottom: 5px;
}

#pun-viewforum .stickytext, #pun-viewforum .closedatafield {display: none;}


#pun-index #forum_f13 .tclcon a, #pun-index #forum_f13 .tclcon span {margin-left: 40px;}


#pun-index #forum_f13 .tc2, #pun-index #forum_f13 .tc3, #pun-index #forum_f13 .tcr {display: none;}

#pun-index #forum_f13 .tcl {width: 100% !important; background: url();}


#poll-special .formal td h1 {background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat;}

.simsalabim {
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat;
padding: 10px 0 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.simsalabim2 {
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat;
padding: 10px 0 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-size: 13px;
}

.simsalabim2 a {
	width: 400px;
	height: 15px;
	font-size: 13px;
	margin: auto;
	display: block;
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
              padding-top: 5px;
	}
 
.simsalabim2 a:hover { 
	color: #ffb76f !important; 
	}


.post-author li {
padding: 2px !important;
}

.post-author li.pa-author {
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left transparent; 
padding-bottom: 10px !important;
}

.post-links {padding-left: 20px;}

li.pa-title img {margin-top: 3px; cursor: pointer;}

li.pa-online {
background: url(http://i.rusff.ru/f/info/rusff/support-user-online.gif) no-repeat left 4px; 
}

li.pa-online strong {margin-left: 10px; font-weight: normal;}

li.pa-awards {font-size: 0px; text-aling: center; height: 40px; max-height: 40px; margin-top: 6px;}

li.pa-awards img {margin-top: -50px; margin-right: 3px; max-height: 33px !important; padding: 3px; background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;  border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;}

#pun-searchposts .post-author li.pa-icon {display: none;}

.punbb .category .container table {
  background: transparent;
 color: #c7c7c7;
}

.punbb td.tcl, 
.punbb td.tc2,
.punbb td.tc3, 
.punbb td.tcr, li#onlinelist  {
border: 0px;
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x top left;
}

#pun-userlist .usertable table .tcl {width: 25% !important;}

.usertable table {padding-top: 10px;}
.usertable table th {padding-top: 5px;}
.usertable table th.tcl {border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px;}
.usertable table th.tc3 {border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px;}

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-crumbs1, #pun-crumbs2 {
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #c7c7c7;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-announcement h1  {
  background: url(http://forumupload.ru/uploads/000e/9a/b9/3-1.png) no-repeat top left transparent;
  color: #c7c7c7;
  }

/* CS1.4 */
#pun-title, #pun-title .container, #pun-navlinks, .punbb .modmenu .container {
  background-color: transparent;
  color: #c7c7c7;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, .punbb-admin #pun-admain legend span {
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
  color: #c7c7c7;
  }

/* CS1.6 */
 .punbb th, #viewprofile li, #setmods dl  {
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent ;
  color: #a1a1a1;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent ;
  color: #c7c7c7
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

/* CS1.8 */
#pun-navlinks .container {
  background: transparent !important;
  color: #c7c7c7;
  }

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


.punbb th {
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent ; 
font-size: 8px !important;
font-family: tahoma;
font-weight: bold;
color: #a1a1a1;
}

.punbb th.tcl {
border-radius: 8px 0 0 0;
-moz-border-radius: 8px 0 0 0;
-o-border-radius: 8px 0 0 0;
-webkit-border-radius: 8px 0 0 0;
}

.punbb th.tcr {
border-radius: 0 8px 0 0;
-moz-border-radius: 0 8px 0 0;
-o-border-radius: 0 8px 0 0;
-webkit-border-radius: 0 8px 0 0;
}



/* CS2 Border colours
-------------------------------------------------------------*/

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

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

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

/* 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: #161515;
  }

/* CS2.5 */
.punbb th {
  border-color: #161515
  }

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

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

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

.punbb .divider {
  border-color: #161515
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #161515
  }

li.pa-online {
  border-left-color: #161515;
  }


/* CS3 Links
-------------------------------------------------------------*/

/* 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: #fff;
  text-decoration: none;
font-weight: normal;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #9f9f9f;
  text-decoration: none;
font-weight: normal;
  }

/* 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: #9f9f9f;
  }

/* CS3.3 */
#pun-navlinks a {
  color:#fff;
  text-decoration: none
  }

#pun-ulinks a {
  color:#fff;
  text-decoration: none;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #eee;
  background: url(http://forumupload.ru/uploads/0003/ac/ce/32858-1.png) no-repeat bottom center;
  }

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  color: #eee;
  }

  #pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {background: url(http://forumupload.ru/uploads/0003/ac/ce/32853-1.png) no-repeat;}

tr.inew div.icon {background: url(http://forumupload.ru/uploads/0003/ac/ce/32853-2.png) no-repeat;}

tr.iclosed div.icon {background: url(http://forumupload.ru/uploads/0003/ac/ce/32854-1.png) no-repeat;}

tr.iredirect div.icon {background: url(http://forumupload.ru/uploads/0003/ac/ce/32854-2.png) no-repeat;}

tr.isticky div.icon {background: url(http://forumupload.ru/uploads/0003/ac/ce/32853-5.png) no-repeat;}

td.tcr a{background: transparent url(http://forumupload.ru/uploads/0003/ac/ce/32853-4.png) no-repeat 0% 3px;
padding-left: 12px;}

#pun-stats ul.container {
background: transparent url(http://forumupload.ru/uploads/0003/ac/ce/32853-3.png) no-repeat 0px 10px;
padding-left: 50px;}

 #pun-about .container, #pun-crumbs2 .container, #pun-crumbs1 .container, #pun-status .container {
background: transparent;}

li.pl-delete a {background: url(http://i.rusff.ru/f/ru/rusff/rusff-black-delete.png) left center no-repeat; padding-left: 19px; color: #9f9f9f !important;}

li.pl-delete a:hover {background: url(http://i.rusff.ru/f/ru/rusff/rusff-black-delete-hover.png) left center no-repeat; color: #fff !important;}

li.pl-edit a {background: url(http://i.rusff.ru/f/ru/rusff/rusff-black-edit.png) left center no-repeat; padding-left: 19px; color: #9f9f9f !important;}

li.pl-edit a:hover {background: url(http://i.rusff.ru/f/ru/rusff/rusff-black-edit-hover.png) left center no-repeat; color: #fff !important;}

li.pl-quote a {background: url(http://i.rusff.ru/f/ru/rusff/rusff-black-quote.png) left center no-repeat; padding-left: 19px; color: #9f9f9f !important;}

li.pl-quote a:hover {background: url(http://i.rusff.ru/f/ru/rusff/rusff-black-quote-hover.png) left center no-repeat; color: #fff !important;}

li.reports a {background: url(http://i.rusff.ru/f/ru/rusff/rusff-black-report.png) left center no-repeat; padding-left: 19px; color: #9f9f9f !important;}

li.reports a:hover {background: url(http://i.rusff.ru/f/ru/rusff/rusff-black-report-hover.png) left center no-repeat; color: #fff !important;}

.nvgpos {
	border: 1px solid #ccc !important;
	height: auto;
	text-align: center;
	width: 271px;
	float: left;
	margin-top: 3px !important;
	margin-left: 2px !important; 
	}
 
.nvgpos:hover { 
	border: 1px solid #999 !important; 
	}
 
.nvgpos2 {
	border: 1px solid #ccc !important;
	height: auto;
	text-align: center;
	width: 546px;
	float: left;
	margin-top: 7px !important;
	margin-left: 2px !important; 
	}
 
.nvgpos2:hover { 
	border: 1px solid #999 !important; 
	}
 
.smallfont { 
	font: normal 12px tahoma; 
	width: 67px !important;
	}
 
.table_left {
	padding-left: 17px;
	text-align: left; 
	}
 
.table_right {
	padding-right: 17px;
	text-align: right; 
	}
 
#tborder {
	width: 90%;
	margin: auto; 
	}
 
#tborder td {
	border: 0px !important;
	height: 20px; 
	}
 
#news_table {
	width: 100%;
	margin: auto;
	margin-top: 5px;
	color: #fff; 
	}
 
#news_table td {
	border: 0px !important;
	height: 20px; 
	}
 
#blog_table {
	width: 100%;
	margin: auto;
	margin-bottom: 10px; 
	}
 
#blog_table td {
	border: 0px !important;
	height: 20px; 
	}
 
#pun-main .tc2, #pun-main .tc3 {
	border-left: #ccc;
	border-right: #ccc; 
	}
 
#pun-main .tcr { border-left: #ccc; 
}
 
#button-spoiler {
	background-image:url('http://uploads.ru/i/8/G/n/8Gnrv.gif');
	padding: 0;
	line-height: 0;
	background-position: center;
	background-repeat: no-repeat; 
	}
 
li.pa-title {
	font-size: 10px;
	font-weight: normal; 
	}
 
div.news_event, div.news_server, div.news_info, div.news_important, div.news_contest, div.news_action, div.news_useful, div.news_update, div.blog_misc {
	margin: auto;
	width: 80px;
	height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-shadow: 0 1px 2px #444;
	text-decoration: none;
	margin-right: 5px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
 
div.news_event {
background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #15AA00; }
 
div.news_info {
background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #28A9FF; }
 
div.news_server {
background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #eb8b0e; }
 
div.news_important {
background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #9e361b; }
 
div.news_contest {
background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #2169ca; }
 
div.news_action {
background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #9647a4; }
 
div.news_useful {
background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #b68edb; }
 
div.news_update {
background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #eab83e; }
 
div.blog_misc {background: url(http://i.rusff.ru/f/info/rusff/news-point-bck.png) no-repeat top left #fcb85f; }
 
td#forum { border-bottom: 1px solid #eee; }
 
.button {
	background: #303030;
	border: 0px;
	color: #eee;
	cursor: pointer;
	width: auto;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px; 
	}
 
.button:hover {
	background: #505050;
	color: #111; 
	}
 
.headnews {
	width: 450px;
	height: auto;
	min-height: 200px;
	padding: 10px;
	margin: 70px auto auto 0px;
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px; 
	}
 
.newsArchive {
	margin: 1px auto 10px 300px !important;
	width: 150px;
	font-size: 11px;
	text-align: center;
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px; 
	}
 
.notation {
	margin: 1px auto auto 40px !important;
	width: 300px;
	font-size: 11px;
	text-align: center;
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	font-size: 11px; 
	}
 
#pun-stats h2 {
	font-weight: normal !important;
	font-family: arial;
	font-size: 15px;
	color: #fff;
	padding: 2px;
	padding-top: 20px;
	padding-left: 20px;
	height: 40px;
	text-align: left; 
	}
 
.colorset {
	width: 350px;
	padding: 5px;
	height: 20px;
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	margin: auto;
	margin-left: 10px !important; 
	}
 
.an-links {
	width: 340px;
	padding: 5px;
	height: 183px;
	padding: 10px;
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	margin: auto;
	margin-left: 10px !important;
	margin-top: 10px !important; 
	}
 
.an-links a {
	width: 300px;
	height: 15px;
	padding: 0px;
	font-size: 11px;
	margin: auto auto 5px auto !important;
	display: block;
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	margin: auto;
	padding-bottom: 3px;
	color: #9f9f9f !important; 
	}
 
.an-links a:hover { 
	color: #fff !important; 
	}
 
.tannons {
	border: 0px;
	padding: 0;
	vertical-align: top; 
	}
 
.colorset a.c-gr {
	background: url(http://i.rusff.ru/f/info/rusff/colorset-hov.png) no-repeat top center #444;
	}
 
.colorset a.c-grv {
	background: url(http://i.rusff.ru/f/info/rusff/colorset-hov.png) no-repeat top center #666;
	}
 
.colorset a.c-be {
	background: url(http://i.rusff.ru/f/info/rusff/colorset-hov.png) no-repeat top center #62718b;  
	}
 
.colorset a.c-gn {
	background: url(http://i.rusff.ru/f/info/rusff/colorset-hov.png) no-repeat top center #5a5b63;
	}
 
.colorset a.c-rd {
	background: url(http://i.rusff.ru/f/info/rusff/colorset-hov.png) no-repeat top center #222;
	}
 
.colorset a.c-bl {
	background: url(http://i.rusff.ru/f/info/rusff/colorset-hov.png) no-repeat top center #000;
	}

.colorset a {
	display: inline-block;
	height: 20px;
	width: 40px;
	margin-left: 5px; 
              border-radius: 5px;
              -moz-border-radius: 5px;
              -o-border-radius: 5px;
              -webkit-border-radius: 5px;
              -khtml-border-radius: 5px;
	}
 
#pun-stats .statscon {
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px; 
              padding-left: 10px;
	}
 
input, textarea {
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat transparent !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px !important;
	color: #fff !important;
	padding: 3px; 
	}

input[type="checkbox"], input[type="radio"] {
    background: #555 !important;
    cursor: pointer;
    border-radius: 0px !important;
   }
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: #555 !important; 
border-radius: 0px !important;
   }
 
select {
	background: #646464;
	color: #fff;
	border: 0px; 
	}
 
#pun-admain textarea, #pun-admain input {
	color: #fff;
	background: #333 !important; 
	}

.punbb-admin #pun-admain .adfs-box p {background: #222 !important; border-color: #222 !important; border-right: 1px solid #111; }
.punbb-admin #pun-admain fieldset {border-color: #222 !important;}
.punbb-admin #pun-adnav h2, .punbb-admin #pun-adnav .adcontainer, .punbb-admin #pun-admain1 .adcontainer {border: 0px !important;}
.punbb-admin h2 {padding: 20px !important; height: 20px !important;}
.punbb-admin .tcl, .punbb-admin .tc2, .punbb-admin .tc3, .punbb-admin .tcr {border: 0px !important; }
.punbb-admin thead th {background: #222 !important;}
.punbb-admin #pun-admain1, .punbb-admin #pun-admain2, .punbb-admin .adcontainer, .punbb-admin h2 {border: 0px !important;}
.punbb-admin #pun-navlinks {margin-bottom: 250px !important;}
#pun-reputation div.inner div.container {background: #222; box-shadow: 0 0 20px #111;}
#viewprofile #profile-left li {background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left transparent; }
#viewprofile #profile-left {background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-y bottom right transparent; padding: 10px;}
#viewprofile #profile-right li {margin-top: 10px; border-radius: 5px; background: url(http://forumupload.ru/uploads/000e/9a/b9/34-1.png) repeat; margin-left: 20px;}

li.pa-author .acchide {
  font-size: 12px !important;
  height: 12px !important;
  width: auto !important;
  line-height: 1px !important;
  position: relative !important;
  left: 0px !important;
}

li.pa-author a {
  font-size: 12px;
  font-weight: bold;
}

div.post {position: relative;}
div.post h3 span strong {float: left !important; margin-right: 5px; margin-left: 0px !important; width: auto !important; text-align: left !important;}
div.post h3 span strong:before {content: '#';}
div.post h3 span strong:after {content: ', ';}

div.post-rating p {position: absolute; top: -1px; right: 5px; padding-left: 10px !important; padding-right: 10px !important; background: url() !important; z-index: 10000;}

div.post-vote p {
position: absolute; 
top: -2px; 
right: -73px;
padding-bottom: 8px !important;
padding-top: 2px !important;
}

div.post-rating p a {
  background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat !important;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px !important; 
  text-decoration:none !important; 
  font-weight: bold !important;
}

div.post-rating p:before {content: 'Оценка поста: '; font-weight: normal !important; font-size: 11px !important;}

div.post-vote a:first-child {
  background: url(http://rusff.ru/img/rate_up-gr.png) no-repeat top center !important;
}

div.post-vote a:first-child:hover {
  background: url(http://rusff.ru/img/rate_up.png) no-repeat top center !important;
}

div.post-vote a {
  background: url(http://rusff.ru/img/rate_down-gr.png) no-repeat top center !important;
}

div.post-vote a:hover {
  background: url(http://rusff.ru/img/rate_down.png) no-repeat top center !important;
}

#smilies-area {padding: 5px 0px 0px 0px !important; width: 735px !important;}

#smilies-block {padding: 0px !important;}

#smilies-block img {max-width: 20px !important; min-width: 20px; min-height: 20px; max-height: 20px; padding: 5px !important; margin-left: 3px !important; background: #333 !important;}

#pun-redirect h1 {display: none;}

#pun-redirect .info {margin-top: 100px; background: url(http://i.rusff.ru/f/info/rusff/loading1.gif) no-repeat center 10px;}

#pun-redirect .info .container {padding-top: 35px;}

#pun-redirect .info .container {text-align: center;}

#pun-redirect .info .container .backlink a { display: block; width: 240px; height: 14px; margin: auto; overflow: hidden; border: 1px; solid #fff; margin-top: -5px;}

#pun-redirect .info .container a {font-size: 10px;}

.post-content .code-box, .post-content .quote-box {border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;}

.post-content .code-box strong.legend, .post-content .quote-box cite {background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom; margin-bottom: 10px !important;}

#modteg {
	width: 90%; 
	background: url(http://i.rusff.ru/f/info/rusff/support-modteg-bck.png) no-repeat 470px 10px #7da2cc; 
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px; 
	opacity: 0.8;
	-o-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	padding: 10px; 
	color: #fff; 
	margin: 5px auto 5px auto;
}

#modteg span, #exteg span {
	font-size: 14px; 
	font-weight: bold; 
	display: block; 
	width: 80%; 
	height: 14px; 
	padding: 5px 5px 10px 0px; 
	margin-bottom: 10px; 
	border-bottom: 1px solid #eee;
}

#modteg .modteg-cont, #exteg .exteg-cont {
	width: 80%;
}

#exteg {
	width: 90%; 
	background: url(http://i.rusff.ru/f/info/rusff/support-modteg-bck.png) no-repeat 470px 10px #b43838; 
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px; 
	opacity: 0.8;
	-o-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	padding: 10px; 
	color: #fff; 
	margin: 5px auto 5px auto;}

div#cpr {
	width: 600px;
	margin: auto;
	height: 95px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
        background:url(http://rusff.ru/img/copyright.png) no-repeat 100px top;
	padding-top: 5px;
}
div#cpr span {
	margin: 20px 0 0 220px;
	text-align: center;
	width: 250px;
	display: block;
}

#poll-special .container {padding: 7px;}

#poll-special .container table td {border: 0px !important; padding: 5px 15px 10px 15px !important;}

#poll-special .container table td.tac {text-align: right !important;}

#poll-special .container table td.tac span {padding-top: 15px; padding-bottom: 10px; padding-left: 100px; background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x top left }

#poll-special .container table td.tac strong {background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left; padding-bottom: 10px;}

#poll-special .container table td.tac span strong {
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat; 
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 10px;}

#poll-special .container table td h1 {
	border-radius: 0 5px 5px 0; 
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	height: 2px !important; 
	margin-top: 0px;}

#poll-special p {text-align: right; background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x top left; padding-top: 5px; width: 400px; margin: auto; margin-right: 0px !important;}

#poll-special p input {padding: 5px !important;}

#poll-special .container table td.tar {padding-right: 10px !important;}


.errorwrap {
	width: 85%; 
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat; 
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px; 
	opacity: 0.8;
	-o-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	padding: 10px; 
	color: #fff; 
	margin: 5px auto 5px 0px;
}

.ervw {width: 100%; height: 100%; background: url(http://i.rusff.ru/f/info/rusff/support-modteg-bck.png) no-repeat top right;}

.errorwrap span {
	font-size: 14px; 
	font-weight: bold; 
	display: block; 
	width: 80%; 
	height: 14px; 
	padding: 5px 5px 10px 0px; 
	margin-bottom: 10px; 
	background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left; 
}

.errorwrap .errorwrap-cont {
	width: 100%;
}

/* Регистрация
-------------------------------------------------------------*/

#pun-register #register .info-box .legend {background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left; margin-bottom: 10px; font-size: 14px; width: 600px; text-align: center;}

#pun-register #register .info-box p {font-size: 11px;}

#pun-register #register fieldset, #pun-register #register .info-box {background: url(); width: 600px; margin: auto;} 

#pun-register #register p.formsubmit, #pun-register #register fieldset p.checkfield {width: 600px; margin: auto; text-align: center;}

#pun-register #register fieldset p.infofield {font-size: 10px; text-align: center; color: #ccc; opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; -webkit-opacity: 0.3;}

#pun-register #register fieldset p {text-align: center;}

#pun-register #register fieldset legend span {font-size: 14px; font-weight: bold; padding-bottom: 10px; display: block; margin: 10px auto 10px auto; width: 600px; text-align: center;}

#pun-register #register fieldset .fs-box p.inputfield {display: block; width: 100%; margin-bottom: 10px;}
#pun-register #register fieldset.radiofield {margin-left: 130px;}
#pun-register #register fieldset.radiofield input {margin-top: 5px;} 
#pun-register #register fieldset.radiofield label {font-size: 11px; margin-left: 5px;}

.post-content a {position: relative; z-index: 1000;}

/* Изменение навигации (Тест)
-------------------------------------------------------------*/

#pun-status {width: 352px; margin: auto; margin-right: 0px; position: absolute; top: 175px; right: 10px; height: 74px; font-size: 11px;}

#pun-status span {display: block; width: 100%; font-size: 11px;}

#pun-status .item1 {margin-bottom: 5px; margin-top: -5px; margin-left: 65px;}

#pun-status .item2 {margin-left: 65px;}

#pun-status .item3 {float: left !important; font-size: 0px !important; margin-top: 5px; padding-left: 13px; background: url(http://i.rusff.ru/f/info/rusff/support-donate.png) no-repeat left 4px; margin-left: 65px;
color: transparent;
}

#pun-status .item3 a {font-size: 11px;}
#pun-title td.title-logo-tdr {width: 470px !important; margin-left: 0px !important; right: 374px !important;}

#pun-navlinks li#navprofile {position: absolute; top: 222px; right: 115px; text-transform: none; z-index: 10; padding-left: 13px; background: url(http://i.rusff.ru/f/info/rusff/support-profile.png) no-repeat left 4px;}

#pun-navlinks li#navprofile a {font-size: 11px;}

#pun-navlinks li#navprofile a:hover, #pun-navlinks li#navlogout a:hover  {background: url(); color: #888; font-size: 11px;}

#pun-navlinks li#navlogout {position: absolute; top: 222px; right: 55px; text-transform: none; z-index: 10; padding-left: 13px; background: url(http://i.rusff.ru/f/info/rusff/support-logout.png) no-repeat left 4px;}

#pun-navlinks li#navlogout a {font-size: 11px;}

.punbb-admin li#navlogout, 
.punbb-admin li#navprofile {position: static !important; background: none !important; padding-left: 0px !important;}

.punbb-admin li#navlogout a, 
.punbb-admin li#navprofile a {font-size: 12px !important; text-transform: uppercase;}

table#avst {
position: absolute;
top: 183px;
right: 295px;
height: 60px;
width: 60px;
max-height: 60px !important;
max-width: 60px;
vertical-align: middle;
overflow: hidden;
}

td#ava-status {
background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
padding-top: 5px;
height: 55px;
width: 60px;
text-align: center;
overflow: hidden;
}

td#ava-status img {
max-width: 50px !important;
max-height: 50px !important;
}


/* Редактирование профиля (Подпись)
-------------------------------------------------------------*/
#pun-profile #profile5 .infofield {font-size: 11px; margin-bottom: 10px;}
#pun-profile #profile5 .areafield label {font-size: 11px; background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x top left; padding-top: 10px; padding-right: 50px;}
#pun-profile #profile5 .areafield .input {margin-top: 10px;}
#pun-profile #profile5 .areafield .input textarea {padding: 5px;}
#pun-profile #profile5 div.inputfield {background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x top left; padding-top: 10px;}
#pun-profile #profile5 div.inputfield .label {font-size: 11px; display: block; padding-bottom: 10px;}


#pun-main .category  tr.inew  {background: url(http://i.rusff.ru/f/info/rusff/support-inew-back.png) repeat;}
#pun-main .category .tclcon {font-size: 11px; color: #a1a1a1; font-family: verdana; letter-spacing: -1px; line-height: 16px;}
#pun-main .category .tclcon a {letter-spacing: 0px; font-size: 14px; font-family: verdana;}
#pun-main .category .tcr {font-size: 11px; color: #a1a1a1; font-family: verdana; letter-spacing: -1px; line-height: 16px;}
#pun-main .category .tcr a {letter-spacing: 0px; font-size: 12px !important; font-family: verdana !important;}

#pun-index #pun-category5 .container table thead {display: none;}
#pun-index #pun-category5 .tcl {width: 100%;}
#pun-index #pun-category5 #forum_f60 .tcl, #pun-index #pun-category5 #forum_f60 .tc2, #pun-index #pun-category5 #forum_f60 .tc3, #pun-index #pun-category5 #forum_f60 .tcr {background: url();}
#pun-index #pun-category6 h2 {display: none;}
#pun-index #pun-category6 .container table thead {display: none;}
#pun-index #pun-category6 .container {width: 350px; margin: 10px 0px -65px auto;}
#pun-index #pun-category6 #forum_f13 .tcl {width: 100%;}


/*
.post-author li.pa-reg,
.post-author li.pa-posts,
.post-author li.pa-respect,
.post-author li.pa-positive,
.post-author li.pa-sex,
.post-author li.pa-time-visit,
.post-author li.pa-ip,
.post-author li.pa-age {font-size: 11px !important; background: url(http://forumupload.ru/uploads/000e/9a/b9/2-1.png) repeat-x bottom left;}
*/

0

2

http://uploads.ru/t/P/n/m/Pnmw1.jpg

0

3

http://uploads.ru/t/O/N/f/ONfJz.jpg
http://uploads.ru/t/Y/a/r/YarOm.jpg

0

4

http://uploads.ru/t/i/S/x/iSxUj.jpg

0

5

http://uploads.ru/t/e/3/F/e3Flg.jpg

0

6

http://uploads.ru/t/q/r/Z/qrZB4.png
http://uploads.ru/t/F/O/M/FOM5C.png

0

7

http://uploads.ru/t/y/H/G/yHG9A.jpg

0

8

http://uploads.ru/t/R/f/H/RfHUj.jpg

0

9

http://uploads.ru/t/k/P/H/kPHQl.jpg

0

10

http://uploads.ru/t/g/n/Q/gnQeJ.jpg
http://uploads.ru/t/3/0/k/30koF.jpg

0

11

http://uploads.ru/t/2/9/C/29CpI.jpg

0

12

http://uploads.ru/t/G/0/A/G0AVF.png
http://uploads.ru/t/P/c/U/PcUrL.png
http://uploads.ru/t/S/p/r/Spr6e.png
http://uploads.ru/t/G/3/a/G3amZ.png

0

13

http://uploads.ru/t/6/8/9/68954.png
http://uploads.ru/t/s/r/5/sr5Lx.jpg

0

14

,kf,kf,kf

0

15

http://uploads.ru/t/c/7/8/c781y.jpg

0

16

http://uploads.ru/t/R/2/j/R2jzI.jpg

0

17

<div class="banners"><a href=""><img height="206" src="http://uploads.ru/i/e/3/F/e3Flg.jpg"></a></div>

<!--Кнопка для игроков-->
<script type="text/javascript">

$(document).ready(function(){
  $(".btn-slide0").click(function(){
    $("#panel-id0").slideToggle("slow");
    $(this).toggleClass("btn-slide-active");
$('#pr').css("z-index","5");
$('#adm').css("z-index","5");
$('#sidebar').css("z-index","10");

    return false;
  });
});
</script>

<script type="text/javascript">
(function($) {
$(function() {

$('ul.tabs').delegate('li:not(.current)', 'click', function() {
    $(this).addClass('current').siblings().removeClass('current')
    .parents('div.section1').find('div.box').hide().eq($(this).index()).fadeIn(150);
})

})
})(jQuery)
</script>

<script type="text/javascript">
(function($) {
$(function() {

$('ul.tabs2').delegate('li:not(.current)', 'click', function() {
    $(this).addClass('current').siblings().removeClass('current')
    .parents('div.section2').find('div.box2').hide().eq($(this).index()).fadeIn(150);
})

})
})(jQuery)
</script>
<div id="html-header">
<div id="sidebar">

<div class="panel0" id="panel-id0">
  <div class="panel-text">

<div class="section1 vertical">

<ul class="tabs">

                    <li  class="current"><b>В игре</b><br><br></li>

              <li><b>Panem Times</b><br><br></li>

   <li><b>Текущий квест</b><br><br></li>

    <li><b>Очередь постов</b></li>

</ul>

<div class="box visible">

<center><b>ДАТА/ВРЕМЯ:</b><br>
14 сентября, 92 год;<br>
<b>10:00 - 22:00;</b>
<br><br>
<b>ПОГОДНЫЕ УСЛОВИЯ: </b><br>
Температура: +23°-28°<br>
Осень постепенно вступает в свои права, привнося в жизнь жителей Панема неизбежную духоту, горячий воздух в полдень и прохладный, до костей пронизывающий ветер по вечерам. <br>Совсем вплотную приблизился праздник сбора урожая - Жатва. На полях вовсю кипит работа, подходит к концу утвержденный правительством сезон охоты. С содроганием сердца в дистриктах ждут жеребьевки.<br>
</center>

</div>

<div class="box">
Вечеринка по случаю представления новых учредителей "Голодных Игр" обещала быть захватывающей и поражающей своим размахом, но кто бы мог предположить, что все обернется именно таким печальным образом? Жители и гости Капитолия, вновь собравшиеся в тот вечер в элитном отеле "Поншатрен" ожидали увидеть, как эти деятельные молодые люди продемонстрируют публике свою фантазию и креативность. Согласитесь, неплохой способ отвлечься от дел насущных? Запланированное обещало стать одним из самых фееричных представлений года, но, увы, не только правящая элита Капитолия подготовила сюрприз для собравшейся публики. Подробнее о событиях произошедших в ночь 28 августа, 2 часа пополудни читайте в экстренном выпуске "The Capital Globe".

</div>

<div class="box">
<br>
<center><b>Квест #5</b> <a href="http://hcw.f-rpg.ru/viewtopic.php?id=222#p9678">«The Little Things Give You Away»</a></b>
<br><br>
<center><center><b>Квест #6</b> <a href="http://hcw.f-rpg.ru/viewtopic.php?id=225#p9736">«No Roads Left»</a></b>

</center>

</div>

<div class="box">
<br>
<center><b>Ratimir Dvor</b> <a href="http://hcw.f-rpg.ru/viewtopic.php?id=104#p9506">» Катакомбы »</a></b>
<br><br>
<b>Grendera Leos</b> <a href="http://hcw.f-rpg.ru/viewtopic.php?id=184#p8874">» Переулки »</a></b>
<br><br>
<b>Millard Carlsdale</b> <a href="http://hcw.f-rpg.ru/viewtopic.php?id=197#p8621">» Офис Учредителей "Голодных Игр" »</a></b>
<br><br>
<b>Aurora von Weiler</b> <a href="http://hcw.f-rpg.ru/viewtopic.php?id=68#p8377">» КПП »</a></b>
<br><br>
<b>Yvaine Sayers</b> <a href="http://hcw.f-rpg.ru/viewtopic.php?id=172#p9531">»  Летний музыкальный салон »</a></b>
<br><br>
<br><br>

</center>

</div>

</div>

</div>
</div>

<div style="padding-left: 190px;"><a id="top" href="#" class="btn-slide0" title="Показать/Скрыть" />&nbsp;</a>
</div>

</div>
<!--Конец кнопки для игроков-->

0

18

http://uploads.ru/t/U/n/E/UnEup.jpg

0

19

http://uploads.ru/t/F/D/6/FD652.jpg

0

20

http://uploads.ru/t/Z/T/X/ZTXrk.jpg

0

21

http://uploads.ru/t/J/G/k/JGkcQ.jpg

0

22

http://uploads.ru/t/7/c/z/7cz50.jpg

0

23

http://uploads.ru/t/a/g/s/agsNw.jpg

0

24

http://uploads.ru/t/L/R/n/LRnqM.jpg

0

25

http://uploads.ru/t/g/o/9/go9Rv.jpg

0

26

http://uploads.ru/t/o/Q/0/oQ0Pg.jpg

0

27

http://uploads.ru/t/e/a/K/eaK2h.jpg

0

28

http://uploads.ru/t/V/X/T/VXTyQ.jpg

0

29

http://uploads.ru/t/2/i/L/2iLsa.jpg

0

30

http://uploads.ru/t/P/Y/n/PYnq8.gif
http://uploads.ru/t/f/0/3/f03LW.jpg
http://uploads.ru/t/L/4/h/L4h8e.jpg

http://uploads.ru/t/j/K/T/jKTPF.gif

0


Вы здесь » Пробник » Новый форум » чёрный