Тестовик

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

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


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


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

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

1

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

0

2

сменить иконки

0

3

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

0

4

1
Код:
/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
  @import url(style_cs.css);
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {margin: 0; padding: 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: 99%;
  }
/* A3.2 */
.punbb {
  font: normal 70.75% Verdana, geneva, lucida, 'lucida grande', 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 {
  font-size: 1em;
  font-weight: bold;
  }
.punbb th   {
  font-size: 0.9em;
  font-weight: bold;
  }
.punbb h4, .punbb table {
  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", "Verdana", courier, monospace
  }
/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }
/* A3.8 */
.punbb .post-content em {
  font-style: none;
  }
/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }
/* A3.10 */
.punbb a {
  text-decoration: underline
  }
/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }

/* A4 Float clearing and hidden items
-------------------------------------------------------------*/
/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }
/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
  margin: 0px auto auto auto;
  width : 850px;
  padding: 0px 0px 0px 0px;
  border: none;
}
/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }
/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  float: none;
background-image:url(http://sh.uploads.ru/ba4SR.png);
text-align: center;
background-position:top center; 
background-repeat:no-repeat;
font-family: Tahoma; 
padding-top: 60px!important;
width: 490px;
height: 240px;
}
}
/* 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: 12;
  }
/* 5.7 */
#pun-post .topic {
  margin-top: 12em;
  }
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none solid none;
  border-width: 0px 0px 2px 0px;
  }
/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }
/* A5.10 */
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
  padding: 6px 1em 6px 1em;
  border-style: none;
  border-width: 1px 1px 0px 1px;
  }
#pun-main h2 {
  padding: 6px 1em 6px 1em;
  border-style: none;
  border-width: 1px 1px 0 1px;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }
/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: dashed 1px #364166;
  width: 280px;
  margin: 5px 0;
  }
/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 99%;
  }
/* B1.4 */
.punbb .post-content img {
  vertical-align: text-top
  }
/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }
/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }
/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }
/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  }
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }
/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }
/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }
/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }
/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }
/* B3.2 */
.multipage {
  margin-top: 3em;
  }
/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4.2em;
  left: 1em;
  width: 24em;
  }
/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4.2em;
  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 4em 0 0;
  height: 100%; /* For IE */
  }
/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }
/* C1.17 */
.punbb .hashelp {
  position: relative;
  }
/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }
/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }
/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }
.punbb .helplinks span INPUT {
  margin: 0px 2px 2px 0px;
}
/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }
/* C2 Table layout
-------------------------------------------------------------*/
/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: right;
  width: 50%;
  }
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }
/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: right;
  width: 30%;
  font-size: 10px;
  }
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }
/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }
/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }
/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }
/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }
/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  text-align: left;
  text-transform: uppercase;
  }
/* 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 {
  padding: 1px 1em 1px 1em;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-top: none;
  text-transform: uppercase;
  font-size:10px;
  }
/* 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: 144px;
  text-align: center;
height: 120px;
}
    /* C2.15 */
    .punbb div.icon {
      float: left;
      display: block;
      width: 172px;
      height:82px;
    margin-left: 7px;
margin-right: 7px;
}
/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
  border-style: none none inset none;
  border-color: #2abbdf;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }
/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }
/* C3.3 */
.punbb .post h3 span {
  border-left: 1px solid transparent;;
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  }
/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }
/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 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: 120%;
  }
/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }
/* C3.8 */
.pa-author a {
  text-decoration: none
  }
/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }
li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }
/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }
/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }
/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }
/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }
/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }
/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }
/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }
/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }
/* C4 Moderator menu
-------------------------------------------------------------*/
/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  margin-top: 4px;
  }
/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }
/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }
/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }
/* C5 Message boxes
-------------------------------------------------------------*/
/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }
/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }
/* C6 Profile
-------------------------------------------------------------*/
/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }
/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }
/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: 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 {
  float: left;
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }
/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  float: left;
  padding: 0 5px;
  position: relative;
  }
/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }
/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }
/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }
/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }
/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }
/* C7 User list
-------------------------------------------------------------*/
/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }
/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }
/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
  margin: 0;
  border: none;
}
/* D1.2 */
#pun-title h1 {
  display : block;
  height: 60px;
  margin: -1px 0px 0px -43px;
}
/* D1.3 */
#pun-title .container {
  border-style: none ;
  padding: 0.2em 1em 0.8em 1em;
}
/* D1.4 */
#pun-title h1 span {
  display: none;
}
#pun-title TABLE {
  border: none;
  
}
#pun-title TD.title-logo-tdl {
  border: none;
top: 520px;
}
#pun-title TD.title-logo-tdr {
  border: none;
top: 520px;
  }
/* D2 Page navigation
-------------------------------------------------------------*/
/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }
/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0;
}
/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }
/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }
/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }
#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }
 
/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks {
  border: none;
  margin: 0;
  }
#pun-navlinks .container {
  border: none;
  margin: 0;
  }
/* D3.2 */
#pun-navlinks .container {
  text-align: center;
  Font-Family: cambria;
  font-size: 10px;
  margin-top: -540px;
  font-weight: bold;
  }
/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0.5%;
  padding: 5px 0px 6px 10px;
  }
/* D3.4 */
#pun-navlinks li a {
  font-size: 1.3em;
  }
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks  {
  margin-bottom: 0px;
  border: solid 1px transparent;
  }
/* D4.2 */
#pun-ulinks .container {;
  text-align: center;
  font-Family: cambria;
  text-transform: uppercase;
  border: none;
  padding-top: 5px;
  height: 5px;
  margin-top: 550px;
  }
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  }
/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.1em 0 0.1em;
  }
/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }
/* D4.6 */
#pun-ulinks li a {
  font-size: 12px;
}
/* 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
font-weight:normal;
  }
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
font-weight:normal;
  }
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
font-weight:normal;
  text-align: right;
  line-height: 150%;
font-weight:normal;
  }
/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
font-weight:normal;
  float: left;
  width: 100%;
  line-height: 130%;
  }
/* D7.5 */
li#onlinelist div {
font-weight:normal;
  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;
  }
2
Код:
/*Убираем слово объявление из таблицы*/
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
/* CS1 Background and text colours
-------------------------------------------------------------*/
html {
background: #d9e0ef url(http://sh.uploads.ru/Zf76B.png) repeat-y fixed top center; 
color: black;
}
body {
background: url(http://sh.uploads.ru/MGqR5.png) no-repeat top center;
}
#pun-title.section {
background: no-repeat top center;
height: 562px;
}
#pun-title table tbody tr .title-logo-tdr {position: relative; z-index:2; left: 90%; top: 520px;
}

/* CS1.1 */
.punbb .main .container,
.punbb td.tc3,
.punbb .section .container,
.punbb .section .formal .container,
.punbb .formal fieldset,
#viewprofile li strong, #viewprofile li div,
#setmods dd, .punbb .post-body,
.post-box, .punbb .post-links,
.punbb-admin #pun-admain .adcontainer,
.punbb .info-box, .punbb #pun-main .info-box .legend {
background-color: transparent;
  color: #03173d;
  line-height:11px;
  }
/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
background-color: transparent;
  color: #131313;
  text-align: left;
  }
/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent;
color: #131313;
text-align: center;
   }
/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
background-color: transparent;
  color: #404754;
  }
/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
background-color: transparent;
  color: #404754;
  }
/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
background-color: transparent;
  color: #404754;
  }
/* CS1.7 */
#pun-main .quote-box, #pun-main .code-box {
background-color: #d8dce3;
color: #3a5083;
border-color: 1px dotted #475a82;
background: #cdd5e3;
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
  }
/* CS1.8 */
#pun-navlinks .container {
text-align: center;
  background-color: transparent;
  color: #404754;
  }
.offline li.pa-online strong {
  font-weight: normal
  }
.punbb textarea, .punbb select, .punbb input {
  background-color: transparent;
  color: #293655;
background: #b8cbec;
border: 1px insent #293655;
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
}
/* CS2 Border colours
-------------------------------------------------------------*/
/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent;
  }
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }
/* CS2.5 */
.punbb th {
  border-color: transparent;
  }
/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #A6A6A6 #FFFFFF #FFFFFF #A6A6A6;
  }
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
font-weight: bold;
  }
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;
font-weight: bold;
  }
.punbb .divider {
  border-color: transparent;
  }
.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #dedfdf
  }
li.pa-online {
  border-left-color: transparent;!important;
  }
.punbb .post-sig dt {
  border-top-color: transparent;!important;
  }

/* CS3 Links
-------------------------------------------------------------*/
/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
   color: #474b5d;
    border-bottom: 0px none #;
  text-decoration: none;
  font-weight:normal;
text-transform: uppercase;
  }
.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #3b3e59;
  font-weight: bold;
    text-transform: uppercase;
}
/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #31305a;
  font-weight: bold;
  Font-Family: times new romane;
  letter-spacing: 1px;
    text-transform: uppercase;
  text-shadow: 0px 1px 0px #000000; 
}
/* CS3.3 */
#pun-navlinks a {
  color: #656ea3;
  font-weight: bold;
  Font-Family: times new romane;
    border-bottom: 0px none #;
    text-shadow: 2px 2px 1px #; 
    text-transform: uppercase;
  }
/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #cfdae8;
  border-bottom: 1px dashed #;
  text-shadow: 1px 1px 1px #000000; 
  font-style: normal;
  border-bottom: 0px none #;
  text-transform: uppercase;
  }
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }
       .post-content td {border-color: #c6b9a4;}
/* CS4 Post status icons
-------------------------------------------------------------*/
.punbb table Div.icon {margin-left: -28px!important;  display: block; width:172px!important; height: 82px!important; border-style: none; background-image: url(http://sg.uploads.ru/FrVBs.png);  background-repeat: no-repeat; position: absolute;}
.punbb table div.inew { background: url(http://sg.uploads.ru/1vqUf.png) no-repeat;}
TR.isticky Div.icon { background: url(http://sg.uploads.ru/Af8tK.png) no-repeat;}
TR.iclosed Div.icon { background: url(http://sh.uploads.ru/7BAs1.png) no-repeat;}

#pun_wrap {
background-image: url(http://sg.uploads.ru/Wm6Rx.png); 
background-repeat: no-repeat; 
background-position: center bottom;
}
#pun-main h2 {
background-image: url(http://sh.uploads.ru/oLaAK.png);
background-repeat: no-repeat;
background-position: center; 
height: 60px;
   width: 916px;
margin-left: -46px;
color: #364166;
text-shadow: 0px 1px 1px #000000; 
font-size:23px;
font-weight: normal;
font-family: Cambria;
padding-top: 27px!important;
   }

#pun-stats h2 {
  background: url(http://sh.uploads.ru/oLaAK.png) no-repeat top center; 
height: 90px;
   width: 916px;
margin-left: -47px;
font-size:26px;
color: #364166;
text-shadow: 0px 1px 1px #000000; 
font-size:23px;
font-weight: normal;
font-family: Cambria;
padding-top: 42px!important;
text-align:center;
}

#pun-stats ul.container {
    background: url("http://sg.uploads.ru/6SdMJ.png") no-repeat scroll -2px 18px transparent!important;
    padding-left: 110px; height: 136px;
}

#font-area, #size-area, #color-area, #smilies-area, #imageup-area, #keyboard-area, #video-area { 
background: #cdd5e3;
  border-style: solid;
  border-width: 1px;
border-color: #364166;
    border-radius:15px;
}

0

5

Код:
<!--Быстрый вход для рекламы-->
<style>.Myimge {margin-top: -14px;}</style>
    <script type="text/javascript">
    PiarNik="PR";
    PiarPas="1234";

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

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

0

6

Код:
<div id="pircs2"><!-- std.v.1/0/profilaktika --><link rel="stylesheet" type="text/css" href="http://hostjs-mybb2011.narod.ru/css/profilaktika.css" /><div id="msg-n2">У Вас отключён javascript.<br>В данном режиме, отображение ресурса<br/>браузером не поддерживается <br/></div><div id="LogIn_Window" style="display:none"><center>Уважаемые пользователи<br/> и гости форума "Фамильяр".<br/><br/>По  техническим причинам<br/> временного характера форум  закрывается на профилактику.<br/> Ждём вас в ближайшее время.</center><br/> С уважением<center>Администрация форума.</center><br/><hr><br/><br/></div></div><!-- --><script type="text/javascript">
    var ON_button=1; //Cвитч включения: 1 - включено!; 0 - выключено
    var  moderDostyp_ON=0; //?Модер-доступ включён?: 1 - включен!; 0 - выключен
    if(ON_button!=1||GroupID ==1||moderDostyp_ON*GroupID==2){
    $("style.#style_st,div.#pircs2").replaceWith("");}
      else {$("#msg-n2").replaceWith("");
    if(GroupID ==3) {$("#LogIn_Window").show();if(document.URL.indexOf("/login.php")==-1){
    document.location.href = "../login.php"}else {
    $(document).ready(function(){$("form#login").appendTo("#LogIn_Window");
    $("#LogIn_Window").find("p.formsubmit a[href*='register.php']").text("");
    var v=$("#LogIn_Window").find("p.formsubmit a[href*='action=forget']");
    v.replaceWith("<span>Вход только для Администраторов</span>");});};}
    else {document.location.href = "../login.php?action=out&id="+UserID};}
    </script><!--end/profilaktika-->

0

7

Реклама 1

http://sg.uploads.ru/BHAln.png

Код:
[align=center][url=http://familyar.rusff.me/][img]http://sg.uploads.ru/BHAln.png[/img][/url][/align]

0

8

Реклама 2

http://sg.uploads.ru/vmcae.png

Код:
[align=center][url=http://familyar.rusff.me/][img]http://sg.uploads.ru/vmcae.png[/img][/url][/align][table layout=fixed width=100%][tr][td][quote][size=14][url=http://familyar.rusff.me/viewtopic.php?id=7#p7][b][color=#003200][align=center]Гостевая[/align][/color][/b][/url][/size][/quote][/td][td][quote][align=center][size=14][url=http://familyar.rusff.me/viewtopic.php?id=14#p14][b][color=#880000]Шаблон анкеты[/color][/b][/url][/size][/align][/quote][/td][td][quote][align=center][size=14][url=http://familyar.rusff.me/viewtopic.php?id=12][b][color=#003200]Путеводитель[/color][/b][/size][/align][/url][/quote][/td][/tr][/table]

0

9

Вид баннера:
http://sh.uploads.ru/LU8as.gif

Код баннера:

Код:
<a href="http://familyar.rusff.me//" title=""Академия Фамильяр" - ожидает Вас" target="blank"><img src="http://sh.uploads.ru/LU8as.gif"></a>

0

10

Добавить к шапке пробную рамку

0

11

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

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

/* A1.1 */
@import url(style_cs.css);
@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext,cyrillic,latin-ext);

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

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

/* A2.2 */
.punbb * {
  margin: 0;
 font-size: 100.1%;
  }

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

  }

/* A3.2 */
.punbb {
  font: normal 69.00% 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-weight: normal;
  }
/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.2em;
 position: top center;
  }
/* 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: none!important;
  }

/* 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: -99999px;
 text-align: center;
  overflow: hidden
  }
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
  height: auto;
  margin: auto;
  width : 913px;
  position: relative;
  float: top center;
  margin: auto auto auto auto;
}


/* A5.2 */
.punbb {
  float: center;
  width: 790px;
  height: auto;
margin-left: 60px;

  }

/* A5.3 */
#pun-redirect, #pun-maint {
   margin-top: 50px;
    width: 50%;     
    float: none;
    text-align: center;     
    font-size: 10px!important;     
    background: url(http://sh.uploads.ru/EP2Vv.png) no-repeat;     
    background-position: center 50%;     
    border: none;     
    border-radius: 0 0 30px 30px;   
background-color: transparent !important;
    }    

#pun-redirect .main-title {     
    font-size: 0.6em;     
    font-family: Arial;    
    font-weight: bold;    
    color: black;    
    text-transform: uppercase;    
    text-shadow: 0px 0px 5px silver;    
    padding: 10px!important;
    margin-bottom:0px!important;}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }


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

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

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

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

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


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

/* C2.1 */
.punbb .main .tcl {
  background:url("") scroll right bottom transparent;
  overflow:hidden;
background-position: top center; background-repeat: no-repeat; 
  text-align:left;
  }

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

   
 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
border-color: transparent;
position: top center;
}



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

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

  }

#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-color: #36251d;
  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: 2.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  {
  font-size: 1.5em;
  }


#pun-title table {
 border: none;
 height: 0px;
 width: 949px;
 height: 516px;
}

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

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

/* 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.0em;
  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;
  position: top center
  }

/* D3.2 */
#pun-navlinks .container {
width: 100%; 
margin-top: -190px;
text-align: center;

  }


#pun-ulinks .container {
}

/* 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  {
width: 100%; 
text-align: center;
margin-top: -10px;

  }


/* D4.2 */
#pun-ulinks container {
  }

/* 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: center;
  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;
  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";
  }
2
Код:
.mini_awards_label {
display: none !important;
}


#pun-reputation div {background-color: #dbc5ac; }


#pun-popup_awards div {background-color: #dbc5ac; }


#pun-navlinks, #pun-ulinks {position:relative; z-index:2000;}

#pun-title table {
 background-position: top center; background-repeat: no-repeat; 
  border: none;
background-color: transparent;
background-image: url("..."); 
margin-left: -74px;

}


#pun-status .container {
margin-top:30px!important;
}

.title-logo-tdr a, .title-logo-tdr iframe, .title-logo-tdr object{
  position: relative;
  top: 657px;
  left: -250px
}

#pun-navlinks, #pun-navlinks li a {
font-size: 1.6em; color: #0d1929; font-family: "Times New Roman"; text-transform: lowercase; font-style: normal !important; }

#pun-ulinks, #pun-ulinks .container, #pun-ulinks li, #pun-ulinks li a, #pun-ulinks li a {
font-size: 1.04em; color: #60291e; font-family: "Times New Roman"; font-style: italic !important; }

body {
background: url("http://sg.uploads.ru/cQ13r.png") no-repeat top center;
}

html {
background: #0d0203 url("http://sg.uploads.ru/hlKjR.png") repeat-y fixed top center; 
color: brawn;

}

.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, #pun-title, #pun-title .container, .punbb .modmenu .container,
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend,
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, .punbb textarea, .punbb select, .punbb input
 {background-color: transparent;
  color: #36251d; }

#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {background-position : center;
  background-color: transparent;
  color: #36251d;
font-style: normal;}

.punbb .quote-box, .punbb .code-box {
      color: #36251d}

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

.punbb .container, .punbb .post-body, .post h3, #pun-title,
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, .punbb th, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, .punbb .post-sig dt {
  border-color: transparent; 
  }

.punbb .quote-box, .punbb .code-box  {
 background-color: transparent;
    border-radius:17px;
    -webkit-border-radius:17px;
    -khtml-border-radius:17px;
    -moz-border-radius:17px;
    -o-border-radius:17px;
     box-shadow: 0px 5px 10px #36251d;
    -webkit-box-shadow:0px 5px 10px #36251d;
    -khtml-box-shadow:0px 5px 10px #36251d;
    -moz-box-shadow:0px 5px 10px #36251d;
  }


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

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

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
 color: #60291e; 

  }


/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
 color: #60291e; 

  border-bottom: 0px none #000;
 text-decoration: none;
  }



/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: #60291e;

font-style: normal;
  border-bottom: 0px none #000;
  text-decoration: none
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
 color: #60291e; 

  }

.punbb table Div.icon {float: right; display: block; width: 60px; height: 60px; border-style: none; background-image: url(http://sh.uploads.ru/1m3al.png);  background-repeat: no-repeat; position: relative; }
.punbb table div.inew {background: url(http://sg.uploads.ru/QIMoU.png) no-repeat; position: relative; margin-left: 1px;}
TR.isticky Div.icon {background: url(http://sh.uploads.ru/At6SL.png) no-repeat; position: relative; margin-left: 1px;}
TR.iclosed Div.icon {background: url(http://sg.uploads.ru/wZ8aU.png) no-repeat; position: relative; margin-left: 1px;}
#pun-stats ul.container {
background-image: url("http://sh.uploads.ru/U82RH.png");
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: auto;
padding-left: 120px;
padding-top: 15px;
}
}

li#navindex {display: none;}
#title-logo-tdr img {width: 1px; height: 1px;}
#pun-main h1 span {visibility: hidden;}

#pun th {visibility: hidden;}
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-index .modlist {display: none; }
#pun-announcement.section h2 span {display: none; }
#pun-title .title-logo span {display: none;}
.blockquote, .blockcode, .scrollbox, pre {border:none; }


#pun-stats h2 span,
.category h2 span {
visibility:hidden!important;
}

#pun-about p.container {background-color: transparent;
background-image: url("..."); 
background-position: top center; 
background-repeat: no-repeat; 
text-align: center;
border-color: transparent;
width: 967px; 
height: 263px;
margin-left: -100px;
}

div#pun-about {
   margin-bottom: -190px;
}

#pun-navlinks a {
        display: inline-block;
        height: 24px;
        width: auto;
        }

#navawards a {display: none;}
        #navindex a {background: url(http://s1.uploads.ru/t/okmIb.png) no-repeat top center; width: 76px;}
        #navuserlist a {background: url(http://s1.uploads.ru/t/3tvFp.png) no-repeat top center; width: 100px;}
        #navsearch a {background: url(http://s1.uploads.ru/t/UvgL3.png) no-repeat top center; width: 64px;}
        #navprofile a {background: url(http://s1.uploads.ru/t/TZkba.png) no-repeat top center; width: 83px;}
        #navpm a {background: url(http://s1.uploads.ru/t/meDwf.png) no-repeat top center; width: 99px;}
        #navadmin a {background: url(http://s1.uploads.ru/t/1U5HZ.png) no-repeat top center; width:84px;}
        #navlogout a {background: url(http://s1.uploads.ru/t/OF2XA.png) no-repeat top center; width: 59px;}
        #navlogin a {background: url(http://s1.uploads.ru/t/GZF6g.png) no-repeat top center; width: 60px;}
        #navregister  a {background: url(http://s1.uploads.ru/t/1IvXE.png) no-repeat top center; width: 114px;}

 #pun-navlinks a span {display: none;}

.pa-author { text-align: center !important;}
.pa-avatar { text-align: center !important;}
.pa-fld1 { text-align: center !important;}
.pa-fld2 { text-align: center !important;}
.pa-fld3 { text-align: center !important;}
.pa-fld4 { text-align: center !important;}
.pa-fld5 { text-align: center !important;}

.punbb .post-author {
  text-align: center !important;
}


#navawards {display: none !important;}




/* CS5 Картинки категорий */
#pun-category1.category h2 {
background: url(http://sh.uploads.ru/PVNUG.png);
height: 80px;
width: 440px;
font-size:0 !important;
margin-left: 160px;}

#pun-category2.category h2 {
background: url(http://sh.uploads.ru/uzgpt.png);
height: 80px;
width: 440px;
font-size:0 !important;
margin-left: 160px;}

#pun-category3.category h2 {
background: url(http://sg.uploads.ru/kTcgP.png);
height: 80px;
width: 440px;
font-size:0 !important;
margin-left: 160px;}

#pun-category4.category h2 {
background: url(http://sh.uploads.ru/sD4zN.png);
height: 80px;
width: 440px;
font-size:0 !important;
margin-left: 160px;}

#pun-category5.category h2 {
background: url(http://sh.uploads.ru/RgE3s.png);
height: 80px;
width: 440px;
font-size:0 !important;
margin-left: 160px;}

#pun-category6.category h2 {
background: url(http://sg.uploads.ru/o8yzG.png);
height: 80px;
width: 440px;
font-size:0 !important;
margin-left: 160px;}

#pun-category7.category h2 {
background: url(http://sh.uploads.ru/kxQ9H.png);
height: 80px;
width: 440px;
font-size:0 !important;
margin-left: 160px;}

#pun-category8.category h2 {
background: url(http://sh.uploads.ru/sd82V.png);
height: 80px;
width: 440px;
font-size:0 !important;
margin-left: 160px;}
html-низ
Код:
<!-- спойлер наград на Rusff в Профиле, в Топике -->
<style>
.post-author-Sp{
background-color:# transparent!important;
}
ul.wrapper{
margin-left:-15px;
width:167px!important;

display:none;
}
ul.wrapper,
ul.wrapper li.pa-awards{
border-color:transparent;
}
</style>
<script>
// кнопка - ссылка на Картинку
img="http://s1.uploads.ru/t/tSlop.png"

wrapp1="<li class='post-author-Sp'><img style='cursor:pointer' src='";
wrappEnd="'><ul class=wrapper></ul></li>";
wrapp1=wrapp1+img+wrappEnd;

$(window).load(function () {
$(".post .post-author .pa-awards").each(function() {
 if($(this).css("display")!="none"){
  $(this).before(wrapp1);a=$(this).parents('.post').find('.post-author-Sp ul')
  $(this).appendTo(a)
  }
});});
$(".post .post-author-Sp ").live("click", function(){
 $(this).find('ul:first').toggle('slow')
});</script>
<!--Конец//=спойлер наград в Профиле, в Топике-->


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


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


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


<!--Оповещение
о ЛС-->
<script language="JavaScript">
var str = new String(document.getElementById("navpm").innerHTML)
var str2 = new String(document.location)
if( (str.indexOf("(") != -1) && (str2.indexOf("messages.php")
== -1) )
{
alert("К вам пришла тьма")
}
</script>




<script type="text/javascript">
var A=[1,3,4]
$(".post .post-author li").each(function (){
for(var i in A){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</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>




<!-- JampPanel-->
<style>
#JampPanel:hover{
margin-right:15px;
}
#JampPanel,#JampPanel .container{
}
#JampPanel {
position:fixed;z-index:1200;
height:293px;top:0px;right:0;margin-right:-261px;
background: url(http://sh.uploads.ru/L6IFn.png) -7px 75px no-repeat;
width:302px;
}
#JampPanel .container{
background: url(http://sh.uploads.ru/arGl9.png) ;
padding:0px;
height:430px;
width:100%;margin:-1px 0 0 40px;
}
</style>
<div id=JampPanel>
  <div class=container>
    <div id=Zaslonyalka></div>

<div style="overflow: scroll; overflow-x: hidden; height:210px; width: 300px;">
<br>
<br>
<br>
<br><center>ВАШИ БАННЕРЫ ИЛИ БАННЕРЫ ВАШИХ ПАРТНЕРОВ, ИЛИ ВООБЩЕ ЛЕВАЯ ИНФОРМАЦИЯ</center>
</div>

  </div>
</div>
<!--End//JampPanel-->


<!-- Важные темы -->
<script type="text/javascript">
if (document.URL.indexOf("viewforum")!=-1)
{var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
var io=1
for (io=1; io<=(trs.length-1); io++)
{if ((trs[io].className.indexOf("isticky")!=-1)&&(io==1))
{var portant=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(1)
var im=portant.insertCell(0)
im.className="info_header"
im.innerHTML="Важные темы"
im.colSpan="4"}
else if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
var normal1=normal.insertCell(0)
normal1.className="info_header"
normal1.innerHTML="Остальные темы"
normal1.colSpan="4"
}}}
</script>
<!--Конец важных тем -->




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

0

12

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

/*************************************************************
A - SETUP
**************************************************************/

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

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

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

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

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

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

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

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

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

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


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

/* A3.1 */
body {
  font-size: 100.01%;
  }

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

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

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

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

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

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

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

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

/* A3.10 */
.punbb a {
  text-decoration: none!important;
  }

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


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

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

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


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

/* A5.1 */
#pun {
  margin: 0px auto auto auto;
  float: none;
  padding: 0px 0px 0px 0px;
  border: none;
  width: 900px;
  position: relative;
  }
/* A5.2 */
.punbb {
  width: 100%;
  height: auto;
margin: 50px 0px 0px;
margin-bottom: 170px;
  }

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

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

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

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

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

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: Century Gothic
}

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

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

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

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

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

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

/* C2.15 */
.punbb div.icon {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 2px;
  margin-top: 1px;
  background-position: center center;
}

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

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

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

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

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

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 19em;
  margin-top: -1.5em;
  overflow: hidden;
  }

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  text-align: center;
   margin-top: -10px;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  text-align: center;
  font-style: regular;
  font-size: 14px;
  padding-top: 15px!important;
  text-transform: uppercase;
  font-family: Minion Pro; letter-spacing: -1px;
}


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

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

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

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

/* D4.2 */

#pun-ulinks .container {

  border-top: none;
margin-bottom: -10px;
margin-top: -15px;
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: none;
  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;
  margin-top: 10px;
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

}
Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/
/* CS1.1 */
	body  {background: url('http://5.firepic.org/5/images/2016-02/03/ad3qa2glbpcn.png') 50% 100% no-repeat, url('http://6.firepic.org/6/images/2016-02/03/hu6w8w0sqnm3.jpg') 50% 0% no-repeat ,url('http://s2.uploads.ru/aFqXC.jpg') 50% 0% repeat-y #f0ddcc ;
}

.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #330A0E;
  }
/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #330A0E;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-image: url(); height: 55px; weight: auto; background-position: top center; background-repeat: no-repeat;
color: #330A0E;
font-weight: normal;
font-family: Palatino Linotype;
font-size: 30px;
text-align: center;
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #330A0E;
  }
/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color:transparent;
  color: #330A0E
  }
/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #330A0E
  }
/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #e6ce8a;
  color: #330A0E
  }
.code-box .scrollbox{
height:100px!important;}

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

#main-reply, .punbb input, input {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
}


/* CS2 Border colours
-------------------------------------------------------------*/
/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent;
  }
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }
/* CS2.5 */
.punbb th {
  border-color: transparent;
  }
/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent;
  }
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
  }
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;
  }
.punbb .divider {
  border-color: transparent;
  }
.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent;
  }
li.pa-online {
  border-left-color: transparent;
  }

/* CS3 Links
-------------------------------------------------------------*/
/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
color: #a55860
  }
.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
color: #a55860
  }
/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #923841;
  }
/* CS3.3 */
#pun-navlinks a {
  color: #923841;
  text-decoration: underline;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  font-family: "Segoe print";
  }
/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #923841 ;
  text-decoration: none!important;
  }
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #a55860;
color:  transparent
  }


/* CS4 Post status icons
-------------------------------------------------------------*/
/*Старые сообщения*/
Div.icon {
background-image : url('http://5.firepic.org/5/images/2016-02/03/d1thr39vgear.png');
background-repeat: no-repeat;
}
/*Новые сообщения*/
TR.inew Div.icon {
background-image : url('http://5.firepic.org/5/images/2016-02/03/emd6n8lhrnzj.png');
background-repeat: no-repeat;
}
/*Важные темы*/
TR.isticky Div.icon {
background-image : url('http://5.firepic.org/5/images/2016-02/03/oxv0wte54yw3.png');
background-repeat: no-repeat;
}
/*Закрытые темы*/
TR.iclosed Div.icon {
background-image : url('http://5.firepic.org/5/images/2016-02/03/zc0mngetsxsw.png');
background-repeat: no-repeat;
}


#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; right: 0px; top: 0px;}


#pun-category1.category h2 {
background: url(http://5.firepic.org/5/images/2016-02/03/h29t8bp2ki48.png) no-repeat top center;
height: 105px; font-size: 0 !important;
}
#pun-category2.category h2 {
background: url(http://5.firepic.org/5/images/2016-02/03/x6f6vnopyhzy.png) no-repeat top center;
height: 105px;
font-size: 0 !important;
}
#pun-category3.category h2 {
background: url(http://5.firepic.org/5/images/2016-02/03/hrw1k8deyqma.png) no-repeat top center;
height: 105px;
font-size: 0 !important;
}
#pun-category4.category h2 {
background: url(http://5.firepic.org/5/images/2016-02/03/lpl4wndpj9a7.png) no-repeat top center;
height: 105px;
font-size: 0 !important;
}

#pun-category5.category h2 {
background: url(http://5.firepic.org/5/images/2016-02/03/v5ijys0bt8b6.png) no-repeat top center;
height: 105px;
font-size: 0 !important;
}
#pun-category6.category h2 {
background: url(картинка) no-repeat top center;
height: 105px;
font-size: 0 !important;
}
#pun-category7.category h2 {
background: url(картинка) no-repeat top center;
height: 105px;
font-size: 0 !important;
}
#pun-category8.category h2 {
background: url(картинка) no-repeat top center;
height: 105px;
font-size: 0 !important;
}


#pun-stats h2 {
  background: url(http://5.firepic.org/5/images/2016-02/03/7u5y6vdh8z3n.png) no-repeat top center; 
  height: 105px !important; 
  font-size: 0px !important; 
  background-color: transparent;}

#main-reply {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
}

0

13

Код:
<style>
li#navawards {display: none !important;}
</style>

<!--круглые края у цитаты и спойлера--->
    <style>
        .punbb .quote-box, .punbb .code-box, .post.toppost .container .post-box .post-content  { background-image : url('http://demiart.ru/forum/uploads4/post-68483-1257527072.jpg'); 
         border-radius:15px;
        -webkit-border-radius:15px;
        -khtml-border-radius:15px;
        -moz-border-radius:15px;
        -o-border-radius:15px; 

      box-shadow: 0px 2px 10px #491500;
    -webkit-box-shadow:0px 2px 10px #491500;
    -khtml-box-shadow:0px 2px 10px #491500;
    -moz-box-shadow:0px 2px 10px #491500; }
.post.toppost .container .post-box .post-content  { padding: 15px;}
#pun-main .quote-box , #pun-main .code-box {padding-right: 30px !important; } 
 </style>

<!----убрать слово объявление---->
<style>
#pun-announcement h2 span {
display:none;
}
</style>

<style>/*Убрать "Закрыто и "Важно"*/
.stickytext,.closedatafield{ display:none;}</style>

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


<!--Кнопки вверх вниз-->
<div style="position:fixed; right
:0.5%; bottom: 35%;">
<a href=#top onClick="scrollTo(0,0); return false;" title="Вверх страницы">
<img src="http://5.firepic.org/5/images/2016-02/03/x7n5xezb31su.png" alt="Вверх страницы" ></a>
<br/>
<a href=#top onClick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы">
<img src="http://5.firepic.org/5/images/2016-02/03/n5qyfsvsgk8z.png" alt="Вниз страницы" ></a> 
</div>


<!--Убрать надпись важные и закрытые темы-->
<style>
.closedatafield, .stickytext {
display: none;
}
</style>

<!--Система оповещения о личных сообщениях-->
<style>
#convert { position:fixed; right:10%; top:65%; z-index:1000;}
#messanger { position:fixed; right:10%; top:65%; z-index:1000; width:280px; border: 2px solid #696969;
-moz-border-radius: 8px;border-radius: 8px;khtml-border-radius:8px;-webkit-border-radius:8px;
box-shadow: 5px 5px 5px #9C9C9C; -moz-box-shadow: 5px 5px 5px #9C9C9C; -webkit-box-shadow: 5px 5px 5px #9C9C9C; filter: progid:DXImageTransform.Microsoft.Shadow(color='#9C9C9C', direction=145, strength=7);}
#closer{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.41, #1F1F1F),color-stop(0.94, #D7E3E3));
background-image: -moz-linear-gradient(center bottom,#1F1F1F 41%,#D7E3E3 94%);
background-image: -o-linear-gradient(top,#D7E3E3,#1F1F1F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D7E3E3', endColorstr='#1F1F1F');
color: lime;
-moz-border-radius: 9000em;border-radius: 9000em;khtml-border-radius:9000em;-webkit-border-radius:9000em;cursor: pointer;float: right;font-size: 15px; border: 2px solid #696969;}
#closer:hover {color: #FF4500; }
</style>

<!--Отключение кнопки Жалоба в сообщениях -->
<script type="text/javascript">
RusffCore.sets.show_reportBtn = 0;
</script>

<!--Отключить функцию "Поделиться" -->
<script type="text/javascript">
RusffCore.sets.share = false;
</script>

<!--Отключить функцию "Это интересно" -->
<script type="text/javascript">
rusffLive.enable = false;
</script>

<!--Отключить надпись "Отредактировано"-->
<style>
p.lastedit {display:none}
</style>


<!-- HTML верх -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<style>img.post-img-Sp {margin:6px 3px;}
div.tipsy.tipsy-s.Sp-imgSp-img .tipsy-inner{font-size:14px;letter-spacing:1px;}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/57844.js"></script>



<!-- Скрипт установки отдельного аватара для поста - часть I -->
<link id="iNFpanel" rel="stylesheet" href="https://forumstatic.ru/files/000f/26/b2/15555.css" type="text/css"/>
<script src="https://forumstatic.ru/files/0011/5a/6c/65671.js"></script>
<!-- Конец скрипта -->

<style>
.category h2 {
text-align:center!important;
}
</style>

<!-- No объявление -->
<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>
<!-- /No объявление -->
Код:
<!--Выделение кода-->
<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
	}
}
</script>


<!-- Разделения тем на важные и простые -->
<script type="text/javascript">
if (document.URL.indexOf("viewforum")!=-1)
{var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
var io=1
for (io=1; io<=(trs.length-1); io++)
{if ((trs[io].className.indexOf("isticky")!=-1)&&(io==1))
{var portant=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(1)
var im=portant.insertCell(0)
im.innerHTML="<center><font size=2 size=Comic Sans Ms>Важные темы раздела</font></center>"
im.style.color="#6a5971"
im.style.backgroundColor=""
im.colSpan="4"}
else if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
var normal1=normal.insertCell(0)
normal1.innerHTML="<center><font size=Comic Sans Ms><font size=2>Другие темы раздела</font></font></center>"
normal1.style.color="#6a5971"
normal1.style.backgroundColor=""
normal1.colSpan="4"
}}}
</script>
<!-- Конец -->


<!-- он-лайн и оф-лайн в профиль -->
    <script type="text/javascript"> var L0='<img class="imgON_Off" src="';
    var L1='" style="cursor:pointer;cursor:hand;width:153;margin-top:3px;" />'; //153 - размер картинки по горизонтали

    var ImgON="http://5.firepic.org/5/images/2016-02/03/zsai5oc3g0u7.png";  // Картинка Online;
    var ImgOff="http://5.firepic.org/5/images/2016-02/03/ed3qb20yh9p6.png";  // Картинка OffLine;

    $("#pun-viewtopic .post .post-author ul").each(function ()   {
    $(this).html('<div class=UL>'+$(this).html()+'</div>');
    if ($(this).find(".pa-online").html()!=null){$(this).append(L0+ImgON+L1)
        }else $(this).append(L0+ImgOff+L1);
    $(this).find(".pa-author,.pa-title,.pa-avatar").insertBefore($(this).find("div.UL"));});

    $("div.UL").hide();     //Кому не надо изначального свертывания - строку розовым убираем
    $("ul .imgON_Off").click(function () {
    $(this).parent("ul").find(".UL").toggle('slow');});
    </script>
<!-- Конец -->

<!-- HTML низ -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<script>
var a1 = 1	// 0 - спойлер-аккордеон, 1 - вертикальный спойлер; 3 - обычный спойлер
var a2 = 0	// 0 - Скрытие первой вкладки; 1 - Показ первой вкладки; 
var a3 = 0 // Резкость Открытия: 0 - Плавно; 1 - Резко;
var LiArr=new Array(
//При наличии двух косых => // в начале пункта, - пункт не скрывается.
//"pa-author",     //Ник-Нейм
//"pa-avatar",     //Аватар
//"pa-title",      //статус
// 1 кнопка - ссылка на Картинку
//В квадратных скобках, прямо к ссылке можно добавить своё описание (по желанию)
"http://firepic.org/images/2015-11/27/0erd2ah5r0sj.png[Об игроке]",
"pa-reg",        //Зарегистрирован
"pa-invites", //Приглашений
"pa-posts",      //Кол-во сообщений:
"pa-respect",    //Уважение:
"pa-positive",   //Позитив
"pa-sex",        //Пол
"pa-age",        //Возраст
"pa-icq",        //Аська
"pa-ip",         //IP Юзера
"pa-time-visit", //Провел на форуме:
"pa-last-visit", //Последний визит:
//"pa-online",     //Пользователь online - Не засовываем в спойлеры
// 2 кнопка- ссылка на Картинку
"http://firepic.org/images/2015-11/27/c6mywsntukd3.png[О персонаже]",
"pa-from",       //Откуда
"pa-fld1",       //Доп.Поле.1
"pa-fld2",       //Доп.Поле.2

// 3 кнопка- ссылка на Картинку
"http://firepic.org/images/2015-11/27/eq7stnhsiv3q.png[Награды]",
//"pa-fld3",       //Доп.Поле.3 
"pa-fld4",       //Доп.Поле.4
"pa-fld5",       //Доп.Поле.5
"award",      //Награды(только для rusff и ork)
"gift",         //Подарки(только для rusff и ork)
//Конец Списка,
"_End"); SetProvilSpoil(a1,a2,a3);
</script>
<!--Конец//=Cпойлер cкрытия Инфы под N-кнопок в Профиле Топик-->

<script type="text/javascript">
PiarNik="PR";
PiarPas="1234";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><span id=spMyimg style=\"cursor:pointer;\"><a onclick=\"PiarIn()\">Реклама</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 type="text/javascript">
sAva = "http://5.firepic.org/5/images/2016-02/03/zqh1m68gyvc4.jpg";
$('#pun-viewtopic div.post').each(function(){
var sSe = $(this).find('li.pa-avatar');
var sUs = $(this).find('li.pa-author');
var sEUs = sUs.text().slice(sUs.text().indexOf(':')+2);
if(sSe.length==0) {$(this).find('li.pa-title').after('<li class="pa-avatar"><img src="'+sAva+'" title="'+sEUs+'"></li>');}});
</script>



<!-- Скрипт установки отдельного аватара для поста - часть II -->
   <style>.punbb .pa-avatar img {max-width:180px;height:auto;}</style>
    <script type="text/javascript">
    OnSmenaImage("FRPG Ireland: Buddies of Christ", new Array("Reaper"))
    var AvtrArr=new Array(
    "http://s7.hostingkartinok.com/uploads/images/2015/07/3f3037162256479c0e36dce79bd64288.jpg",
    "https://forumstatic.ru/files/0011/5a/6c/77757.jpg",
    "https://forumstatic.ru/files/0011/5a/6c/70363.jpg"
   //End myarray_!!Последняя ссылка без запятой!!!
    )
    StartNIZ(); //
    </script>
<!-- Конец скрипта -->





<!-- убираем лишние слова -->
<script type="text/javascript">
var A=[2,3,4]
$(".post .post-author li").each(function (){
for(var i in A){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>



<!-- кнопка выделения кода -->

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




<!-- счетчик -->
<script>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 language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style> #forum_f10 {display:none}</style>")
</script>
<!-- Конец скрыть подфорумы -->



<!-- покраска имени по расам-->
<script type="text/javascript">
    
    inColor("blue", new Array("люди", "Такояма Ранмару", "Кусанаги Юи", "Нея Киоши", "Мортиша Балдуин", "Виктория", "Николай", "Феликс Риз"))
    inColor("purple", new Array("Япония", "Инари", "Курама", "Цукито"))
    inColor("red", new Array("Греция", "Зевс", "Аид", "Морфей", "Нот", "Посейдон", "Дионис", "Аполлон", "Асклепий", "Тихе", ".....", "Афродитa"))
    inColor("olive", new Array("Египет", "Тот", "Бастет", "Осирис", "Амон Ра", "Сет", "Гор Эверест"))
     inColor("maroon", new Array("Скандинавы", "Бальдер", "Локи", "...", "…", "…", "…", "…", "…"))
     inColor("green", new Array("Китайцы", "Гоуман", "Фу Си Лэй", "…", "…", "…", "…", "…", "…"))
     inColor("teal", new Array("Существа", "Цербер", "Мэгицунэ", "Томоэ", "Феникс", "…", "…", "…", "…"))
    inColor("fuchsia", new Array("иные боги", "Барон Суббота Саббат", "///" ))

    function inColor(color, myarray){
    var a=document.links
    for(i=0;i<a.length;i++){
    for(q=0;q<myarray.length;q++){
    if(a[i].innerHTML==myarray[q]){
    a[i].innerHTML="<span style=\"color: "+color+";\">"+myarray[q]+"</span>"
    }}}}
    </script>
</style>

<!-- основной разделитель (низ форума) по цветам расы -->
<script type="text/javascript">
var text="<br><br><center><font color=#ff0000>греческие боги</font> | <font color=#b400ff>японские боги</font>| <font color=#a49110> египетские боги</font>|<font color=#900a0a>скандинавские боги </font> | <font color=#47a232>кельтские боги </font> | <font color=#359ea7>существа </font>|<font color=#0006ff>люди </center>"
pa=document.getElementById("pun-stats")
pa.style.position = "relative"
pa.innerHTML = "<div style=\"position:absolute; z-index:; center: 10px; top: 40px; width: 100%;\">"+text+"</div>"+ pa.innerHTML
</script>

<style>
.punbb .post-sig dt {
  border-top-color: #663333 !important;
  }
</style>
Код:
<center><table width="100%"><tr><td width="40%" valign="top">
<center><img src="http://5.firepic.org/5/images/2016-02/03/09h356p9uli6.png">
<BR><a href="http://kamigaminoasobirolgame.rusff.me/profile.php?id=2"><img src="http://firepic.org/images/2015-11/27/50fonk3g23mh.jpg" title="Зевс"></a>
<a href="http://kamigaminoasobirolgame.rusff.me/profile.php?id=4"><img src="http://firepic.org/images/2015-11/27/a2he6j8b3ufk.jpg" title="Тот"></a>
<a href="http://kamigaminoasobirolgame.rusff.me/profile.php?id=6"><img src="http://firepic.org/images/2015-11/27/x96c82hbxsid.jpg" title="Аид"></a>
<BR><BR>
<BR><a href="http://kamigaminoasobirolgame.rusff.me/profile.php?id=10"><img src="http://firepic.org/images/2015-11/27/sn19710f1kay.jpg" title="Морфей"></a>
<a href="http://kamigaminoasobirolgame.rusff.me/profile.php?id=41"><img src="http://firepic.org/images/2015-11/27/c0w5yh4ex38h.jpg" title="Такояма Ранмару"></a> 
<BR><BR>
</center>
</td>

<td width="1%"><center></center></td>

<td width="30%" valign="top"><center>
<img src="http://5.firepic.org/5/images/2016-02/03/8y1tahk9wluv.png">
<BR><a href="http://kamigaminoasobirolgame.rusff.me/viewtopic.php?id=1#p1">Правила</a> | <a href="http://kamigaminoasobirolgame.rusff.me/viewforum.php?id=7">Гостевая</a> | <a href="http://kamigaminoasobirolgame.rusff.me/viewtopic.php?id=2#p2">Сюжет</a>
<BR>
<a href="http://kamigaminoasobirolgame.rusff.me/viewtopic.php?id=36">Мы ищем!</a><br>
<a href="http://kamigaminoasobirolgame.rusff.me/viewtopic.php?id=51">Объявления</a>
<BR><a href="http://kamigaminoasobirolgame.rusff.me/viewtopic.php?id=275">Наблюдение за сферой</a>

<br><img src="http://5.firepic.org/5/images/2016-02/03/sz2a0ao1qzx7.png">
<br><size=25><b>Мы рады приветствовать вас на нашей ролевой "Забава богов"! </b><br>
<font color=#900a0a>Уважаемые форумчане и гости ролевой - просим поддержать форум и проголосовать за него в Топах располагаемых в подфоруме "наша реклама" </font>
<a href="http://top.roleplay.ru/23014" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_">
<img src="http://img.rpgtop.su/top8015_3.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="80" height="15"></a>
<br>
<b>Приглашаем Всех в нашу группу! Принимайте участие в ее развитии.</b> <a href="https://vk.com/kgna_rolka" title="социальная группа в -контакта" TARGET ="blank"><img src="http://s1.uploads.ru/t/XsEAP.png"></a>
<br>
<br></size>
</center>
</td>

<td width="1%"><center>
</center></td>

<td width="30%" valign="top">
<center>
<BR><BR>
<img src="http://5.firepic.org/5/images/2016-02/03/7dn5hd8opkaz.png">
<!--ПАРТНЕРЫ-->

<a href="http://vocaloidroleplay.f-rpg.ru//" target=_blank><img src="http://5.firepic.org/5/images/2015-11/04/lu3tyshcdczu.gif" title="Vocaloid New Era!" width="88" height="31"></a>

<!--ПАРТНЕР ДВА-->

<a href="http://valliren.rolka.su/" target="_blank"><img border="0"src="https://forumstatic.ru/files/0016/a2/0b/51751.gif" title="Valliren. По воле богов..." width="88" height="31" ></a>
<!--ПАРТНЕР 3-->

<a target="_blank" href="http://apokalipsis11.mybb.ru"><img src="http://s017.radikal.ru/i418/1510/ff/703041e5db11.gif" ></a>

<!--ПАРТНЕР 4-->

<a target="_blank" href="http://myfrpg.com" title="Ролевой Каталог 'ТАНКЪ'"><img src="http://myfrpg.com/ads/tank.gif" border="0"></a>

<!--ПАРТНЕР 5-->

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

<!--ПАРТНЕР 6-->

<a href="http://futura.rusff.me/"><img src="https://forumstatic.ru/files/0013/61/45/93418.gif" title="каталог аниме форумов"></a>

<!--ПАРТНЕР 7-->

<a target="_blank" href="http://kuroshitsujirolla123.rolka.su/"><img src="http://uploads.ru/i/P/a/0/Pa0Xt.gif" ></a>

<!--ПАРТНЕР 8-->

<a href="http://furin.mybb.ru/" title="Tea House "Furin" " " target="_blank"><img src="http://s3.uploads.ru/Qh0le.gif" border="0" width="88" height="31"></a>

<!--ПАРТНЕР 9-->

<a href="http://actaestfabula.rolka.su/" title="Kuroshitsuji" target="top_">
<img src="http://sa.uploads.ru/t/ly8Mr.gif" alt="Kuroshitsuji" border="0" width="88" height="31"></a>

<!--ПАРТНЕР 10-->

<a href="http://rimmortal.anihub.ru/"><img src="http://smages.com/images/8831.png" /></a>

<!--ПАРТНЕР 11-->

<a href="http://sweet-zephyr.ru/"><img src="http://sg.uploads.ru/2C6Na.jpg" alt="Зефир, помощь ролевым" title="Зефир, помощь ролевым" /></a>

<!--ПАРТНЕР 12-->

<a target="_blank" href="http://risenew.rusff.me//"><img src="http://images.vfl.ru/ii/1447651896/93026bb5/10502861.png"></a>

<!--ПАРТНЕР 13-->

<a href="http://aotlightwins.bestff.ru//" target=_blank><img src="http://s6.uploads.ru/fTkcs.gif" title=" ATTACK ON TITAN LIGHT WINS" width="88" height="31"></a>

<!--ПАРТНЕР 14-->

<a href="http://cemetville.mybb.by/" target="_blank" title="Истории нашего кладбища" ><img src="http://s019.radikal.ru/i625/1206/47/8b4109f0370f.gif" width = "88" height = "31" border="0"></a>

<!--ПАРТНЕР 15-->


<br>
<br><a href="http://kamigaminoasobirolgame.rusff.me/pages/banneri">Лист  с баннерами других форумов</a>
</div>
</td>

 </center>
</td>
</tr></table></center>
Код:
<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]{1,11000})\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>



       <div>
<input type="button" value="Дополнительные смайлы" onclick="return showhide(this)">
<p style="display:none">
<img src="http://i39.tinypic.com/dzf3nt.jpg" style="cursor: pointer" onclick="smile('[img]http://i39.tinypic.com/dzf3nt.jpg[/img]')" />
<img src="http://i40.tinypic.com/jujwq0.jpg" style="cursor: pointer" onclick="smile('[img]http://i40.tinypic.com/jujwq0.jpg[/img]')" />
<img src="http://i44.tinypic.com/2jcsl1w.jpg" style="cursor: pointer" onclick="smile('[img]http://i44.tinypic.com/2jcsl1w.jpg[/img]')" />
<img src=" http://i43.tinypic.com/6pp7k9.jpg " style="cursor: pointer" onclick="smile('[img]http://i43.tinypic.com/6pp7k9.jpg[/img]')" />
<img src=" http://i44.tinypic.com/154f29u.jpg " style="cursor: pointer" onclick="smile('[img]http://i44.tinypic.com/154f29u.jpg[/img]')" />
<img src=" http://i40.tinypic.com/iodhcw.jpg " style="cursor: pointer" onclick="smile('[img]http://i40.tinypic.com/iodhcw.jpg[/img]')" />
<img src=" http://i40.tinypic.com/nvv3uf.jpg " style="cursor: pointer" onclick="smile('[img]http://i40.tinypic.com/nvv3uf.jpg[/img]')" />
<img src=" http://i40.tinypic.com/16lkbuq.jpg " style="cursor: pointer" onclick="smile('[img]http://i40.tinypic.com/16lkbuq.jpg[/img]')" />
<img src=" http://i41.tinypic.com/sxybk4.jpg " style="cursor: pointer" onclick="smile('[img]http://i41.tinypic.com/sxybk4.jpg[/img]')" />
<img src=" http://i42.tinypic.com/10p3xab.jpg " style="cursor: pointer" onclick="smile('[img]http://i42.tinypic.com/10p3xab.jpg[/img]')" />
<img src=" http://i40.tinypic.com/2d94ldd.jpg " style="cursor: pointer" onclick="smile('[img]http://i40.tinypic.com/2d94ldd.jpg[/img]')" />
<img src=" http://i44.tinypic.com/eqqj3o.jpg " style="cursor: pointer" onclick="smile('[img]http://i44.tinypic.com/eqqj3o.jpg[/img]')" />
<img src=" http://i41.tinypic.com/hsnqc0.gif " style="cursor: pointer" onclick="smile('[img]http://i41.tinypic.com/hsnqc0.gif[/img]')" />
<img src=" http://i42.tinypic.com/eg7d6d.jpg " style="cursor: pointer" onclick="smile('[img]http://i42.tinypic.com/eg7d6d.jpg[/img]')" />
<img src=" http://i40.tinypic.com/1gj18w.gif " style="cursor: pointer" onclick="smile('[img]http://i40.tinypic.com/1gj18w.gif[/img]')" />
<img src=" http://i42.tinypic.com/6eiypi.gif " style="cursor: pointer" onclick="smile('[img]http://i42.tinypic.com/6eiypi.gif[/img]')" />
<img src=" http://i41.tinypic.com/15dxufb.gif " style="cursor: pointer" onclick="smile('[img]http://i41.tinypic.com/15dxufb.gif[/img]')" />
<img src=" http://i42.tinypic.com/efqog0.gif " style="cursor: pointer" onclick="smile('[img]http://i42.tinypic.com/efqog0.gif[/img]')" />
<img src=" http://i44.tinypic.com/6ru0p5.gif " style="cursor: pointer" onclick="smile('[img]http://i44.tinypic.com/6ru0p5.gif[/img]')" />
<img src=" http://i42.tinypic.com/n4y5x0.gif " style="cursor: pointer" onclick="smile('[img]http://i42.tinypic.com/n4y5x0.gif[/img]')" />
<img src=" http://i43.tinypic.com/34gq3uo.gif " style="cursor: pointer" onclick="smile('[img]http://i43.tinypic.com/34gq3uo.gif[/img]')" />
<img src=" http://i41.tinypic.com/11bp8gx.gif " style="cursor: pointer" onclick="smile('[img]http://i41.tinypic.com/11bp8gx.gif[/img]')" />
<img src="http://i43.tinypic.com/35mjjwn.gif" style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/35mjjwn.gif[/img]')" />
<img src=" http://i44.tinypic.com/2m7agcg.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/2m7agcg.gif[/img]')" />
<img src=" http://i43.tinypic.com/24oskzl.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/24oskzl.gif[/img]')" />
<img src=" http://i44.tinypic.com/2yyc9rr.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/2yyc9rr.gif[/img]')" />
<img src=" http://i42.tinypic.com/amqjjd.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/amqjjd.gif[/img]')" />
<img src=" http://i43.tinypic.com/jp7gvk.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/jp7gvk.gif[/img]')" />
<img src=" http://i39.tinypic.com/aujo5l.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/aujo5l.gif[/img]')" />
<img src=" http://i44.tinypic.com/2vsg5ja.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/2vsg5ja.gif[/img]')" />
<img src=" http://i39.tinypic.com/ornkmr.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/ornkmr.gif[/img]')" />
<img src=" http://i42.tinypic.com/16h3q5w.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/16h3q5w.gif[/img]')" />
<img src=" http://i40.tinypic.com/rwjsbm.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/rwjsbm.gif[/img]')" />
<img src=" http://i44.tinypic.com/bjcumg.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/bjcumg.jpg[/img]')" />
<img src=" http://i40.tinypic.com/j0flly.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/j0flly.gif[/img]')" />
<img src=" http://i43.tinypic.com/65r3ox.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/65r3ox.gif[/img]')" />
<img src=" http://i40.tinypic.com/14prw1.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/14prw1.gif[/img]')" />
<img src=" http://i43.tinypic.com/dyx0kp.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/dyx0kp.jpg[/img]')" />
<img src=" http://i42.tinypic.com/2pqkkxz.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/2pqkkxz.gif[/img]')" />
<img src=" http://i42.tinypic.com/20huasn.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/20huasn.gif[/img]')" />
<img src=" http://i40.tinypic.com/2054kf8.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/2054kf8.gif[/img]')" />
<img src=" http://i41.tinypic.com/155p94m.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/155p94m.gif[/img]')" />
<img src=" http://i42.tinypic.com/a2bw3r.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/a2bw3r.gif[/img]')" />
<img src=" http://i40.tinypic.com/iqv79z.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/iqv79z.gif[/img]')" />
<img src=" http://i41.tinypic.com/aw8e2o.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/aw8e2o.jpg[/img]')" />
<img src=" http://i44.tinypic.com/5plzzd.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/5plzzd.gif[/img]')" />
<img src=" http://i40.tinypic.com/2h6d1kw.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/2h6d1kw.jpg[/img]')" />
<img src=" http://i42.tinypic.com/f9nzp2.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/f9nzp2.gif[/img]')" />
<img src=" http://i43.tinypic.com/w9h79d.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/w9h79d.gif[/img]')" />
<img src=" http://i41.tinypic.com/2mw5lxx.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/2mw5lxx.gif[/img]')" />
<img src=" http://i41.tinypic.com/2583qyv.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/2583qyv.gif[/img]')" />
<img src=" http://i41.tinypic.com/2pyqez8.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/2pyqez8.gif[/img]')" />
<img src=" http://i42.tinypic.com/2ufx0gg.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/2ufx0gg.gif[/img]')" />
<img src=" http://i42.tinypic.com/wa6a0z.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/wa6a0z.gif[/img]')" />
<img src=" http://i41.tinypic.com/28229vr.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/28229vr.gif[/img]')" />
<img src=" http://i42.tinypic.com/358ark2.gif" style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/358ark2.gif[/img]')" />
<img src=" http://i42.tinypic.com/10onr7n.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/10onr7n.gif[/img]')" />
<img src=" http://i41.tinypic.com/b6ymc4.gif" style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/b6ymc4.gif[/img]')" />
<img src=" http://i39.tinypic.com/11b7y9u.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/11b7y9u.gif[/img]')" />
<img src=" http://i40.tinypic.com/mr7na1.gif" style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/mr7na1.gif[/img]')" />
<img src=" http://i41.tinypic.com/2m3mohs.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/2m3mohs.gif[/img]')" />
<img src=" http://i42.tinypic.com/espzzp.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/espzzp.gif[/img]')" />
<img src=" http://i41.tinypic.com/2i1j9kp.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/2i1j9kp.gif[/img]')" />
<img src=" http://i43.tinypic.com/dweu1l.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/dweu1l.gif[/img]')" />
<img src=" http://i39.tinypic.com/2lcydd4.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/2lcydd4.gif[/img]')" />
<img src=" http://i42.tinypic.com/651wuv.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/651wuv.jpg[/img]')" />
<img src=" http://i39.tinypic.com/2zfqre9.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/2zfqre9.gif[/img]')" />
<img src=" http://i44.tinypic.com/5f4woh.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/5f4woh.gif[/img]')" />
<img src=" http://i40.tinypic.com/2u88qar.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/2u88qar.gif[/img]')" />
<img src=" http://i41.tinypic.com/2uf3lt4.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/2uf3lt4.gif[/img]')" />
<img src=" http://i42.tinypic.com/zxuoa8.gif" style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/zxuoa8.gif[/img]')" />
<img src=" http://i44.tinypic.com/2vvqreb.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/2vvqreb.gif[/img]')" />
<img src=" http://i41.tinypic.com/e7clrt.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/e7clrt.gif[/img]')" />
<img src=" http://i44.tinypic.com/3599yzs.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/3599yzs.jpg[/img]')" />
<img src="http://i43.tinypic.com/2qu8c20.gif" style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/2qu8c20.gif[/img]')" />
<img src=" http://i39.tinypic.com/o0vz9f.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/o0vz9f.jpg[/img]')" />
<img src=" http://i42.tinypic.com/2a7u5fq.gif" style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/2a7u5fq.gif[/img]')" />
<img src=" http://i44.tinypic.com/2lm2cmg.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/2lm2cmg.gif[/img]')" />
<img src=" http://i40.tinypic.com/2wc1gtf.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/2wc1gtf.gif[/img]')" />
<img src=" http://i43.tinypic.com/2cmusl4.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/2cmusl4.gif[/img]')" />
<img src=" http://i42.tinypic.com/j0wtiw.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/j0wtiw.gif[/img]')" />
<img src=" http://i42.tinypic.com/16apgtj.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/16apgtj.gif[/img]')" />
<img src=" http://i44.tinypic.com/2a7936b.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/2a7936b.gif[/img]')" />
<img src=" http://i40.tinypic.com/undaa.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/undaa.gif[/img]')" />
<img src=" http://i39.tinypic.com/dh7dsm.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/dh7dsm.gif[/img]')" />
<img src=" http://i39.tinypic.com/nm11ti.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/nm11ti.gif[/img]')" />
<img src=" http://i41.tinypic.com/24e3tb7.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/24e3tb7.gif[/img]')" />
<img src=" http://i41.tinypic.com/crsx0.jpg" style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/crsx0.jpg[/img]')" />
<img src=" http://i40.tinypic.com/65wygm.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/65wygm.gif[/img]')" />
<img src=" http://i43.tinypic.com/33o1nvd.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/33o1nvd.gif[/img]')" />
<img src=" http://i44.tinypic.com/eknmz7.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/eknmz7.gif[/img]')" />
<img src=" http://i42.tinypic.com/28s95w3.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/28s95w3.gif[/img]')" />
<img src=" http://i42.tinypic.com/dbr3fk.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/dbr3fk.gif[/img]')" />
<img src=" http://i41.tinypic.com/9fob50.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/9fob50.gif[/img]')" />
<img src=" http://i39.tinypic.com/2uj5elc.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/2uj5elc.gif[/img]')" />
<img src=" http://i41.tinypic.com/28kn6sm.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/28kn6sm.gif[/img]')" />
<img src=" http://i40.tinypic.com/1zp4kg4.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/1zp4kg4.gif[/img]')" />
<img src=" http://i40.tinypic.com/sv3plz.gif " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/sv3plz.gif[/img]')" />
<img src=" http://i43.tinypic.com/fw27wn.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/fw27wn.gif[/img]')" />
<img src=" http://i42.tinypic.com/w8q8f7.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/w8q8f7.gif[/img]')" />
<img src=" http://i43.tinypic.com/2ahyz9w.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/2ahyz9w.gif[/img]')" />
<img src=" http://i44.tinypic.com/1zd1xm0.gif " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/1zd1xm0.gif[/img]')" />
<img src=" http://i43.tinypic.com/2wh32ut.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/2wh32ut.gif[/img]')" />
<img src=" http://i40.tinypic.com/hrkhgy.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i40.tinypic.com/hrkhgy.jpg[/img]')" />
<img src=" http://i41.tinypic.com/20jo80.gif " style="cursor: pointer" 
onclick="smile('[img]http://i41.tinypic.com/20jo80.gif[/img]')" />
<img src=" http://i39.tinypic.com/n1ar15.gif " style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/n1ar15.gif[/img]')" />
<img src=" http://i44.tinypic.com/2gt1c2h.jpg " style="cursor: pointer" 
onclick="smile('[img]http://i44.tinypic.com/2gt1c2h.jpg[/img]')" />
<img src=" http://i42.tinypic.com/qmz8l3.gif " style="cursor: pointer" 
onclick="smile('[img]http://i42.tinypic.com/qmz8l3.gif[/img]')" />
<img src=" http://i43.tinypic.com/xqdklg.gif " style="cursor: pointer" 
onclick="smile('[img]http://i43.tinypic.com/xqdklg.gif[/img]')" />
<img src=" http://i39.tinypic.com/2w3s13t.jpg" style="cursor: pointer" 
onclick="smile('[img]http://i39.tinypic.com/2w3s13t.jpg[/img]')" />
</div>
<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="Дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="Дополнительные смайлы"
p.style.display="none"}
return false}
</script>

<div>
<input type="Button" value="Дополнительные смайлы" onclick="return showhide(this)">
<p style="display:none">
<img src=" http://33.media.tumblr.com/09287c72c808a108584cbfcbea216a77/tumblr_n1vntjZqbz1sa07uto1_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://33.media.tumblr.com/09287c72c808a108584cbfcbea216a77/tumblr_n1vntjZqbz1sa07uto1_250.gif[/img]')" />
<img src=" http://38.media.tumblr.com/10379bd6f473e3a3945d754aa1a50b62/tumblr_n1vntjZqbz1sa07uto4_r3_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/10379bd6f473e3a3945d754aa1a50b62/tumblr_n1vntjZqbz1sa07uto4_r3_250.gif[/img]')" />
<img src=" http://38.media.tumblr.com/be34963b6863fb6c79d1fa24a98a1ce3/tumblr_inline_n20368FRr51qid2nw.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/be34963b6863fb6c79d1fa24a98a1ce3/tumblr_inline_n20368FRr51qid2nw.gif[/img]')" />
<img src=" http://38.media.tumblr.com/31589072e9917d783435e78ca1474156/tumblr_n1vntjZqbz1sa07uto6_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/31589072e9917d783435e78ca1474156/tumblr_n1vntjZqbz1sa07uto6_250.gif[/img]')" />
<img src=" http://38.media.tumblr.com/e1908d2b2c1af3f980ee13a1c6da35a8/tumblr_n1vntjZqbz1sa07uto7_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/e1908d2b2c1af3f980ee13a1c6da35a8/tumblr_n1vntjZqbz1sa07uto7_250.gif[/img]')" />
<img src=" http://31.media.tumblr.com/01636541b98fb8ef5ce8837627692f53/tumblr_n1vntjZqbz1sa07uto9_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://31.media.tumblr.com/01636541b98fb8ef5ce8837627692f53/tumblr_n1vntjZqbz1sa07uto9_250.gif[/img]')" />
<img src=" http://38.media.tumblr.com/7260eb5df21b5934209553b64b7c89e7/tumblr_n1vntjZqbz1sa07uto8_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/7260eb5df21b5934209553b64b7c89e7/tumblr_n1vntjZqbz1sa07uto8_250.gif[/img]')" />
<img src=" http://38.media.tumblr.com/98453aa63f4d58a2002ed3fdb3094946/tumblr_mws4xx5POK1sa07uto1_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/98453aa63f4d58a2002ed3fdb3094946/tumblr_mws4xx5POK1sa07uto1_250.gif[/img]')" />
<img src=" http://31.media.tumblr.com/8b274012d233356cea6fcb1e0d49616b/tumblr_mws4xx5POK1sa07uto4_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://31.media.tumblr.com/8b274012d233356cea6fcb1e0d49616b/tumblr_mws4xx5POK1sa07uto4_250.gif[/img]')" />
<img src=" http://38.media.tumblr.com/c1b0095fb2c1b705784012e2b45e375a/tumblr_mws4xx5POK1sa07uto6_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/c1b0095fb2c1b705784012e2b45e375a/tumblr_mws4xx5POK1sa07uto6_250.gif[/img]')" />
<img src=" http://33.media.tumblr.com/219daf05c88effcea5aac69368fa0b9d/tumblr_mws4xx5POK1sa07uto9_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://33.media.tumblr.com/219daf05c88effcea5aac69368fa0b9d/tumblr_mws4xx5POK1sa07uto9_250.gif[/img]')" />
<img src=" http://38.media.tumblr.com/798772de548d83120d7531b6947227d9/tumblr_mytikcONSG1sbmu2ho2_100.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/798772de548d83120d7531b6947227d9/tumblr_mytikcONSG1sbmu2ho2_100.gif[/img]')" />
<img src=" http://31.media.tumblr.com/f7f4ab6f50d11fbd18a130c07d2bdb2c/tumblr_mytikcONSG1sbmu2ho3_100.gif" style="cursor: pointer" 
onclick="smile('[img]http://31.media.tumblr.com/f7f4ab6f50d11fbd18a130c07d2bdb2c/tumblr_mytikcONSG1sbmu2ho3_100.gif[/img]')" />
<img src=" http://38.media.tumblr.com/bd3ab0794cd9b4e1eaadb8f4e92f3704/tumblr_mytikcONSG1sbmu2ho6_100.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/bd3ab0794cd9b4e1eaadb8f4e92f3704/tumblr_mytikcONSG1sbmu2ho6_100.gif[/img]')" />
<img src=" http://38.media.tumblr.com/519832715f88bf8f4addd471340c960a/tumblr_mytikcONSG1sbmu2ho5_100.gif" style="cursor: pointer" 
onclick="smile('[img]http://38.media.tumblr.com/519832715f88bf8f4addd471340c960a/tumblr_mytikcONSG1sbmu2ho5_100.gif[/img]')" />
<img src=" http://31.media.tumblr.com/8c308844e19a94bd718e6a5f2b9acdb6/tumblr_mws4xx5POK1sa07uto7_250.gif" style="cursor: pointer" 
onclick="smile('[img]http://31.media.tumblr.com/8c308844e19a94bd718e6a5f2b9acdb6/tumblr_mws4xx5POK1sa07uto7_250.gif[/img]')" />
</div>
 
<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="Дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="Дополнительные смайлы"
p.style.display="none"}
return false}
</script>

0


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


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