rrr

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

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


Вы здесь » rrr » Тестовый форум » Тестовое сообщение


Тестовое сообщение

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

1

Благодарим за выбор нашего сервиса!

0

2

Код:
/*************************************************************
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: 0}

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

/* 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: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* 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% 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: auto;
  position: relative;
  width : 720px;
  padding:  0px  100px 0px 100px;
  }


/* 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: 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 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }


/*************************************************************
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 #888;
  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-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-style: solid;
  border-width: 1px;
  }

/* 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: 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: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* 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: 16em;
  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: 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 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: 50%;
  }

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

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

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  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
      }

    * html .tclcon {height: 1px}

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

    /* C2.15 */
    .punbb div.icon {
        float: right;
        display: block;
        width: 60px;
        height: 60px; }

 /* 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 {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: solid;
  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: 19em;
  margin-top: -1.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;
  }

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

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

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

}


/* D1.2 */
#pun-title h1 {
  display : block;
  height: 15px;
  margin: 0px 0px 0px 0px;

}

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

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

#pun-title TABLE {
  border: none;
  height: 15px;
  width: 100%;
}

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

}

#pun-title TD.title-logo-tdr {
  border: none;
  vertical-align: top;
  height: 15px;
  padding-top: 0px;
}

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

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 10 px;
  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;
}

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


/* D3.2 */
#pun-navlinks .container {
  padding-top: 10px;
  height: 0px;
  font-weight:bold;
  text-align: center;
}

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


/* D3.4 */
#pun-navlinks li a {
  font-size: 1.2em;
  font-family: tahoma;
  padding: 3px 6px 1px 6px;
  }



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

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

/* D4.2 */
#pun-ulinks .container {;
  text-align: center;
  border: 1px solid transparent;
  padding-top: 15px;
  height: 18px;
  font-weight: bold;
  font-size: 1em;
  font-family: tahoma;
  }

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

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0em 0 2em
  }

/* 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, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

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

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

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

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



body { font-size: 95,5%;}
li#navawards {display: none;}
#pun #pun-index #pun-announcement h2 span {display: none}
#pun-title .title-logo span {display: none;}
.lastedit {display:none}
#pun-title .title-logo span {display: none;}
#pun-main .post-author ul {font-size: 10px}
#pun-main .pa-author {font-size: 12px; text-align: center}
#pun-main .pa-title {font-size: 11px; text-align: center}
#pun-main .pa-avatar {text-align: center}
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1px}
#pun-status .container {font-size: 10px;}
#pun-crumbs1 .container {font-size: 10px;}
#pun th {font-size: 10px;}
#pun .tcr {font-size: 10px;}
#pun-stats .container {font-size: 10px;}
li#onlinelist {font-size: 10px;}
li#onlinelist div {font-size: 10px;}
#pun-about p.container {font-size: 10px;}
#pun-main .quote-box, #pun-main .code-box {color: #331306; background-image: url("-------"); border: 1px #0000;}
#html-footer .container {font-size: 10px;}
#pun-navlinks a {
text-transform: uppercase;}
.punbb .post-sig dt {
  display: block;
  border: none;
  width: 250px;
  margin: 5px auto;  }

.category h2 span {
visibility: hidden;}
.title-logo-tdr a, .title-logo-tdr iframe, .title-logo-tdr object{
  position: relative;
  right: 1000px;
  top: 0px;}
#pun_wrap #pun #pun-index #pun-crumbs1.section .crumbs {display: none; }


#pun-stats ul.container {
background: transparent url() no-repeat 10px 10px;
padding-left: 80px;
padding-top: 40px;
}

0

3

Код:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>HELLO, NYADAS</title>
<script type="text/javascript">
var FORUM = new Object({ set : function(prop, val){ try { eval("this."+prop+"=val"); } catch (e) {} }, get : function(prop){ try { var val = eval("this."+prop); } catch (e) { var val = undefined; } return val; } });
// JavaScript переменные форума
var BoardID = 1101216;
var BoardCat = 23;
var BoardStyle = 'Custom';
var GroupID = 3;
var GroupTitle = 'Гость';
var GroupUserTitle = '';
</script>
<script type="text/javascript" src="http://st0.bbcorp.ru/js/swfobject.2.2b.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://st0.bbcorp.ru/js/jquery.tipsy.min.js"></script>
<link rel="alternate" type="application/rss+xml" href="http://hellonyadas.rusff.me/export.php?type=rss" title="RSS" />
<link rel="top" href="http://hellonyadas.rusff.me" title="Форум" />
<link rel="search" href="http://hellonyadas.rusff.me/search.php" title="Поиск" />

<link rel="author" href="http://hellonyadas.rusff.me/userlist.php" title="Участники" />
<link rel="stylesheet" type="text/css" href="http://forumstatic.ru/styles/0010/cd/a0/style.1325346057.css" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/style_fix.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/style_fix7.css" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/extra.14.css" />
</head>
<body>
<!-- body-header -->
<script type="text/javascript">if(window.fn&&window.fn.bs&&window.fn.bs.redirect){$ajax.getHTML({url:window.fn.bs.url,type:"GET",async:false,success:function(a,b){document.write(a);}});}</script>
<div id="pun_wrap">
<div id="pun">
<div id="pun-index" class="punbb">

<script type="text/javascript">livec=new Image;livec.src="http://counter.yadro.ru/hit;RusFF?t23.3;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,80))+";"+Math.random()</script>

<script type="text/javascript">
$r = jQuery;
</script>

<script type="text/javascript">
if( GroupID == 3 ) 
{
   var UserID = 1;
   var UserLogin = '';
   var UserSex = 0;
   var UserAge = 0;
}
</script>

<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/custome_rusff.js"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/jquery.textarearesizer.compressed.js"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/quadro.core.js?v3.19"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/jquery.jgrowl_minimized.js"></script>

<link rel="stylesheet" type="text/css" href="http://i.rusff.me/f/ru/rusff/jquery.jgrowl.css" />

<script type="text/javascript">
(function(){
    var hash_growl = {
        'snd2points:error_1': ['Произошла ошибка', {}],
        'snd2points:error_2': ['Недостаточно средств для совершения перевода', {}],
        'snd2points:error_3': ['Пользователь с этим e-mail не найден', {}],
        'snd2points:success': ['Перевод выполнен', {}],
        'snd2ucp:error_1': ['Произошла ошибка', {}],
        'snd2ucp:error_2': ['Недостаточно средств для совершения перевода', {}],
        'snd2ucp:error_3': ['Перевод не выполнен! Пользователю необходимо зайти в Профиль - Лицевой счет. После этого повторите попытку.', {}],
        'snd2ucp:success': ['Перевод выполнен', {}],
        'ucpfoundation:error_1': ['Произошла ошибка', {}],
        'ucpfoundation:error_2': ['Недостаточно средств для совершения перевода', {}],
        'ucpfoundation:success': ['Перевод выполнен', {}],
        'sendgift:error': ['Недостаточно средств', {}],
        'sendgift:success': ['Подарок отправлен!', {}],
    }

    for ( x in hash_growl )
    {
        if( document.location.hash == '#' + x )
            $.jGrowl( hash_growl[x][0], hash_growl[x][1] );
    }
})()
</script> 


<script type="text/javascript">
var Rusff = {};
var RusffCore = new quadroLib();
RusffCore.init();
</script>

<script type="text/javascript">
$r(function() { 
	if( RusffCore.sets.TextAreaResizer == 1 && ! RusffCore.is_page('/admin_style.php') ) {
    $('textarea:not(.processed)').TextAreaResizer();
	}
});
</script>

<script type="text/javascript">
if ( RusffCore.is_page('preview=') )
{
var str, link, style, ss;
 str = document.URL;
  link = document.getElementsByTagName('link')
   style = str.substring(str.indexOf('preview=')+8)
      for( i = 0; i < link.length; i++ )
      {
         if ( link[i].rel == 'stylesheet' )
         {
            link[i].href = 'http://support.rusff.me/style/' + style + '/' + style + '.css'
            break;
         }
      }
      document.write('<link rel="stylesheet" type="text/css" href="http://support.rusff.me/style/' + style + '/' + style + '_cs.css" />');
}

if( RusffCore.is_page('/foundation.php') && RusffCore.sets.foundation == 1 ){document.location.href='/index.php?act=foundation';}

RusffCore.redirPg ( 'klubnika.rusff.me',         'ban.rusff.me' );
RusffCore.redirPg ( 'pwbotadm.rusff.me',         'ban.rusff.me' );
RusffCore.redirPg ( 'klasforum.rusff.me',        'ban.rusff.me' );
RusffCore.redirPg ( 'coolpwhack.mmohost.ru',     'ban.rusff.me' );
RusffCore.redirPg ( 'fuckmuse.ru',               'ban.rusff.me' );
RusffCore.redirPg ( 'bright.rusff.me',           'nestandart.artbb.ru' );

document.write('<style type="text/css">#pun-status p span.item3 {display: none;}</style>');

function sortPosForums()
{
   i = 1;
   $r('div.adfs-box:gt(0)').each(function(i) {
      $r('div.adfs-box:eq('+(i+1)+') p').each(function(i) {
         t = i+1
         this.getElementsByTagName("input")[0].value = t
      });
   i = 1;
   });
}
function customeCheckAll(check) {
input = document.getElementsByTagName('input')
   for (i = 0; i < input.length; i++)
      if( input[i].type == 'checkbox' ) input[i].checked = check;
}
function select_gift( id, image, price, points ){
	if( UserID <2 ) {
    alert('Для выполнения этого действия необходимо авторизоваться.'); return;
	}

	$('#gift_source').attr({'src': image});
	$('#gift_price').html(price);
	$('#send_gift').show();
	$('input[name=item_id]').val(id);
	location.href = '#send_gift';

	if( price > points ) $('#error_msg').show();

}
</script>

<link rel="stylesheet" type="text/css" href="http://i.rusff.me/f/ru/rusff/rusff.live.css?5" />
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/rusff.live.js?7"></script>

<script type="text/javascript">

$r(function(){
	var obj = {
    text: 'Порекомендуйте эту страницу в Rusff.LIVE'
	}
	try {
    obj.data = {
    	UserID    : UserID,
    	UserLogin : UserLogin,
    	UserAvatar: UserAvatar,
    	GroupID   : GroupID,
    }
	} catch(e){
    obj.data = {GroupID: 3}
	}

	rusffLive.init( obj );
});
</script>

<style type="text/css">
div.grippie {
background: url(http://i.rusff.me/f/ru/rusff/grippie.png) no-repeat scroll center 2px;
border:none;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
}
</style>
<div id="custom_codes"></div>

<!-- <div id="admin_msg1" style="background: #e35252; position: fixed; top: 0px; left: 0px; width: 350px; text-align: center; color: #fff; font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 6px; border-radius: 0px 0px 5px 0px; -moz-border-radius: 0px 0px 5px 0px; -webkit-border-radius: 0px 0px 5px 0px; -khtml-border-radius: 0px 0px 5px 0px;-o-border-radius: 0px 0px 5px 0px; display: none;">
	Идет перезагрузка сервера баз данных.
</div> -->

<script type="text/javascript">
/*if( GroupID == 1 ) {
$r('#admin_msg1').show();
}*/
</script>

<script type="text/javascript">
/*if( RusffCore.is_page('sim-arts.ru') ){
   RusffCore.set('use_rusffmod', false);
   rusffLive.enable = false;
   if( GroupID == 1 ){
      document.write('<div id="admin_msg1" style="background: #e35252; position: fixed; top: 0px; left: 0px; width: 350px; text-align: center; color: #fff; font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 6px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;-o-border-radius: 5px;">Часть функционала Вашего форума была отключена из-за скрытия одного или нескольких элементов рекламы сервиса. Для того, чтобы скрыть это сообщение и подключить форум ко всем системам, напишите на <b>rusff@quadrosystems.ru</b>.</div> ');
   }
}*/
</script>

<div id="mybb-counter" style="display:none">
<script type="text/javascript"><!--
new Image().src = "http://bs.mybb.ru/vc?1101216;"+Math.random();//--></script>
<script type="text/javascript"><!--
new Image().src = "http://counter.yadro.ru/hit;ruhelp?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape('PARTNER_PAGE_2238')+";"+Math.random();//--></script>

</div>

<div id="html-header">
	<div style="position: absolute; width:759px; height:300px; top: 0px; margin-left: -21px;"><img src="http://savepic.su/1150234.png"></div>

<style>#pun_wrap {background-image: url("http://savepic.su/1150234.png"); background-repeat: no-repeat; background-position: center top; }
#pun {background-color: #;}</style>

<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>

<table width="250px"; style="text-align: justify; position: absolute; top: 165px; margin-left: -10px; background-repeat: no-repeat; COLOR: #000000; border: none; font-family: arial; font-size: 11px; line-height: 9px;">
 <tr><td>
 <center><a href=""><img src='http://savepic.su/1127683m.png'
 onmouseover="this.src=''http://savepic.su/1156371m.png"
 onmouseout="this.src='http://savepic.su/1127683m.png'" border=0><a href=""><img src='http://savepic.su/1120515m.png'
 onmouseover="this.src=''http://savepic.su/1155347m.png"
 onmouseout="this.src='http://savepic.su/1120515m.png'" border=0><a href=""><img src='http://savepic.su/1171714m.png'
 onmouseover="this.src=''http://savepic.su/1147155m.png"
 onmouseout="this.src='http://savepic.su/1171714m.png'" border=0><br><a href=""><img src='http://savepic.su/1165570m.png'
 onmouseover="this.src=''http://savepic.su/1151251m.png"
 onmouseout="this.src='http://savepic.su/1165570m.png'" border=0></a><a href=""><img src='http://savepic.su/1165570m.png'
 onmouseover="this.src=''http://savepic.su/1151251m.png"
 onmouseout="this.src='http://savepic.su/1165570m.png'" border=0></a> </center>

 </tr></td>
 </table>
</div>

<div id="pun-title" class="section">
	<table id="title-logo-table" cellspacing="0">
    <tr id="title-logo-tr">
    	<td id="title-logo-tdl" class="title-logo-tdl">
        <h1 class="title-logo"><span>HELLO, NYADAS</span></h1>
    	</td>

    	<td id="title-logo-tdr" class="title-logo-tdr"><script type="text/javascript"><!--
mybb_ad3='%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%69%2F%36%31%34%2E%68%74%6D%6C%23%68%6F%73%74%3D%68%65%6C%6C%6F%6E%79%61%64%61%73%2E%72%75%73%66%66%2E%72%75%26%76%6B%3D%53%45%56%45%31%4B%2D%4C%71%51%41%4A%62%6A%35%37%56%66%72%41%33%36%35%33%61%76%6E%51%37%31%6C%68%34%38%45%4B%4C%67%68%35%35%68%31%70%22%20%77%69%64%74%68%3D%22%34%36%38%22%20%68%65%69%67%68%74%3D%22%36%30%22%20%66%72%61%6D%65%62%6F%72%64%65%72%3D%22%30%22%20%76%73%70%61%63%65%3D%22%30%22%20%68%73%70%61%63%65%3D%22%30%22%20%6D%61%72%67%69%6E%77%69%64%74%68%3D%22%30%22%20%6D%61%72%67%69%6E%68%65%69%67%68%74%3D%22%30%22%20%73%63%72%6F%6C%6C%69%6E%67%3D%22%6E%6F%22%3E%3C%2F%69%66%72%61%6D%65%3E'
document.write(unescape(mybb_ad3))
document.write(unescape('%3C%64%69%76%20%73%74%79%6C%65%3D%22%64%69%73%70%6C%61%79%3A%6E%6F%6E%65%22%3E%3C%69%6D%67%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%6E%67%5F%76%69%65%77%73%2E%70%68%70%3F%70%6B%3D%33%36%31%34%35%61%32%31%30%31%65%31%65%66%36%38%32%30%31%31%65%32%37%31%62%63%38%33%37%32%38%65%65%33%63%31%66%30%66%61%32%32%66%63%26%72%3D%34%65%66%66%38%36%64%64%38%33%32%65%30%34%2E%31%32%30%37%30%36%30%38%22%20%77%69%64%74%68%3D%22%31%22%20%68%65%69%67%68%74%3D%22%31%22%20%2F%3E%3C%2F%64%69%76%3E'))//--></script></td>
    </tr>
	</table>
</div>

<div id="pun-navlinks" class="section">
	<h2><span>Меню навигации</span></h2>
	<ul class="container">
    <li id="navindex"><a href="http://hellonyadas.rusff.me/"><span>Форум</span></a></li>

    <li id="navuserlist"><a href="http://hellonyadas.rusff.me/userlist.php" rel="nofollow"><span>Участники</span></a></li>
    <li id="navsearch"><a href="http://hellonyadas.rusff.me/search.php" rel="nofollow"><span>Поиск</span></a></li>
    <li id="navregister"><a href="http://hellonyadas.rusff.me/register.php" rel="nofollow"><span>Регистрация</span></a></li>
    <li id="navlogin"><a href="http://hellonyadas.rusff.me/login.php" rel="nofollow"><span>Войти</span></a></li>
	</ul>
</div>

<div id="pun-ulinks" class="section">

	<h2><span>Пользовательские ссылки</span></h2>
	<ul class="container">
    <li class="item1"><a href="http://hellonyadas.rusff.me/search.php?action=show_24h">Активные темы</a></li>
	</ul>
</div>

<div id="pun-announcement" class="section">
	<h2><span>Объявление</span></h2>
	<div class="container">

    <div class="html-box">
    	<div class="container">
    <div class="html-box">
    	<table> <tbody>
<tr>
<td width=500px style="border: none;">
<div style="margin:auto;text-align:center;"><b>WELCOME, DARLING!</b></div>
<font size="1"><div style="line-height: 9px;"> Доброго времени суток, будь то утро или глубокая ночь, но мы приветствуем тебя странник! Если Вы находитесь на этом форуме значит, необыкновенная Нью-Йорская Академия Драматических Искусств и Науки заинтересовала Вас! И не напрасно! Хотите вместе с нами окунутся в музыки, науки и разных приключений? Тогда просим к нашему столу. Мы уверенны, что наша ролевая подарит Вам массу позитивных впечатлений, новых друзей-единомышленников, а так же настоящую атмосферу уюта и тепла. Кроме, того стоит отметить, что у нас не обычная академия! Вы когда-то встречали учебное заведение с красным и желтым корпусами? Уверены, что нет. Вражда между техническими, гуманитарными и творческими науками обостряется и ухудшается с каждым днем, так что не стесняйтесь присоединяйтесь. Выбирайте акционных, канонических персонажей и желаем Вам приятной игры!<br />
<div align="center">

 - - - - - - - - - - - - - <br>
<b>К</b> - 00 <b>Ж</b> - 00<br />
<br />
</div>

</div></font>

</td>
<td width="400"style="border: none;">

<div style="margin:auto;text-align:center;">
<b>IN WONDERLAND</b></div>
<div style="margin:auto;overflow: scroll; overflow-x: hidden;scrollbar-face-color: #411916; 
scrollbar-highlight-color: #411916; 
scrollbar-3dlight-color: #e2c395; 
scrollbar-darkshadow-color: #411916; 
scrollbar-shadow-color: #411916; 
scrollbar-arrow-color: #e2c395; 
scrollbar-track-color: #411916;  height: 80px; width:399px; line-height: 9px;">
<font size="1"><b>ДАТА И ВРЕМЯ:</b> 2012 год. 25 декабря. На улице идет мелкий снег, эта прекрасная метель окутывает дома и каждое окошко уже замерзло, нарисовав замечательные рисунки, кружева в виде инея. Какой красивой зрелище,правда? Не забудьте одеть шарфик и варишки, ведь можно замерзнуть, температура уже -10 `C.
    	<br />
    	<b>ДЕЙСТВИЯ В ИГРЕ:</b> Уже давно лето позади, мы можем сказать ему прощай. А там и осень прошла своими дождями за окном, оставив слякоть позади. Теперь на дворе зима, скоро рождество, а там и Новый Год. Но не забывайте, что нужно учится. Пусть и  и грядет Рождественский бал, от представителей желтого корпуса и студенческого совета. Ох, что-то нам подсказывает, что с такой легкостью не пройдет этот бал, ведь красный корпус ведет себя подозрительно спокойно. Что же у вас на уме?<br />
    	<b>А ЧТО ЖЕ В ИГРЕ?</b> <a href="http://hellonyadas.rusff.me/viewtopic.php?id=55#p66">КВЕСТ I. РОЖДЕСТВЕНСКИЙ БАЛ.</a> Ах, лето и осень… Они пролетели так быстро, что горячее солнце лета, море и музыка, теперь остались только на фотографиях и видеозаписях. Ну, все же у каждого есть, что вспомнить.  «Пора забывать этом и приступать к учебе.» - с такими напутственными словами наверняка родители каждого из студентов отправили своих детей в НИАДАС и наверняка надеяться, что все так и будет. Да куда там! Если сейчас зима, это вовсе не значит, что пора сильно налегать на учебу.<br>

<b>Часть первая. Подготовка.</b> Студенческий совет из представителей желтого корпуса собрался в своем «штабе», в данном случае это конференц. зал, что бы провести инструктаж, обсудить вопросы предстоящего действия. На совете собрались представители факультетов желтого корпуса, а так же все желающие из клубов и просто студенты.<br> 
<b>Часть вторая. Бал.</b> Вот он долгожданный рождественский бал. Все очень красивы, в изысканных платьях, обязательно масках, о том, что это  именно вы. Хотя, что лукавить это ведь просто фальш, все прекрасно знают, кто есть кто, просто претворяются, словно в сами придумали этот театр масок. Свет, музыка, танцы. <br></div>
<br><div style="margin:auto;text-align:center;"><b>WHAT'S NEW?</b></div><div style="margin:auto;overflow: scroll; overflow-x: hidden;scrollbar-face-color: #411916; 
scrollbar-highlight-color: #411916; 
scrollbar-3dlight-color: #e2c395; 
scrollbar-darkshadow-color: #411916; 
scrollbar-shadow-color: #411916; 
scrollbar-arrow-color: #e2c395; 
scrollbar-track-color: #411916;  height: 80px; width:399px; line-height: 9px;"><font size="1">— У Мерседес нет пары на выпускной.
— И что? У меня тоже нет пары. Я просто пойду танцевать и потом все те кого пригласили вы, начнут вас игнорировать и танцевать со мной.<br><br>
А игра уже открыта! Да-да! Спишите найти себе партнера по игре, а так же записаться уже в вышедший квест, он обещает быть просто нереально хорошим. Надеемся, что Вам понравится и вы не бросите игру на пол пути. Кроме того, мы обещаем Вам другие квесты в ближайшем времени, а так же для гостей еще одну интересую акцию на трудных подростков.
<br />❖ Открыта запись в дополнительные секции и дополнительные занятия. Вас ждут два замечательных хора "Новые направления" и "Изменить мир", которые уже заочно соперничают друг с другом, а так же футбольная команда, театральный кружек и многие другие. 
<br />❖ Если у Вас есть желание помочь администрации в развитии форума, Вы можете записаться в помощники, мы будем только рады. Попытайте счастья в <a href="">этой теме</a>.  </font> </div>

</div></tr>
</td><tbody></table></div></div>
<br>
<center>АДМИНИСТРАТОРЫ И МОДЕРАТОРЫ С ТЕКСТОВИКА ПИШИТЕ В ГОСТЕВУЮ О СВОЕМ ПРИБЫТИИ! И НЕ ЗАБЫВАЕМ СКАЗАТЬ О НИКЕ НА ТЕКСТОВИКЕ!</center>
    </div>
	</div>
</div>

<div id="pun-status" class="section">
	<h2><span>Информация о пользователе</span></h2>
	<p class="container">

    <span class="item1">Привет, Гость!</span> 
    <span class="item2"><a href="/login.php">Войдите</a> или <a href="/register.php">зарегистрируйтесь</a>.</span> 
	</p>
</div>

<div id="pun-break1" class="divider"><hr /></div>

<div id="pun-crumbs1" class="section">
	<p class="container crumbs"><strong>Вы здесь</strong> » <span>HELLO, NYADAS</span></p>

</div>

<div id="pun-break2" class="divider"><hr /></div>

<div id="pun-main" class="main">
	<h1><span>Форум</span></h1>
	<div id="pun-category1" class="category">
    <h2><div class="catleft"><!-- --></div><span>CHAPTER I</span><div class="catright"><!-- --></div></h2>
    <div class="container">
    	<table cellspacing="0" summary="Список форумов в категории: CHAPTER I">

    	<thead>
        <tr>
        	<th class="tcl" scope="col">Форум</th>
        	<th class="tc2" scope="col">Тем</th>
        	<th class="tc3" scope="col">Сообщений</th>
        	<th class="tcr" scope="col">Последнее сообщение</th>
        </tr>

    	</thead>
    	<tbody class="hasicon">
        <tr id="forum_f2" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://hellonyadas.rusff.me/viewforum.php?id=2">ПЕРВАЯ ГЛАВА</a></h3><font size="0,1"><div style="line-height: 9px;"><b>Д</b>орогие друзья, мы рады Вас приветствовать на ролевом проекте «HELLO, NYADAS», по мотивам американского сериала «Glee - Хор», а так же обычного реал-лайфа. Хотите вместе с нами окунутся в музыки, науки и разных приключений? Тогда просим к нашему столу. Данный подфорум, под названием «Первая глава», поможет разобраться Вам на форуме и узнать побольше о нашей ролевой. Здесь Вы можете задать любой интересующий вопрос, просто написать его в гостевой, а так же высказать своё мнение о нашем форуме, предложить что либо или сделать замечания, которое только поможет.</div></font></size></div>

            </div>
        	</td>
        	<td class="tc2">4</td>
        	<td class="tc3">41</td>
        	<td class="tcr"><a href="http://hellonyadas.rusff.me/viewtopic.php?id=2&amp;p=2#p201">Ваши вопросы</a><br />Сегодня 01:35:29 - Santana L. Lopez</td>
        </tr>
        <tr id="forum_f3" class="alt2">

        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://hellonyadas.rusff.me/viewforum.php?id=3">ИНФОРМАЦИЯ</a></h3><font size="0,1"><div style="line-height: 9px;"><b>З</b>десь вы сможете ознакомиться с важной информацией нашей ролевой, такой как, сюжет, правила, занятые персонажи и внешности и постановление о расах... Здесь собрана все информация, которая поможет вам разобраться в сюжете нашей игры. Информация - это двигатель жизни, в информации ключ к секрету жизни и именно она поможет вам в решении задач на нашем форуме. Обязательно к посещению. И как сказали в «Замечании Уэдервакса» - Чем менее точна информация, тем более бурно мы на нее реагируем.</div></font></size><br /><span class="modlist"><noindex>(Модераторы: <a href="http://hellonyadas.rusff.me/profile.php?id=8" rel="nofollow">Elizabeth Waldorf</a>)</noindex></span></div>
            </div>
        	</td>

        	<td class="tc2">7</td>
        	<td class="tc3">9</td>
        	<td class="tcr"><a href="http://hellonyadas.rusff.me/viewtopic.php?id=53#p64">Сюжет</a><br />Вчера 21:40:04 - SUE SYLVESTRE</td>
        </tr>
        <tr id="forum_f4" class="alt1">
        	<td class="tcl">
            <div class="intd">

            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://hellonyadas.rusff.me/viewforum.php?id=4">ПРЯНИКИ И ПЕЧЕНЬКИ</a></h3><font size="0,1"><div style="line-height: 9px;"><b>П</b>ланируете присоединится к нам, но работа, учеба, курсы отнимают много времени? Тогда именно этот подфорум поможет Вам в поиске нужной роли. Здесь Вы сможете найти очень много колоритных персонажей, который нужны нам в игре. Так же локация содержит акцию с так называемыми каноническими персонами и героями, безусловно самыми нужными, а так же находящимися в розыске другими участниками проекта. Взятие одного из персонажей, представленных в этом разделе, даст Вам возможность пройти регистрацию используя упрощенную анкету и получив ряд отличных бонусов!</div></font></size><br /><span class="modlist"><noindex>(Модераторы: <a href="http://hellonyadas.rusff.me/profile.php?id=8" rel="nofollow">Elizabeth Waldorf</a>)</noindex></span></div>
            </div>
        	</td>
        	<td class="tc2">6</td>

        	<td class="tc3">17</td>
        	<td class="tcr"><a href="http://hellonyadas.rusff.me/viewtopic.php?id=36#p204">ACTION # 5. NYADAS FOREVER</a><br />Сегодня 01:36:55 - Santana L. Lopez</td>
        </tr>
        <tr id="forum_f5" class="alt2">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>

            	<div class="tclcon"><h3><a href="http://hellonyadas.rusff.me/viewforum.php?id=5">РЕГИСТРАЦИОННАЯ</a></h3><font size="0,1"><div style="line-height: 9px;"><b>Р</b>егистрация персонажа одно из главных моментов проходящей процедуры на ролевой. Потому, что Ваша анкета это Ваше лицо и именно нон производит впечатление на администрацию. Мы всегда рады полным анкетам, это всегда очень почетно, но так как админ состав всегда занят важными делами, просим отнестись к ним с уважением в упрощенной анкете писать не много и не очень мало. Просим отнестись к заполнению анкеты очень серьёзностью, а так же фантазией и обязательно проверить word. В данной локации содержаться шаблоны простой и акционной анкеты для персонажей по акциям, а так же полезная информация.</div></font></size></div>
            </div>
        	</td>
        	<td class="tc2">3</td>
        	<td class="tc3">3</td>
        	<td class="tcr"><a href="http://hellonyadas.rusff.me/viewtopic.php?id=52#p61">Кто такая Мэри-Сью?</a><br />Вчера 21:19:38 - SUE SYLVESTRE</td>

        </tr>
    	</tbody>
    	</table>
    </div>
	</div>
	<div id="pun-category2" class="category">
    <h2><div class="catleft"><!-- --></div><span>CHAPTER IV</span><div class="catright"><!-- --></div></h2>
    <div class="container">

    	<table cellspacing="0" summary="Список форумов в категории: CHAPTER IV">
    	<thead>
        <tr>
        	<th class="tcl" scope="col">Форум</th>
        	<th class="tc2" scope="col">Тем</th>
        	<th class="tc3" scope="col">Сообщений</th>
        	<th class="tcr" scope="col">Последнее сообщение</th>

        </tr>
    	</thead>
    	<tbody class="hasicon">
        <tr id="forum_f16" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://hellonyadas.rusff.me/viewforum.php?id=16">БЕСЕДКА</a></h3><font size="0,1"><div style="line-height: 9px;"><b>Н</b>аиболее посещаемый подфорум на всех ролевых, это не мир, это реальность и подготовленная статистика. Есть желание поболтать с нашими игроками? Хочется поднять себе настроение? Добро пожаловать в нашу уютную магическую больницу, где у всех один единственный синдром - флудомания! хD Здесь можно открыть свое личико и не оставаться таинственной Гюльчитай, высказать свои мысли, да и просто поиграть. Флуд это раздел, где можно писать все, что придет себе на ум и высказать мнение громко и гордо. Царство поднятия настроения и просто самый любимый подфорум.</div></font></size></div>

            </div>
        	</td>
        	<td class="tc2">1</td>
        	<td class="tc3">50</td>
        	<td class="tcr"><a href="http://hellonyadas.rusff.me/viewtopic.php?id=40&amp;p=2#p230">ФЛУД #1 праздник к нам приходит **</a><br />Сегодня 02:01:10 - Afelia G. Vonride</td>
        </tr>
    	</tbody>

    	</table>
    </div>
	</div>
	<div id="pun-category3" class="category">
    <h2><div class="catleft"><!-- --></div><span>CHAPTER V</span><div class="catright"><!-- --></div></h2>
    <div class="container">
    	<table cellspacing="0" summary="Список форумов в категории: CHAPTER V">
    	<thead>

        <tr>
        	<th class="tcl" scope="col">Форум</th>
        	<th class="tc2" scope="col">Тем</th>
        	<th class="tc3" scope="col">Сообщений</th>
        	<th class="tcr" scope="col">Последнее сообщение</th>
        </tr>
    	</thead>

    	<tbody class="hasicon">
        <tr id="forum_f21" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://hellonyadas.rusff.me/viewforum.php?id=21">РЕКЛАМА</a></h3><font size="0,1"><div style="line-height: 9px;"><b>В</b>олшебные зеркала или как ее еще называют реклама – очень важная штука в развитии каждого форума, как вашего так и нашего. Пролетая просторами интернета, вы можете оставить свое письмо на нашей ролевой, возможно кому-то она приглянется. У нас пиар производится от ника: <b>HELLO</b> с паролем: <b>1111</b> или же воспользоваться быстрым входом; Копировать рекламу нужно полностью и делать ее взаимной, в случае отсутствия полной рекламы или рекламы как таковой, мы удаляем вашу рекламу, а если такое будет повторятся более 3 раз, мы в праве обратится в вашу гостевую.</div></font></size></div>

            </div>
        	</td>
        	<td class="tc2">2</td>
        	<td class="tc3">17</td>
        	<td class="tcr"><a href="http://hellonyadas.rusff.me/viewtopic.php?id=37#p200">ВАША РЕКЛАМА #1</a><br />Сегодня 01:34:22 - Evan Wagner</td>
        </tr>
        <tr id="forum_f22" class="alt2">

        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://hellonyadas.rusff.me/viewforum.php?id=22">ПАРТНЕРСТВО</a></h3><font size="0,1"><div style="line-height: 9px;"><b>К</b>огда администрация любого форума создает свой уникальный проект, она надеется, что их новый дом проживет очень долго и его не сдует ветер, как в сказке о трех поросятах. А мы ведь не исключение? Нет-нет. Подфорум «партнерство» существует для развития нашей ролевой, а так же помощь Вашей, если конечно она будет нужна. Именно в этой локации Вы можете подать заявку на партнерство, заполнив ее по специально отведенному шаблону, который мы составили, а так же не забудьте поставить наш баннер в раздел партнерства на видном месте.</div></font></size></div>
            </div>
        	</td>
        	<td class="tc2">0</td>

        	<td class="tc3">0</td>
        	<td class="tcr"> </td>
        </tr>
    	</tbody>
    	</table>
    </div>
	</div>
</div>

<div id="pun-stats" class="section">
	<h2><span>Статистика форума</span></h2>
	<div class="statscon">
	<ul class="container">
    <li class="item1"><span>Всего тем: </span><strong>58</strong></li>
    <li class="item2"><span>Всего сообщений: </span><strong>207</strong></li>
    <li class="item3"><span>Зарегистрированных пользователей: </span><strong>15</strong></li>

    <li class="item4"><span>Последним зарегистрировался: </span><strong><a href="http://hellonyadas.rusff.me/profile.php?id=16">Evan Wagner</a></strong></li>
    <li id="onlinelist" class="item5"><div><a title="Посмотреть, кто чем занимается на форуме." href="online.php">Активны</a> (Гостей: <strong>5</strong>, Пользователей: <strong>5</strong>; Рекорд: <strong>12</strong>, установлен Сегодня) <span><a href="http://hellonyadas.rusff.me/profile.php?id=14">Afelia G. Vonride</a>, <a href="http://hellonyadas.rusff.me/profile.php?id=6">Astoria Leman</a>, <a href="http://hellonyadas.rusff.me/profile.php?id=16">Evan Wagner</a>, <a href="http://hellonyadas.rusff.me/profile.php?id=12">Kurt Hummel</a>, <a href="http://hellonyadas.rusff.me/profile.php?id=13">Santana L. Lopez</a></span></div></li>

	</ul>
	</div>
</div>

<div class="section">
	<div id="tieser-bottom" class="container" align="center">
    <script type="text/javascript"><!--
mybb_ad4='%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%69%2F%36%36%34%2E%68%74%6D%6C%23%68%6F%73%74%3D%68%65%6C%6C%6F%6E%79%61%64%61%73%2E%72%75%73%66%66%2E%72%75%26%76%6B%3D%54%55%46%46%30%58%48%4B%66%42%4D%6A%52%43%68%6A%4A%61%61%41%33%61%67%32%62%72%6A%51%6E%67%6B%34%34%38%46%58%4C%68%31%30%35%31%6C%6F%22%20%77%69%64%74%68%3D%22%31%30%30%25%22%20%68%65%69%67%68%74%3D%22%38%33%22%20%66%72%61%6D%65%62%6F%72%64%65%72%3D%22%30%22%20%76%73%70%61%63%65%3D%22%30%22%20%68%73%70%61%63%65%3D%22%30%22%20%6D%61%72%67%69%6E%77%69%64%74%68%3D%22%30%22%20%6D%61%72%67%69%6E%68%65%69%67%68%74%3D%22%30%22%20%73%63%72%6F%6C%6C%69%6E%67%3D%22%6E%6F%22%20%73%74%79%6C%65%3D%22%6D%69%6E%2D%77%69%64%74%68%3A%36%30%30%70%78%3B%20%6D%61%78%2D%77%69%64%74%68%3A%38%30%32%70%78%22%3E%3C%2F%69%66%72%61%6D%65%3E'
document.write(unescape(mybb_ad4))
document.write(unescape('%3C%64%69%76%20%73%74%79%6C%65%3D%22%64%69%73%70%6C%61%79%3A%6E%6F%6E%65%22%3E%3C%69%6D%67%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%6E%67%5F%76%69%65%77%73%2E%70%68%70%3F%70%6B%3D%34%36%36%34%66%30%30%35%31%63%38%31%32%66%35%62%32%38%62%39%64%38%36%38%64%39%30%65%38%37%65%30%62%34%62%66%38%36%35%37%64%39%61%37%26%72%3D%34%65%66%66%38%36%64%64%38%34%32%63%62%30%2E%39%30%30%31%38%35%30%32%22%20%77%69%64%74%68%3D%22%31%22%20%68%65%69%67%68%74%3D%22%31%22%20%2F%3E%3C%2F%64%69%76%3E'))//--></script>
	</div>
</div>

<div id="pun-break3" class="divider"><hr /></div>

<div id="pun-crumbs2" class="section">
	<p class="container crumbs"><strong>Вы здесь</strong> » <span>HELLO, NYADAS</span></p>
</div>

<div id="pun-break4" class="divider"><hr /></div>

<div id="pun-about" class="section">
	<p class="container">
    <span class="item1" style="padding-left:0"><link rel="SHORTCUT ICON" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/x-icon">
<link rel="shortcut icon" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/vnd.microsoft.icon">

<link rel="icon" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/vnd.microsoft.icon">

<script type="text/javascript">
RusffCore.init();
</script>

<a href="http://forum-top.ru/" title="Рейтинг форумов" target="_blank">Рейтинг форумов</a> |
<a href="http://rusff.me/" title="Сервис бесплатных форумов Rusff.ru" target="_blank">Создать форум бесплатно</a></span>
	</p>
</div>

<!-- pun_debug -->

<div id="html-footer" class="section">

	<div class="container"><script type="text/javascript">
$(document).ready(function(){

myarray=new Array(
    "CHAPTER I", "http://savepic.su/1088459.png",
"CHAPTER II", "http://www.10pix.ru/img1/4234/6428542.png",
  "CHAPTER III", "http://www.10pix.ru/img1/4273/6428570.png",
"CHAPTER IV", "http://www.10pix.ru/img1/4294/6428623.png",
"CHAPTER V", "http://www.10pix.ru/img1/4286/6428657.png",
"CHAPTER VI", "http://www.10pix.ru/img1/4225/6428664.png"

)

        $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){

var cssObj = {
  "height":"53px",
  "background-color": "transparent",
  "background-image":"url("+myarray[q+1]+")",
  "background-position":"сenter center",
  "background-repeat":"no-repeat"       
}

        if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
        q++}
    });
});
</script>

<!--выделить код-->
<script type="text/javascript">
function select_text(elem) {
if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);
}   
}
else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
}
else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
}   
}
</script>

<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
}
}
</script>

<script type="text/javascript">
function tag_spoiler(){
	var y = prompt("Введите описание закрытой кнопки",'');
	if(y!='null' && y!='' && typeof(y)!='object' && typeof(y)!='undefined'){
	var x = prompt("Введите описание открытой кнопки",'');
	if(x=='null' || x=='' || typeof(x)=='object' || typeof(x)=='undefined') bbcode('[spoiler='+y+']','[/spoiler]'); else bbcode('[spoiler='+y+'|'+x+']','[/spoiler]');}
	else bbcode('[spoiler]','[/spoiler]')
}
function addSpoiler(str,from,internal){
	var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string='',close='',open='';
	if((pos=str.indexOf("[spoiler",from))==-1) return str;
	if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
	if(((pos_c=str.indexOf("]",pos+8))!=-1) && ((pos_c!=pos+8)&&(pos_c!=pos+9))){
	string = str.substring(pos+9,pos_c);
	if((pos_l = string.indexOf("|"))!=-1){
close = string.substring(0,pos_l);
open = string.substring(pos_l+1,string.length);
	}
	else{
close = string;
open = string;
	}
	}
	else{
close = 'Показать спойлер';
open = 'Скрыть спойлер';
	}
	newpos=str.indexOf("[spoiler",pos+9)
	if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
	if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;
	str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length)
	if( str.indexOf("[spoiler")!=-1 && internal==false) str=addSpoiler(str,0,false)
	return str;
}

function makeSpoiler(txt,open,close){
	txt='<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><input id="'+open+'" class="spoiler-button" style="width:140px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid ;margin:0;">'+txt+'</blockquote></div>'
	return txt;
}

$(document).ready(function(){
	$("div.quote-box > cite > input.spoiler-button").click(function(){
$(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a);
	});
});

if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){
	elm=document.getElementById("pun-main").getElementsByTagName("div")
	for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)
	}
}
if(form=document.getElementById("form-buttons"))
	form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img  id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />"
</script>

<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>

<script type="text/javascript">
PiarNik="HELLO";
PiarPas="1111";

var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><span id=spMyimg style=\"cursor:pointer;\"><a onclick=\"PiarIn()\">PR</a></span></li>";
if($("#navlogin").html()!=null){

$("#navlogin").after(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script></div>
</div>

</div>
</div>
</div>

<script type="text/javascript">
$('textarea.limit3000').bind('keydown keypress keyup', function(e) {
	if($(this).val().length>3000) {
    $(this).val($(this).val().substr(0,3000));
    alert('Максимальное количество символов для этого поля - 3000.');
	}
});

$(document).ready(function() {
	adelms = ['#pun-title','#pun-title table','#title-logo-tr','#title-logo-tdr','#title-logo-tdr div.mybb_bs','#title-logo-tdr iframe','#title-logo-tdr a','#title-logo-tdr img','#title-logo-tdr object','#tieser-bottom','#tieser-bottom div.mybb_bs','#tieser-bottom iframe'];
    for (var key in adelms){
    	if (!$(adelms[key]).length) continue;
    	if ($(adelms[key]).css('opacity') && $(adelms[key]).css('opacity') < 0.8) {
        /* alert('Недопустимая прозрачность рекламного баннера'); */
        $(adelms[key]).css('opacity',1);
        $(adelms[key]).css('cssText','opacity:1 !important');
    	}
    	if ($(adelms[key]).css('display') && $(adelms[key]).css('display') == 'none') {
        $(adelms[key]).css('display','block');
        $(adelms[key]).css('cssText','display:block !important');
    	}
    	if ($(adelms[key]).css('visibility') && $(adelms[key]).css('visibility') == 'hidden') {
        $(adelms[key]).css('visibility','visible');
        $(adelms[key]).css('cssText','visibility:visible !important');
    	}
    	if ($(adelms[key]).css('z-index') && $(adelms[key]).css('z-index') < 0) {
        $(adelms[key]).css('z-index','1000');
        $(adelms[key]).css('cssText','z-index:1000 !important');
    	}
    	if ($(window).width() > 800 && $(adelms[key]).offset().left !== null && $(adelms[key]).offset().left > $(window).width()-$(adelms[key]).width() || $(adelms[key]).offset().top !== null && ($(adelms[key]).offset().top > $(document).height()-$(adelms[key]).height() || $(adelms[key]).offset().top < 0)){
        $(adelms[key]).css('position','relative');
        $(adelms[key]).css('left',0);
        $(adelms[key]).css('top',0);
        $(adelms[key]).css('cssText','position:relative !important');
        $(adelms[key]).css('cssText','left:0 !important');
        $(adelms[key]).css('cssText','top:0 !important');
    	}
    }
});
</script>

</body>
</html>

0

4

дизайн по сумеркам где белла

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

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* 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% 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: 0px;
  position: relative;
  width: 800px;
  margin: auto;
  }

/* 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: 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 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }


/*************************************************************
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 #888;
  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-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-style: solid;
  border-width: 1px;
  }

/* 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: 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: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* 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: 16em;
  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: 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 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: 50%;
  }

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

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

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  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: 3.2em
  }

/* C2.15 */
.punbb div.icon {
  border-style: solid;
  border-width: 0.6em 0.6em 0.6em 0.6em;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: absolute;
  margin-left: -2.2em;
  }

 /* 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 {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: solid;
  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: 19em;
  margin-top: -1.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;
  }

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

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

/* 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-style: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

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

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

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

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

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}


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

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

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

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

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.2em;
  font-family: tahoma;
  padding: 3px 14px 8px 14px;
  }

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

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

/* D4.2 */
#pun-ulinks .container {
  padding-top: 14px;
  height: 27px;
  border: none;
  text-align: center;
  font-weight: bold;
  }

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

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

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

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

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

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

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

/* 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;
  }
Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/

#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 100; left: 330px; top: 390px
}

html, body {background-color: #dedad0; background-image: url("http://uploads.ru/i/6/m/v/6mvxk.jpg"); background-repeat: repeatly; background-attachment: fixed; background-position: center; color: black;}
BODY {background:fixed;}

#pun_wrap {background-image: url(""); background-repeat: no-repeat; background-position: center top; }



#pun {background-image : url("http://uploads.ru/i/w/g/7/wg7Ke.jpg");
background-color : #dedad0;
background-position : center;}
font-size: 10px;

.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span,  .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {background-color: transparent;
color: #000000;}
font-size: 11px;



/* CS1.1 */
.punbb .main .container, .punbb td.tc3, .punbb .section .container, .punbb .section .formal .container, .punbb .formal fieldset, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .post-body, .post-box, .punbb .post-links, .punbb .info-box, .punbb #pun-main .info-box .legend {
background : inherit;
color : #000000;
font-size: 10px;
}

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {

  color: #000000;
font-size: 10px;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-navlinks .container {
background-color: transparent;
color: #000000;
text-align: right;
background-repeat: no-repeat;
height: 10px;
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {

  color: #000000;
font-size: 10px;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {

  color: #000000
font-size: 10px;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
background-image: url("");
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #dedad0;
  color: #fbf5d4
font-size: 10px;
  }

/* CS1.8 */
#pun-navlinks .container, #pun-ulinks.section {
  font-style: normal;
  text-align: center;
  color: #000000;
font-size: 10px;
  
  }

.offline li.pa-online strong {
  font-weight: normal
font-size: 10px;
  }

.punbb textarea, .punbb select, .punbb input {
background-color: #dedad0;
  color: #000000
font-size: 10px;
}

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

/* 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: #dedad0;
font-size: 10px;
  }

#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: 1px solid #fefed1

  }

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

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


/* 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: #000000;
    border-bottom: 0px none #000;
  text-decoration: none;
font-size: 10px;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #000000
font-size: 10px;
  }

/* 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: #000000;
    border-bottom: 0px none #000;
  text-decoration: none;
font-size: 10px;

  }

/* CS3.3 */
#pun-navlinks a {
  color: #000000;
  background-color: #dedad0;
    border-bottom: 0px none #000;
  text-decoration: none;
font-weight: bold;
  text-transform: uppercase;
font-size: 1.0em; }

  }

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

  }

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

хтмл вверх

Код:
<table background="http://uploads.ru/i/y/8/M/y8MlK.jpg" width="230px" style="top: 20px; margin-left: -230px; position: absolute;" > 
<tr><td width="250px;"><center> 
<br> 
<b>WELCOME TO <br>Let's begin with forever</b> 
<br><br> 
<img src="http://uploads.ru/i/3/f/r/3frcx.gif" border="0"> <br>
Ролевая игра <b>Bedlam: do you believe in ghosts?</b> рада приветствовать вас. Помните, что мы всегда сможем подобрать вам ту роль, что вам необходима, окружить заботой, любовью, а главное красочным сюжетом. <br>
Ведь наша ролевая создана не только для того, чтобы она просто существовала, а для того, чтобы ты по-настоящему почувствовал себя игроком этого загадочного мира.<br>
Присоединяйся к нам!
<br><br> 
<b>ADMINISTRATORS:</b><br><a
 href="http://bedlam.rusff.me/profile.php?id=3"><img
 style="" alt="" title="John Whitlock"
 src="http://uploads.ru/i/r/1/l/r1loF.gif"></a>
<a
 href="http://bedlam.rusff.me/profile.php?id=2"><img
 style="" alt="" title="Valentina Reese"
 src="http://uploads.ru/i/7/K/H/7KHA4.gif"></a> 
<br><a
 href="http://bedlam.rusff.me/"><img
 style="" alt="" title=""
 src="http://savepic.net/2192863m.png"></a> 
<a
 href="http://bedlam.rusff.me/"><img
 style="" alt="" title=""
 src="http://savepic.net/2192863m.png"></a> 

<br><br> 
<b>MODERATORS:</b><br> 
<a
 href="http://bedlam.rusff.me/"><img
 style="" alt="" title=""
 src="http://savepic.net/2192863m.png"></a>
<a
 href="http://bedlam.rusff.me/"><img
 style="" alt="" title=""
 src="http://savepic.net/2192863m.png"></a> 
<br><a
 href="http://bedlam.rusff.me/"><img
 style="" alt="" title=""
 src="http://savepic.net/2192863m.png"></a> 
<a
 href="http://bedlam.rusff.me/"><img
 style="" alt="" title=""
 src="http://savepic.net/2192863m.png"></a> 
<br><br> <b>NAVIGATION:</b><br> 
<style> 
.nav {margin: 2px;}
.nav a{display: block; color:#000000; background-color: #F7FAFB; text-align: center; width:180px; padding: 5px; margin: 2px; text-decoration: none}
.nav a:hover{background-color: transparent !important; color:#00000}
</style> 
 <div class="nav"> 
<a href="http://bedlam.rusff.me/viewtopic.php?id=5"><b>П</b>РАВИЛА </a> 
<a href="http://bedlam.rusff.me/viewforum.php?id=8"><b>С</b>ЮЖЕТ РОЛЕВОЙ</a> 
<a href="http://bedlam.rusff.me/viewforum.php?id=3"><b>Ш</b>АБЛОН АНКЕТЫ</a> 

<a href="http://bedlam.rusff.me/viewtopic.php?id=2#p3"><b>F</b>AQ</a> 
<a href="http://bedlam.rusff.me/viewtopic.php?id=3"><b>З</b>АНЯТЫЕ ВНЕШНОСТИ</a> 
<a href="http://bedlam.rusff.me/viewforum.php?id=21"><b>О</b>БЪЯВЛЕНИЯ</a> </div>  
<Br><Br> 
<b>PARTNERS:</b><br> 
<marquee  scrollAmount="3" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=3" width="190" height="35"> 
будет
</marquee> <br><br>
<b>НАЖИМАЕМ СЮДА:</b><br> 

</td></tr></table>

хтмл низ

Код:
<center><img src='http://savepic.net/2146025m.png' ></center>

<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
	}
}
</script>

<style>.Myimge {position:absolute;margin-top:-14px;}</style>
<script type="text/javascript">
PiarNik="PR";
PiarPas="1111";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<span id=spMyimg><img class=\"Myimge\"  title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"http://savepic.ru/2867133.png\" onmouseover=\"this.src='http://savepic.ru/2857917.png' \" onmouseout=\"this.src='http://savepic.ru/2867133.png'\" /></span>";
if($("#navlogin").html()!=null){
$("#navlogin").append(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>


<style>
#button-spoiler {background-image:url('http://upforme.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
function tag_spoiler(){
	var y = prompt("Введите описание закрытой кнопки",'');
	if(y!='null' && y!='' && typeof(y)!='object' && typeof(y)!='undefined'){
	var x = prompt("Введите описание открытой кнопки",'');
	if(x=='null' || x=='' || typeof(x)=='object' || typeof(x)=='undefined') bbcode('[spoiler='+y+']','[/spoiler]'); else bbcode('[spoiler='+y+'|'+x+']','[/spoiler]');}
	else bbcode('[spoiler]','[/spoiler]')
}
function addSpoiler(str,from,internal){
	var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string='',close='',open='';
	if((pos=str.indexOf("[spoiler",from))==-1) return str;
	if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
	if(((pos_c=str.indexOf("]",pos+8))!=-1) && ((pos_c!=pos+8)&&(pos_c!=pos+9))){
	string = str.substring(pos+9,pos_c);
	if((pos_l = string.indexOf("|"))!=-1){
close = string.substring(0,pos_l);
open = string.substring(pos_l+1,string.length);
	}
	else{
close = string;
open = string;
	}
	}
	else{
close = 'Показать спойлер';
open = 'Скрыть спойлер';
	}
	newpos=str.indexOf("[spoiler",pos+9)
	if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
	if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;
	str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length)
	if( str.indexOf("[spoiler")!=-1 && internal==false) str=addSpoiler(str,0,false)
	return str;
}

function makeSpoiler(txt,open,close){
	txt='<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><input id="'+open+'" class="spoiler-button" style="width:140px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid black;margin:0;">'+txt+'</blockquote></div>'
	return txt;
}

$(document).ready(function(){
	$("div.quote-box > cite > input.spoiler-button").click(function(){
$(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a);
	});
});

if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){
	elm=document.getElementById("pun-main").getElementsByTagName("div")
	for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)
	}
}
if(form=document.getElementById("form-buttons"))
	form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img  id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />"
</script>

<style type="text/css">
.lastedit {display:none}
</style>

<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
	}
}
</script>

хтмл в форме ответа

Код:
<center><img src='http://savepic.net/2146025m.png' ></center>

<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
	}
}
</script>

<style>.Myimge {position:absolute;margin-top:-14px;}</style>
<script type="text/javascript">
PiarNik="PR";
PiarPas="1111";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<span id=spMyimg><img class=\"Myimge\"  title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"http://savepic.ru/2867133.png\" onmouseover=\"this.src='http://savepic.ru/2857917.png' \" onmouseout=\"this.src='http://savepic.ru/2867133.png'\" /></span>";
if($("#navlogin").html()!=null){
$("#navlogin").append(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>


<style>
#button-spoiler {background-image:url('http://upforme.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
function tag_spoiler(){
	var y = prompt("Введите описание закрытой кнопки",'');
	if(y!='null' && y!='' && typeof(y)!='object' && typeof(y)!='undefined'){
	var x = prompt("Введите описание открытой кнопки",'');
	if(x=='null' || x=='' || typeof(x)=='object' || typeof(x)=='undefined') bbcode('[spoiler='+y+']','[/spoiler]'); else bbcode('[spoiler='+y+'|'+x+']','[/spoiler]');}
	else bbcode('[spoiler]','[/spoiler]')
}
function addSpoiler(str,from,internal){
	var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string='',close='',open='';
	if((pos=str.indexOf("[spoiler",from))==-1) return str;
	if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
	if(((pos_c=str.indexOf("]",pos+8))!=-1) && ((pos_c!=pos+8)&&(pos_c!=pos+9))){
	string = str.substring(pos+9,pos_c);
	if((pos_l = string.indexOf("|"))!=-1){
close = string.substring(0,pos_l);
open = string.substring(pos_l+1,string.length);
	}
	else{
close = string;
open = string;
	}
	}
	else{
close = 'Показать спойлер';
open = 'Скрыть спойлер';
	}
	newpos=str.indexOf("[spoiler",pos+9)
	if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
	if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;
	str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length)
	if( str.indexOf("[spoiler")!=-1 && internal==false) str=addSpoiler(str,0,false)
	return str;
}

function makeSpoiler(txt,open,close){
	txt='<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><input id="'+open+'" class="spoiler-button" style="width:140px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid black;margin:0;">'+txt+'</blockquote></div>'
	return txt;
}

$(document).ready(function(){
	$("div.quote-box > cite > input.spoiler-button").click(function(){
$(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a);
	});
});

if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){
	elm=document.getElementById("pun-main").getElementsByTagName("div")
	for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)
	}
}
if(form=document.getElementById("form-buttons"))
	form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img  id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />"
</script>

<style type="text/css">
.lastedit {display:none}
</style>

<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
	}
}
</script>

0

5

Код:
<script src="http://www.google.com/jsapi"></script>  
<script type="text/javascript">  
    google.load("jquery", "1.3.2");  
</script>
<center><table style="text-align: left; width: 560px; height: 80px;"  
 border="0" cellpadding="2" cellspacing="0">
  <tbody>

<tr>
      <td style="width: 350x; height: 90px;" colspan="2"
 rowspan="1" align="left" valign="top">

<div align="left" style="width:300px; height: 250px; font  size: 10px; scrollbar-face-color : #dedad0; scrollbar-highlight-color : #dedad0; scrollbar-3dlight-color : #dedad0; scrollbar-shadow-color : #dedad0; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000; scrollbar-arrow-color : #000000; overflow: auto;">
<center>
<br> <b>The best post</b><br>
<center><img src='http://savepic.net/2226456m.gif' ></center><br>


</div>
<br></td>
      <td colspan="2" rowspan="1"
 style="text-align: left; width: 400px; vertical-align: top; height: 80px;">

<center> <b><size=10>•Активисты дня•</size></b></center>
<center><img src='http://savepic.net/2192863m.png' ><img src='http://savepic.net/2192863m.png' ><img src='http://savepic.net/2192863m.png' ><img src='http://savepic.net/2192863m.png' ><img src='http://savepic.net/2192863m.png' ></center><br>   
<center><img src='http://savepic.net/2195934.png' ></center><br></td>
    </tr>
</table>

объявление

0

6

http://newdallas.rusff.me/

Код:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>FRPG hanging by a moment</title>
<script type="text/javascript">
var FORUM = new Object({ set : function(prop, val){ try { eval("this."+prop+"=val"); } catch (e) {} }, get : function(prop){ try { var val = eval("this."+prop); } catch (e) { var val = undefined; } return val; } });
// JavaScript переменные форума
var BoardID = 1100668;
var BoardCat = 18;
var BoardStyle = 'Custom';
var GroupID = 3;
var GroupTitle = 'Гость';
var GroupUserTitle = '';
</script>
<script type="text/javascript" src="http://st0.bbcorp.ru/js/swfobject.2.2b.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://st0.bbcorp.ru/js/jquery.tipsy.min.js"></script>
<link rel="alternate" type="application/rss+xml" href="http://newdallas.rusff.me/export.php?type=rss" title="RSS" />
<link rel="top" href="http://newdallas.rusff.me" title="Форум" />
<link rel="search" href="http://newdallas.rusff.me/search.php" title="Поиск" />

<link rel="author" href="http://newdallas.rusff.me/userlist.php" title="Участники" />
<link rel="stylesheet" type="text/css" href="http://forumstatic.ru/styles/0010/cb/7c/style.1325261263.css" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/style_fix.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/style_fix7.css" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/extra.14.css" />
</head>
<body>
<!-- body-header -->
<script type="text/javascript">if(window.fn&&window.fn.bs&&window.fn.bs.redirect){$ajax.getHTML({url:window.fn.bs.url,type:"GET",async:false,success:function(a,b){document.write(a);}});}</script>
<div id="pun_wrap">
<div id="pun">
<div id="pun-index" class="punbb">

<script type="text/javascript">livec=new Image;livec.src="http://counter.yadro.ru/hit;RusFF?t23.3;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,80))+";"+Math.random()</script>

<script type="text/javascript">
$r = jQuery;
</script>

<script type="text/javascript">
if( GroupID == 3 ) 
{
   var UserID = 1;
   var UserLogin = '';
   var UserSex = 0;
   var UserAge = 0;
}
</script>

<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/custome_rusff.js"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/jquery.textarearesizer.compressed.js"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/quadro.core.js?v3.19"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/jquery.jgrowl_minimized.js"></script>

<link rel="stylesheet" type="text/css" href="http://i.rusff.me/f/ru/rusff/jquery.jgrowl.css" />

<script type="text/javascript">
(function(){
    var hash_growl = {
        'snd2points:error_1': ['Произошла ошибка', {}],
        'snd2points:error_2': ['Недостаточно средств для совершения перевода', {}],
        'snd2points:error_3': ['Пользователь с этим e-mail не найден', {}],
        'snd2points:success': ['Перевод выполнен', {}],
        'snd2ucp:error_1': ['Произошла ошибка', {}],
        'snd2ucp:error_2': ['Недостаточно средств для совершения перевода', {}],
        'snd2ucp:error_3': ['Перевод не выполнен! Пользователю необходимо зайти в Профиль - Лицевой счет. После этого повторите попытку.', {}],
        'snd2ucp:success': ['Перевод выполнен', {}],
        'ucpfoundation:error_1': ['Произошла ошибка', {}],
        'ucpfoundation:error_2': ['Недостаточно средств для совершения перевода', {}],
        'ucpfoundation:success': ['Перевод выполнен', {}],
        'sendgift:error': ['Недостаточно средств', {}],
        'sendgift:success': ['Подарок отправлен!', {}],
    }

    for ( x in hash_growl )
    {
        if( document.location.hash == '#' + x )
            $.jGrowl( hash_growl[x][0], hash_growl[x][1] );
    }
})()
</script> 


<script type="text/javascript">
var Rusff = {};
var RusffCore = new quadroLib();
RusffCore.init();
</script>

<script type="text/javascript">
$r(function() { 
	if( RusffCore.sets.TextAreaResizer == 1 && ! RusffCore.is_page('/admin_style.php') ) {
    $('textarea:not(.processed)').TextAreaResizer();
	}
});
</script>

<script type="text/javascript">
if ( RusffCore.is_page('preview=') )
{
var str, link, style, ss;
 str = document.URL;
  link = document.getElementsByTagName('link')
   style = str.substring(str.indexOf('preview=')+8)
      for( i = 0; i < link.length; i++ )
      {
         if ( link[i].rel == 'stylesheet' )
         {
            link[i].href = 'http://support.rusff.me/style/' + style + '/' + style + '.css'
            break;
         }
      }
      document.write('<link rel="stylesheet" type="text/css" href="http://support.rusff.me/style/' + style + '/' + style + '_cs.css" />');
}

if( RusffCore.is_page('/foundation.php') && RusffCore.sets.foundation == 1 ){document.location.href='/index.php?act=foundation';}

RusffCore.redirPg ( 'klubnika.rusff.me',         'ban.rusff.me' );
RusffCore.redirPg ( 'pwbotadm.rusff.me',         'ban.rusff.me' );
RusffCore.redirPg ( 'klasforum.rusff.me',        'ban.rusff.me' );
RusffCore.redirPg ( 'coolpwhack.mmohost.ru',     'ban.rusff.me' );
RusffCore.redirPg ( 'fuckmuse.ru',               'ban.rusff.me' );
RusffCore.redirPg ( 'bright.rusff.me',           'nestandart.artbb.ru' );

document.write('<style type="text/css">#pun-status p span.item3 {display: none;}</style>');

function sortPosForums()
{
   i = 1;
   $r('div.adfs-box:gt(0)').each(function(i) {
      $r('div.adfs-box:eq('+(i+1)+') p').each(function(i) {
         t = i+1
         this.getElementsByTagName("input")[0].value = t
      });
   i = 1;
   });
}
function customeCheckAll(check) {
input = document.getElementsByTagName('input')
   for (i = 0; i < input.length; i++)
      if( input[i].type == 'checkbox' ) input[i].checked = check;
}
function select_gift( id, image, price, points ){
	if( UserID <2 ) {
    alert('Для выполнения этого действия необходимо авторизоваться.'); return;
	}

	$('#gift_source').attr({'src': image});
	$('#gift_price').html(price);
	$('#send_gift').show();
	$('input[name=item_id]').val(id);
	location.href = '#send_gift';

	if( price > points ) $('#error_msg').show();

}
</script>

<link rel="stylesheet" type="text/css" href="http://i.rusff.me/f/ru/rusff/rusff.live.css?5" />
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/rusff.live.js?7"></script>

<script type="text/javascript">

$r(function(){
	var obj = {
    text: 'Порекомендуйте эту страницу в Rusff.LIVE'
	}
	try {
    obj.data = {
    	UserID    : UserID,
    	UserLogin : UserLogin,
    	UserAvatar: UserAvatar,
    	GroupID   : GroupID,
    }
	} catch(e){
    obj.data = {GroupID: 3}
	}

	rusffLive.init( obj );
});
</script>

<style type="text/css">
div.grippie {
background: url(http://i.rusff.me/f/ru/rusff/grippie.png) no-repeat scroll center 2px;
border:none;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
}
</style>
<div id="custom_codes"></div>

<!-- <div id="admin_msg1" style="background: #e35252; position: fixed; top: 0px; left: 0px; width: 350px; text-align: center; color: #fff; font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 6px; border-radius: 0px 0px 5px 0px; -moz-border-radius: 0px 0px 5px 0px; -webkit-border-radius: 0px 0px 5px 0px; -khtml-border-radius: 0px 0px 5px 0px;-o-border-radius: 0px 0px 5px 0px; display: none;">
	Идет перезагрузка сервера баз данных.
</div> -->

<script type="text/javascript">
/*if( GroupID == 1 ) {
$r('#admin_msg1').show();
}*/
</script>

<script type="text/javascript">
/*if( RusffCore.is_page('sim-arts.ru') ){
   RusffCore.set('use_rusffmod', false);
   rusffLive.enable = false;
   if( GroupID == 1 ){
      document.write('<div id="admin_msg1" style="background: #e35252; position: fixed; top: 0px; left: 0px; width: 350px; text-align: center; color: #fff; font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 6px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;-o-border-radius: 5px;">Часть функционала Вашего форума была отключена из-за скрытия одного или нескольких элементов рекламы сервиса. Для того, чтобы скрыть это сообщение и подключить форум ко всем системам, напишите на <b>rusff@quadrosystems.ru</b>.</div> ');
   }
}*/
</script>

<div id="mybb-counter" style="display:none">
<script type="text/javascript"><!--
new Image().src = "http://bs.mybb.ru/vc?1100668;"+Math.random();//--></script>
<script type="text/javascript"><!--
new Image().src = "http://counter.yadro.ru/hit;ruhelp?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape('PARTNER_PAGE_2238')+";"+Math.random();//--></script>

</div>

<div id="html-header">
	<!--Рекламный баннер-->
<style>
#pun-title TD.title-logo-tdr {
position: absolute; z-index: 1; left: 450px; top: -100px;
}
#pun {
margin-top : 60px;
}
</style>
<style>
.punbb table Div.icon {float: right; display: block; width: 70px; height: 70px; border-style: none; background-image: url(http://10pix.ru/img1/2213/6423919.png);  background-repeat: no-repeat; position: relative;}
.punbb table div.inew {background: url(http://10pix.ru/img1/2085/6423906.png) no-repeat;}
</style>
<style type="text/css">
.lastedit {display:none}
</style>
<style>
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
}
</style>
<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>
<style>
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; right: 690px; top: -200px
}</style>

<style type="text/css">

img {
	border: none;
}

#menuwrapper{
	left: 20%;
	position: relative;
	height: 50px;
}

#menu{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.menuitem {
	position: fixed relative;
	bottom: 0px;
	display: inline-block;
}

</style>
</div>

<div id="pun-title" class="section">
	<table id="title-logo-table" cellspacing="0">
    <tr id="title-logo-tr">
    	<td id="title-logo-tdl" class="title-logo-tdl">
        <h1 class="title-logo"><span>FRPG hanging by a moment</span></h1>
    	</td>

    	<td id="title-logo-tdr" class="title-logo-tdr"><script type="text/javascript"><!--
mybb_ad3='%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%69%2F%36%31%36%2E%68%74%6D%6C%23%68%6F%73%74%3D%6E%65%77%64%61%6C%6C%61%73%2E%72%75%73%66%66%2E%72%75%26%76%6B%3D%41%70%72%61%68%57%2D%57%71%41%4E%37%76%6D%68%69%55%75%65%52%69%75%37%4C%43%50%33%4E%37%35%67%30%30%70%45%58%58%67%30%31%67%34%31%67%22%20%77%69%64%74%68%3D%22%34%36%38%22%20%68%65%69%67%68%74%3D%22%36%30%22%20%66%72%61%6D%65%62%6F%72%64%65%72%3D%22%30%22%20%76%73%70%61%63%65%3D%22%30%22%20%68%73%70%61%63%65%3D%22%30%22%20%6D%61%72%67%69%6E%77%69%64%74%68%3D%22%30%22%20%6D%61%72%67%69%6E%68%65%69%67%68%74%3D%22%30%22%20%73%63%72%6F%6C%6C%69%6E%67%3D%22%6E%6F%22%3E%3C%2F%69%66%72%61%6D%65%3E'
document.write(unescape(mybb_ad3))
document.write(unescape('%3C%64%69%76%20%73%74%79%6C%65%3D%22%64%69%73%70%6C%61%79%3A%6E%6F%6E%65%22%3E%3C%69%6D%67%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%6E%67%5F%76%69%65%77%73%2E%70%68%70%3F%70%6B%3D%33%36%31%36%34%66%61%30%35%36%31%32%33%39%64%30%61%31%38%38%36%36%31%32%31%64%30%64%38%38%37%61%64%61%32%31%65%38%66%62%36%63%35%36%26%72%3D%34%65%66%66%38%64%39%31%38%35%31%38%37%35%2E%32%39%33%34%31%36%31%34%22%20%77%69%64%74%68%3D%22%31%22%20%68%65%69%67%68%74%3D%22%31%22%20%2F%3E%3C%2F%64%69%76%3E'))//--></script></td>
    </tr>
	</table>
</div>

<div id="pun-navlinks" class="section">
	<h2><span>Меню навигации</span></h2>
	<ul class="container">
    <li id="navindex"><a href="http://newdallas.rusff.me/"><span>Форум</span></a></li>

    <li id="navuserlist"><a href="http://newdallas.rusff.me/userlist.php" rel="nofollow"><span>Участники</span></a></li>
    <li id="navsearch"><a href="http://newdallas.rusff.me/search.php" rel="nofollow"><span>Поиск</span></a></li>
    <li id="navregister"><a href="http://newdallas.rusff.me/register.php" rel="nofollow"><span>Регистрация</span></a></li>
    <li id="navlogin"><a href="http://newdallas.rusff.me/login.php" rel="nofollow"><span>Войти</span></a></li>
	</ul>
</div>

<div id="pun-ulinks" class="section">

	<h2><span>Пользовательские ссылки</span></h2>
	<ul class="container">
    <li class="item1"><a href="http://newdallas.rusff.me/search.php?action=show_24h">Активные темы</a></li>
	</ul>
</div>

<div id="pun-announcement" class="section">
	<h2><span>Объявление</span></h2>
	<div class="container">

    <div class="html-box">
    	<table>
<tr>
<td width="250"><center><b>WELCOME</b></center><br>
<center><b>Дорогие гости, добро пожаловать на FRPG hanging by a moment!</b><br>
Проходите, устраиваетесь поудобней, не забудьте вытереть ноги. Здесь вы сможете окунуться в темный мир далласских интриг и найти новые знакомства. Надеемся, что вам приглянется наша идея данного ролевого проекта, и вы задержитесь здесь надолго. Впрочем, опустим пустые разговоры и приступим к самому главному. Регистрируйтесь! 
</center>
<br>
<center><b>USEFUL LINKS</b></center><br>
<center><a href=http://newdallas.rusff.me/viewtopic.php?id=10#p10>Правила</a> | <a href=http://newdallas.rusff.me/viewtopic.php?id=65#p94>Сюжет</a> | <a href=http://newdallas.rusff.me/viewtopic.php?id=11#p11>Занятые внешности</a> | <a href=http://newdallas.rusff.me/viewtopic.php?id=12#p12>Имена и фамилии</a> | <a href=http://newdallas.rusff.me/viewtopic.php?id=27#p27>Список профессий</a> | <a href=http://newdallas.rusff.me/viewtopic.php?id=14#p14>Action #1 "All I Need Is You"</a> | <a href=http://newdallas.rusff.me/viewtopic.php?id=15#p15>Action #2 "Халява"</a> | <a href=http://newdallas.rusff.me/viewtopic.php?id=13#p13>Объявления администрации</a>

</center></td>
<td width="250"><center><b>ADMINISTRATION</b></center>
<br>
<center><div id="menuwrapper">
<div id="menu">
<a href="http://newdallas.rusff.me/profile.php?id=2" class="menuitem"><img src="http://10pix.ru/img1/4388/6440746.png"></a>
<a href="http://newdallas.rusff.me/profile.php?id=4" class="menuitem"><img src="http://10pix.ru/img1/4423/6440506.png"></a>
<a href="http://newdallas.rusff.me/profile.php?id=5" class="menuitem"><img src="http://10pix.ru/img1/4410/6440840.png"></a>
</div>
</div></center>
<center><a href=http://newdallas.rusff.me/profile.php?id=6>Alex Donovan</a> | <a href=http://newdallas.rusff.me/profile.php?id=3>Maximilian Barrington</a> <a href=http://newdallas.rusff.me/profile.php?id=8>Catalina Stavrovich</a> | <a href=http://newdallas.rusff.me/profile.php?id=17>Tyler Farrell</a> | <a href=http://>maybe u?</a></center>

<br>
<center><b>ACTIVE PLAYERS</b></center><br>
<center><a href="http://"><img src="http://10pix.ru/img1/3793/6437384.png"></a>
<a href="http://"><img src="http://10pix.ru/img1/3793/6437384.png"></a>
<a href="http://"><img src="http://10pix.ru/img1/3793/6437384.png"></a>
<a href="http://"><img src="http://10pix.ru/img1/3793/6437384.png"></a></center>
</td>
<td width="250"><center><b>IN GAME</b></center><br>
<center>Уважаемые участники, пока что ведется активный набор игроков. Тем не менее, вас никто не ограничивает в том, чтобы начать игру уже сейчас. Вдохновения!</center>
<br>
<center><b>TIME AND WEATHER</b></center><br>
<center>25 декабря 2011 года.<br> 

Утро, день. 9.00 - 15.00<br>
+ 5 °C Небо ясное и безоблачное. Дует легкий ветерок. Синоптики к полудню обещают небольшой снег.</center></td>
</tr>
</table>
<center><font color=#800000>НАЖМЕМ ВСЕ ДРУЖНО НА МОНСТРИКА!</font> <img src=http://10pix.ru/img1/1549/6460475.gif></center>
    </div>
	</div>
</div>

<div id="pun-status" class="section">
	<h2><span>Информация о пользователе</span></h2>

	<p class="container">
    <span class="item1">Привет, Гость!</span> 
    <span class="item2"><a href="/login.php">Войдите</a> или <a href="/register.php">зарегистрируйтесь</a>.</span> 
	</p>
</div>

<div id="pun-break1" class="divider"><hr /></div>

<div id="pun-crumbs1" class="section">

	<p class="container crumbs"><strong>Вы здесь</strong> » <span>FRPG hanging by a moment</span></p>
</div>

<div id="pun-break2" class="divider"><hr /></div>

<div id="pun-main" class="main">
	<h1><span>Форум</span></h1>
	<div id="pun-category1" class="category">
    <h2><div class="catleft"><!-- --></div><span>FOR GUESTS</span><div class="catright"><!-- --></div></h2>

    <div class="container">
    	<table cellspacing="0" summary="Список форумов в категории: FOR GUESTS">
    	<thead>
        <tr>
        	<th class="tcl" scope="col">Форум</th>
        	<th class="tc2" scope="col">Тем</th>
        	<th class="tc3" scope="col">Сообщений</th>

        	<th class="tcr" scope="col">Последнее сообщение</th>
        </tr>
    	</thead>
    	<tbody class="hasicon">
        <tr id="forum_f2" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>

            	<div class="tclcon"><h3><a href="http://newdallas.rusff.me/viewforum.php?id=2">ГОСТЕВАЯ</a></h3>Мы с радостью ответим на все интересующие Вас вопросы, поможем в выборе персонажа. Также здесь можно придержать персонажа, внешность, оставить отзыв о ролевой, внести свое предложение или написать жалобу. Мы выслушает и обязательно примем к сведению.<br /><span class="modlist"><noindex>(Модераторы: <a href="http://newdallas.rusff.me/profile.php?id=8" rel="nofollow">Catalina Stavrovich</a>, <a href="http://newdallas.rusff.me/profile.php?id=3" rel="nofollow">Maximilian Barrington</a>)</noindex></span></div>
            </div>
        	</td>
        	<td class="tc2">4</td>
        	<td class="tc3">101</td>

        	<td class="tcr"><a href="http://newdallas.rusff.me/viewtopic.php?id=4&amp;p=3#p1136">Вопросы - ответы о.1</a><br />Вчера 16:03:37 - Benjamin Grimaldi</td>
        </tr>
        <tr id="forum_f3" class="alt2">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://newdallas.rusff.me/viewforum.php?id=3">РЕКЛАМА</a></h3>Уважаемые гости и игроки, здесь вы можете разместить свою рекламу. Реклама на нашем форуме строго взаимна, аккаунт: <b>PR</b>, пароль: <b>1111</b>. <br> За регистрацию своих рекламных ников – удаление Вашего профиля и Вашей рекламы полностью! Без ссылки на нашу рекламу у Вас, Ваша реклама также удаляется.<br>

<a href="http://top.roleplay.ru/16409" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_">
<img src="http://img.rpgtop.su/88x31x11x7.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a><br /><span class="modlist"><noindex>(Модераторы: <a href="http://newdallas.rusff.me/profile.php?id=8" rel="nofollow">Catalina Stavrovich</a>, <a href="http://newdallas.rusff.me/profile.php?id=3" rel="nofollow">Maximilian Barrington</a>, <a href="http://newdallas.rusff.me/profile.php?id=17" rel="nofollow">Tyler Farrell</a>)</noindex></span></div>
            </div>
        	</td>
        	<td class="tc2">2</td>
        	<td class="tc3">152</td>

        	<td class="tcr"><a href="http://newdallas.rusff.me/viewtopic.php?id=5&amp;p=6#p1417">Ваша #1</a><br />Сегодня 00:58:06 - PR</td>
        </tr>
        <tr id="forum_f4" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://newdallas.rusff.me/viewforum.php?id=4">ПАРТНЕРСТВО</a></h3>В этом разделе расположены наши друзья и партнеры. Остается лишь заполнить заявку, и Вы у нас в отдельной теме, а Ваш баннер на видном месте, как и наш у Вас.<br /><span class="modlist"><noindex>(Модераторы: <a href="http://newdallas.rusff.me/profile.php?id=8" rel="nofollow">Catalina Stavrovich</a>, <a href="http://newdallas.rusff.me/profile.php?id=3" rel="nofollow">Maximilian Barrington</a>)</noindex></span></div>

            </div>
        	</td>
        	<td class="tc2">1</td>
        	<td class="tc3">1</td>
        	<td class="tcr"><a href="http://newdallas.rusff.me/viewtopic.php?id=7#p7">Заявки и правила партнерства</a><br />2011-12-29 22:33:14 - Benjamin Grimaldi</td>
        </tr>
    	</tbody>

    	</table>
    </div>
	</div>
	<div id="pun-category2" class="category">
    <h2><div class="catleft"><!-- --></div><span>ORGANIZATION ZONE</span><div class="catright"><!-- --></div></h2>
    <div class="container">
    	<table cellspacing="0" summary="Список форумов в категории: ORGANIZATION ZONE">
    	<thead>

        <tr>
        	<th class="tcl" scope="col">Форум</th>
        	<th class="tc2" scope="col">Тем</th>
        	<th class="tc3" scope="col">Сообщений</th>
        	<th class="tcr" scope="col">Последнее сообщение</th>
        </tr>
    	</thead>

    	<tbody class="hasicon">
        <tr id="forum_f5" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://newdallas.rusff.me/viewforum.php?id=5">ИНФОРМАЦИОННЫЙ РАЗДЕЛ</a></h3>Раздел, в который должны заглянуть не только гости, но и участники. Здесь Вы можете ознакомиться с правилами нашей ролевой, сюжетом, занятыми внешностями, списком участников, которые претендуют на удаление и остальной не менее важной информацией.<br /><span class="modlist"><noindex>(Модераторы: <a href="http://newdallas.rusff.me/profile.php?id=6" rel="nofollow">Alex Donovan</a>, <a href="http://newdallas.rusff.me/profile.php?id=8" rel="nofollow">Catalina Stavrovich</a>, <a href="http://newdallas.rusff.me/profile.php?id=3" rel="nofollow">Maximilian Barrington</a>, <a href="http://newdallas.rusff.me/profile.php?id=17" rel="nofollow">Tyler Farrell</a>)</noindex></span></div>

            </div>
        	</td>
        	<td class="tc2">8</td>
        	<td class="tc3">10</td>
        	<td class="tcr"><a href="http://newdallas.rusff.me/viewtopic.php?id=11#p1378">Занятые внешности</a><br />Вчера 21:06:47 - Benjamin Grimaldi</td>
        </tr>
        <tr id="forum_f6" class="alt2">

        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://newdallas.rusff.me/viewforum.php?id=6">АКЦИИ</a></h3>Раздел с интересными персонажами для наших гостей. Если вы выбираете персонажа из предложенных акций, вам остается лишь заполнить упрощенный шаблон анкеты. Будем очень рады видеть вас в игре!<br /><span class="modlist"><noindex>(Модераторы: <a href="http://newdallas.rusff.me/profile.php?id=6" rel="nofollow">Alex Donovan</a>, <a href="http://newdallas.rusff.me/profile.php?id=8" rel="nofollow">Catalina Stavrovich</a>, <a href="http://newdallas.rusff.me/profile.php?id=3" rel="nofollow">Maximilian Barrington</a>)</noindex></span></div>

            </div>
        	</td>
        	<td class="tc2">2</td>
        	<td class="tc3">14</td>
        	<td class="tcr"><a href="http://newdallas.rusff.me/viewtopic.php?id=14#p1402">Action #1 &quot;All I Need Is You&quot;</a><br />Вчера 21:56:52 - Benjamin Grimaldi</td>
        </tr>

        <tr id="forum_f7" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://newdallas.rusff.me/viewforum.php?id=7">РЕГИСТРАЦИОННАЯ</a></h3>Первый шаг, чтобы попасть к нам. Именно в этом разделе Вы оставляете свою анкету, а администрация тщательно ее проверяет и выносит решение. Если администрацию не устроит что-либо в Вашей анкете, то она в праве просить Вас исправить некоторые пункты. Не стоит пугаться и бросать работу на полпути, просто устраните ошибки, обе стороны останутся довольны, и Вы, соответственно, приняты.<br /><span class="modlist"><noindex>(Модераторы: <a href="http://newdallas.rusff.me/profile.php?id=6" rel="nofollow">Alex Donovan</a>, <a href="http://newdallas.rusff.me/profile.php?id=8" rel="nofollow">Catalina Stavrovich</a>, <a href="http://newdallas.rusff.me/profile.php?id=3" rel="nofollow">Maximilian Barrington</a>)</noindex></span></div>

            </div>
        	</td>
        	<td class="tc2">3</td>
        	<td class="tc3">5</td>
        	<td class="tcr"><a href="http://newdallas.rusff.me/viewtopic.php?id=66#p190">Ekaterina St. Clair - 21 у.о. - Главный редактор журнала &quot;Vogue&quot;</a><br />2011-12-30 13:57:02 - Alex Donovan</td>
        </tr>

    	</tbody>
    	</table>
    </div>
	</div>
</div>

<div id="pun-stats" class="section">
	<h2><span>Статистика форума</span></h2>
	<div class="statscon">
	<ul class="container">

    <li class="item1"><span>Всего тем: </span><strong>86</strong></li>
    <li class="item2"><span>Всего сообщений: </span><strong>1366</strong></li>
    <li class="item3"><span>Зарегистрированных пользователей: </span><strong>28</strong></li>
    <li class="item4"><span>Последним зарегистрировался: </span><strong><a href="http://newdallas.rusff.me/profile.php?id=29">Isabelle Grimaldi</a></strong></li>
    <li id="onlinelist" class="item5"><div><a title="Посмотреть, кто чем занимается на форуме." href="online.php">Активны</a> (Гостей: <strong>1</strong>, Пользователей: <strong>3</strong>; Рекорд: <strong>27</strong>, установлен Вчера) <span><a href="http://newdallas.rusff.me/profile.php?id=4">Elizabeth Appleby</a>, <a href="http://newdallas.rusff.me/profile.php?id=3">Maximilian Barrington</a>, <a href="http://newdallas.rusff.me/profile.php?id=20">Palmire Solange</a></span></div></li>

	</ul>
	</div>
</div>

<div class="section">
	<div id="tieser-bottom" class="container" align="center">
    <script type="text/javascript"><!--
mybb_ad4='%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%69%2F%36%36%34%2E%68%74%6D%6C%23%68%6F%73%74%3D%6E%65%77%64%61%6C%6C%61%73%2E%72%75%73%66%66%2E%72%75%26%76%6B%3D%77%6F%65%76%6B%57%47%48%61%78%52%37%4D%43%31%69%4A%75%76%42%37%62%37%2D%54%44%37%78%37%6B%30%31%31%73%5A%58%4B%68%31%31%6B%31%31%6B%22%20%77%69%64%74%68%3D%22%31%30%30%25%22%20%68%65%69%67%68%74%3D%22%38%33%22%20%66%72%61%6D%65%62%6F%72%64%65%72%3D%22%30%22%20%76%73%70%61%63%65%3D%22%30%22%20%68%73%70%61%63%65%3D%22%30%22%20%6D%61%72%67%69%6E%77%69%64%74%68%3D%22%30%22%20%6D%61%72%67%69%6E%68%65%69%67%68%74%3D%22%30%22%20%73%63%72%6F%6C%6C%69%6E%67%3D%22%6E%6F%22%20%73%74%79%6C%65%3D%22%6D%69%6E%2D%77%69%64%74%68%3A%36%30%30%70%78%3B%20%6D%61%78%2D%77%69%64%74%68%3A%38%30%32%70%78%22%3E%3C%2F%69%66%72%61%6D%65%3E'
document.write(unescape(mybb_ad4))
document.write(unescape('%3C%64%69%76%20%73%74%79%6C%65%3D%22%64%69%73%70%6C%61%79%3A%6E%6F%6E%65%22%3E%3C%69%6D%67%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%6E%67%5F%76%69%65%77%73%2E%70%68%70%3F%70%6B%3D%34%36%36%34%30%62%62%31%39%34%39%62%61%63%61%61%38%34%63%37%62%37%34%32%62%37%39%38%61%30%36%65%34%35%35%34%66%63%64%37%31%61%66%37%26%72%3D%34%65%66%66%38%64%39%31%38%35%66%37%61%33%2E%33%39%35%30%36%36%35%39%22%20%77%69%64%74%68%3D%22%31%22%20%68%65%69%67%68%74%3D%22%31%22%20%2F%3E%3C%2F%64%69%76%3E'))//--></script>
	</div>
</div>

<div id="pun-break3" class="divider"><hr /></div>

<div id="pun-crumbs2" class="section">
	<p class="container crumbs"><strong>Вы здесь</strong> » <span>FRPG hanging by a moment</span></p>
</div>

<div id="pun-break4" class="divider"><hr /></div>

<div id="pun-about" class="section">
	<p class="container">
    <span class="item1" style="padding-left:0"><link rel="SHORTCUT ICON" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/x-icon">
<link rel="shortcut icon" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/vnd.microsoft.icon">

<link rel="icon" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/vnd.microsoft.icon">

<script type="text/javascript">
RusffCore.init();
</script>

<a href="http://forum-top.ru/" title="Рейтинг форумов" target="_blank">Рейтинг форумов</a> |
<a href="http://rusff.me/" title="Сервис бесплатных форумов Rusff.ru" target="_blank">Создать форум бесплатно</a></span>
	</p>
</div>

<!-- pun_debug -->

<div id="html-footer" class="section">

	<div class="container"><script type="text/javascript"><!--Своя картинка в каждую категорию -->
$(document).ready(function(){
myarray=new Array(
"ADMINISTRATION ROOM", "http://10pix.ru/img1/1429/6450642.png",
"FOR GUESTS", "http://10pix.ru/img1/63414/6450643.png",
"ORGANIZATION ZONE", "http://10pix.ru/img1/1477/6450644.png",
"GAME ZONE", "http://10pix.ru/img1/666797/6450646.png",
"FREE ZONE", "http://10pix.ru/img1/2487/6450647.png",
"OLD THEME ZONE", "http://10pix.ru/img1/2535/6450649.png",
"Статистика форума", "http://10pix.ru/img1/3241/6450650.png"    //Последний элемент без запятой!  
)
        $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){
var cssObj = {
  "height":"60px",
  "background-color": "transparent",
  "background-image":"url("+myarray[q+1]+")",
  "background-position":"50% 50%",
  "background-repeat":"no-repeat"       //Последний элемент без запятой!
}
        if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
        q++}
    });
});
</script>

<!-- jQuery уже подключен -->
<script type="text/javascript">
$(document).ready(function(){
$('.menuitem img').animate({width: 50}, 50);
$('.menuitem').mouseover(function(){
; gridimage = $(this).find('img');
gridimage.stop().animate({width: 60}, 60);
}).mouseout(function(){
gridimage.stop().animate({width: 50}, 50);
});
}); 
</script>

<script type="text/javascript">
li=document.getElementsByTagName("li")
f=0
while(li[++f]){
s=li[f].innerHTML
if((p=s.indexOf("Новые сообщения")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://10pix.ru/img1/4295/6433345.png'>"+s.substring(p+15)
else if((p=s.indexOf("Активные темы")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://10pix.ru/img1/4347/6433358.png'>"+s.substring(p+13)
else if((p=s.indexOf("Темы без ответов")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://10pix.ru/img1/4318/6433363.png'>"+s.substring(p+21)
else if((p=s.indexOf("Мои сообщения")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://10pix.ru/img1/4309/6433381.png'>"+s.substring(p+13)
else if((p=s.indexOf("Подписка")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://10pix.ru/img1/4297/6433390.png'>"+s.substring(p+8)
else if((p=s.indexOf("Все прочитано")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://10pix.ru/img1/4314/6433399.png'>"+s.substring(p+13)
}
</script>

<script language="JavaScript">
var str = new String(document.getElementById("navpm").innerHTML)
var str2 = new String(document.location)

if( (str.indexOf("(") != -1) && (str2.indexOf("messages.php") == -1) )
{
alert("Вам пришло сообщение.")

}
</script>

<style>
#pun-main .code-box, #pun-main .quote-box, #pun-main .hide-box {
border: dashed 1px #FFFFFF;
}
</style>

<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>

<style type="text/css">
li#navawards {display: none;}
</style>

<script>
<!--
indexof="<img src='http://10pix.ru/img1/989547/6423384.png' />"
str = document.getElementById("navindex").innerHTML
pos = str.indexOf("Форум")
document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
userof="<img src='http://10pix.ru/img1/2528/6423409.png' />"
str = document.getElementById("navuserlist").innerHTML
if( (pos=str.indexOf("Участники")) != -1 )
document.getElementById("navuserlist").innerHTML=str.substring(0,pos)+userof+str.substring(pos+9,str.length-1)
-->
</script>
<script>
<!--
findof="<img src='http://10pix.ru/img1/3138/6423418.png' />"
str = document.getElementById("navsearch").innerHTML
pos = str.indexOf("Поиск")
document.getElementById("navsearch").innerHTML=str.substring(0,pos)+findof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
faseof="<img src='http://10pix.ru/img1/3522/6423427.png' />"
str = document.getElementById("navprofile").innerHTML
pos = str.indexOf("Профиль")
document.getElementById("navprofile").innerHTML=str.substring(0,pos)+faseof+str.substring(pos+14,str.length-1)
-->
</script>
<script>
<!--
pismaof="<img src='http://10pix.ru/img1/4034/6423445.png' alt='Сообщения' />"
pismaof2="<img src='http://upforme.ru/uploads/0000/0a/f2/68797-1.gif' alt='Сообщения' />"
str = document.getElementById("navpm").innerHTML
pos = str.indexOf("Сообщения")
pos2 = str.indexOf(")")
if(  str.indexOf("(")  != -1) 
document.getElementById("navpm").innerHTML=str.substring(0,pos)+pismaof2+str.substring(pos2+1,str.length-1)
else 
document.getElementById("navpm").innerHTML=str.substring(0,pos)+pismaof+str.substring(pos+9,str.length-1)
-->
</script>

<script>
<!--
godof="<img src='http://10pix.ru/img1/483875/6423472.png' />"
str = document.getElementById("navadmin").innerHTML
pos = str.indexOf("Администрирование")
document.getElementById("navadmin").innerHTML=str.substring(0,pos)+godof+str.substring(pos+17,str.length-1)
-->
</script>
<script>
<!--
valiof="<img src='http://10pix.ru/img1/2080/6423486.png' />"
str = document.getElementById("navlogout").innerHTML
pos = str.indexOf("Выход")
document.getElementById("navlogout").innerHTML=str.substring(0,pos)+valiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
vxodiof="<img src='http://10pix.ru/img1/1046/6423499.png' />"
str = document.getElementById("navlogin").innerHTML
pos = str.indexOf("Войти")
document.getElementById("navlogin").innerHTML=str.substring(0,pos)+vxodiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
regof="<img src='http://10pix.ru/img1/3283/6423506.png' />"
str = document.getElementById("navregister").innerHTML
pos = str.indexOf("Регистрация")
document.getElementById("navregister").innerHTML=str.substring(0,pos)+regof+str.substring(pos+18,str.length-1)
-->
</script>
<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
	}
}
</script>

<style type="text/css">
#button-spoiler {background-image:url('http://upforme.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat}
</style>
<script>
function addSpoiler(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[spoiler]",from))==-1) return str;
if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
newpos=str.indexOf("[spoiler]",pos+9)
if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;
str=str.substring(0,pos)+makeSpoiler(str.substring(pos+9,pos2))+str.substring(pos2+10,str.length)
if( str.indexOf("[spoiler]")!=-1 && internal==false) str=addSpoiler(str,0,false)
return str}

function makeSpoiler(txt){
txt="<div class=quote-box style='padding:1px'><cite style='width:100%'>Спойлер <input style='width:60px;margin-left:70%;font-size:10px;' type='button' value='Показать' onclick='hideSpoiler(this)'></cite><blockquote style='display:none'>"+txt+"</blockquote></div>"
return txt}

function hideSpoiler(sp){
spoiler=sp.parentNode.parentNode.getElementsByTagName("blockquote")[0]
if(spoiler.style.display=='none'){
spoiler.style.display='inline'
sp.value='Скрыть '}
else{
spoiler.style.display='none'
sp.value='Показать '}}

if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)}}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<img  id=\"button-spoiler\" title=\"Спойлер\" onclick=\"bbcode('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />"
</script>

   <style>.Myimge {position:absolute;margin-top: 0px;cursor:pointer;}</style>
<script type="text/javascript">
PiarNik="PR";
PiarPas="1111";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<span id=spMyimg><img class=\"Myimge\"  title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"http://10pix.ru/img1/419129/6423560.png\" onmouseover=\"this.src='http://10pix.ru/img1/419129/6423560.png' \" onmouseout=\"this.src='http://10pix.ru/img1/419129/6423560.png'\" /></span>";
if($("#navlogin").html()!=null){
$("#navlogin").append(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>

<script type="text/javascript">
var fld = document.getElementsByClassName("pa-fld1")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</script>

<script type="text/javascript">
var fld = document.getElementsByClassName("pa-fld2")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</script>

<marquee direction=left onMouseOver="this.stop()"  onMouseOut="this.start()">ЗДЕСЬ КОДЫ ВСЕХ БАННЕРОВ</marquee></div>
</div>

</div>
</div>
</div>

<script type="text/javascript">
$('textarea.limit3000').bind('keydown keypress keyup', function(e) {
	if($(this).val().length>3000) {
    $(this).val($(this).val().substr(0,3000));
    alert('Максимальное количество символов для этого поля - 3000.');
	}
});

$(document).ready(function() {
	adelms = ['#pun-title','#pun-title table','#title-logo-tr','#title-logo-tdr','#title-logo-tdr div.mybb_bs','#title-logo-tdr iframe','#title-logo-tdr a','#title-logo-tdr img','#title-logo-tdr object','#tieser-bottom','#tieser-bottom div.mybb_bs','#tieser-bottom iframe'];
    for (var key in adelms){
    	if (!$(adelms[key]).length) continue;
    	if ($(adelms[key]).css('opacity') && $(adelms[key]).css('opacity') < 0.8) {
        /* alert('Недопустимая прозрачность рекламного баннера'); */
        $(adelms[key]).css('opacity',1);
        $(adelms[key]).css('cssText','opacity:1 !important');
    	}
    	if ($(adelms[key]).css('display') && $(adelms[key]).css('display') == 'none') {
        $(adelms[key]).css('display','block');
        $(adelms[key]).css('cssText','display:block !important');
    	}
    	if ($(adelms[key]).css('visibility') && $(adelms[key]).css('visibility') == 'hidden') {
        $(adelms[key]).css('visibility','visible');
        $(adelms[key]).css('cssText','visibility:visible !important');
    	}
    	if ($(adelms[key]).css('z-index') && $(adelms[key]).css('z-index') < 0) {
        $(adelms[key]).css('z-index','1000');
        $(adelms[key]).css('cssText','z-index:1000 !important');
    	}
    	if ($(window).width() > 800 && $(adelms[key]).offset().left !== null && $(adelms[key]).offset().left > $(window).width()-$(adelms[key]).width() || $(adelms[key]).offset().top !== null && ($(adelms[key]).offset().top > $(document).height()-$(adelms[key]).height() || $(adelms[key]).offset().top < 0)){
        $(adelms[key]).css('position','relative');
        $(adelms[key]).css('left',0);
        $(adelms[key]).css('top',0);
        $(adelms[key]).css('cssText','position:relative !important');
        $(adelms[key]).css('cssText','left:0 !important');
        $(adelms[key]).css('cssText','top:0 !important');
    	}
    }
});
</script>

</body>
</html>
Код:
/*************************************************************
A - SETUP
**************************************************************/

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

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

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

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

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

/* 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.0%;
  }

/* A3.2 */
.punbb {
  font: normal 65.50% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

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


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

/* A5.1 */
#pun {
  margin: auto;
width : 750px;
}





/* 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: 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 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  padding-top: 10px;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }


/*************************************************************
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 #888;
  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-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-style: solid;
  border-width: 1px;
  }

/* 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: 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: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* 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: 16em;
  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: 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 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: 50%;
  }

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

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

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

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

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

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  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: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  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
      }

    * html .tclcon {height: 1px}

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

    /* C2.15 */
    .punbb div.icon {
        float: left;
        display: block;
        width: 60px;
        height: 60px;
   }
   

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}



/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  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: 1px solid transparent ;

  }

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

  }








/* 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 {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: solid;
  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: 19em;
  margin-top: -1.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: none;
  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;
  }

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

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

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

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

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

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

#pun-title h1 span  {
  font-size: 1.5em;
  }
#pun-title table {
background-image : url(http://10pix.ru/img1/3166/6423128.png); 
background-repeat : no-repeat;
background-position: bottom center;
border: none;
  height: 420px;
  width: 750px;
  
}

/* 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, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  padding-top: 30px;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.0em;
  }

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

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* 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, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

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

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

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

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

0

7

http://mercury.rusff.me/

Код:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Mercury city</title>
<script type="text/javascript">
var FORUM = new Object({ set : function(prop, val){ try { eval("this."+prop+"=val"); } catch (e) {} }, get : function(prop){ try { var val = eval("this."+prop); } catch (e) { var val = undefined; } return val; } });
// JavaScript переменные форума
var BoardID = 1100868;
var BoardCat = 23;
var BoardStyle = 'Custom';
var GroupID = 3;
var GroupTitle = 'guest';
var GroupUserTitle = 'ищу роль;';
</script>
<script type="text/javascript" src="http://st0.bbcorp.ru/js/swfobject.2.2b.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://st0.bbcorp.ru/js/jquery.tipsy.min.js"></script>
<link rel="alternate" type="application/rss+xml" href="http://mercury.rusff.me/export.php?type=rss" title="RSS" />
<link rel="top" href="http://mercury.rusff.me" title="Форум" />
<link rel="search" href="http://mercury.rusff.me/search.php" title="Поиск" />

<link rel="author" href="http://mercury.rusff.me/userlist.php" title="Участники" />
<link rel="stylesheet" type="text/css" href="http://forumstatic.ru/styles/0010/cc/44/style.1325246305.css" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/style_fix.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/style_fix7.css" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://st0.bbcorp.ru/style/extra.14.css" />
</head>
<body>
<!-- body-header -->
<script type="text/javascript">if(window.fn&&window.fn.bs&&window.fn.bs.redirect){$ajax.getHTML({url:window.fn.bs.url,type:"GET",async:false,success:function(a,b){document.write(a);}});}</script>
<div id="pun_wrap">
<div id="pun">
<div id="pun-index" class="punbb">

<script type="text/javascript">livec=new Image;livec.src="http://counter.yadro.ru/hit;RusFF?t23.3;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,80))+";"+Math.random()</script>

<script type="text/javascript">
$r = jQuery;
</script>

<script type="text/javascript">
if( GroupID == 3 ) 
{
   var UserID = 1;
   var UserLogin = '';
   var UserSex = 0;
   var UserAge = 0;
}
</script>

<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/custome_rusff.js"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/jquery.textarearesizer.compressed.js"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/quadro.core.js?v3.19"></script>
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/jquery.jgrowl_minimized.js"></script>

<link rel="stylesheet" type="text/css" href="http://i.rusff.me/f/ru/rusff/jquery.jgrowl.css" />

<script type="text/javascript">
(function(){
    var hash_growl = {
        'snd2points:error_1': ['Произошла ошибка', {}],
        'snd2points:error_2': ['Недостаточно средств для совершения перевода', {}],
        'snd2points:error_3': ['Пользователь с этим e-mail не найден', {}],
        'snd2points:success': ['Перевод выполнен', {}],
        'snd2ucp:error_1': ['Произошла ошибка', {}],
        'snd2ucp:error_2': ['Недостаточно средств для совершения перевода', {}],
        'snd2ucp:error_3': ['Перевод не выполнен! Пользователю необходимо зайти в Профиль - Лицевой счет. После этого повторите попытку.', {}],
        'snd2ucp:success': ['Перевод выполнен', {}],
        'ucpfoundation:error_1': ['Произошла ошибка', {}],
        'ucpfoundation:error_2': ['Недостаточно средств для совершения перевода', {}],
        'ucpfoundation:success': ['Перевод выполнен', {}],
        'sendgift:error': ['Недостаточно средств', {}],
        'sendgift:success': ['Подарок отправлен!', {}],
    }

    for ( x in hash_growl )
    {
        if( document.location.hash == '#' + x )
            $.jGrowl( hash_growl[x][0], hash_growl[x][1] );
    }
})()
</script> 


<script type="text/javascript">
var Rusff = {};
var RusffCore = new quadroLib();
RusffCore.init();
</script>

<script type="text/javascript">
$r(function() { 
	if( RusffCore.sets.TextAreaResizer == 1 && ! RusffCore.is_page('/admin_style.php') ) {
    $('textarea:not(.processed)').TextAreaResizer();
	}
});
</script>

<script type="text/javascript">
if ( RusffCore.is_page('preview=') )
{
var str, link, style, ss;
 str = document.URL;
  link = document.getElementsByTagName('link')
   style = str.substring(str.indexOf('preview=')+8)
      for( i = 0; i < link.length; i++ )
      {
         if ( link[i].rel == 'stylesheet' )
         {
            link[i].href = 'http://support.rusff.me/style/' + style + '/' + style + '.css'
            break;
         }
      }
      document.write('<link rel="stylesheet" type="text/css" href="http://support.rusff.me/style/' + style + '/' + style + '_cs.css" />');
}

if( RusffCore.is_page('/foundation.php') && RusffCore.sets.foundation == 1 ){document.location.href='/index.php?act=foundation';}

RusffCore.redirPg ( 'klubnika.rusff.me',         'ban.rusff.me' );
RusffCore.redirPg ( 'pwbotadm.rusff.me',         'ban.rusff.me' );
RusffCore.redirPg ( 'klasforum.rusff.me',        'ban.rusff.me' );
RusffCore.redirPg ( 'coolpwhack.mmohost.ru',     'ban.rusff.me' );
RusffCore.redirPg ( 'fuckmuse.ru',               'ban.rusff.me' );
RusffCore.redirPg ( 'bright.rusff.me',           'nestandart.artbb.ru' );

document.write('<style type="text/css">#pun-status p span.item3 {display: none;}</style>');

function sortPosForums()
{
   i = 1;
   $r('div.adfs-box:gt(0)').each(function(i) {
      $r('div.adfs-box:eq('+(i+1)+') p').each(function(i) {
         t = i+1
         this.getElementsByTagName("input")[0].value = t
      });
   i = 1;
   });
}
function customeCheckAll(check) {
input = document.getElementsByTagName('input')
   for (i = 0; i < input.length; i++)
      if( input[i].type == 'checkbox' ) input[i].checked = check;
}
function select_gift( id, image, price, points ){
	if( UserID <2 ) {
    alert('Для выполнения этого действия необходимо авторизоваться.'); return;
	}

	$('#gift_source').attr({'src': image});
	$('#gift_price').html(price);
	$('#send_gift').show();
	$('input[name=item_id]').val(id);
	location.href = '#send_gift';

	if( price > points ) $('#error_msg').show();

}
</script>

<link rel="stylesheet" type="text/css" href="http://i.rusff.me/f/ru/rusff/rusff.live.css?5" />
<script type="text/javascript" src="http://i.rusff.me/f/ru/rusff/rusff.live.js?7"></script>

<script type="text/javascript">

$r(function(){
	var obj = {
    text: 'Порекомендуйте эту страницу в Rusff.LIVE'
	}
	try {
    obj.data = {
    	UserID    : UserID,
    	UserLogin : UserLogin,
    	UserAvatar: UserAvatar,
    	GroupID   : GroupID,
    }
	} catch(e){
    obj.data = {GroupID: 3}
	}

	rusffLive.init( obj );
});
</script>

<style type="text/css">
div.grippie {
background: url(http://i.rusff.me/f/ru/rusff/grippie.png) no-repeat scroll center 2px;
border:none;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
}
</style>
<div id="custom_codes"></div>

<!-- <div id="admin_msg1" style="background: #e35252; position: fixed; top: 0px; left: 0px; width: 350px; text-align: center; color: #fff; font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 6px; border-radius: 0px 0px 5px 0px; -moz-border-radius: 0px 0px 5px 0px; -webkit-border-radius: 0px 0px 5px 0px; -khtml-border-radius: 0px 0px 5px 0px;-o-border-radius: 0px 0px 5px 0px; display: none;">
	Идет перезагрузка сервера баз данных.
</div> -->

<script type="text/javascript">
/*if( GroupID == 1 ) {
$r('#admin_msg1').show();
}*/
</script>

<script type="text/javascript">
/*if( RusffCore.is_page('sim-arts.ru') ){
   RusffCore.set('use_rusffmod', false);
   rusffLive.enable = false;
   if( GroupID == 1 ){
      document.write('<div id="admin_msg1" style="background: #e35252; position: fixed; top: 0px; left: 0px; width: 350px; text-align: center; color: #fff; font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 6px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;-o-border-radius: 5px;">Часть функционала Вашего форума была отключена из-за скрытия одного или нескольких элементов рекламы сервиса. Для того, чтобы скрыть это сообщение и подключить форум ко всем системам, напишите на <b>rusff@quadrosystems.ru</b>.</div> ');
   }
}*/
</script>

<div id="mybb-counter" style="display:none">
<script type="text/javascript"><!--
new Image().src = "http://bs.mybb.ru/vc?1100868;"+Math.random();//--></script>
<script type="text/javascript"><!--
new Image().src = "http://counter.yadro.ru/hit;ruhelp?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape('PARTNER_PAGE_2238')+";"+Math.random();//--></script>

</div>

<div id="html-header">
	<style type="text/css">
li#navawards {display: none;}
</style>

<script type="text/javascript">
$(document).ready(function(){
  var currentPosition = 0;
  var slideWidth = 330;
  var slides = $('.slide');
  var numberOfSlides = slides.length;

  // Remove scrollbar in JS
  $('#slidesContainer').css('overflow', 'hidden');

  // Wrap all .slides with #slideInner div
  slides
    .wrapAll('<div id="slideInner"></div>')
    // Float left to display horizontally, readjust .slides width
.css({
      'float' : 'right',
      'width' : slideWidth
    });

  // Set #slideInner width equal to total width of all slides
  $('#slideInner').css('width', slideWidth * numberOfSlides);

  // Insert controls in the DOM
  $('#slideshow')
    .prepend('<span class="control" id="leftControl">Clicking moves left</span>')
    .append('<span class="control" id="rightControl">Clicking moves right</span>');

  // Hide left arrow control on first load
  manageControls(currentPosition);

  // Create event listeners for .controls clicks
  $('.control')
    .bind('click', function(){
    // Determine new position
currentPosition = ($(this).attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1;
   
// Hide / show controls
    manageControls(currentPosition);
    // Move slideInner using margin-left
    $('#slideInner').animate({
      'marginLeft' : slideWidth*(-currentPosition)
    });
  });

  // manageControls: Hides and Shows controls depending on currentPosition
  function manageControls(position){
    // Hide left arrow if position is first slide
if(position==0){ $('#leftControl').hide() } else{ $('#leftControl').show() }
// Hide right arrow if position is last slide
    if(position==numberOfSlides-1){ $('#rightControl').hide() } else{ $('#rightControl').show() }
  }
});
</script>
</div>

<div id="pun-title" class="section">
	<table id="title-logo-table" cellspacing="0">
    <tr id="title-logo-tr">
    	<td id="title-logo-tdl" class="title-logo-tdl">

        <h1 class="title-logo"><span>Mercury city</span></h1>
    	</td>
    	<td id="title-logo-tdr" class="title-logo-tdr"><iframe src="" id="banner_top" width="468" height="60" frameborder="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<script type="text/javascript">
var BoardCat = BoardCat, GroupID  = GroupID, UserSex  = UserSex, UserAge  = UserAge;
var BoardCat = ! BoardCat ? 0 : BoardCat, GroupID  = ! GroupID  ? 0 : GroupID, UserSex  = ! UserSex  ? 0 : UserSex, UserAge  = ! UserAge  ? 0 : UserAge;
document.getElementById("banner_top").src="http://bs.quadrosystems.ru/iframe_newbanner.php?BoardCat="+BoardCat+"&GroupID="+GroupID+"&UserSex="+UserSex+"&UserAge="+UserAge+"&url="+document.URL
</script></td>
    </tr>
	</table>
</div>

<div id="pun-navlinks" class="section">

	<h2><span>Меню навигации</span></h2>
	<ul class="container">
    <li id="navindex"><a href="http://mercury.rusff.me/"><span>Форум</span></a></li>
    <li id="navuserlist"><a href="http://mercury.rusff.me/userlist.php" rel="nofollow"><span>Участники</span></a></li>
    <li id="navsearch"><a href="http://mercury.rusff.me/search.php" rel="nofollow"><span>Поиск</span></a></li>
    <li id="navregister"><a href="http://mercury.rusff.me/register.php" rel="nofollow"><span>Регистрация</span></a></li>

    <li id="navlogin"><a href="http://mercury.rusff.me/login.php" rel="nofollow"><span>Войти</span></a></li>
	</ul>
</div>

<div id="pun-ulinks" class="section">
	<h2><span>Пользовательские ссылки</span></h2>
	<ul class="container">
    <li class="item1"><a href="http://mercury.rusff.me/search.php?action=show_24h">Активные темы</a></li>
	</ul>

</div>

<div id="pun-announcement" class="section">
	<h2><span>Объявление</span></h2>
	<div class="container">
    <div class="html-box">
    	<br><br><br>
<table border="0" align="Center"  width="98%">
 <tr>
   <td><body>

<div id="pageContainer">
  <h1></h1>
  <!-- Slideshow HTML -->
  <div id="slideshow">
    <div id="slidesContainer">
     
      <div class="slide">
        <p style="text-align: center;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Доска почета</span></span></strong></p>Здесь мы обязательно разместим тех, кем мы гордимся и кем хотим похвастаться перед всеми-всеми-всеми, но пока эти места вакантны и вы всегда можете занять одно из них. Торопитесь)<br>
        <p>

      </div>
<div class="slide">
        <p style="text-align: center;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Должники по постам</span></span></strong></p>Здесь мы обязательно разместим тех, кто задолжал посты))) Да-да, так сказать клеймим позором и т.д. Х) Так что если не хотите оказаться тут, пишите все вовремя)) И будет вам счастье)<br>
        <p>
      </div> 
     <div class="slide">
        <p style="text-align: center;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Информация об игре</span></span></strong></p>Мы еще совсем молоды, но перспективны. Мы не будем говорить громкие фразы о том, что у нас шикарная ролевая и очень много потрясающих игроков, пушистая и ласковая администрация, мы и так знаем это, а вам мы всегда готовы это доказать делом. А не громогласными изречениями, которые часто просто улетучиваются в пустоту. Мы любим свой проект, а это главное.<br>
        <p>

      </div>
     <div class="slide">
      <p style="text-align: center;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Архив новостей</span></span></strong></p>Ролевая официально объявляется открытой, мы готовы принимать игроков, которых можем уже с порога порадовать своими плюшками: да, у нас нет акций, но это не значит, что бы хотим усложнить прием. Напротив, у нас нет большого и сложного шаблона анкеты, он един, достаточно простой и легкий, чтобы вы могли как можно скорее ввести своего собственного персонажа в игру. Мы не хотим усложнять приема и мучить всех стандартными шаблонами с ограничением срок, все в ваших руках. Мы вам рады.<br>
        <p>
      </div>
<div class="slide">
       <p style="text-align: center;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Добро пожаловать в Меркури!</span></span></strong></p>Дорогие гости, администрация проекта, рада приветствовать на нашем проекте. Здесь вы с головой можете окунуться в  жизнь маленького и тихого городка Меркури, который не только готов принять в свои объятия любого, кто пожелает пустить корни в этом удивительном месте, но и в городе, который уже несколько веков скрывает свои тайны и если пытаться раскрыть их, вы можете погибнуть…<br>

        <p>
      </div>
    </div>
  </div>
  <!-- Slideshow HTML -->
  <div id="footer">

  </div>
</div>

</body></td>
   <td> <p style="text-align: center;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Администрация aka помощники</span></span></strong></p><br><div align="center"><a href="http://mercury.rusff.me/profile.php?id=3">Keegan Hunt</a> | <a href="http://mercury.rusff.me/profile.php?id=4">Rexy Blackheart</a> | <a href="ссылка">Имя</a>
<br><a href="ссылка">Имя</a><a href="ссылка">Имя</a><a href="ссылка">Имя</a><a href="ссылка">Имя</a><a href="ссылка">Имя</a>

</div><br>В административную команду идет набор добровольцев, желающих помочь развить проект. Нам нужны люди, которые действительно захотят помогать, модераторы, аватармейкеры, рекламщики. Мы будем рады, если найдутся те, кто разделит нашу любовь к проекту.
<br><marquee scrollamount="3" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=3" width="350">МЕСТО ВАКАНТНО, СПЕШИТЕ, ПОКА НИКТО НЕ ЗАНЯЛ ЕГО</marquee></td>
 </tr>
</table>
    </div>
	</div>
</div>

<div id="pun-status" class="section">
	<h2><span>Информация о пользователе</span></h2>
	<p class="container">

    <span class="item1">Привет, Гость!</span> 
    <span class="item2"><a href="/login.php">Войдите</a> или <a href="/register.php">зарегистрируйтесь</a>.</span> 
	</p>
</div>

<div id="pun-break1" class="divider"><hr /></div>

<div id="pun-crumbs1" class="section">
	<p class="container crumbs"><strong>Вы здесь</strong> » <span>Mercury city</span></p>

</div>

<div id="pun-break2" class="divider"><hr /></div>

<div id="pun-main" class="main">
	<h1><span>Форум</span></h1>
	<div id="pun-category1" class="category">
    <h2><div class="catleft"><!-- --></div><span>First Steps</span><div class="catright"><!-- --></div></h2>
    <div class="container">
    	<table cellspacing="0" summary="Список форумов в категории: First Steps">

    	<thead>
        <tr>
        	<th class="tcl" scope="col">Форум</th>
        	<th class="tc2" scope="col">Тем</th>
        	<th class="tc3" scope="col">Сообщений</th>
        	<th class="tcr" scope="col">Последнее сообщение</th>
        </tr>

    	</thead>
    	<tbody class="hasicon">
        <tr id="forum_f2" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://mercury.rusff.me/viewforum.php?id=2">- guest book;</a></h3>добро пожаловать на ролевую "Mercury city", мы рады Вас видеть здесь. В этом разделе вы сможете задать все интересующие Вас вопросы, высказать свое мнение, а так же связаться напрямую связаться с администрацией. Мы к Вашим услугам;</div>
            </div>

        	</td>
        	<td class="tc2">3</td>
        	<td class="tc3">13</td>
        	<td class="tcr"><a href="http://mercury.rusff.me/viewtopic.php?id=9#p108">ваши вопросы;</a><br />Вчера 19:55:42 - Rexy Blackheart</td>
        </tr>
        <tr id="forum_f3" class="alt2">
        	<td class="tcl">

            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://mercury.rusff.me/viewforum.php?id=3">- information;</a></h3>все самое важное и необходимое для регистрации находится именно в этом разделе. Изучив этот раздел вы легко сможете узнать наш сюжет, правила проекта, а так же узнать занята та или иная внешность на нашем проекте. Будьте внимательны;</div>
            </div>
        	</td>
        	<td class="tc2">5</td>
        	<td class="tc3">7</td>

        	<td class="tcr"><a href="http://mercury.rusff.me/viewtopic.php?id=5#p78">занятые внешности;</a><br />2011-12-30 22:30:02 - Kelly Rapas</td>
        </tr>
        <tr id="forum_f4" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://mercury.rusff.me/viewforum.php?id=4">- maybe you;</a></h3>как вы уже заметили у нас нет акций, но тем не менее, у нас есть раздел, где мы передаем те или иные роли. а так же здесь оставляют заявки на нужных персонажей наши любимые игроки, загляните сюда, быть может вы найдете здесь, то что вам нужно;</div>

            </div>
        	</td>
        	<td class="tc2">2</td>
        	<td class="tc3">3</td>
        	<td class="tcr"><a href="http://mercury.rusff.me/viewtopic.php?id=11#p80">нужные персонажи;</a><br />2011-12-30 23:00:30 - Kelly Rapas</td>
        </tr>
    	</tbody>

    	</table>
    </div>
	</div>
	<div id="pun-category2" class="category">
    <h2><div class="catleft"><!-- --></div><span>Registration</span><div class="catright"><!-- --></div></h2>
    <div class="container">
    	<table cellspacing="0" summary="Список форумов в категории: Registration">
    	<thead>

        <tr>
        	<th class="tcl" scope="col">Форум</th>
        	<th class="tc2" scope="col">Тем</th>
        	<th class="tc3" scope="col">Сообщений</th>
        	<th class="tcr" scope="col">Последнее сообщение</th>
        </tr>
    	</thead>

    	<tbody class="hasicon">
        <tr id="forum_f5" class="alt1">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://mercury.rusff.me/viewforum.php?id=5">- регистрация;</a></h3>если вы все же решили присоединиться к нам, то милости просим сюда, здесь вы найдете единый шаблон для всех анкет, он совершенно несложный, но за то он дает возможность провести своего собственного персонажа, не мучаясь с большими пунктами стандартных анкет;</div>
            </div>
        	</td>

        	<td class="tc2">2</td>
        	<td class="tc3">5</td>
        	<td class="tcr"><a href="http://mercury.rusff.me/viewtopic.php?id=34#p109">Whisky Mitchell - 23 у.о.</a><br />Вчера 19:56:42 - Rexy Blackheart</td>
        </tr>
    	</tbody>
    	</table>
    </div>

	</div>
	<div id="pun-category3" class="category">
    <h2><div class="catleft"><!-- --></div><span>Advertisement</span><div class="catright"><!-- --></div></h2>
    <div class="container">
    	<table cellspacing="0" summary="Список форумов в категории: Advertisement">
    	<thead>
        <tr>
        	<th class="tcl" scope="col">Форум</th>

        	<th class="tc2" scope="col">Тем</th>
        	<th class="tc3" scope="col">Сообщений</th>
        	<th class="tcr" scope="col">Последнее сообщение</th>
        </tr>
    	</thead>
    	<tbody class="hasicon">
        <tr id="forum_f23" class="alt1">

        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://mercury.rusff.me/viewforum.php?id=23">- партнерство;</a></h3>если вдруг вы решились стать нашим партнером, то внимательно знакомимся с правилами, оставляем заявку и уже тогда мы будем с Вами дружить;</div>
            </div>
        	</td>
        	<td class="tc2">0</td>

        	<td class="tc3">0</td>
        	<td class="tcr"> </td>
        </tr>
        <tr id="forum_f25" class="alt2">
        	<td class="tcl">
            <div class="intd">
            	<div class="icon"><!-- --></div>
            	<div class="tclcon"><h3><a href="http://mercury.rusff.me/viewforum.php?id=25">- ваша реклама;</a></h3>Не забывайте, что реклама должна быть взаимной. Если вы не оставите ссылку, где разместили нашу рекламу, то ваша реклама автоматически будет удалена. Ник- PR, пароль - 55555;</div>

            </div>
        	</td>
        	<td class="tc2">2</td>
        	<td class="tc3">51</td>
        	<td class="tcr"><a href="http://mercury.rusff.me/viewtopic.php?id=32&amp;p=2#p105">Ваша vol 1</a><br />Вчера 17:15:47 - PR</td>
        </tr>
    	</tbody>

    	</table>
    </div>
	</div>
</div>

<div id="pun-stats" class="section">
	<h2><span>Статистика форума</span></h2>
	<div class="statscon">
	<ul class="container">
    <li class="item1"><span>Всего тем: </span><strong>33</strong></li>

    <li class="item2"><span>Всего сообщений: </span><strong>108</strong></li>
    <li class="item3"><span>Зарегистрированных пользователей: </span><strong>7</strong></li>
    <li class="item4"><span>Последним зарегистрировался: </span><strong><a href="http://mercury.rusff.me/profile.php?id=8">Andrew Farnts</a></strong></li>
    <li id="onlinelist" class="item5"><div><a title="Посмотреть, кто чем занимается на форуме." href="online.php">Активны</a> (Гостей: <strong>1</strong>, Пользователей: <strong>0</strong>; Рекорд: <strong>11</strong>, установлен 2011-12-30) </div></li>

	</ul>
	</div>
</div>

<div class="section">
	<div id="tieser-bottom" class="container" align="center">
    <script type="text/javascript"><!--
mybb_ad4='%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%69%2F%36%36%34%2E%68%74%6D%6C%23%68%6F%73%74%3D%6D%65%72%63%75%72%79%2E%72%75%73%66%66%2E%72%75%26%76%6B%3D%55%67%6F%48%4D%2D%2D%4C%72%51%4D%6E%42%54%67%37%55%72%75%42%6E%6E%6A%6B%77%65%69%42%6D%6B%6C%35%30%70%46%3A%4B%68%6C%68%6B%35%35%76%26%63%6F%64%65%3D%71%3A%6F%6A%35%22%20%77%69%64%74%68%3D%22%31%30%30%25%22%20%68%65%69%67%68%74%3D%22%38%33%22%20%66%72%61%6D%65%62%6F%72%64%65%72%3D%22%30%22%20%76%73%70%61%63%65%3D%22%30%22%20%68%73%70%61%63%65%3D%22%30%22%20%6D%61%72%67%69%6E%77%69%64%74%68%3D%22%30%22%20%6D%61%72%67%69%6E%68%65%69%67%68%74%3D%22%30%22%20%73%63%72%6F%6C%6C%69%6E%67%3D%22%6E%6F%22%20%73%74%79%6C%65%3D%22%6D%69%6E%2D%77%69%64%74%68%3A%36%30%30%70%78%3B%20%6D%61%78%2D%77%69%64%74%68%3A%38%30%32%70%78%22%3E%3C%2F%69%66%72%61%6D%65%3E'
document.write(unescape(mybb_ad4))
document.write(unescape('%3C%64%69%76%20%73%74%79%6C%65%3D%22%64%69%73%70%6C%61%79%3A%6E%6F%6E%65%22%3E%3C%69%6D%67%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%62%73%2E%6D%79%62%62%2E%72%75%2F%6E%67%5F%76%69%65%77%73%2E%70%68%70%3F%70%6B%3D%34%36%36%34%65%32%61%63%34%61%38%66%63%62%36%39%31%63%63%33%64%39%33%34%38%30%39%32%39%30%38%31%39%65%36%63%33%62%33%39%62%31%34%38%26%72%3D%34%65%66%66%39%65%38%33%32%32%31%35%63%39%2E%34%33%30%33%35%36%38%33%22%20%77%69%64%74%68%3D%22%31%22%20%68%65%69%67%68%74%3D%22%31%22%20%2F%3E%3C%2F%64%69%76%3E'))//--></script>
	</div>
</div>

<div id="pun-break3" class="divider"><hr /></div>

<div id="pun-crumbs2" class="section">
	<p class="container crumbs"><strong>Вы здесь</strong> » <span>Mercury city</span></p>
</div>

<div id="pun-break4" class="divider"><hr /></div>

<div id="pun-about" class="section">
	<p class="container">
    <span class="item1" style="padding-left:0"><link rel="SHORTCUT ICON" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/x-icon">
<link rel="shortcut icon" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/vnd.microsoft.icon">

<link rel="icon" href="http://i.rusff.me/f/ru/rusff/favico.png" type="image/vnd.microsoft.icon">

<script type="text/javascript">
RusffCore.init();
</script>

<a href="http://forum-top.ru/" title="Рейтинг форумов" target="_blank">Рейтинг форумов</a> |
<a href="http://rusff.me/" title="Сервис бесплатных форумов Rusff.ru" target="_blank">Создать форум бесплатно</a></span>
	</p>
</div>

<!-- pun_debug -->

<div id="html-footer" class="section">

	<div class="container"><script language="JavaScript"> 
if((document.getElementById("navpm").innerHTML.indexOf("(") != -1) && (document.URL.indexOf("messages.php") == -1)) {
document.write("<div id='messanger' class='section' style='position: fixed; right: 39%; top: 35%; z-index: 1000; width: 320px; height: 110px;'><h2 style='background-color: #d8be81; color: #000; text-align: center;'>Оповещение</h2><div class='container' style='padding: 15px; text-align: center; background-color: #d8be81;'><span>Вам пришло новое личное сообщение</span><br /><br /> <span style='color: #000;'>Чтобы прочесть его, нажмите на эту кнопку.</span><br /><br /><br /><a class='mess' onclick=\"window.open(href='/messages.php'); return false\" style='background-color:#dfc5a6; border-style: none; cursor: pointer; font-size: 20px;' >&nbsp;&nbsp;&nbsp;OK&nbsp;&nbsp;&nbsp;</a></div><embed height='1' width='1' type='application/x-shockwave-flash' wmode='transparent' quality='high' src='http://promobil.kiev.ua/engine/classes/flashplayer/media_player.swf?MediaLink=http://promobil.kiev.ua/uploads/files/1188937250_icq.mp3&amp;defaultMedia=1&amp;showPlayButton=false&amp;playOnStart=true'></div>");}
$(function(){$('.mess').click(function(){
$('#messanger').toggle();}); });
</script><style>
#button-spoiler {background-image:url('http://upforme.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
function tag_spoiler(){
	var y = prompt("Введите описание закрытой кнопки",'');
	if(y!='null' && y!='' && typeof(y)!='object' && typeof(y)!='undefined'){
	var x = prompt("Введите описание открытой кнопки",'');
	if(x=='null' || x=='' || typeof(x)=='object' || typeof(x)=='undefined') bbcode('[spoiler='+y+']','[/spoiler]'); else bbcode('[spoiler='+y+'|'+x+']','[/spoiler]');}
	else bbcode('[spoiler]','[/spoiler]')
}
function addSpoiler(str,from,internal){
	var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string='',close='',open='';
	if((pos=str.indexOf("[spoiler",from))==-1) return str;
	if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
	if(((pos_c=str.indexOf("]",pos+8))!=-1) && ((pos_c!=pos+8)&&(pos_c!=pos+9))){
	string = str.substring(pos+9,pos_c);
	if((pos_l = string.indexOf("|"))!=-1){
close = string.substring(0,pos_l);
open = string.substring(pos_l+1,string.length);
	}
	else{
close = string;
open = string;
	}
	}
	else{
close = 'Показать спойлер';
open = 'Скрыть спойлер';
	}
	newpos=str.indexOf("[spoiler",pos+9)
	if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
	if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;
	str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length)
	if( str.indexOf("[spoiler")!=-1 && internal==false) str=addSpoiler(str,0,false)
	return str;
}

function makeSpoiler(txt,open,close){
	txt='<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><input id="'+open+'" class="spoiler-button" style="width:140px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid black;margin:0;">'+txt+'</blockquote></div>'
	return txt;
}

$(document).ready(function(){
	$("div.quote-box > cite > input.spoiler-button").click(function(){
$(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a);
	});
});

if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){
	elm=document.getElementById("pun-main").getElementsByTagName("div")
	for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)
	}
}
if(form=document.getElementById("form-buttons"))
	form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img  id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />"
</script><script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
	}
}
</script>
<script><!--Свои картинки в панель навигации со сменой картинки по наведению курсора" -->
   navlinks=new Array(

  "navindex",    // Форум
"http://savepic.net/2240602m.png","http://savepic.net/2241626m.png",
  "navuserlist", // Участники
"http://savepic.net/2242650m.png","http://savepic.net/2243674m.png",
  "navsearch",    // Поиск
"http://savepic.net/2234458m.png","http://savepic.net/2235482m.png",
  "navprofile",    // Профиль
"http://savepic.net/2233434m.png","http://savepic.net/2287709m.png",
  "navpm",    // Сообщения
"http://savepic.net/2288733m.png","http://savepic.net/2285661m.png",
  "navadmin",    // Администрирование
"http://savepic.net/2286685m.png","http://savepic.net/2291805m.png",
  "navregister", // Регистрация
"http://savepic.net/2292829m.png","http://savepic.net/2289757m.png",
  "navlogin",    // Войти
"http://savepic.net/2279517m.png","http://savepic.net/2277469m.png",
  "navlogout",    // Выход
"http://savepic.net/2278493m.png","http://savepic.net/2283613m.png"  // !ПОСЛЕДНИЙ элемент без запятой 
)
var s0,s1,s2,s3,i; for (i=0; i < navlinks.length; i++){s0=navlinks[i+1];s1="onmouseover=\"this.src='"+navlinks[i+2]+"'\""; s2="onmouseout=\"this.src='"+s0+"'\"";s3='<img class="navlinks" src="'+s0+'" '+s1+' '+s2+' border="0" />';$("#"+navlinks[i]+" a").html("<span>"+s3+"</span>");i++;i++; }
</script>
    <style>.Myimge {position:absolute;margin-top:-14px;}</style>
        <script type="text/javascript">
        PiarNik="PR";
        PiarPas="1111";

        var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
        <form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
        <fieldset>\
        <input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
        <input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
        <input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
        <input type=\"submit\" class=\"button\" name=\"login\"/>\
        </fieldset>\
        </form>\
        </div>\
        <span id=spMyimg><img class=\"Myimge\"  title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"http://savepic.net/2284637m.png\" onmouseover=\"this.src='http://savepic.net/2281565m.png' \" onmouseout=\"this.src='http://savepic.net/2284637m.png'\" /></span>";
        if($("#navlogin").html()!=null){

        $("#navlogin").append(L) //navlogin
        $("#PR_loginDiv #fld1").val(PiarNik)
        $("#PR_loginDiv #fld2").val(PiarPas)
        function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
        }
        </script>
<script type="text/javascript"><!--Свои картинки в пользовательскую панель новые сообщения, активные темы и тд" -->
li=document.getElementsByTagName("li")
f=0
while(li[++f]){
s=li[f].innerHTML
if((p=s.indexOf("Новые сообщения")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://savepic.net/2269277m.png'>"+s.substring(p+15)
else if((p=s.indexOf("Активные темы")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://savepic.net/2272349m.png'>"+s.substring(p+13)
else if((p=s.indexOf("Темы без ответов")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://savepic.net/2270301m.png'>"+s.substring(p+21)
else if((p=s.indexOf("Мои сообщения")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://savepic.net/2275421m.png'>"+s.substring(p+13)
else if((p=s.indexOf("Подписка")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://savepic.net/2273373m.png'>"+s.substring(p+8)
else if((p=s.indexOf("Все прочитано")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://savepic.net/2274397m.png'>"+s.substring(p+13)
}
</script>

<link rel="shortcut icon" href="http://cdn1.iconfinder.com/data/icons/outdated/512/icon_Skull.png" type="image/x-icon">
<script type="text/javascript">
var we=document.getElementsByTagName("ul")
var x=0
for (x=0; x<=(we.length-1); x++)
{if (we[x].innerHTML.indexOf("pa-online")!=-1)
{we[x].getElementsByClassName('pa-online')[0].innerHTML = "<img src='http://savepic.net/2261085m.png' />"}
else if ((we[x].innerHTML.indexOf("pa-online")==-1)&&(we[x].innerHTML.indexOf("pa-author")!=-1)){
we[x].innerHTML=we[x].innerHTML+"<img src='http://savepic.net/2267229m.png' />"}}
</script></div>
</div>

</div>
</div>
</div>

<script type="text/javascript">
$('textarea.limit3000').bind('keydown keypress keyup', function(e) {
	if($(this).val().length>3000) {
    $(this).val($(this).val().substr(0,3000));
    alert('Максимальное количество символов для этого поля - 3000.');
	}
});

$(document).ready(function() {
	adelms = ['#pun-title','#pun-title table','#title-logo-tr','#title-logo-tdr','#title-logo-tdr div.mybb_bs','#title-logo-tdr iframe','#title-logo-tdr a','#title-logo-tdr img','#title-logo-tdr object','#tieser-bottom','#tieser-bottom div.mybb_bs','#tieser-bottom iframe'];
    for (var key in adelms){
    	if (!$(adelms[key]).length) continue;
    	if ($(adelms[key]).css('opacity') && $(adelms[key]).css('opacity') < 0.8) {
        /* alert('Недопустимая прозрачность рекламного баннера'); */
        $(adelms[key]).css('opacity',1);
        $(adelms[key]).css('cssText','opacity:1 !important');
    	}
    	if ($(adelms[key]).css('display') && $(adelms[key]).css('display') == 'none') {
        $(adelms[key]).css('display','block');
        $(adelms[key]).css('cssText','display:block !important');
    	}
    	if ($(adelms[key]).css('visibility') && $(adelms[key]).css('visibility') == 'hidden') {
        $(adelms[key]).css('visibility','visible');
        $(adelms[key]).css('cssText','visibility:visible !important');
    	}
    	if ($(adelms[key]).css('z-index') && $(adelms[key]).css('z-index') < 0) {
        $(adelms[key]).css('z-index','1000');
        $(adelms[key]).css('cssText','z-index:1000 !important');
    	}
    	if ($(window).width() > 800 && $(adelms[key]).offset().left !== null && $(adelms[key]).offset().left > $(window).width()-$(adelms[key]).width() || $(adelms[key]).offset().top !== null && ($(adelms[key]).offset().top > $(document).height()-$(adelms[key]).height() || $(adelms[key]).offset().top < 0)){
        $(adelms[key]).css('position','relative');
        $(adelms[key]).css('left',0);
        $(adelms[key]).css('top',0);
        $(adelms[key]).css('cssText','position:relative !important');
        $(adelms[key]).css('cssText','left:0 !important');
        $(adelms[key]).css('cssText','top:0 !important');
    	}
    }
});
</script>

</body>
</html>
Код:
/*************************************************************
A - SETUP
**************************************************************/

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

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

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

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

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

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


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

body {
  font-size: 15px;;
  }
/* A3.2 */
.punbb {
  font: normal 68.75% verdana;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* 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% 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 {
 background-image : url("http://savepic.net/2273415.jpg");
 background-color: #;
  margin: 0px auto auto auto;
width : 785px;
  
}





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

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

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 0px 0px 0;
  }
/*************************************************************
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 #888;
  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-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-style: solid;
  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: solid;
  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 {
  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: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* 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: 16em;
  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: solid;
  border-width: 0px;
  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 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: 50%;
  }

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

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

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

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

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

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 60%;
  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: solid none none solid;
  border-width: 0px 0 0 0px;
  padding: 0.8em 1em;
  }

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

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

    * html .tclcon {height: 1px}

   /* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em
  }

.punbb div.icon {
  float: right;
  display: block;
  height: 60px;
width: 60px;
margin-left: 1px;
margin-right: 1px;
}
/* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #ffffff;
}


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

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

}

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

  }

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

  }

/* CS2.5 */
.punbb th {
  border-color: #ffffff;

  }

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

  }

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

  }

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

  }

.punbb .divider {
  border-color: #ffffff;

  }

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

  }

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

  }



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

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

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

/* 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: 19em;
  margin-top: -1.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: 0em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 0px;
  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: 0px;
  }

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

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

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

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

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

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

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

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

#pun-title td.title-logo-tdr {
border: none;
width: 0px;
}

/* 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, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

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

/* D4.1 */
#pun-ulinks  {
  margin-top: 0; !important;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em; !important;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 0px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* 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, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

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

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

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 0px 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 0px 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: 0px;
  }

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

/* 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: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

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

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

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  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: 0px;
  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;
  }

0


Вы здесь » rrr » Тестовый форум » Тестовое сообщение


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