Вверх страницы

Вниз страницы
Вверх страницы

Вниз страницы

Bleach. Искажённая реальность

Объявление

home
about
contact

05.08.2014 Итак, у нас прошла перекличка, и мы выяснили, кто в наших рядах зомби, кто привидение, а кто вообще жив и даже в тельняшке! Последних осталось немного, но тем, кто есть - троекратное урра.
У нас даже появились новые лица - поприветствуем Уоррена ака Архангела. В полку злодеев прибыло, что не может не радовать)
И не забываем каждый день тыкать на кнопочки топов :)

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

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


Вы здесь » Bleach. Искажённая реальность » =^^= » =^^=


=^^=

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

1

^ ^
=**=

0

2

структура
Код:
/**********************
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: 97.01%;
  }

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


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

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

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

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

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

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

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

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

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


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

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

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


  }

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

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

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

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

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

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

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

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

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


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

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

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

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #444444;
  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: 1px solid #444444;
  
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }


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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

    * html .tclcon {height: 1px}

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

    /* C2.15 */
    .punbb div.icon {
        float: left;
        display: block;
        width: 60px;
        height: 60px;}
 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}



/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;

  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #444444;

  }

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

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }

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

  }








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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

/* C3.16 */


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

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

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


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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
/**********************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

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

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

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

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

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

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

#pun-title h1 span  {
  font-size: 1.5em;
  }


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

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

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

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

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

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

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




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

/* D3.1 */
#pun-navlinks, #pun-navlinks .container { font-family: "Benton"; font-size: 15px;
  border-style: none;
  border-width: 0;
  margin: 0;
  }

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

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

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

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

/* D4.1 */
#pun-ulinks  { font-family: "Archangelsk"; font-size: 14px;
  margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

/* D9.2 */

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

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

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

/* D9.5 */

#pun-help .formal li {

  padding: 0;

  line-height: 130%

  }



/* D9.6 */

#pun-help .formal li * {

  vertical-align: text-top

  }



/* D9.7 */

#pun-help .formal dt span {

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

  }



/* D9.8 */

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

  padding-bottom: 0;

  }

#pun-title h1 span {
display: none;}

li#navawards a span {
display: none;
}

.post-author ul { text-align: center;}

#pun-title .title-logo {display: none;}

.post-body {text-align: justify !important;}

#pun-main .post-body {
border-left: 1px dotted #555555;
}

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

input {
    background:url(http://s2.uploads.ru/eTH7v.png) no-repeat center;
    color: black!important;
    }



/* Archangelsk Font */
@font-face {
  font-family: "Archangelsk";
  src: url("/files/0000/e2/df/98157.svg"),
url("/files/0000/e2/df/40271.svg") format("truetype");
}

/* Benton Font */
@font-face {
  font-family: "Benton";
  src: url("/files/0000/e2/df/32517.svg"),
url("/files/0000/e2/df/48695.svg") format("truetype");
}

0

3

цвета
Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/


#pun-about p.container {background-color: transparent;
background-position : center top; 
background-repeat : no-repeat; 
height : 70px;
width: 1001px; 
margin-left: -22px;
text-align: center;
border-color: transparent;
}


#pun-crumbs1 .container { text-align: center; }



/* фон форума */
body { background-color: transparent; background-image: url(http://s9.uploads.ru/m3QPw.png); background-position: top center; overflow:auto; overflow-x:hidden; overflow-y:scroll;}



/* шапка форума */
#pun-title table {
background-image : url(http://s8.uploads.ru/jiRJd.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
  margin-left: -235px;
height: 519px;
width: 1219px;}


/* тело форума */
#pun {background-color: transparent;background-image: url(http://s6.uploads.ru/cm9Xd.png);}




/*низ форума */
#pun-about p.container {background-color: transparent;
background-image : url(http://s6.uploads.ru/sCloD.png);
 margin-left: -277px;
background-position : center top;
 background-repeat : no-repeat;
 width: 1280px;
height : 200px;}


/* блок формы ответа и кнопки*/
  .punbb textarea, .punbb select, .punbb input{
border-color:#444444;
background-image : url(http://s6.uploads.ru/gRMI4.jpg);
background-color: #444444;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-style: solid;
border-bottom-width:2px;
border-left-style: solid;
border-left-width: 0px;
border-right-style: solid;
border-right-width: 0px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-top-style: solid;
border-top-width: 2px;
margin-bottom: 1em;
margin-left: 5px;
margin-right: 0px;
margin-top: 0px;
}

/* блок цитат и кодов*/
#pun-main .code-box, #pun-main .quote-box,  {
background-color: #444444;
border: 1px 2px 1px 2px;
border-color:#444444;
background-image : url(http://s6.uploads.ru/gRMI4.jpg);
}


/* блок цитат и кодов*/
   .punbb .quote-box, .punbb .code-box {background: #444444;color: #444444
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
background-image : url(http://s6.uploads.ru/gRMI4.jpg);
}

div#html-footer {
margin: -60px 0px 0px 0px;}

div#pun-about {
   margin-bottom: -100px;

}

#pun-navlinks .container, #pun-ulinks .container { text-align: center;}

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

/* 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 {
  background-color: transparent
;
  color: #000000;
  font-weight: normal;
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
  }

/* CS5.3*/
.punbb .quote-box, .punbb .code-box {
  background-color: #c6c1bb;
  color: #00000
  }

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

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

.punbb textarea, .punbb select, .punbb input {
background-color: #c6c1bb;
  color: #000000
}
/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #080502 #080502 #080502 #080502
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #000000;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #444444;
  }

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

/* CS2.5 */
.punbb th {
  border-color: #030613 
  }



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

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive 

a:visited {
  color: #050C1F
;
  }

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

  }

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

  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #050C1F
;
  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: #fff;
  }


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

#pun-main div.catleft, #pun-main div.catright {display: none}

.punbb input{
border: 1px solid;
background: transparent;
}

#pun-ulinks .container {text-align: center;}

#pun-main .post-author ul {text-align: left;}

#pun-main .post-content {font-size: 11px;}

.punbb .main .container,
.punbb td.tc3,
.punbb .section .container,punbb td.tc2,.punbb td.tcr,#pun .tc2, #pun-stats h2, 
#pun th, #pun-main .post h3 span, #pun-main .post h3, #pun-main .post-body, #pun-title, 
#pun-main .formal textarea, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2  {background-color: transparent; }

#pun-title .title-logo span {background-color: transparent; display: none;}



.punbb table Div.icon {float: left; display: block; border-style: none none none none; margin-left: 100px;margin-left: -15px;
width: 60px;
height: 60px;
background-image : url(http://s6.uploads.ru/6e8K5.png);
background-repeat: no-repeat;
}

TR.inew Div.icon {
background-image : url(http://s6.uploads.ru/U1LjV.png);
background-repeat: no-repeat;
width: 60px;
height: 60px;
}

TR.isticky Div.icon {
background-image : url(http://s7.uploads.ru/F0O5g.png);
background-repeat: no-repeat;
width: 60px;
height: 63px;
}

TR.iclosed Div.icon {
background-image : url(http://s6.uploads.ru/CqG3S.png);
background-repeat: no-repeat;
width: 60px;
height: 63px;
}


#pun-navlinks .container {
padding-top : 2px;
color: #000000;  
font-weight: bold;
text-align: center;
background-image : url(style_cs.css);
background-color: transparent;
background-position: top center;
background-repeat: no-repeat;}

#pun #pun-index #pun-stats h2 {
color : цвет; background-image : url(style_cs.css);
text-align: left;
font-weight: bold;
background-position: top left;
background-repeat: no-repeat;
}

#pun-main h2 {
color : цвет; background-image : url(style_cs.css);
text-align: center;
font-weight: bold;
background-position: top center;
background-repeat: no-repeat;
}

#pun .punbb #pun-main h1{ color : цвет; background-image : url(style_cs.css);
text-align: center;
font-weight: bold;
background-position: top center;
background-repeat: no-repeat;
}

.punbb .main h2 span, #pun-stats h2 span {
        background: none;
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-left: -11px;
}
#pun-stats.section h2 { 
background-attachment: scroll;
background-clip: border-box;
height: 0px;
width: 600px;
margin-left: 76px;
background-color: transparent;
background-origin: padding-box;
background-position: 50% 0%;
background-repeat: no-repeat;
background-size: auto;
font-size: 0px;
 }




#pun-category1.category h2 { font-family: "Archangelsk"; font-size: 16px;
margin-left: 20px;
}



#pun-category2.category h2 { font-family: "Archangelsk"; font-size: 16px;
margin-left: 40px;
}

#pun-category3.category h2 { font-family: "Archangelsk"; font-size: 16px;
margin-left: 40px;
}


#pun-category4.category h2 { font-family: "Archangelsk"; font-size: 16px;
margin-left: 40px;
}

#pun-category5.category h2{ font-family: "Archangelsk"; font-size: 16px;
margin-left: 40px;
}

#pun-category6.category h2 { font-family: "Archangelsk"; font-size: 16px;
margin-left: 40px;
}

#pun-category7.category h2 { font-family: "Archangelsk"; font-size: 16px;
margin-left: 40px;
}

#pun-category8.category h2 { font-family: "Archangelsk"; font-size: 16px;
margin-left: 40px;
}



div#html-footer {
margin: -190px 0px 0px 0px;}

#pun-main div.catleft, #pun-main div.catright {display: none}

#pun-main .post-author ul {text-align: center}
#pun-announcement h2 {display: none}
#pun-status .container, #pun-main .post-links li {text-align: left;}
#pun th, #pun-main h2 {text-align: left}
#pun-crumbs1 .container { text-align: left;}
#pun-navlinks .container, #pun-ulinks .container { text-align: center;}

#pun-main h2, #pun-stats.section h2 {
  padding: 3px 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }


.punbb .modmenu .container, .punbb .linksb, .punbb .linkst { 
margin-left: 4px;
 }

#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2{ 
margin-left: 17px;
 }

.punbb-admin #pun-admain .adcontainer{ 
margin-left: 4px;
 }
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer{ 
margin-left: 4px;
 }



div#html-footer {
margin: -190px 0px 0px 0px;}

0

4

верх
Код:
<style type="text/css">
#tab {
width: 80%;
}
.lev {
width: 30%;
vertical-align: top;
}
.cent {
width: 40%;
vertical-align: top;
}
.prav {
width: 30%;
vertical-align: top;
}
</style>

<!-- Cтрелочки -Вверх вниз страницы -->
<div style="position:fixed;z-index:1003; right :0.5%; bottom: 5%;">
<a href="#top" onclick="scrollTo(0,0); return false;" title="Вверх страницы">
<img src="http://s9.uploads.ru/ZjSvX.png" alt="Вверх страницы"/>
</a>
<br/>
<br/>
<a href="#top" onclick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы">
<img src="http://s9.uploads.ru/CcMz5.png" alt="Вниз страницы"/>
</a>
</div><!--Конец Cтрелочки -->

<style>
/* -------- стиль таблицы в объявлении -------- */
#menu {
  height: 18px;
  margin: 0px;
  }

#menu span {
  padding: 2px;
  margin: 0px 3px;
  width: 100px;
  font: 14px 'times new roman', serif;
  color: #4c2520;
  }

#menu .tabactive {
  color: #000;
  }

#submenu {
  padding: 5px;
  width: 695px;
  height: 240px;
  border: 1px solid black;

  -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
  }

.submenutext {
  display: none;
  text-align: center;
  height: auto;
  }

#submenu table td {text-align: justify; vertical-align: top;}

#submenu h3 {
  text-align: center;
  font: bold 14px 'times new roman', serif;
  margin: 0px 0px 10px 0px;
  }

.nav {
  width: 200px;
  }

.nav a {
  display: block;
  color: #000;
  background-color: #d5d6d6;
  text-align: left;
  width: 194px;
  padding: 3px;
  margin-top: 5px;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal!important;
  font-style: normal!important;
  }

.nav a:hover {
  background-color: #fff;
  text-decoration: none;
  }

.ams_fr img {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 8px;
  border: none;
  }

.play_g img {
  width: 50px;
  height: 50px;
  border: none;
  margin: 0 3px 6px 3px;
  }
</style>

<style type="text/css">
.pa-adnote{ text-align: center;}
.pa-from{ text-align: center;}
.pa-reg{ text-align: center;}
.pa-posts{ text-align: center;}
.pa-reputation{ text-align: center;}
.pa-sex{ text-align: center;}
.pa-icq{ text-align: center;}
.pa-ip{ text-align: center;}
.pa-online{ text-align: center;}
.pa-age{ text-align: center;}
.pa-mailagent{ text-align: center;}
.pa-reg { text-align: center;}
.pa-avatar, .pa-title, .pa-author { text-align: center;}
.pa-time-visit{ text-align: center;}
.pa-last-visit{ text-align: center;}
.pa-fld1{ text-align: center;}
.pa-fld2{ text-align: center;}
.pa-fld3{ text-align: center;}
</style>

<link rel="icon" href="http://forumstatic.ru/files/0011/fe/2d/57973.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://forumstatic.ru/files/0011/fe/2d/57973.ico" type="image/x-icon">

0

5

низ
Код:
<!-- Переключатель вкладок таблицы -->
<script type="text/javascript">
$(document).ready(function() {
$("td.#MenuTxT div.submenutext").hide();
<!--$(".tabs span:first").addClass("active").show(); -->
$("td.#MenuTxT div.submenutext:first").show();
$("div.#menu span").click(function() {
    $("div.#menu span").removeClass("tabactive");
    $(this).addClass("tabactive");
    $("td.#MenuTxT div.submenutext").hide();
    var activeDiv = $(this).attr("alt");
    $("div."+activeDiv).fadeIn();
    return false; });
});
</script>

<script type="text/javascript">
var fld = document.getElementsByTagName("li");
for(i in fld) {
if (fld[i].className == "pa-fld1")
fld[i].innerHTML = fld[i].innerHTML.substr(0,fld[i].innerHTML.indexOf(":")) + fld[i].innerHTML.substr(fld[i].innerHTML.indexOf(":")+1);
}
</script>


<script type="text/javascript">
$("#navindex a span").replaceWith("Forum");
$("#navuserlist a span").replaceWith("Users");
$("#navrules a span").replaceWith("Rules");
$("#navsearch a span").replaceWith("Search");
$("#navprofile a span").replaceWith("Profile");
$("#navpm a span").replaceWith("SMS");
$("#navadmin a span").replaceWith("AMS");
$("#navlogout a span").replaceWith("Log Out");
$("#navregister a span").replaceWith("Sign Up");
$("#navlogin a span").replaceWith("Log In");
</script>

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


<script type="text/javascript">
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://s9.uploads.ru/4zCDn.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://s8.uploads.ru/D9dqo.png' />"}
}
</script>

<!-- Двойной спойлер Инфы в Профиле, в Топике -->
    <script>
    LIArray=new Array(
    //это не скрывается

    //"pa-author",     //Ник-Нейм
    //"pa-avatar",     //Аватар
    //"pa-title",      //статус

    // 1 кнопка - ссылка на Картинку
    "http://s3.uploads.ru/WXDRa.png",

    "pa-reg",        //Зарегистрирован
    "pa-invites", //Приглашений
    "pa-posts",      //Кол-во сообщений:
    "pa-respect",    //Уважение:
    "pa-positive",   //Позитив
    "pa-sex",        //Пол
    "pa-age",        //Возраст
    "pa-icq",        //Аська
    "pa-ip",         //IP Юзера
    "pa-time-visit", //Провел на форуме:
    "pa-last-visit", //Последний визит:
    //"pa-online",     //Пользователь online - Не засовываем в спойлеры

    // 2 кнопка- ссылка на Картинку
    "http://s2.uploads.ru/xzD3G.png",

    "pa-from",       //Откуда
    "pa-fld1",       //Доп.Поле.1
    "pa-fld2",       //Доп.Поле.2
    "pa-fld3",       //Доп.Поле.3
    "pa-fld4",       //Доп.Поле.4
    "pa-fld5",       //Доп.Поле.5

    //Конец Списка,
    "_End"
    )
    wrapp1="<li class='post-author-Sp'><img style='cursor:pointer' src='";
    wrappEnd="'><ul  style='display:none'></ul></li>";
    wrapp2="<li class='post-author-Sp Sp2'><img style='cursor:pointer' src='";

    var L='',TsK1='',TsK2='';b=LIArray.length-1;
    for(i=0; i<b; i++){a=LIArray[i];if(a.indexOf('http://')==0){TsK1=i;break;}}
    for(j=i+1; j<b; j++){a=LIArray[j];if(a.indexOf('http://')==0){TsK2=j;break;}}
    wrapp1=wrapp1+LIArray[TsK1]+wrappEnd;wrapp2=wrapp2+LIArray[TsK2]+wrappEnd;;

    $(".post .post-author").each(function() {
    Noset=true;
    for(i=TsK1+1; i<TsK2; i++){a=LIArray[i];
      var C=$(this).find('.'+LIArray[i])
      if(C.length&&Noset){Noset=false;C.before(wrapp1);D=$(this).find('li.post-author-Sp ul')}
      if(C.html()!=null){C.appendTo(D)}
    }

    Noset=true;
    for(i=TsK2+1; i<LIArray.length-1; i++){var C=$(this).find('.'+LIArray[i])
      if(C.length&&Noset){Noset=false;$(this).find('li.post-author-Sp').after(wrapp2);D=$(this).find('li.post-author-Sp.Sp2 ul:last')}
      if(C.html()!=null){C.appendTo(D)}
    }
    });
    $(".post .post-author-Sp ").click(function() {
    $(this).find('ul:first').toggle('slow')
    });</script>
    <!--Конец//=Двойной спойлер Инфы в Профиле, в Топике-->

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

<script type="text/javascript">
PiarNik="PR";
PiarPas="7777";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><span id=spMyimg style=\"cursor:pointer;\"><a onclick=\"PiarIn()\">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>
    var table=$("#pun-online #pun-main > .section > .container > table");
    table.css('width','98%');

    $("#pun-online #pun-main > .section > .container > table").find('tr').each(function() {
       $(this).find('th,td').each(function(i) {
          if(!i)$(this).css('width','15%');
          if(i==1)$(this).css('width','35%');
       });
    });

</script>

<!--Медальки в профиль(топик)-->
<style>
/******************************************/****************************************************************/
/*CSS  МЕДАЛЬКИ В ПРОФИЛЬ(ТОПИК) */
/******************************************/****************************************************************/
.tipsy.title-awards .tipsy-inner {
letter-spacing:1px!important;
font-size:12px!important;
font-family: 'Times New Roman';
max-width:300px;}
.awards {cursor:pointer;margin:2px;}
</style><div id=Myawrd style="display:none;">
<!--=================================================
//НОМЕР НАГРАДЫ    // ЗА ЧТО    // CCЫЛКА НА КАРТИНКУ
//=================================================-->
<p>1,Герой,http://s2.uploads.ru/dVQJA.png</p>
<p>2,Злодей,http://s2.uploads.ru/wcVQS.png</p>
<p>3,Нейтрал,http://uploads.ru/t/A/U/0/AU05T.png</p>
<p>4,С прибытием в нашу дружную семью!,http://uploads.ru/i/jESI6.png</p>
<p>5,За взятие канона,http://s2.uploads.ru/oylDf.png</p>
<p>6,За взятие неканона,http://s2.uploads.ru/MNmVd.png</p>
<p>7,За взятие особо нужного персонажа,http://vk.com/images/gifts/96/30.png</p>
 <p>8,Администратор,http://s2.uploads.ru/EFBKW.png</p>
<p>9,Модератор,http://s3.uploads.ru/q0zZJ.png</p>
<p>10,Пиар-менеджер,http://uploads.ru/i/RGaHJ.png</p>
<p>11,Хэлп-мастер,http://uploads.ru/i/H/6/n/H6n8p.png</p>
<p>12,PS-мастер,http://s3.uploads.ru/oA9S6.png</p>
<p>13,За активное привлечение игроков,http://uploads.ru/i/SP1DV.png</p>
<p>14,За активное написание постов,http://uploads.ru/i/9/L/d/9Ld5P.png</p>
<p>15,За интересные и яркие квесты,http://uploads.ru/i/mxJPd.png</p>
 <p>16,За интересную игру,http://s3.uploads.ru/JH8DY.png</p>
<p>17,За прекрасный отзыв в ТОПе,http://s2.uploads.ru/t/LlGUT.png</p>
 <p>18,Активному флудеру,http://s3.uploads.ru/Lw0AK.png</p>
<p>19,За участие в игре Мафия,http://uploads.ru/i/u/m/c/umckZ.png</p>
<p>20,За прекрасный отыгрыш пикантных сцен,http://s3.uploads.ru/NqdHX.png</p>
<p>21,Лучший игрок,http://uploads.ru/i/DPVe8.png</p>
 <p>22,Лучший пост,http://s3.uploads.ru/XLRk0.png</p>
<p>23,Лучший мужской канон,http://s5.uploads.ru/ISGiT.png</p>
<p>24,Лучший женский канон,http://uploads.ru/t/Y/z/y/YzyOX.png</p>
<p>25,Лучший герой,http://uploads.ru/t/f/G/p/fGpJH.png</p>
 <p>26,Лучший злодей,http://uploads.ru/t/h/r/t/hrtZx.png</p>
<p>27,Лучшая пара ролевой,http://uploads.ru/t/R/u/W/RuWbh.png</p>
<p>28,Поздравляем с юбилеем проекта!,http://s5.uploads.ru/otTbB.png</p>
<p>29,С днем Защитника Отечества!,http://vk.com/images/gifts/96/62.png</p>
<p>30,Прекрасным дамам в день 8 марта!,http://uploads.ru/i/7/C/l/7CldL.png</p>
<p>31,Валентинка,http://s2.uploads.ru/zGmuK.png</p>
<p>32,Валентинка,http://s3.uploads.ru/nUAHa.png</p>
<p>33,Валентинка,http://s3.uploads.ru/5WRN2.png</p>
<p>34,Валентинка,http://s2.uploads.ru/W569M.png</p>
</div>
<script type="text/javascript">
var NumPole=2;	//Номер доп поля c наградками;
var listMedal=[]; 
$("#Myawrd p").each(function(j){
listMedal[j]=[];listMedal[j]=$(this).html().split(',')});
var NamFld = '.pa-fld'+NumPole; 
var awSTrt = '<img width="42" class=awards src="';
$("div.post-author "+ NamFld).each(function () {
if($(this).html()!=null){ 
    var L = $(this).html().replace(/^.+:(?:[\s]|<br>)/ig,'') 
    var L0=$(this).html().replace(/^(.+:)[\s\S]*$/igm,'$1')+'<br>';$(this).html(L0) 
    var Thisaw = L.split(',');
for (j=0; j< Thisaw.length; j++){
     Dp='';var x=Thisaw[j];x=x.replace(/(\d+)#.+$/img,'$1');Dp=(Thisaw[j].replace(x,'')).replace(/^#/i,'');
      for (i=0; i< listMedal.length; i++){ //alert(Thisaw[j]+","+listMedal[i][0]) 
       if(x==listMedal[i][0]){L='<span title="'+listMedal[i][1]+' '+Dp+'" class="tooltip4">'+awSTrt+listMedal[i][2]+'"/></span>'; 
//alert(L)
    $(this).append(L);break;} 
      } 
 };} 
});
$("span.tooltip4").tipsy({gravity: 's title-awards'});
</script><!--End//Медальки в профиль(топик)-->

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

0

6

форма ответа
Код:
<br><b>Не забываем каждый день голосовать!</b><br><br><a href="http://top.roleplay.ru/19104" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_">
<img src="http://img.rpgtop.su/88x31x11x2.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a> 
<a href="http://forum-top.ru/vote/1557" title="Рейтинг форумов Forum-top.ru" target="blank"><img src="http://forum-top.ru/uploads/buttons/forum-top_88x31_1.gif" alt="Рейтинг форумов Forum-top.ru" /></a>
<a target="_blank" href="http://bonup.ru/viewtopic.php?id=1995"><img src="http://s3.uploads.ru/M6luX.png" ></a>


<br>
<input type="button" onclick="dice()" value="Кинуть кубики" />
<script type="text/javascript">
function dice()
{
	var FoundErrors = '';
	var diceRes=""
	var CountCube = prompt("Количество кубиков", "20");
	var SideCube = prompt("Сколько граней у кубика?", "8");
	if(CountCube>60){
	alert("Нельзя бросать столько кубиков"); 
	return false;}
	if(SideCube>60){
	alert("Не бывает таких кубиков"); 
	return false;}
	if (!CountCube)
	{return false;}
	if (!SideCube)
	{return false;}
	for(i=0; i<CountCube;i++){
	var dice = (Math.round(Math.random()*SideCube))
	if(dice==0) dice=1;
	diceRes += dice*1936+"-"
	}
	smile('[dice='+diceRes+CountCube+SideCube+']')
}
</script>
<script>
function addDice(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[dice=",from))==-1) return str;
if((pos2=str.indexOf("]"),pos+6)==-1) return str;
newpos=str.indexOf("]",pos+6)
if(newpos<pos2 && newpos!=-1) str=addDice(str,pos+6,true)
if((pos2=str.indexOf("]",pos+6))==-1) return str;
str=str.substring(0,pos)+makeDice(str.substring(pos+6,pos2))+str.substring(pos2+1,str.length)
if( str.indexOf("[dice=")!=-1 && internal==false) str=addDice(str,0,false)
return str}

function makeDice(dice){
diceMass = dice.split("-")
diceC = dice.substring(dice.length-2, dice.length-1)
diceS = dice.substring(dice.length-1, dice.length)
var diceR=0, diceRu="";
for(i=0;i<diceMass.length-1;i++){diceR+=diceMass[i]/1936;}
for(i=0;i<diceMass.length-1;i++){if(diceMass[i]==diceMass[diceMass.length-2]){diceRu+=diceMass[i]/1936;}else{diceRu+=parseInt(diceMass[i]/1936)+"+";}}
txt="<div class=\"quote-box\"><blockquote><p><b>Исходный бросок</b>: "+diceC+"d"+diceS+"<br /><br /><b>Результаты броска</b>: ("+diceRu+")="+diceR+"</p></blockquote></div>"
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=addDice(post.innerHTML,0,false)}}
</script>


<div>
<input type="Button" value="Дополнительные смайлы" onclick="return showhide(this)">
<p style="display:none">

<img src="http://uploads.ru/i/B/w/u/BwuXG.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/B/w/u/BwuXG.png[/img]')" />
<img src="http://uploads.ru/i/a/r/i/ariGJ.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/a/r/i/ariGJ.png[/img]')" />
<img src="http://uploads.ru/i/D/1/S/D1S3R.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/D/1/S/D1S3R.png[/img]')" />
<img src="http://uploads.ru/i/N/K/J/NKJQe.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/N/K/J/NKJQe.png[/img]')" />
<img src="http://uploads.ru/i/U/h/r/Uhr9b.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/U/h/r/Uhr9b.png[/img]')" />
<img src="http://uploads.ru/i/E/W/e/EWeOR.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/E/W/e/EWeOR.png[/img]')" />
<img src="http://uploads.ru/i/H/R/O/HROde.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/H/R/O/HROde.png[/img]')" />
<img src="http://uploads.ru/i/f/U/n/fUne8.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/f/U/n/fUne8.png[/img]')" />
<img src="http://uploads.ru/i/h/K/8/hK8Cs.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/h/K/8/hK8Cs.png[/img]')" />
<img src="http://uploads.ru/i/F/X/8/FX89i.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/F/X/8/FX89i.png[/img]')" />
<img src="http://uploads.ru/i/v/O/c/vOckU.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/v/O/c/vOckU.png[/img]')" />
<img src="http://uploads.ru/i/X/x/d/XxdJ7.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/X/x/d/XxdJ7.png[/img]')" />
<img src="http://uploads.ru/i/T/q/U/TqUOy.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/T/q/U/TqUOy.png[/img]')" />
<img src="http://uploads.ru/i/x/5/z/x5zIE.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/x/5/z/x5zIE.png[/img]')" />
<img src="http://uploads.ru/i/n/0/r/n0rek.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/n/0/r/n0rek.png[/img]')" />
<img src="http://uploads.ru/i/2/U/A/2UA1f.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/2/U/A/2UA1f.png[/img]')" />
<img src="http://uploads.ru/i/D/l/K/DlK48.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/D/l/K/DlK48.png[/img]')" />
<img src="http://uploads.ru/i/Z/l/a/ZlaCR.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/Z/l/a/ZlaCR.png[/img]')" />
<img src="http://uploads.ru/i/d/K/p/dKpNn.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/d/K/p/dKpNn.png[/img]')" />
<img src="http://uploads.ru/i/C/3/H/C3H5X.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/C/3/H/C3H5X.png[/img]')" />
<img src="http://uploads.ru/i/V/o/c/VockE.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/V/o/c/VockE.png[/img]')" />
<img src="http://uploads.ru/i/2/v/p/2vpam.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/2/v/p/2vpam.png[/img]')" />
<img src="http://uploads.ru/i/J/I/n/JIn4F.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/J/I/n/JIn4F.png[/img]')" />
<img src="http://uploads.ru/i/4/F/W/4FWAm.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/4/F/W/4FWAm.png[/img]')" />
<img src="http://uploads.ru/i/D/c/J/DcJZw.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/D/c/J/DcJZw.png[/img]')" />
<img src="http://uploads.ru/i/i/1/B/i1BRW.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/i/1/B/i1BRW.png[/img]')" />
<img src="http://uploads.ru/i/L/1/E/L1EvF.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/L/1/E/L1EvF.png[/img]')" />
<img src="http://uploads.ru/i/x/l/r/xlrY6.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/x/l/r/xlrY6.png[/img]')" />
<img src="http://uploads.ru/i/2/l/w/2lwVB.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/2/l/w/2lwVB.png[/img]')" />
<img src="http://uploads.ru/i/o/E/w/oEwDR.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/o/E/w/oEwDR.png[/img]')" />
<img src="http://uploads.ru/i/K/t/h/KthsO.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/K/t/h/KthsO.png[/img]')" />
<img src="http://uploads.ru/i/2/J/Q/2JQxf.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/2/J/Q/2JQxf.png[/img]')" />
<img src="http://uploads.ru/i/C/v/M/CvMDc.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/C/v/M/CvMDc.png[/img]')" />
<img src="http://uploads.ru/i/1/g/L/1gLXv.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/1/g/L/1gLXv.png[/img]')" />
<img src="http://uploads.ru/i/u/B/y/uByti.png" style="cursor: pointer" onclick="smi style=le('[img]http://uploads.ru/i/u/B/y/uByti.png[/img]')" />
<img src="http://uploads.ru/i/E/p/I/EpIes.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/E/p/I/EpIes.png[/img]')" />
<img src="http://uploads.ru/i/c/7/p/c7pR1.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/c/7/p/c7pR1.png[/img]')" />
<img src="http://uploads.ru/i/M/H/N/MHN8T.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/M/H/N/MHN8T.png[/img]')" />
<img src="http://uploads.ru/i/F/E/2/FE2iu.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/F/E/2/FE2iu.png[/img]')" />
<img src="http://uploads.ru/i/J/m/V/JmVXM.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/J/m/V/JmVXM.png[/img]')" />
<img src="http://uploads.ru/i/D/h/4/Dh4yg.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/D/h/4/Dh4yg.png[/img]')" />
<img src="http://uploads.ru/i/5/p/W/5pWJU.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/5/p/W/5pWJU.png[/img]')" />
<img src="http://uploads.ru/i/Z/u/A/ZuAGQ.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/Z/u/A/ZuAGQ.png[/img]')" />
<img src="http://uploads.ru/i/l/i/2/li25H.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/l/i/2/li25H.png[/img]')" />
<img src="http://uploads.ru/i/t/2/U/t2UfY.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/t/2/U/t2UfY.png[/img]')" />
<img src="http://uploads.ru/i/z/F/v/zFv8L.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/z/F/v/zFv8L.png[/img]')" />
<img src="http://uploads.ru/i/J/t/1/Jt1er.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/J/t/1/Jt1er.png[/img]')" />
<img src="http://uploads.ru/i/B/b/S/BbSka.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/B/b/S/BbSka.png[/img]')" />
<img src="http://uploads.ru/i/T/b/v/Tbvtj.png" style="cursor: pointer" onclick="smile('[img]http://uploads.ru/i/T/b/v/Tbvtj.png[/img]')" />
</div>
<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="Дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="Дополнительные смайлы"
p.style.display="none"}
return false}
</script>

0

7

объявлние
Код:
<!-- Сама таблица -->
<center><table style="width: 100%;" cellpadding="0" cellspacing="0">
 <tbody>
  <tr>
   <td align="left">
    <div id="menu">
<!-- Кнопачки -->
<span alt="#sm1" style="cursor: pointer; margin-left: 80px;">welcome</span>
<span alt="#sm2" style="cursor: pointer;">новости</span>
<span alt="#sm3" style="cursor: pointer;">навигация</span>
<span alt="#sm4" style="cursor: pointer;">администрация</span>
<span alt="#sm5" style="cursor: pointer;">партнеры</span>
<span alt="#sm6" style="cursor: pointer;">доска почёта</span>
<!-- Конец кнопок -->
    </div>
   </td>
  </tr>
  <tr>
   <td id="MenuTxT" align="center" valign="top">
    <div id="submenu" align="center"> 
     <div id="sm1" class="submenutext" style="display:block;">
<!-- Контент первой вкладки -->

<table style="width: 100%; height: 240px;" cellpadding="5" cellspacing="0">
<tr style="height: 80%;">
<td style="width: 60%;">

<h3>welcome!</h3>
<b>Рейтинг игры NC-17. </b><u><b>Канон игры - комикс-верс</b></u>, подробнее можно прочесть в теме F.A.Q по проекту Marvel: The Age of A, в частности за основу взяты события, происходившие во Вселенных 295, 744 и 811; мы принимаем марвеловских комиксных героев. <b>Персонажи  других издательств комиксов (DC, например), или боги (любые, в том числе и из Marvel), к сожалению, не могут быть вписаны в наш сюжет и их мы не принимаем.</b>
</td>
<td style="width: 40%;">

<h3>акции</h3>

<center><div class="nav">
<a href="http://newmarvelwar.ru/viewtopic.php?id=1412">Action vol. 0 "Search"</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=1413">Action vol. 1 "Clan Akkaba"</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=1414">Action vol. 2 "X-Men"</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=1415">Action vol. 3 "X-Terminated"</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=1416">Action vol. 4 "Human High Council"</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=1417">Action vol. 5 "Elite Mutant Force"</a>
</div></center>

</td>
</tr>
<tr style="height: 20%;">
<td>

<h3>важно!</h3>

<center><b><a href="http://newmarvelwar.ru/viewtopic.php?id=1409" target=_blank>Перекличка в связи с новым сюжетом.</a></b></center>
</td>
<td style="text-align: center;">
Удачного выбора!

</td>
</tr>
</table>

<!-- Конец контента -->
</div>

     <div id="sm2" class="submenutext">
<!-- Контент второй вкладки -->

<table style="width: 100%; height: 240px;" cellpadding="5" cellspacing="0">
<tr>
<td style="width: 45%;" rowspan="2">

<h3>текущие отыгрыши</h3>

<div style="padding-right: 5px; height: 200px; overflow-y: scroll;">
<a href="http://newmarvelwar.ru/viewtopic.php?id=1141" target=_blank>[10.10] Lacrymosa - мои слезы. [too mu-u-ch to write]</a>
<br><a href="http://newmarvelwar.ru/viewtopic.php?id=1288" target=_blank>[10.10.] Прием не по записи. [Dr. Strange, Ghost Rider, Iron Man]</a>
<br><a href="http://newmarvelwar.ru/viewtopic.php?id=1293" target=_blank>[10.10] On the Road [Qucksilver, Rogue]</a>
<br><a href="http://newmarvelwar.ru/viewtopic.php?id=1309" target=_blank>[12.10] Каллиграфия убийства. [Typhoid Mary, Daredevil]</a>
<br><a href="http://newmarvelwar.ru/viewtopic.php?id=1364" target=_blank>[4.11]Скажи мне, кто твой друг, и я скажу, кто ты[Logan, Marie, Remy]</a>
<br><a href="http://newmarvelwar.ru/viewtopic.php?id=1356#p125680" target=_blank>[10.11] Пора домой, Пеппер Поттс [Pepper Potts, Thor Odinson]</a>
<br><a href="http://newmarvelwar.ru/viewtopic.php?id=1389" target=_blank>[19.11]One day maybe we'll meet again (c) [Human Torch; Hawkeye II]</a>
</div>
</td>
<td style="width: 65%; height: 160px;">

<h3>новости New!</h3>
<b>дата:</b>  начало января 2014 года.
<br>Скоро тут будет что-то написано.
<br>
<br>
<h3>дополнительно</h3>
<b><u>Срочно нужны в игру:</u></b>
<b>ГРЕЙДОН КРИД, Уильям Страйкер, Боливар Траск</b>, Китти Прайд, <b>Красный Череп</b>.
<b>Взявшим эти роли - любовь администрации и участие в квестах!</b>
</td>
</tr>
</table>

<!-- Конец контента -->
</div>

     <div id="sm3" class="submenutext">
<!-- Контент третьей вкладки -->

<table style="width: 100%; height: 240px;" cellpadding="5" cellspacing="0">
<tr>
<td style="width: 33%;">

<h3>гостям</h3>

<center><div class="nav">
<a href="http://newmarvelwar.ru/viewtopic.php?id=1097">вопросы к АМС</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=4">правила</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=6">сюжет</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=3">faq</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=5">роли</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=61">бронь ролей</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=7">шаблон анкеты</a>
</div></center>

</td>
<td style="width: 33%;">

<h3>участникам</h3>

<center><div class="nav">
<a href="http://newmarvelwar.ru/viewtopic.php?id=13">занятые внешности</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=842">поиск партнера по игре</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=15">отсутствие/уход</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=17">вызов ГМа</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=10">заполнение профиля</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=11">заказ аватара</a>
</div></center>

</td>
<td style="width: 33%;">

<h3>вне игры</h3>

<center><div class="nav">
<a href="http://newmarvelwar.ru/viewforum.php?id=25">флуд</a>
<a href="http://newmarvelwar.ru/viewforum.php?id=23">игры</a>
<a href="http://newmarvelwar.ru/viewforum.php?id=26">конкурсы</a>
<a href="http://newmarvelwar.ru/viewforum.php?id=31">творчество</a>
<a href="http://newmarvelwar.ru/viewforum.php?id=30">реальность</a>
</div></center>

</td>
</tr>
</table>

<!-- Конец контента -->
</div>

     <div id="sm4" class="submenutext">
<!-- Контент четвертой вкладки -->

<table style="width: 100%; height: 240px;" cellpadding="5" cellspacing="0">
<tr>
<td style="width: 50%;">

<h3>admin</h3>

<div class="ams_fr" style="padding-right: 5px; height: 200px; overflow-y: scroll;">

<img src="http://s8.uploads.ru/tWBKP.png"/>

<a href="http://newmarvelwar.ru/profile.php?id=174">Victor Creed</a>

<br/><br/>

Строг, суров, но справедлив. Если нужно скорейшее решение какого-то спорного вопроса или проблемы - это к нему.

<br/><br/><br/>

<img src="http://s8.uploads.ru/82tvD.png"/>

<a href="http://newmarvelwar.ru/profile.php?id=86">Raven Darkholme</a>

<br/><br/>

Очень занятая, но добрая и отзывчивая. По пустякам лучше не беспокоить. Именно к ней стоит обращаться по поводу акций, оформления профиля и (если повезет) - графики.

<br/><br/><br/>

<img src="http://s8.uploads.ru/X8ULQ.png"/>

<a href="http://newmarvelwar.ru/profile.php?id=124">Maria Hill</a>

<br/><br/>

К ней можно обращаться со всеми вопросами, но не факт, что получишь быстрый ответ по причине довольно-таки редкого появления на форуме.

<br/><br/><br/>
</div>

</td>
<td style="width: 50%;">

<h3>moder</h3>

<div class="ams_fr" style="padding-right: 5px; height: 200px; overflow-y: scroll;">

<img src="link5"/>

<a href="link5">nikname 5</a>

<br/><br/>

text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text

<br/><br/><br/>

<img src="link6"/>

<a href="link6">nikname 6</a>

<br/><br/>

text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text

<br/><br/><br/>

<img src="link7"/>

<a href="link7">nikname 7</a>

<br/><br/>

text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text

<br/><br/><br/>

<img src="link8"/>

<a href="link8">nikname 8</a>

<br/><br/>

text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text

</div>

</td>
</tr>
</table>

<!-- Конец контента -->
</div>

     <div id="sm5" class="submenutext">
<!-- Контент пятой вкладки -->

<table style="width: 100%; height: 240px;" cellpadding="5" cellspacing="0">
<tr style="height: 180px;">
<td style="width: 50%; text-align: center;">

<h3>партнеры форума</h3>

<div style="padding-right: 5px; height: 140px; overflow-y: auto;">
<a href="http://masla.rolka.su/" title="Марвел. Слэш." target=_blank><img src="http://savepic.net/2992411m.jpg"></a>
<a href="http://newround.rusff.ru/" title="X-men: New round" target=_blank><img src="http://s3.uploads.ru/Icrx2.gif"></a>
<a href="http://lokis.rolka.su/" target=_blank><img src="http://s2.uploads.ru/t/Y7Vth.gif" title="Loki`s army"></a>
<a href="http://francophonie.rusff.ru/" target=_blank><img src="http://s1.uploads.ru/EGNzP.jpg" title="La Francophonie: un peu de Paradis, магия французских мюзиклов" border="0" width="88px;" height="31px;"></a>
<a href="http://alarmme.ru/" title="Alarm with LA me" target=_blank> <img src="http://uploads.ru/i/c/j/Z/cjZiL.gif"></a>
<a href="http://ederne.rusff.ru/" target=_blank><img src="http://uploads.ru/i/1/Q/D/1QDFJ.gif"></a>
<a href="http://hungergames.rusff.ru/" target=_blank><img src="http://uploads.ru/i/W/Q/G/WQG7f.gif"></a>
<a href="http://hopeless.rolevaya.ru/" target=_blank><img src="http://uploads.ru/i/0/k/P/0kPaS.gif" title="Ролевая игра - Рейс в никуда"></a> 
<a href="http://tank.mybb.ru" title="Ролевой Каталог 'ТАНКЪ'" target=_blank><img src="http://i912.photobucket.com/albums/ac325/2510-img/Tank/tank_banner.gif" border="0"></a>
<a href="http://adelaide.rusff.ru/" title="Santos - секреты причиняют боль" target=_blank><img src="http://s3.uploads.ru/IL8bo.gif"></a>
<a href="http://vadarknight.rolka.su/" target=_blank><img src="http://s3.uploads.ru/B4gXY.gif" title="Vampire Academy: The Dark Night"></a>
<a href="http://hustler.6bb.ru/" target=_blank><img src="http://forumavatars.ru/img/avatars/0011/15/3f/1341-1355988117.jpg" border="0" alt="Hustler - the best strip-club" width="88px;" height="31px;"></a>
<a href="http://lastworld.rusff.ru/" title="Время, когда даже Боги сомневаются" target=_blank> <img src="http://s1.uploads.ru/t/fbw6z.gif" border="0"></a>
<a href="http://sauce.rusff.ru/" title="MARVELous Sauce" target=_blank><img src="http://s5.uploads.ru/mcqLw.gif"></a>
<a href="http://shield.rusff.ru/" target=_blank><img src="http://forumstatic.ru/files/0013/35/d9/55606.gif" border="0" title="Marvel: S.H.I.E.L.D." width="88px;" height="31px;"></a>
<a href="http://marveleternity.rusff.ru/" target=_blank><img src="http://s5.uploads.ru/t/ptyTZ.gif" title="Marvel. Age of Ultron"></a>
<a href="http://comics-game.ru/" target=_blank><img src="http://s6.hostingkartinok.com/uploads/images/2013/12/72a1a69cdf6eb5a5086148c19173f79f.gif" height="31px;" width="88px;" border="0" title="Comics Universe!"></a>
</div>
</td>
<td style="width: 50%;">

<h3>реклама</h3>

<center><div class="nav">
<a href="http://newmarvelwar.ru/viewtopic.php?id=280">ваша реклама #6</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=46">наша реклама</a>
<a href="http://newmarvelwar.ru/viewtopic.php?id=48">заявка на партнерство</a>
</div></center>

</td>
</tr>
<tr style="height: 60px;">
<td colspan="2">

Вы с легкостью можете стать нашим партнером. Для этого достаточно оставить заявку на партнерство в соответствующей теме.

</td>
</tr>
</table>

<!-- Конец контента -->
</div>
     <div id="sm6" class="submenutext">
<!-- Контент шестой вкладки -->

<table style="width: 100%; height: 240px;" cellpadding="5" cellspacing="0">
<tr style="height: 200px;">
<td style="width: 33%; text-align: center;">

<h3>лучшие игроки</h3>

<div class="play_g">
<img src="link1"/>
<img src="link2"/>
<img src="link3"/>
<img src="link4"/>
<img src="link5"/>
<img src="link6"/>
</div>

</td>
<td style="width: 33%; text-align: center; vertical-align: bottom;">

<h3>5 вечеров с</h3>

<img style="width: 100px; height: 100px;" src="link"/>

</td>
<td style="width: 33%; text-align: center;">

<h3>активисты</h3>

<div class="play_g">
<img src="link1"/>
<img src="link2"/>
<img src="link3"/>
<img src="link4"/>
<img src="link5"/>
<img src="link6"/>
</div>

</td>
</tr>
<tr style="height: 40px;">
<td colspan="3">

<h3><a href="link">Лучший пост</a></h3>

</td>
</tr>
</table>

<!-- Конец контента -->
</div>
   </td>
</tr>
 </tbody>
</table></center>
<!-- Конец таблицы -->

0

8

верх

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

<!--Кнопки вверх вниз-->
<div style="position:fixed; right:0.5%; bottom: 55px;">
<a href="#top"><img src="http://s2.uploads.ru/oTfLQ.png" alt="Вверх страницы" border="0"></a>
<br/><br/>
<a href="#bottom"><img src="http://s3.uploads.ru/qo5yV.png" alt="Вниз страницы" border="0"></a>
</div>
<!--Кнопки вверх вниз-->
<div style="position:fixed;right:0.5%; bottom: 55px;">
<a href=#top onClick="scrollTo(0,0); return false;" title="Вверх страницы"><img src="http://s2.uploads.ru/oTfLQ.png" alt="Вверх страницы" border="0"></a>
<br/><br/>
<a href=#top onClick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы"><img src="http://s3.uploads.ru/qo5yV.png" alt="Вниз страницы" border="0"></a>
</div>

<style>
.clear {
clear: both;
}

#page-wrap {
width: 760px;
background: transparent;
margin: 20px auto;
padding: 20px;
}

.button {
float: left;
margin: 10px;
}

#home {
display: block;
padding: 30px;
}
#home-button {
opacity: 1.0;
border-bottom: 1px solid black;
}

#about {
display: none;
padding: 30px;
}
#about-button {
opacity: 0.5;
border-bottom: 1px solid black;
}

#contact {
display: none;
padding: 30px;
}
#contact-button {
opacity: 0.5;
border-bottom: 1px solid black;
}
</style>

низ

<script type="text/javascript">
$("#navindex a span").replaceWith("Forum");
$("#navuserlist a span").replaceWith("Users");
$("#navrules a span").replaceWith("Rules");
$("#navsearch a span").replaceWith("Search");
$("#navprofile a span").replaceWith("Profile");
$("#navpm a span").replaceWith("SMS");
$("#navadmin a span").replaceWith("AMS");
$("#navlogout a span").replaceWith("Log Out");
$("#navregister a span").replaceWith("Sign Up");
$("#navlogin a span").replaceWith("Log In");
</script>

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

цсс

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

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

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

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

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

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

/* D4.2 */

#pun-ulinks .container {

  border-top: none;
margin-bottom: -10px;
margin-top: -15px;
padding: 0.7em 1em;
text-align: center;

  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

цсс 2

/* CS1 Background and text colours
-------------------------------------------------------------*/
/* CS1.1 */
body  {background: url('http://s2.uploads.ru/chTdg.png') 50% 100% no-repeat, url('http://s2.uploads.ru/4gj9W.png') 50% 0% no-repeat ,url('http://i.imgur.com/6Hjbkz7.png') 50% 0% repeat-y fixed #5d5552 ;
}

.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: #16080c;
  }
/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #16080c;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-image: url(); height: 55px; weight: auto; background-position: top center; background-repeat: no-repeat;
color: #16080c;
font-weight: normal;
font-family: Times New Roman;
font-size: 25px;
text-align: center;
}

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

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

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

/* CS3 Links
-------------------------------------------------------------*/
/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
color: #431b27
  }
.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
color: #431b27
  }
/* 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: #2a1017;
  }
/* CS3.3 */
#pun-navlinks a {
  color: #2a1017;
  text-decoration: none!important;
  }
/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #2a1017 ;
  text-decoration: none!important;
  }
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #431b27;
color:  transparent
  }

/* CS4 Post status icons
-------------------------------------------------------------*/
/*Старые сообщения*/
Div.icon {
background-image : url('http://s2.uploads.ru/ihFUa.png');
background-repeat: no-repeat;
}
/*Новые сообщения*/
TR.inew Div.icon {
background-image : url('http://s2.uploads.ru/dkITl.png');
background-repeat: no-repeat;
}
/*Важные темы*/
TR.isticky Div.icon {
background-image : url('http://s2.uploads.ru/2Krzv.png');
background-repeat: no-repeat;
}
/*Закрытые темы*/
TR.iclosed Div.icon {
background-image : url('http://s2.uploads.ru/BU8vT.png');
background-repeat: no-repeat;
}

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

#html-footer .container {height: 100px;}

0


Вы здесь » Bleach. Искажённая реальность » =^^= » =^^=