Dragon's lair

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

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


Вы здесь » Dragon's lair » unplottable » дизайн инцерты


дизайн инцерты

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

1

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

/* 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;
  width: 1009px;
  position: relative;
  }

/* A5.2 */
.punbb {
  float: auto;
  height: auto;
  width: 83%;
  padding-left: 89px;
  }

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

  }

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


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

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

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

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  text-align: center;
  }
/* 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;
  }

#pun th {font-size: 0px;} 
li#navawards {display: none;} 
#pun-announcement h2 {display: none}
#pun-stats h2 span {visibility:hidden!important;}
.lastedit {display: none;} 
.post-content td {border:none transparent !important;}
#pun #pun-viewtopic.punbb #pun-main .container .online ul .pa-online {display: none; }
#pun #pun-viewtopic.punbb #pun-main .container .online ul .pa-online {display: none; }
#pun_wrap #pun  #pun-title.section #logo-table tbody{display: none; }
#pun-ulinks li.item7 {display: none;}
#pun-main div.catleft, #pun-main div.catright {display: none}
li.pa-author {text-transform: uppercase;} 
.tclcon h3 a {font-weight: bold; font-size: 12px !important; text-transform: uppercase;}

#pun-about p.container {
   text-align: center;
   line-height: 2;
   font-size: 10px;}
Код:
/* CS1 Фон и цвет текста*/

/* CS1.1 Цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #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, #pun-navlinks .container  { background-color: transpanent;
color: #000000;
font-weight: normal;
font-style: normal;}

/* CS1.2 Боди или фон форума */
body {background-color: #ffffff;  background-image: url(http://funkyimg.com/i/WTkd.jpg); background-position: top center; }

/* CS1.3 Шапка */
#pun-title table {
background-image : url(http://sg.uploads.ru/C1RXI.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
height: 577px;
width: 1009px;
margin-left: -86.5px;}

/* CS1.4 Пан или "тело" форума */
#pun {background-color: #ffffff; background-image: url(http://funkyimg.com/i/WTm8.jpg);}

/* CS1.5 Футер\копирай\низ */
#pun-about p.container {background-image: url(http://sh.uploads.ru/eBP3r.png); 
background-position: top bottom; 
background-repeat: no-repeat; 
height: 235px; width:1009px;
div#html-footer; 
margin-bottom: -86px; 
margin-left: -87.5px;}

/* CS1.6 Ссылки верхней навигации*/
#pun-navlinks .container {
    background-image: url("");
    background-position: center center;
    font-family: Arial Narrow;
    font-size: 17px;
    letter-spacing: -1px;
    margin-left: 30px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 310px;
    z-index: 1000;
    width: 800px;
}

#pun-ulinks .container {
    font-family: Palatino Linotype;
    font-size: 10px;
    margin-left: 10px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 267px;
    width: 800px;
}


/* CS2 Ссылки */

/* CS2.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, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
 color:  #080401;
  font-size: 1.0em;
     text-decoration: none;}

/* CS2.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: #8e7042; 
  font-size: 1.0em;
  
  text-decoration: none;}

/* CS2.3  Ссылки верхней навигации*/
#pun-navlinks a {
  color: # #080401;
   font-size: 1.1em;
   font-family: "Arial Narrow"; 
   text-decoration: none;}

/* CS2.4 Ссылки верхней навигации при наведении*/
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: # #080401;
  font-family: "Arial Narrow";
  font-size: 1.0em;
   text-decoration: none;
 }

/* CS3 Иконки старых, новых, важных, закрытых тем */

/* CS3.1 Иконка старых сообщений*/
.punbb table Div.icon {float: right; 
display: block; 
width: 35px;
height: 35px;
background-image : url(http://funkyimg.com/i/WTtC.png);
background-repeat: no-repeat;}

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

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

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

/* CS4 Картинки категорий */

#pun-category1.category h2 {
background: url(http://funkyimg.com/i/WTqT.png);
height: 45px;
width: 473px;
font-size:0 !important;
margin-left: 160px;}

#pun-category2.category h2 {
background: url(http://funkyimg.com/i/WTta.png);
height: 45px;
width: 473px;
font-size:0 !important;
margin-left: 160px;}

#pun-category3.category h2 {
background: url(http://funkyimg.com/i/WTrc.png);
height: 45px;
width: 473px;
font-size:0 !important;
margin-left: 160px;}

#pun-category4.category h2 {
background: url(http://funkyimg.com/i/WTrb.png);
height: 45px;
width: 473px;
font-size:0 !important;
margin-left: 160px;}

#pun-category4.category h2 {
background: url(http://funkyimg.com/i/WTrb.png);
height: 45px;
width: 473px;
font-size:0 !important;
margin-left: 160px;}

#pun-category5.category h2 {
background: url(http://funkyimg.com/i/WTrj.png);
height: 45px;
width: 473px;
font-size:0 !important;
margin-left: 160px;}

/* CS5 Прочие элементы */

/* CS5.1 Статус картинки со статистикой 24*/
#pun-stats.section h2 {
    background: transparent url("http://funkyimg.com/i/WTsu.png") no-repeat scroll 0 0;
    font-size: 0;
    height: 45px;
    margin-left: 180px;
    margin-top: 10px;
    width: 473px;
    position: absolute;
}

/* CS5.2 Статус картинки с надписью "статистика" над статистикой форума*/
#pun-stats ul.container {
    background: transparent url("http://sg.uploads.ru/rW31c.png") no-repeat scroll 10px 10px;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
}


/* CS5.3 Цитаты и коды в сообщениях*/
.punbb .quote-box, .punbb .code-box {
background-color: #c9a37a; 
background-image: url("http://funkyimg.com/i/WTpY.png");
color: #000000}

/* Закругленные края цитаты и кода с тенью */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  { 
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
box-shadow: 0px 2px 1px }

.punbb input { border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
box-shadow: 0px 1px 1px;}

/* CS5.4 Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
background-color: #c9a37a;
color: #000000}

/* CS5.5 Двигаем верхний баннер */
#pun-title table tbody tr .title-logo-tdr {
position: absolute; z-index: 1; 
left: 50px; 
top: -192px}

/* CS5.6 Совсем другое */
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-announcement .container {margin-top: -2em}
#pun-main .post-author ul {text-align: center}
#pun-announcement h2 {display: none}
#pun-status .container, #pun-main .post-links li {text-align: center;}
#pun th, #pun-main h2 {text-align: center}
#pun-crumbs1 .container { text-align: center;}
#pun-navlinks .container, #pun-ulinks .container { text-align: center;}

/*полупрозрачное лого*/
.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter:alpha(opacity=40);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter:alpha(opacity=40);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
}


a.menu:link, a.menu:visited, a.menu:active{text-decoration: none;

background-color: d0cebd;
color: #d0cebd;
overflow-y: auto;
text-align: center;
display:block;
width:372px;
border-bottom: 1px solid #d0cebd;
}
a.menu:hover {
background-color:#d0cebd;
color: #d0cebd;
border-bottom :0px solid #212a33;}

::-webkit-scrollbar {
width: 10px;
height: 15px;
}
::-webkit-scrollbar-track {
background: #080401;
}
::-webkit-scrollbar-thumb {
background: #8e7042;

0

2

Код:
<div class="shapka1">Инсерта открывает двери для всех желающих волшебников и ведьм со всего Магического мира! Добро пожаловать, дорогой друг, надеемся, что придемся тебе по душе и ты захочешь остаться с нами. </div>
<div class="shapka2">Темного Лорда больше нет. 
Он пропал. Он повергнут. Он попросту мертв. 
И многие волшебники ликуют от того, что война закончилась. 
Но правы ли они?<br><br><b>дата событий:</b> <br>
ноябрь-декабрь 1981 год;<br>
<b>рейтинг игры:</b> NC-17</div>

<div class="need1"><a href="ссылка"><img src="http://funkyimg.com/i/Y6GV.png"></a></div>
<div class="need2"><a href="ссылка"><img src="http://funkyimg.com/i/Y6GU.png"></a></div>


<div class="active1"><a href="ссылка"><img src="http://funkyimg.com/i/Y6HH.png"></a></div>
<div class="active2"><a href="ссылка"><a href="ссылка"><img src="http://funkyimg.com/i/Y6HH.png"></a></div>
<div class="active3"><a href="ссылка"><a href="ссылка"><img src="http://funkyimg.com/i/Y6HH.png"></a></div>
<div class="active4"><a href="ссылка"><a href="ссылка"><img src="http://funkyimg.com/i/Y6HH.png"></a></div>

<div class="admin1"><span class="tooltip"><a href="ссылка"><img src="http://funkyimg.com/i/Y6Jp.png"></a><em>текст текст текст текст текст </em></span>
</div>
<div class="admin2"><span class="tooltip"><a href="ссылка"><img src="http://funkyimg.com/i/Y6Jq.png"></a><em>текст текст текст текст текст </em></span>
</div>
<div class="admin3"><span class="tooltip"><a href="ссылка"><img src="http://funkyimg.com/i/Y6Js.png"></a><em>текст текст текст текст текст </em></span>
</div>


<div class="tabletd1">текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст </div>

<div class="tabletd2"><center><table width="100%"><tr><td><center><a href="ссылка">сюжет</a><br><a href="ссылка">гостевая</a><br><a href="ссылка">новости</a><br><a href="ссылка">faq</a></center>
</td><td>
<td><center><a href="ссылка">роли</a><br><a href="ссылка">внешности</a><br><a href="ссылка">имена</a><br><a href="ссылка">должности</a></center>
</td>
<td><center><a href="ссылка">нужные</a><br><a href="ссылка">шаблоны анкеты</a><br><a href="ссылка">еще что-нибудь</a><br><a href="ссылка">еще что-нибудь</a></center>
</td></tr></table>текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст<br>
<a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=19277' target='_blank' class="Hoverbuttons"><img src="http://palantir.in/count.php?id=19277&cid=palantir2006.png" alt='Palantir' title="Каталог фэнтези сайтов Палантир"   border=0 width="88px" height="31px"></a> 

<!-- Top.Roleplay.Ru -->
<script type="text/javascript" language="javascript">
var topRPGc="<img src='http://s01.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23598&rnd=" + Math.random();
topRPGc += "&r="+escape(document.referrer)+"' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23598'  title='Рейтинг Ролевых Ресурсов - RPG TOP' target='top_'>"+
"<img src='http://img.rpgtop.su/88x31x11x8.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0'  width='88' class='Hoverbuttons' height='31'></a> ";
document.write(topRPGc);
</script>
<noscript>
<img src='http://s01.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23598' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23598' target='_top'><img src='http://img.rpgtop.su/88x31x11x8.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' class='Hoverbuttons' height='31'></a>
</noscript>
<!-- /Top.Roleplay.Ru --></center></div>

<div class="tabletd3">текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст </div>
Код:
<div id="html-footer" class="section"><div class="container"><div id="footer"><!-- Партнеры -->
<div style="overflow: scroll; position: absolute;  overflow-x: hidden; height: 66px; width: 850px; margin-left: 55px; position: absolute; margin-top: 45px;">  <center>
<a href="http://wind.hutt.ru/"target=_blank><img src="http://funkyimg.com/i/RrZB.gif" title="Kandreyn. The dark side of history"></a>

<a href="http://deathless.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/WXxq.gif" title="отправься в бессмертный город"></a>

<a href="http://deathmark.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/WFcG.gif" title="Under the Death Mark" width="88" height="31" border="0"></a>

<a href="http://salvio.rusff.me"><img src="http://savepic.su/5478544.gif" title="Salvio Hexia" /></a>

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

<a href="http://illuminati.rusff.me/" title="HP II: ILLUMINATI"><img src="http://sg.uploads.ru/z1HJt.gif" border="0"></a>

<a href="http://durmstrang.artbb.ru/" target=_blank><img src="http://funkyimg.com/i/VVYv.gif" alt="Durmstrang: Legends of the Frost" title="Durmstrang: Legends of the Frost"></a>

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

<a href="http://30secondstowar.rusff.me/" target="_blank"><img src="http://i.imgur.com/tlaLqeC.gif"title="30 SECONDS TO WAR"border="0"width="88" height="30"></a>

<a href=http://tfww.rusff.me/><img src="http://s5.uploads.ru/rGJf8.gif" ></a>

<a href="http://fightordie.rusff.me/" title=" Divergent & The100 : We aren`t the ones who seem" target=_blank> <img src="http://sg.uploads.ru/LXoN9.gif" border="0" alt="Divergent & The100 : We aren`t the ones who seem"></a></center>
</div>

<!--Сворачивалка в профиле в топике заданных пунктов инфы юзера -->
<style>li.pa-hidePunk {border:inset 0px;padding:0 0px;width:184px;cursor:pointer; cursor:hand; margin-top: 2px;}</style>
<script type="text/javascript">
$(function(){
setTimeout(function(){
var g01='<img src="http://funkyimg.com/i/Y6Kg.png" />'; // Надпись на разворачивалке
var g00='<img src="http://funkyimg.com/i/Y6Kg.png" />'; // Надпись на cворачивалке
hidePunkt=new Array(
"pa-awards",     //Награды
    "End ul")

       var g012='<li class="pa-hidePunk">';
       g01='<span>'+g01+' </span>';
       g00='<span>'+g00+' <b></b></span>';
       $(".post .post-author").each(function () {
       for(var i=0;i<hidePunkt.length-1;i++){
       if($(this).find("li."+hidePunkt[i]).html()!=null){
       $(this).find("li."+hidePunkt[i]).addClass('hidePunkt');};};
       $(this).find("ul").append(g012+g01+g00+'</li>');
       $(this).find("li.pa-hidePunk span:last").hide();
       $(this).find(".hidePunkt").hide();
    });

    $("li.pa-hidePunk").click(function () {
    $(this).find("span").toggle();
    $(this).parent("ul").find("li.hidePunkt").toggle('slow');});
}, 700);
});
    </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>
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"><!--Своя картинка в каждую категорию -->
    $(document).ready(function(){

    myarray=new Array(
"Тестовая категория", "http://funkyimg.com/i/Y35D.png",
 "part one: in the academy's walls", "http://funkyimg.com/i/Y35C.png",
 "part one: in the academy's walls", "http://funkyimg.com/i/Y35B.png",
 "part one: in the academy's walls", "http://funkyimg.com/i/Y35A.png",
 "part one: in the academy's walls", "http://funkyimg.com/i/Y35z.png",
 "Статистика форума", "http://funkyimg.com/i/Y35y.png"  //Последний элемент без запятой! 
    )

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

    var cssObj = {
       "height":"70px",
       "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>


<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="http://funkyimg.com/i/Y36g.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="http://funkyimg.com/i/Y36f.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right:140px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:.7; /*прозрачность*/
margin-bottom:40px; /*отступ снизу (можно не указывать)*/
width:23px; /*ширина кнопки*/
height:36px; /*высота кнопки*/
}
.go-up {
bottom:250px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:150px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>


<!--Убрать Это Интересно-->
<script type="text/javascript">
rusffLive.enable = false;
</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">
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:-0px;}</style>
<script type="text/javascript">
PiarNik="Реклама";
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><a onclick=\"PiarIn()\">Пиар-Вход</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>
<script>
<!--
godof="админка" 
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 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 nrisunok="http://forumupload.ru/uploads/0000/0a/f2/68797-1.gif";
if( (document.getElementById("navpm").innerHTML.indexOf("(") != -1))
{ 
document.getElementById("navpm").innerHTML="<img src='"+nrisunok+"'> "+document.getElementById("navpm").innerHTML;
};
</script>
<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.3);
              $(this).hover(function () {
                $span.stop().fadeTo(600, 1);
             }, function () {
                $span.stop().fadeTo(600, 0.3);
              });
        });
    });
</script>

0

3

Код:
/*************************************************************
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.7em;
vertical-align: middle
}


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

/* A3.1 */
body {
  font-size: 11px;
  }


/* A3.2 */
.punbb {
  font: normal 100% tahoma;
  }


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

/* A3.6 */
.punbb pre {
font: 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: 100px auto auto auto;
width : 902px;
padding: 0px 0px 0px 0px;
border: none;
border-top: none;
}

/* A5.2 */
.punbb {
margin-left: 30px;
float: left;
width: 852px;}

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

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

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


/* название подфорума */
#pun-main h2 {
color: #1b1713;
font-style: normal;
text-shadow: 1px 0px 0px #97846e;
font-weight: normal;
letter-spacing: 0em;
text-align: center;
font-size: 18px;
font-family: Impact;
height : 25px;
overflow-y: hidden !important;}


/*************************************************************

B - MAIN CONTENT - GENERAL

**************************************************************/



/* B1 Parsed Content, Signatures and Scroll Boxes

-------------------------------------------------------------*/


/* B1.1 */

.punbb .post-content {

  padding: 0;

  margin: 0;

  width: 100%;

  overflow: hidden;

  }



/* B1.2 */

.punbb .post-sig dt {

  display: block;

  border-top: 0px none #adadad;

  width: 260px;

  margin: 5px 0;

  }



/* B1.3 */

.punbb .post-content p {

  margin: 0;

  padding: 0 0 1em 0;

  line-height: 140%;

  }



/* 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;
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругление для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */


  }



/* B1.9 */

.punbb .quote-box cite, .punbb .code-box strong.legend {

  display: block;

  padding-bottom: 0.7em;

  font-size: 1.1em;

  font-weight: bold;

  font-style: normal;

  margin: 0;

  }



/* B2 Information boxes

-------------------------------------------------------------*/



/* B2.1 */

.punbb .info-box {

  padding: 1.1em 1.7em 1em 1.7em;

  border-style: none;

  border-width: 0px;

  margin: 0 0 1.1em 0;

  }



/* B2.2 */

.punbb .info-box * {

  padding: 0 0 0.7em 0;

  }



/* B2.3 */

.punbb #pun-main .info-box .legend {

  font-size: 1.1em;

  font-weight: bold;

  }





/* B3 Pagination and posting links

-------------------------------------------------------------*/



/* B3.1 */

.punbb .linkst {

  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: none;

  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: right;
  width: 90%;
  padding-top: 25px;

 
  }

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

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 200px;

  }

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
color: #1b1713;
font-style: normal;
text-shadow: 2px 0px 0px #97846e;
font-weight: normal;
letter-spacing: 0em;
text-align: left;
font-size: 18px;
font-family: Impact;
text-transform: lowercase;
  }

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

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

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

/* C2.12 */
.punbb .main th {
  border-style: none none none none;
  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: 60px;
  }
* html .tclcon {height: 1px}

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

}
/* C2.15 */
.punbb div.icon {
      float: left;
  display: block;
  width: 24px;
  height: auto;
  margin-top: 1px;
 padding-right: 10px;
}


/* C3 Topics

-------------------------------------------------------------*/



/* C3.1 */

.punbb .post .container {

  border-style: none none none none;

  border-width: 0px;

  margin-top: -1px;

  padding-bottom: 1px;

  }



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

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

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



/* C3.5 */

/* профиль */
.punbb .post .post-author {
float: left;
width: 19em;
background-image : url("http://funkyimg.com/i/Y35K.png");
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругление для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */
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%;

  text-align: right;

  }



/* C3.7 */

/* имя автора */
.pa-author {
text-transform: uppercase;
font-family: tahoma;
font-size: 1.1em;
letter-spacing: 0.1em;
font-weight: bold; }
.pa-author a {
text-decoration: none}


/* C3.8 */

.pa-author a {

  text-decoration: none

  }



/* C3.9 */

/* статус */
li.pa-title {
line-height: 7px;
padding-bottom: 0.5em;
font-size: 10px; 
font-style: times new roman;
letter-spacing: 0.2em;
text-transform: lowercase; }





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: none;

  border-left-width: 0px;
text-align: justify; 
  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: 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: 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: 0px 0px 0 0px;


  }



/* D1.2 */

#pun-title h1 {

  display : block;
  height :507px;

  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;

  }



#pun-title table {
background-repeat: repeat-x;
height: 490px;
margin-top: -50px;
	border: none;
	width: 974px;
}





#pun-title td.title-logo-tdl {

    border: none;

    width: 100%;

}



#pun-title td.title-logo-tdr {
border: none;
width: 900px;
  position: relative;
  left: 0px;
  top: 20;
}


/* D2 Page navigation

-------------------------------------------------------------*/

/* D2.1 */

#pun-pagelinks {

  position: absolute;



  margin: 0;

  border: none;

  padding: 0;

  width: 100%;
top:0px;
left: 0px;
  }



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



/* D3.2 */

#pun-navlinks .container {
  position:absolute;  
width: 900px;
  font-size: 18px;
  font-weight: normal;
margin-top: -490px;
  margin-left: 0px; 
  text-align: center;


}


/* 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  {
position:absolute;
width: 850px;
margin-left: 0px;
margin-top: -190px;
  text-align: center;
  }



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

  }



/* D5.2 */

#pun-status .container {

  padding: 0.8em 1em 1em 1em;
   width: 890px;

  }



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

  }



/* 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: -1em 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: none;

  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: none;

  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

4

Код:
/* дополнительные контейнеры */

.need1 {top: 284px; margin-left: -15px !important; position: absolute; z-index: 999;}
.need2 {top: 284px; margin-left: 590px !important; position: absolute; z-index: 999;}
.admin1 {top: 235px; margin-left: 650px !important; position: absolute; z-index: 999;}
.admin2 {top: 235px; margin-left: 720px !important; position: absolute; z-index: 999;}
.admin3 {top: 235px; margin-left: 790px !important; position: absolute; z-index: 999;}
.active1 {top: 235px; margin-left: -5px !important; position: absolute; z-index: 999;}
.active2 {top: 235px; margin-left: 45px !important; position: absolute; z-index: 999;}
.active3 {top: 235px; margin-left: 95px !important; position: absolute; z-index: 999;}
.active4 {top: 235px; margin-left: 145px !important; position: absolute; z-index: 999;}

.shapka1 { padding: 0px;
width : 150px;
height: 169px;
position: absolute; 
text-shadow: 1px 0px 1px #b5a58f;
z-index: 999; 
top: 140px; 
line-height: 110%;
margin-left: -10px !important;
font-size: 10px; 
text-align: left;
font-family: tahoma;
color: #292014;
letter-spacing: 0em;
overflow-y: auto;}

.shapka2 { padding: 0px;
color: #000000;
width : 140px;
height: 169px;
position: absolute; 
text-shadow: 1px 0px 1px #b5a58f;
z-index: 999; 
top: 120px; 
line-height: 110%;
margin-left: 710px !important;
font-size: 10px; 
text-align: right;
font-family: tahoma;
color: #292014;
letter-spacing: 0em;
overflow-y: auto;}

.tabletd1 { padding: 0px;
width : 260px;
height: 135px;
position: absolute; 
z-index: 999; 
top: 390px; 
line-height: 100%;
margin-left: -5px !important;
font-size: 11px; 
text-align: justify;
font-family: tahoma;
color: #292014;
letter-spacing: 0em;
overflow-y: auto;
}

.tabletd2 { padding: 0px; overflow-y: auto;
width : 300px;
height: 140px;
position: absolute; 
top: 390px; 
line-height: 100%;
margin-left: 270px !important;
font-size: 11px; 
text-align: justify;
font-family: tahoma;
color: #292014;
letter-spacing: 0em;
}

.tabletd3 { padding: 0px;overflow-y: auto; 
position: absolute; 
width : 260px;
height: 135px;
top: 390px; 
line-height: 100%;
margin-left: 590px !important;
font-size: 11px; 
text-align: justify;
font-family: tahoma;
color: #292014;
letter-spacing: 0em;
}

/* шапка */
#pun-title TABLE { 
background-image : url("http://funkyimg.com/i/Y2oy.png");
background-position : top center;
background-repeat: repeat-x;
margin-left: -66px; 
margin-top: 0px;
overflow-x: hidden !important;}

/* фон страницы */
html {
background: url(http://funkyimg.com/i/Y2ov.png) repeat-x center top,
url(http://funkyimg.com/i/Y2ou.png) repeat #100d0a;
overflow-x: hidden !important;}

/* фон форума */
#pun {
background-image : url("http://funkyimg.com/i/Y2ox.png");
color: #281e14;
background-color: #7a6a58;
background-repeat: repeat;
background-position : center;}

/* всякая хрень */
.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;}
.punbb .container, .punbb .post-body, .post h3, #pun-title {
border-color: none none none none ; border-style:none !important;}
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-color: none; border-style:none !important;}
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border-color: none;; border-style:none !important;}
.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; border-style:none !important;}
.punbb th {border-color: none; border-style:none !important;}
.punbb .quote-box, .punbb .code-box {
border-color: #NONE;}
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
border-color: none; border-style:none !important;}
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border-color: none; border-style:none !important;}
.punbb .divider {border-color: none none none none; border-style:none !important;}
.punbb .formal fieldset .post-box, .punbb .info-box {border: 0px solid #NONE}
li.pa-online {border-left-color: none; border-style:none !important;}
.punbb .post-sig dt {border-color: transparent; border-style:none !important;}
.formsubmit input {background-color : none; border-color: none; border-style:none !important;}
#pun-stats h2,.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-stats .statscon, li#onlinelist, li#onlinelist div  {background-color: transparent; color: #000000; font-style: normal; overflow-x: hidden !important;}
#pun  .section {border-style: none; }
#pun  .tc2, #pun-main .post-author ul  {text-align: center;}
#pun-stats h2 span,
.category h2 span {
visibility:hidden!important;}
#pun .tcl {text-align: justify;width: 40%;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 4em}
#pun-title .title-logo { display : none; }


/* цитата и текстовое поле */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select, .punbb input {
 background-color: transparent;
background-image : url("http://funkyimg.com/i/Y35K.png");
  color: #000000;
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругление для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */
  }

/* ссылки */
.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,
.punbb li.isactive a, .punbb li.isactive a:link, 
.punbb li.isactive a:visited,
.punbb a:hover, .punbb a:focus, 
.punbb a:active,  
.punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:focus, 
.punbb-admin #punbb-admain a:active,
#pun-pagelinks a:active, #pun-pagelinks a:focus {
color: #000000;
text-decoration: none;}

/* ссылки при наведении */
.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 {text-decoration: underline;}

/* категория при наведении */
#pun-index .tcl h3 a:hover {
text-decoration: underline;}

/* навигация */
#pun-navlinks a {
display: inline; 
color: #000000;
font-style: normal;
text-shadow: 2px 0px 0px #7d6b58;
font-weight: normal;
letter-spacing: 0.1em;
text-align: center;
text-transform: uppercase;
font-size: 35px;
font-family: Impact;
text-decoration: none;}

/* навигация при наведении */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
text-decoration: underline;}

/* пользовательская навигация */
#pun-ulinks a {
text-align: center;
color: #000000;
font-weight: normal;
font-style: normal;
font-family: Impact;
text-transform: lowercase;
font-size: 8px;
letter-spacing: 0.2em;}

/* иконка старых сообщений*/
.punbb table Div.icon {float: left; 
display: block; 
border-style: none none none none;
margin-left: 0px;
margin-right: 0px;
margin-top: -12px;
width: 39px;
height: 39px;
background-image : url(http://funkyimg.com/i/Y369.png);
background-repeat: no-repeat;}

/* иконка новых сообщений*/
TR.inew Div.icon {
background-image : url(http://funkyimg.com/i/Y36a.png);
background-repeat: no-repeat;
width: 39px;
height: 39px;}

/* иконка важных сообщений*/
TR.isticky Div.icon {
background-image : url(http://funkyimg.com/i/Y369.png);
width: 39px;
height: 39px;}

/* иконка закрытых сообщений*/
TR.iclosed Div.icon {
background-image : url(http://funkyimg.com/i/Y369.png);
background-repeat: no-repeat;
width: 39px;
height: 39px;}

/* прозрачность рекламы*/
.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter:alpha(opacity=40);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;}
.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter:alpha(opacity=40);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;}


/* дополнительно */
.lastedit {display: none;}
.stickytext, .closedatafield { display: none;}
li#navawards {display: none;}
#pun-ulinks li.item7 {display: none;}
#pun-main .post-content {font-size: 11px;} /* шрифт в посте */
#pun-main .formal textarea {font-size: 11px;} /* шрифт в текстовом поле */
#pun-status .container .item3 a {margin-right: 200px;} /* фонд форума */
#pun-about .container .item1 {margin-right: 200px; margin-top: -15px;} /* рейтинг форумов */

/* реклама */
#pun-title table tbody tr .title-logo-tdr {
position: absolute;
z-index: 1;
margin-left: 200px;
margin-top: 10px;
}

/* полоса прокрутки */
::-webkit-scrollbar {width: 8px;height: 5px;}
::-webkit-scrollbar-track {background-color: #100d0a;}
::-webkit-scrollbar-thumb {background-color: #a1907a;}

/* ПРОФИЛЬ */

/* айпи */
.pa-ip, .pa-reg, .pa-last-visit {
font-family: verdana;
font-size: 10px;
text-transform: lowercase;
line-height: 10px;}  

/* активность */
li.pa-online {
font-family: verdana;
font-size: 9px;
text-transform: lowercase;
letter-spacing: 1px;
line-height: 5px;  } 

/* сообщения и репутация */
.pa-posts {
  margin-left: 0px;
font-size: 10px;
  display: inline-block;
border-width: 2px;
    border-color: #836e57;
    border-style: none none solid none;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  width: 65px;
  }
.pa-respect {
  display: inline-block;
font-size: 10px;
  margin-left: 0px;
  text-align: center;
  text-transform: uppercase;
border-width: 2px;
    border-color: #836e57;
    border-style: none none solid none;
  padding-top: 5px;
  width: 80px;
  }

/* категория */
 .categ {
background-image : url("http://funkyimg.com/i/Y35K.png");
font-size: 10px; 
text-align: justify;
font-family: Tahoma;
color: #281e14;
line-height: 90%;
letter-spacing: 0.1em;
padding: 5px;}

/* футер */
#footer {position: absolute;
z-index: 999;
position:absolute; margin-right: 0px;
margin-left: -66px; margin-bottom: 70px;
padding-top: 0px;
width: 974px; height: 189px;
background-repeat: no-repeat;
background-image: url('http://funkyimg.com/i/Y2ow.png');}

a.menu:link, a.menu:visited, a.menu:active{text-decoration: none;
 
background-color: #ebdeba;
font: normal 9px georgia;
color: #000000;
line-height: 12pt;
text-transform: lowercase; 
letter-spacing: 0.2em;
text-align: center;
display:block;
width: 170px;
border-bottom: 2px solid  #bcb08d;
}
a.menu:hover {
background-color:#f2eddd;
border-bottom: 2px solid  #e2d5b1;
color:  #000000 ;}

/* выпадающее меню */
.tooltip {
	position: relative;
	}
.tooltip em {
	display: none;
	}
.tooltip:hover em {
	font-style: normal;
	display: block;
        width: 100px;
	position: absolute;
        z-index: 9999;
        background-image : url("http://funkyimg.com/i/Y35K.png");
	color: #21231d;
	padding: 10px 10px;
	bottom: 20px;
	right: 50px;
	box-shadow: 0 1px 3px #000000;
	
}
.tooltip:hover em i {
	position: absolute;
	bottom: -7px;
	right: 5px;
	display: block;
}




/* настройка вида ЛЗ */
.ch_name {
width: 180px;
color: #281c0a;
padding: 5px;
text-align: center; 
font-family: trebuchet ms;
font-size: 10px;
font-weight: normal;
line-height: 100%;
padding-bottom: 3px;
letter-spacing: 1px;
   }
.ch_in {
width: 170px;
background-color:   #7a6a58;
border: 3px double #484028; /*стиль рамки*/
border-radius: 10px;
box-shadow: 0px 2px 1px;
color: #281c0a;
padding: 5px;
text-align: center; 
font-family: trebuchet ms;
font-size: 8px;
text-transform: uppercase;
line-height: 10px;
padding-bottom: 4px;
letter-spacing: 1px;
   }
/*  codes by artishock */


.post_reputation {
    background: #91806b;
}
#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area {
    background-color: rgba(145,128,107, 0.6) !important;
}

0

5

Код:
<div class="shapka1">
Тучи не перестают сгущаться над небом Магической Британии. Вот только в этот раз для этого находятся иные причины. Возможно, дорогой волшебник, тебе станет интересно узнать, что же произошло? 
 </div>
<div class="shapka2"> Ведь Темного Лорда больше нет. 
Он пропал. Он повергнут. Он попросту мертв. 
И многие волшебники ликуют от того, что война закончилась. 
Но правы ли они?<br><br><b>дата событий:</b> <br>
ноябрь-декабрь 1981 год;<br>
<b>рейтинг игры:</b> NC-17</div>

<div class="need1"><a href="http://incertum.rusff.me/viewtopic.php?id=90#p1100"><img src="http://sh.uploads.ru/RUZBJ.png"></a></div>
<div class="need2"><a href="http://incertum.rusff.me/viewtopic.php?id=120"><img src="http://sg.uploads.ru/Okb4Y.png"></a></div>


<div class="active1"><a href="http://incertum.rusff.me/profile.php?id=33"><img src="http://sh.uploads.ru/hXuUk.png"></a></div>
<div class="active2"><a href="http://incertum.rusff.me/profile.php?id=15"><img src="http://sg.uploads.ru/gOvUL.png"></a></div>
<div class="active3"><a href="http://incertum.rusff.me/profile.php?id=43"><img src="http://sh.uploads.ru/ZQSuh.png"></a></div>
<div class="active4"><a href="http://incertum.rusff.me/profile.php?id=11"><img src="http://sh.uploads.ru/FjyYS.png"></a></div>

<div class="admin1"><span class="tooltip"><a href="http://incertum.rusff.me/profile.php?id=7"><img src="http://funkyimg.com/i/Y6Jp.png"></a><em><b>Гектор Флинт</b>
<br> Администратор-организатор. Ответит на все вопросы касательно Министерства Магии и Ордена Феникса. 
<br> skype:  </em></span>
</div>
<div class="admin2"><span class="tooltip"><a href="http://incertum.rusff.me/profile.php?id=8"><img src="http://funkyimg.com/i/Y6Jq.png"></a><em><b>Урсула Паркинсон</b>
<br> Администратор-организатор. Ответит на все вопросы касательно светских леди, сквибов, оборотней и т.п. 
<br> skype: </em></span>
</div>
<div class="admin3"><span class="tooltip"><a href="http://incertum.rusff.me/profile.php?id=6"><img src="http://funkyimg.com/i/Y6Js.png"></a><em><b>Рудольфус Лестрейндж</b>
<br> Администратор-текстовик. Ответит на все вопросы касательно Пожирателей Смерти и сюжетных квестов. 
<br> skype:   </em></span>
</div>


<div class="tabletd1"> <br><center><b> Очередность постов:</b></center>
<br><a href="http://incertum.rusff.me/viewtopic.php?id=82#p941">02.11 Без вины виноватый </a> - <b>Kingsley Shacklebolt;</b>
<br><a href="http://incertum.rusff.me/viewtopic.php?id=135#p2297">08.11 По призрачному следу </a> - <b>Alfanthus Gore;</b>
<br><a href="http://incertum.rusff.me/viewtopic.php?id=145#p2569">09.11 Кто не знает - тот не расскажет </a> - <b>GM;</b>
<br><a href="http://incertum.rusff.me/viewtopic.php?id=79#p689">20.11 Крысы бегут с корабля. Part 1 </a> - <b>Ursula Parkinson;</b>
<br><a href="http://incertum.rusff.me/viewtopic.php?id=101#p1333">25.11 Обмануть дьявола</a> - <b>Ramina Farley;</b>
<br><a href="http://incertum.rusff.me/viewtopic.php?id=102#p1383">27.11 Все времена - переломные</a> -  <b>Madeleine Fawley;</b>
<br><a href="http://incertum.rusff.me/viewtopic.php?id=140#p2422">30.11 По секрету шепну вам</a> -  <b>Druella Black.</b></div>

<div class="tabletd2"><center><table width="100%"><tr><td><center><b> Навигация:</b><br><a href="http://incertum.rusff.me/viewtopic.php?id=3">сюжет</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=9">гостевая</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=23">новости</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=4">faq</a><br>
<a href="http://incertum.rusff.me/viewtopic.php?id=5">роли</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=6">внешности</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=8">имена</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=7">должности</a><br>
<a href="http://incertum.rusff.me/viewtopic.php?id=10">нужные</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=12#p14">шаблон анкеты</a> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=132#p2033">акция</a><sup><b>new</b></sup> ♦ <a href="http://incertum.rusff.me/viewtopic.php?id=139#p2416">npc</a><sup><b>new</b></sup><br> <b>Нужны в игру:</b><br>
<a href="http://incertum.rusff.me/viewtopic.php?id=10"><img src="http://sh.uploads.ru/9RKDx.png"></a> <a href="http://incertum.rusff.me/viewtopic.php?id=10"><img src="http://sg.uploads.ru/cgPvi.png"></a>  <a href="http://incertum.rusff.me/viewtopic.php?id=10"><img src="http://sh.uploads.ru/JG58I.png"></a> <a href="http://incertum.rusff.me/viewtopic.php?id=10"><img src="http://sh.uploads.ru/f7wgb.png"></a><br></center>
</td><td>
</td></tr></table>
<center><a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=19277' target='_blank' class="Hoverbuttons"><img src="http://palantir.in/count.php?id=19277&cid=palantir2006.png" alt='Palantir' title="Каталог фэнтези сайтов Палантир"   border=0 width="88px" height="31px"></a> 

<!-- Top.Roleplay.Ru -->
<script type="text/javascript" language="javascript">
var topRPGc="<img src='http://s01.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23598&rnd=" + Math.random();
topRPGc += "&r="+escape(document.referrer)+"' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23598'  title='Рейтинг Ролевых Ресурсов - RPG TOP' target='top_'>"+
"<img src='http://img.rpgtop.su/88x31x11x8.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0'  width='88' class='Hoverbuttons' height='31'></a> ";
document.write(topRPGc);
</script>
<noscript>
<img src='http://s01.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23598' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23598' target='_top'><img src='http://img.rpgtop.su/88x31x11x8.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' class='Hoverbuttons' height='31'></a>
</noscript>
<!-- /Top.Roleplay.Ru --></center></div>

<div class="tabletd3">   <center><b> сводка от: 17.05.15</b>
<br>Вот и подошли мы к гордой отметке 1 месяц на Инцерте. Возможно, начало покажется не самым ярким, но администрация надеется, что все это связано с суровой сессией, ГОСами, дипломами и экзаменами. А пока празднуем! 
<br><br>На проекте стартовала первая <br><a href="http://incertum.rusff.me/viewtopic.php?id=131#p2036">лотерея</a>. Так же, администрация хочет обратить ваше внимание на новую <a href="http://incertum.rusff.me/viewtopic.php?id=132#p2033">акцию. </a>
<br><br>   С первым юбилеем, Инцерта! </center></div>


<!--Смена аватара в одном посте-->
<link id="iNFpanel" rel="stylesheet" href="http://hostjs-mybb2011.narod.ru/css/change_ava.css" type="text/css"/>
<script src="http://forumstatic.ru/files/0015/2c/f9/75012.js"></script>


<!--Скрытие модеров-->
<style>
.modlist {display: none;}
</style>


<!--Скрытие отредактировано-->
<style>
.lastedit {display:none;}
</style>
Код:
<style>.post-content legend.hide{display:none;}</style>
<script type="text/javascript">
//alert("A")
var SkL="\\[",SkR="\\]";
var patt = new Array()
patt[0] = SkL + "nic" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/nic" + SkR;
patt[1] = SkL + "sta" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/sta" + SkR;
patt[2] = SkL + "ava" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/ava" + SkR;
patt[3] = SkL + "sgn" + SkR + "([^" + SkL + SkR + "]+)" + SkL + "/sgn" + SkR;

$(".post-content").each(function (){
var contex = $(this).html();

for (j=0; j < patt.length; j++){
var chang = '<legend class="hide ' + patt[j].substring(2,5) + '" >';//alert(chang)
var EndCh = '</legend>'; 
var reg_esp = new RegExp(patt[j],"igm");
contex=contex.replace(reg_esp,chang + "$1" + EndCh);//alert(contex)
}$(this).html(contex)
});
var pa_avtr='<li class="pa-avatar">';
var Avt_St='<img src="';
var Avt_End='"alt="Аватар"/>';
var PostSig_St='<dl class="post-sig"><dt><span>Подпись автора</span></dt><dd><p>';
var PostSig_End='</p></dd></dl>';

$(".post legend.hide").each(function (){
var S=$(this).html();
var sta=$(this).parents(".post").find(".post-author .pa-title")
/*[nic]*/ if($(this).hasClass('nic')==true){$(this).parents(".post").find(".post-author .pa-author a").html(S);}
/*[sta]*/ if($(this).hasClass('sta')==true){$(this).parents(".post").find(".post-author .pa-title").html(S);}
/*[ava]*/ if($(this).hasClass('ava')==true){var ava=$(this).parents(".post").find(".post-author .pa-avatar")
if(ava.html()!=null){ava.html(Avt_St+S+Avt_End)}else $(this).parents(".post").find(".post-author .pa-title").after(pa_avtr+Avt_St+S+Avt_End+'</li>');}
/*[sgn]*/ if($(this).hasClass('sgn')==true){$(this).parents(".post").find(".post-content .post-sig").replaceWith("");
$(this).parents(".post").find(".post-content").append(PostSig_St+S+PostSig_End);}
});
</script>


<div id="html-footer" class="section"><div class="container"><div id="footer"><!-- Партнеры -->
<div style="overflow: scroll; position: absolute;  overflow-x: hidden; height: 66px; width: 850px; margin-left: 55px; position: absolute; margin-top: 45px;">  <center>
<a href="http://wind.hutt.ru/"target=_blank><img src="http://funkyimg.com/i/RrZB.gif" title="Kandreyn. The dark side of history"></a>

<a href="http://deathless.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/WXxq.gif" title="отправься в бессмертный город"></a>

<a href="http://deathmark.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/WFcG.gif" title="Under the Death Mark" width="88" height="31" border="0"></a>

<a href="http://salvio.rusff.me"><img src="http://savepic.su/5478544.gif" title="Salvio Hexia" /></a>

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

<a href="http://illuminati.rusff.me/" title="HP II: ILLUMINATI"><img src="http://sg.uploads.ru/z1HJt.gif" border="0"></a>

<a href="http://durmstrang.artbb.ru/" target=_blank><img src="http://funkyimg.com/i/VVYv.gif" alt="Durmstrang: Legends of the Frost" title="Durmstrang: Legends of the Frost"></a>

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

<a href="http://30secondstowar.rusff.me/" target="_blank"><img src="http://i.imgur.com/tlaLqeC.gif"title="30 SECONDS TO WAR"border="0"width="88" height="30"></a>

<a href=http://tfww.rusff.me/><img src="http://s5.uploads.ru/rGJf8.gif" ></a>

<a href="http://fightordie.rusff.me/" title=" Divergent & The100 : We aren`t the ones who seem" target=_blank> <img src="http://sg.uploads.ru/LXoN9.gif" border="0" alt="Divergent & The100 : We aren`t the ones who seem"></a></center>
</div>

<!--Сворачивалка в профиле в топике заданных пунктов инфы юзера -->
<style>li.pa-hidePunk {border:inset 0px;padding:0 0px;width:184px;cursor:pointer; cursor:hand; margin-top: 2px;}</style>
<script type="text/javascript">
$(function(){
setTimeout(function(){
var g01='<img src="http://funkyimg.com/i/Y6Kg.png" />'; // Надпись на разворачивалке
var g00='<img src="http://funkyimg.com/i/Y6Kg.png" />'; // Надпись на cворачивалке
hidePunkt=new Array(
"pa-awards",     //Награды
    "End ul")

       var g012='<li class="pa-hidePunk">';
       g01='<span>'+g01+' </span>';
       g00='<span>'+g00+' <b></b></span>';
       $(".post .post-author").each(function () {
       for(var i=0;i<hidePunkt.length-1;i++){
       if($(this).find("li."+hidePunkt[i]).html()!=null){
       $(this).find("li."+hidePunkt[i]).addClass('hidePunkt');};};
       $(this).find("ul").append(g012+g01+g00+'</li>');
       $(this).find("li.pa-hidePunk span:last").hide();
       $(this).find(".hidePunkt").hide();
    });

    $("li.pa-hidePunk").click(function () {
    $(this).find("span").toggle();
    $(this).parent("ul").find("li.hidePunkt").toggle('slow');});
}, 700);
});
    </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>
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"><!--Своя картинка в каждую категорию -->
    $(document).ready(function(){

    myarray=new Array(
"AQUA", "http://funkyimg.com/i/Y35D.png",
 "TERRO", "http://funkyimg.com/i/Y35C.png",
 "AERO", "http://funkyimg.com/i/Y35B.png",
 "PIRO", "http://funkyimg.com/i/Y35A.png",
 "ELEMENTUM", "http://funkyimg.com/i/Y35z.png",
 "Статистика форума", "http://funkyimg.com/i/Y35y.png"  //Последний элемент без запятой! 
    )

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

    var cssObj = {
       "height":"70px",
       "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>


<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="http://funkyimg.com/i/Y36g.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="http://funkyimg.com/i/Y36f.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right:140px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:.7; /*прозрачность*/
margin-bottom:40px; /*отступ снизу (можно не указывать)*/
width:23px; /*ширина кнопки*/
height:36px; /*высота кнопки*/
}
.go-up {
bottom:250px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:150px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>


<!--Убрать Это Интересно-->
<script type="text/javascript">
rusffLive.enable = false;
</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">
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:-0px;}</style>
<script type="text/javascript">
PiarNik="Реклама";
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><a onclick=\"PiarIn()\">Пиар-Вход</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>
<script>
<!--
godof="админка" 
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 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 nrisunok="http://forumupload.ru/uploads/0000/0a/f2/68797-1.gif";
if( (document.getElementById("navpm").innerHTML.indexOf("(") != -1))
{ 
document.getElementById("navpm").innerHTML="<img src='"+nrisunok+"'> "+document.getElementById("navpm").innerHTML;
};
</script>
<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.3);
              $(this).hover(function () {
                $span.stop().fadeTo(600, 1);
             }, function () {
                $span.stop().fadeTo(600, 0.3);
              });
        });
    });
</script>

<!--ЗАМЕНА СЛОВ-->
<script type="text/javascript">
var nWRD="леденцов";
function setRespecNew(){
$(".post .pa-respect a[href^='/respect.php?']").each(function (){
$(this).html(nWRD);});}
function TestRespect(){
if($(".post .pa-respect:contains('Репутация')").length){setRespecNew();return;
}else {timerID = setTimeout("TestRespect()",110);return;}
}TestRespect()
</script>

<script type="text/javascript">
if (document.URL.indexOf("viewtopic.php") != -1){
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)+"сов"+s.substring(p+9)
}
}
</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>
<script type="text/javascript">
$(document).ready(function() {
$("td.#MenuTxT div.submenutext").hide();
<!--$(".tabs span:first").addClass("active").show(); -->
$("td.#MenuTxT div.submenutext:first").show();
$("div.#menu span").click(function() {
    $("div.#menu span").removeClass("tabactive");
    $(this).addClass("tabactive");
    $("td.#MenuTxT div.submenutext").hide();
    var activeDiv = $(this).attr("alt");
    $("div."+activeDiv).fadeIn();
    return false; });
});
</script>


<script>
<!--
greet="Добро пожаловать, волшебник "
str = document.getElementById("pun-status").innerHTML
pos = str.indexOf("Привет")
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+greet+str.substring(pos+8,str.length-1) 

visit="Ты был с нами: "
str = document.getElementById("pun-status").innerHTML
if( (pos=str.indexOf("Ваш последний визит")) != -1 )
   document.getElementById("pun-status").innerHTML=str.substring(0,pos)+visit+str.substring(pos+21,str.length-1)
-->
</script>

<!--счетчик символов-->
<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</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>

<!-- HTML в постах для всех пользователей -->
<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){ 
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('<!--HTML-->')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);
}
});
});
</script>

0


Вы здесь » Dragon's lair » unplottable » дизайн инцерты


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