95
//
Кабинеты
Устав школы
Гонка факультетов
Новости
Сдача работ

Тестовый - Lucif

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

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


Вы здесь » Тестовый - Lucif » Учебный корпус » Коды дизайна


Коды дизайна

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

1

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

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

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

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

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

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

/* 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%  georgia, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

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


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

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

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

/* A3.6 */
.punbb pre {
  font: 1.1em/140% verdana, arial, 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
  }

/* 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: 100px;
  margin-left: 90px;
  position: center top;
  width: 902px;
  margin: auto;
  }

/* A5.2 */
.punbb {
    float: none;
    height: auto;
    width: 800px;
    margin: 0 auto;
  }

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

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

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

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

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

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

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

/* A5.10 */
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
  border-style: solid solid none solid;
  border-width: 1px 1px 0px 1px;
  }
#pun-main h2 {
border-style: solid;
border-width: 1px;
background-repeat: no-repeat;
height: 45px;
color: #393834;
text-transform: uppercase;
background-position: center top;
text-align: center;
width: 866px;
margin-left: -34px;
font-size: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  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: 1.5em 1em;
  }

/* C2.12 */
.punbb .main th {
  padding: 4px 1em 5px 1em;
  border-bottom: 2px solid transparent;
  border-left: 1px solid transparent;
  }

/* 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: 73px;
padding: 10px;
}

/* C2.15 */
.punbb div.icon {
  float: left;
  display: block;
  width: 74px;
  height: 70px;
  padding-top: 1px;
  margin-top: 8px;
padding-left: 7px;
background-repeat: no-repeat;
}

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

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

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

/* C3.3 */
.punbb .post h3 span {
  border-left: 1px solid transparent;
  padding: 0.5em 1em;
  display: block;
  margin-left: 240px;
  }
.punbb .post h3 span a{
color: #000;}

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

/* C3.5 */
.punbb .post .post-author {
    float: left;
    overflow: hidden;
    margin: -16px 0px !important;
    width: 243px;
    background: url("https://hogwarts-moody.3dn.ru/forumhog/6cdqqOn.jpg") center top no-repeat, url("https://hogwarts-moody.3dn.ru/forumhog/jgDUror.jpg") center bottom no-repeat, url("https://i.imgur.com/TG8o6jn.jpg") center center;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1.3em 1em 1.3em;
  }

/* C3.7 */
.pa-author {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 0px !important;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px;
  }

.pa-avatar.item2{
text-align: center;
    margin-top: 15px;
    margin-left: 6px;}

.pa-avatar.item2 img {
    margin-left: -7px !important;
}

/* C3.8 */
.pa-author a {
  text-decoration: none;
  color: #d4d8f5 !important;
font-size: 13px;
text-transform: uppercase;
text-overflow: ellipsis;
display: block;
overflow: hidden;
line-height: 17px;
white-space: nowrap;  
}


/* C3.9 */
li.pa-title {
    padding-bottom: 0.4em;
    font-weight: normal;
    margin-top: 5px;
    text-align: center;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
  }


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

/* C3.11 */
.punbb .post-body {
  margin-left: 240px;
  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 22px;
  height: 2em;
  line-height: 2em;
  margin-left: -210px;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

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

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

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


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

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

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

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

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


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

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

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


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

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

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

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

/* 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 {
    width: 200px;
    background: none;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-top: 0;
}

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

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

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

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


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

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

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

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


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

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

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

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

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

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

#pun-title table {
    border: none;
    height: 0px;
    margin-left: -558px;
    width: 1920px;
    height: 720px;
    background-image: url(https://hogwarts-moody.3dn.ru/forumhog/jEwE9ot.jpg);
}

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

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

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

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

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

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

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

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

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

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

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

#pun-navlinks .container {
  border: none;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
    height: 27px;
    font-weight: normal;
    text-align: center;
    width: 1000px;
    margin-left: -74px;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0;
margin-left: -17px;
}

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.2em;
  font-family: Century Gothic;
  padding: 3px 14px 8px 14px;
margin-left: -3px;
  }

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

/* D4.1 */
#pun-ulinks  {
  margin-bottom: 15px;
  border: 2px solid transparent;
  }
#pun-ulinks a{
    color: #0a0502;
    font-size: 10px;
    text-transform: uppercase;}
/* D4.2 */
#pun-ulinks .container {
height: 27px;
border: medium none;
text-align: center;
font-weight: bold;
width: 994px;
margin-left: -30px;
  }

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

/* D4.4 */
#pun-ulinks li a {
  padding: 14px 19px 13px 19px;
  font-size: 0.8em;
  }

/* 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;
margin-top: 50px;
  }

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

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

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

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

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

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

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

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

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

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

#pun-stats ul.container {
background-repeat : no-repeat;
}

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

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

li.pa-author a {
    color: #907d45 !important;
}







#navlogin {
    padding-right: 135px;
    margin-left: 17px;
}

#news-1, #news-2 {
position:absolute;
color: #cbcfec;
}
#news-1 {
margin-top: 360px;
margin-left: -260px;
width: 176px;
}
#news-2 {
margin-top: 360px;
margin-left: 886px;
width: 176px;
z-index: 99999999999999999;
height: 280px;
overflow: auto;
text-align: center;
}

#news-1 a, #news-2 a {
color: #d1d5f2;
}

#news-1 a:hover, #news-2 a:hover {
color: #01305e;
}

#common-table td {
    vertical-align: top;
}

#common-1 { 
width: 210px;
padding-top:10px;
}
#common-2 { 
width: 353px;
}
#common-3 {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

#common-table {
    position: absolute;
    margin-top: 398px;
width:800px;
}

#common-controls {
    text-align: center;
    padding-bottom: 10px;
}

#common-1 ul li {
    background: #078bbc;
    color: #d1d5f2;
    text-align: center;
    margin-top: 1px;
    padding: 3px;
    font-size: 11px;
    width: 95%;
}

#common-1 ul li:hover {
    background: #044484;
    color: #d1d5f2;
    text-align: center;
    margin-top: 1px;
    padding: 3px;
    font-size: 11px;
    width: 95%;
}

.banner1 {
    height: 100px;
    overflow: auto;
    text-align: center;
}

.banner2 {
    overflow: auto;
    height: 130px;
}

span.hd {
font-size: 13px;
font-weight: bold;
}

#navrid {
    margin-left: -40px !important;
}

#navrid img:hover {
cursor: pointer;
}

#spMyimg {
    margin-left: -4px !important;
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #pun-title table {
margin-left: -558px; }
#pun-main h2, #pun-stats h2 {
margin-left: -33px; }
#pun-about p.container {
margin-left: -291px; }
}
    /************* Автоустановка Подфорумов | Add styles *************/
    .punbb-admin:not(.admin-visible)::before {
      content: "Вы вошли в панель администрирования без надстроек. Автоматическая установка подфорумов отключена.";
      color: #c22d2d; display: block; text-align: center; border: solid 1px #d48f8f; padding: 5px; margin-bottom: 5px; background: #f8e5e5;
    }
.subforums span{
display:inline-block !important;
margin-right:6px;
}
#pun-messages.punbb .pa-title{
  display:none;
}

0

2

Код:
#pun-main .post-author ul {text-align: center;}
#pun-main h2 span, #pun-stats h2 span {
    font-size: 0;
}

li.pa-time-visit, li.pa-reg {
    text-align: center;
}

#table-info2 {
position: absolute; 
    margin-top: 480px;
    margin-left: 534px;
    width: 207px;
}

div#table-best {
    margin-top: 5px;
text-align: center;
    margin-left: 2px;
}

div#table-facultets {
    margin-bottom: 30px;
}

div#table-best img {
    margin-right: 3px;
}

div#table-facultets td {
    text-align: center;
    font-size: 13px;
}

#table-info2 h4 {
font-size: 14px;
    font-weight: bold;
    text-align: center;
}

div#table-info h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#table-info {
position: absolute; 
    margin-top: 480px;
    margin-left: 300px;
    width: 207px;
}

#table-navigation {
    position: absolute;
    margin-top: 480px;
    margin-left: 60px;
    width: 212px;
    height: 205px;

}

#table-navigation ul {
}

#table-navigation ul li {
background: #9e8037;
    text-align: center;
    font-style: italic;
    margin-bottom: 2px;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#table-navigation ul li:hover {
background: #3d3705;
color: #cbc0a0;
}

#table-links {
position: absolute; 
    margin-top: 433px;
    margin-left: 55px;

}

#table-links img {
    margin-right: 9px;
}

.pa-respect, .pa-posts {
text-align: center; 
}

.pa-fld4, .pa-fld3 {
text-align:center;
padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.pa-fld4 img {
    margin-top: -4px;
    margin-right: 3px;
}

.pa-fld3 img {
    margin-right: 3px;
}

.go-up, .go-down {
position: fixed; }
.go-up {
right: 20px;
bottom: 200px;
}
.go-down {
right: 20px;
bottom: 160px;
}

/* CS0 Меню - навигация
-------------------------------------------------------------*/


div#pun-navlinks {
    font-size: 16px;
position: absolute;
width: 1100px;
margin-left: -17px;
top: 18px;
margin-top: 353px;
}


 div#pun-ulinks {
    position: absolute;
    width: 1000px;
    margin-left: -58px;
    margin-top: 30px;
       }
#pun-ulinks a{
color: #fde7b3;
    text-transform: uppercase;}

#pun { background-image : url("http://i.imgur.com/h7huc7S.png");
background-color : transparent;
background-position : center;}

/* CS1 Цвет фона, фона форума и остальное.
-------------------------------------------------------------*/

body { 
 overflow-x: hidden;
background-color: #000;
background: url("http://i.imgur.com/NgVI9h6.jpg");
}

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

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
border-color:transparent;
  color: #000;
font-size: 12px;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border-color:transparent;
  color: #000;
font-size: 12px;
  font-weight: normal;
font-style: normal;

  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
border-color:transparent;
  color: #000;
font-size: 12px;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
border-color:transparent;
  color: #000;
font-size: 12px;
  }

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

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
margin: 0.4em 1.8em 1.4em;
    padding: 10px;
    background: #decfae none repeat scroll 0% 0%;
    border-width: 4px 2px;
    border-style: solid;
    border-color: #1a1404 #1c1704 #231e01;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    box-shadow: 0px 0px 12px 0px #3d3705 inset;
    border-radius: 0px;
    max-width: 800px;
}

#pun-main .spoiler-box, #pun-main .spoiler-box,  {

background-color: #ac9583;
  color: #000;
font-size: 11px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* CS1.8 */
#pun-navlinks .container {
  border-color:transparent;
  color: #262524;
font-size: 12px;
  }

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

.punbb textarea, .punbb select, .punbb input {
  background-color: #F8F8F8;
  color: #262524;
font-size: 12px;
}

/* CS2 Цвета границ
-------------------------------------------------------------*/

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


#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-color:transparent;
  }

li.pa-online {
border-color:transparent;
text-align: center;
  }

.punbb .post-sig dt {
border-color:transparent;
  }


/* CS3 Цвета ссылок и всё что с ними связанно
-------------------------------------------------------------*/

/* 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: #261e1c;

  }

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

/* 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: #352c2a;
   text-decoration: none;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #fcfbfa;
font-size: 18px !important;
text-transform: uppercase;
font-family: Century Gothic;
  }

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

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

/* CS4 Фон всем категориям и разделение между сообщениями. + Сдвиг рекламы.
 -------------------------------------------------------------*/

#pun  .tc2  {text-align: center;}

.punbb .post div.container {
  background: url("") no-repeat scroll center bottom transparent;
}

#pun-stats h2{
border-style: solid;
border-width: 1px;
background-repeat: no-repeat;
height: 45px;
color: #393834;
text-transform: uppercase;
background-position: center top;
text-align: center;
width: 866px;
margin-left: -34px;
font-size: 17px;}


.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
  text-align: center;
background-position: top center;
  }

#pun-title table tbody tr .title-logo-tdr {
  margin-left: -1230px !important;
  margin-top: 380px;
  position: absolute;
  z-index: 1;
}

/*  CS5 Категории форума и кнопки 
------------------------------------------------------------*/



/* CS6 Логотип снизу
 -------------------------------------------------------------*/

 #pun-about p.container {background-color: #;
    background-image: url('http://i.imgur.com/PsQXK7H.jpg');
    margin-left: -291px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 1360px;
    height: 150px;
    overflow-x: hidden;}

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

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

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

 #pun-announcement.section h2 span {display:  none; }
    a.menu:link, a.menu:visited, a.menu:active{text-decoration: none; }

/* CS7 Остальные коды для оформления форума
 -------------------------------------------------------------*/
div.icon {
        background: url(http://hogwarts-moody.3dn.ru/forumhog/C19LgJW.png) no-repeat;
}

tr.inew div.icon {
        background: url(http://hogwarts-moody.3dn.ru/forumhog/x3jhIHA.png) no-repeat;
}

tr.isticky div.icon {
        background: url(http://hogwarts-moody.3dn.ru/forumhog/wbe4pRu.png) no-repeat;
}

tr.iclosed div.icon {
        background: url(http://hogwarts-moody.3dn.ru/forumhog/y1Nf51W.png) no-repeat;
}

0

3

низ

Код:
<style>.Myimge {position:absolute;margin-top:0px;cursor:pointer;}</style>

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

<script><!--Свои картинки в панель навигации со сменой картинки по наведению курсора" -->
       navlinks=new Array(

      "navindex",    // Форум
    "http://i.imgur.com/i57scFV.png","http://i.imgur.com/i57scFV.png",
      "navuserlist", // Участники
    "http://i.imgur.com/QCjOlil.png","http://i.imgur.com/QCjOlil.png",
      "navsearch",    // Поиск
    "http://i.imgur.com/pvHzw6e.png","http://i.imgur.com/pvHzw6e.png",
      "navprofile",    // Профиль
    "http://i.imgur.com/YaCbs3c.png","http://i.imgur.com/YaCbs3c.png",
      "navpm",    // Сообщения
    "http://i.imgur.com/tuL9h9r.png","http://i.imgur.com/tuL9h9r.png",
      "navadmin",    // Администрирование
    "http://i.imgur.com/Gr9TZot.png","http://i.imgur.com/Gr9TZot.png",
      "navregister", // Регистрация
    "http://i.imgur.com/nu07ch5.png","http://i.imgur.com/nu07ch5.png",
      "navlogin",    // Войти
    "http://i.imgur.com/6c7Lt3O.png","http://i.imgur.com/6c7Lt3O.png",
      "navlogout",    // Выход
    "http://i.imgur.com/eZRG3sz.png","http://i.imgur.com/eZRG3sz.png"  // !ПОСЛЕДНИЙ элемент без запятой
    )
    var s0,s1,s2,s3,i; for (i=0; i < navlinks.length; i++){s0=navlinks[i+1];s1="onmouseover=\"this.src='"+navlinks[i+2]+"'\""; s2="onmouseout=\"this.src='"+s0+"'\"";s3='<img class="navlinks" src="'+s0+'" '+s1+' '+s2+' border="0" />';$("#"+navlinks[i]+" a").html("<span>"+s3+"</span>");i++;i++; }
    </script>

<script type="text/javascript"><!--Своя картинка в каждую категорию -->
    $(document).ready(function(){

    myarray=new Array(
    "Зона RPG", "http://hogwarts-moody.3dn.ru/forumhog/7FiNsrD.jpg",
    "Хогвартс", "http://hogwarts-moody.3dn.ru/forumhog/LFzzY7N.jpg",
    "Факультеты", "http://hogwarts-moody.3dn.ru/forumhog/19lK62W.jpg",
    "Окрестности Хогвартса", "http://hogwarts-moody.3dn.ru/forumhog/L0wGSTO.jpg",
"Магический Лондон", "http://hogwarts-moody.3dn.ru/forumhog/JaL9dkz.jpg",
"Жилые районы", "http://hogwarts-moody.3dn.ru/forumhog/aaIG9dD.jpg",
"Вне игры", "http://hogwarts-moody.3dn.ru/forumhog/vneigri.jpg",
    "Статистика форума", "http://hogwarts-moody.3dn.ru/forumhog/uOgs8CO.jpg"    //Последний элемент без запятой! 
    )

            $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
    for(q=0;q<myarray.length;q++){

    var cssObj = {
       "height":"50px",
       "background-color": "transparent",
       "background-image":"url("+myarray[q+1]+")",
       "background-position":"50% 50%",
       "background-repeat":"no-repeat"       //Последний элемент без запятой!
    }

            if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
            q++}
        });
    });
    </script>

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

    <!-- HTML низ -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
        <script>
        var a1 = 1	// 0 - спойлер-аккордеон, 1 - вертикальный спойлер; 3 - обычный спойлер
        var a2 = 1	// 0 - Скрытие первой вкладки; 1 - Показ первой вкладки;
        var a3 = 0     // Резкость Открытия: 0 - Плавно; 1 - Резко;

        var LiArr=new Array(
        //При наличии двух косых => // в начале пункта, - пункт не скрывается.

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

        // 1 кнопка - ссылка на Картинку
        //В квадратных скобках, прямо к ссылке можно добавить своё описание (по желанию)
        "http://i.imgur.com/KnBKffR.jpg[Описание 1]",

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

        // 2 кнопка- ссылка на Картинку
        "http://i.imgur.com/loJBh38.jpg",

        "pa-fld1",       //Доп.Поле.1
        "pa-fld2",       //Доп.Поле.2
        "pa-fld3",       //Доп.Поле.3
        "pa-fld4",       //Доп.Поле.4
        "pa-fld5",       //Доп.Поле.5

        //Конец Списка,
        "_End"); SetProvilSpoil(a1,a2,a3);
        </script>
        <!--Конец//=Cпойлер cкрытия Инфы под N-кнопок в Профиле Топик-->

<script>
$('.pa-fld3').prepend('<img src="http://i.imgur.com/5EmpdOB.png">');
$('.pa-fld4').prepend('<img src="http://i.imgur.com/Qxcw3rm.png">');
</script>


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

    <script type="text/javascript"><!--  авто-возраст в профиль -->
    //Format вставки: [age=03.07.2012/1=90];
    function conjugation(n){
      //Cпряжение слов от 0 до 9;
      var words = "лет,год,года,года,года,лет,лет,лет,лет,лет";
      var word11_19 = "лет";  //Выходное слово для числительных: от 11 до 19;
      words=words.split(",");
      var Out = words[n%10];
      if(parseInt((n%100)/10)==1)Out = word11_19;
      return Out;
    }

    function ageUserFild(str, p1,offset, s){
      var arrDate = p1.split(/=|\.|\//);
      var a = new Date().getTime();
      var delit = +arrDate[4]
      var d = new Date(arrDate[2],+arrDate[1]-1,arrDate[0]).getTime();
      var outAge=parseInt((a-d)/(60*60*24*1000*delit))
      return '<span class=age-alt>'+outAge+'</span><span class=word-age> '+conjugation(outAge)+'</span>';
    }

    $('.post .post-author li[class^="pa-fld"]:contains("[age=")').each(function () {
        $(this).html($(this).html().replace(/\[age=(\d{2}.\d{2}\.\d{4}\/1=\d+)\]/,ageUserFild));
    });
    $('#profile-right > li strong:contains("[age=")').each(function () {
        $(this).html($(this).html().replace(/\[age=(\d{2}.\d{2}\.\d{4}\/1=\d+)\]/,ageUserFild));
    });
    </script>
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/20314.js"></script>
    <!-- Скрытие форума от некоторых пользователей / © Alex_63 -->
    <script type="text/javascript">
    function HideForum(fid,userArr){
      if($.inArray(UserID,userArr)!=-1){var Lsel=$('tr#forum_f'+fid).parents('.category');
        if(Lsel.find('tr[id^="forum"]:visible').length<=1){Lsel.remove()}else{
        $('.category tr#forum_f'+fid).remove();}
        var hSt='<h1><span>Информация</span></h1>';
        var hCn='<div class=info><div class=container>';
        hCn   +='Вы не имеете прав для доступа к этой странице.';
        hCn   +='</div></div>';var txt=$('#pun-title h1').text();
        var crCnt=' »&nbsp;<a href="/">'+txt+'</a> »&nbsp;Информация';
        var lnk = $('head>link[rel="alternate"]').attr('href');
        var lnk2= $('head>link[rel="up"]').attr('href');
        if(lnk&&$('#pun-viewforum').length&&(+(lnk.split('id=')[1]))==fid){
        document.title=txt;$('#pun-main').html(hSt+hCn);$('.crumbs').html(crCnt);}
        $('#pun-searchtopics').find('.tc2 a[href$="m.php?id='+fid+'"]')
        .parents('tr').remove();
        $('#pun-searchposts').find('.post h3>span>a[href$="m.php?id='+fid+'"]')
        .parents('.post').remove();
        if(lnk2&&$('#pun-viewtopic').length&&(+(lnk2.split('id=')[1]))==fid){
        document.title=txt;$('#pun-main').html(hSt+hCn);$('.crumbs').html(crCnt);}
      }
    }

    HideForum(7,[40,9,70,20]);
    HideForum(13,[21,11,34,32,16,35,40,54,66,70,20,111,112,100,124,154] );
    HideForum(14,[21,11,32,16,35,40,44,54,66,70,112,100,124,154]);
    HideForum(15,[21,34,11,16,35,44,54,66,20,54,111,112,100,124,154]);
    HideForum(16,[32,11,34,16,35,40,54,66,70,20,111,112,100,124,154]);
    </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>

0

4

верх

Код:
<script>
    $(document).ready(function(){
    var subforums = {};
     
    if ($("#pun-index").length) {
     
    $('.category tr').each(function () {
        var is_sub = $(this).hasClass('isub');
        if (is_sub) {
            var parent = $(this).data('parent'),
              id = $(this).attr('id').match(/forum_f(\d+)/),
              forum_id = id[1],
              last = $(this).find('.tcr > a').attr('href');
              link = $(this).find('.tcl h3').html();
            if (typeof subforums[parent] == 'undefined') subforums[parent] = [];
            subforums[parent].push({forum_id: forum_id, link: link, last: last});
        }
    });
    for (var forum_id in subforums) {
        var el = '<div class="subforums"><p class="d_title"><strong>Подфорумы: </strong></p><div class="Inner">';
        for (var subforum of subforums[forum_id]) {
            el += '<span class="sf' + subforum['id'] + '">' + subforum['link'];
            if (!subforum['last']) el += '<img class="Icon_LastPost O" src="https://forumstatic.ru/files/0016/4f/7e/12924.jpg" title="Подфорум пуст">';
            else el += '<a class="Icon_LastPost N" href="' + subforum['last'] + '" title="К последнему сообщению"><img src="https://forumstatic.ru/files/0016/4f/7e/75803.jpg"></a>';
            el += '</span>';
        }
        el += '</div></div>';
        $('#forum_f' + forum_id + ' .tclcon').append(el);
        $('.parent-' + forum_id).remove();
    }
    }
     
    else {
        return false;
    }
     
    });
     </script>
    <link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0016/4f/7e/73859.css"/>  

<div id="table-info2">

<h4>Факультеты</h4>
<div id="table-facultets">
<table width="100%">
<tr>
<td width="25%">
<img src="http://i.imgur.com/xBs9aN3.png"><br>
0
</td>
<td width="25%">
<img src="http://i.imgur.com/jOryBnr.png"><br>
0
</td>
<td width="25%">
<img src="http://i.imgur.com/RNwZw7s.png"><br>
0
</td>
<td width="25%">
<img src="http://i.imgur.com/w7CyFLt.png"><br>
0
</td>
</tr>
</table>
</div>
<h4>Лучшие ученики</h4>
<div id="table-best">
<a href="http://hogwartsmoody.mybb.ru/profile.php?id=44"><img src="http://hogwarts-moody.3dn.ru/faces/Theo.png" title="Теодор Форстер"></a>
<a href="http://hogwartsmoody.mybb.ru/profile.php?id=20"><img src="http://hogwarts-moody.3dn.ru/faces/Demian2.png" title="Демиан Люцифер"></a>
<a href="http://hogwartsmoody.mybb.ru/profile.php?id=31"><img src="http://hogwarts-moody.3dn.ru/faces/Amanda.png" title="Аманда ван Лоо"></a>
<a href="http://hogwartsmoody.mybb.ru/profile.php?id=24"><img src="http://hogwarts-moody.3dn.ru/faces/Gven.png" title="Гвендолин Бишоп"></a>
</div>
</div>

<div id="table-info">
<h4>Добро пожаловать!</h4>
<div id="table-time"><b>Время в игре:</b> Лето 2009 год</div>
<div id="table-wather"><b>Погода:</b> На улице тепло и солнечно, местами идет дождь.</div><br>
<h4>Новости</h4>
<b>05.05</b> Готова хронология. Идет подготовка к открытию школы<br>
<b>15.10</b> Модернизация школы. Перестройка к лучшему<br>
<b>30.06</b> Каникулы</b><br>
</div>

<div id="table-links">
<a href="http://hogwarts-moody.3dn.ru/"><img src="http://i.imgur.com/SiCyjVO.png"></a>
<a href="http://hogwartsmoody.mybb.ru/register"><img src="http://i.imgur.com/wnI8mUv.png"></a>
<a href="http://hogwarts-moody.3dn.ru/index/0-2"><img src="http://i.imgur.com/AMGVwZW.png"></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=1"><img src="http://i.imgur.com/cI4ZWzl.png"></a>
<a href="http://hogwarts-moody.3dn.ru/index/kabinety/0-13"><img src="http://i.imgur.com/HTDRVO6.png"></a>
<a href="http://hogwarts-moody.3dn.ru/index/zhurnaly/0-14"><img src="http://i.imgur.com/H02u8j1.png"></a>
</div>

<div id="table-navigation">
<ul>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=585"><li>сюжет</li></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=10"><li>шаблон анкеты</li></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=408"><li>востребованные персонажи</li></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=11"><li>чистокровные семьи</li></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=14"><li>магические способности</li></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=139"><li>выбор палочки</li></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=138"><li>заклинания и чары</li></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=13"><li>баллы RPG</li></a>
<a href="http://hogwartsmoody.mybb.ru/viewtopic.php?id=12"><li>магические деньги</li></a>
</ul>
</div>

<style>
.pa-awards, #navawards {
display: none !important; }
</style>
<style>
    .topic .container .post-body .post-box .lastedit {visibility: hidden;}
    </style>

<div class="go-up" id='ToTop' onclick="window.scrollTo(0, 0);"><img src="http://i.imgur.com/CQhGkWA.png" border="0" /></div>
<div class="go-down" id='OnBottom' onclick="window.scrollTo(0,document.body.scrollHeight);"><img src="http://i.imgur.com/f7HXwD8.png" border="0" /></div>


0

5

я сохранила все коды здесь
переместила основу под дизайн
продолжаю работу

0

6

div.tclcon {
  background-color: #f1f4f1;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
    text-transform: none;
    font-size: 12px;
    text-align: center;
    color: #000;
    border: 3px double #dcdbdb;
box-shadow: 0 0 9px rgb(0 0 0 / 90%), 0 0 0 black,  inset 0px 0px 15px rgba(256,256,256,0.2);

}

0

7

480 пк - опт ширина

0

8

Хранитель написал(а):

Ок. Подфорумы поехали.....они превратились как в форумы.

Сделаю, я в процессе
Буду несколько дней верстать, в конце покажу все

+1

9

background: url(https://i.ibb.co/xHzzYkM/69.jpg) no-repeat fixed top center;

0

10

border: 3px double #000;
color: #000;
  box-shadow:
    0 0 8px rgba(0,0,0,0.52);

0

11

ALEX написал(а):

div.tclcon {
  background-color: #f1f4f1;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
    text-transform: none;
    font-size: 12px;
    text-align: center;
    color: #000;
    border: 3px double #dcdbdb;
box-shadow: 0 0 9px rgb(0 0 0 / 90%), 0 0 0 black,  inset 0px 0px 15px rgba(256,256,256,0.2);

}

0

12

.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select, .punbb input {
background-color: #e0d2b4;
background-color: #e0d2b4;
background-color: #e2c9be;
background-color: #f1dfd1;
background-image: linear-gradient(180deg, #f1dfd1 0%, #f6f0ea 74%);

    margin-left: 5px;
    padding: 5px;
    text-transform: none;
    font-size: 12px;
    border: 3px double #000;
color: #000;F
  box-shadow:
    0 0 8px rgba(202,228,225,0.92);
}

0

13

.punbb select, .punbb input

0

14

border: 1px solid #000;;

0

15

.post .post-author.online >ul:after {
  content:url(https://i.ibb.co/8YfGmtT/24.png);}
.post:not([data-group-id="3"]) .post-author:not(.online) >ul:after {
  content:url(https://i.ibb.co/8YfGmtT/24.png);
-webkit-filter: grayscale(100%);
}

0

16

#pun-index .tcr a  {
opacity: 1;
color: #000;}

0

17

#pun-ulinks .container

0

18

color: #000;

0

19

/*форумы*/
.punbb .main .tcl {
    background: url(https://i.ibb.co/qCR3Rgd/90.jpg) 0 bottom no-repeat, url(https://i.ibb.co/Vgv3Pk6/96.png) 0 top no-repeat, url(https://i.ibb.co/Qd6RD8w/97.png) 0 top repeat-y;
    text-align: center;
    text-transform: none;
    font-size: 100%;
    color: #041f22;
    width: 420px;
    margin-left: 5px;
    padding: 35px;
  -webkit-filter: contrast(90%);
-webkit-filter: grayscale(10%);}

0

20

font-family: Esenin;
font-size: 18px;
padding: 3px;

0

21

.go-up, .go-down {cursor: pointer;
    display: none;
    height: 32px;
    margin-bottom: 10px;
    opacity: 1;
    position: fixed;
    width: 57px;
    z-index: 9999;}

0

22

-webkit-filter: contrast(90%);
-webkit-filter: grayscale(10%);

0

23

background: url(https://i.ibb.co/4S5bMCr/111.png) 0 bottom no-repeat, url(https://i.ibb.co/CQfQ4Xm/121.png) 0 top no-repeat, url(https://i.ibb.co/zQHqB0n/110.png) 0 top repeat-y;

0

24

text-shadow: 0 0 3px #7e2606;

0

25

<!-- Быстрое редактирование постов © Alex_63 // V.3 --><script>
var ForumEdit=[1,2, 3,161,148,136,138,137,139,42,43,13,59,125];   //ID Форумов c редактированием
if(ForumEdit.indexOf(+FORUM.topic.forum_id)!=-1)$.getScript("https://forumstatic.ru/files/0015/c4/3f/97896.js");;
</script>

0

26

Код:
<script>
    $(document).ready(function(){
    var subforums = {};
     
    if ($("#pun-index").length) {
     
    $('.category tr').each(function () {
        var is_sub = $(this).hasClass('isub');
        if (is_sub) {
            var parent = $(this).data('parent'),
              id = $(this).attr('id').match(/forum_f(\d+)/),
              forum_id = id[1],
              last = $(this).find('.tcr > a').attr('href');
              link = $(this).find('.tcl h3').html();
            if (typeof subforums[parent] == 'undefined') subforums[parent] = [];
            subforums[parent].push({forum_id: forum_id, link: link, last: last});
        }
    });
    for (var forum_id in subforums) {
        var el = '<div class="subforums"><p class="d_title"><strong>Подфорумы: </strong></p><div class="Inner">';
        for (var subforum of subforums[forum_id]) {
            el += '<span class="sf' + subforum['id'] + '">' + subforum['link'];
            if (!subforum['last']) el += '<img class="Icon_LastPost O" src="https://forumstatic.ru/files/0016/4f/7e/12924.jpg" title="Подфорум пуст">';
            else el += '<a class="Icon_LastPost N" href="' + subforum['last'] + '" title="К последнему сообщению"><img src="https://forumstatic.ru/files/0016/4f/7e/75803.jpg"></a>';
            el += '</span>';
        }
        el += '</div></div>';
        $('#forum_f' + forum_id + ' .tclcon').append(el);
        $('.parent-' + forum_id).remove();
    }
    }
     
    else {
        return false;
    }
     
    });
     
    </script>
    <link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0016/4f/7e/73859.css"/>




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


<div class='for' style="position:absolute;margin-left: 320px;margin-top: 50px;">
<center>Дизайн создан специально для проекта "Хогвартс имени Аластора Грюма" 2021<br>
</div>
<!--------------------------------------- СТРЕЛКИ ВВЕРХ/ВНИЗ НАЧАЛО --------------------------------------->
<a style="position: fixed; top: 50%; right: 15%; cursor: pointer; background-color: transparent !important;" id="Go_Bottom"><img src="https://i.ibb.co/dpNT5SC/116.png" alt="Вверх"></a>

<a style="position: fixed; top: 41%; right: 15%; cursor: pointer; background-color: transparent !important; " id="Go_Top"><img src="https://i.ibb.co/9HMnKqL/116.png" alt="Вниз"></a>

<script type="text/javascript">
jQuery(function(){
$("#Go_Top").hide().removeAttr("href");
if ($(window).scrollTop()>="0") $("#Go_Top").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="0") $("#Go_Top").fadeOut("slow")
  else $("#Go_Top").fadeIn("slow")
});

$("#Go_Bottom").hide().removeAttr("href");
if ($(window).scrollTop()<=$(document).height()-"999") $("#Go_Bottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#Go_Bottom").fadeOut("slow")
  else $("#Go_Bottom").fadeIn("slow")
});
$("#Go_Top").click(function(){
  $("html, body").animate({scrollTop:0},"slow")
})
$("#Go_Bottom").click(function(){
  $("html, body").animate({scrollTop:$(document).height()},"slow")
})
});

</script>

<!---Аватар у приветствия--->
<style>.status_userava>img{width:40px;height:auto;vertical-align:middle;    border-radius: 1px;    border: 1px solid #000;margin:-.6em 0}</style>
<script>$('#pun-status>p').prepend('<span class="status_userava"><img src="'+(window.UserAvatar?UserAvatar:'/i/default_avatar.jpg')+'"/></span>')</script>
<!---конец---->
<!-- Кликабельность ника в постах Гостя -->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>

<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:0px solid;padding:20px 30px;margin:0 9px 9 1px;">Написано символов: <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>

<!--Выделение кода в блоке "Код" с перемещение в буфер обмена // © Damassk, версия 2019г. --> 
<script type="text/javascript" src="https://forumstatic.ru/files/0016/4a/bf/98029.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script>
<!-- конец -->

<!-- Регулировка размера шрифта в постах © Alex_63 -->
    <style>
    .FNTslider {
      border-radius: 4px;
      position:relative;z-index:1000;
      background: #E0E0E0;
      width: 110px;
      height: 5px;
      margin: 3px 5px;
      border: solid 1px #ccc;
      float: right;
      margin-right: 7%;
    }
    .FNTslider .before {
      height: 5px;
      border: solid 1px transparent;
      border-right: none 0;
      border-radius: 4px 0 0 4px;
      position: absolute;
      background: #A0BCDA;
      margin-top: -1px;
    }
    .FNTslider .thumb {
      width: 8px;
      height: 13px;
      border-radius: 3px;
      position: relative;
      top: -4px;
      background: #3980D8;
      cursor: pointer;
    }
    </style>

    <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>




<script type="text/javascript">
var slides = document.querySelectorAll('#slides .slide');
var currentSlide = 0;
var slideInterval = setInterval(nextSlide,2000);
function nextSlide(){
	slides[currentSlide].className = 'slide';
	currentSlide = (currentSlide+1)%slides.length;
	slides[currentSlide].className = 'slide showing';}
</script>

<div class="Hoverbuttons" style="position: absolute;
    margin-top: 80px;
    margin-left: 35px;
    background-color: none;
    padding: 5px;
    border: 0px solid none;">

<table>
	<tbody>
    <tr>
    	<td style="text-align: center;"><span style="color:#f2f2f2; font-family: Play;" ><font face="Silder"></font></span></td>

    </tr>
<tr>
<td style="text-align: center;">  <div id="banners" style=' width: 910px; height: 63px; overflow: auto;'><a href="http://crossfeeling.rusff.me/" target="_blank"><img src="https://i.imgur.com/3dMNeiQ.png" title="crossfeeling" border="1" width="88" height="31"></a><a href="http://trajectory.rusff.me/" target="_blank"><img src="https://pp.vk.me/c836332/v836332734/14aa2/kyulgNNyibc.jpg" title="Центр обучения наделённых Даром подростков. 18+" border="0" width="88" height="31"></a><a href="http://aenhanse.rolka.su" target="_blank"> <img src="https://forumstatic.ru/files/0019/c7/e0/61668.png" title="Aen Hanse. Мир ведьмака" border='0' width='88' height='31'></a> <a href="http://southxnorth.rusff.me/" target="_blank"> <img src="https://forumupload.ru/uploads/001a/a5/3a/5/201836.png" title="north &/vs south" border="0"></a><a href="http://fantalesofmarvel.rolbb.ru" target="_blank"> <img src="https://forumstatic.ru/files/001a/84/ef/82697.gif" title="marvel fantales" border="0" alt="marvel fantales"></a><a href="http://hpfreakshow.rusff.me/" target=_blank><img src="http://sd.uploads.ru/76dn1.gif" title="HP: Freakshow. ГП 3 поколение. Драмеди, социалка, активная игра"></a><a href="http://triumvirate.f-rpg.ru/" target="_blank"><img src="http://s2.uploads.ru/mGRdA.gif" border="0" title="Triumvirate: Devil Within"></a><a target="_blank" href="http://cruciatuscurse.rusff.me/" title=" Daily Prophet: Fear of the Dark"><img src="https://i.imgur.com/rxRTFIZ.png" border="0"></a>
 <a href=http://marvelbreak.rusff.me title="Marvelbreak" target=_blank><img src=https://forumstatic.ru/files/0018/aa/28/67210.gif></a><a href="http://298.rusff.me/" target=_blank> <img src="https://i.imgur.com/4eWQO82.png" border="0" alt="Game of Thrones. Win or Die" width="88" height="31"/></a><a href="http://wrathofthevillains.rusff.me"><img src="https://funkyimg.com/i/2TkFk.jpg" border="0" title="This is Gotham" width="88" height="31"></a><a href="http://betwixtcrossover.f-rpg.ru/" target="_blank"><img src="https://forumstatic.ru/files/001a/7b/c9/29090.png" title="things betwixt"></a><a href="http://imagiart.ru/" target="_blank"> <img src="https://i.imgur.com/h3ba1GC.gif" title="photoshop: Renaissance" border="0" alt="photoshop: Renaissance"></a><a href="http://soullove.ru/" target=_blank> <img src="https://forumstatic.ru/files/000e/5d/50/37711.gif" border="0" alt="The Vampire Diaries | Soul Love"></a><a href="http://narutoexile.ru" target="_blank"><img border="0" src="http://s8.uploads.ru/JziWE.png" title="NARUTO: Exile" width="88" height="31"></a><a href="http://swedge.rusff.me/" title="Star Wars: The Edge of War" target="blank"><img src="https://i.imgur.com/67zvXKo.gif"/></a><a href="http://crossreturns.rusff.me" target="_blank"><img src="https://i.imgur.com/qpW14md.jpg" title="wonderlandcross" border="0" width="88" height="31"></a><a href="http://songsofnirn.rusff.me/" title="The Elder Scrolls: Songs of Nirn" target="_blank"><img src="https://i.imgur.com/KCHjKFw.png" border="0" width="88" height="31"></a><a href="http://dcuniverse.rolebb.com" target=_blank><img src="https://i.imgur.com/kq9aCZM.gif" border="0" title="DC: dark century" width=88 height=31></a><a href="http://enteros.rusff.me/" title="ФРПГ Энтерос" target="blank"><img src="https://forumstatic.ru/files/0015/e5/72/98755.gif"></a><a href="http://yellowcross.f-rpg.ru/" target="_blank"><img src="https://forumstatic.ru/files/001a/0d/3f/41870.png" title="yellowcross" border="0"width="88" height="31"></a><a href="http://toeden.rusff.me" title="Магический реализм, США, 2022 год"  target="_blank"><img src="https://i.imgur.com/MdwJ21K.png" alt="Return to eden"></a><a href="http://ainhoa.anihub.ru" target="_blank" ><img src="https://forumstatic.ru/files/0018/28/7e/32893.png" border="0" title="Фэнтези, рисованные внешности, эпизоды ~" alt="Фэнтези, рисованные внешности, эпизоды ~"/></a><a href=http://fadetoblack.rusff.me//><img src="http://i.imgur.com/AWKm9xd.gif" border="0" alt="Fade to Black. Urban. Social. Mystic"width=88  height=31 border></a><a href="http://spacewind.su/rpg" title="Космический ветер" target="_blank"><img src="http://spacewind.su/images/banners/sw_88x31_an_1.gif" border="0" height="31" width="88"></a><a target="_blank" href="http://neversleeps.rusff.me/" title="русреал, пассивная мистика"><img src="https://i.imgur.com/cwLPF2I.png"></a></div></td></tr>
	</tbody>
</table>
</div>

0

27

<!-- Быстрое редактирование постов © Alex_63 // V.3 -->
    <script src="https://forumstatic.ru/files/0015/c4/3f/97896.js" type="text/javascript"></script>

0

28

tr.iredirect div.icon {border-color: transparent}
#pun-index table Div.icon {
background-image: url(https://i.ibb.co/PrdTvSL/123.png);
display: inline-block;
    height: 60px;
    margin-top: 20px;
    margin-left: 25px;
    width: 60px;
    position: absolute;
opacity: 0.4;
}
#pun-index TR.inew Div.icon {
background-image: url(https://i.ibb.co/PrdTvSL/123.png);
display: inline-block;
    height: 60px;
    margin-top: 20px;
    margin-left: 25px;
    width: 60px;
    position: absolute;
}
#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
background-image: url(https://i.ibb.co/sFFrjMk/106.png);
    height: 20px;
    width: 20px;
background-repeat: no-repeat;
    margin-left: 10px;
    padding: 7px;
}
#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon, #pun-viewforum TR.inewisticky Div.icon, #pun-messages TR.inewisticky Div.icon, #pun-searchtopics TR.inewisticky Div.icon {
background-image: url(https://i.ibb.co/2F73nbP/105.png);
    height: 20px;
    width: 20px;
background-repeat: no-repeat;
    margin-left: 10px;
    padding: 7px;
}

0

29

@font-face {
font-family: "Esenin";
src: url("https://forumstatic.ru/files/001b/29/0c/98693.ttf") format("truetype");
font-style: normal;
font-weight: normal;

0

30

https://i.imgur.com/i57scFV.png%22,%22http://i.imgur.com/i57scFV.png

0


Вы здесь » Тестовый - Lucif » Учебный корпус » Коды дизайна