search:witchhat

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

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


Вы здесь » search:witchhat » Эй, возьми мои мокрые спички » наташа романофф;


наташа романофф;

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

1

иконки

llllll

0

2

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

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

/* A1.1 */

  @import url(style_cs.1636309455.css);

/* Astarta */
  @import url(https://forumstatic.ru/files/000f/09/5e/22470.css); /*бебас*/
  @import url('https://fonts.googleapis.com/css?family=Roboto');
  @import url(https://forumstatic.ru/files/000f/09/5e/31963.css); /*бебаси р*/
  @import url(https://forumstatic.ru/files/0019/91/c5/82977.css); /*кириллица*/
  @import url('https://forumstatic.ru/files/0019/91/c5/48019.css'); /*латиница*/
/*@import url('https://forumstatic.ru/files/0019/91/c5/45841.css'); личные*/
  @import url('https://fonts.googleapis.com/css?family=Bigshot+One|Oleo+Script+Swash+Caps');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto:300,400,500,500i,700,700i,900&subset=cyrillic');

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

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

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

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

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

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

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

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


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

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

/* A3.2 */
.punbb {
  font: normal 70%  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

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


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

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

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
    font-size: 0px;
    text-transform: lowercase;
}
/* A3.6 */
.punbb pre {
  font: 1.1em/140% verdana, arial, monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

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

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

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

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

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


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

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb dl.post-sig dt span,
.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 {
    background: url(https://i.imgur.com/YmtQhFx.png) repeat scroll top center;
    margin: auto;
    position: relative;
    width: 1201px;
}
.punbb {
    height: auto;
    margin: 0px 92px;
    width: 1000px;
}


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


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

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

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

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

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

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

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



#pun-main h2 {
  padding: 2px 1em 9px 1em;
  border-style: solid;
  border-width: 1px;
}

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

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

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

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

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
 font-family: 'Verdana', sans-serif;  }


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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    border: medium none;
    margin: 0.4em 0em 0.8em;
    padding: 0em;
}


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

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

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

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

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


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

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

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

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    top: -67px;
    left: 5px;
    width: 24em;
    color: #d3ccc6;
    font-size: 11px;
    text-transform: lowercase;
}
.linkst .pagelink a {text-transform: lowercase;}
.linkst .pagelink a:hover {}
.linkst .postlink a {text-transform: lowercase;}
.linkst .postlink a:hover {}

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

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  color: #3a3a3a;
  font-family: roboto;
  text-transform: lowercase;
  }

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

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

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


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

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

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

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

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

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

/* C1.5 */
.punbb fieldset legend {
    padding: 5px;
    margin: 0 0 0 11px;
    font-size: 11px;
    color: #afafaf;

  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

/* 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: center;
    width: 25%;
}


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

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

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

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

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

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

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

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

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

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

* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
    font-size: 11px;
    line-height: 10px;
    margin-left: 0;
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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





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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* D3.2 */
#pun-navlinks .container {
  padding-top: 15px;
  height: 27px;
  font-weight: normal;
  text-align: center;
  width: 706px;
}

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

/* D3.4 */
#pun-navlinks li a {
    font-family: tahoma;
    font-size: 0.8em;
    padding: 10px 5px 10px 7px;
}

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

/* D4.1 */
#pun-ulinks {
    border: 2px solid transparent;
    margin-bottom: 15px;
}
#pun-ulinks .container {
    border: medium none;
    font-weight: bold;
    height: 3px;
    padding-top: 0px;
    text-align: center;
    width: 850px;
}
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    white-space: nowrap;
}
#pun-ulinks li a {
    font-size: 0.8em;
    padding: 0 0 0 5px;
}

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

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

/* D5.2 */
#pun-status .container {    position: absolute;
    width: 302px;
    text-align: left;
    font-family: pt sans;
    margin-left: 9px;
    top: 115px;
    color: #8f8f8f;
    text-shadow: 0px 0px 1px #000;
    font-weight: lighter !important;
    z-index: 0;
    text-transform: lowercase;
}

#pun-status .container a {color: #e3e3e3}
#pun-status .container a:hover {color: #adadad}

#pun-status .container .item1 {    color: #dedede;
    font-size: 11px;
    left: 69px;
    letter-spacing: .5px;
    width: 230px;
    top: 89px!important;
    position: absolute;
}
#pun-status .container .item2 {    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 8px;
}

#pun-status .container .item3 {    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: -1px;
    width: 297px;
}

#pun-status .status-right {
    float: right;
    position: absolute;
    margin: 20px 0px;
}

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

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

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

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

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

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
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 {
  padding: 0.6em 1em 1em 1em;
  margin-bottom: -20px;
  margin-top: 20px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

::-webkit-scrollbar {
width: 5px;
height:5px;
background-color: rgba(20, 18, 15,0.1);
border-radius: 10px !important;}
::-webkit-scrollbar-thumb {
    background-color: #336b5e;
    width: 5px !important;
    box-shadow: 0 0 0 1px rgb(20 18 15 / 10%) inset;
    border-radius: 1px !important;
    border: 1px solid #336b5e;
}


.stickytext, .closedatafield, #pun-live-rusff, .pl-reports  {display: none}


input, textarea {
    outline: none;
}  
input:active, textarea:active {
    outline: none;
} 
:focus {
    outline: none;
}


#pun-messages .post h3 {background: none;
  width: auto;
text-shadow: none
}

#pun-messages .pa-author {padding: 5px; text-align: center;}
#pun-messages .post-author {  margin-top: 10px !important;
  /*background: none;*/
}
#pun-messages .post-author ul {color: #d3ccc6; text-shadow: none}
#pun-messages .pa-author a {color: #385462; text-align: center; text-shadow: none}
#pun-messages .pa-posts {display: none}
#pun-messages .pa-title {margin-left: 0px; width: 198px; text-align: center!important;}
#pun-messages .pa-online {clear: both}

#main-reply {height: 200px}

#pun-viewtopic .FNTslider {display: block}
    .FNTslider {
      border-radius: 5px;
      position:absolute;z-index:1000;
      background: #323232;
      width: 110px;
      height: 3px;
      margin: 4px 5px;
      border: solid 1px #272727;
      float: left;
      margin-left: 425px;
      display: none
    }
    .FNTslider .before {
    height: 1px;
    border: solid 1px transparent;
    border-right: none 0;
    border-radius: 2px 0 0 2px;
    position: absolute;
    background: #336b5e;
    margin-top: 0px;
}
    .FNTslider .thumb {
      width: 9px;
      height: 9px;
      border-radius: 100%;
      position: relative;
      top: -3px;
      background: #cac0b8;
      cursor: pointer;
      box-shadow: 0 0 3px 0 rgba(0,0,0,.5) inset, 0 0 2px 1px rgba(0,0,0,.3)
    }

/* клевер */
#pun-index .category tr>.tc2,
#pun-index .category tr>.tc3,
#pun-index .category tr>.tcr,
#pun-index .category tr>th,
#pun-index thead {
  display:none !important;
}
#pun-index .category tr {
    width: 430px;
    margin: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    background: #dcd2d2 !important;
    border: 4px double #d8c8c8;
    box-shadow: 0 0 0 2px #dcd8d5, 0px 1px 3px 1px rgb(197 181 181);
    margin-left: 32px;
    vertical-align: top;
    padding: 0 !important;
    margin-right: 22px !important;
}

#pun-index tr.alt1 {padding: 0 !important;
  display: inline-block;
  /*margin-left: 32px*/
}
#pun-index .category tr .Tems_And_messages {
display: none;

}
#pun-index .category tr .bottom {
    line-height: 11px;
    font-size: 10px;
    margin-right: 0px !important;
    font-family: verdana;
    vertical-align: top;
    text-align: right;
    padding: 4px 5px 0px 0px;
    box-shadow: 0px -1px 0 0 #d6d1cc, 0 -2px 0 0 #979797;
  margin-top: 20px
}

.punbb .category tr .bottom a{
    opacity: 1;
    font-size: 12px;
    font-weight: bolder;
    font-family: roboto;
}

.opisanie {         padding-top: 0px;
    padding-bottom: 20px;
    height: 30px !important;
    color: #303030;
    font-weight: normal !important;
    font-family: 'verdana';
    font-size: 10px !important;
    line-height: 12px;
    font-style: normal;
    text-align: justify;
}

#pun-index .tclcon h3 a:after {content: "";
background: currentColor;
display: block;
height: 2px;
width: 100%;
left: 0;
bottom: -2px;
position: absolute}


#pun-index .tclcon h3 a {font-family: roboto;
font-size: 15px;
    font-weight: 900 !important;
        display: block;
    text-align: left;
       letter-spacing: 0;
    margin-bottom: 5px;
    padding:0px 0px 5px 7px !important;
  letter-spacing: .5px;
  position: relative
}

#pun-index .tclcon h3 {padding-left: 26px}

.pa-fld4 {    background: url(https://forumstatic.ru/files/0019/be/2c/26952.png) no-repeat;
    width: 209px;
    height: 40px;
    margin-left: -3px;
    margin-top: 10px !important;
}
.pa-fld4 fonpi {display: block;
}

.pa-fld4 ici img {height: 37px}
.pa-fld4 ici {height: 37px;
  width: 38px;
float: left;
margin-left: 2px;
margin-top: 1px;
position: relative}
.pa-fld4 ici:after {content: "";
    display: block;
    box-shadow: 1px 0 0 0 #424242, 2px 0 0 0 #282828, 3px 0 0 0 #424242;
    height: 37px;
    width: 1px;
    right: 0;
    top: 0px;
    position: absolute;
}
.pa-fld4 kt {display: block;
    font-family: roboto;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    color: #5fab99;
    position: relative;
    padding-top: 3.5px !important;
}

.pa-fld4 kt:after {content: "";
display: block;
background: #282828;
height: 1px;
width: 120px;
position: absolute;
right: 23px;
bottom: -.5px}

.pa-fld4 mt {display: block;
font-family: pt sans;
color: #ada59f;
font-size: 10px;
letter-spacing: 0px;
line-height: 10px}

.pa-fld2 {    background: #2f2f2f;
    /* font-family: roboto; */
    box-shadow: 0 1px 0 0 #252525;
    margin-left: -3px;
    width: 209px;
    text-transform: uppercase;
    font-size: 7px;
    letter-spacing: .5px;
    margin-top: -2px;
}

/* 888888888888888888888888 */
/* убираем в таблице полосы */
/* 888888888888888888888888 */
.post-content td { border:0 none transparent!important; }

/* 8888888888888888888888888888888888 */
/* автошаблон в теме Работ дня Ч1 */
/* 8888888888888888888888888888888888 */
.postimg[onclick^="AutoPattern"]{
  cursor:pointer;
}
*[style$="workofday"]{
display:inline-block!important;
text-align:center;
margin-right:10px!important;
margin-bottom:24px!important;
max-width:350px;
}
*[style$="workofday"]>span[style$="img-size"],
*[style$="workofday"]>span[style$="img-size-epig"]{
  display:none;
}
.punbb .post-content  *[style$="workofday"] img.postimg{
  display: block!important;
}
.punbb .post-content *[style$="img-size"]+strong+a {
  max-width:170px;
}
.punbb .post-content *[style*="img-size"]+strong+a {
  /*text-transform: lowercase;*/
}
*[style$="workofday"]>a{
display:block!important;
text-align:center;
  position:relative;
  width:100%;
}
*[style$="workofday"]>a>img{
/*display:block!important;*/
margin:6px 0 2px 0!important;
}
*[style$="workofday"]>a.bad{
border:red solid 6px!important;
}
.Choice-of-works .post:not(.topicpost) .post-sig {
  display:none;
}

/* 88888888888888888888888888888888 */
/* Правка для скрипта смайлов */
/* 88888888888888888888888888888888 */
#wrapper {width: 530px;}
ul.tabs {height: 25px;line-height: 20px;margin: 0 0 3px;list-style: none;}
ul.tabs li {float: left; margin-right: -35px; cursor:pointer; }
ul.tabs li a {color: #444444;display: block;margin-bottom: -1px;margin-top: 0px;padding: 0 14px 1px;position: relative;text-decoration: none;}
ul.tabs li a:hover {color:#EFEFEF; position: relative; text-decoration: none;}
ul.tabs li.tab-current a {color: #444; border:medium hidden;line-height: 22px;}
ul.tabs li.tab-current a:hover {color: #8E7267;}
div.t2,div.t3,div.t4,div.t5,div.t6 {display: none; width: 530px; max-height: 200px; overflow-y: auto;}
#smilies-block {display: block;line-height: 7px; line-height: 7px; max-height: 162px; overflow: auto;}
#smilies-area, #video-area{width: 530px!important;}

/* Подъём ссылок в Подписи */
.post-sig a{display:inline-block;position:relative;z-index:100}

/*Cкрыли кнопы Русфф в Админке*/
.admin-advert-block {
  display:none;
}

/*8888888888888888888888888888
  CТИЛЬ ТАБЛИЦЫ С ВКЛАДКАМИ
       ДЛЯ ШАПКИ
88888888888888888888888888888*/

/***************************************
  ЛЕВАЯ КОЛОНКА ТАБЛЫ В ШАпКЕ ОТ ДУХА

****************************************/
.newsbox {    position: absolute;
    top: 233px;
    margin-left: 5px !important;
    width: 305px;
    height: 189px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    scrollbar-color: #476a8a rgba(20, 18, 15,0.1);
    scrollbar-width: thin;
}

.newsbox .newst {background: url(https://forumstatic.ru/files/0016/6a/3f/67833.jpg);
width: 298px;
height: 27px;
margin-bottom: 5px}
.newsbox a{
 display:inline-block;
 padding-right:3px;
 position:relative;z-index:11;
}
.newsbox .newst newst {color: #d3ccc6;
font-family: roboto;
font-size: 10.5px;
margin-left: 28px;
width: 255px;
display: inline-block;
margin-top: 7px !important;
}

.icowst {
position: absolute;
margin-left: -30px;
margin-top: 0px;
}

.icowst img {
max-width: 15px;
max-height: 15px;
}

.sslka {display: block;
opacity: .97;
padding: 5px}
#pun .sslka a {    background: #2a423f;
    white-space: nowrap;
    margin: 5px auto;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s linear 0s;
    display: block;
    padding: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 280px;
    color: #d3ccc6;
    text-shadow: 0px 0px 1px #000;
    font-family: roboto;
    font-size: 8px;
    box-shadow: 0 0 1px 0px #111 inset, 0 2px 7px 2px rgb(255 255 255 / 3%) inset;
}

#pun .sslka a:hover {    background-color:#404040!important;
  opacity: .9;
  transform: scale(.9);
  color: #d3ccc6
}


#vklaka1 {width: 309px;
    margin-left: 3px;
    position: absolute;
    top: 138px;
    z-index: 1200;
    background: #2a2a2c;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 303px;
    overflow: auto;
}

.oformlenie_knopki.oformlenie_knopki2 {background: url() no-repeat
}

.oformlenie_knopki {    height: 19px;
    width: 306px;
    display: inline-block;
    cursor: pointer;
    font-size: 10px;
    position: absolute;
    top: 116px;
    margin-left: 32px;
    transition: all .5s ease-in-out 0s;
    z-index: 11;
    color: #c3c3c3;
}
#ams {    position: absolute;
    top: 423px;
    margin-left: 8px;
    width: 299px;
    text-align: center;
    color: #777;
    text-shadow: 0 0 1px #000;
    font-family: roboto;
    text-transform: lowercase;
    font-size: 10px;
    z-index: 11;
}
#ams a {color: #d3ccc6;
font-weight: 700}
#ams a:hover {color: #9b9693}

#navpiar a {text-decoration: none !important;}
/************************************
Конец Левой Части Таблицы в Шапке от Духа

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

/**88888888888888888888888888888888**/
/*** ТаБЛИЦА РАБОТ ДНЯ и т.д. ***/

#tstTable{
    position: absolute;
    margin-top: 102px;
    margin-left: 614px;
    height: 306px;
    width: 306px;
}
#tstTable td{border:none 0 transparent!important;}
#tstTable #First + td{
  width:306px;
  height:306px;
  /*background:url();*/
}
#tstTable #First,#tstTable #First + td{
  padding:0!important;
}
#tstTable table[id]{
    margin-top: 70px;
    margin-left: 10px;
    width: 100%;
    position: absolute;
    display: none;
}

.navbuttons {    margin-bottom: 27px !important;
    margin-left: -47px !important;
}
#tstTable .navbuttons td{
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    border: none 0 transparent !important;
    padding-top: 21px;
}
.tabindex {
  height: 240px;
  width: 100%;
  position: relative;
}
.tabindex p {
  font-weight: 700;
}
#tstTable #First a {
  display: block;
  width: 206px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-weight: 700;
  font-size: 14px;
}
#tstTable #First a:hover{
  /*background:url();*/
}
#tstTable td[id^="btn"]{color: #d3ccc6;
    font-family: roboto;
    font-size: 10.5px;}
#tstTable td[id^="btn"]:hover{   color: #99938e;}
#btn1 {
    padding-left: 58px;
    width: 70px !important;
}
#btn2 { width: 65px; }
#btn3 {
    width: 71px !important;
}
#btn4 {width: 61px !important;}

#tstTable td[id^="btn"]>img.a1{display:inline-block;}
#tstTable td[id^="btn"]>img.a2{display:none}

#tstTable td[id^="btn"].active>img.a1{display:none;}
#tstTable td[id^="btn"].active>img.a2{display:inline-block;}
#tstTable td[id^="btn"]:hover>img.a1{display:none}
#tstTable td[id^="btn"]:hover>img.a2{display:inline-block; margin-top:-1px!important; opacity:.83;}
#tstTable td[id^="btn"].active:hover>img.a2{display:inline-block;opacity:1!important;}

#tstTable td[id^="btn"]>img.a3{display:inline-block;}
#tstTable td[id^="btn"]>img.a4{display:none}

#tstTable td[id^="btn"].active>img.a3{display:none;}
#tstTable td[id^="btn"].active>img.a4{display:inline-block;}
#tstTable td[id^="btn"]:hover>img.a3{display:none}
#tstTable td[id^="btn"]:hover>img.a4{display:inline-block; margin-top:-1px!important; opacity:.83;}
#tstTable td[id^="btn"].active:hover>img.a4{display:inline-block;opacity:1!important;}

/*******************************
//END//CТИЛЬ ОБЩЕЙ ТАБЛИЦЫ
В ШАПКЕ
*******************************/

/* 888888888888888888888888888 */
/* Cтиль для Работ Дня  в Шапке*/
/* 888888888888888888888888888 */
/***************************
  Позиции Табличных Блоков
***************************/
#html-header .AMD {
  position: absolute;
}
.AMD.A1 {
    margin-top: 200px;
    margin-left: 3px;
    }
.AMD.A1 img {      width: 68px;
    height: 68px;}

.AMD.A2 {
    margin-top: 200px;
    margin-left: 75px;
}
.AMD.A2 img {  width: 68px;
    height: 68px;}

.AMD.A3 {
    margin-top: 200px;
    margin-left: 148px;
    }
.AMD.A3 img {       width: 68px;
    height: 68px;}

.AMD.A4 {
    margin-top: 200px;
    margin-left: 221px;
    }
.AMD.A4 img { width: 68px;
    height: 68px;}

.AMD.EP-1 {
    margin-top: 6px;
    margin-left: 2px;
    }
.AMD.EP-1 img {
    width: 141px;
    height: 190px;
    }

.AMD.EP-2 {
    margin-top: 6px;
    margin-left: 148px;
    }
.AMD.EP-2 img {    width: 141px;
    height: 190px;
    }


.AMD.A5 {
    margin-top: 6px;
    margin-left: 206px;
}
.AMD.A5 img {       width: 84px;
    height: 84px;}

.AMD.A6 {
margin-top: 95px;
    margin-left: 206px;
}
.AMD.A6 img {    width: 84px;
    height: 84px;}

.AMD.A7 {
margin-top: 184px;
    margin-left: 206px;
    }
.AMD.A7 img {     width: 84px;
    height: 84px;}


.AMD.EP-3 {
    margin-top: 6px;
    margin-left: 4px;
    }
.AMD.EP-3 img {
    width: 197px;
    height: 263px;
    }



.AMD.A8 {
    margin-top: 7px;
    margin-left: 3px;
    }
.AMD.A8 img {      width: 68px;
    height: 68px;}

.AMD.A9 {
    margin-top: 7px;
    margin-left: 75px;
}
.AMD.A9 img {  width: 68px;
    height: 68px;}

.AMD.A10 {
    margin-top: 7px;
    margin-left: 148px;
    }
.AMD.A10 img {       width: 68px;
    height: 68px;}

.AMD.A11 {
    margin-top: 7px;
    margin-left: 221px;
    }
.AMD.A11 img { width: 68px;
    height: 68px;}

.AMD.EP-4 {
    margin-top: 78px;
    margin-left: 2px;
    }
.AMD.EP-4 img {
    width: 141px;
    height: 190px;
    }

.AMD.EP-5 {
    margin-top: 78px;
    margin-left: 148px;
    }
.AMD.EP-5 img {    width: 141px;
    height: 190px;
    }



/* Скрытие Даты Голосования */
#html-header div[date-table]{
   display:none;
}


/************************************************************
  Начальные установки и установки для контента при наведении
************************************************************/
.preview-0{opacity:.72;transition: opacity ease-out .4s;}
div.AMD {z-index:10}
div.AMD:hover {z-index:400}
div.AMD .preview-0:hover{opacity:.9;}
#changeStyle img{border:solid 2px transparent;}

.hoverbox {cursor: default;
    position: absolute;
    top: 55px;
    left: -347px;
    width: 316px;
    height: 160px;}
[class^="AMD A"]+ .hoverbox{left: -276px;top: 30px;width:180px;height:180px;margin-top:0;}


div+.hoverbox {z-index:-100;}
div+.hoverbox { cursor: default;}
div+.hoverbox .preview {
  position: absolute;
  display: block;
  z-index:-100;
  top:0;
  bottom:0;
  left: 0px;
  right:0;
  height:0;
  border: 1px solid rgba(0,0,0,.82);
  margin:auto!important;
  width:33px;
  opacity:0;
  transition: ease-out 1.33s;
  transition-delay:.16;
}
div:hover+.hoverbox .preview {
  height:auto;
  opacity:1;
  z-index: 2000!important;
}
div:hover+.hoverbox img {padding: 0px !important; z-index: 2000; }
div[class^="AMD A"]:hover+ .hoverbox img{ width:176px; max-width:180px;}
div[class^="AMD EP"]:hover+ .hoverbox img{max-height: 445px;width:301px;}
/*div[class^="AMD EP"]:hover+ .hoverbox img{ width:361px; max-height:417px;}*/

div:hover+.hoverbox{
   z-index:2300;
}
/***********************************************
Прикрывает на время t от случайных срабатываний
кнопку объявы и наведения на пикчи в табле
******************************************/
#Закрывашка {
  display: none;
  position:absolute;z-index:1000;
  /*background:rgba(225,123,92,.34);*/
  width:319px;
  height:308px;
  left:74px;
  top:-15px;
}
#Закрывашка.hovr {
  display:block;
}
/****************************
  Затемнение для всплытия работ
****************************/
.overlay {
    position: absolute;
    z-index: 300;
    visibility: hidden;
    width: 369px!important;
    min-height: 322px;
    outline: #323232 solid 1px;
    left: -295px;
    top: -50px;
    opacity: 0.123;
    transition: opacity ease-out 1.1s;
    transition-delay: .16;
}
.overlay.active {
  visibility:visible;
  opacity:.9226;
}


/**********************************
Несворачиваемость оверлея(совместно
со скриптом добавления Классов
***********************************/
.active .AMD:not(.hover) {
  opacity:.37;
  position:absolute;
  z-index: 400;
}
.AMD.hover {
  opacity:1;
}
/* [1!]-скрываем таблицу на время Загрузки */
html-header{visibility:hidden;}

/******************
  Работы Дня -Превью
******************/

.AMD + .hoverbox + .Nxt{
margin: 0;
    width: 100%;
    left: 0;
    top: 256px !important;
    text-align: center;
    opacity: 0;
    position: absolute;
    z-index: -2300;
    transition: none;
}
.AMD[class*="EP-"] + .hoverbox + .Nxt{  
  top:256px;
}
.AMD:hover + .hoverbox + .Nxt{
  position:absolute;z-index:222300!important;
  left:-327px;
  opacity:1;
  transition:  ease-out 2.34s;
}
.AMD[class*="EP-"]:hover + .hoverbox + .Nxt{
  left:-342px;
  transition:  ease-out 2.7s;
}
.AMD + .hoverbox + .Nxt>b{
  color: #d3ccc6 !important;
    text-shadow: 0px 0px 1px #000;
    font-family: roboto !important;
    font-weight: 700;
  display:inline-block;
  white-space:nowrap;
  min-width:110px;
  /*position:absolute;z-index:2300;
  margin:auto;left:0;top:0;right:0;bottom:0;*/
  background: rgb(64 64 64);
  padding:.35em 1em .55em 1em;
  border:1px solid #000;
}

.hover a+.view>img{
  border-radius:4px;
  width:100%;height:auto;
}
.hover a+.view + .titl-proryw{
  position:absolute;z-index:30;
  right: 900px; top: 189px;
  font: italic normal 700 16px/15px Georgia;
  box-shadow: -1.67em 1.67em 2.5em rgba(0,0,0,.79343);
  text-shadow: 1px 1px 3px rgba(0,0,0,.72);
  background:rgba(195,195,195,0);
  margin:auto; padding:7px 12px 10px 12px;
  width:157px;
  visibility:hidden;
  opacity:0;/**/
  border-radius:11px;
  border:1px solid;
  color:rgba(0,0,0,.2);
  border-color:rgba(0,0,0,.2);
  transition: none;
}
.hover a:hover+.view + .titl-proryw{
right: 402px; top: 189px;
visibility:visible;
  opacity:1;
  color:rgba(0,0,0,.7);
  border-color:rgba(0,0,0,.9762);
background:rgba(195,195,195,.893);
transition: ease-out 1.95s;/*linear 1.70s;*/
}
/**********************
//Конец Прорыва(Графиста) в Шапке!

**********************/
/*88888888888888888888888888
//END ТАБЛа Работ в Шапке
8888888888888888888888888 */



/* Таблицы Работы Дня !в Топике! */

body .post-content table[style="width:111px"]+.quote-box{
background: #1A1822  50% 0!important;
color: #906D2C;
border: 4px solid #654D1F;
}
body .post-content table[style="width:111px"]+.quote-box>blockquote{
padding:0!important;
width:100%!important;
margin:0 auto!important;

}
body .post-content table[style="width:111px"]+.quote-box table{
max-width: 733px;
}
body .post-content table[style="width:111px"]+.quote-box td{
vertical-align:middle!important;
text-align:center!important;
padding:5px 9px!important;
}
body .post-content table[style="width:111px"]+.quote-box tr:last-child >td{
   vertical-align:top!important;
}
body .post-content table[style="width:111px"]+.quote-box td>p{
text-align:center!important;
padding:0!important;
margin auto!important;
}
body  .post-content table[style="width:111px"]+.quote-box a{
display:block!important;
text-align:center!important;
text-shadow:1px 1px 0 rgba(0,0,0,.8)!important;
padding-bottom:9px;
}
body  .post-content table[style="width:111px"]+.quote-box img {
display:block;
width:auto!important;height:auto!important;
max-width: 335px;
width:98%!important;height:auto!important;
border: 2px solid  #654D1F;
margin: 3px;
text-align:center!important;
}
body .post-content table[style="width:111px"]+.quote-box *{
color: #906D2C;
font: normal normal 700 16px/normal 'Bebas Neue';
letter-spacing: 2px; 
}
body .post-content table[style="width:111px"]+.quote-box  span[style$=" center"]{
font: normal normal 700 22px/normal 'Bebas Neue';
padding:12px 0 11px 0; margin-bottom:-15px!important;
color: #906D2C;
letter-spacing: 5px; 
}

/* Таблицы Работы Дня в Топике Голосования */

body #p780507 + .post .post-content table[style="width:111px"]+.quote-box *{
text-shadow:1px 1px 0 rgba(0,0,0,.53)!important;
color: rgba(200,200,200,.73)!important;
letter-spacing: 5px; 
}
body #p780507 + .post .post-content table[style="width:111px"]+.quote-box  span[style$=" center"]{
padding:10px 0 9px 0; margin-bottom:-15px!important;
color: rgba(200,200,200,.83)!important;
text-shadow:1px 1px 0 rgba(0,0,0,.53)!important;
}
body #p780507 + .post .post-content table[style="width:111px"]+.quote-box img {
display:block;
border-radius:6px;
box-shadow: 10px 10px 4px rgba(0,0,0,.6);
margin: 0px 0px 6px;
}
body #p780507 + .post .post-content table[style="width:111px"]{
  margin-top:-41px!important;
}
body #p780507 + .post .post-content table[style="width:111px"]+.quote-box + *{
  margin-top:-77px!important;
}
body #p780507 + .post .post-content table[style="width:111px"]+.quote-box{
background:url(https://forumstatic.ru/files/000f/09/5e/27581.jpg) 50% 0!important;
background-size:100% 100%!important;
width: 733px;
padding: 0 64px!important; border-radius:10px;
margin:-56px;
-moz-transform: scale(.74);
-ms-transform: scale(.74);
-webkit-transform: scale(.74);
-o-transform: scale(.74);
transform: scale(.74);
}

/* Таблицы для Прорыва !в Топике */

body .post-content table[style="width:222px"]+.quote-box{
background: #1A1822  50% 0!important;
color: #906D2C;
border: 4px solid #654D1F;
}
body .post-content table[style="width:222px"]+.quote-box>blockquote{
padding:0!important;
width:100%!important;
margin:0 auto!important;

}
body .post-content table[style="width:222px"]+.quote-box table{
max-width: 733px;
margin-bottom: 0!important;
}
body .post-content table[style="width:222px"]+.quote-box td{
vertical-align:top!important;
text-align:center!important;
padding:5px 7px!important;
}
body .post-content table[style="width:222px"]+.quote-box td>p{
text-align:сenter!important;
padding:0!important;
margin: 0!important;
color: #906D2C!important;
}
body .post-content table[style="width:222px"]+.quote-box tr[valign="bottom"],
body .post-content table[style="width:222px"]+.quote-box tr[valign="bottom"] *{
text-align:center!important;
}
body  .post-content table[style="width:222px"]+.quote-box a{
display:block!important;
text-align:center!important;
font: normal normal 700 16px/normal Philosopher;
padding-bottom:9px;
}
body  .post-content table[style="width:222px"]+.quote-box img {
display:block!important;
clear:both!important;
width:auto!important;height:auto!important;
max-width: 180px;
width:98%!important;height:auto!important;
border: 2px solid  #654D1F;
margin: 3px auto!important;
text-align:center!important;
}
body  .post-content table[style="width:222px"]+.quote-box tr[valign="top"] img {
max-width: 120px;
margin-top:-3px!important;
}
body .post-content table[style="width:222px"]+.quote-box *{
color: #906D2C;
font: normal normal 700 16px/normal Philosopher;
letter-spacing: 2px; 
}
body .post-content table[style="width:222px"]+.quote-box  p span[style$=" center"]{
font: normal normal 700 21px/normal Philosopher;
padding:12px 0 11px 0; margin-bottom:-15px!important;
letter-spacing: 5px; 
}

/*Oформление поста для темы с колорами */
.punbb #p795402 .post-content .post-sig,
.punbb #p795402 .post-body br,
#p795402 .post-author{
display:none;
}

.punbb #p795402 .post-body {
margin-left:0;
}
.punbb #p795402 .post-body img{
display: inline-block!important;
width:48%;
border-right:solid 7px #2C2C2C;;
height:auto;
margin:0 auto 0 auto;
text-align:center;
}
.punbb #p795402 .post-body a>img{
display: inline-block!important;
border-top:solid 1px #2C2C2C;
margin:-10px auto 0 auto!important;
width:100%;
}
.punbb #p795402 .post-content {
  overflow-y:auto;
  max-height:810px;
}
.punbb #p795402 .post-content a {
position:relative;
display: inline-block;
width:48%;
border-right:solid 7px  #2C2C2C;
}
.punbb #p795402 .post-content a:after {
  content: " ";
  background:url(http://funkyimg.com/i/2twWR.png) 0 0 no-repeat;
  background-size:43%;
  top:0;left:0;margin-left:39.7%;
  display: inline-block;
  position:absolute; z-index:100;
  height:150px;
  width:218px;
  opacity:0.4;
}/**/
.punbb #p795402 .post-content a.even:after {
  /*background-position:0 -189px;*/
}
.punbb #p795402 .post-content{
  counter-reset: sect;
}
.punbb #p795402 .post-content a:before {
  display:inline-block;
  position:absolute;top: -9px;left:40.56%;
  counter-increment: sect;
  content: counter(sect) ". ";
  font: normal normal 400 32px/normal Impact!important;
  letter-spacing:1px;
  text-shadow: -2px 2px 0 rgba(44,44,44,.44);
  color:rgba(0,0,0,.34)!important; margin-left:34px;
}

/*Oформление поста для темы с колорами */
.punbb #p796267 .post-content .post-sig,
.punbb #p796267 .post-body br,
#p796267 .post-author{
display:none;
}

.punbb #p796267 .post-body {
margin-left:0;
}
.punbb #p796267 .post-body img{
display: inline-block!important;
width:48%;
border-right:solid 7px #2C2C2C;;
height:auto;
margin:0 auto 0 auto;
text-align:center;
}
.punbb #p796267 .post-body a>img{
display: inline-block!important;
border-top:solid 1px #2C2C2C;
margin:-10px auto 0 auto!important;
width:100%;
}
.punbb #p796267 .post-content {
  overflow-y:auto;
  max-height:923px;
}
.punbb #p796267 .post-content a {
position:relative!important;
display: inline-block;
width:48%;
border-right:solid 7px  #2C2C2C;
}
.punbb #p796267 .post-content a.even:after {
  /*background-position:0 -189px;*/
}
.punbb #p796267 .post-content{
  counter-reset: sect;
}
.punbb #p796267 .post-content a:before {
  display: inline-block;
  position:absolute;left:-14px;top:34px;
  width:100%!important;
  margin:auto!important;
  margin-left:14px!important;
  text-align:center!important;
  vertical-align:middle!important;
  /*outline: red solid 1px;*/
  counter-increment: sect;
  content: counter(sect) " ";
  font: normal normal 400 55px/normal Georgia!important;
  letter-spacing: -2px;
  text-shadow: -4px 4px 0 rgba(44,44,44,.64);
  color:rgba(0,0,0,.24)!important; margin-left:34px;
}
.punbb #p796097 .post-content .post-sig,
#p796267 h3,
#p796097 .post-links,
#p796097 .post-rating,
#p796097 .post-author{
  display:none!important;
}
.punbb #p796097 .post-body {
margin-left:0;
}
.punbb #p796267 {
   /*margin-top:-6px;*/
}

#p796097 {
position:relative;
max-width:910px;
}
#p796097 .code-box,
#p796097 .quote-box{
  background:none transparent!important;
}
#p796097:before {
content: " ";
background:url(http://funkyimg.com/i/2tykz.jpg);
  background-size: 100% auto;
display:inline-block;
width:1021px;
height:339px;
top:-30px;left:-20px;
position:absolute;
}
#p796097 .code-box *,
#p796097 p *{
position:relative;
z-index:100;
/* text-shadow:0 0 5px rgba(223,208,170,.15),-1px -1px 0 rgba(100,100,100,.15);,1px 1px 0 rgba(0,0,0,.15);*/
}
/*********************************************/
.punbb  .Choice-of-works .post-content  img.postimg {
  vertical-align: top;
}

/*Скрытие титла Наград от Русфф*/
.mini_awards_label {
visibility:hidden;
}

/* 88888888888888888 */
/* Правка Закладок */
/* 88888888888888888 */

#Bubble img{
position:relative;
top:190px;
}
#MyBookmarks{
z-index:999!important;
}
body #BookmCntToggle {
top: -63px;
z-index:1002;
opacity: 0.65;
}
#MyBookmarks #bm2{
line-height:1em;
}
#BookmCntToggle {
margin-top: 100px!important;
}
body #MyBookmarks>h2{
background:#505050;
margin:0px 0px -2px 0px;
color:#D3CCC6;
text-shadow:1px 1px 0 rgba(0,0,0,.06)!important;
box-shadow:inset -1em 1em 1em rgba(52,52,52,.26)!important;
border-radius: 0;
border: #505050;
border-width: 0px 0px 0 0px;

}
body #MyBookmarks .container{
background: #e8dfdf;
}
body #MyBookmarks inner  {
margin:0 -4px 0 -4px!important;
background-color: #D3CCC6 !important;
    color: #D3CCC6;
}
#MyBookmarks>h2{
margin-top: 130px;
color: #684c1c; height:17px;
vertical-align:middle!important;
padding:.67em!important;
font: normal normal 700 14px/normal Verdana;
}
.editBookmark { background:rgba(210,204,198,.95)}
.editBookmark h1{ margin:0 -2px!important;
}

#BookmCntToggle.default-style{color:#53a2a7!important;}

/** Шрифты **/
#pun_wrap #post .container[id$="-area"]{
    border: solid 2px rgb(51 107 94)!important;
    border-radius: 0px;
    background-color: #d5cdcd;
}
.punbb #font-area {
padding: 0 9px!important;
overflow:hidden;
overflow-y:auto;
height:355px;
z-ndex:100000;
}
#font-area div[class^="fnt-"]{
white-space: nowrap;
margin: 0 -9px;
padding: 9px;
}
#font-area .fnt-0{
/*color:#000;*/
background: #D2CCC6;/*Можно добавить фон картинкой url(Ccылка на картинку)*/
font: normal normal 400 12px/normal Verdana;
}
#font-area .fnt-1{
background: #DEDBDB;
}

#font-area .only{
padding:12px 0;
color:maroon;
text-align:center;
background: rgba(187,181,176,.14);
font: normal normal 700 14px/normal Verdana;
}/*End/ Шрифты*/

/*Типа Антиблюр*/
.post-content *:not(a) img{
/* image-rendering: pixelated;*/
}

/*Доп настройки разные*/
.icon[data-new-topics]:before, .subforums span[data-new-topics]:before{background: #5d6a17!important; margin-top: 5px;}
.sharelink{display: none!important;}


/*темные заголовки админка*/
.adformal h2, #pun-adnav h2 {
    padding: 0.5em 1em;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    background-color: transparent!important;
    color: #d3ccc6!important;
    border-color: #333;
}


#pun-main h1 a{color: #d3ccc6!important;}
#pun-reputation h1 {margin-left: -100px!important;}


.pun-modal .modal-inner{
    width: 700px;
    max-width: 94%;
    height: auto;
    max-height: 44em;
    margin: 12% auto 0;
    /* box-shadow: 0 0 14px rgba(0,0,0,.3); */
    position: relative;
    z-index: 120000;
    overflow: hidden;
    border-radius: 5px;
    border: solid #788637;
    background-color: #d3ccc6;
}


 .pun-modal .modal-inner h2 span{margin-left: -200px;}

#notify-link .unreads, #navpm .unreads {background: #5e733b!important;}




/*Поднимаем ссылки меню над закрывашкой*/
#pun-crumbs1>.crumbs.container{
     display:block;
      position:relative;
      z-index: 1000;
}
#pun-navlinks li,
#pun-ulinks li{
    display:inline-block!important;
}
#pun-navlinks li a,
#pun-ulinks li a {
    display:inline-block!important;
    position:relative;
    z-index: 300;
}
.show-grafORprorywDay #pun-crumbs1>.crumbs.container,
.show-grafORprorywDay #pun-navlinks li a,
.show-grafORprorywDay #pun-ulinks li a {
    z-index: 0;
}
img[src$="/i/5fCSN.gif"]{display:none}

/*отключение RSS-ATOM*/
.topic+.modmenu .container>span {display:none!important;}

#tags .container {
    position: absolute;
    right: 6px;
    top: 38px!important;
    z-index: 2;
}
/*Выделения названий вкладки*/
.navbuttons td.active{
    text-decoration: overline;
}

 html {
-webkit-text-size-adjust: 100%;
}

0

3

Код:
.offctgr {display:block!important;
visibility:visible!important;
}

/* Линейки к Голосованию */
.poll2 tbody{
counter-reset:section;
}
.poll2 tbody td:not([class="tac"]):nth-child(1) span:before{
counter-increment:section;
content:counter(section) ". ";
}
#poll-special .poll2 td h1{
        background: url("/files/0000/14/1c/50871.png") no-repeat scroll 0 0  / cover !important;
border-radius:11px;
-webkit-border-radius:11px;
-khtml-border-radius:11px;
-moz-border-radius:11px;
-o-border-radius:11px;
box-shadow:5px 5px 5px #9C9C9C;
-moz-box-shadow:5px 5px 5px #9C9C9C;
-webkit-box-shadow:5px 5px 5px #9C9C9C;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#9C9C9C',direction=145,strength=7);
padding:1px;
border:none 0 transparent!important;
border-bottom:none 0 transparent!important;
}/*END// Линейки к Голосованию */



#pun-index .main .tc2, #pun-index .main .tc3, #pun-index .main .tcr {
display: none;}

.pa-last-visit {clear: both}

.pa-posts, .pa-respect, .pa-fld3 {
    display: block;
    font-family: roboto;
    width: 66px;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: 4px !important;
    padding-bottom: 3px !important;
    padding-top: 2px !important;
}
.pa-posts {
    float: left;
}
.pa-respect {
    float: left;
        margin-left: 2px !important;
}

.pa-fld3 {float: left;
    margin-left: 2px !important;}

#profilenav h2 {
    text-align: left !important;
}


.post-author {    background: url(https://forumstatic.ru/files/0019/be/2c/98291.png) no-repeat top, url(https://forumstatic.ru/files/0019/be/2c/71344.png) no-repeat bottom, url(https://forumstatic.ru/files/0019/be/2c/87510.png) repeat-y;
    margin-left: 0px !important;
    margin-top: -5px !important;
    margin-bottom: 0px !important;
    padding-bottom: 16px !important;
    width: 213px !important;
    padding-top: 0px !important;
}

.post-content {margin: 0px 0px 0px 5px !important;}

#pun #pun-post .pa-author {
width: 202px !important;
padding: 0px 0;
    padding-left: 34px !important;
}


.post h3 {background: url(https://forumstatic.ru/files/000f/09/5e/67880.png);color: #d3ccc6 !important;font-family: roboto !important;font-size: 10px !important;height: 23px;margin-bottom: 5px;margin-left: -16px;margin-top: -5px;width: 1027px;text-transform: uppercase;font-weight: 700 !important;letter-spacing: 1px;border: none;text-shadow: 0px 0px 1px #000;padding: 0 !important;}

.post h3 span {
    color: #dddacf;
    margin-left: 27px !important;
    margin-top: 0px;
    text-align: left;
    width: auto;
    font-weight: lighter !important;
}

#pun .post h3 span a {color: #d3ccc6}
#pun .post h3 span a:hover {
    color: #999;
}

#pun .post h3 strong {
    font-weight: bold;
    margin-left: 765px;
    position: absolute;
    width: 200px;
    text-align: right !important;
    color: #b3ada8;
}


.pa-author img {
    display: none;
}
.post-author .pa-author {
    font-family: roboto !important;
    font-size: 12px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: left;
    padding: 0px 0px 0px 4px;
    position: relative;
    margin-top: 7px;
    margin-bottom: 5px;
    color: #858585;
}


.post-author ul {
    color: #ada59f;
    font-size: 10px;
    line-height: 11px;
    margin-left: 5px;
    padding: 0px !important;
    text-align: center;
    width: 214px;
    text-shadow: 0px 0px 1px #000;
}

#pun .post-author ul a {    color: #5fab99;}

.pa-avatar {
    margin-top: 6px !important;
    width: 202px;
    margin-bottom: 5px !important;
    margin-left:0px !important;
}

.pa-avatar.item2 > img { 
    box-shadow: 0 0 0 4px #2f2f2f, 0 0 0 5px #252525
}

.pa-title {
    font-family: roboto !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    text-transform: lowercase;
    padding-left: 6px !important;
    padding-top: 4px !important;
    text-align: left !important;
    width: 198px;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
}
.pa-ip {clear: both;
   font-size: 7px;}

.pa-online {
    font-size: 10px;
    font-family: roboto;
    padding: 0 !important;
    margin-left: -10px !important;
    clear: both;
    margin-top: 0px !important;
    font-weight: 700;
    text-transform: lowercase;
    display: inline-block;
    width: 165px;
    color: #5fab99;
    text-shadow: none !important;
}
.pa-awards {display: none}


.punbb th {
    font-size: 0 !important;
}
li#navawards, .lastedit {
    display: none !important;
}
.pa-gifts {
    display: none;
}


HTML, body {
    background: #383838 url("https://i.imgur.com/CJD5dzO.png") repeat left top;
}


HTML, body {min-width: 1245px!important;
  scrollbar-color: #476a8a rgba(20, 18, 15,0.1);
scrollbar-width: thin;}/*!Правка для мобильных Устройств с мелким Экраном*/

#pun-title {border: none}


/* ШАПКА ИЛИ ЛОГО*/
#pun-title table {
    background: rgba(0, 0, 0, 0) url(https://forumstatic.ru/files/0019/be/2c/41043.png) no-repeat;
    border: none;
    height: 807px;
    margin-left: -81px;
    margin-bottom: -76px;
    width: 1170px;
}



#pun-navlinks a {
color: #b3b3b3;
    font-family: roboto !important;
    font-size: 12px !important;
    text-align: center;
    transition: all 0.5s ease-in-out 0.1s;
    display: inline-block;
    padding: 4px 13px 4px 13px !important;
    position: relative;
    margin: 0 0px;
    font-weight: 600 !important;
    text-shadow: 0px 0px 1px #000;
    /* overflow: hidden; */
}
#pun-navlinks a:hover {
    transition: all 0.3s ease-in-out 0.1s;
    color: #d3ccc6;
    background: rgba(0,0,0,.3);
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4) inset, 1px 1px 0 rgba(255,255,255,.1)
}
#pun-navlinks .container {
    background: none repeat scroll 0 0;
    display: inline-block;
    font-size: 0px !important;
    font-style: normal;
    margin-left: -2px !important;
    position: absolute;
    text-align: left !important;
    top: 44px;
    width: 706px !important;
    word-spacing: 6px;
    padding: 0px !important;
}

#pun-ulinks .container {
    font-family: pt sans !important;
    font-style: normal;
    font-weight: 600 !important;
    letter-spacing: 0px;
    margin-left: 115px !important;
    padding: 0 !important;
    position: absolute;
    text-align: left !important;
    text-transform: uppercase;
    top: 81px;
    width: 883px !important;
    display: inline;
}

#pun-ulinks .item5 {
    display: none;
}
#pun-ulinks a {
    color: #909090;
    font-size: 9px !important;;
    transition: all 0.5s linear 0s;
    padding: 0 5px 0px 5px !important;
    position: relative;
    text-shadow: 0px 0px 1px #000;
    letter-spacing: 1.5px
}

#pun-ulinks a:hover {
color: #d3ccc6;
}

.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {
    border-color: transparent;
    color: #313131;
}
.punbb .post-box {
    color: #313131;
}
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    border-color: transparent;
    color: #313131;
    font-style: normal;
    font-weight: normal;
}

.punbb textarea {
    background-clip: padding-box;
    background: #d5cdcd;
    color: #222;
    padding: 7px 5px !important;
    width: 99% !important;
    border: none;
    box-shadow: 0 0 0 2px #336b5e inset;
}
.punbb #pun-main .quote-box, .punbb #pun-main .code-box {
    background-clip: padding-box;
    background: #d5cdcd;
    color: #333;
    padding: 7px !important;
    position: relative;
    border-radius: 2px;
}

.punbb #pun-main .quote-box {    box-shadow: 0 0 0 1px #3f6262 inset, 0 -11px 0 -10px #3f6262, 0 11px 0 -10px #3f6262;}

.punbb #pun-main .code-box {   box-shadow: 0 0 0 1px #3f6262 inset, 0 -11px 0 -10px #3f6262, 0 11px 0 -10px #3f6262;}

#pun-main .code-box .scrollbox pre {
font-family: pt sans !important;
font-size: 12px;}

.punbb select, input {
    background: #d5cdcd;
    color: #333;
border: none;
padding: 1px 2px 2px 1px !important;
box-shadow: 0 0 0 1px #3f6262 inset, 0 -11px 0 -10px #3f6262, 0 11px 0 -10px #3f6262;
    border-radius: 2px;
}

#pun-navlinks .container {
    border-color: transparent;
    color: #152115;
}
.offline li.pa-online strong {
    font-weight: normal;
}

.punbb .container, .punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .quote-box, .punbb .code-box, .punbb th, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, .punbb .post-sig dt {
    border-color: transparent;
}
.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, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    border-bottom: 0 none #000;
    color: #336b5e;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.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 {  border-bottom: 0 none #000;
    color: #505050;
    text-decoration: none;
    text-shadow: none!important;    
}
#pun-pagelinks a:active, #pun-pagelinks a:focus {
    background-color: #211a13;
    color: #fff;
}

.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
  /*background: url(https://forumstatic.ru/files/001a/08/b3/95633.png) no-repeat center top;*/
font-family: roboto !important;
font-weight: 700;
font-size: 10px !important;
    letter-spacing: 1px;
    color: #3c3c3c;
  /*         text-shadow: 0px 0px 1px #000;*/
    text-align: left;
    padding: 0px 0px 5px 0 !important;
    text-align: center;
    width: 1000px;
    letter-spacing: 2px;
  /* margin: 0px 0px 0px 0px !important;*/
    margin-left: 2px;
    height: 30px;
    line-height: 30px;
    text-transform: lowercase
}

#pun-index h2 {box-shadow: none}

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


#pun-index table Div.icon {
    background-image: url("https://forumstatic.ru/files/0019/f9/d4/88556.png");
    background-repeat: no-repeat;
    border-style: none;
    display: block;
    height: 43px;
    margin-left: -5px;
    margin-top: -11px;
    width: 42px;
    margin-bottom: -10px;
}
#pun-index TR.inew Div.icon {
    background-image: url("https://forumstatic.ru/files/001a/08/b3/40699.png");
    background-repeat: no-repeat;
    margin-top: -6px!important;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: #30625652;
    display: block;
    float: left;
    height: 8px;
    margin-left: 3px;
    margin-right: 10px;
    margin-top: 1px;
    position: relative;
    width: 25px;
    box-shadow: 0 0 0 1px #30625652 inset;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: #306256b3;
    height: 8px;
    width: 50px;
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: #4d4d4d;
    height: 8px;
    box-shadow: 0 0 0 1px #4e4e4e;
    width: 25px;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: #4d4d4d4d;
    box-shadow: 0 0 0 1px #4e4e4e5c;
    height: 8px;
    width: 25px;

}

#pun-about .container .item1 {margin-top: -20px;
width: 900px;
    margin-left: 121px;
position: absolute;
font-family: pt sans;
font-size: 10px}


#pun-about p.container {
    background: rgba(0, 0, 0, 0) url(https://i.imgur.com/zVfvLkq.png) no-repeat scroll bottom center;
    height: 266px;
    margin-bottom: -23px;
    margin-left: -74px;
    margin-top: 0px;
    width: 1155px;
    padding: 0 !important;
    border: none !important;
}

div#pun-about {
    margin-top: -10px;
}
div#html-footer {
    margin: 10px 0 0;
}


#pun-announcement.section h2 span {
    display: none;
}

.punbb input {
    border: medium none;
}

.button {
    background: #336b5e;
    box-shadow: 0 0 0px 1px #26564b inset, 0 0 4px 4px rgb(0 0 0 / 5%) inset, 0 2px 2px -2px rgb(255 255 255) inset;
    border-radius: 3px;
    border-top: medium none;
    color: #e8dfdf;
    font-family: roboto !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
    padding: 4px 15px 5px 15px !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    text-transform: lowercase;
    text-shadow: 0 0 1px #000;
}
.button:hover {
    background: #505050;
    box-shadow: 0 0 0px 1px #3a3a3a inset, 0 0 4px 4px rgb(0 0 0 / 5%) inset, 0 2px 2px -2px rgb(255 255 255) inset;
    cursor: pointer;
}

.button:active {
    border-top-color: #2c5f75;
}
#pun-crumbs1 a, #pun-crumbs2 a {font-weight: bold !important}
#pun-crumbs1 {
    font-family: roboto !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    text-align: center;
    margin-top: -331px!important;
    margin-bottom: -5px !important;
    padding: 0 !important;
font-weight: normal  !important;
        text-shadow: 0px 0px 1px #000;
    /*background: url(https://forumstatic.ru/files/001a/08/b3/96142.png) no-repeat center bottom*/
text-transform: lowercase;
}
#pun-crumbs1 p.container.crumbs {color: #d3ccc6;}
#pun-crumbs1 p.container.crumbs a{    color: #959595;}
#pun-crumbs1 p.container.crumbs a:hover{color: #cfcfcf;}
#pun-crumbs2 {
    font-family: roboto !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    text-align: center;
    padding: 0 !important;
font-weight: normal  !important;
    margin-bottom: 24px !important;
}

#pun-crumbs2  a{}
#pun-crumbs2  a:hover{}


.post_reputation {
    background: #d5cdcd;
}
#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area {
    color: #333;
    padding: 10px 10px 10px 10px !important;
    background: #beb6b0;
    color: #444;
box-shadow: 0 0 0 1px #536f88 inset, 0 -6px 0 -5px #476a8a, 0 6px 0 -5px #476a8af;
    border-radius: 3px;
}

#keyboard-area input {box-shadow: none;
color: #312c12!important;}

#font-area {height: 300px;
overflow-y: auto;
padding: 5px;
text-align: left;
width: 150px}


#pun-index .tcmod {
    display: none
}

#pun-index #pun-category1 h2 {background: url(https://forumstatic.ru/files/0019/be/2c/40575.png);
    width: 1038px;
    height: 40px;
    margin-left: -15px !important;
    margin-top: 0px !important;
    font-family: roboto !important;
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: 1px;
    text-transform: none;
    color: #d3ccc6 !important;
    text-shadow: 0px 0px 1px #000;
    text-align: left;
    line-height: 25px;
    margin-top: -6px !important;
}
#pun-index #pun-category1 h2 span, #pun-index .category h2 span, #pun-index .section h2 span {
    padding-left: 37px !important;
    position: absolute;
}
#pun-index .category h2, #pun-index .section h2 {    background: url(https://forumstatic.ru/files/0019/be/2c/82016.png);
    border: none;
    width: 1038px;
    height: 57px;
    padding: 0 !important;
    margin-left: -15px !important;
    font-family: roboto !important;
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: 1px;
    text-transform: none;
    color: #e4dbdb !important;
    text-shadow: 0px 0px 1px #000;
    text-align: left;
    line-height: 60px;
    margin-top: -40px !important;
}


#pun-index .category {margin-bottom: 25px !important;}



#pun {
    background-position: center top;
    background-repeat: repeat-y;
}

#pun-main .post-author ul {
    font-size: 10px;
    text-align: center;
}

.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post {
    border-color: transparent;
    text-align: justify;
}

/******************
Кнопки вверх/вниз
*******************/
.go-up, .go-down {
    cursor: pointer;
    display: none;
    height: 10px;
    margin-bottom: 160px;
    opacity: 0.6;
    position: fixed;
    width: 39px;
    z-index: 9999;
    background: #4c4c4c;
    border: 1px solid #434343;
    box-shadow: inset 0px 0px 0px #000000, inset 0px 0px 1px #000000, inset 0px 0px 1px rgb(0 0 0);
}


.go-up {
    bottom: 48%;
    margin-left: 1075px !important;
}

.go-down {
    bottom: 44%;
    margin-left: 1075px !important;
}
.go-down:hover, .go-up:hover {
    opacity: 1;
}

.topic a.sharelink {
    display: none;
}

/*888888888888888888888888888
DARK-стиль на пост в Авторской
                  ТЕМЕ
8888888888888888888888888888/

/*dark background on post*/
body .post.prev-dark-style .post-links a,
body .post.dark-style .post-links a{
  color: #5fab99;
  /*text-shadow: 1px 1px 0 rgba(0,0,0,.32);*/
}
.post.prev-dark-style .post-links ul,
.post.prev-dark-style .post-links {
    padding-bottom: 9px!important;
    margin-bottom: -9px!important;
}
  .post.dark-style{
   width: 1006px;
   margin: 0px 0px;
   background: rgb(64 64 64) url();
  }
.post.da
.post.dark-style>h3>span>strong,
.post.dark-style .post-content {
  color:rgba(210,204,198,.7);
 /* font:  normal normal 400 91%/150% Georgia;*/
  /*text-shadow: 1px 1px 0 rgba(0,0,0,.76);*/
}
.post.dark-style>h3>span>strong{
  color:rgba(210,204,198,.47);
  font:  normal normal 400 91%/150% Verdana;
}
body .punbb  .post.dark-style .post-content img.postimg[onclick] { /*[onclick]*/
   display:inline-block;
   border-radius:3px;
   border:#000 solid 1px!important;
   margin:7px;
   box-shadow: -.723em .723em .723em rgba(0,0,0,.27);
  }
.post.dark-style .post-author{
      margin-left: -1px!important;
}
#pun-post form#post.dark-style,
#pun-edit form#post.dark-style{
   margin:-6px -10px;
   background: rgb(88,88,88) url(https://forumstatic.ru/files/000f/09/5e/70613.jpg);
   /*background: rgb(88,88,88);  Old browsers */
}
#pun-edit form#post.dark-style #main-reply,
#pun-post form#post.dark-style #main-reply{
    background-color:#C7C0BA!important;
}
#pun-edit form#post.dark-style .post-content,
#pun-post form#post.dark-style .post-content {
  color:rgba(210,204,198,.67);
  font:  normal normal 400 91%/150% Georgia;
  text-shadow: 1px 1px 0 rgba(0,0,0,.7);
}
#pun-edit form#post.dark-style input[type="submit"]:not(:hover){
    color:#A25E49;
}
#pun-searchposts .post.dark-style img.postimg,
#pun-edit form#post.dark-style img.postimg,
#pun-post form#post.dark-style .post-content img.postimg{ /*[onclick]*/
   display:inline-block;
   border-radius:3px;
   border:#000 solid 1px!important;
   margin:7px;
   box-shadow: -.723em .723em .723em rgba(0,0,0,.27);
  }

#pun-index #forum_f40, #pun-index #forum_f155 {display: none!important;}


/*форма ответа подложка*/
#post-form h2 {
    background: url(https://forumstatic.ru/files/001a/08/b3/95633.png) no-repeat center top;
    height: 30px;
    margin-left: 0px;
    margin-top: 15px;
    width: 1005px;
    color: #d3ccc6!important;
}

/*телеграм канал ссылка*/
.telega {
    position: absolute;
    margin-left: 785px!important;
    margin-top: 48px!important;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.telega a{
    font-size: 11px;
    letter-spacing: 2px;
    font-family: roboto !important;
    color: #d3ccc6!important;
  -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; cursor: pointer}


.status_userava>img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: absolute;
    margin: 81px 29px !important;
}

#tbl4 img {height: 83px}

0


Вы здесь » search:witchhat » Эй, возьми мои мокрые спички » наташа романофф;


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