пробник о<о

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

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


Вы здесь » пробник о<о » Новый форум » Naruto. New Generation.


Naruto. New Generation.

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

1

Структура

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

/* A5.1 */
#pun {
margin: 0px auto auto auto;
width : 900px;
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: 12px;
font-weight: bold;
color: #962709;
text-align: center;
font-size: 18px;
font-family: Century;
height : 12px;}



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

B - MAIN CONTENT - GENERAL

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



/* B1 Parsed Content, Signatures and Scroll Boxes

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



/* B1.1 */

.punbb .post-content {

  padding: 0;

  margin: 0;

  width: 100%;

  overflow: hidden;

  }



/* B1.2 */

.punbb .post-sig dt {

  display: block;

  border-top: 0px none #adadad;

  width: 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: left;
  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: 100px;
    height: 100px;
margin-left: 0px;}


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

    width: 100%;

}



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

    border: none;

    width: 100%;

}



#pun-title td.title-logo-tdr {
border: none;
width: 514px;
  position: relative;
  left: 100px;
  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: 14px;
background-color: transparent;
background-repeat: no-repeat; background-position: center;
height : 35px;}



/* D.3 */

#pun-navlinks li {

  display: inline;

  padding-right: 2em;

  }



/* D3.4 */

#pun-navlinks li a {

  font-size: 1.1em;

  }



/* D4 User links

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



/* D4.1 */

#pun-ulinks  {
  text-transform: lowercase;
  margin-top: 0;
  text-align: center;
  padding-top: 60px;
  }



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

  padding: 1em 0 0.8em 0;

  border-bottom-style: solid;

  border-bottom-width: 1px;

  }



/* D6.3 */

#pun-announcement .container {

  padding: 4.3em 1em 1em 1em;

  }



/* D7 Statistics

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



/* D7.1 */

#pun-stats .container {

  padding: 0.8em 1em

  }



/* D7.2 */

#pun-stats li.item1, #pun-stats li.item2 {

  float: left;

  clear: both;

  line-height: 150%;

  }



/* D7.3 */

#pun-stats li.item3, #pun-stats li.item4 {

  text-align: right;

  line-height: 150%;

  }



/* D7.4 */

li#onlinelist {

  margin-top: 1em;

  border-top-style: solid;

  border-top-width: 1px;

  float: left;

  width: 100%;

  line-height: 130%;

  }



/* D7.5 */

li#onlinelist div {

  border-top-style: solid;

  border-top-width: 1px;

  padding: 0.7em 0 0 0;

  }



/* D8 Quick Jump - About - Bottom Breadcrumbs

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



/* D8.1 */

#pun-qjump {

  margin: 0;

  border: none;

  width: 50%;

  position: relative;

  float: left;

  }



/* D8.2 */

#pun-qjump .container {

  border: none;

  background: transparent;

  padding: 0.8em 1em;

  }



/* D8.3 */

#pun-about {

  margin-top: 0;

  }



/* D8.4 */

#pun-about .container {

  border-top-style: none;

  text-align: right;

  line-height: 150%;

  padding: 0.8em 1em;

  }



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

  }

Цвета

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


#pun-title TABLE { 
background : transparent url(http://upforme.ru/uploads/000f/9d/c4/93-1-f.jpg) no-repeat left top; 
 margin-left : 0px;

}

body {background-color: #a18759;
background-image : url(http://upforme.ru/uploads/000f/9d/c4/89-1-f.jpg);
background-position : top center;
background-attachment : fixed;
}

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

}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #58403a;
  }


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

/* 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: #58403a;
  font-weight: none;
  font-style: normal;

  }


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

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

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

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #eccf9e;
  color: #58403a;
  border-left: dashed #d6b47c 5px;  
  }

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

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

.punbb textarea, .punbb select, .punbb input {
  background-color: #f2e1b3;
  color: #58403a;
}

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

#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: #361c17;
    border-bottom: 0px none #8e8e8e;
  text-decoration: none;

  }

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

/* 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: #962709;
    border-bottom: 0px none #962709;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
 color: #361c17;
    border-bottom: 0px none #8e8e8e;
  text-decoration: none;

  }

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

  }

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



/* CS4 Post status icons
-------------------------------------------------------------*/

.punbb table Div.icon {float: left; display: block; width: 100px; height: 100px; border-style: none;
background-image: url("http://upforme.ru/uploads/000f/9d/c4/95-2.jpg");
background-repeat: no-repeat;
position: left; margin-left: 0px;}
TR.inew Div.icon {
background: url("http://upforme.ru/uploads/000f/9d/c4/95-1.jpg") no-repeat;}
TR.isticky Div.icon {
background: url("http://upforme.ru/uploads/000f/9d/c4/95-3.jpg") no-repeat;}
TR.iclosed Div.icon {
background: url("http://upforme.ru/uploads/000f/9d/c4/95-4.jpg") no-repeat;}



/* CS5 Other
-------------------------------------------------------------*/

#pun-stats ul.container {
background: transparent url(http://upforme.ru/uploads/000f/9d/c4/95-5.jpg) no-repeat 5px -10px;
padding-left: 110px;
}


#pun-title .title-logo span {
display: none;
}
#pun-messages .post-box {
width: 355px;
}
#pun  .tc2 { 
text-align: center;
}
#pun-main h2 { 
text-align: center;
}
#pun-ulinks .container {
text-align: center;
}
#pun-navlinks .container {
text-align: center;
}
#pun-main .post-author ul  {
text-align: center;
}

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

.post-author ul li {
	text-align: center;
	padding: 2px;
	border: 1px dashed #e7bd85;
	background: transparent;
	margin: 2px;
}
.post-author ul li.pa-reg {
	border-bottom: none;
	margin-bottom: 0px;
}
.post-author ul li.pa-posts, 
.post-author ul li.pa-respect {
	border-top: none;
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.post-author ul li.pa-positive {
	margin-top: 0px;
	border-top: none;
	//border-bottom: none;
}
.post-author ul li.pa-online, .post-author ul li.pa-author {
	border: #e7bd85 dashed 1px;
	padding: 2px;
	background: transparent;
	font-size: 11px;
}
.post-author ul li.pa-fld1 {
	border: #e7bd85 dashed 1px;
	padding: 2px;
	background: transparent;
	font-size: 11px;
}

0

2

Хтмл-верх

Код:
<style>
#pun-main .code-box, #pun-main .quote-box, #pun-main .hide-box {
background: #eccf9e;
border-left: dashed #d6b47c 5px;  
}
</style>

<style>
.punbb .post-sig dt {
background:url(http://xmages.net/upload/200dc293.jpg);
height: 1px;width: 800px; border: none;
}
</style>

	<div style="overflow: scroll; overflow-x: hidden; width: 365px; height:250px; position:absolute; margin-top: 180px; margin-left: 375px; color: "#000000";><center>

<FONT SIZE=2><b>События в игре:</b></FONT><br>
<b>П</b>одозрительное поведение "Акацуки", слухи о возвращении Учихи Мадары, это не могло вызвать множества вопросов у глав других стран. Как только эта новость разнеслась по пяти великим странам, то все главы решили по-своему узнать правду. 
<br><br>
<b>В</b>озродилась организация "Ястреб", глава которой - Учиха Саске теперь стал главной угрозой для селения Скрытого Листа. 
Скрытый Лист, в свою очередь, укрепляет отношения с Суной, процветающем сейчас селением, которое набирает обороты. Возможно, в скором времени, между селениями будет заключен союз. 
<br><br>
<b>Д</b>еревня Скрытая в Тумане вновь вернула себе статус "Кровавый Туман". Каге данного селения вновь стал Учиха Мадара, что обозначает о возвращении принципов правления Ягурой. Планы Великого Учихи на сей момент не известны, но другие деревни уже начинают мобилизацию. 
<br><br>
<b>В</b> Кумо все далеко не так спокойно, на мирную деревню совершено несколько нападений со стороны преступников и неизвестных наемников. Отряд Самуи занялся этим делом, и все улику ведут на Деревню Скрытою в Тумане. 
<br><br>
<b>И</b>вагакуре ведет свои дела, секретные и никому не разглашаемые. Единственное что известно, Ооноки смертельно болен и его конец близок, и он назначает своего приемника(цу) одного(ну) из внуков(чек). 
<br><br>
<b>Тем временем на фоне событий начинают свое существование новые организации, которые смело заявили о себе и приступили к вербовке новых членов. Начинаются новые волнения, новые тайны, новая мировая война.</b>

</center>
</div>

<style>
.clear {
clear: both;
}
#page-wrap {
width: 850px;
height: 400px;
background: url(http://upforme.ru/uploads/000f/9d/c4/98-1-f.jpg) no-repeat center;
margin: 10px auto;
padding: 10px;
}
.button {
float: left;
margin: 10px;
}
#news {
display: block;
padding: 10px;
}
#news-button {
opacity: 1.0;
border-bottom: 1px solid #67604c;
}
#links {
display: none;
padding: 10px;
}
#links-button {
opacity: 0.5;
border-bottom: 1px solid #67604c;
}
#admins {
display: none;
padding: 10px;
}
#admins-button {
opacity: 0.5;
border-bottom: 1px solid #67604c;
}
#partners {
display: none;
padding: 10px;
}
#partners-button {
opacity: 0.5;
border-bottom: 1px solid #67604c;
}
</style>

Хтмл-низ

Код:
<script type="text/javascript">
PiarNik="PR-Agent";
PiarPas="1234";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><span id=spMyimg><a onclick=\"PiarIn()\">PR-Вход</a></span></li>";
if($("#navlogin").html()!=null){
$("#navlogin").after(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>

<script type="text/javascript"> 
var arr=document.links
var arr1=new Array (".kabu","mod5","Uchiha Itachi")
for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#6699FF'>"+arr[x].innerHTML+"</font>"}
}}
var arr=document.links
var arr1=new Array ("Nagato Pain","Оротимару","Sasori no Danna","ХиданчеГ")
for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#FFFFFF'>"+arr[x].innerHTML+"</font>"}
}}
var arr=document.links
var arr1=new Array ("pr1","pr2")
for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#CCCCFF'>"+arr[x].innerHTML+"</font>"}
}}
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='maroon'>"+arr[x].innerHTML+"</font>"}
}}
for (x in arr)
{for (l in arr2)
{if (arr[x].innerHTML==arr2[l])
{
arr[x].innerHTML="<font color='black'>"+arr[x].innerHTML+"</font>"}}}
for (x in arr)
{for (k in arr3)
{if (arr[x].innerHTML==arr3[k])
{
arr[x].innerHTML="<font color='BlueViolet'>"+arr[x].innerHTML+"</font>"}}}
for (x in arr)
{for (z in arr4)
{if (arr[x].innerHTML==arr4[z])
{
arr[x].innerHTML="<font color='NavajoWhite'>"+arr[x].innerHTML+"</font>"}}}
</script> 

<script type="text/javascript">
var text="<center><font color=#950000> Администраторы </font> | <font color=#e1a400> Модераторы </font> | <font color=#e15f00> Пиарщики </font></center>"
pa=document.getElementById("pun-stats")
pa.style.position = "relative"
pa.innerHTML = "<div style=\"position:absolute; z-index:2; center: 10px; top: 40px; width: 100%;\">"+text+"</div>"+ pa.innerHTML
</script>




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

                function makeSpoiler(txt, open, close){
                    txt = '<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><a id="' + open + '" class="spoiler" style="width:100%;font-size:10px; margin:0;border:none;cursor:pointer;text-align:left;">'+close+'</a></cite><blockquote class="quote-box" style="display:none; width: 95%;border: 1px solid black;margin:0;">' + txt + '</blockquote></div>'
                    return txt;
                }

                $(document).ready(function(){
                    $("div.quote-box > cite > a.spoiler").click(function(){
                        $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
                        var a = this.innerHTML;
                        this.innerHTML= $(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("answer"))
                    form.getElementsByTagName("tr")[0].insertCell(1).innerHTML="<img  id=\"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://upforme.ru/uploads/000f/9d/c4/99-1.jpg' />"}
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://upforme.ru/uploads/000f/9d/c4/99-2.jpg' />"}
}
</script>


<script type="text/javascript">
var nrisunok="http://upforme.ru/uploads/0000/0a/f2/68797-1.gif";
if( (document.getElementById("navpm").innerHTML.indexOf("(") != -1))
{
document.getElementById("navpm").innerHTML="<img src='"+nrisunok+"'> "+document.getElementById("navpm").innerHTML;
};
</script>


<!--audio плеер v.1-->
<style type="text/css">
#button-play {background-image:url('http://img31.imageshack.us/img31/1875/sound.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat}
</style>
<script language="javascript">
function tag_play()
 {var FoundErrors = '';
 var enterURL = prompt("Введите ссылку на на музыку с playfile.ru,  yandex.ru, filehoster.ru, zippyshare.com или прямую ссылку формата .mp3 ", "http://");
 if (!enterURL)
 {FoundErrors += " " + error_no_url;}
 if (FoundErrors)
 {alert("Ошибка!" + FoundErrors);
 return;}
insert("[audio]" + enterURL + "[/audio]");}

if ((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){
  elm=document.getElementsByTagName("div")
  for(x in elm)
  {
   if(elm[x].className=="post-content") 
   {
post = elm[x].innerHTML;
if(post.indexOf("http://playfile.ru")) {
player = /\[audio\](.*?)\/get\/(\d+)\/\[\/audio\]/g
elm[x].innerHTML  = elm[x].innerHTML.replace(player, "<br /><embed src='http://playfile.ru/images/player.swf' flashvars='st=http://playfile.ru/images/player_style_audio.inc&amp;file=http://playfile.ru/load/$2/' type='application/x-shockwave-flash' id='videoplayer757' wmode='transparent' width='230' height='36'>")
    } 
if(post.indexOf("http://static.video.yandex.ru/lite-audio")) {
player = /\[audio\]\[flash=([0-9]+)\,([0-9]+)\,(.*?)\/lite-audio\/(.*?)\[\/audio\]/g
elm[x].innerHTML  = elm[x].innerHTML.replace(player, "<br /><embed src='http://static.video.yandex.ru/lite-audio/$4' type='application/x-shockwave-flash' width='300' height='72' allowFullScreen='true' scale='noscale'/>")
    } 
if(post.indexOf("http://www.filehoster.ru")) {
player = /\[audio\]http:\/\/www\.filehoster\.ru\/files\/(.*?)\[\/audio\]/g
elm[x].innerHTML  = elm[x].innerHTML.replace(player, "<br /><embed src='http://www.filehoster.ru/player/' flashvars='dataurl=$1' type='application/x-shockwave-flash' width='350' height='50' allowFullScreen='sameDomain' wmode='transparent'>")
    }
if(post.indexOf("zippyshare.com")) {
player = /\[audio\]http:\/\/www(\d+)\.zippyshare\.com\/v\/(\d+)\/file\.html\[\/audio\]/g
elm[x].innerHTML  = elm[x].innerHTML.replace(player, "<br /><embed type='application/x-shockwave-flash' src='http://www.zippyshare.com/mediaplayer/mediaplayer.swf?file=http://www$1.zippyshare.com/downloadMusic%3Fkey%3D$2xx&type=flv' quality='high' menu='false' wmode='transparent' allowscriptaccess='always' height='20' width='400' name='mp3player' border='0' style='margin-bottom: 6px;'/>")
    }
if(post.indexOf(".mp3")) {
player = /\[audio\](.*?)\[\/audio\]/g
elm[x].innerHTML  = elm[x].innerHTML.replace(player, "<br /><embed src='http://www.demo-music.ru/pleer/pleer4.swf' type='application/x-shockwave-flash' allowscriptaccess='always' wmode='transparent' flashvars='comment=demo-music.ru&amp;st=http://www.demo-music.ru/pleer/style_pleer.txt&amp;file=$1' width='470' height='33'>")
    } 
 }}}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(15).innerHTML="<img src='/i/blank.gif' img title='Загрузить музыку' id='button-play' onclick=\"tag_play()\"/>"
</script>



<script type="text/javascript">
    $(function(){
        	$("#about-button").css({
        opacity: 0.3
    	});
    	$("#contact-button").css({
        opacity: 0.3
    	});
                $("#page-wrap div.button").click(function(){
            	            	$clicked = $(this);
            	                       	if ($clicked.css("opacity") != "1" && $clicked.is(":not(animated)")) {
                                $clicked.animate({
                	opacity: 1,
                	borderWidth: 5
                }, 600 );
                var idToLoad = $clicked.attr("id").split('-');
                $("#content").find("div:visible").fadeOut("fast", function(){
                	$(this).parent().find("#"+idToLoad[0]).fadeIn();
                })
            	}
            	$clicked.siblings(".button").animate({
                opacity: 0.5,
                borderWidth: 1
            	}, 600 );
            });
    });
	</script>


<center><span><a href="#" onclick=" obj=this.parentNode.childNodes[1].style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;"><img src="http://uploads.ru/i/f/E/T/fET3G.jpg" ></a><div style="display: none">

<a href="http://lovelessforever.spybb.ru" target="_blank"> 
<img src="http://upforme.ru/uploads/0003/67/1c/72228-4.png" border="0" alt="Ролевая по Loveless" title="Нажми, тут интересно ^__~"> 
</a> 
 
    <a href="http://fairytail.rolebb.ru/" target="_blank" title="Fairy Tail - Добро пожаловать в сказку!"><img src="http://upforme.ru/uploads/000a/ec/d5/18815-2.jpg" width="88" height="31" border="1" alt="Fairy Tail" /></a> 
 
    <a href="http://highschoolofthedead.anihub.ru/" target="_blank"><img border="0" src="http://upforme.ru/uploads/000c/c1/b2/313-1.gif" title="High School of the Dead " width="88" height="31" ></a> 
 
    <a href=http://urchoice.ru/ target="_blank"> 
<img src="http://uploads.ru/i/j/w/m/jwmBQ.gif" ></a> 
 
<a href="http://narutodestinies.spybb.ru/"><img src="http://i023.radikal.ru/1107/04/9cd304e2aec9.gif"></a> 
 
<!-- "Graffiti Decorations (R) Text Banner Start" --> 
<a href="http://graffitistudio.ru/" title="Добавить ваш сайт на стену посещений!"><b>Добавить URL!</b></a> 
<!-- "Graffiti Decorations (R) Text Banner End " --> 

</span></center>

Объявление

Код:
<div id="page-wrap">
    <div id="news-button" class="button">
    <img src="http://upforme.ru/uploads/000f/9d/c4/107-1.png" alt="Новости, события, важные объявления" class="button" />
    </div>
    <div id="links-button" class="button">
    <img src="http://upforme.ru/uploads/000f/9d/c4/107-2.png" alt="Важные ссылки для гостей и участников" class="button">
    </div>
    <div id="admins-button" class="button">
    <img src="http://upforme.ru/uploads/000f/9d/c4/107-3.png" alt="Администрация проекта" class="button">
    </div>
    <div id="partners-button" class="button">
    <img src="http://upforme.ru/uploads/000f/9d/c4/107-4.png" alt="Партнеры, наши любимые партнеры *_*" class="button">
    </div>
    <div class="clear"></div>
    <div id="content">
    <div id="news">
<p style="text-align: center;"><table width="100%" heigth="100%">
<tr><td width="50%"><center>

<FONT SIZE=2><b>Важные Объявления:</b></FONT>
<br>
<b>Д</b>орогие игроки! Наш форум преодолел тяжкие препятствия и прошел через серьезные изменения, но в данный момент администрация вновь взялась за него с новой, более сильной хваткой, и мы рады, что многие из вас остались вместе с нами. Многое изменилось на форуме, и я постараюсь вкратце вспомнить все. Одно из самых главных, это обновление дизайна и некоторых правил. Был введен новый сюжет, с которым вы можете ознакомиться, открыв вкладку "Карта Форума" и нажав "Сюжет". Нам нужна свежая кровь, а значит, в скором времени будет обновлен модераторский состав. Со всеми остальными нововведениями вы можете ознакомиться в разделе "Объявления Администрации".
<br><br><br>
<table><tr><td style="wight=88px; VERTICAL-ALIGN: top"> 
<!-- http://makingofkuroshitsuji.rolebb.ru / MK Rotation -->  <div style="WIDTH: 88px; height:41px" ><center><script type="text/javascript" src="http://mkrotation.ucoz.ru/rtr/1"></script><a href="http://makingofkuroshitsuji.rolebb.ru" target=_blank><img src="http://upforme.ru/uploads/000f/da/47/6588-1.gif" border="0" alt="MK banner rotation"></a></center></div>  <br /> <!-- http://makingofkuroshitsuji.rolebb.ru / MK Rotation-->
</td><td style="VERTICAL-ALIGN: top">
<!-- ra-reklama.ru BANNER ROTATION -->
<script type="text/javascript" src="http://ra-reklama.ucoz.ru/rtr/1"></script><br><a href="http://ra-reklama.ru/" target="_blank"><img src="http://s60.radikal.ru/i169/1006/f2/c9b532733839.jpg"></a>
<!-- ra-reklama.ru BANNER ROTATION --></td></tr></table>
</center>
</td>
<td width="50%"><center>

<FONT SIZE=2><b>Для Гостей:</b></FONT> 
<br> 
<b>Д</b>орогие Гости! Мы рады приветствовать вас на нашем ролевом проекте "Naruto. Next Generation" по одноименной Манге и Аниме. Рейтинг нашего форума <b>NC-17</b>. Будучи гостем, вы не сможете просматривать весь форум полностью, посему, настоятельно просим вас регестрироваться.
<br><br> 
<FONT SIZE=2><b>Голосуем:</b></FONT> 
<br> 
<b>Н</b>е забываем по возможности тыкать на банер указанный ниже. Делая это, вы приносите форуму пользу и популярность, благодаря чему, увеличивается количество игроков.
<br> 
<a href="http://top.roleplay.ru/11539" target="top_"> 
<img src="http://img.rpgtop.su/top8015_1.gif" alt="Рейтинг Ролевых Ресурсов" border="0" width="80" height="15"></a> 
<br><br> 
<FONT SIZE=2><b>Погода:</b></FONT> 
<br> 
<b>Н</b>а нашей ролевой наступила осень, лето прошло, как-то тихо и незаметно. Что же обещает нам эта осень? Почти во всех селениях регулярно идут дожди, правда температура сохраняется по-летнему теплая около 18 °C в Конохе, Суне, Кумо и Иве, чуть холоднее в Кири и Таки. Там около 15 °C тепла и обещают грозы.
 
</center></td></tr></table>
</p>
    </div>

    <div id="links">
    <p>
    <table  width="100%">
<tr><td width="50%"><center>
<FONT SIZE=2><b>Полезные ссылки:</b></FONT><br>
<b>Для гостей:</b><br>
<a href="http://katinanarutorolka.ru/viewtopic.php?id=124">Правила</a><br>
<a href="http://katinanarutorolka.ru/viewtopic.php?id=415">Сюжет</a><br>
<a href="http://katinanarutorolka.ru/viewtopic.php?id=7156#p411702">Технобук</a><br>
<a href="http://katinanarutorolka.ru/viewtopic.php?id=414">Список ролей</a><br>
<a href="http://katinanarutorolka.ru/viewtopic.php?id=464#p12249">Список семей</a><br>
<a href="http://katinanarutorolka.ru/viewforum.php?id=145">Акции и конкурсы</a><br>
<a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=6">Шаблон анкеты для канонов</a><br>
<a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5350#p247858">Шаблон анкеты для неканонов</a><br>
<br><b>Для пиарщиков:</b><br>
Ник: <b>PR-Agent</b><br>
Пароль: <b>1234</b><br>
<a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5272">Шаблон нашей рекламы</a><br>
<a href="http://katinanarutorolka.ru/viewtopic.php?id=5550">Наш баннер</a><br>
<a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5551#p257761">Баннерообмен</a><br>
<a href="http://katinanarutorolka.ru/viewtopic.php?id=6967&p=5">Ваша реклама</a><br>
<a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5345">Заключение партнерства</a><br>

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

<b><FONT SIZE=2>Срочно требуются:</FONT></b><br>
• Hokage - Naruto Uzumaki | Наруто Узумаки (м)<br>
• Jonin - Sakura Haruno | Сакура Харуно (ж)<br>
• Jonin - Sai | Сай (м)<br>
• Jonin - Yamato | Ямато (м)<br>
• Sannin - Jiraiya | Джирая (м)<br>
• Sannin - Tsunade | Цунаде (ж)<br>
• Commander Jonin - Shikaku Nara | Шикаку Нара (м)<br>
• Jonin - Kankuro | Kankuro (м)<br>
• Yondaime Raikage | Yotsuki A | Четвертый Райкаге (м)<br>
• Jinchuriki - Killer B | Киллер Б (м)<br>
• General - Kitsuchi | Китсучи (м) - Генерал армии Ивагакуре.<br>
• Jonin - Akatsuchi | Акатсучи (м) - охранник Цучикаге.<br>
• Jonin - Ao | Ао (м) - охранник Мей Теруми.<br>
• Jonin - Chujuro | Чоуджиро (м)- охранник Мей Теруми.<br>
• Samurai (Village Leader) - Mifune | Мифуне (м)<br>
• Missing-nin - Akasuna no Sasori | Акасуно но Сасори (м)<br>
• Missing-nin - Jugo | Дзюго (м)<br>
• Missing-nin - Karin | Карин (ж)

</center></td></tr>
    </table>
</p>
    </div>
    <div id="admins">
    <p>
<center>
<FONT SIZE=2><b>Администраторы:</b></FONT> 
<br> 
<a href="http://katinanarutorolka.ru/profile.php?id=2281"><img src="http://upforme.ru/uploads/000f/9d/c4/109-1.jpg"></a>
<a href="http://katinanarutorolka.ru/profile.php?id=753"><img src="http://upforme.ru/uploads/000f/9d/c4/109-2.jpg"></a> 
 
<br><br> 
<FONT SIZE=2><b>Модераторы:</b></FONT><br> 
<a href="http://katinanarutorolka.ru/profile.php?id=830"><img src="http://upforme.ru/uploads/000f/9d/c4/110-1.jpg"></a>
<a href="http://katinanarutorolka.ru/profile.php?id=2891"><img src="http://upforme.ru/uploads/000f/9d/c4/110-2.jpg"></a>
<a href="http://katinanarutorolka.ru/profile.php?id=3490"><img src="http://upforme.ru/uploads/000f/9d/c4/110-4.jpg"></a>
<a href="http://katinanarutorolka.ru/profile.php?id=3453"><img src="http://upforme.ru/uploads/000f/9d/c4/110-3.jpg"></a>
</center>
</p>
    </div>


    <div id="partners">
    <p>
<table  width="100%">
<tr><td width="50%"><center>

<FONT SIZE=2><b>Наши партнеры:</b></FONT><br>

<a href="http://makingofkuroshitsuji.rolebb.ru" target="_blank"><img src="http://upforme.ru/uploads/000f/da/47/6595-2.png" title="FRPG: Making of Kuroshitsuji" border="0" width="88" height="31"></a>
<a href=http://narutolifestories.ru><img src="http://i035.radikal.ru/0907/63/8b34aba55b98.gif"border=0 title="Naruto Life Stories"></a>
<a target="_blank" href="http://darkfairytale.rolbb.ru/"><img src="http://imgs.su/tmp/1307341329-231.jpg"></a>
<a href="http://bleachzknr.mybb.ru/" target=_blank> <img src="http://i55.tinypic.com/11chc9c.jpg" title="Bleach: zero kara no rekishi" ></a>
<a target="_blank" href="http://kolubel.mybb.ru"><img src="http://s003.radikal.ru/i201/1004/60/6ec49e013715.gif"></a>
<a href="http://fairymagic.rolevaya.ru" target="_blank"><img border="0" src="http://upforme.ru/uploads/000d/46/f6/107-1.jpg" title="Fairy tail: let the magic begin!" width="88" height="31"></a>
<a href="http://razashi.rolbb.ru/"target=_new><IMG alt="Magic School "Razashi"" 
src="http://i057.radikal.ru/1103/bd/560fb16346d3.png"></a>
<a href="http://lovelessforever.ru" target="_blank">
<img src="http://upforme.ru/uploads/0003/67/1c/128749-4.gif" border="0" alt="Ролевая по Loveless" title="Нажми, тут интересно ^__~">
<a href="http://reibi.rolka.su/" target="_blank"><img src="http://savepic.net/122757.gif" alt="Reibi"></a>
<a href="http://heavenschool.ru/"><img src="http://upforme.ru/uploads/0005/36/64/369825-1.gif" border="0" alt="Райская школа - у нас ты будешь, как в Раю!" ></a>
</a>
<a href="http://khrrole.rolka.su/" target="_blank"><img src="http://s013.radikal.ru/i325/1102/ff/622c0b232acc.gif" border="0"></a>
<a href="http://hproleplay.mybb.ru" target="_blank"><img src="http://savepic.net/1535701.gif" border="0" alt="Harry Potter and the Deathly Hallows="88" height="31" /></a>
<a href="http://peterpan.anihub.ru/" target="_blank" ><img src="http://savepic.ru/3024231.jpg" border="0" alt="питер пен: возвращение в неверленд." /></a>

<br>Партнерство оформляется в специально отведенной <br><a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5345">теме.</a><br> 
</center></td>
<td width="50%"><center>
<FONT SIZE=2><b>Счетчики и ТОПы</b></FONT>
<br>Кликать каждый день!<br>
<a href="http://top.roleplay.ru/11539" target="top_"> 
<img src="http://img.rpgtop.su/rpgtop1.gif" alt="Рейтинг Ролевых Ресурсов" border="0" width="88" height="31"></a><!--LiveInternet counter--> 
<script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t53.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
//--></script> 
<!--/LiveInternet--> 
<br><a href="http://ra-reklama.ru/pages/katalog" target="_blank"><img src="http://s52.radikal.ru/i137/1006/3a/4d938f675d1b.jpg" title="Каталог форумов" width="88" height="31"></a><a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=10777' target='_blank'>	
<script type="text/javascript">
Md=document;Mnv=navigator;
Mrn=Math.random();Mn=(Mnv.appName.substring(0,2)=="Mi")?0:1;Mp=0;Mz="p="+Mp+"&";
Ms=screen;Mz+="wh="+Ms.width+'x'+Ms.height;My="<img src='http://palantir.in/count.php?id=10777&cid=palantir2006.png";My+="&cntc=none&rand="+Mrn+"&"+Mz+"&referer="+escape(Md.referrer)+'&pg='+escape(window.location.href);My+="'  alt='Palantir' title='Каталог фэнтези сайтов Палантир' border='0' width='88px' height='31px'>";Md.write(My);</script>
<noscript><img src="http://palantir.in/count.php?id=10777&cid=palantir2006.png" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"></noscript>
</a>
<a href="http://toponline.msk.ru/"><img src="http://toponline.msk.ru/button.php?u=katinanrutorolka" alt="TopOnline - Рейтинг ролевых игр" border="0" /></a>
<br><br>
<FONT COLOR=black>- Администрация была бы крайне вам благодарна, если бы вы почаще проходили по банерам и голосовали за нашу с вами ролевую.</FONT>
</center></td></tr>
    </table>

</p>
    </div>

    </div>
    </div>

<br>
<center><b>- Не будь врединой, ткни а? *_*</b><br><br><a href="http://top.roleplay.ru/11539" target="top_"> 
<img src="http://img.rpgtop.su/rpgtop1.gif" alt="Рейтинг Ролевых Ресурсов" border="0" width="88" height="31"></a><a href="http://ra-reklama.ru/pages/katalog" target="_blank"><img src="http://s52.radikal.ru/i137/1006/3a/4d938f675d1b.jpg" title="Каталог форумов" width="88" height="31"></a><a href="http://whitepr.g-be.ru"> 
<img src="http://xmage.ru/images/001bvb.png" 
border="0" width="88" height="31"></a><a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=10777' target='_blank'>	
<script type="text/javascript">
Md=document;Mnv=navigator;
Mrn=Math.random();Mn=(Mnv.appName.substring(0,2)=="Mi")?0:1;Mp=0;Mz="p="+Mp+"&";
Ms=screen;Mz+="wh="+Ms.width+'x'+Ms.height;My="<img src='http://palantir.in/count.php?id=10777&cid=palantir2006.png";My+="&cntc=none&rand="+Mrn+"&"+Mz+"&referer="+escape(Md.referrer)+'&pg='+escape(window.location.href);My+="'  alt='Palantir' title='Каталог фэнтези сайтов Палантир' border='0' width='88px' height='31px'>";Md.write(My);</script>
<noscript><img src="http://palantir.in/count.php?id=10777&cid=palantir2006.png" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"></noscript></a><a href="http://toponline.msk.ru/"><img src="http://toponline.msk.ru/button.php?u=katinanrutorolka" alt="TopOnline - Рейтинг ролевых игр" border="0" /></a></center>

Форма ответа

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

</div>

<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="Дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="Дополнительные смайлы"
p.style.display="none"}
return false}
</script>
 </center>


<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
	}
}
</script>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(20).innerHTML='<img onclick="tag_spoiler();" title="Спойлер" src="http://upforme.ru/uploads/0009/42/8c/1501-1.gif" style="width:20px;height:22px;padding-left:6px;">'
</script>



    <script>
    function addMod(str,from,internal){
    var pos=0,pos2=0,newpos=0
    if((pos=str.indexOf("[mod]",from))==-1) return str;
    if((pos2=str.indexOf("[/mod]"),pos+5)==-1) return str;
    newpos=str.indexOf("[mod]",pos+5)
    if(newpos<pos2 && newpos!=-1) str=addMod(str,pos+5,true)
    if((pos2=str.indexOf("[/mod]",pos+5))==-1) return str;
    str=str.substring(0,pos)+makeMod(str.substring(pos+5,pos2))+str.substring(pos2+6,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("[ex]",from))==-1) return str;
    if((pos2=str.indexOf("[/ex]"),pos+4)==-1) return str;
    newpos=str.indexOf("[ex]",pos+4)
    if(newpos<pos2 && newpos!=-1) str=addEx(str,pos+4,true)
    if((pos2=str.indexOf("[/ex]",pos+4))==-1) return str;
    str=str.substring(0,pos)+makeEx(str.substring(pos+4,pos2))+str.substring(pos2+5,str.length)
    if( str.indexOf("[ex]")!=-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('[mod]', '[/mod]');\"/>"
</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('[ex]', '[/ex]');\"/>"
</script>

0


Вы здесь » пробник о<о » Новый форум » Naruto. New Generation.