ВОЗНЕСЕНЬЕВ ДЕНЬ

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

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


Вы здесь » ВОЗНЕСЕНЬЕВ ДЕНЬ » поле чудес » STYLE & HTML #GREENDAWN


STYLE & HTML #GREENDAWN

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

1

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

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

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

@import url('https://fonts.googleapis.com/css?family=Montserrat|Spectral+SC');

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');




@font-face {font-family: AstoneNouvea; 
src: local("AstoneNouvea"), url(https://forumstatic.ru/files/001b/f0/30/58123.ttf);}

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

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

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

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

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

/* A2.5 */
.punbb .main table {

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%;
}

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

/*A3.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 { color: #4e644b;
font: 400 14px "Jost", sans-serif;
text-transform: uppercase;
}

.punbb h2 span {  color: #4e644b;
font-size: 37px !important;
font-family: AstoneNouvea;
height: 28px;
z-index: 1;
position: relative;
}




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

}

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


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

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

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


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

/* A5.1 */
#pun {
margin: 0px auto auto auto;
width: 1000px;
padding: 0px 0px 0px 0px;
margin-bottom: 0px; 
border-radius: 20px;
outline: 1px solid #262525;
outline-offset: -1px;}

/* A5.2 */
.punbb {
  width: 100%;
  height: auto;
  margin-top: 375px;
}

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

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

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

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

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

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

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

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


#pun-main h1 {
  width: 1000px;
}



#pun-main h2, #pun-stats h2 {
width: 1000px;
text-align: center;
}





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

B - MAIN CONTENT - GENERAL

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



/* B1 Parsed Content, Signatures and Scroll Boxes

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



/* B1.1 */

.punbb .post-content {



  margin: 0;

  width: 100%;

  overflow: visible !important;

  }


.punbb .post-content a {
color: #4e644b;
font-weight: bold;
}


/* B1.2 */

.punbb .post-sig dt {
    display: block;
    width: auto;
    margin: 5px 0px;
  }



/* B1.3 */

.punbb .post-content p {

  margin: 0;

  padding: 0 0 1em 0;

  line-height: 150%;

  }



/* B1.4 */

.punbb .post-content img {

  vertical-align: middle !important;

  }



/* B1.5 */

.punbb .post-content img.postimg {

  vertical-align: middle;

  }



/* B1.6 */

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

 width: 97%;
overflow: hidden;
padding: 10px;

  }



/* B1.7 */

.punbb .post-content .scrollbox {

  width: 100%;
scrollbar-width: thin;
  overflow: auto;

  }

.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
margin: 0;
color: #23262f;
padding: 5px 1px;
background: #b9b9b9;
width: 100%;
border-radius: 10px 10px 0px 0px;
border-bottom: 1px solid #9b9b9b;
padding-left: 10px;
font: 600 12px "Jost", sans-serif;}


/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 0.4em 1.2em 0.8em;
color: #2e2e2e;
background: #c0c0c0;
outline: 1px solid #9b9b9b;
border-radius: 10px;
overflow: hidden;}


.quote-box.spoiler-box {
  border-radius: 10px 10px 0px 0px !important;
}

/* B1.9 */




.punbb .quote-box cite a, .punbb .code-box strong.legend a {color: #23262f !important;
display: inline;}


/* B2 Information boxes

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



/* B2.1 */

.punbb .info-box {

  padding: 1.1em 1.7em 1em 1.7em;

  border-style: none;

  border-width: 0px;

  margin: 0 0 1.1em 0;

  }



/* B2.2 */

.punbb .info-box * {

  padding: 0 0 0.7em 0;

  }



/* B2.3 */

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

  font-size: 1.1em;

  font-weight: bold;

  }





/* B3 Pagination and posting links

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



/* B3.1 */

.punbb .linkst {

  float: left;

  position: relative;

  width: 100%;

  font-size: 10px;

  height: 0;

  }



/* B3.2 */

.multipage {

  margin-top: 3em;

  }



/* B3.3 */

.linkst .pagelink {

position: absolute;
top: -4em;
position: absolute;
top: -4em;
margin-left: 25px;
color: #656965;
font: 400 11px "Jost", sans-serif;
  }



/* B3.4 */

.linkst .postlink {

  position: absolute;

  top: -4em;

  right: 4em;

  text-align: right;
font: 400 11px "Jost", sans-serif;

  }

.postlink {color: #616561; }



/* B3.5 */

.punbb .linksb {
text-align: right;
padding: 1.4em 0em 0.5em 0em;
font-size: 10px;

  }



/* B3.6 */

.linksb .pagelink {
margin-left: 25px;
color: #656965;
font: 400 10px "Jost", sans-serif;
text-align: left;}



/* B3.7 */

.linksb .postlink {

  float: right;

  width: 16em;

  font-weight: bold;
margin-right: 43px;

font: 400 11px "Jost", sans-serif;
  }



/* B3.8 */

.subscribelink {

  clear:both;

  padding-top: 0.3em;

  padding-bottom: 0.5em;
margin-right: 42px;
font: 400 11px "Jost", sans-serif;
  }





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

C - MAIN CONTENT - SPECIFIC

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



/* C1 Form layout

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



/* C1.1 */

.punbb .formal .container {

padding: 1em;

  }



/* C1.2 */

.punbb .formsubmit {

  padding: 0px 0 0 5px;


  }



/* C1.3 */

.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span, #pun-admain input {
background: #1a1a1a;
color: #c7c7c7 !important;
height: 18px;
position: relative;
border-radius: 10px !important;
font: 400 9px "Jost", sans-serif !important;
text-transform: uppercase;
cursor: pointer;
border: 1px solid #262525;
letter-spacing: 1px;
}

 #pun-admain select {
background: #1a1a1a;
color: #c7c7c7 !important;
height: 22px;
position: relative;
border-radius: 10px !important;
font: 400 9px "Jost", sans-serif !important;
text-transform: uppercase;
cursor: pointer;
border: 1px solid #262525;
letter-spacing: 1px;;
}


.punbb .formsubmit a, #pun-admain input {
    padding: 1px 10px 1px 10px !important;
}

.button {
background: #1a1a1a;
color: #c7c7c7 !important;
height: 18px;
position: relative;
border-radius: 10px !important;
font: 400 9px "Jost", sans-serif !important;
text-transform: uppercase;
cursor: pointer;
border: 1px solid #262525;
letter-spacing: 1px;

}


/* C1.4 */

.punbb fieldset {

  border-style: none;

  border-width: 0px;

  padding: 0 18px 0 5px;

  margin: 0 0 0em 0

  }



/* C1.5 */

.punbb fieldset legend {

padding: 0;
font-size: 10px !important;
width: 728px;

  }



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

  }

#profile .post.toppost .container {  
width: 100% !important;
}


/* C1.9 */

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

  padding: 0 0 0.8em 0

  }



/* C1.10 */

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

  float: left;

  margin-right: 1em;

  }



/* C1.11 */

.punbb .inline .infofield {

  clear:both

  }



/* C1.12 */

.punbb .datafield br {

  display: none

  }



/* C1.13 */

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

  font-weight: bold

  }



/* C1.14 */

.punbb .datafield span.input a {

  font-weight: normal;

  }



/* C1.15 */

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

  display: block;

  padding: 0 12em 0 0;

  height: 100%; /* For IE */

  }



/* C1.16 */

.punbb textarea, .punbb .longinput input {
width: 64%;
margin: 0px;
border: 1px solid rgb(187, 187, 185) !important;
background-color: #cecece;
outline: none;
border-radius: 15px;}



/* 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 {
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;
  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 {
margin-bottom: 5px;
display: block;
overflow: hidden;
white-space: nowrap;
}


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

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

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



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

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }
* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
text-align: justify;
margin-left: 8px;

}


.tclcon {
  font: 400 12px "Jost", sans-serif;
}




/* C2.15 */
.punbb div.icon {
  float: left;
}

#pun-index table Div.icon {
float: left;


}

#pun-index TR.inew Div.icon {

float: left;
width: 22px;
height: 25px;
background: url('https://forumstatic.ru/files/001b/f0/30/83210.png');
margin-left: -21px;
margin-top: 18px;

}





/* C3 Topics

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



/* C3.1 */

.punbb .post .container {

  border-style: none none none none;

  border-width: 0px;

padding: 15px 10px;

width: 100%;
background: none;
  }



/* C3.2 */

.punbb .post h3 {

  border-style: none none none none;
  border-width: 0px;

  }



/* C3.3 */

.punbb .post h3 span {

padding: 0.1em 1.3em;
display: block;
border-left-style: none;
border-left-width: 0px;
font-size: 10px;
line-height: 12px;

  }



.punbb .post h3 span a {

  }


.punbb .post h3 span a.permalink {font: 600 9px "Jost", sans-serif;
width: 149px;
text-align: right;
display: block;}

/* C3.4 */

.punbb .post h3 strong {
float: right;
width: 5em;
text-align: right;
color: #4e644b !important;
font-weight: normal !important;
margin-right: 107px;
font: 400 10px "Jost", sans-serif;
  }



/* C3.5 */

.punbb .post .post-author {
float: left;
overflow: visible;
width: 220px;
color: #c7c7c7;
margin-left: -53px;
background: #1a1a1a;
position: relative;
text-align: center;
border-radius: 20px;}



/* C3.6 */

.punbb .post .post-author ul, .punbb .post .post-author p {

padding-bottom: 5px;
  line-height: 140%;
  }



/* C3.7 */

.pa-author {
text-align: center;
margin-top: 3px;
font: 600 14px "Jost", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}





/* C3.8 */

.pa-author a {

  text-decoration: none

  }



/* C3.9 */



.post-author .pa-title {
text-align: center !important;
color: #c7c7c7;
margin-bottom: 10px;
width: 200px;
margin-left: 10px;
font: 400 11px "jost", sans-serif;
text-transform: lowercase;
}







/* C3.11 */

.punbb .post-body {

margin-left: 186px;
border-left-style: none;
border-left-width: 0px;
padding: 10px 30px 0px 0px;

  }

.punbb .post-content strong {
}


/* C3.12 */

.punbb .post-box {



  }



/*C3.13 */

.punbb fieldset .post-box {

  margin-bottom: 0.8em

  }



/* C3.14 */

.punbb .post-links {



  border-left-style: solid;

  border-left-width: 1px;
font-size: 10px;
  }



/* C3.15 */

.punbb .post-links ul {


height: 2em;
line-height: 2em;
margin-left: -12px;
border-top-style: none;
border-top-width: 0px;
background: transparent;
text-align: right;
margin-right: 29px;
font: 400 11px "Jost", sans-serif;
  }



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

text-align: right;
font: 400 11px "Jost", sans-serif;
  }



/* C4.2 */

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

  height: 1.8em;

  line-height: 1.8em;

  }



/* C4.3 */

.punbb .modmenu .container strong {

  float: left;
font: 400 11px "Jost", sans-serif;
  }



/* 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 {
font-size: 12px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
font-size: 10px;

  }


#profile-left  {
    text-align: center !important; width: 35%;
}

#profile-left img  {
}

#profile-right li strong a  {
    font-weight: bold; color: #4e644b;

}

#profile-right li strong {
  padding-left: 2em;
  color: #2a2633;
margin-bottom: 9px;
}



#viewprofile li strong, 
#viewprofile li div {

}

#viewprofile {
font: 600 12px "Jost", sans-serif;
}


/* C6.5 */

#viewprofile h2, #profilenav h2 {

  background: transparent;

  border: none;

  padding: 0 0 0 0;

margin: 0 10px 0.4em -2px;
width: 165px;
  }

#viewprofile h2 span::after, #profilenav h2 span::after {content: none;}

/* C6.6 */

#viewprofile h2 span, #profilenav h2 span {

  padding: 0 5px;
height: 10px;
  position: relative;
font-family: jost;
  }



/* 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;
color: #4e644b !important;
  }


#viewprofile li span a {color: #4b6048 !important;}

/*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 {
border-style: none none none none;
border-width: 0px 0px 0 0px;
background: url("https://forumstatic.ru/files/001b/f0/30/33133.png?v=1") no-repeat;
height: 342px;
width: 1000px;
margin-top: -376px;
position: absolute;
}



/* D1.2 */

#pun-title h1 {

  display : none;

  height : 40px;

  padding: 2em 1em 0 1em;

  }



/* D1.3 */

#pun-title .container {

  border-style: none none none none;

  }



/* D1.4 */

#pun-title h1 span  {

  font-size: 1.5em;

  }



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

}



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

    border: none;

    width: 100%;

}



#pun-title TD.title-logo-tdr {
  border: none;
  width: 468px;
  vertical-align: top;
  padding-top: 0px;
  left: 31%;
  top: 0;
  margin-left: 200px;
}



/* D2 Page navigation

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

/* D2.1 */

#pun-pagelinks {

  position: absolute;

  top: 0px;

  left: 0;

  margin: 0;

  border: none;

  padding: 0;

  width: 100%;

  }



/* D2.2 */

#pun-pagelinks .container {

  background: transparent;

  border: none;

  padding: 0}



/* D2.3 */

#pun-pagelinks .container li {

  display: inline

  }



/* D2.4 */

#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {

  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;

  }



/* D2.5 */

#pun-pagelinks a:active, #pun-pagelinks a:focus {

  position:relative;

  margin: 0;
}



#pun-pagelinks li a span {

  display:block;

  margin: 0 1em

  }



/* D3 Forum navigation

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



/* D3.1 */

#pun-navlinks, #pun-navlinks .container {
border-style: none;
border-width: 0;
width: 1000px;
padding-top: 5px;
height: 30px;
text-align: center;
  }



/* D3.2 */

#pun-navlinks .container {
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
word-spacing: 10px;

}


/* D3.3 */

#pun-navlinks li {

  display: inline;


  }



/* D3.4 */

#pun-navlinks li a {
 color: #4e644b;
font: 600 12px "Jost", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;}


#pun-navlinks li a:hover  {filter: brightness(1.6);}



#pun-navlinks li span {
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: 0.5s ease;
  }


#pun-navlinks li span:hover {
   
      background-size: 100%;
   
}


/* D4 User links

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



/* D4.1 */


#pun-ulinks li a {
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: 0.5s ease;
  }


#pun-ulinks  {

margin-top: 0;
text-align: center;
height: 16px;
  }



/* D4.2 */

#pun-ulinks .container {

margin-top: -13px;
width: 1000px; 
position: relative; padding-top: 8px;
}




/* D4.3 */

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

display: inline;
white-space: nowrap;
color: #ccd4cb;
text-transform: lowercase;
font: 400 11px "Jost", sans-serif;

  }

#pun-ulinks li a:hover {

filter: brightness(.6);

  }

/* D4.4 */

#pun-ulinks li a {

padding: 0 7px 0px 7px;

  }



/* D4.5 */

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

  border-left-style: none;

  border-left-width: 0;

  padding-left: 0

  }



/* D5 Welcome box and Top Breadcrumbs

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



/* D5.1 */

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

  border-bottom: none;
  margin-bottom: 0;

  }



/* D5.2 */

#pun-status .container {

color: #1a1a1a;
height: 17px;
width: 1000px;
font-size: 11px;
margin-top: -255px;
margin-bottom: 10px;
font-family: jost;
position: absolute;
text-align: center;
text-transform: lowercase;
  } 

#pun-status .container strong  {
font-weight: normal;
}

#pun-status .container a {  color: #c5ccc4; }


#pun-status li a {

color: #65624f !important;

  }

/* D5.3 */

#pun-status span {

  white-space: nowrap;


  }



/* D5.4 */

#pun-crumbs1 {




  margin-top: 0;

  }



/* D5.5 */

#pun-crumbs1 p.container {

border-top: none;
height: 15px;
padding: 0em 25px;
text-align: left;
font: 400 13px "Jost", sans-serif;
width: 1000px;
color: #656965;
margin-top: 24px;
position: relative;
  }

#pun-crumbs2 .container {

border-top: none;
height: 15px;
padding: 0em 25px;
text-align: left;
font: 400 13px "Jost", sans-serif;
width: 1000px;
color: #656965;
margin-top: 24px;
position: relative;
padding-top: 15px;

  }



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

  display: none;

  }



/* 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 {
text-align: center;
margin-top: 24px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;

  }

#news a {display: inline-block;
border: 1px solid #302f2f;
border-radius: 14px;
padding: 2px 30px;
color: #c7c7c7;
font: 400 12px "Jost", sans-serif;}


/* D7 Statistics

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



/* D7.1 */

#pun-stats .container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
font: 400 11px "Jost", sans-serif;  }


#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
font: 400 9px "Jost", sans-serif;
text-transform: uppercase;}






/* 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 {
  line-height: 150%;
text-align: right;

  }



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

  line-height: 150%;

  padding: 0.8em 1em;

  }



/* D8.5 */

#pun-about p span {

display: block;
padding-left: 50%;
font-size: 8px;
margin-top: 7px;
  }





/* D8.6 */

#pun-crumbs2 {

  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;

font-size: 12px;
text-align: center;
color: #453a2c;
font-weight: bold;
width: 1000px;

  }



/* D8.7 */

#pun-crumbs2 .container {

  border-bottom: none;

  }



/* D8.8 */

#pun-break4 {

  margin: -2px 1em;

  border-style: solid none;

  border-width: 1px 0;

  position: relative;

  height: 0;

  z-index: 1;

  }



/* D8.9 */

div.punbb-admin #pun-about .container {

  border-top-style: solid;

  border-top-width: 1px;

  }





/* D9 Help file

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



/* D9.1 */

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

  border-bottom-style: none;

  border-bottom-width: 0px;

  padding-bottom: 0;

  margin-bottom: 0.8em;

  }



/* D9.2 */

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

  padding-bottom: 0.6em;

  display: block;

  border-bottom-style: none;

  border-bottom-width: 0px;

  font-size: 1.1em;

  }



/* D9.3 */

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

  margin-bottom: 1em

  }



/* D9.4 */

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

  padding: 0 0 0 1em

  }



/* D9.5 */

#pun-help .formal li {

  padding: 0;

  line-height: 130%

  }



/* D9.6 */

#pun-help .formal li * {

  vertical-align: text-top

  }



/* D9.7 */

#pun-help .formal dt span {

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

  }



/* D9.8 */

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

  padding-bottom: 0;

  }


#main-reply {
    width: 100%;
    padding: 5px;

}

.post-content td {vertical-align: top;
padding: 0.1em 0.5em !important;}


.mini_awards_label {
display: none !important;
color: #7b7774;
font-size: 10px;
font-family: yeseva one;
text-transform: uppercase;
}


 .mini_awards img {max-width: 35px !important;
max-height: 50px !important;}

 .pa-author a {color: #4e644b !important;  }
 .pa-respect a, .pa-posts a {color: #c7c7c7 !important;}
 .pa-avatar {text-align: center; margin-top: 7px; }

.pa-posts, .pa-respect, .pa-fld1 {
display: inline-block;
width: 55px;
height: 15px;
text-align: center;
font: 400 11px "jost", sans-serif;
margin-top: 2px;

}






.pa-fld2 {
display: block;
width: 92px;
height: 59px;
text-align: center;
margin: 0px 0 0px -11px !important;
font-family: colus;
letter-spacing: 0.5px;
text-transform: uppercase;
color: #42331f !important;
line-height: 60px;
font-size: 16px;
background: url('https://forumstatic.ru/files/001b/bb/f7/26302.png') right;
}


 .pa-respect a:hover, .pa-posts a:hover {}

#font-area, #size-area, #color-area, #smilies-area, #imageup-area, #image-area, #keyboard-area, #addition-area, #video-area, #spoiler-area {
background-color: rgb(26, 26, 26);
color: #acacac;
border: 1px solid #262525;
padding-left: 10px !important;
scrollbar-width: thin;
border-radius: 10px;
width: fit-content !important;
font: 400 10px "Jost", sans-serif;
text-align: center;}


#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area 
{
 
    z-index: 10000;
}

#font-area {
    height: 280px;
    overflow-x: auto; 
}

.hasicon tr .tcr a {
font: 600 10px "Jost", sans-serif;
text-transform: uppercase;
} 


#pun-index .tcl h3 a {
color: #4e644b;
transition: all 0.4s ease-out;
text-transform: uppercase;
letter-spacing: 1px;
font: 600 16px "Jost", sans-serif;
}



#byuser {color: #5d6071 !important;}

.punbb .post h3 a {
    font-size: 10px;
}


.post h3 img {
    margin: 0px 7px;
    cursor: pointer;
}




#pun-index .tclcon {
text-align: justify;
font-size: 10px;
width: 406px;
color: #2e2e2e;
padding: 10px;
font: 400 11px "Jost", sans-serif;}



#pun-index .tclcon t {
  display: block;
  margin-top: 10px;
  font: 600 11px "Jost", sans-serif;
}

#pun-index .tclcon t a {
  margin-right: 10px;
}


#pun-index .tcl h3 a:hover  {
filter: brightness(1.6);
 transition: all 0.4s ease-out;}



#pun-viewtopic .post h3 { 
position: absolute;
z-index: 4;
width: 1000px;
margin-top: -2px;
}

#pun-live-rusff {display: none;}


.pa-posts {

}




dl.post-sig {border-top: 1px solid #aaa; padding-top: 5px; margin-top: 25px;}


.pa-avatar.item2 img {
max-width: 180px;
border: 1px solid #838383;
}

.pa-avatar.item2 img.allow_change:hover {
    outline-color: rgba(240, 240, 240, 0) !important;
}

.pun-modal .modal-inner h2 {
background: transparent !important;
}


.pun-modal .modal-inner {
border: 1px solid !important;
color: #262525;
background-color: #1a1a1a;
padding-bottom: 23px;
}


.pun-modal .modal-inner .container {
    color: #4f7755 !important; overflow: hidden;
}

.pun-modal .modal-inner .infofield {
    display: block;
    width: 652px;
}

#pun-report .inner,  #pun-admin-award-form .inner {
  border: 1px solid !important;
color: #3e4457;
background-color: #12141a;
}



#floatbut {width: 26px;}


#pun-stats {
font-size: 11px;}

.topic a.sharelink {
    display: none;
}



.punbb .modmenu .container span {
    display: none;
}



.punbb .post-content  {
    text-align: justify;
}

.pa-awards {
    text-align: center;
}

#messages  .container {width: 100% !important;}



#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
background: #818681;
width: 8px;
height: 8px;
margin-right: 7px;
margin-top: 5px;
border-radius: 10px;}


#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
background: #a25454;
width: 8px;
height: 8px;
margin-right: 7px;
margin-top: 5px;
border-radius: 10px;}


#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
background: #1a1a1a;
width: 8px;
height: 8px;
margin-right: 7px;
margin-top: 5px;
border-radius: 10px;}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
background: #4e644b;
width: 8px;
height: 8px;
margin-right: 7px;
margin-top: 5px;
border-radius: 10px;}

#image-area a, #spoiler-area a, #video-area a {color: #4e644b !important;
font-weight: bold;
border: 1px solid #313131;
padding: 1px 10px;
border-radius: 10px;}


.resizable-textarea textarea {
    display: block;
    margin-bottom: 0pt;
}

#main-reply {height: 200px;}


.punbb .user-avatar .avatar-image {border: 0px solid #23415e;
transition: all 0.4s ease-out; 
} 




.punbb .user-avatar {
    padding-left: 10px !important; margin: 1px 25px 2px 0px !important;
}



.punbb .main .tcr {
  text-align: left;
font-size: 10px;
color: #535353;
}





#plng {background: #cecece !important;
border: 0px solid #bbbbb9 !important;
color: #515151 !important;
padding-right: 20px !important;
padding-left: 20px !important;
border-radius: 10px;
font: 400 11px "Jost", sans-serif;}






#mod-options {
background: #151515;
color: #555955;
border: 1px solid #262525;
border-radius: 10px;
font: 400 11px "Jost", sans-serif;
margin-top: 9px;}



#topic-users-in {
}


::selection {
background: none repeat scroll 0% 0% #455843;
color: #c7c7c7;

}







#profile-name {
color: #4e644b;
font: 600 12px "Jost", sans-serif;
text-transform: uppercase;
}

#profile-title {
color: #8d8d8d;

}



#profile-name strong {
  padding: 0 !important;
}


div.post-rating a, div.post-vote a {
    font-size: 130% !important;
    text-decoration: none !important;
 color: #1a1a1a !important;
font: 400 14px "Jost", sans-serif;


}


.post-rating .container {
  text-align: right; font: 400 11px "Jost", sans-serif; } 


#pun-status .status-right {
    display: none;
}






#reputationText {
   
}

#rep_form {
    color: #3f4656 !important;

}

#rep_form .tcl {width: 27% !important;}



#rep_form td.tc2 {
display: block;
width: 600px !important;
color: #61508a !important;
font-weight: bold;
}


.inner post_reputation h1 span {
    color: #6a2e0e !important;
}






#pa-edit a {     color: #4e644b !important;
font-weight: bold !important;

text-align: center;}


.adformal h2, #pun-adnav h2 {border-width: 0 0px 0px 0 !important;}




#viewprofile li {

}

#tags .container {

    right: 6px !important;
}



.pa-awards {
    line-height: 15% !important; margin-top: 15px;
}

#hide-1 {
   margin-left: -203px !important;
margin-top: -10px;
}



#profilenav span {
    font-size: 16px !important;
}

.fs-box h3 span {
    color: #000 !important;
}

.punbb td div.tclcon {
    width: 90%;
}





.fs-box li.pa-title {display:none;}




#movePostsTable, #afterMove {
    background: #c4c4c4;
    border: 1px solid #172f4d; 
padding: 14px;
} 

#button-graffiti_rusff {display: none !important;}

.fs-box .pa-reg {
    display: none;
}



.pun-modal .modal-inner h2 {
background: transparent !important;
}


.lastedit {
display: none;
}



.punbb .formal fieldset {
    display: inherit !important;
}


.post-content hr {background-color: #40485b;
border: none;
height: 1px;}




    .gid2 #pun-adnav .item4,.gid2 #pun-admin_users #pun-admain1.adformal{display:none!important;}



.post topicpost {
    overflow: visible;
}






.post-content .highlight-text {
background-color: #a59986 !important;
color: #ddd5c5 !important;
padding: 1px 3px !important;
border-radius: 4px !important;
}



.punbb .post h3 { }

li.pa-replies {
    text-align: center;
    padding-top: 8px;
}


#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {}

#pun-reputation .inner {
background: #c6c6c6;
border: 1px solid #6f6b79;

}



#pun-admain a:hover {
}


.punbb h2 span {
    display: block;
}


.punbb h2 span::after {content: url('https://forumstatic.ru/files/001b/f0/30/83210.png');
position: absolute;
margin-top: 6px;
right: 90px;}



#imageupload-left input[type="button"] {
  width: auto !important;
border: 1px solid #333232;}


.punbb .user-avatar .isonline {top: 8px !important;}

li#navawards {display: none;}







#pun-admain .adcontainer th {   background-color: #cecece !important;
  color: #515836 !important;
}


.reactions-container {
  display: none !important;
}



.post-content .spoiler-box > div { background: url('/img/plus.png') #b9b9b9 no-repeat 2% center !important;
  font: 600 9px "Jost", sans-serif;
  text-transform: uppercase;
  color: #2e2e2e;
padding: 10px; 
padding-left: 30px !important;}

.post-content .spoiler-box > blockquote.visible {  border-top: 1px solid #9b9b9b;
}


.fld-name {
  display: block;
}


.topic {
  background: #c7c7c7;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
padding-top: 20px;}

#headproc {
  position: absolute;
  color: #ccd4cb;
  text-align: center;
  width: 1000px;
  margin-top: -31px;
  font: 400 17px "Jost", sans-serif;
  height: 29px;
}

.stickytext,.closedatafield{ display:none;}


#pun-admain h1 span, #pun-admain h2 span, #pun-admain legend span, #pun-admain .adformal h3 span {
  font-size: 1.4em !important;
  font-family: jost;
}



#mask_dialog .inner {
cursor: default;
margin: 0;
width: 760px;
max-width: 99%;
max-height: 90%;
overflow-x: auto;
z-index: 10000000;
border: 1px solid #455843 !important;
color: #828282;
padding: 8px;
background-image: url();
outline: 0px solid rgb(217, 35, 35) !important;
scrollbar-width: thin !important;
background: url('') right;
background-color: #1a1a1a;
font: 400 12px "Jost", sans-serif;}

#mask_dialog .inner * {scrollbar-width: thin !important;}

#mask_dialog .hv-mask-dialog-title {color: #455843;}


.pun-modal .modal-inner h2 {
background: transparent !important;
}


#mask_dialog .hv-form-block input, #mask_dialog .hv-form-block textarea {
  width: 99% !important;
background: #1e1e1e !important;
border: 1px solid #373737 !important;
color: #959595 !important;
}

#mask_dialog .hv-form-block {max-height: 420px !important;}

#mask_dialog .hv-add-template {

  padding: 8px 4px !important;
  border: none !important;
}


.pa-respect span.fld-name a::after {
 content: 'rep:';
font-size: 11px;
}


.isguest .pa-respect span.fld-name::after {
content: 'rep:';
font-size: 11px;
position: absolute;
margin-top: -17px;
margin-left: -6px;
color: #c7c7c7;}

.pa-respect span.fld-name {
  color: transparent;
  font-size: 0;
}



#post-preview legend span {display: none;}


#uploaded-images img {
  width: auto !important;
  height: auto !important;
  max-width: 200px;
}


.marback  {
  background: #1a1a1a;
  width: 540px;
  margin: 0 auto;
  border-radius: 10px;
}

.marhead {text-align: center;}

.marhead img {
  margin-top: 0px !important;
  border-radius: 10px 10px 0px 0px;
}


.martitle1 {
  position: absolute;
  color: #eceaea;
  font: 600 33px "Jost", sans-serif;
  margin-top: -40px;
  width: 270px;
  text-align: center;
}


.martitle2 {color: #4e644b;
position: absolute;
margin-top: -18px;
margin-left: 270px;
text-align: right;
width: 254px;
font: italic 600 14px "Jost", sans-serif;}

.martext  {
  color: #c7c7c7;
  padding: 17px;

}

.martext p {
line-height: 13px !important;
}


.guestback {
 background: url('https://forumstatic.ru/files/001b/f0/30/42903.png');
width: 680px;
height: 287px;
margin: 0 auto;
padding-top: 115px;
}


.gsttxt  {
  font: 400 12px "Jost", sans-serif;
  padding: 0 25px;
  height: 50px;
  overflow: auto;
  scrollbar-width: none;
}

.gsttxt p {
  padding: 0 !important;
  line-height: 13px !important;
}

.gstdop1  {
  position: absolute;
  font: 600 16px "Jost", sans-serif;
  text-transform: uppercase;
  width: 407px;
  text-align: center;
  margin-top: 5px;
}

.gstdop2 {
  position: absolute;
  width: 407px;
  background: #acacac;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  margin-left: 23px;
  margin-top: 20px;
  padding-left: 10px;
  display: flex;
  height: 40px;
  align-items: center;
}

.gstdop3 {
  position: absolute;
  font: 400 12px "Jost", sans-serif;
  margin-top: 30px;
  margin-left: 454px;
}

.gstnames p, .gstdop2 p {
  padding: 0 !important;
}



.gsttab1, .gsttab2, .gsttab3 {
  margin-top: 78px;
  width: 206px;
  height: 141px;
  background: #b8b8b8;
  border-radius: 10px;
  border: 1px solid #9b9b9b;
  float: left;
  margin-left: 23px;
overflow: hidden;}


.gsttab2, .gsttab3 {  margin-left: 5px;}

.gstzag  {
  background: #a6a6a6;
  border-radius: 10px 10px 0px 0px;
  height: 20px;
  font: 600 12px "Jost", sans-serif;
text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
}


.gstnames {
  padding: 3px;
  height: 113px;
  overflow: auto;
  scrollbar-width: thin;
}


/* БИРЖА ТРУДА */
#html_wrapper {
  color: #1a1a1a;
  width: 100%;
  margin: auto;
  font: 400 12px/150% jost;
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 20px
}

#html_wrapper * {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

#html_wrapper a {
  color: #363c58
}

#html_wrapper a:hover {
  color: #1a1a1a
}

#html_wrapper .header_image {
  background: url(https://forumupload.ru/uploads/001b/f0/30/3/911020.png) no-repeat center;
  width: 100%;
  height: 102px;
  border: 1px solid #9c9c9c;
  margin-bottom: 15px
}

#html_wrapper .html_wrapper-header p + p {
  margin-top: 15px
}

#html_wrapper .html_wrapper-header p {
  font-family: verdana;
  font-size: 11px
}

.html_wrapper-works {
  display: flex;
  justify-content: space-between;
}

#html_wrapper .works_image {
  background: url(https://forumstatic.ru/files/001a/08/74/57740.jpg) no-repeat center;
  width: 100px;
  height: 400px;
  border: 1px solid #9c9c9c;
}

#html_wrapper .works_wrap {
  background: url(https://forumstatic.ru/files/001a/08/74/55842.jpg) no-repeat center;
  width: 580px;
  height: 400px;
  border: 1px solid #9c9c9c;
  padding: 12px 12px 12px 12px;
}

#html_wrapper .works_scroller {
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 23px;
  margin-right: -7px;
  padding-right: 5px;
}

#html_wrapper .work_place {
  background: #bcbcbc;
  min-width: 250px;
  flex: 1;
  border: 1px solid #9c9c9c;
  padding: 10px;
  height: 184px;
}

#html_wrapper .work_place h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: #363c58;
  margin-bottom: 5px;
}

#html_wrapper .work_place .works_scroller {
  display: block;
  line-height: 100%
}

#html_wrapper .work_place .works_scroller > div {
  margin-bottom: 10px;
  font-size: 11px
}

#html_wrapper .work_place .works_scroller > span {
  font-size: 11px
}

#html_wrapper .work_place .works_scroller > span b {
  font-weight: 700
}
/* БИРЖА ТРУДА */

/* НЕПИСИ */
#html_wrapper .html_wrapper-npc {
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}

#html_wrapper .npc-wrap {
  background: #c0c0c0;
  min-width: 250px;
  flex: 1;
  border: 1px solid #9c9c9c;
  padding: 9px;
  height: 180px;
  font-size: 11px;
  display: flex;
  gap: 10px;
  height: 140px;
  line-height: 110%
}

#html_wrapper .scrolling {
  /*  overflow-y: auto;
 height: 100%;
  padding-right: 10px */
}

#html_wrapper .npc-wrap img {
  width: 100px;
  height: 120px;
  object-fit: cover
}

#html_wrapper .npc-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

/* НЕПИСИ */


/* ГОСТЕВАЯ */
#guestbook_wrap {
  background: url(https://forumstatic.ru/files/001a/08/74/66789.png);
  width: 680px;
  height: 511px;
  margin: auto;
  padding: 120px 26px 26px;
  box-sizing: border-box;
  color: #131313;
  display: flex;
  flex-direction: column;
  gap: 8px
}

#guestbook_wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#guestbook_wrap a {
  color: #3c5c43
}

#guestbook_wrap a:hover {
  color: #1a1a1a
}

#guestbook_wrap p {
  font: 400 12px/100% jost;
  text-align: justify;
}

#guestbook_wrap p + p {
  margin-top: 15px
}

#guestbook_wrap .copycode {
  position: relative;
}

#guestbook_wrap .legend {
  display: block;
  text-align: center;
  font: 600 18px jost;
  text-transform: uppercase;
  margin-bottom: -9px;
}

#guestbook_wrap .legend a {
  color: #1a1a1a
}

#guestbook_wrap .legend a:hover {
  color: #3c5c43
}

#guestbook_wrap .blockcode {
  background: #aeaeae;
  border: 1px solid #9c9c9c;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  z-index: 1;
  width: 100%
}

#guestbook_wrap pre {
  font: normal 11px verdana
}

.guestbook_items-wrap {
  display: flex;
  justify-content: space-between;
  gap: 5px
}

#guestbook_wrap .guestbook_item {
  background: #b9b9b9;
  border: 1px solid #9c9c9c;
  border-radius: 10px;
  padding: 15px;
  height: 110px;
  flex: 1;
  overflow: hidden;
}

#guestbook_wrap .guestbook_item h5 {
  text-align: center;
  font: 600 13px jost;
  text-transform: uppercase;
  background: #a8a8a8;
  border-bottom: 1px solid #9c9c9c;
  margin: -15px -15px 8px;
}

#guestbook_wrap .guestbook_list {
  font: normal 11px/140% verdana;
  overflow-y: auto;
  height: 70px;
  text-align: left
}

/* подсказки с никами отплюсовших соо */
.post-rating p.container {
  width: auto !important;
}
цвет
Код:
/* CS1 Background and text colours
-------------------------------------------------------------
*/

body {background: url("https://forumstatic.ru/files/001b/f0/30/70880.jpg") fixed #000;
background-size: cover;}

#pun {
margin-left: 0px;
background: #1a1a1a;

}



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

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3  {  background-color: transparent;
  color: #1a1a1a; }


.punbb-admin #pun-admain .adcontainer  {
  background-color: transparent;
  color: #515151;
  }

.punbb .main .container, #pun-stats .container {background-color: #c7c7c7;
border-radius: 20px;
width: 89%;
margin: 0 auto;
padding: 10px;
z-index: 3;
position: relative;}


#profile .container {
  width: 69% !important;
}


/* CS1.3 */
#pun-stats h2,.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2  {
  background-color: transparent;
color: #0a0e0f;

font-style: normal;

text-align: center;

  }




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

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

#profilenav h2 span {
    color: #4e644b !important;
text-align: left !important;
}

#viewprofile h2, #profilenav h2 {
    text-align: left !important;
    line-height: 0px !important;
}


.punbb legend span {
    color: #4e644b;
font: 400 10px "Jost", sans-serif;
}

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

.adcontainer {
    border-style: none !important;}


#pun-admain fieldset {
    border-style: none !important; 
padding: 0 !important;
margin: 0px 0 1em -16px !important;}

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {

  color: #234048;
  }

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



.punbb textarea, .punbb select, .punbb input {
border: 1px solid rgb(178, 181, 180);
outline: none;
}

.punbb input {border: none;}

/* CS2 Border colours
-------------------------------------------------------------*/

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

  }

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



.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2  {
color: #0a0e0f;

font-style: normal;

text-align: center;
  }

/* CS1.3 */
#pun-stats h2 .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin{
  }

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

  }

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

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  }

#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: 0px solid #2b1c0c;
  }

li.pa-online {
  border-left-color: transparent;
text-align: center;
color: #6c8669;
font-size: 8px;
text-transform: lowercase;
  }
.punbb .post-sig dt {
   }


/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
color: #4e644b;
border-bottom: 0px none;
text-decoration: none;
font-style: none; transition: all .2s linear;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #1a1a1a; transition: all .2s linear;
  }

/* 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 {
text-decoration: none;
color: #414441; transition: all .2s linear;
  }

.punbb a:hover {filter: brightness(1.6); transition: all .2s linear;}


a {
  position: relative;
}






/* CS3.3 */
#pun-navlinks a {

    border-bottom: 0px none;
  text-decoration: none;

  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
 

  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
 
  }

#pun-ulinks a {
 color: #000000;
    border-bottom: 0px none;
  text-decoration: none;

  }

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


#pun-about p.container {
margin-bottom: -66px;
height: 54px;
}


::-webkit-scrollbar {
    background-color: rgb(172, 172, 172) !important; 
width: 3px !important;
height: 3px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #485c46 !important; 
width: 6px !important;
}


HTML, body {
scrollbar-color: #485c46 rgb(172, 172, 172);
scrollbar-width: thin;
}



/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
height: 17px;
width: 270px;
top: -31px;
line-height: 17px;
display: inline-block;
cursor: pointer;
font-size: 11px;
color: #545c38;
position: absolute;
transition: all 0.3s ease-in-out 0s;
text-align: center;
font-family: arial;
letter-spacing: 3px;
font-weight: bold;
}

/* вид кнопки после клика по ней */
.spirit-navigation.spirit-navigation_hover{
background: url(ссылка на картинку) no-repeat
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
width: 270px;
margin-left: 0px;
position: absolute;
top: -9px;
z-index: 999;
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka { display: block;
padding: 10px;
background: rgb(84, 92, 56);
}



/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a     {background: #3c4228;
white-space: nowrap;
margin: 5px auto;
text-align: center;
transition: all 0.3s linear 0s;
display: block;
color: #eaeaea;
font-size: 10px;
height: 18px;
line-height: 16px;
}

/* ссылка при наведении */
#pun .sslka a:hover {
  background-color: #2c3313 !important;
  color: #fff;
}

0

2

верх
Код:
<div id="resplash" style="display: none;">
<div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>Форум на профилактике</span><div class='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='/' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password'  id='fld2'  name='req_password'  size='25'  maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div>
<script type="text/javascript">
var active = 1;
if(GroupID != 1 && active == 1){
e10 = document.createElement('div')
e10.innerHTML = document.getElementById("resplash").innerHTML;
document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap'))
document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>");
document.title= 'Форум на профилактике - '+document.title;
}
</script>



<div id="headproc"> до открытия <b>семь дней</b> </div>

<script>
  document.addEventListener("DOMContentLoaded", function() {
    var statsHeader = document.getElementById("pun-stats");
    if (statsHeader) {
      statsHeader.innerHTML = statsHeader.innerHTML.replace("Статистика форума", "Statistics");
    }

    var quickResponseHeader = document.querySelector("#post-form h2 span");
    if (quickResponseHeader) {
      quickResponseHeader.textContent = "Quick Response";
    }


  });
</script>




<script type="text/javascript">
FORUM.set("editor.link.short_url", function() { return false; }); </script>

<!--------------------- Отключение кнопки Жалоба в сообщениях --------------------->
<script type="text/javascript">
RusffCore.sets.show_reportBtn = 0;
</script>

<!--------------------- Отключить функцию "Поделиться" --------------------->
<script type="text/javascript">
RusffCore.sets.share = false;
</script>

<!--------------------- Отключить функцию "Это интересно" --------------------->
<script type="text/javascript">
rusffLive.enable = false;
</script>


<script>if(FORUM.editor) {FORUM.editor.image.img_bbcodes.viewer.selected = false;FORUM.editor.image.img_bbcodes.source.selected = true;}</script>

<!--выделить код. Alex_63 new.2019--> 
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'выделить код [копируется сразу]' //текст ссылки</script>
<!-- конец -->


<!-- Исключение из "Цитировать" подписи и "отредактировано" -->
<script type="text/javascript"> (function(){    var p =[];
  $('.post').find('.pl-quote').click(function(){
	p[0] = $(this).parents('.post').find('.lastedit');
	p[1] = $(this).parents('.post').find('.post-sig');
	p[2] = p[0].html();p[3] = p[1].html();
	p[0].html('');p[1].html('');
	setTimeout(function(){p[0].html(p[2]);p[1].html(p[3])},600);});
}());
</script>
<!-- конец -->


<!-- Смена аватара в топике (в HTML верх) © Deff, Alex_63 -->
	<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0015/c4/3f/67168.css" />
	<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/67169.js"></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:7px  !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>



<!-- Удаляем лишние строки после цитаты и кода // v.3 © Alex_63 -->
	<script type="text/javascript">
	$('.post-content').each(function() {
    var CNT = $(this).html();
    CNT = CNT.replace(/<p><br><\/p>/img,'');
    CNT = CNT.replace(/<p><br><br>(.*?)<\/p>/img,'<p>$1</p>');
    CNT = CNT.replace(/<p><br>(.*?)<\/p>/img,'<p>$1</p>');
    $(this).html(CNT);
	});
	</script>



<!-- Черная Подсказка-->
<script>
$(document).ready(function(){$('*[title]:not('.GamePst')').not('*[title] *[title]').tipsy({gravity:$.fn.tipsy.autoNS})});
$.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});}
$.catch('.pa-awards img[title]',function(){$('.punbb li.pa-awards img[title]').tipsy({fade:true,gravity:'s award'});});
</script>
<!-- конец-->




<!-- Пиар-вход v.2 -->
<script type="text/javascript">
PR.nick = 'гонец'; //Ник PR-аккаунта
PR.pass = '1111'; //Пароль PR-аккаунта
PR.btn_text = 'PR'; //Надпись на кнопке PR-входа(или ссылка на картинку);
PR.set();</script>
<!-- конец Пиар вход -->
низ
Код:
<!----------------------------------------------- ДОП ШРИФТЫ  ----------------------------------------->
<script type="text/javascript">
if (document.URL.indexOf("viewtopic") != -1) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();

ft_f.push('Jost');
ft_f.push('Montserrat');
ft_f.push('Bebas Neue');
ft_f.push('Roboto');
ft_f.push('Poppins');
ft_f.push('Playfair Display');
ft_f.push('Qwitcher Grypen');
ft_f.push('Manrope');
ft_f.push('Abril Fatface');

for (i in ft_f) {
j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] +  "</span><img src='/i/blank.gif' onclick=\"bbcode('[";
j += "font=" + ft_f[i];
j += "]','[/font]')\" /></div>";
ft.innerHTML += j;
}}
</script>




<script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script>
<script>
hvScriptSet.addMask({});
</script>

<!-- Ссылка на авторский пост в цитате // v.3 © Alex_63 -->
    <script type="text/javascript">
    $('.quote-box>cite:contains("#")').each(function() {
      var cntq = $(this).text(), pid = cntq.split(',')[0], lnkq = '<a class="qc-post-link" href="';
      if($('.post'+pid).length){$(this).html(lnkq+pid+'">'+cntq.split(',')[1]+'</a>');}
      else{$(this).html(lnkq+'/viewtopic.php?pid='+pid.split('#p')[1]+pid+'">'+cntq.split(',')[1]+'</a>');}
    });$('#pun-viewtopic .pl-quote>a').each(function() {
      $(this).attr('href',$(this).attr('href').replace('(\'','(\'#'+$(this).parents('.post').attr('id')+','));
    });
    </script>


    <!--ТЕГ  абзаца - [indent] -->
    <style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
    <script type="text/javascript">(function(){ var b = '[indent]';
    $("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif"  onclick="smile(\''+b+'\')"></td>');
    var indent = '<span style="display:inline-block;margin:1em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
    $('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
    </script>


<!--Код Замены кавычек -->
<script type="text/javascript">
(function(){function rep(str, p1,offset, s){
  return '>'+p1.replace(/"([^ "][^"]+?)"/gm,'«$1»')+'<';}
$('.post-content p').each(function(){
  $(this).html(('</>'+$(this).html()+'</>').replace(/>([^<>]+)</gm, rep));
});}());
</script>


<!--Код Замены тире на длинный дефис не срабатывающий в блоке Код: -->
<script>$('.post-content p').html(function(){return this.innerHTML.replace(/(\s|&nbsp;)?-(\s|&nbsp;)/g,'$1&mdash;$2')})</script>


<!-- Расширенная функция переноса сообщений V.2 © Alex_63 -->
    <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/61583.js"></script>

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



<script type="text/javascript">
if(GroupID != 3) { $('#pun-ulinks .container').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>'); }
</script>




<!--Отредактировано видно только адм-->
<script type="text/javascript">
if(GroupID != 1)  
document.write("<style type='text/css'> .lastedit {display: none; } </style>");
</script>
<!--Конец отредактировано видно только адм-->




<!--Разделение на блоки-->
<script type="text/javascript">
<!--
if (document.URL.indexOf("viewforum")!=-1){
var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
for (io=1; io<=(trs.length-1); io++){
if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
for(j=0;j<4;j++){
nl=normal.insertCell(0)
nl.className="tc2"
nl.innerHTML="&nbsp;"
nl.style.borderLeft="0px"}
nl.innerHTML="<b>Темы форума</b>"
nl.style.textAlign="left"
}}}
-->
</script>
<!--Конец разделение на блоки-->




<!-- Запятая в форму ответа после клика на Ник автора поста-->
<script type="text/javascript">
function to(username)
{insert('[b]' + username + '[/b]' + ', ');}
</script>
<!---Конец скрипта -->




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



  <!-- Кликабельность ника в постах Гостя --><script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>




<!-- Восстановление последнего поста при утере by Человек-Шаман -->
<script>
$(document).ready(function() {
  $('#addition-area').append(function() {
    return $('<div>Восстановить последний пост</div>').click(restoreLastPost);
  });
  function restoreLastPost() {
    $('#main-reply').val(localStorage.ReservePost);
  };
});
</script>
<!--конец-->



<!-- Кликабельность сообщений -->
<script type="text/javascript">
$('.post-author ul').each(function(){
  if(GroupID == 3) {
    var id = $(this).find('.pa-author a').attr('href').split('id=')[1];
  } else {
    id = $(this).parents('.post').find('.pl-email:first a').attr('href').split('id=')[1];
  }
  $(this).find('.pa-posts').html('<a href="/search.php?action=show_user_posts&user_id='+id+'" target="_blank"><div>msg:</div></a>'+$(this).find('.pa-posts').text().split(':')[1]);
});
</script>
<!-- конец -->


<!--Приветствие-->
<script>
greet="ты уже въехал в тоннель, "
str = document.getElementById("pun-status").innerHTML
pos = str.indexOf("Привет")
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+greet+str.substring(pos+8,str.length-1)
visit="последний раз ты пытался спастись "
str = document.getElementById("pun-status").innerHTML
if( (pos=str.indexOf("Ваш последний визит")) != -1 )
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+visit+str.substring(pos+21,str.length-1)
</script>
<!--Конец приветствие-->






<!-- Прокрутка страницы -->
<div style= "position: fixed;margin-left: 1026px !important; top: 319px; cursor: pointer;" id="nav_up"><img src="https://forumstatic.ru/files/001b/f0/30/95922.png" alt="Вверх страницы" title="Вверх страницы" border="0"/></div>
<div style= "position: fixed; margin-left: 1056px !important; top: 390px; cursor: pointer;" id="nav_down"><img src="https://forumstatic.ru/files/001b/f0/30/26087.png" alt="Вниз страницы " title="Вниз страницы" border="0"/></div>
      <script type="text/javascript">
        jQuery(function() {
            var overelem = jQuery('body');
            
            jQuery('#nav_up').fadeIn('slow');
            jQuery('#nav_down').fadeIn('slow');  
            
            jQuery('#nav_down').click(
              function (e) {
                  jQuery('html, body').animate({scrollTop: overelem.height()}, 830);
              }
            );
            jQuery('#nav_up').click(
              function (e) {
                  jQuery('html, body').animate({scrollTop: '0px'}, 830);
              }
            );
            });
        </script>

<!-- конец прокрутки -->




 <!--Меняем Шрифт в Топике --> 
    <style id=a_fnt>.post h3 img{margin:0 7px;cursor:pointer;}</style>
    <script type="text/javascript">
    function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookieF(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}
     
    a='<strong class=fnt style="width:auto;margin-right:33%;"><img src="img/minus.png" alt="-" />шрифт<img src="img/plus.png" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a);
    b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>'
    var c_Fnt;
    N=getcookieF('c_Fnt')
     if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));}
     b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt);
    function setFnt_Size(){
     b_Fnt=b_Fnt1+c_Fnt+b_Fnt2;
     $("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt)
     setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000);
    }
    $(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}});
    $(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}});
    </script><!--End//Меняем Шрифт в Топике -->




    <!-- Мгновенный предпросмотр сообщения © 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>


    <!-- Кнопка отключения мгновенного предпросмотра -->
    <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>


<!-- Аватар для гостя и по умолчанию / Deff, Alex_63 
mod by ForumD.ru  -->
    <script type="text/javascript">
    var DefAvtr = 'https://forumupload.ru/uploads/001b/ae/ef/2/500537.png'; //Ссылка на аватар по умолчанию
    var GuestAvtr = 'https://forumupload.ru/uploads/001b/ae/ef/2/388995.png'; //Ссылка на аватар для Гостя

   $('#pun-viewtopic,#pun-messages').find('.pa-title').each(function(){
      var b = DefAvtr;
      if($(this).text()=='Гость'){b = GuestAvtr;}
      var s='<li class="pa-avatar item2"><img class="defavtr" src="'+b+'" alt="Аватар"/></li>';
      if($(this).parent().find('.pa-avatar').html()==null)$(this).after(s);
    });
    $('#profile-left strong:contains("Нет аватара")')
    .parent().html('<div><img src="'+DefAvtr+'"/></div>');
    </script>
<!-- Конец -->


<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('<!--HTML-->')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);
}
});
});
</script>


<!--запрет рекламе менять аватар подпись и статус -->
<script type="text/javascript">
var a =document.URL
var b=document.getElementById('pun-status').innerHTML
if (b.indexOf("bad pr")!=-1)
{
if ((a.indexOf("signature")!=-1)||(a.indexOf("section=avatar")!=-1))
{document.getElementsByName('update')[0].onclick=noChange}
else if (a.indexOf("upload-avatar")!=-1)
{document.getElementsByName('urload')[0].onclick=noChange}}
function noChange()
{alert ("ты что творишь?")
return false}
</script>
<style>
#pun-main #profile1[action$="id=изменить_айди"]{
display:none;
}
</style>
<!--КОНЕЦ-->




<style>
/*Быстроплюсы для Топика!*/
div .post-rating p a {
    text-align: center;
    outline: 1px solid transparent;
    font-weight: 700;
    background: url(https://forumupload.ru/uploads/001b/f0/30/3/352861.png) no-repeat center;
     background-size:26px auto;
     position:relative;
    z-index:100;
    width: 36px;
    height: 36px;
    text-align:center;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -.1px;
}
.noNull:before{content: "+";
    display: inline-block;
    margin-left: -1px;
    font-size: 9px;
    letter-spacing: 0!important;
}   
</style>
<!--// Быстроплюсы v.1 by Deff //-->
<script src="https://forumstatic.ru/files/001b/a6/d4/74583.js"></script>
форма ответа
Код:
<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;margin:-6px 0 0 23px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>



<!-- BB-цитатa (NEW) --><script>
    var BBQuote = {};
    BBQuote.mode   = 1; // BB-цитирование: 0 - по стандартной кнопке цитаты, 1 - со вставкой новой кнопки;
    BBQuote.text   = 'BB-цитата'; // Надпись на кнопке BB-цитирования
    </script>
    <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/62091.js"></script>




<!-- Быстрое обёртываение в спойлер с ником Админа © Deff -->
<script>if(GroupID<3)(function () {
var obj = {'ник':'ник','ник':'ник'}/*Замещение ников*/
var nb = (obj[UserLogin]?obj[UserLogin]:UserLogin);
nb = "bbcode('"+"["+"spoiler=&quot;"+nb+"&quot;]'";
var $a = $("<td id=\"button-spoiler\" title=\"Свернутый текст\"><img onclick=\"$('#main-reply').focus().select();"+nb+",'['+'/spoiler]');\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-14px 0 0 23px;\">a</p></b></td>");
$a.insertAfter('#post #button-spoiler');}());
</script>
<!-- конец -->



<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("https://forumstatic.ru/files/0015/dd/40/15488.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]*)\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:rgb(199 199 199);border:1px solid #a1a1a1; border-radius:10px; width:auto; padding:8px; position:absolute; margin-top:-39%; margin-left:28%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="https://forumstatic.ru/files/001a/fc/23/50698.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="https://forumstatic.ru/files/001a/fc/23/19406.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>

0


Вы здесь » ВОЗНЕСЕНЬЕВ ДЕНЬ » поле чудес » STYLE & HTML #GREENDAWN


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