.

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

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


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


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

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

1

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

0

2

aaaaaaaaaaaaaaaaaaaaaaaaaaaaa

0

3

http://s3.uploads.ru/o6lTV.jpg

0

4

http://forumstatic.ru/files/0013/0b/24/60109.png

0

5

45y

0

6

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

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

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

.formal textarea {
font-size: 1.2em;
}

/* A3.4 */
.punbb h1, .punbb h2 {
  font-size: 1.1em;
  font-weight: bold;
  }

.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;
padding: 5px 0px;
}

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

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

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

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

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

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

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

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

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

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

/* A5.1 */
#pun {

   margin: 60px auto 60px;
        width : 82%;
        padding: 110px;
        border-style: solid;
        border-width:1px;
        border-radius:0px 0px 0px 0px;

}

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

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

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

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

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

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

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

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

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

#pun-main h2 {
  padding: 7px 1em 7px 1em;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
}

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

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

/* 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:dotted 1px #FBBF63;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
}

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

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

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: 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 4em 0 0;
  height: 100%; /* For IE */
  }

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

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

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

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

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

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

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

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

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

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
font-family:Tahoma!important;
  text-align: center;
font-style:normal;
  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%
font-size: 1.1em;
  }

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

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

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

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

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

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

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

/* C2.12 */
.punbb .main th {
  padding: 4px 1em 5px 1em;
  border-bottom: 0px solid #E86A13;
  border-top: 0px solid #E86A13;
  border-left: 0px solid #E86A13;
  }

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

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

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

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

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

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

/* C3.4 */
.punbb .post h3 strong {
float:right;
text-align:center;
font-size:14px;
font-family:Georgia;
margin-top:-4px;
padding:2px 2px;
}

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

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 0 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: 1.2em;
  border-left-style: solid;
  border-left-width: 0px;
  padding-left: 1.6em;
  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 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#pun-title TD.title-logo-tdr {
  border: none;
  width: 468px;
position: absolute;
  left: 31%;
  top: 0;
}

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

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

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

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

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

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

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

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

/* D3.1 */
#pun-navlinks {
  border: none;
  margin: 0;
  margin-bottom: 4px;
}

#pun-navlinks .container {
border:1px solid #E86A13;
  margin: 0;
}

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

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

/* D3.4 */
#pun-navlinks li a {
  font-size:1em;
  font-family:tahoma;
  padding:9px 10px 10px 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* A 5.11  Èêîíêè ìåíþ íàâèãàöèè */
#pun-navlinks li  {
border-left: 0px solid #E86A13;
}

#pun-navlinks #navindex {
padding-left: 0px;
border-left: 0px dashed #E86A13;
}

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

/* D4.1 */
#pun-ulinks  {
  margin-bottom: 10px;
  border: 1px solid #E86A13;
  }

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

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

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

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

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

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

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

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

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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







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

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

/* A1.1 */
  @import url(style_cs.1259243989.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, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  }

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

/* A3.4 */
/* A3.4 */
.punbb h1, .punbb h2, .punbb h3 {
  font-size: 0.9em;
  font-weight: bold;
  }

.punbb th {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  }

.punbb h4, .punbb table {
  font-size: 1em;
  font-weight: normal;
  }

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

.punbb legend span {
  font-size: 1.1em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#pun-main h2 {
  padding: 1.8em 0em;
  border-style: solid solid solid solid;
  border-width:0px 0px 0px 0px;
}

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

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -6em;
  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;
  }

0

7

Мишка косолапый По лесу идёт, Шишки собирает, Песенки поёт. Вдруг, упала шишка. Прямо мишке в лоб... Оступился Мишка И об землю - хлоп! Засвистел на ветке Пересмешник дрозд: - Мишка косолапый Наступил на хвост! А за ним вдогонку Пятеро зайчат: - Мишка косолапый! - Из кустов кричат. Похватил дразнилку Весь лесной народ. - Мишка косолапый По лесу идет!.. Бросился к берлоге Маленький медведь: - Чем такие ноги - Лучше умереть! Спрятался за шкапом И ревёт ревмя: - Мишкой косолапым Дразнят все меня! Мама удивилась: - Глупенький сынок, Я всегда гордилась Формой твоих ног. Я ведь косолапа, И папа косолап, Косолапил славно И дедушка Потап! Мишка косолапый Стал ужасно горд. Вымыл с мылом лапы, Съел медовый торт. Вышел из берлоги И как заорёт: - Мишка косолапый По лесу идёт! Автор: А. Усачев

0

8

http://sa.uploads.ru/27bwv.jpg

0

9

<div align="right"><img alt="новогодние украшения web.a.net"src="http://webanetlabs.net/ng2013/ng17.gif" width="175" height="60"></div>

<div style="position:fixed; right:0px; top: 0px;"><table width="425px" height="65px" border="0" background="">
        <tr>         
            <td align="right">
        <script LANGUAGE="javascript">
document.write('<span id="ny_date">До нового года осталось</span>')
function ojidanieNG()
{
    var today = new Date();
        var BigDay = new Date("January 1, 2017");
      var timeLeft = (BigDay.getTime() - today.getTime());
        var e_daysLeft = timeLeft / 86400000;
      var daysLeft = Math.floor(e_daysLeft);
    var e_hrsLeft = (e_daysLeft - daysLeft)*24;
    var hrsLeft = Math.floor(e_hrsLeft);
    var e_minsLeft = (e_hrsLeft - hrsLeft)*60;
    var minsLeft = Math.floor(e_minsLeft);
    var seksLeft = Math.floor((e_minsLeft - minsLeft)*60);
    if (BigDay.getTime() > today.getTime() )
        document.getElementById("ny_date").innerHTML = '<span style="color:#0000CD; font-style: italic; font-size:2em; font-family:Times New Roman;"><center><b>До Нового года осталось</b>:</center></span><span style="color:#228B22; font-style: italic; font-size:1.5em; font-family:Times New Roman;"><center><b>'+daysLeft+'</b> дн, <b>'+hrsLeft+'</b> час, <b>'+minsLeft+'</b> мин, <b>'+seksLeft+'</b> сек</center></span>'
    else
        document.getElementById("ny_date").innerHTML = '<span style="color:#FF0000; font-style: italic; font-size:2.5em; font-family:Times New Roman;"><center><b>С Новым 2017 годом!!!</b></center></span>'
}
setInterval("ojidanieNG()", 50)
</SCRIPT>
</td>
        </tr>
</table>

</div>

0

10

<script>
var congratulations = "<p></p><p ALIGN='CENTER'><font color='#FF0000'>Дорогие Друзья!</font></p><p></p><p>Сайт и форум: Уездный городок поздравляет Вас с наступающим 2017 годом!</p><p>Желаем Вам счастья, любви и успехов во всех ваших начинаниях!</p><p></p>";
</script>
<script language="javascript" src="http://exiterra.ru/promo/dedm/dedm.js"></script>

<script src="http://101widgets.com/w1416433631-0000013b&276&276"></script>

0

11

<script type="text/javascript" src="http://forumstatic.ru/files/0011/da/9b/96233.js"></script>

0

12

<div align="right"><img alt="новогодние украшения web.a.net"src="http://webanetlabs.net/ng2013/ng17.gif" width="175" height="60"></div>

0

13

<!-- До нового Года  -->
<div style="position:absolute;right:0;top:0;">
<object type="application/x-shockwave-flash" width="100" height="50" data="http://arhangel-ok.ru/New_Year/_clock_yolka_.swf" allowFullScreen="true"><param name="movie" value="http://arhangel-ok.ru/New_Year/_clock_yolka_.swf"/><param name="wmode" value="transparent"/><param name=allowFullScreen value="true"/></object>
</div>

0

14

<script type="text/javascript">
var smileDiv = document.getElementById("smilies-block");
if(smileDiv)
{
var smileItem = new Array();
smileItem.push('http://s003.radikal.ru/i201/1403/99/73ca6e31bd1b.gif');
smileItem.push('http://s47.radikal.ru/i115/1403/84/2febc9b49292.gif');
smileItem.push('http://www.kolobok.us/smiles/artists/connie/connie_6.gif');
smileItem.push('http://www.kolobok.us/smiles/personal/paint2.gif');
smileItem.push('http://www.kolobok.us/smiles/personal/paint.gif');
smileItem.push('http://www.kolobok.us/smiles/personal/brunette.gif');
smileItem.push('http://www.kolobok.us/smiles/rpg/queen.gif');
smileItem.push('http://www.kolobok.us/smiles/madhouse/girl_wacko.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki3.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki5.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki17.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki8.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki4.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki41.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki27.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki9.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki11.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki48.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki180.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki129.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki52.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki175.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki191.gif');
smileItem.push('http://lisyonok.ucoz.ru/smilez_kolobki/kolobki192.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile272.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile176.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile276.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile283.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile434.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile435.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile233.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile9.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile223.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile374.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile438.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile126.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile254.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile219.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile220.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile218.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile141.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile144.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile138.gif');
smileItem.push('http://arcanumclub.ru/smiles/smile156.gif');
smileItem.push(' http://arcanumclub.ru/smiles/smile102.gif');
smileItem.push(' http://www.kolobok.us/smiles/he_and_she/curtsey.gif');
smileItem.push(' http://www.kolobok.us/smiles/he_and_she/spruce_up.gif');
smileItem.push(' http://www.kolobok.us/smiles/he_and_she/hysteric.gif');
smileItem.push(' http://www.kolobok.us/smiles/he_and_she/girl_sigh.gif');
smileItem.push(' http://www.kolobok.us/smiles/he_and_she/girl_cray.gif');
smileItem.push(' http://www.kolobok.us/smiles/personal/angel.gif');
smileItem.push(' http://www.kolobok.us/smiles/personal/hi.gif');
smileItem.push(' http://www.kolobok.us/smiles/icq/scratc … _head.gif');
smileItem.push(' http://www.kolobok.us/smiles/he_and_she/girl_wink.gif');
smileItem.push(' http://www.kolobok.us/smiles/icq/yes.gif');

for (i=0; i<smileItem.length; i++){
smileDiv.innerHTML+='<img src="'+smileItem[i]+'" alt=":rusff:" onclick="smile(\'--\')" />';
}
}
</script>

0

15

<script type="text/javascript" src="http://szenprogs.ru/scripts/snowfall1/snowfall.sp.js"></script>    снежинки крупые

0

16

Введите здесь ваше объявление.<object width="578" height="43"><param name="movie" value="http://embed.pleer.com/normal/track?id=B3g3taBg19hhuBffq&t=grey&a=yes"></param><embed src="http://embed.pleer.com/normal/track?id=B3g3taBg19hhuBffq&t=grey&a=yes" type="application/x-shockwave-flash" width="578" height="43"></embed></object><br> <small><a href="http://pleer.com/tracks/57902862EtH" target="_blank">Cкачать Ах, как хочется вернуться... бесплатно</a> на pleer.com</small>



<p><strong>Михаил Ножкин</strong><br><span style="display: block; text-align: center"><a href="http://rru55.ixbb.ru/click.php?http://radikal.ru/fp/2161db05f1664ec7a288d7cc6bb4c2a8" rel="nofollow" target="_blank"><img class="postimg" src="http://s52.radikal.ru/i137/1311/2c/efe489d27012.jpg" alt="http://s52.radikal.ru/i137/1311/2c/efe489d27012.jpg"></a></span><br><span style="display: block; text-align: center"><br><iframe src="http://music.privet.ru/swf/mp3player.swf?&amp;autostart=false&amp;bufferlength=3&amp;showeq=true&amp;file=http%3A%2F%2Fstat16.privet.ru%2Fmp3%2F0d2e34a2fcf0ac5e5d9c4d63e48e8c49&amp;type=mp3&amp;id=464470942&amp;callback=http://music.privet.ru/callback.php&amp;backcolor=0x005903&amp;frontcolor=0x094003&amp;lightcolor=0x3A802D" allowfullscreen="" frameborder="0" height="15" width="470"></iframe><br></span></p>






<style type="text/css">

    div#move {
      position:fixed;
      height: 430px;
      width: 200px;
      padding-left: 5px;
      padding-left: 5px;
      margin-top: 15%;
      border: none;
      background-color: rgba(0, 0, 0, 0.75);
      color: #A0A0A0;
      padding:10px;
      border-radius: 5px;
      z-index: 9999;
      overflow: auto;
    }

    </style>

            <div class="block">

    <div name="move" id="move" style="cursor:move"><div class="lileft" style="float: left">Блок чата</div><div class="liright" style="float: right; text-align: right;"><a href="#" onclick="closeBlock();return false;"><img src="http://s4.uploads.ru/DnUNX.png"></a></div>

    <div id="cboxdiv" style="width: 100%; height: 380px;"></div>
    <script type="text/javascript">
    var cbvis = false;
    var cbload = false;
    function togglecbox () {
    var cbdiv = document.getElementById("cboxdiv");
    if (!cbvis) {
        if (!cbload) {
        cbdiv.innerHTML = '<iframe frameborder="0" width="100%" height="305" src="http://www4.cbox.ws/box/?boxid=4160257&amp;boxtag=tmq50k&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain4-4160257" style="border:#ababab 1px solid;border-bottom:0px" id="cboxmain4-4160257"></iframe><iframe frameborder="0" width="100%" height="75" src="http://www4.cbox.ws/box/?boxid=4160257&amp;boxtag=tmq50k&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform4-4160257" style="border:#ababab 1px solid;border-top:0px" id="cboxform4-4160257"></iframe>';
        cbload = true;
        }
        cbdiv.style.display = "block";
    }
    else {
        cbdiv.style.display = "none";
    }
    cbvis = !cbvis;
    }
    </script>
    <!-- move the next line to the bottom of your <body> to defer the loading of your Cbox -->
    <script>togglecbox();</script>
    </div>

           </div>

    <script src="http://forumstatic.ru/files/0013/1a/c5/37205.js" type="text/javascript"></script>
    <script type="text/javascript" charset="utf-8">
      SET_DHTML("move");
    </script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    function closeBlock(){
    $("div .block").hide(1000);
    }
    </script>













<center><object type="application/x-shockwave-flash" data="http://xflash.ucoz.ru/raznoe/3.swf" width="100" height="100"><param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="movie" value="http://site.ru/uppod.swf" />
<param name="flashvars" value="st=;file=" /></object></center>



















<img src="http://forumstatic.ru/files/000f/7b/3a/96569.jpg" style="width: 100%; margin: 8px 0 -80px 0;" />
<style type="text/css">
#pun-title table{
text-align:left;
height:60px!important;
}
#pun-title td.title-logo-tdl{
  display : none;
}
</style><div style="position:absolute; left:4%; top:200px;"><img src="" border="0" /></div>
<div style="position:absolute; left1%; top:-100px;"><img src="http://s017.radikal.ru/i429/1602/18/0875c4bfdec4.png" border="0" /></div>






<div style="position:absolute; left:10%; top:10px;"><img src="http://s018.radikal.ru/i520/1602/c0/90147c7bffd2.jpg" border="0" /></div>

<center><object type="application/x-shockwave-flash" data="http://xflash.ucoz.ru/raznoe/3.swf" width="100" height="100"><param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="movie" value="http://site.ru/uppod.swf" />
<param name="flashvars" value="st=;file=" /></object></center>











<style>
.korpus > div, .korpus > input { display: none; }
.korpus label { padding: 4px; border:4px solid #aaa; line-height: 28px; cursor: pointer; position: relative; bottom: 1px; background: #fff; }
.korpus input[type="radio"]:checked + label { border-bottom: 2px solid #fff; }
.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; padding: 5px; border: 1px solid #aaa; }
</style>
<div class="korpus">
  <input type="radio" name="odin" checked="checked" id="vkl1"/><label for="vkl1">Слайд 1</label><input type="radio" name="odin" id="vkl2"/><label for="vkl2">Слайд 2</label><input type="radio" name="odin" id="vkl3"/><label for="vkl3">Слайд 3</label>
  <div><center>
<br><iframe id="iFrameResizer2" src="http://flashframe.li.ru/showflash.html?tag_value=http%3A%2F%2Fmusic.privet.ru%2Fswf%2Fmp3player.swf%3Fautostart%3Dtrue%26bufferlength%3D3%26showeq%3Dtrue%26file%3Dhttp%3A%2F%2Frunettex.clan.su%2FMP3%2FStartup.mp3%26backcolor%3D0x191919%26frontcolor%3D0xF6C300%26lightcolor%3D0x00FE2B&amp;flash_width=1&amp;flash_height=1&amp;style=" style="border: 0px outset; overflow: hidden;" scrolling="no" frameborder="0" height="1" width="1"></iframe>  <br>
</center><br></center></div>
  <div><center>А это вторая!</center></div>
  <div><center>Здорово, правда?</center></div>
</div>

0

17

<script type="text/javascript">
    var who=document.getElementById('pun-status').innerHTML
    var whi=document.getElementsByTagName("tr")
    var s=0
    if (document.URL=="http://Адрес форума/online.php" || "http://http://apriori.ixbb.ru/userlist.php")
    {for (s=0; s<=(whi.length-1);s++)
    {if ((whi[s].innerHTML.indexOf("Ник1")!=-1)||(whi[s].innerHTML.indexOf("")!=-1))
    {whi[s].style.display="none"}}}
    </script>
    <script type="text/javascript">
    var def=document.getElementById('onlinelist')
    var def1=def.getElementsByTagName("a")
    for (f in def1)
    {if ((def1[f].innerHTML=="Ник1")||(def1[f].innerHTML==""))
    {def1[f].style.display="none"}}
    </script>
    <script type="text/javascript">
    function changeLink()
    {var arr=document.links
    for (j in arr)
    {
    if (arr[j].innerHTML=="Слон")
    {arr[j].innerHTML=""}

    }}
    changeLink()
    </script>






<!-- Стиль цитаты -->
<style>
.punbb .post-content .quote-box:not(.spoiler-box) {
background:none;
border:0!important;
position:relative;
overflow:hidden;
min-height:35px!important;
margin:10px 0;
padding:10px 0 10px 5px;
}

.punbb .quote-box:not(.spoiler-box) > blockquote > p {
font-size:15px;
line-height:18px;
color:#504536;
font-family:Georgia;
font-style:italic;
}

.punbb .quote-box:not(.spoiler-box) > blockquote {
margin-top:7px;
margin-left:6px;
-moz-border-radius:8px;
-khtml-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
border:solid 1px #B38000;
background:linear-gradient(180deg, rgba(255, 254, 249, 1) 0%, rgba(253, 252, 206, 1) 100%);
max-width:91%;
position:relative;
padding:11px 20px 0 17px;
}

.punbb .quote-box:not(.spoiler-box) > blockquote:before {
content:'';
background:url(http://forumstatic.ru/files/0013/61/d9/45308.png) top left no-repeat transparent;
position:absolute;
width:10px;
height:10px;
top:13px;
left:3px;
}

.punbb .quote-box:not(.spoiler-box) > blockquote:after {
content:'';
position:absolute;
z-index:100;
background:url(http://forumstatic.ru/files/0013/61/d9/83565.png) top left no-repeat transparent;
width:10px;
height:10px;
right:4px;
bottom:4px;
}

.punbb .quote-box:not(.spoiler-box) > cite {
font-style:normal;
font-weight:700;
display:block;
font-size:13px;
color:#000;
background:url(http://forumstatic.ru/files/0013/61/d9/36828.png) top left repeat-x transparent;
height:32px;
line-height:24px;
position:absolute;
z-index:100;
top:0;
text-shadow:#fff 1px 1px;
left:13px;
}

.punbb .quote-box:not(.spoiler-box) > cite:before {
content:'';
position:absolute;
z-index:-1;
background:url(http://forumstatic.ru/files/0013/61/d9/51191.png) no-repeat 0 0 transparent;
width:31px;
height:38px!important;
left:-13px;
top:0;
}

.punbb .quote-box:not(.spoiler-box) > cite:after {
content:'';
background:url(http://forumstatic.ru/files/0013/61/d9/31895.png) no-repeat 0 0 transparent;
position:absolute;
right:-10px;
width:10px;
height:32px;
}
</style>






<!--Доп смайлы в основном окне часть 1-->
<style type="text/css">
#wrapper {width: 600px;}
/* вкладки доп смайлов */
ul.tabs {height: 22px; margin-top:-15px; margin-bottom:20px !important; margin-left:55px;}
ul.tabs li {float: left;margin-right: 1px; cursor:pointer;}
ul.tabs li a {cursor: pointer;padding: 0 5px 5px 5px;position: relative;}
ul.tabs li a:hover {padding: 0 5px;}
ul.tabs li.tab-current a {padding: 0px 5px 5px 5px;}
div.t2,div.t3 {display: none;width: 450px;}
#smilies-area {
overflow: scroll;
overflow-x: hidden;
height:200px !important;
}
</style>

<!-- меняем  шрифт форума-->
<style>
BODY A{font-family : "Georgia";}
</style>











<!-- Уголок-->
<script type="text/javascript">
  esel_small = 'http://forumstatic.ru/files/0011/4d/90/30284.jpg';
  esel_big = 'http://forumstatic.ru/files/0011/4d/90/75129.jpg';
  esel_url = 'http://fotki.yandex.ru/users/olvitson';
esel_s = 'http://szenprogs.ru/flash/esel_s.swf';
  esel_b = 'http://szenprogs.ru/flash/esel_b.swf';
</script>
<script type="text/javascript" src="http://szenprogs.ru/scripts/esel.js"></script>













<!--Основной фон форума///-->
<!--<style type="text/css">
HTML, BODY {background-image: url("http://s56.radikal.ru/i151/1503/6e/3714caba7383.jpg");background-attachment: fixed;}
</style>-->

<!--Фон полосы, на которой находится рекламный банер///-->
<!--<style type="text/css">
#pun-title table {background-image : url(http://s008.radikal.ru/i306/1503/96/575814ed03a9.jpg);
height :90px;
}
</style>-->


<!-- Шапка форума -->
<img id="mylogo" src="http://s56.radikal.ru/i151/1503/a0/d441435bf508.pn">
<style type="text/css">
#mylogo {width: 100%; margin: 0 0 0 0;}
</style>

<!--шрифт форума-->   
<style>
body {
font-size:110%;
}
</style>


<!--Накрутка  пользователей///-->
<script src="http://hostjs-mybb2011.narod.ru/js/CheatUsersOnline.js"></script>



<!--Доп смайлы в основном окне часть 1-->
<style type="text/css">
#wrapper {width: 600px;}
/* вкладки доп смайлов */
ul.tabs {height: 22px; margin-top:-15px; margin-bottom:20px !important; margin-left:55px;}
ul.tabs li {float: left;margin-right: 1px; cursor:pointer;}
ul.tabs li a {cursor: pointer;padding: 0 5px 5px 5px;position: relative;}
ul.tabs li a:hover {padding: 0 5px;}
ul.tabs li.tab-current a {padding: 0px 5px 5px 5px;}
div.t2,div.t3 {display: none;width: 450px;}
#smilies-area {
overflow: scroll;
overflow-x: hidden;
height:200px !important;
}
</style>












<!-- Скругление углов в категориях-->
<!--<style>
.punbb .main .container,#pun-stats ul.container{
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-color:#939191 #939191 #939191
border-style:solid;
border-width:0px 0px 0px;
}
</style>

<style>
#pun-main h1,#pun-main h2,#pun-stats h2 {
border-bottom-left-radius:0;
border-bottom-right-radius:0;
border-top-left-radius:8px;
border-top-right-radius:8px;
border-color:#939191 #939191 #939191;
border-style:solid;
border-width:0px 0px 0px;
}
</style>

<style>
.punbb .container{
-moz-border-radius:8px;
-khtml-border-radius:8px;
-webkit-border-radius:8px;
border-radius:0px;
border:0px solid #939191;
}
</style>

<!--онлайни офлайн с возможн. закрывания начало-->
<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://upforme.ru/uploads/0005/ef/4e/239896-1.png";
var ImgOff="http://upforme.ru/uploads/0005/ef/4e/239896-5.png";
$("#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>





<!-- Полоска форумы -->
<!--<style type="text/css"> #pun-main h2 {
color : red;
background-color : transparent; background-image : url(http://s020.radikal.ru/i705/1503/19/cdd65a5be953.jpg);
}
</style>-->

<!-- Полоска  главная поиск форум  -->
<!--<style type="text/css">
#pun-navlinks .container {
padding-top : 4px;  background-color : #C0C0C0;
background-image : url(http://s018.radikal.ru/i509/1503/57/2b1c5eaa684e.gif);
font-weight: bold;
text-align: center;
}
</style>-->







<!--<style type="text/css">
#pun-title table {background-image : url(http://gamebomb.ru/images/header_bg.png);
height : 132px;
}
</style>-->


<!--<style type="text/css"> /*Фоновый рисунок*/
html, body {
background: transparent none !important;
}
</style>
<img id="Day" src="http://s018.radikal.ru/i501/1504/66/c4be7ee9b104.jpg" style="display:none;position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100% ; margin: 0 0 0 0;"/>
<img id="Night" src="http://s018.radikal.ru/i518/1504/88/8f4042396925.jpg" style="display:none;position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100% ; margin: 0 0 0 0;"/>
<script language="JavaScript">
theTime = new Date();
theHour = theTime.getHours();
if(theHour>7&&theHour<20){$("#Day").show();}
else{$("#Night").show();}
</script>-->



<!-- Верхняя строка  меню-->
<!--<style>
#pun-navlinks .container {
position:fixed;
top:0px;
left:0;
padding-top:8px;
z-index:999;
width:99%;
border-bottom:double 6px #FFD700;
border-bottom-left-radius:40px ;
border-bottom-right-radius:40px ;

height:34px;
text-align:center;
font-family:Georgia;
}

#pun-navlinks li {
display:inline;
margin:5;
}

#pun-navlinks li a {
font-size:14px;
padding:3px 0;
}
</style>-->






<!-- Дополнительный набор смайлов в одном окне со стандартным  -->
<style type="text/css">
#smilies-area #wrapper {width: 600px;}
<!-- вкладки доп смайлов -->
#smilies-area ul.tabs {height: 25px;line-height: 20px;margin: 0 0 3px;list-style: none;}
#smilies-area ul.tabs li {float: left;margin-right: 1px; cursor:pointer;}
#smilies-area ul.tabs li a {background: url("http://uploads.ru/i/P/5/Q/P5Q2V.png") no-repeat scroll -652px 0 transparent;color: #444444;cursor: pointer;display: block;margin-bottom: -1px;padding: 0 14px 1px;position: relative;text-decoration: none;width: 84px;}
#smilies-area ul.tabs li a:hover {color:#EFEFEF;padding: 0 14px;background: url("http://uploads.ru/i/P/5/Q/P5Q2V.png")no-repeat scroll;background-position: -652px -31px; text-decoration:none;}
#smilies-area ul.tabs li.tab-current a {color: #444;padding: 0px 14px 2px;border:medium hidden;line-height: 22px;background-position: -652px -62px;}
#smilies-area ul.tabs li.tab-current a:hover {color: #6A5ACD;}
#smilies-area div.t2,div.t3 {display: none;width: 450px;}
</style>

0

18

Где то косяк

<!--Audio player (special edition)v.3.0 /FMP3/ (Deff, Romych, kolobdur74)-->
<script language="javascript">
$('td#button-video').before('<td id="playbut" style=\'background-image:url("http://s5.uploads.ru/4QUIa.gif")\' title="Аудио плеер" onclick="tag_play()"></td>');
$(function(){
var stText = '<embed src="http://forumstatic.ru/files/0013/49/9f/32316.swf?mp3='; var endTxt = '&action=stop&title=Player MP3&color=b1eb95&loop=no&lma=yes&textcolor=000000" quality="high" bgcolor="#ffffff" width="260" height="60" name="FMP3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
  $('.post-content:contains("[audio]"):contains(".mp3")').each(function(){
      var html = $(this).html().replace(/\[audio\]([^\[]+)\[\/audio\]/ig,stText+'$1'+endTxt);
      $(this).html(html)
  });
});
$("div.post-content, li.pa-title").map(function () {
text = $(this).html();   
if(text.indexOf("pleer.com") != -1) {
player = /\[audio\](.*?)\/tracks\/(.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://embed.pleer.com/track?id=$2' type='application/x-shockwave-flash'  wmode='transparent' width='550' height='124'></embed>"));
}
if(text.indexOf("zippyshare.com") != -1) {
player = /\[audio\]http:\/\/www(\d+)\.zippyshare\.com\/v\/(\d+)\/file\.html\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed type='application/x-shockwave-flash' src='http://api.zippyshare.com/api/mediaplayer/mediaplayer.swf' flashvars='height=20&amp;width=400&amp;file=http://www$1.zippyshare.com/downloadMusic%3Fkey%3D$2%26&amp;volume=80&amp;autostart=false&amp;frontcolor=0x000000&amp;backcolor=0xffffff&amp;lightcolor=0x000000&amp;type=flv' quality='high' menu='false' wmode='transparent' allowscriptaccess='always' height='20' width='400' name='mp3player' border='0' style='margin-bottom: 6px;'/>"));
}
if(text.indexOf("http://rghost.ru") != -1) {
player = /\[audio\](.*?)\/(\d+)\[\/audio\]/g
$(this).html(text.replace(player, "<br /><object height='20' width='455' type='application/x-shockwave-flash' data='http://rghost.ru/flash/mediaplayer.swf' id='preview_mp3' style='visibility: visible;'><param name='flashvars' value='file=http://rghost.ru/download/action/$2/mp3&amp;streamer=http://rghost.ru/download/action/$2/mp3'></object>"));
}
});
var popup, popupp, pop, popzz, poprg, popam, popfl;
function tag_play()
{
pop = window.open("","popDialog","height=310,width=800,Scrollbars=1")
pop.document.open();
 
function content(){ /*==123==;
<html>
<head>
<title>Player</title></head>
<body bgcolor=#00FF00>
<font face=Arial><center><font size=+4>
<strong>
Выберите аудиохостинг:
</strong>
</br>
</font></center>
<center><font size=+3>
<strong>
<a href='http://www.zippyshare.com/?locale=ru'>
zippyshare.com
</a>
&nbsp;
&nbsp;
&nbsp;
<a href='http://rghost.ru'>rghost.ru</a>
&nbsp;
&nbsp;
&nbsp;
<a href='http://pleer.com'>prostopleer.com</a>
</font></center>
</br>
<font face=Arial><center><font size=+2>
<strong>
Хостинги с прямыми ссылками формата .mp3:
</strong>
</br>
</font></center>
<center><font size=+3>
<strong>
<a href='http://ato.su/musicbox/'>ato.su</a>
&nbsp;
&nbsp;
&nbsp;
<a href='http://my-files.ru/'>My-Files.RU</a></br>
</br>
</strong>
</font></center>
<center><font size=+2><strong><i>
Полученную ссылку на аудиофайл ставить между вв-тегами:
</br>
[audio]<font color=#FF0000>Здесь ваша ссылка</font>[/audio]</i></strong></font></center></font>
</body>
</html>
   ==123==;*/
} content = content.toString().split('==123==;')[1];
  pop.document.write(content);
  pop.document.close();
insert("[audio][/audio]");}
</script>

<!--Смена шрифта на всём форуме-->
<style type="text/css">.post-content {font-size: 12pt;}</style>
<!--Смена шрифта на всём форуме конец-->

<!--размер шрифта в комменте-->
<style type="text/css">.post-content {font-size: 12pt;}</style>
<!--размер шрифта в комменте конец-->


<!--онлайни офлайн с возможн. закрывания начало-->
<script type="text/javascript"> var L0='<img class="imgON_Off" src="';
var L1='" style="cursor:pointer;cursor:hand;width:153;margin-top:13px;" />'; //153 - размер картинки по горизонтали
var ImgON="http://upforme.ru/uploads/0005/ef/4e/239896-1.png";
var ImgOff="http://upforme.ru/uploads/0005/ef/4e/239896-5.png";
$("#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>
<!--онлайни офлайн с возможн. закрывания конец-->



<!--Поиск-->
<style>
.splContR {
z-index:-1;
width:250px!important; /*ширина окна*/
height:auto; /*высота окна*/
border-radius: 22px;
background: rgba(173,170,170,.961); /*фон окна*/
box-shadow: 1px 0 15px #000000 inset,4px 4px 10px #3F403D!important; /*тень окна*/
top:-5px; /*отступ окна от верха кнопки*/
right:-7px; /*отступ окна от правого края монитора*/
padding:12px 40px 12px 15px!important;
color:#55271A; /*цвет шрифта*/
font: normal normal 400 12px/normal Georgia;
font-family:Georgia; /*шрифт*/
}
.splLinkR {
cursor:pointer;
}
.post-content span.mark{
background-color:#FFFE00; /*цвет маркера*/
color:#000;
}
</style>
<div id="seaDrom" style="position:fixed;right:8px;top:39.50%;z-index:100">
<img class=splLinkR title="Расширенный поиск (нажми)" src="http://forumstatic.ru/files/0010/96/f7/57867.gif" width="70" height="70"border="0" onclick="PanelToggleR5($('form.splContR'))"/>
<form class=splContR data="0" style="position:absolute;margin-right:-360px"  id="punbbsearch"  method="get" action="/search.php">
<input type="hidden" name="action" value="search">
<input type="text" id="fld1s" name="keywords" size="30" placeholder="Введите фразу для поиска" maxlength="100" oninput="$('form.splContR').addClass('active')" style="min-width:222px;margin-left:13px;padding:4px; box-shadow: -1px 1px 4px #222 inset;background:#EDEDED;color:#000!important;">
</form></div>
<script type="text/javascript" src="http://forumstatic.ru/files/0010/96/f7/27490.js"></script>
<style id="splLinkR-hover">
#tooltip {
position:fixed!important;
left:auto!important;
right:7px!important;
top:320px!important;
}
</style>
<script>
style_hover = $('#splLinkR-hover').remove();
  $('#seaDrom .splLinkR').mouseenter(function(){
    style_hover.appendTo('body')
  }).mouseleave(function(){
    style_hover = $('#splLinkR-hover').remove()
  });
</script>
<!--Окончание-->

<a href="http://antivirus-alarm.ru/proverka/?url=apriori.ixbb.ru%2F"><img src="http://antivirus-alarm.ru/images/checked_v1.gif" width="88" height="31" title="Результаты антивирусного сканирования" /></a>










<!-- Цитата: переход на пост Автора по Клику на Ник -->
<script type="text/javascript"> // !Копирование кода возможно только с исходника
  //   © АвтоЗащита кодов топиков mybb - Лучшая в мире!
$(".post-content blockquote a").find("img").each(function (){
if ($(this).attr("src")=="/i/blank.gif"){
var aa=$(this).parents("a").attr("href");
if(aa!=undefined){aa=aa.replace("/p","");aa+='#p'+aa+'">';
aa='<a href="/viewtopic.php?pid='+aa;
$(this).parents(".quote-box").find("cite").wrap(aa+'</a>');}};});
</script>
<script type="text/javascript">
function qude2(b,username)
{var txt = '';if (window.getSelection){txt = window.getSelection().toString()}
else if (document.getSelection){txt = document.getSelection();}
else if (document.selection){txt = document.selection.createRange().text;}
if (txt == null || typeof(txt) == "undefined" || txt == ''){alert('Не выделен текст для цитирования');return;}
else{b="--";b='

+username+ написал(а):

'+b;
insert(b+ txt +"

" + "\n");};}
--$(".post").each(function (){var b=$(this).attr("id").replace('p','');pp=$(this).find("li.pl-quote");if(pp.html()!==null){pp.html(pp.html().replace("ipt:quote(","ipt:qude2("+b+","))};});</script><!--//End//Переход по клику на Ник-->



<!-- Предпросмотр  личных сообщений V2-->
<script type="text/javascript">
    var forum_Preview = 95; //Форум с возможностью создания тем всем юзерам
    </script>
    <script type="text/javascript" src="http://forumstatic.ru/files/000f/03/01/49400.js"></script>











<!-- Исправление работы функции Репутация  -->
<script type="text/javascript">
if(FORUM.PartnerVote.toString().replace(/function\s*\(post_id,vote\)\s*/,"")==="{return true;}")
FORUM.PartnerVote = function(post_id,vote){return false}
</script>

<script><!--Правка для Комментариев от rusff-->
if($(".punbb").attr("id")=="pun-viewtopic"){
function SetBTNClck(){var s=$(".post-vote a[href*='relation.php?']");
s.off("click");s.on("click",function(e){e.preventDefault ();var L=$(this).attr("href");
$(this).parents(".post").find(".pa-respect a[href='"+L+"']").click();
});};$(document).ready(function(){SetBTNClck();});$(window).load(function(){SetBTNClck();});};
</script>



<!-- Дополнительный набор смайлов в одном окне со стандартными-->
<!-- HTML низ, см. также HTML верх -->
<script type="text/javascript">
var nabor2 = ['http://savepic.net/428106.gif',
'http://savepic.net/426058.gif',
'http://savepic.net/433226.gif',
'http://savepic.net/419914.gif',
'http://savepic.net/420938.gif',
'http://savepic.net/424010.gif',
'http://savepic.net/422986.gif',
'http://savepic.net/416842.gif',
'http://savepic.net/402506.gif',
'http://savepic.net/396362.gif',
'http://savepic.net/453709.gif',
'http://savepic.net/451661.gif',
'http://savepic.net/454733.gif',
'http://savepic.net/455757.gif',
'http://savepic.net/445517.gif',
'http://savepic.net/448589.gif',
'http://savepic.net/446541.gif',
'http://savepic.net/437325.gif',
'http://savepic.net/440397.gif',
'http://savepic.net/428109.gif',
'http://savepic.net/426061.gif',
'http://savepic.net/432205.gif',
'http://savepic.net/430157.gif',
'http://savepic.net/419917.gif',
'http://savepic.net/427084.gif',
'http://savepic.net/432204.gif',
'http://savepic.net/430156.gif',
'http://savepic.net/431180.gif',
'http://savepic.net/420940.gif',
'http://savepic.net/417868.gif',
'http://savepic.net/424012.gif',
'http://savepic.net/425036.gif',
'http://savepic.net/421964.gif',
'http://savepic.net/412748.gif',
'http://savepic.net/409676.gif',
'http://savepic.net/410700.gif',
'http://savepic.net/416844.gif',
'http://savepic.net/414796.gif',
'http://savepic.net/404556.gif',
'http://savepic.net/402508.gif',
'http://savepic.net/407628.gif',
'http://savepic.net/408652.gif',
'http://savepic.net/406604.gif',
'http://savepic.net/393292.gif',
'http://savepic.net/399436.gif',
'http://savepic.net/397388.gif'];

var nabor3 = ['http://i.smiles2k.net/cristmas_smiles/santa2.gif',
'http://i.smiles2k.net/cristmas_smiles/3.gif',
'http://i.smiles2k.net/cristmas_smiles/1126966355.gif',
'http://i.smiles2k.net/cristmas_smiles/1126965865.gif',
'http://i.smiles2k.net/cristmas_smiles/1126966351.gif',
'http://i.smiles2k.net/cristmas_smiles/1126966354.gif',
'http://i.smiles2k.net/cristmas_smiles/1126966516.gif',
'http://i.smiles2k.net/cristmas_smiles/4.gif',
'http://s.rimg.info/ab9ed8a73cb7a1af0e123ac3d1aecac7.gif',
'http://s.rimg.info/484c1688b95aa12ca5989d04e64084da.gif',
'http://s.rimg.info/d81875e0b0ea3c90edb6f25b08d669f2.gif',
'http://s.rimg.info/e8e61f821528f3e6693b039686c04c2d.gif',
'http://s.rimg.info/796544704c671b1cae4a9b9ee808a781.gif',
'http://s.rimg.info/8b3e74d84c3a76093169fc77da896d11.gif',
'http://s.rimg.info/399a332bcdc39203f62979e2647e81b8.gif',
'http://s.rimg.info/40949c52a1fe640f4e326f084213c09b.gif',
'http://s.rimg.info/f1b906f85beff7872fd20d320112cbb3.gif',
'http://s.rimg.info/2aed4a159b723427bc17a293a5bd9f4e.gif',
'http://s.rimg.info/678803654b573f664433f7c0a804769c.gif',
'http://s.rimg.info/87aec0603b39bd897330d4522c1c4a72.gif',
'http://s.rimg.info/ec93e3ad3ce71948218721d1a6c001c8.gif',
'http://s.rimg.info/d37e1af077dac0f67971e42ca5daa259.gif',
'http://s.rimg.info/e7efeb1ddfbc6b7031354e7f91502e2c.gif',
'http://s.rimg.info/7511985ebb99b21d0bb7e4a43d442ea6.gif',
'http://s.rimg.info/d33208567e696a754c39d18690a36030.gif',
'http://s.rimg.info/fb636d9fba4fe57b868e0ab93cbac9db.gif',
'http://s.rimg.info/59e307b8064095412c67dce21e91fa76.gif'
];
$(document).ready(function() {
$('#smilies-block').addClass('t1');
$('#smilies-area').prepend('<div id="wrapper"><ul class="tabs tabs1" onclick="return changeVisibility (\'smilies-area\', false)"><li class="t1 tab-current"><a>Первый набор</a></li><li class="t2"><a>Второй набор</a></li><li class="t3"><a>Третий набор</a></li></ul><div class="t2"></div><div class="t3"><br></div></div>');
$.each(nabor2, function(i) {
$('div.t2').append('<img src="'+nabor2[i]+'" onclick=smile(\'--\') />');
});
$.each(nabor3, function(i) {
$('div.t3').append('<img src="'+nabor3[i]+'" onclick=smile(\'--\') />');
});
$('ul.tabs.tabs1 li').click(function(){
var thisClass = this.className.slice(0,2);
$('div.t1, div.t2, div.t3').hide();
$('div.' + thisClass).fadeToggle('slow');
$('ul.tabs.tabs1 li').removeClass('tab-current');
$(this).addClass('tab-current');
}); });
</script>
<!-- КОНЕЦ Дополнительный набор смайлов в одном окне со стандартными-->
<!-- см. также HTML верх -->











<script type="text/javascript">
    var who=document.getElementById('pun-status').innerHTML
    var whi=document.getElementsByTagName("tr")
    var s=0
    if (document.URL=="http://Адрес форума/online.php" || "http://http://apriori.ixbb.ru/userlist.php")
    {for (s=0; s<=(whi.length-1);s++)
    {if ((whi[s].innerHTML.indexOf("Ник1")!=-1)||(whi[s].innerHTML.indexOf("")!=-1))
    {whi[s].style.display="none"}}}
    </script>
    <script type="text/javascript">
    var def=document.getElementById('onlinelist')
    var def1=def.getElementsByTagName("a")
    for (f in def1)
    {if ((def1[f].innerHTML=="Ник1")||(def1[f].innerHTML==""))
    {def1[f].style.display="none"}}
    </script>
    <script type="text/javascript">
    function changeLink()
    {var arr=document.links
    for (j in arr)
    {
    if (arr[j].innerHTML=="Слон")
    {arr[j].innerHTML=""}

    }}
    changeLink()
    </script>






<!-- Стиль цитаты -->
<style>
.punbb .post-content .quote-box:not(.spoiler-box) {
background:none;
border:0!important;
position:relative;
overflow:hidden;
min-height:35px!important;
margin:10px 0;
padding:10px 0 10px 5px;
}

.punbb .quote-box:not(.spoiler-box) > blockquote > p {
font-size:15px;
line-height:18px;
color:#504536;
font-family:Georgia;
font-style:italic;
}

.punbb .quote-box:not(.spoiler-box) > blockquote {
margin-top:7px;
margin-left:6px;
-moz-border-radius:8px;
-khtml-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
border:solid 1px #B38000;
background:linear-gradient(180deg, rgba(255, 254, 249, 1) 0%, rgba(253, 252, 206, 1) 100%);
max-width:91%;
position:relative;
padding:11px 20px 0 17px;
}

.punbb .quote-box:not(.spoiler-box) > blockquote:before {
content:'';
background:url(http://forumstatic.ru/files/0013/61/d9/45308.png) top left no-repeat transparent;
position:absolute;
width:10px;
height:10px;
top:13px;
left:3px;
}

.punbb .quote-box:not(.spoiler-box) > blockquote:after {
content:'';
position:absolute;
z-index:100;
background:url(http://forumstatic.ru/files/0013/61/d9/83565.png) top left no-repeat transparent;
width:10px;
height:10px;
right:4px;
bottom:4px;
}

.punbb .quote-box:not(.spoiler-box) > cite {
font-style:normal;
font-weight:700;
display:block;
font-size:13px;
color:#000;
background:url(http://forumstatic.ru/files/0013/61/d9/36828.png) top left repeat-x transparent;
height:32px;
line-height:24px;
position:absolute;
z-index:100;
top:0;
text-shadow:#fff 1px 1px;
left:13px;
}

.punbb .quote-box:not(.spoiler-box) > cite:before {
content:'';
position:absolute;
z-index:-1;
background:url(http://forumstatic.ru/files/0013/61/d9/51191.png) no-repeat 0 0 transparent;
width:31px;
height:38px!important;
left:-13px;
top:0;
}

.punbb .quote-box:not(.spoiler-box) > cite:after {
content:'';
background:url(http://forumstatic.ru/files/0013/61/d9/31895.png) no-repeat 0 0 transparent;
position:absolute;
right:-10px;
width:10px;
height:32px;
}
</style>






<!--Доп смайлы в основном окне часть 1-->
<style type="text/css">
#wrapper {width: 600px;}
/* вкладки доп смайлов */
ul.tabs {height: 22px; margin-top:-15px; margin-bottom:20px !important; margin-left:55px;}
ul.tabs li {float: left;margin-right: 1px; cursor:pointer;}
ul.tabs li a {cursor: pointer;padding: 0 5px 5px 5px;position: relative;}
ul.tabs li a:hover {padding: 0 5px;}
ul.tabs li.tab-current a {padding: 0px 5px 5px 5px;}
div.t2,div.t3 {display: none;width: 450px;}
#smilies-area {
overflow: scroll;
overflow-x: hidden;
height:200px !important;
}
</style>

0

19

http://radikal.ru/video/yNtZOZk3soq

0

20

http://poster.radikal.ru/1707/46/0bce54a96bd7.jpg

0

21

http://poster.radikal.ru/1707/46/0bce54a96bd7.jpg

0

22

<iframe width="640" height="360" src="https://radikal.ru/vf/0Mk1MB9RDjP" frameborder="0" scrolling="no" allowfullscreen></iframe>

0

23

http://s018.radikal.ru/i519/1711/73/e130606ed653.jpg

0

24

padding: 0px 10px 0px 10px;

0

25

чччччччччччччччччччч

0


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