by .eclipse

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

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


Вы здесь » by .eclipse » Two Worlds » спэшл фо ю


спэшл фо ю

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

1

ололо

0

2

Структура style.css

Код:
/*************************************************************
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 63% 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", "courier new", courier, monospace
  }

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

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

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

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

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



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

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

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


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

/* A5.1 */
#pun {
margin: 0px auto auto auto;
width : 819px;
padding: 0px 0px 0px 0px;
border: none;
border-top: none;
}

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

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

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



#pun-main h2 {
padding-bottom: 15px;
font-weight: bold;
color: #000000;
height : 17px;}



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

B - MAIN CONTENT - GENERAL

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



/* B1 Parsed Content, Signatures and Scroll Boxes

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



/* B1.1 */

.punbb .post-content {

  padding: 0;

  margin: 0;

  width: 100%;

  overflow: hidden;

  }



/* B1.2 */

.punbb .post-sig dt {

  display: block;

  border-top: 0px none #888;

  width: 250px;

  margin: 5px 0;

  }



/* B1.3 */

.punbb .post-content p {

  margin: 0;

  padding: 0 0 1em 0;

  line-height: 150%;

  }



/* B1.4 */

.punbb .post-content img {

  vertical-align: text-bottom

  }



/* B1.5 */

.punbb .post-content img.postimg {

  vertical-align: middle;

  }



/* B1.6 */

.punbb .post-content .blockcode, .punbb .post-content blockquote {

  width: 100%;

  overflow: hidden;

  }



/* B1.7 */

.punbb .post-content .scrollbox {

  width: 100%;

  overflow: auto;

  }



/* B1.8 */

.punbb .post-content .quote-box, .punbb .post-content .code-box {

  margin: 0.4em 1.8em 1.4em 1.8em;

  padding: 1em;

  border-style: none;

  border-width: 0px;

  }



/* B1.9 */

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

  display: block;

  padding-bottom: 0.7em;

  font-size: 1.1em;

  font-weight: bold;

  font-style: normal;

  margin: 0;

  }



/* B2 Information boxes

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



/* B2.1 */

.punbb .info-box {

  padding: 1.1em 1.7em 1em 1.7em;

  border-style: none;

  border-width: 0px;

  margin: 0 0 1.1em 0;

  }



/* B2.2 */

.punbb .info-box * {

  padding: 0 0 0.7em 0;

  }



/* B2.3 */

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

  font-size: 1.1em;

  font-weight: bold;

  }





/* B3 Pagination and posting links

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



/* B3.1 */

.punbb .linkst {

  float: left;

  position: relative;

  width: 100%;

  font-size: 1.1em;

  height: 0;

  }



/* B3.2 */

.multipage {

  margin-top: 3em;

  }



/* B3.3 */

.linkst .pagelink {

  position: absolute;

  top: -4em;

  left: 1em;

  width: 24em;

  }



/* B3.4 */

.linkst .postlink {

  position: absolute;

  top: -4em;

  right: 1em;

  width: 16em;

  text-align: right;

  font-weight: bold;

  }



/* B3.5 */

.punbb .linksb {

  text-align: right;

  padding: 0.4em 1em 0.5em 1em;

  font-size: 1.1em;

  }



/* B3.6 */

.linksb .pagelink {

  float: left;

  width: 24em;

  text-align: left;

  }



/* B3.7 */

.linksb .postlink {

  float: right;

  width: 16em;

  font-weight: bold

  }



/* B3.8 */

.subscribelink {

  clear:both;

  padding-top: 0.3em;

  padding-bottom: 0.5em;

  }





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

C - MAIN CONTENT - SPECIFIC

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



/* C1 Form layout

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



/* C1.1 */

.punbb .formal .container {

  padding: 1.7em 2.3em 1.1em 2.3em;

  }



/* C1.2 */

.punbb .formsubmit {

  padding: 0 0 0 1.7em;

  margin: 1em 0 0 0;

  }



/* C1.3 */

.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {

  margin: 0 0.6em 0 0

  }



/* C1.4 */

.punbb fieldset {

  border-style: none;

  border-width: 0px;

  padding: 0 18px 0 18px;

  margin: 0 0 1em 0

  }



/* C1.5 */

.punbb fieldset legend {

  padding: 0;

  margin: 0 0 0 11px;

  font-size: 1.1em

  }



/* C1.6 */

.punbb fieldset legend span {

  padding: 0 5px;

  margin: 0 0 0 -15px;

  }



/* C1.7 */

.punbb fieldset fieldset {

  border-style: none;

  margin: 0;

  padding: 0 0 8px 0

  }



/* C1.8 */

.punbb .fs-box {

  padding: 1em 0 0.8em 0;

  }



/* C1.9 */

.punbb .fs-box p, .punbb .fs-box fieldset {

  padding: 0 0 0.8em 0

  }



/* C1.10 */

.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {

  float: left;

  margin-right: 1em;

  }



/* C1.11 */

.punbb .inline .infofield {

  clear:both

  }



/* C1.12 */

.punbb .datafield br {

  display: none

  }



/* C1.13 */

.punbb .required label, .punbb .datafield span.input {

  font-weight: bold

  }



/* C1.14 */

.punbb .datafield span.input a {

  font-weight: normal;

  }



/* C1.15 */

.punbb .areafield span.input, .punbb p.longinput span.input {

  display: block;

  padding: 0 12em 0 0;

  height: 100%; /* For IE */

  }



/* C1.16 */

.punbb textarea, .punbb .longinput input {

  width: 64%;

  margin: 0;

  }



/* C1.17 */

.punbb .hashelp {

  position: relative;

  }



/* C1.18 */

.punbb .helplinks {

  display: block;

  position: absolute;

  top: 1em;

  right: 0;

  font-weight: normal;

  width: 36%;

  }



/* c1.19 */

.punbb #profile .helplinks {

  top: 1.5em;

  }



/* C1.20 */

.punbb .helplinks span {

  display: block;

  padding-bottom: 0.2em;

  }



/* C1.21 */

#pun-post .formal .info-box li {

  padding-left: 4px;

  list-style-type: square;

  list-style-position: inside;

  line-height: 1.5;

  margin: 0;

  }





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

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

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

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

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

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

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

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

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

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

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

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

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

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }
* html .tclcon {height: 1px}
/* C2.14 */
.punbb td div.tclcon {
        margin-right:20px;
}
/* C2.15 */
.punbb div.icon {
    float: right;
    display: block;
    width: 70px;
    height: 70px;
margin-left: 25px;}

/* C3 Topics

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



/* C3.1 */

.punbb .post .container {

  border-style: none none none none;

  border-width: 0px;

  margin-top: -1px;

  padding-bottom: 1px;

  }



/* C3.2 */

.punbb .post h3 {

  border-style: none none none none;

  border-width: 0px;

  }



/* C3.3 */

.punbb .post h3 span {

  padding: 0.5em 1em;

  display: block;

  margin-left: 19em;

  border-left-style: none;

  border-left-width: 0px
  

  }



/* C3.4 */

.punbb .post h3 strong {

  float: right;

  width: 5em;

  text-align: right;

  font-weight: normal;
  padding-right: 30 px;

  }



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

  text-align: right;

  }



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

  border-left-width: 0px;

  padding: 0 0 1px 0;
  padding-right: 20px;

  }



/* C3.12 */

.punbb .post-box {

  padding: 1em;

  }



/*C3.13 */

.punbb fieldset .post-box {

  margin-bottom: 0.8em

  }



/* C3.14 */

.punbb .post-links {

  margin-left: 19em;

  border-left-style: solid;

  border-left-width: 1px;

  }



/* C3.15 */

.punbb .post-links ul {

  padding: 0 1em 0 0;

  height: 2em;

  line-height: 2em;

  margin-left: -19em;

  border-top-style: none;

  border-top-width: 0px;

  background: transparent;

  text-align: right;

  }



/* C3.16 */

.punbb .post-links li {

  display: inline;

  padding-left: 1em;

  }



/* C3.17 */

.pl-email, .pl-website {

  float: left;

  }



/* C3.18 */

.punbb .clearer {

  clear: both;

  height: 0;

  font-size: 0;

  }





/* C4 Moderator menu

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



/* C4.1 */

.punbb .modmenu .container {

  padding: 0.5em 1em;

  text-align: right;

  }



/* C4.2 */

.punbb .modmenu strong, .punbb .modmenu a {

  height: 1.8em;

  line-height: 1.8em;

  }



/* C4.3 */

.punbb .modmenu .container strong {

  float: left;

  }



/* C4.4 */

.punbb .modmenu input {

  margin-left: 1em;

  }





/* C5 Message boxes

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



/* C5.1 */

.punbb .info .container {

  padding: 0.8em 1em

  }



/* C5.2 */

.punbb .info .container .backlink {

  padding-top: 0.8em;

  }





/* C6 Profile

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



/* C6.1 */

#profile .container {

  padding-left: 18.6em;

  }



/* C6.2 */

#profilenav {

  float: left;

  width: 14em;

  margin-left: -16.3em;

  display: inline;

  }



/* C6.3 */

#profilenav li {

  padding-bottom: 0.8em;

  font-weight: bold;

  }



/* C6.4 */

#viewprofile ul, #profilenav ul {

  border-style: solid;

  border-width: 1px;

  padding: 1.5em 18px 0.8em 18px;

  margin: 0 0 1em 0;

  }



/* C6.5 */

#viewprofile h2, #profilenav h2 {

  background: transparent;

  border: none;

  padding: 0 0 0 0;

  margin: 0 14px -0.6em 14px;

  }



/* C6.6 */

#viewprofile h2 span, #profilenav h2 span {

  padding: 0 5px;

  position: relative;

  }



/* C6.7 */

#viewprofile li, #setmods dl {

  padding: 0 0 0 16em;

  margin-bottom: 0.2em;

  }



/* C6.8 */

#viewprofile li span {

  float: left;

  width: 14em;

  margin-left: -16em;

  padding: 0.5em 1em;

  font-weight: bold;

  }



/*C6.9 */

#setmods dt {

  float: left;

  width: 14em;

  margin-left: -16em;

  padding: 0.8em 1em;

  font-weight: bold;

  display: inline;

  }



/* C6.10 */

#viewprofile li strong, #viewprofile li div, #setmods dd {

  display: block;

  padding: 0.5em 1em;

  font-weight: normal;

  }



/* C6.11 */

.punbb img.avatardemo {

  float: right;

  margin: 0 0 0.8em 1.8em

  }





/* C7 User list

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



/* C7.1 */

#pun-userlist .formal, #pun-userlist .formal .container {

  border-bottom: none;

  margin-bottom: 0;

  }



/* C7.2 */

#pun-userlist .usertable .container {

  padding: 0 2.3em 2.3em 2.3em;

  border-top: none;

  }



/* C7.3 */

#pun-userlist .usertable table {

  border-style: solid;

  border-width: 1px;

  }





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

D - PUNBB SECTIONS OTHER THAN MAIN CONTENT

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



/* D1 Logo and description

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



/* D1.1 */

#pun-title {

  margin: 0;

  border-style: none none none none;

  border-width: 0px 0px 0 0px;


  }



/* D1.2 */

#pun-title h1 {

  display : block;

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

  }



#pun-title table {

	border: none;

	height: 669px;

	width: 100%;

}



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

	border: none;

	width: 100%;

}



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



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



/* D3.2 */

#pun-navlinks .container {
font-weight: bold;
text-align: center;
font-size: 13px;
font-family: arial;
background-color: transparent;
color: #000000;
background-repeat: no-repeat; background-position: center;
height : 35px;}



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

  }



/* D4.2 */

#pun-ulinks .container {

  border-top: none;

  padding: 0.7em 1em;

  }



/* D4.3 */

#pun-ulinks li, #pun-ulinks li a {

  display: inline;

  border-left-style: solid;

  border-left-width: 1px;

  white-space: nowrap;

  }



/* D4.4 */

#pun-ulinks li a {

  padding: 0 0.3em 0 0.6em

  }



/* D4.5 */

#pun-ulinks li.item1, #pun-ulinks li.item1 a {

  border-left-style: none;

  border-left-width: 0;

  padding-left: 0

  }



/* D5 Welcome box and Top Breadcrumbs

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



/* D5.1 */

#pun-status, #pun-status .container {

  border-bottom: none;

  margin-bottom: 0;
  width: 890px;

  }



/* D5.2 */

#pun-status .container {

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

  }



/* D5.3 */

#pun-status span {

  white-space: nowrap;

  margin-right: 0.5em;

  }



/* D5.4 */

#pun-crumbs1 {

  font-weight: bold;

  overflow: hidden;

  margin-top: 0;

  }



/* D5.5 */

#pun-crumbs1 p.container {

  border-top: none;

  padding: 1em 1em 0.8em 1em;

  font-size: 1.1em;
  margin-right: 35px;
  }



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

  border-bottom-width: 0px;

  padding-bottom: 0;

  margin-bottom: 0.8em;

  }



/* D9.2 */

#pun-help .formal .info-box h3.legend span {

  padding-bottom: 0.6em;

  display: block;

  border-bottom-style: none;

  border-bottom-width: 0px;

  font-size: 1.1em;

  }



/* D9.3 */

#pun-help .formal p, #pun-help .formal dd {

  margin-bottom: 1em

  }



/* D9.4 */

#pun-help .formal ul, #pun-help .formal dl {

  padding: 0 0 0 1em

  }



/* D9.5 */

#pun-help .formal li {

  padding: 0;

  line-height: 130%

  }



/* D9.6 */

#pun-help .formal li * {

  vertical-align: text-top

  }



/* D9.7 */

#pun-help .formal dt span {

  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace

  }



/* D9.8 */

#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {

  padding-bottom: 0;

  }

Цвета style_cs.css

Код:
/* CS1 Background and text colours
-------------------------------------------------------------
*/

#pun-title TABLE { 
background : transparent url(http://xmages.net/storage/10/1/0/a/3/upload/ead823ab.png) no-repeat left top; 
 margin-left : 0px;

}


body {background-color: #bdbab5;
background-image : url("http://www.10pix.ru/img1/2655/2912794.png");
background-repeat: no-repeat;
background-position : top center;

}

#pun {
background-image : url("");
background-color : #a5c6da;
background-position : center;
background-attachment : fixed;

}

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer  {
  background-color: transparent;
  color: #000000;
  }

/* CS1.3 */
#pun-stats h2,.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-stats .statscon, li#onlinelist, li#onlinelist div  {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  font-style: normal;

  }


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

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #000000;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #000000;
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-image: url("http://xmages.net/storage/10/1/0/4/8/upload/b009ef56.png");
  color: #000000;
  }

/* CS1.8 */
#pun-navlinks .container, #pun-ulinks .container {
  background-color: transparent;
  color: #000000;
  text-align: center;
  }

.offline li.pa-online strong {
  color: #000000;
  font-weight: normal
  }

.punbb textarea, .punbb select, .punbb input {
  background-color: transparent;
  color: #000000;
}


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

/* CS1.3 */
#pun-stats h2 .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin{
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: #5b5c5b;
  }

#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 #dedfdf

  }

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

.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: #000000;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #000000;
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
    color: #000000;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
    color: #000000;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

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

  }

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

/* CS4 Post status icons
-------------------------------------------------------------*/
#pun  #html-footer.section {border-style: none; }
#pun  #pun-about.section {border-style: none; }
#pun  .section {border-style: none; }
#pun  #pun-main #pun-category1.category {border-style: none; }
#pun  #pun-main #pun-category2.category {border-style: none; }
#pun #pun-navlinks.section {border-top-style: none; }
#pun  #pun-ulinks.section {border-style: none; }
#pun  #pun-title.section {border-style: none; }
#pun  #pun-navlinks.section .container {border-style: none; }
#pun  #pun-navlinks.section {border-style: none; }
#pun #pun-main .pa-title {text-align: center; }
#pun #pun-main .pa-author {text-align: center; }
#pun #pun-viewtopic.punbb #pun-main .container .online ul .pa-online {display: none; }
#pun #pun-viewtopic.punbb #pun-main .container .online ul .pa-online {display: none; }
#pun_wrap #pun #html-footer.section .container li #spo_all.main #spo_top.category h2 {display: none; }
#pun_wrap #pun #pun-index #pun-status.section .container {display: none; }
#pun_wrap #pun #pun-index #pun-crumbs1.section .crumbs {display: none; }
#pun_wrap #pun #html-footer.section .container li #spo_all.main #spo_top.category h2 {height: 21; }
#pun_wrap #pun  #pun-main #pun-category9.category {border-style: none; }
#pun_wrap #pun  #pun-main #pun-category8.category {border-style: none; }
#pun_wrap #pun  #pun-main #pun-category7.category {border-style: none; }
#pun_wrap #pun  #pun-main #pun-category6.category {border-style: none; }
#pun_wrap #pun  #pun-main #pun-category5.category {border-style: none; }
#pun_wrap #pun  #pun-main #pun-category4.category {border-style: none; }
#pun_wrap #pun  #pun-main #pun-category3.category {border-style: none; }
#pun_wrap #pun  #tieser-bottom.container {display: none; }
#pun  #html-footer.section {border-style: none; }
#pun  #pun-about.section {border-style: none; }
#pun  .section {border-style: none; }
#pun  #pun-main #pun-category1.category {border-style: none; }
#pun  #pun-main #pun-category2.category {border-style: none; }
#pun #pun-navlinks.section {border-top-style: none; }
#pun  #pun-ulinks.section {border-style: none; }
#pun  #pun-title.section {border-style: none; }
#pun  #pun-navlinks.section .container {border-style: none; }
#pun  #pun-navlinks.section {border-style: none; }
#pun #pun-main .pa-title {text-align: center; }
#pun #pun-main .pa-author {text-align: center; }
#pun #pun-viewtopic.punbb #pun-main .container .online ul .pa-online {display: none; }
#pun #pun-viewtopic.punbb #pun-main .container .online ul .pa-online {display: none; }
#pun_wrap #pun  #pun-title.section #logo-table tbody{display: none; }
#pun-title.section #title-logo-table tbody #title-logo-tr #title-logo-tdl.title-logo-tdl .title-logo {display: none; }
#pun  .tc2, #pun-main .post-author ul  {text-align: center;}
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 530px; top: 3px
}
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}

#pun-stats ul.container {
background: transparent url(http://www.10pix.ru/img1/479177/2500524.png) no-repeat 10px 10px;
padding-left: 120px; padding-top: 40px;
}



#pun-category1.category h2 {
background: url(http://www.10pix.ru/img1/2819/2913677.png) no-repeat top center;
height: 80px;
font-size:0 !important;
}
#pun-category2.category h2 {
background: url(http://www.10pix.ru/img1/1841/2913681.png) no-repeat top center;
height: 80px;
font-size:0 !important;
}
#pun-category3.category h2 {
background: url(http://www.10pix.ru/img1/873789/2913685.png) no-repeat top center;
height: 80px;
font-size:0 !important;
}
#pun-category4.category h2 {
background: url(http://www.10pix.ru/img1/2915/2913691.png) no-repeat top center;
height: 80px;
font-size:0 !important;
}
#pun-category5.category h2 {
background: url(http://www.10pix.ru/img1/3747/2913694.png) no-repeat top center;
height: 80px;
font-size:0 !important;
}
#pun-category6.category h2 {
background: url(http://www.10pix.ru/img1/2979/2913699.png) no-repeat top center;
height: 80px;
font-size:0 !important;
}
#pun-category7.category h2 {
background: url(http://www.10pix.ru/img1/3779/2913704.png) no-repeat top center;
height: 80px;
font-size:0 !important;
}
#pun-category8.category h2 {
background: url(http://www.10pix.ru/img1/2257/2913707.png) no-repeat top center;
height: 80px;
font-size:0 !important;
}

0

3

HTML верх

Код:
<style>
.punbb table Div.icon {float: left; display: block; width: 100px; height: 100px; border-style: none; background-image: url(http://xmages.net/storage/10/1/0/c/7/upload/9d4213e9.png);  background-repeat: no-repeat; position: relative;}
.punbb table div.inew {background: url(http://xmages.net/storage/10/1/0/d/4/upload/bf1410e9.png) no-repeat;}
TR.isticky Div.icon {background: url(http://xmages.net/storage/10/1/0/0/c/upload/e2f04894.png) no-repeat;}
TR.iclosed Div.icon {background: url(http://xmages.net/storage/10/1/0/8/4/upload/3d41da52.png) no-repeat;}
</style>
<style type="text/css">
.punbb td div.tclcon { padding-left: 50px; }
</style>


<style type="text/css">
#pun  #html-footer.section {border-style: none; }
#pun  #pun-about.section {border-style: none; }
#pun  .section {border-style: none; }
#pun  #pun-main #pun-category1.category {border-style: none; }
#pun  #pun-main #pun-category2.category {border-style: none; }
#pun #pun-navlinks.section {border-top-style: none; }
#pun  #pun-ulinks.section {border-style: none; }
#pun  #pun-title.section {border-style: none; }
#pun  #pun-navlinks.section .container {border-style: none; }
#pun  #pun-navlinks.section {border-style: none; }
#pun #pun-main .pa-title {text-align: center; }
#pun #pun-main .pa-author {text-align: center; }
#pun #pun-viewtopic.punbb #pun-main .container .online ul .pa-online {display: none; }
#pun #pun-viewtopic.punbb #pun-main .container .online ul .pa-online {display: none; }
#pun_wrap #pun #html-footer.section .container li #spo_all.main #spo_top.category h2 {display: none; }
#pun_wrap #pun #pun-index #pun-status.section .container {display: none; }
#pun_wrap #pun #pun-index #pun-crumbs1.section .crumbs {display: none; }
</style>


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

<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>



<!--Контейнер. Автор-Шатани-->
<script type="text/javascript">
  $(document).ready(function(){
    $('.splLink').click(function(){
      $(this).parent().children('div.splCont').toggle('normal');
      return false;
    });
  });
</script>


<style> 
div .splLink {width: 130px; height: 20px; border: 0px solid #2; background: #2; text-align: center; font-family: Comic Sans Ms; font-size: 15px; padding: 5px;}
.spll {width: 130px; height: 20px; }
.spll div .splCont {height: auto; width: 300px; background:  url(http://www.10pix.ru/img1/3477/2106295.png); padding: 5px; z-index: 1000; margin-top: 5px; border: 0px solid #2; font-size: 12px; font-family: Microsoft Sans Serif; text-align: center;}
</style>


<style> #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 0px; top: 0px
}
</style>

HTML низ

Код:
<center>
<div class="main" id="spo_all"><div class="category" id="spo_top" onclick="obj=this.parentNode.childNodes[1].style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;"><img src="http://xmages.net/storage/10/1/0/4/7/upload/93e4aa26.png"></div><div id="spoiler4" style="display: none">
БАННЕРЫ
</div></div></center>


</div></div></center>
<script language="JavaScript">
   var str = new String (document.getElementById("navpm").innerHTML)
   var str2 = new String (document.location)
   if ( (str.indexOf("(") != -1) && (str2.indexOf("messages.php") == -1) ) alert ("У Вас есть непрочитанные личные сообщения!");
</script>

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

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

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

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

<script type="text/javascript">
var we=document.getElementsByTagName("ul")
var x=0
for (x=0; x<=(we.length-1); x++)
{if (we[x].innerHTML.indexOf("pa-online")!=-1)
{we[x].innerHTML=we[x].innerHTML.substring(0, (we[x].innerHTML.indexOf("pa-online")-11))+"<img src='http://i39.tinypic.com/14negzd.png' />"}
else if ((we[x].innerHTML.indexOf("pa-online")==-1)&&(we[x].innerHTML.indexOf("pa-author")!=-1))
{we[x].innerHTML=we[x].innerHTML+"<img src='http://i43.tinypic.com/mv6afn.png' />"}
}
</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="Важные темы"
im.style.color="#FFFFFF"
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="Темы форума"
normal1.style.color="#FFFFFF"
normal1.style.backgroundColor=""
normal1.colSpan="4"
}}}
</script>
<style type="text/css">
.lastedit {display:none}
</style>

HTML в форме ответа

Код:
<style>
#button-smiles {background-image:url('http://img262.imageshack.us/img262/9625/extrasmilesco0.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script language="JavaScript">
function popwnd()
{
var smiles = new Array


smiles.push("http://s9.rimg.info/b6c5307f51fa942d5a809f844f68f056.gif")
smiles.push("http://s9.rimg.info/d2b9b0a80b7c57ea477b4f0e801de18b.gif")
smiles.push("http://s9.rimg.info/6b970442c32dd68f39dddc3cabdde41d.gif")
smiles.push("http://s9.rimg.info/f440e99cf99cd84dc809b4e34f7d06a2.gif")
smiles.push("http://s9.rimg.info/0d721614095b7b3aa2c97f95e064911a.gif")
smiles.push("http://s9.rimg.info/847805615b45ad98277f9d9667eb8c23.gif")
smiles.push("http://s9.rimg.info/068636218ba125ef17ea4dd2cac49234.gif")
smiles.push("http://s4.rimg.info/46693ec123b13afb599981c239a15c77.gif")
smiles.push("http://s9.rimg.info/1ff2f68d90294a130603277a59693fdb.gif")
smiles.push("http://s9.rimg.info/c172fc264d6cefeea198eff62858e849.gif")
smiles.push("http://s9.rimg.info/593aed2dd102124708c1308fbd46e369.gif")
smiles.push("http://s9.rimg.info/9150322212fd69ea83d25d14ded8a943.gif")
smiles.push("http://s9.rimg.info/54eddb930787c19af6e8481a1e8328d3.gif")
smiles.push("http://s9.rimg.info/b9cd1e01fccd1405bbc25a5ff07c9918.gif")
smiles.push("http://s9.rimg.info/a096b30cd7329235b62fd5c4a6bbd952.gif")
smiles.push("http://s9.rimg.info/fcb52bfc8e455b357e8010a046c481f7.gif")
smiles.push("http://s9.rimg.info/eb94083f318aa52d69cb509c3ec28fc0.gif")
smiles.push("http://s9.rimg.info/48270959465f1d125ae6a5e49fc11175.gif")
smiles.push("http://s9.rimg.info/4b435ec34fd661a2adf282dbbc23872f.gif")
smiles.push("http://s8.rimg.info/ce4c58c554a2573ffee82c7f76e6b28e.gif")
smiles.push("http://s8.rimg.info/51afc7e2f5e9c61c208dc0f3ac7a1e9b.gif")
smiles.push("http://s8.rimg.info/e33c6fcd9cc0df25cef6148d93d3f6b5.gif")
smiles.push("http://s8.rimg.info/a1a9d84cfacc1a8e7e853ab92bee95e4.gif")
smiles.push("http://s8.rimg.info/b6ebaa9ba100f9e8971191c1476a5d86.gif")
smiles.push("http://s8.rimg.info/fe5c8f7326241291f0e7db8a1f7da4c1.gif")
smiles.push("http://s8.rimg.info/afddad49f134ada6143ea2c39070f0d5.gif")
smiles.push("http://s8.rimg.info/c1791ab4ec8c76e3e95f8e9c793ac91a.gif")
smiles.push("http://s8.rimg.info/dc46a26498fc051ad4b9784c2eaa3245.gif")
smiles.push("http://s8.rimg.info/9d848fae191fdeaf0b6ac9978f8fa41a.gif")
smiles.push("http://s8.rimg.info/0d9315fa89d72f40e447b91bfce5dfa9.gif")
smiles.push("http://s8.rimg.info/2276c0de22def19f57cc6fa181c4fdaf.gif")
smiles.push("http://s8.rimg.info/51f4a3eff46335ee07077b6469047347.gif")
smiles.push("http://s8.rimg.info/5132b3aaa601e30049a6581a4c8ae0c0.gif")
smiles.push("http://s8.rimg.info/8269e6616efaa4364834f06ce986cc5c.gif")
smiles.push("http://s8.rimg.info/94df2c14b355171946255d898e0a04cc.gif")
smiles.push("http://s8.rimg.info/0ac3c2effd734642cc0f158450efc5a7.gif")
smiles.push("http://s8.rimg.info/bfdf28f6f0876b8b318bcb19e21746f0.gif")
smiles.push("http://s8.rimg.info/cc1ce4d49b8eb12c70a622da6af927b8.gif")
smiles.push("http://s8.rimg.info/d0f3f5f7b8bfa8ffd2dc98c145c88779.gif")
smiles.push("http://s8.rimg.info/ddee7ef9ee7b4c591b79031dcc2fbc41.gif")
smiles.push("http://s8.rimg.info/6f71318c101dd9dc6f7ff9186e84ee34.gif")
smiles.push("http://s8.rimg.info/0ae9820a2a7570df99bc7de1314a4b9a.gif")
smiles.push("http://s8.rimg.info/afab646f5f0db86aeb1ac78cc9c9094c.gif")
smiles.push("http://s8.rimg.info/b6a155227cef0a88f6a3ec52d187ecdb.gif")
smiles.push("http://s8.rimg.info/bb08db94ee5bc3ca204c06d062b87cf6.gif")
smiles.push("http://s8.rimg.info/55637cc4826eaed9d63e616d5114f594.gif")
smiles.push("http://s8.rimg.info/0ddaaae3b6ec77afdd899abccdfc31ba.gif")
smiles.push("http://s8.rimg.info/d61e80f98af8eb51dfdc7edb79d7e96d.gif")
smiles.push("http://s8.rimg.info/b4239baf8d0c6f1c0636b260d544bb0e.gif")
smiles.push("http://s8.rimg.info/26757c028e314afb3623de7b8822b872.gif")
smiles.push("http://s8.rimg.info/121f895023d38401957a4f4b380ddbbf.gif")
smiles.push("http://s8.rimg.info/aa9cfbd2b939fd2cbd5f8acfa590999a.gif")
smiles.push("http://s8.rimg.info/f0d11cdad375e0d58a813860904e1448.gif")
smiles.push("http://s8.rimg.info/780a5988935277fa1da67e784e0f24ab.gif")
smiles.push("http://s8.rimg.info/2bbc2d9eb478eaa779c72ab435efefd7.gif")
smiles.push("http://s8.rimg.info/13f5c2022586b34e29e3d55741a3ca81.gif")
smiles.push("http://s8.rimg.info/f917c530f1e2e7be2077397c2d95e6ca.gif")
smiles.push("http://s8.rimg.info/8ef08e148e7c96f3b2d661491386b894.gif")
smiles.push("http://s8.rimg.info/49f50a09bbb799bac9e42e10df99fa68.gif")
smiles.push("http://s8.rimg.info/5adf11083643465a062e86168504cb14.gif")
smiles.push("http://s8.rimg.info/792b39e83a232e2d4eeeea47abb1bc5b.gif")
smiles.push("http://s8.rimg.info/69d21259bd3a4cc0c8d18fdb2bf05e5e.gif")
smiles.push("http://s8.rimg.info/542b3bf2de37cbfa9dc422107d405313.gif")
smiles.push("http://s8.rimg.info/43fc961d258222a8cc17848836dc6f39.gif")
smiles.push("http://s8.rimg.info/429484b921b4811f390d0af927dceaa3.gif")
smiles.push("http://s8.rimg.info/63c49508ea504e298e320f8a735a3512.gif")
smiles.push("http://s8.rimg.info/eebafabad24b94f3a21d1fdcd6ac2e68.gif")
smiles.push("http://s8.rimg.info/2b55050cf58f2c3a4899a0b77f9d2d4d.gif")
smiles.push("http://s8.rimg.info/08539972e1e60d23599af43960361f90.gif")
smiles.push("http://s8.rimg.info/bfd4e4e5a2f3bdb9da3e31ed8b8e8082.gif")
smiles.push("http://s8.rimg.info/d2c6b5d9fd5b4cce2f27b813aebfc711.gif")
smiles.push("http://s8.rimg.info/9375db972f6c749e24a02292928ef362.gif")
smiles.push("http://s8.rimg.info/83fe95dea0a001e8559138099dde6116.gif")
smiles.push("http://s8.rimg.info/6d48f845f573540e53e34450c510edd7.gif")
smiles.push("http://s8.rimg.info/d18d3b7a7635f21ba5cbfd2954e56d99.gif")
smiles.push("http://s8.rimg.info/88258f238538c4d948aa36bfa0af06c3.gif")
smiles.push("http://s8.rimg.info/7b062ddb6a7a3f0de74d3f678fa0c6e8.gif")
smiles.push("http://s8.rimg.info/bb2053a21f224ef8073b155da1f42bfe.gif")
smiles.push("http://s8.rimg.info/21807c30a29daff0dba96a599c5c7033.gif")
smiles.push("http://s8.rimg.info/61df4ec4f657f1fa90f870564412c287.gif")
smiles.push("http://s8.rimg.info/8b282ad1934d3a3b50cc7951c4e5d666.gif")
smiles.push("http://s8.rimg.info/c668ad071e03c4073491bf618dfc6c9c.gif")
smiles.push("http://s8.rimg.info/2e055bf095ebddd0940558ae3914a0e2.gif")
smiles.push("http://s8.rimg.info/8de2527ca50eff1b736e2127d2a8dd82.gif")
smiles.push("http://s8.rimg.info/f83566858dee5b317376ee8f6778ee64.gif")
smiles.push("http://s8.rimg.info/fbb126f0c8c4ad6fb4499348329d0ad5.gif")
smiles.push("http://s8.rimg.info/286ce24efa07f6aa0bfd86aad03c1211.gif")
smiles.push("http://s8.rimg.info/7228082066adab43a80bf8be6d1a1d8d.gif")
smiles.push("http://s8.rimg.info/84b064c37944063c35a20dcc473cad8c.gif")
smiles.push("http://s7.rimg.info/a80901a7eb3e8465e38b6edee525c69a.gif")
smiles.push("http://s7.rimg.info/95f196e0db9cc573ede02ffe689d4cdc.gif")
smiles.push("http://s6.rimg.info/90536adc7c37631a39920d48e3d6e515.gif")
smiles.push("http://s6.rimg.info/b153e6ae24b4a3698ce6a3528c44643b.gif")
smiles.push("http://s6.rimg.info/f2c24d787bc36a23ba4d6524aa91bf5e.gif")
smiles.push("http://s6.rimg.info/1a796ccf0e492fea2d42b769c44c1dc1.gif")
smiles.push("http://s4.rimg.info/6016a357bd1b0bfb35cd56233a6f770c.gif")
smiles.push("http://s4.rimg.info/0d7383b5d73c8368e62c57b3e1d76d8b.gif")
smiles.push("http://s4.rimg.info/4dee0617fd974db2eaed22733bf350d5.gif")
smiles.push("http://s4.rimg.info/4164e9982cae71e459400c4884a2d290.gif")
smiles.push("http://s4.rimg.info/60e808e2ed96ebe14c068a8fa2cf1e95.gif")
smiles.push("http://s4.rimg.info/611162b8e520e0ce4d49073fa4555076.gif")
smiles.push("http://s7.rimg.info/b2c047764d9833bdc2353c8b43ba8805.gif")
smiles.push("http://s10.rimg.info/99e139aaea336089910b9bd5961cadfa.gif")
smiles.push("http://s10.rimg.info/7f8d38371f020d1b6e9fdc7f363a08c7.gif")
smiles.push("http://s10.rimg.info/6dbfb395f337b24a4d80f495d8034d16.gif")
smiles.push("http://s7.rimg.info/21fcd2c0d38f8d9231d73e7a47286bdf.gif")
smiles.push("http://s7.rimg.info/732d876d5757c0a16173daf6a5d8c834.gif")
smiles.push("http://s7.rimg.info/170d985308aaf568a45ddec75add25d6.gif")
smiles.push("http://s6.rimg.info/278bcfa754761f1a1880a8df99b32a44.gif")
smiles.push("http://s6.rimg.info/f032ff7f241c3b10df0be78ef841dbed.gif")
smiles.push("http://s9.rimg.info/c334baa6dd48b372904fd615dda112cd.gif")
smiles.push("http://s9.rimg.info/c689e46ab0fedc97c6110f3964087d6f.gif")
smiles.push("http://s8.rimg.info/770d4fd9760c4b089c65e413d5b1b1f7.gif")
smiles.push("http://s8.rimg.info/ed7ec323b2ff4ecbb050168826497ba0.gif")
smiles.push("http://s8.rimg.info/49b3a20bb98cd2ed25d7a9120233940d.gif")
smiles.push("http://s8.rimg.info/c3ca2590ebd73942f5dad2754de1a374.gif")
smiles.push("http://s8.rimg.info/e457aa408e3f4e805dfb0f06036037a9.gif")
smiles.push("http://s8.rimg.info/b96bfd935ccedc9da8d5f89c6985bc8d.gif")
smiles.push("http://s7.rimg.info/00d3b01c3604095f552bf20667af2e58.gif")
smiles.push("http://s6.rimg.info/53189f4c6a1d5f71d3d1114ba4587902.gif")
smiles.push("http://s4.rimg.info/0251c72fde23b516bf5782b3f3b800a2.gif")
smiles.push("http://s4.rimg.info/b968ab55303273abca34710f47d81d85.gif")
smiles.push("http://s4.rimg.info/28caae24a72f77aead0707553b8dfd7c.gif")
smiles.push("http://s9.rimg.info/60b501a8b7888a302e92d7a6337c5295.gif")
smiles.push("http://s9.rimg.info/7f474129acd1ee7138d6a4205ce3acfb.gif")
smiles.push("http://s9.rimg.info/e4b2687e8328083f437c93a93c975ca5.gif")
smiles.push("http://s9.rimg.info/34f7449cf210195d4436edeedf584ca5.gif")
smiles.push("http://s9.rimg.info/bdd7371e5e5fc4a988e297cd627321d0.gif")
smiles.push("http://s9.rimg.info/a298d7e5a195bbac46e481f1d9cbddb1.gif")
smiles.push("http://s8.rimg.info/47da4c676acdfbc9fca59ce49a8d573c.gif")
smiles.push("http://s8.rimg.info/0bce37644125a2a809a4e49b24d2eab0.gif")
smiles.push("http://s7.rimg.info/43f99d1a5a209cad295a657bbd40795a.gif")
smiles.push("http://s4.rimg.info/a3e411b8efe6b2ef13b99323125c6978.gif")
smiles.push("http://s9.rimg.info/552e21f9786ef498796bfc207e286f9f.gif")
smiles.push("http://s8.rimg.info/14ad0d06bad07609f9d5166b9715b9ac.gif")
smiles.push("http://s8.rimg.info/a7e358fe20cedfdcc51ca2adf6b2786e.gif")
smiles.push("http://s8.rimg.info/0382d2c63cc61ee57117ac28d411900d.gif")
smiles.push("http://s8.rimg.info/dde5ae286c1a6f6b4ca91eb768cf416a.gif")
smiles.push("http://s8.rimg.info/3b8c027d120820ed033483003c308b82.gif")
smiles.push("http://s8.rimg.info/8dad3cd323ba87b4c4751777ac78626e.gif")
smiles.push("http://s8.rimg.info/910cf31779a176ee1df27fb57d1841d0.gif")
smiles.push("http://s8.rimg.info/f8a7ebcb87a1d4bf1cae1b0b9b6f96df.gif")
smiles.push("http://s8.rimg.info/fef02f628e04a7cded03372eb5e6a131.gif")
smiles.push("http://s8.rimg.info/d31379d67d21dbd271e121bcd6f80848.gif")
smiles.push("http://s8.rimg.info/be58d1bd7e91b5b6a96d83048e7eda92.gif")
smiles.push("http://s8.rimg.info/ce24314db3f5ce806f927888dfeb79b6.gif")
smiles.push("http://s8.rimg.info/41fc8d831c85efc1e374f6377b3d5611.gif")
smiles.push("http://s8.rimg.info/3e3e06171267f2849d947d236c806970.gif")
smiles.push("http://s8.rimg.info/a4d439254eaf779f2086ccb25b651078.gif")
smiles.push("http://s8.rimg.info/2de762def7eab151aae7ad09d797bd45.gif")
smiles.push("http://s8.rimg.info/6850c10781970c1a362b21db7464fd55.gif")
smiles.push("http://s8.rimg.info/fbefec9fce90ea0f9b2cc27d60966005.gif")
smiles.push("http://s8.rimg.info/dd10e1d159af507625690001929274f3.gif")
smiles.push("http://s8.rimg.info/289bc2de9f3fe518de79fcc6742abb18.gif")
smiles.push("http://s8.rimg.info/21bd6e6135b81a2cea4c3049e9dbe7e8.gif")
smiles.push("http://s8.rimg.info/203c7147ba021b5dc02f5b1bc2460154.gif")
smiles.push("http://s8.rimg.info/0e0780a6c3d31c92e7cd0c467c0d542e.gif")
smiles.push("http://s8.rimg.info/239b25d188158f7251203117540bb623.gif")
smiles.push("http://s8.rimg.info/3f51cbc691051ed7b18447da2e777e75.gif")
smiles.push("http://s8.rimg.info/edcdfc4c84eabd2ae4083b55483a0fe2.gif")
smiles.push("http://s8.rimg.info/2ca65b85ee8ec848668b4a03bd6b51fa.gif")
smiles.push("http://s8.rimg.info/1db22c00a388ceb0b79eb1d76e1cf29b.gif")
smiles.push("http://s8.rimg.info/d306ffacbc42257866bdd9b3c39519c8.gif")
smiles.push("http://s7.rimg.info/1e84a3d2c27c67595781d6c684d0a756.gif")
smiles.push("http://s7.rimg.info/501784b04a9a5b0aed4228ed104aae0b.gif")
smiles.push("http://s7.rimg.info/142198eb9fa341cb65c9223e0658d6cc.gif")
smiles.push("http://s6.rimg.info/1ee8d000eafe15383f3a7fb20105adbf.gif")
smiles.push("http://s6.rimg.info/85cbbb05a7cb67279faf64accf851af2.gif")
smiles.push("http://s4.rimg.info/2de815e5368149c80d3a658fafc68965.gif")
smiles.push("http://s4.rimg.info/64e6ee19653a8e9114e9f82388bb0081.gif")
smiles.push("http://s4.rimg.info/531f7f90066f65509b90ab4276f5a229.gif")
smiles.push("http://s4.rimg.info/e95add02662e4faa4e963c0dadd247dd.gif")
smiles.push("http://s4.rimg.info/bc0ea7d7d2c349afd12976b16723a65f.gif")
smiles.push("http://s4.rimg.info/dff048d83c09086feac7b8c9c7bf2511.gif")
smiles.push("http://s.rimg.info/3c29472e16150f8634b04104fff23fd0.gif")
smiles.push("http://s9.rimg.info/0c60c78c5b23e1459cd0ed1e9584dfce.gif")
smiles.push("http://s7.rimg.info/ed4d88fb158b9a067966a76833ef2625.gif")
smiles.push("http://s6.rimg.info/5337402ca23eff99193c6c360a52e8f5.gif")
smiles.push("http://s4.rimg.info/d7f9b714f6603e127a38814846574fb6.gif")
smiles.push("http://s10.rimg.info/7bcb8eace857dfbddf98be4729452c50.gif")
smiles.push("http://s10.rimg.info/9ec1a600c026b853837d530c81cb4337.gif")
smiles.push("http://s9.rimg.info/f7b0688e36c22da1843a6809e6e2ed98.gif")
smiles.push("http://s9.rimg.info/889ff5b7de09e68d9ead0e5b1ca244c3.gif")
smiles.push("http://s9.rimg.info/e9806cba801273994ed64f5ffa14c516.gif")
smiles.push("http://s9.rimg.info/a88e3e5a75bbdd38fe1576922d60a8a4.gif")
smiles.push("http://s9.rimg.info/c8e518e0efcfbf56b11fe8627a20f892.gif")
smiles.push("http://s9.rimg.info/5651965695f710f0dfb884803e369ab2.gif")
smiles.push("http://s9.rimg.info/77ac0724e1a33636c3423e242dc7d32a.gif")
smiles.push("http://s9.rimg.info/890114cfb5db23a7a654b88f4915bcf9.gif")
smiles.push("http://s9.rimg.info/f9651bfde46d68cd99074feb2c7aba64.gif")
smiles.push("http://s9.rimg.info/d93f0a8b17b00eeef1a937f14d9c3ba8.gif")
smiles.push("http://s9.rimg.info/eb038e04497847b6661aff4c9bc00f34.gif")
smiles.push("http://s9.rimg.info/67a9ea1a6389b51c5bfc3d5b4448026b.gif")
smiles.push("http://s9.rimg.info/8a9f8147d0899a4e247ab0ef7971c728.gif")
smiles.push("http://s9.rimg.info/05712202ab61513a704896e19d708e06.gif")
smiles.push("http://s9.rimg.info/e2f34fe4b53da792322d51f3db59881b.gif")
smiles.push("http://s8.rimg.info/3f63c5852d71d3e5d7847526c251384c.gif")
smiles.push("http://s8.rimg.info/3b7e817b6ef5d138d0a56ff69a7a777b.gif")
smiles.push("http://s8.rimg.info/49703075954ea2405e525263b4e313b9.gif")
smiles.push("http://s8.rimg.info/c7c029203d0f2b1d3de65f237022270e.gif")
smiles.push("http://s8.rimg.info/efa14e82b49e681db0343a3b6a3dd645.gif")
smiles.push("http://s8.rimg.info/f0410b10fb32eaeea9f2e7d5cff4b727.gif")
smiles.push("http://s8.rimg.info/0eb19a8507fe7536a8d3c3f8a8d1c76d.gif")
smiles.push("http://s8.rimg.info/fabe0218842ae7d5d6e1d7d236aef8b6.gif")
smiles.push("http://s7.rimg.info/3814a48cacb05ce49a07b670d8a6dce8.gif")
smiles.push("http://s7.rimg.info/3b7f1b38b16dd0607e24dde330ee3e11.gif")
smiles.push("http://s7.rimg.info/4222f3401154fdb4197eeddad8213ac2.gif")
smiles.push("http://s4.rimg.info/a4382c3c994c2ad9c6eea657d788dfb7.gif")
smiles.push("http://s4.rimg.info/d521564ff5e5bd812aa006d665701d35.gif")
smiles.push("http://s4.rimg.info/152a54b02d0c9debe7bbb9e4437bd703.gif")
smiles.push("http://s4.rimg.info/150355e8ee98a1af02e88cf788a3c38b.gif")
smiles.push("http://s4.rimg.info/f97dc1a812c44f12cdaa25c11dae54d7.gif")
smiles.push("http://s4.rimg.info/e5016d65fbf682390f53a87719abfe89.gif")
smiles.push("http://s9.rimg.info/0ebbb4f8a6d08dc970d3d08bfe201e92.gif")
smiles.push("http://s9.rimg.info/c696b7b325458a0ba87d17dcac1e9646.gif")
smiles.push("http://s9.rimg.info/b4efaa3f4c33c4781b2b88c7d1de7577.gif")
smiles.push("http://s9.rimg.info/e5a5e89c51b5818df2d4507e10a1ff1b.gif")
smiles.push("http://s9.rimg.info/a4564a004e350f90d1987597544d59fe.gif")
smiles.push("http://s9.rimg.info/87269722bccf19617a930f4b76338183.gif")
smiles.push("http://s9.rimg.info/47078db6e1924e550acd5cb375bf5380.gif")
smiles.push("http://s9.rimg.info/ec290624508be903b82a36f6cd6f6bb7.gif")
smiles.push("http://s9.rimg.info/081a65d58d5c78809a8c9dd101649640.gif")
smiles.push("http://s9.rimg.info/b5ea04c3627a5cfcb364b471c4e185d4.gif")
smiles.push("http://s8.rimg.info/3ec4ac010c079b7857c59b35cb8b1d2a.gif")
smiles.push("http://s8.rimg.info/c3cf019f4d484ac332a122c768f95238.gif")
smiles.push("http://s8.rimg.info/5abcc563159f90b71ff91368b8c8fcd9.gif")
smiles.push("http://s8.rimg.info/1b37ba1adf2cf752e4632b7ebe5e21bb.gif")
smiles.push("http://s7.rimg.info/d446c611962988a575bf1d4066fca02f.gif")
smiles.push("http://s7.rimg.info/c7cb22d2694fc62c2efef172bb5d6c4e.gif")
smiles.push("http://s7.rimg.info/827fc5d4ea38d5408b42ae501e108892.gif")
smiles.push("http://s7.rimg.info/58fc10d7d33a22a72d9d32d5417d8048.gif")
smiles.push("http://s7.rimg.info/6bfec4609672a1f6bdd15b103ff495a1.gif")
smiles.push("http://s7.rimg.info/941500b7747871ac85d53224a51e7466.gif")
smiles.push("http://s7.rimg.info/218784071b8fd7c12bfa00df61aa2541.gif")
smiles.push("http://s7.rimg.info/dd6d89db5712d80f9a990d21c04c5679.gif")
smiles.push("http://s4.rimg.info/c371613257d681364c4a3c7c9944eb1d.gif")
smiles.push("http://s4.rimg.info/6a1abcbc40baa3158f5882007733446b.gif")
smiles.push("http://s4.rimg.info/ee4cf83be316e6c260de0a50bc6da34e.gif")
smiles.push("http://s4.rimg.info/d29820cf3dc54f7630f9e3547cbf134a.gif")
smiles.push("http://s4.rimg.info/fd351786b5efd03aaeac68360b027dcb.gif")
smiles.push("http://s8.rimg.info/5132b3aaa601e30049a6581a4c8ae0c0.gif")
smiles.push("http://s8.rimg.info/0ae9820a2a7570df99bc7de1314a4b9a.gif")
smiles.push("http://s8.rimg.info/49f50a09bbb799bac9e42e10df99fa68.gif")
smiles.push("http://s8.rimg.info/ddee7ef9ee7b4c591b79031dcc2fbc41.gif")
smiles.push("http://s8.rimg.info/5adf11083643465a062e86168504cb14.gif")
smiles.push("http://s6.rimg.info/84ea200900f83e6d1b120f0614a6c805.gif")
smiles.push("http://s8.rimg.info/58603aee816cd2c3dccb07d0d3f55db6.gif")
smiles.push("http://s.rimg.info/ab9ed8a73cb7a1af0e123ac3d1aecac7.gif")
smiles.push("http://s.rimg.info/484c1688b95aa12ca5989d04e64084da.gif")
smiles.push("http://s.rimg.info/d81875e0b0ea3c90edb6f25b08d669f2.gif")
smiles.push("http://s.rimg.info/e8e61f821528f3e6693b039686c04c2d.gif")
smiles.push("http://s.rimg.info/796544704c671b1cae4a9b9ee808a781.gif")
smiles.push("http://s.rimg.info/8b3e74d84c3a76093169fc77da896d11.gif")
smiles.push("http://s.rimg.info/399a332bcdc39203f62979e2647e81b8.gif")
smiles.push("http://s.rimg.info/40949c52a1fe640f4e326f084213c09b.gif")
smiles.push("http://s.rimg.info/f1b906f85beff7872fd20d320112cbb3.gif")
smiles.push("http://s.rimg.info/2aed4a159b723427bc17a293a5bd9f4e.gif")
smiles.push("http://s.rimg.info/678803654b573f664433f7c0a804769c.gif")
smiles.push("http://s.rimg.info/87aec0603b39bd897330d4522c1c4a72.gif")
smiles.push("http://s.rimg.info/ec93e3ad3ce71948218721d1a6c001c8.gif")
smiles.push("http://s.rimg.info/d37e1af077dac0f67971e42ca5daa259.gif")
smiles.push("http://s.rimg.info/e7efeb1ddfbc6b7031354e7f91502e2c.gif")
smiles.push("http://s.rimg.info/7511985ebb99b21d0bb7e4a43d442ea6.gif")
smiles.push("http://s.rimg.info/d33208567e696a754c39d18690a36030.gif")
smiles.push("http://s.rimg.info/fb636d9fba4fe57b868e0ab93cbac9db.gif")
smiles.push("http://s.rimg.info/59e307b8064095412c67dce21e91fa76.gif")


var msg = new String("")
msg = "<html><head><TITLE><Дополнительные смайлики></TITLE></head>\r\n"
msg += "<body bgcolor=#F5F5F5 >"
msg = msg + "<" + "script language=\"JavaScript\">\r\n"

msg += "function insert(a){\r\n"
msg += "txt = \"[img]\"+a.src+\"[/img] \";\r\n"
msg += "window.opener.smile(txt,'');\r\n"
msg += "window.focus()\r\n"
msg += "return false}\r\n"

msg = msg + "</" + "script>\r\n"

i=0

msg += "<div style=\"width: 100%; text-align : justify;\" >"
while(smiles[i])
{
msg = msg + "<img src=\"" + smiles[i] + "\" onclick=\"return insert(this)\">\r\n"
i++
}

msg += "</div><a href=\"\" onclick=\"window.close()\">Закрыть окно</a>"
msg += "</BODY></html>";

popup = window.open("","popDialog","height=700,width=500,directories=0 scrollbars=auto, status=0,location=0,copyhistory=0")
popup.document.write(msg)
popup.document.close()

return false
}
</script>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(18).innerHTML="<a href=''  onclick=\"return popwnd()\"> <img title='Дополнительные смайлы' src='/i/blank.gif' id='button-smiles' /></a>"
</script>

<script>
function addMod(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[mods]",from))==-1) return str;
if((pos2=str.indexOf("[/mods]"),pos+6)==-1) return str;
newpos=str.indexOf("[mods]",pos+6)
if(newpos<pos2 && newpos!=-1) str=addMod(str,pos+6,true)
if((pos2=str.indexOf("[/mods]",pos+6))==-1) return str;
str=str.substring(0,pos)+makeMod(str.substring(pos+6,pos2))+str.substring(pos2+7,str.length)
if( str.indexOf("[mod]")!=-1 && internal==false) str=addMod(str,0,false)
return str}

function makeMod(txt){
txt="<br><div style=\"margin: 0px; padding: 0px; background-color:#F1F1FD; border-left: 0px solid #6060FF; border-top: 0px dotted #000; border-right: 1px dotted #000; border-bottom: 1px dotted #000;\"><TABLE cellpadding='0' cellspacing='0'><TD align='middle' bgColor='#6060ff' vAlign='center' width='8%'><FONT color='#ffffff' size='+3' style='FONT-FAMILY: Times' title='Предупреждение'><B>&nbsp;i&nbsp;</B></FONT></TD></TD><TD vAlign='middle'>"+txt+"</TD></TABLE></div><br>"
return txt}


if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addMod(post.innerHTML,0,false)}}
</script>

<script>
function addEx(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[exs]",from))==-1) return str;
if((pos2=str.indexOf("[/exs]"),pos+5)==-1) return str;
newpos=str.indexOf("[exs]",pos+5)
if(newpos<pos2 && newpos!=-1) str=addEx(str,pos+5,true)
if((pos2=str.indexOf("[/exs]",pos+5))==-1) return str;
str=str.substring(0,pos)+makeEx(str.substring(pos+5,pos2))+str.substring(pos2+6,str.length)
if( str.indexOf("[exs]")!=-1 && internal==false) str=addEx(str,0,false)
return str}

function makeEx(txt){
txt="<br><div style=\"margin: 0px; padding: 0px; background-color:#FEF2F2; border-left: 1px solid #FF6060; border-top: 1px dotted #000; border-right: 1px dotted #000; border-bottom: 1px dotted #000;\"><TABLE cellpadding='0' cellspacing='0'><TD align='middle' bgColor='#ff6060' vAlign='center' width='8%'><FONT color='#ffffff' size='+3' style='FONT-FAMILY: Times' title='Грубое нарушение'><B>&nbsp;!&nbsp;</B></FONT></TD></TD><TD vAlign='middle'>"+txt+"</TD></TABLE></div><br>"
return txt}


if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addEx(post.innerHTML,0,false)}}
</script>

<style>
#button-mod {background-image:url('http://i029.radikal.ru/0804/26/e430252a0faf.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if((document.getElementById("navadmin")) && (form=document.getElementById("form-buttons")))
form.getElementsByTagName("tr")[0].insertCell(18).innerHTML="<img src='/i/blank.gif' title='Предупреждение' id='button-mod'  onclick=\"bbcode('[mods]', '[/mods]');\"/>"
</script>

<style>
#button-ex {background-image:url('http://i007.radikal.ru/0804/c8/e7c48348a35e.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if((document.getElementById("navadmin")) && (form=document.getElementById("form-buttons")))
form.getElementsByTagName("tr")[0].insertCell(18).innerHTML="<img src='/i/blank.gif' title='Предупреждение' id='button-ex'  onclick=\"bbcode('[exs]', '[/exs]');\"/>"
</script>

0


Вы здесь » by .eclipse » Two Worlds » спэшл фо ю