artera

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

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


Вы здесь » artera » Тестовый форум » Дизайн черно-красный


Дизайн черно-красный

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

1

css1

Код:
/*************************************************************
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;
  background: linear-gradient(90deg, #0a0a0a 7%, #5a0707, #0a0a0a 93%);
}

/* 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%;
  background: url(https://forumstatic.ru/files/001b/14/4e/99627.png)  fixed;
  font-display: block;
  }

/* 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;
  color: #2b0601;
}
.punbb a:hover {
  text-decoration: none;
  color: #770e00;
}
/* 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;
  padding: 25px;
  position: relative;
  width: 900px;
  background: url(https://forumstatic.ru/files/001b/14/4e/13740.jpg) center top no-repeat, url(https://forumstatic.ru/files/001b/14/4e/69245.jpg) center bottom no-repeat, url(https://forumstatic.ru/files/001b/14/4e/29536.jpg) repeat-y;
  }

/* A5.2 */
.punbb {
  float: left;
  width: calc(100% - 30px);
  height: auto;
  padding: 0 15px;
  }

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

/* A5.9 */
.punbb .container {
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  }
#pun-main h1 {
    font: 600 14px Montserrat Alternates;
    text-align: center;
    background: #2a1010;
    padding: 3px;
    margin: 10px 0px;
    color: #9e968b;
    text-shadow: 1px 1px 1px #4a0101;
}

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

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

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

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  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: 10px 4px;
    padding: 10px 10px 0px 10px;
    background: #eae5dd;
    border: 1px solid #c5c0b9;
    box-shadow: inset 0 0 55px 0 #6b63579c;
    outline: 1px dashed #c5c0b9;
    outline-offset: 3px;
  }

/* 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;
  }
.punbb .post-content .quote-box.spoiler-box {
    padding: 5px;
}
/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  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;
    margin-top: -10px;
}

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

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

/* C1.6 */
.punbb fieldset legend span {
    position: relative;
    display: inline-block !important;
    width: 300px !important;
    border: none !important;
    text-align: center;
    color: #464138;
    background: #bebab3;
    margin: 0px !important;
    font: 100 10px Tahoma;
    padding: 2px !important;
    border-left: 1px solid #877f72 !important;
}
/* 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: 100%;
  margin: 0;
  }
textarea#main-reply.processed {
  width: 800px !important;
  margin-top: 10px;
  }
div#post-form.formal h2 {
    text-align: center;
    margin-bottom: -30px !important;
    font: 100 14px Arial;
    color: #bfbab4;
    font: 600 12px Montserrat Alternates;
    background: #5a554c;
    padding: 2px;
    margin-left: 35px;
    width: calc(100% - 75px);
}
small#plng {
    position: relative;
    display: inline-block !important;
    width: 200px !important;
    border: none !important;
    margin: 13px 0px 0px -9px !important;
    text-align: center;
    color: #464138;
    background: #bebab3;
    font:100 10px Tahoma;
    padding: 2px !important;  
}
small#togglePreview input.button {
    position: absolute;
    float: left !important;
    display: inline-block !important;
    width: 290px !important;
    border: none !important;
    text-align: center;
    color: #464138;
    background: #bebab3;
    margin: -3px 0px 0px -292px !important;
    font: 100 10px Tahoma;
    padding: 2px 2px 2px 2px !important;
    border-left: 1px solid #877f72 !important; 
}
img#Knopa2-2 {
    position: relative;
    float: right !important;
    display: inline-block !important;
    height: 12px;
    border: none !important;
    text-align: center;
    margin: -12px 0px 0px -74px !important;
    font: 100 10px Tahoma;
    padding: 2px !important;
    border-left: 1px solid #877f72 !important;
}

fieldset#post-preview legend span {
    margin-top: 12px !important;
    display: block !important;
    width: 776px !important;
    text-align: center !Important;
}

fieldset#post-preview .post-box {
    margin: auto;
    position: relative;
}
/* 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 */
.punbb .category td.tcl p {
    margin-left: 5px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.punbb .category td.tcl p a {
    display: inline-block;
    width: calc(50% - 8px);
    text-align: center;
    padding: 3px;
    margin-top: 10px;
    background: #231210;
    color: #b7b2ab;
    font: 600 10px Montserrat Alternates;
    transition: 1s;
}
.punbb .category td.tcl p a:hover {
    background: #610f0f;
    color: #d4d4d4;
    transition: 1s;
    letter-spacing: 1px;
}
.punbb .main .tcr {
    width: calc(100% - 28px) !important;
    margin-top: 3px;
}
.punbb .user-avatar .avatar-image {
    border-radius: 0% !important;
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #2b0808;
}

.punbb .category table tr.isub {
    display: none !important;
}

/* 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 {
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  display: none !important;
  }

/* 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 {
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: absolute;
  margin-left: -2.2em;
  }

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

/* C3.1 */
.punbb .post .container {
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: -10px;
  }

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

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }
.punbb .post .post-author {
    background: #131313;
    width: 230px;
    text-align: center;
    border: 2px solid #000000;
    color: #8e8e8e;
    font: 100 10px Century Gothic;
    letter-spacing: 1px; 
}
.punbb .post .post-author a {
    color: #b3b3b3;
}
.punbb .post .post-author ul, .punbb .post .post-author p {
    background: url(https://forumstatic.ru/files/001b/14/4e/99627.png);
}
.punbb .post .post-author li.pa-avatar img {
    border: 3px solid #00000082;
    outline: 1px dashed #ffffff14;
    outline-offset: -5px;
}

li.pa-author a {
    font: 100 16px Bad Script;
    color: #ffffff !important;
}
li.pa-author a:after {
    position: absolute;
    content: "  ";
    display: block;
    width: 200px;
    border-bottom: 15px solid #92000021;
    margin-top: -18px;
    margin-left: 5px;
    transform: rotate(-0.01turn);
}
/* 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:before {
  display: block;
  position: relative;
  background: url(https://forumstatic.ru/files/001b/14/4e/61384.png) no-repeat;
  width: 200px;
  height: 20px;
  content: " ";
  margin-bottom: -15px;
  transition: 1s;
}
li.pa-online {
  line-height: 0.8em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  color: #00000000;
  transition: 1s;
}
li.pa-online:hover {
  color: #055f07;
  transition: 1s;
}
li.pa-online:hover:before {
  opacity: 0;
  transition: 1s;
}

/* C3.11 */
.punbb .post-body {
  margin-left: 230px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  background: #ffffff57;
  padding: 20px;
  margin-left: 20px;
  width: calc(100% - 70px);
  border: 1px solid #6b6357;
  outline: 1px dashed #b0aba28a;
  outline-offset: -5px;
  box-shadow: inset 0 0 35px 0 #52442e, 0 0 1px 0 #e8e4de;
}

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

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  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 {
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  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 {
  }


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

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

/* D1.1 */
#pun-title {
  margin: 0;
  height: 250px;
  }
#pun-title td.title-logo-tdl h1 {
	display: none;
}
/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  }

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

#pun-title table {
	border: none;
	height: 40px;
	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 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 61px;
  height: 100%;
  background: #000000;
  border-right: 1px solid #1d0b0b;
  padding-top: 50px;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 5px;
}

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

/* D3.4 */
#pun-navlinks li a {
    font-size: 0px !important;
}
#pun-navlinks li a i.material-icons {
  display: inline-block;
  width: 22px;
  height: 24px;
  padding: 5px 6px;
  color: #333333;
  background: #0a0a0a;
  margin: 3px 7px !important;
  border-radius: 2px;
  border: 1px solid #ffffff05;
  transition: 1s;
}
#pun-navlinks li a i.material-icons:hover {
  color: #c30000;
  background: #1b1b1b;
  transition: 1s;
}
#navindex a {
  display: block !important;
  margin-bottom: 84px !important;
}
/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  display: none;
}
/* D4.2 */
#pun-ulinks .container {
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
}

/* 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;
  }
#pun-status {
    position: absolute;
    display: block;
    width: 475px;
    display: block;
    top: 31px;
    right: 25px;
    font: 600 11px Montserrat Alternates;
    text-align: right;
    color: #141112;
}
#pun-status span.item4.status-right:after {
    content: ".";
}
/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

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

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  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;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: none;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 10px;
  }

div#kombest {
    position: absolute;
    display: block;
    width: 240px;
    height: 14px;
    top: 103px;
    left: 40px;
    text-align: center;
    font: 600 10px Montserrat Alternates;
    color: #9c9a91;
    text-shadow: 1px 1px 1px #710c00;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div#best1 {
    position: absolute;
    display: block;
    width: 40px;
    height: 45px;
    top: 122px;
    left: 40px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 1s;
}

div#best2 {
    position: absolute;
    display: block;
    width: 40px;
    height: 45px;
    top: 122px;
    left: 89px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 1s;
}

div#best3 {
    position: absolute;
    display: block;
    width: 40px;
    height: 45px;
    top: 122px;
    left: 138px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 1s;
}

div#best4 {
    position: absolute;
    display: block;
    width: 40px;
    height: 45px;
    top: 122px;
    left: 187px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 1s;
}

div#best5 {
    position: absolute;
    display: block;
    width: 40px;
    height: 45px;
    top: 122px;
    left: 236px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 1s;
}

div#best1:hover, div#best2:hover, div#best3:hover, div#best4:hover, div#best5:hover {
    filter: grayscale(0%);
    opacity: 1;
    transition: 1s;
}

div#obnew1 {
    position: absolute;
    display: block;
    width: 240px;
    height: 14px;
    top: 182px;
    left: 40px;
    text-align: center;
    font: 800 10px Montserrat Alternates;
    color: #0d0a0b;
    text-shadow: 1px 1px 1px #928b81;
    letter-spacing: 1px;
}

div#obnew2 {
    position: absolute;
    display: block;
    width: 240px;
    height: 14px;
    top: 205px;
    left: 40px;
    text-align: center;
    font: 800 10px Montserrat Alternates;
    color: #0d0a0b;
    text-shadow: 1px 1px 1px #928b81;
    letter-spacing: 1px;
}

div#obnew3 {
    position: absolute;
    display: block;
    width: 240px;
    height: 14px;
    top: 228px;
    left: 40px;
    text-align: center;
    font: 800 10px Montserrat Alternates;
    color: #0d0a0b;
    text-shadow: 1px 1px 1px #928b81;
    letter-spacing: 1px;
}

div#obloco {
    position: absolute;
    display: block;
    width: 220px;
    height: 14px;
    top: 104px;
    right: 40px;
    text-align: left;
    font: 800 10px Montserrat Alternates;
    color: #0d0a0b;
    text-shadow: 1px 1px 1px #928b81;
    letter-spacing: 1px;
}

div#obdata {
    position: absolute;
    display: block;
    width: 220px;
    height: 14px;
    top: 127px;
    right: 40px;
    text-align: left;
    font: 800 10px Montserrat Alternates;
    color: #0d0a0b;
    text-shadow: 1px 1px 1px #928b81;
    letter-spacing: 1px;
}

div#obopis {
    position: absolute;
    display: block;
    width: 240px;
    height: 14px;
    top: 145px;
    right: 40px;
    text-align: justify;
    font: 700 9px Montserrat Alternates;
    color: #0d0a0b;
    text-shadow: 1px 1px 1px #928b81;
}

/* 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%;
  }
div#pun-stats h2 {
    font: 700 11px Montserrat Alternates;
    text-transform: uppercase;
    color: #2d0202;
    text-shadow: 1px 1px 1px #aba499;
    margin-top: 15px;
}
div#pun-stats {
    font: 500 11px Montserrat Alternates;
    text-align: center;
}
div#pun-stats a {
    font: 700 11px Montserrat Alternates;
}

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

/* D7.5 */
li#onlinelist div {
  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;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  }


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

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

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  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;
  }

/* Admin Page */
div#pun-admain.adminmain fieldset legend span {
  width: 610px;
}
#pun-admain fieldset, .adcontainer {
    border: 1px dashed #b1aba1 !important;
}
#pun-admain fieldset textarea#main-reply {
    max-width: 610px;
}
/* Vid glavnoi */
.punbb .category table tr {
    display: inline-block !important;
    width: calc(50% - 22px) !important;
    background: #9c968d;
    margin: 20px 10px;
    height: 150px;
    border: 1px solid #aba6a0;
    box-shadow: inset 0 0 3px 0 #56524a;
}
.punbb .categorytd.tcl, .punbb .category td.tc_tbl {
    display: inline-block;
    width: 100%;
}
.punbb .category td.tcl {
    width: calc(100% - 30px) !important;
    text-align: justify !important;
    padding: 15px !important;
    font: 11px Tahoma;
    color: #272121;
    line-height: 1;
}
#pun-index .tcl h3 {
    font: 600 14px Montserrat Alternates;
    margin-top: -27px;
    z-index: 999999 !important;
    position: absolute;
    display: block;
    width: 363px;
    background: #141112;
    height: 20px;
    text-align: center;
    transform: rotate(-0.004turn);
}
#pun-index .tcl h3 a {
    color: #9c968d;
    text-shadow: 1px 1px 1px #3e0000;
    transition: 1s;
}
#pun-index .tcl h3 a:hover {
    color: #ffffff;
    text-shadow: 1px 1px 1px #bb0000;
    transition: 1s;
}
.punbb .category td.tc_tbl {
    margin-top: -18px;
}
.punbb .category td.tc_tbl td.tc2, .punbb .category td.tc_tbl td.tc3 {
    display: inline-block !important;
    width: calc(50% - 15px) !important;
    text-align: center !important;
    background: #8a8275;
    padding: 2px !important;
    font: 600 9px Montserrat Alternates;
    text-transform: lowercase;
    color: #d0d0d0;
    text-shadow: 1px 1px 1px #494337;
    letter-spacing: 1px;
}
.punbb .category {
  margin-left: 10px;
  border: 1px solid #9e988f;
  padding: 10px 10px 0 20px;
}

#pun-index .category h2 span {
    color: #96928c !important;
    font: 700 12px Forum;
    text-transform: uppercase;
    transform: rotate(180deg);
    writing-mode: tb-rl;
    vertical-align: middle;
    display: block;
    letter-spacing: 2px;
    padding: 3px 3px 0px 3px !important;
    margin-left: 0px;
}
#pun-index .category h2 {
    position: absolute;
    left: 40px;
    min-height: 150px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px !important;
    text-align: center;
    margin-top: 20px;
    background: #271010;
    border: 1px solid #9e988f;
}
.punbb .post-box table {
border: 2px solid #988f83 !important;
    margin: 10px 0px !important;
    outline: 1px solid #969189;
    outline-offset: -1px;
    box-shadow: inset 0 0 50px 0 #a09a90;
}
.punbb .post-box table td {
    border: 3px solid #eae5dd00 !important;
    outline: 1px solid #f3f3f380;
    outline-offset: -2px;
}
img.post-img-Sp.Spb1 {
    padding: 5px 30px;
    background: #877f7224;
    border: 2px solid #0e0e0e;
    outline: 1px solid #131313;
    outline-offset: -4px;
}
img.post-img-Sp.Spb2 {
    padding: 5px 30px;
    background: #877f7224;
    border: 2px solid #0e0e0e;
    outline: 1px solid #131313;
    outline-offset: -4px;
}
img.post-img-Sp.Spb3 {
    padding: 5px 30px;
    background: #877f7224;
    border: 2px solid #0e0e0e;
    outline: 1px solid #131313;
    outline-offset: -4px;
}
li.pa-fld2 img {
    border: 1px solid #00000054;
}
li.pa-fld1 p {
    margin-top: 5px;
    background: transparent !important;
    padding: 3px !important;
}
li.pa-fld1, li.pa-fld1 a {
    font: 600 14px Bad Script;
    color: #c13939 !important;
}
#tags .container {
    background: #9c9487;
    border: 1px solid #252320;
}
::-webkit-scrollbar {
  width: 7px;
  height: 4px;
  background-color: #1f1d1bc7;
  border: 1px solid #13111070;
}
::-webkit-scrollbar-thumb {
  background-color: #271011;
  border: 1px solid #00000085;
}
::-webkit-scrollbar-thumb:active {
  background: #5d1013;
}

.status_userava>img {
    position: fixed;
    top: 18px;
    left: 12px;
    border: 1px solid #1d0b0b;
}
.punbb .post-content blockquote {
margin-bottom: 10px;
}
span.newtext {
    display: flex;
}
span.newtext:before {
    content: "(";
    margin-right: -7px;
}
span.newtext:after {
    content: ")";
        margin-left: -4px;
}
span.bracket.bracket-left, span.bracket.bracket-right {
    display: none !important;
}
div#profile textarea#main-reply {
    width: 100% !important;
}
div#profile small#plng {
    margin-right: 10px !important;
}
div#vajnoe p a {
    display: block;
    width: 100%;
    text-align: center;
    background: #0a0a0ad1;
    margin: 2px 0px;
    padding: 1px;
    color: #a9a9a9;
    font: 100 11px Tahoma;
    transition: 1s;
}
div#vajnoe p a:hover {
    background: #2b0400;
    color: #ffffff;
    transition: 1s;
}
span.mini_awards_label {
    display: none;
}
li.pa-awards {
    margin-top: -20px;
}
li.pa-awards img {
    width: 17px !important;
}
ul.post-ul-Sp.Sp3 {
    background: none !important;  
}
form#messages div.icon {
    display: block;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
}
form#messages div.icon.inew {
    display: block;
    width: 10px;
    height: 10px;
    background: #980c0c;
    border-radius: 50%;
}
form#messages td.tc2 a {
    display: block;
    margin-top: 13px !important;
}
form#messages td.tc2 span.avatar-image {
    margin-top: -13px !important;
}

div#profile.formal.messages-container small#togglePreview input.button {
    margin-top: -27px !important;
}

div#profile.formal.messages-container fieldset#post-preview legend span {
    width: 596px !important;
}
@media screen and (max-width: 1050px) {
    #pun {
          margin-left: 55px;
    }
}

css2

Код:
#pun-ulinks {
    display: block !important;
    position: absolute;
    top: 283px;
    right: 25px;
    font: 700 11px Montserrat Alternates;
    width: 100px;
    text-shadow: 1px 1px 1px #9e988f;
}
#pun-ulinks li.item2 a, #pun-ulinks li.item3 a, #pun-ulinks li.item4 a, #pun-ulinks li.item5 a, #pun-ulinks li.item6 a, #pun-ulinks li.item7 a {
    display: none;
}
span#news_messag {
    position: absolute;
    display: block;
    width: 20px;
    height: 14px;
    margin-top: -42px;
    margin-left: 36px;
    border-radius: 3px;
    text-align: center;
    font: bold 10px Arial;
    color: #ff0000 !important;
}

li#navindex:hover:after, li#navuserlist:hover:after,
li#navsearch:hover:after, li#navprofile:hover:after,
li#navpm:hover:after, li#navlogout:hover:after,
li#navregister:hover:after, li#navlogin:hover:after,
li#navpr_1:hover:after, li#navpr_2:hover:after {
    position: absolute;
    display: block;
    left: 70px;
    color: #dedcd8;
    font: 500 12px Tahoma;
    letter-spacing: 1px;
}
li#navindex:hover:after {
    top: 68px;
    content: "Главная";
}
li#navuserlist:hover:after {
    top: 192px;
    content: "Участники";
}
li#navawards a {
    display: none;
}
li#navsearch:hover:after {
    top: 238px;
    content: "Поиск";
}
li#navprofile:hover:after {
    top: 280px;
    content: "Профиль";
}
li#navpm:hover:after {
    top: 320px;
    content: "Сообщения";
}
li#navlogout:hover:after {
    top: 362px;
    content: "Выход";
}
li#navregister:hover:after {
    top: 280px;
    content: "Регистрация";
}
li#navlogin:hover:after {
    top: 322px;
    content: "Войти";
}
li#navpr_1:hover:after {
    top: 362px;
    content: "Реклама";
}
li#navpr_2:hover:after {
    top: 398px;
    content: "Читатель 18+";
}
li#navadmin {
    position: absolute;
    bottom: 60px;
    display: block;
    left: 5px;
    color: #dedcd8;
    font: 500 12px Tahoma;
    letter-spacing: 1px;
}
li#navadmin:hover:after {
  position: absolute;
    bottom: 12px;
    left: 65px;
    content: "Админка";
}

div#forumname {
    position: absolute;
    top: 36px;
    left: 40px;
    display: block;
    font: bold 30px Montserrat Alternates;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: linear-gradient(45deg, #000000 15%, 30%, #350000 45%, #920000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #400000;
    transition: 1s;
    cursor: crosshair;
}
div#forumname:hover {
    background: linear-gradient(45deg, #920000 5%, 20%, #350000 35%, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #400000;
  transition: 1s;
}

div#knopm1 .splLink {
  position: fixed;
  top: 100px;
  left: 12px;
  font-size: 0px;
  color: #881f1f;
  z-index: 9;
}
div#knopm1 .splLink:before {
  content: "\2623";
  font-size: 30px;
  color: #881f1f;
  display: block;
  width: 26px;
  height: 24px;
  padding: 5px 4px;
  color: #333333;
  background: #0a0a0a;
  border-radius: 2px;
  border: 1px solid #ffffff05;
  transition: 1s;
  line-height: 0.7 !important;
  cursor: pointer;
}
div#knopm1 .splLink:hover:before{
  color: #c30000;
  background: #1b1b1b;
  transition: 1s;
}
div#knopm2 .splLink {
  position: fixed;
  top: 142px;
  left: 12px;
  font-size: 0px;
  color: #881f1f;
  z-index: 9;
}
div#knopm2 .splLink:before {
  content: "\2630";
  font-size: 24px;
  color: #881f1f;
  display: block;
  width: 22px;
  height: 24px;
  padding: 5px 6px;
  color: #333333;
  background: #0a0a0a;
  border-radius: 2px;
  border: 1px solid #ffffff05;
  transition: 1s;
  line-height: 1 !important;
  cursor: pointer;
}
div#knopm2 .splLink:hover:before{
  color: #c30000;
  background: #1b1b1b;
  transition: 1s;
}

div#knopm1 .splLink:hover:after {
    position: absolute;
    display: block;
    left: 58px;
    color: #dedcd8;
    font: 500 12px Tahoma;
    letter-spacing: 1px;
    top: 11px;
    content: "Важное";
}
div#knopm2 .splLink:hover:after {
    position: absolute;
    display: block;
    left: 58px;
    color: #dedcd8;
    font: 500 12px Tahoma;
    letter-spacing: 1px;
    top: 11px;
    content: "Обновления";
}
div.splCont {
  position: fixed !important;
  z-index: 99999 !important;
  top: 50px;
  left: 61px;
  display: block;
  width: 200px;
  padding: 10px;
  font: 100 11px Tahoma;
  color: #a2a2a2;
  background: #151515;
  border: 1px solid #1d0b0b;
  letter-spacing: 1px;
  outline: 1px dashed #171717;
  outline-offset: -5px;
  box-shadow: inset 0 0 15px 0 #000000;
}
div#obnov a {
    display: inline-block;
    width: 100%;
    margin: 1px 0px;
    text-align: center;
    color: #9a9a9a;
    background: #060606;
    font: 100 11px Underdog;
    padding: 3px 0px;
    transition: 1s;
}
div#obnov a:hover {
    background: #2a1010;
    color: #ffffff;
    transition: 1s;
}


div#disegame {
    padding: 0px;
    margin: 0px;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
    margin-top: -10px;
}
div#disegame p {
    padding: 0px;
}
div#rezbrd0, div#rezbrd1, div#rezbrd {
    display: inline;
    margin-top: -220px !important;    
}
div#rezbrd {
    color: #770000;
    font-weight: bold;
}

p.nazvnak {
    background: #0c0c0c;
    padding: 3px;
    font: 100 10px Arial !important;
    letter-spacing: 2px;
}

div#p21-content table td:nth-child(2n) {
    display: inline-block;
    max-height: 155px !important;
    height: 155px !important;
    overflow-y: scroll !important;
}
div#p21-content table {
    outline: 1px solid #8b82759c;
    border: none !important;
}


/* ViewForum */
div#pun-viewforum span.stickytext, div#pun-viewforum span.closedatafield {
    display: none;
}
div#pun-viewforum td.tcl {
    display: inline-block !important;
    width: 380px !important;
    padding-left: 40px;
}
div#pun-viewforum td.tcl a {
    font: bold 12px Tahoma;
    display: block !important;
    margin-left: 3px;
}
div#pun-viewforum td.tc2, div#pun-viewforum td.tc3 {
    width: 10% !important;
    display: inline-block !important;
}
div#pun-viewforum td.tc2:before {
    content: "Ответов: ";
    font: 100 10px Arial;
}
div#pun-viewforum td.tc3:before {
    content: "Просмотров: ";
    font: 100 10px Arial;
}
div#pun-viewforum td.tcr {
    width: 20% !important;
    display: inline-block !important;
}
div#pun-viewforum div.icon {
    float: left;
    display: block;
    border-style: none none none none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
div#pun-viewforum Div.icon {
    background: #252424;
}
div#pun-viewforum TR.inew Div.icon {
    background: #0c0c0c;
}
div#pun-viewforum TR.isticky Div.icon {
    background: #540000;
}
div#pun-viewforum TR.iclosed Div.icon {
    background: #230200;
}
div#pun-viewforum .tclcon {
    padding-left: 10px;
}
div#pun-viewforum div#subforums {
    display: block;
    border: 3px double #8d8477;
    margin: 20px 10px 10px 10px;
    background: #ffffff4a;
    font: 700 12px Montserrat Alternates;
}

/* Regulirovka razmera shrifta */
.FNTslider {
  border-radius: 4px;
  position:relative;z-index:1000;
  background: #716b63;
  width: 110px;
  height: 5px;
  margin: 3px 5px;
  border: solid 1px #8e8a84;
  float: right;
  margin-right: 7%;
}
.FNTslider .before {
  height: 5px;
  border: solid 1px #271010;
  border-radius: 4px 0 0 4px;
  position: absolute;
  background: #2a1010;
  margin-top: -1px;
}
.FNTslider .thumb {
  width: 6px;
  height: 10px;
  border-radius: 2px;
  position: relative;
  top: -3px;
  background: #130808;
  cursor: pointer;
}

/* Videlit i kopirovat */
.code-box strong.legend a {
    font: bold 8px Arial !important;
    width: 100%;
    display: block;
    text-align: center;
    background: #6b6357;
    padding: 2px;
    color: #dcdcdc;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.code-box strong.legend a:hover {
    background: #2a1010;
}

0

2

html v

Код:
<!----------------------------- ПИАР-ВХОД v.2 --------------------------------->
<script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script>
<script type="text/javascript">
PR.nick = 'PR man'; //Ник PR-аккаунта
PR.pass = '1111'; //Пароль PR-аккаунта
PR.btn_text = 'PR-вход'; //Надпись на кнопке PR-входа(или ссылка на картинку);
PR.set();</script>

<script type="text/javascript">
PR.nick = 'Reader'; //Ник PR-аккаунта
PR.pass = '1111'; //Пароль PR-аккаунта
PR.btn_text = 'Читать 18+'; //Надпись на кнопке PR-входа(или ссылка на картинку);
PR.set();</script>
<!-------------------------- КОНЕЦ ПИАР-ВХОД v.2 ------------------------------>

<!------------------------- ИМПОРТ ДОП/ШРИФТОВ -------------------------------->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Bad+Script&family=Forum&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pangolin&family=Roboto&family=Underdog&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pangolin&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--------------------- КОНЕЦ ИМПОРТ ДОП/ШРИФТОВ ------------------------------>

<!-------------------------------- НАЗВАНИЕ ФОРУМА --------------------------------->
<div id=forumname>Resident Evil: Origins</div>
<!------------------------- КОНЕЦ НАЗВАНИЕ ФОРУМА ------------------------------->

<!-------------------------- ЗАМЕНА ИКОНОК ГЛ.МЕНЮ ФОРУМА -------------------->
<script type="text/javascript">
$(document).ready(function(){
$("li#navindex a").append('<i class="material-icons">home</i>');
$("li#navuserlist a").append('<i class="material-icons">person_search</i>');
$("li#navawards a").append('<i class="material-icons">card_giftcard</i>');
$("li#navsearch a").append('<i class="material-icons">search</i>');
$("li#navprofile a").append('<i class="material-icons">person</i>');
$("li#navpm a").append('<i class="material-icons">message</i>');
$("li#navadmin a").append('<i class="material-icons">admin_panel_settings</i>');
$("li#navlogout a").append('<i class="material-icons">logout</i>');

$("li#navlogin a").append('<i class="material-icons">login</i>');
$("li#navregister a").append('<i class="material-icons">add_box</i>');
$("li#navpr_1 a").append('<i class="material-icons">post_add</i>');
$("li#navpr_2 a").append('<i class="material-icons">menu_book</i>');

});
</script>
<!--------------------- КОНЕЦ ЗАМЕНА ИКОНОК ГЛ.МЕНЮ ФОРУМА ------------------>

<!---------------------------------- ДОПОЛНИТЕЛЬНОЕ МЕНЮ ------------------------->
<center><table style="width: 90%">
<tr>
 
<td><div class="spll" id="knopm1">
<DIV><div class=splLink href="javscript://">Важное</div>
<DIV id="vajnoe" style="DISPLAY: none; position: absolute;" class=splCont>

<p><a href="viewtopic.php?id=15">Гостевая книга</a></p>
<p><a href="viewtopic.php?id=1#p1">Сюжет</a></p>
<p><a href="viewtopic.php?id=1#p11">Правила</a></p>
<p><a href="viewtopic.php?id=1#p19">FAQ</a></p>
<p><a href="viewtopic.php?id=1#p33">Краткая хронология</a></p>
<p><a href="viewtopic.php?id=1#p34">Нужные каноны</a></p>
<p><a href="viewtopic.php?id=4#p4">Шаблон анкеты</a></p>
<p><a href="viewtopic.php?id=8">Полная хронология</a></p>
<p><a href="viewtopic.php?id=10#p20">Вирусы</a></p>
<p><a href="viewtopic.php?id=10#p21">Виды Б.О.О.</a></p>
<p><a href="viewtopic.php?id=7">Корпорация "Амбрелла"</a></p>
<p><a href="viewtopic.php?id=6">Раккун-Сити</a></p>
<p><a href="pages/karta_rakkun-siti">Карта Раккун-сити</a></p>
<p><a href="viewtopic.php?id=19">Заполнение профиля</a></p>
<p><a href="viewtopic.php?id=20">Выяснение отношений</a></p>
<p><a href="viewtopic.php?id=23">Заказ графики</a></p>
<p><a href="viewtopic.php?id=25">Использование дайсов</a></p>
<p><a href="viewtopic.php?id=22">Обсуждение сюжета</a></p>
<p><a href="viewtopic.php?id=21">Поиск игры</a></p>
<p><a href="viewtopic.php?id=24">Предупреждение о лоу</a></p>
<p><a href="viewtopic.php?id=27">Новости от амс</a></p>

</DIV></DIV>
</div></td>
<td><div class="spll" id="knopm2">
<DIV><div class=splLink href="javscript://">Обновления</div>
<DIV id="obnov" style="DISPLAY: none; position: absolute;margin-top: 42px;" class=splCont>

<p><a href="search.php?action=show_recent">Активные темы</a></p>
<p><a href="search.php?action=show_replies">Ответы</a></p>
<p><a href="search.php?action=show_unanswered">Темы без ответов</a></p>
<p><a href="search.php?action=show_user_posts&amp;user_id=2">Мои сообщения</a></p>
<p><a href="profile.php?section=fields&amp;id=2&amp;p=notifications">Уведомления</a></p>
<p><a href="search.php?action=show_subscriptions">Подписка</a></p>
<p><a href="misc.php?action=markread">Всё прочитано</a></p>

</DIV></DIV>
</div></td>
 
</tr>
</table></center>
<!------------------------- КОНЕЦ ДОПОЛНИТЕЛЬНОЕ МЕНЮ ------------------------->

<!----------------------------- КНОПКИ ВВЕРХ ВНИЗ ----------------------------->
     <div class="go-up" id='ToTop'><img src="https://forumstatic.ru/files/001b/14/4e/68357.png" border="0" width=100%/></div>
    <div class="go-down" id='OnBottom'><img src="https://forumstatic.ru/files/001b/14/4e/79901.png" border="0" width=100%/></div>
    <style>
.go-up,.go-down {
    display: none;
    position: fixed;
    margin-left: 910px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0.85;
    margin-bottom: 5px;
    width: 20px;
    height: 64px;
}
.go-up {
    bottom:275px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
    bottom: 212px;
    padding-left: 1px;
}
.go-down:hover,.go-up:hover {
    opacity:1;
}
    </style>
    <script type="text/javascript">
 $().pun_mainReady(function(){
    if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
    $(window).scroll(function(){
      if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
      else $("#ToTop").fadeIn("slow")
    });
    if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
    $(window).scroll(function(){
      if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
      else $("#OnBottom").fadeIn("slow")
    });
    $("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
    $("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
    });
    </script>
<!------------------------ КОНЕЦ КНОПКИ ВВЕРХ ВНИЗ ---------------------------->

<!----------------------- СКРЫТИЕ ПРОФИЛЯ В ТЕМЕ ТЕГОМ ------------------------>
<style type="text/css">.hideprofile .post-author,.hideprofile .pl-email,.hideprofile .pl-website{display:none!important}
.hideprofile .post-body,.hideprofile .post-links,.hideprofile .post-links ul,.post.hideprofile h3>span{margin-left:0!important}</style>
<script>
FORUM.set('editor.addition.tags.hideprofile',{name:'Скрыть минипрофиль',onclick:function(){insert('[hideprofile]');}});
$().pun_mainReady(function(){$('.post:contains("[hideprofile]")').addClass('hideprofile').html(function(){return $(this).html().replace(/\[hideprofile\]/gim,'')})});
</script>
<!---------------------- КОНЕЦ СКРЫТИЕ ПРОФИЛЯ В ТЕМЕ ТЕГОМ ------------------->

<!--------------------- РАЗБИВКА ТЕКСТА НА АБЗАЦЫ Ч.1 ------------------------->
<script src="https://forumstatic.ru/files/0016/a4/af/82138.js"></script>
<!------------------- КОНЕЦ РАЗБИВКА ТЕКСТА НА АБЗАЦЫ Ч.1 --------------------->

<!----------------------- ОТКЛЮЧИТЬ РУСФФ РЕКОМЕНДАЦИИ ------------------------>
<script type="text/javascript">
rusffLive.enable = false;
</script>
<!------------------- КОНЕЦ ОТКЛЮЧИТЬ РУСФФ РЕКОМЕНДАЦИИ ---------------------->

<!-- Аватар в цитате V.2 © Alex_63 / Ч.1 в HTML верх-->
<script type="text/javascript">
var QuoteImg = 'https://forumstatic.ru/files/0015/ec/20/41408.png'; //Картинка "Перейти к сообщению" в цитате
</script><script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/77306.js"></script>

<!-------- ВЫДЕЛЕНИЕ КОДА В БЛОКЕ "Код" // © Alex_63, версия 2017г. ----------->
<!-- Выделение кода в блоке "Код" -->
<script type="text/javascript" src="https://forumstatic.ru/files/0014/cc/0a/24905.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, версия 2017г. -------->



<!-- html-верх - Cпойлер для cкрытия полей мини-профиля в топиках, (с) ForumD.ru, satsana, 2021 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0017/b3/fc/83644.js"></script>
<script type="text/javascript">
//  satMSP.vertical = 1; // вертикальный спойлер (кнопки расположены в столбик, вкладка открывается под кнопкой); по умолчанию кнопки расположены в одну строку над вкладками
//  satMSP.nofold = 1; // не закрывать открытые ранее вкладки при открытии новой; по умолчанию закрываются
//  satMSP.showtab = 2; // номер отображаемой при загрузке вкладки; по умолчанию все вкладки свёрнуты
//  satMSP.showbut = 1; // 1 - показывать все кнопки; по умолчанию копки пустых вкладок не отображаются
//  satMSP.speed = 600; // время сворачивания-разворачивания вкладок в мс (1 секунда = 1000мс), 0 - мгновенно, значение по умолчанию 400.
  satMSP.fields = [
    { // Список полей перед спойлером
      flist: [
"pa-author",	// Ник
"pa-title",	// Статус
"pa-avatar",	// Аватар
"pa-fld2",	// Доп.поле2
"pa-fld1",	// Доп.поле1
      ""] // Конец списка полей перед спойлером
    },
    { // Первая вкладка
      name: "Игрок",
      img: "https://forumstatic.ru/files/001b/14/4e/68795.png",
      flist: [
"pa-sex",	// Пол
"pa-age",	// Возраст
"pa-from",	// Откуда
"pa-invites",	// Приглашений
"pa-posts",	// Сообщений
"pa-respect",	// Уважение
"pa-positive",	// Позитив
"pa-social",	// Контакты (скайп и т.п.)
"pa-reg",	// Зарегистрирован
"pa-time-visit",// Провёл на форуме
"pa-last-visit",// Последний визит
//"pa-online",	// Онлайн
//"pa-ip",	// IP
      ""]
    }, // Конец первой вкладки
    { // Вторая вкладка
      name: "Персонаж",
      img: "https://forumstatic.ru/files/001b/14/4e/68795.png",
      flist: [
"pa-fld3",	// Доп.поле3
"pa-fld4",	// Доп.поле4
"pa-fld5",	// Доп.поле5
      ""]
    }, // Конец второй вкладки
    { // Третья вкладка
      name: "Награды",
      img: "https://forumstatic.ru/files/001b/14/4e/68795.png",
      flist: [
"award",	// Награды rusff
//"gift",	// Подарки rusff
      ""]
    }, // Конец третьей вкладки
    {} // Конец списка вкладок
  ];
</script><!-- Cпойлер cкрытия полей мини-профиля - КОНЕЦ -->

html n

Код:
<script><!--Оставляем цифру Новых сообщений. -->
var clr=($("#navpm a").css("color"));var chng="&nbsp;(";
var subs="</span><span style=\"color:"+clr+";\" id=\"news_messag\">(";
$("#navpm a").html($("#navpm a").html().replace(chng,subs));
$("#news_messag").appendTo("#navpm");
</script>
<!---------------------------------- ДОПОЛНИТЕЛЬНОЕ МЕНЮ ------------------------->
<!--Спойлер - контейнер-->
<script type="text/javascript"> 
  $(document).ready(function(){
    $('.splLink').click(function(){
      $(this).parent().children('div.splCont').toggle('normal');
      return false;
    });
  });
</script>
<!------------------------- КОНЕЦ ДОПОЛНИТЕЛЬНОЕ МЕНЮ ------------------------->

<!-- Аватарка в строке приветствия -->
<style>.status_userava>img{width:34px;height:auto;vertical-align:middle;border-radius:4px;margin:-.6em 0}</style>
<script>$('#pun-status>p').prepend('<span class="status_userava"><img src="'+(window.UserAvatar?UserAvatar:'https://forumupload.ru/uploads/001b/14/4e/2/717013.jpg')+'"/></span>')</script>

    <script><!--Количество тем, сообщений, последнее сообщение в столбик-->
    $(".category thead").remove();
    $(".category tbody tr").each(function(){
      $(this).find(".tcl").after("<td class=\"tc_tbl\"></td>");
      $(this).find(".tc2,.tc3,.tcr").appendTo($(this).find(".tc_tbl"));
      if($(this).find(".tcr").text().length<2){$(this).find(".tcr").remove();}
      $(this).find(".tc2").prepend("Тем: ");
      $(this).find(".tc3").prepend("Сообщений: ");
      $(this).find(".tcr").prepend("Последнее сообщение: ");
      var cssObj={
       "text-align":"left",
       "width":"100%",
       "display":"block",
       "padding":"3px",
       "border":"0 none" //Последний элемент без запятой
      }
      $(this).find(".tc2,.tc3,.tcr").css(cssObj);
    });
    </script>


<!----- Мгновенный предпросмотр сообщения © Alex_63 ----->

<script type="text/javascript">
var PPREV = {};
PPREV.position = 0; //Положение окна Предпросмотра: 0 - над полем ввода, 1 - под полем ввода, 2 - справа
PPREV.quote_cite = 'написал(а):'; //Надпись в окне цитаты
</script>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/10524.js"></script>

<script type="text/javascript">if($('#pun-messages').length){var pprevcont='<fieldset id="post-preview"><legend><span>Предварительный просмотр сообщения</span></legend><div class="fs-box"><div class="post-box"><div class="post-content"></div></div></div></fieldset>';if(document.URL.indexOf('&p')!=-1){if(PPREV.position==0 || PPREV.position==2) {$('#post').prepend(pprevcont);}if(PPREV.position==1){$('#post').append(pprevcont);}}else if(document.URL.indexOf('?action=new')!=-1){if(PPREV.position==0 || PPREV.position==2){$('#profile fieldset:first').before(pprevcont);}if(PPREV.position==1){$('#profile fieldset:first').after(pprevcont);}}if($('#post-preview').text().length<1){$('#post-preview').hide();}else{$('#post-preview').show();ParseContent();}var sTim;$('#main-reply:first').live('input',function(){ParseContent();});$('#form-buttons img,div[id$="-area"] *').click(function(){sTim=setTimeout(function(){clearTimeout(sTim);ParseContent();},40);});}</script>

<!----- Кнопка отключения мгновенного предпросмотра ----->
<style>#togglePreview{float:right;margin-top:-17px}</style>
<script type="text/javascript">(function (){
  var a='Включить быстрый предпросмотр';
  var b='Отключить быстрый предпросмотр';
  var d='_PreviewToggle';
  setCookiePPrev=function(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+c);}if(a && b)document.cookie=a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;}
  getCookiePPrev=function(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c)c=c[0].split('=');else return false;return c[1] ? c[1] : false;}
  $('<small id="togglePreview"><input type="button" class="button" value="'+ b +'" onclick="togglePreview(this)"/></small>').insertAfter('#post fieldset:last legend');
  var x = ParseContent;
  window.togglePreview = function(sel){//alert(sel.value);
    if(sel.value==a){sel.value=b;setCookiePPrev(d,'0',-1000);ParseContent=x;ParseContent();$('#post-preview').show(); return}
    if(sel.value==b){sel.value=a;setCookiePPrev(d,'OFF',30*3600*24*30*1000);if($('#pun-viewtopic').length){$('#post-preview').hide()}ParseContent=function(){return};return}
  }; if(getCookiePPrev(d)=='OFF'){$('#togglePreview>.button').click()};
}())
</script>


<!--------------------- РАЗБИВКА ТЕКСТА НА АБЗАЦЫ Ч.2 ------------------------->
<script>
$(document).ready(function() {
var forumIndexes = [57,62,63,64,67,55]; // форумы, где нужен indent, указываем только ID-номер форума, последнее число без запятой
formatTextParagraphs(forumIndexes);
});
</script>
<!------------------ КОНЕЦ РАЗБИВКА ТЕКСТА НА АБЗАЦЫ Ч.2 ---------------------->

<!--------------------- ДЛИННОЕ ТИРЕ ВМЕСТО КОРОТКОГО ------------------------->
<script>$('.post-content').each(function(){$(this).html($(this).html().replace(/(\s|&nbsp;)?-(\s|&nbsp;)/g,'$1&mdash;$2'))})</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>



<!-- ЧТОБЫ НЕ ПРОПАДАЛИ ПОСТЫ V.3 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0011/da/9b/24232.js"></script>

<!-- Аватар в цитате V.2 © Alex_63 / Ч.2 в HTML низ -->
<script type="text/javascript">setLinkAndAva()</script>


<!-- Аватар по умолчанию + Спец Аватарки Некоторым никам -->
<script type="text/javascript">
var NickAva = {
//Ник    //Ccылка на картинку
"name":"https://forumupload.ru/uploads/0019/34/22/4/981601.png",
"name":"https://forumupload.ru/uploads/0019/34/22/4/833055.png" //Последний элемент без запятой
}
$("div.post-author").each(function(){
var avalink = "https://forumupload.ru/uploads/001b/14/4e/2/717013.jpg";  //аватар по умолчанию
var a = $(this).find("li.pa-author").clone();a.find('span.acchide').remove();
var nick = a.text(); var tstNick = NickAva[nick]; if(tstNick!=undefined)avalink=tstNick;
if(!$(this).find("li.pa-avatar").length) $(this).find("li.pa-title").after("<li class='pa-avatar item2'><img src='" + avalink + "' title='" + nick + "' /></li>");});
</script>


<!-- Регулировка размера шрифта в постах © Alex_63 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>

0


Вы здесь » artera » Тестовый форум » Дизайн черно-красный


Рейтинг форумов | Создать форум бесплатно