/* CS1 Background and text colours
-------------------------------------------------------------*/

/* фон*/
html {
background-color: transparent;
}

body {
background-image: url();
background-repeat: repeat-x;
background-position: top center; 
background-color: #d0d0d0;
    overflow-x: hidden !important; 
}

/* шапка */
#pun-title table {
    background-image: url(https://i.imgur.com/t4TlTTQ.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 1091px;
    height: 381px;
margin-left:-89px;
}


/* тело */
#pun {
width: 940px; 
background-image: url(https://i.imgur.com/2oLKDHj.png);
background-repeat: repeat-y;
}

#pun-viewtopic {
margin-left: 10px;
}

.punbb {
    margin-left: 10px;
    width: 940px;
    height: auto;
padding: 0 0px!important;
}

/* низ */
#pun-about p.container {
   background-image: url();
    margin: 0px 0px 0px -10px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 940px;
    height: 150px;
    overflow-x: hidden;
    padding-bottom: 20px;
    margin-bottom: -100px;
}



/* CS1.1 фон и цвет текста */
.punbb .post-body, .punbb .post-links, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h2, #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, #pun-navlinks .container  {background-color: transpanent;color: #241e28;font-weight: normal;font-style: normal;}

.punbb .post-body, .punbb .post-links, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h2, #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, #pun-navlinks .container  {background-color: transpanent;color: #241e28;font-weight: normal;font-style: normal;}

.punbb .section .container {
    color: #404040;
}

.punbb td.tc2,  .punbb td.tc3 {
    color:#845756;
}

#pun-admain .adformal, #pun-admain .adcontainer
{border: none;
border-color:  transparent;}

.punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
    background-color: transparent;
    color: #252525;
    font-style: normal;
    font-weight: 600;
    margin-right: 5px;
}


/* цитата и код */
.punbb .quote-box, .punbb .code-box {
background-color: #f1f1f1;
    color: #241e28;
    border: 2px solid #000000;
}

/* текст в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
    background-color: #f0f0f0!important;
    border: 2px solid #484848;
}

input {
position: relative!important;
z-index: 800!important;
}

.punbb .formsubmit {
}

input.button {    height: 25px;
    width: 106px;
    font-family: v_DigitalStrip!important;
    background-image: none;
    color: #484848;
    font-size: smaller!important;
    font-weight: 600!important;}

input[type="submit" i] {background-color: #f0f0f0!important;border: 2px solid #1d1d1d;}

input[type="submit" i]:hover {
background-color: #f0f0f0!important;
border: 2px solid #1d1d1d;
}

/* переключение раскладки */
#button-transL {
background-image: url('http://forumfiles.ru/files/001a/0a/42/17473.png');
}

/* тень и закругление */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  { 
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
 }

.punbb input { border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

/* фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
    background-image: url(https://i.imgur.com/cSdL16b.png);
    background-color: #cdd0d6;
}


/* CS2 ссылки
-------------------------------------------------------------*/

/* CS2.1 */
.punbb a, .punbb a:link {
    color: #313131;
    text-decoration: none;
}

.punbb a:visited {
    color: #2b2b2b;
    text-decoration: none;
    transition: all 0.6s ease;
  }


.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, #pun-ulinks a, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {color:  #8c8b7a;  
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.21, 1.28);
    text-decoration: none;
  }

#pun-navlinks a {
  color: #353536;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.21, 1.28);
  text-decoration: none;
}


/* CS2.2 */
.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,  #pun-ulinks a:focus, #pun-ulink  a:active {
  color: #630b0b; 
 -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  }
.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
    color: #630b0b;
    text-decoration: none;
}
#pun-ulinks a {font-size: 6.4px;font-family: arial;letter-spacing: 0.5px;margin-left: 2px;color: #c0c0c3;}


#pun-ulinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  text-decoration: none;
  color: #d4d2d6;
}



/* CS3 остальное 
-------------------------------------------------------------*/

/* CS3.1 иконки*/

div.icon {
        background: url(https://i.imgur.com/lsKG0sm.png) no-repeat;
}

tr.inew div.icon {
        background: url(https://i.imgur.com/fPqaXvE.png) no-repeat;
}

tr.iclosed div.icon {
        background: url(https://i.imgur.com/lsKG0sm.png) no-repeat;
}

tr.isticky div.icon {
        background: url(https://i.imgur.com/fPqaXvE.png) no-repeat;
}


/* CS3.2 всякое*/
#pun-main div.catleft, #pun-main div.catright {display: none;}
#pun-main .post-author ul {text-align: center;}
ul.post-ul-Sp, .post-img-Sp {text-align:center;}
#pun th, #pun-main h2 {text-align: center}
#pun-navlinks .container, #pun-ulinks .container {text-align: center;}
.modlist {font-size: 95.05%;}
#pun-announcement .container {font-size: 101%; font-family: "Arial";}
.category h2 span{display: none;}
#pun-stats h2 span {visibility: hidden;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}



/*---прокрутка---*/
::-webkit-scrollbar-thumb:vertical {
background-color: #383838; height: 5px; border: 1px solid #383838;
}

::-webkit-scrollbar-thumb:horizontal {
background-color: #383838; height: 5px; border: 1px solid #383838;
}

::-webkit-scrollbar {
    background-color: #a54542;
    height: 5px;
    width: 5px;
}


::selection {
    background: #6b2823 !important;
    color: #efefef;
}

#pun-viewforum.punbb div.icon {
    margin-top: 0 !important;
}



.category .container thead {display: none;}

.punbb .pa-avatar img {
    max-width: 180px !important;
    margin-bottom: 4px;
    border: 2px solid #2f2f2f;
}



td.tcr a {
    color: 797ca2 !important;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
    font-family: open sans;
    font-size: 11px;
}

#pun-viewtopic .post h3 {
    width: 940px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    height: 30px;
    background-repeat:no-repeat;
    text-transform: uppercase;
    font-family: v_DigitalStrip;
    font-size: 8px;
    margin-left: -10px;
}

.podfl {
    padding: 1px 1px 2px 15px;
    margin-top: 11px !important;
}



.content {
    position: absolute;
    top: 0;
    left: 0;
    right: -30px;
    padding-right: 25px;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

#counters A IMG{opacity:0.6; -moz-opacity:0.9; filter:alpha(opacity=90);}
#counters a:hover img {opacity:0.7; -moz-opacity:0.7;
filter:alpha(opacity=50); transition-duration: 2s;}


.info3 {
    height:37px;
    position: relative;
    overflow: hidden;
    margin-top: 6px !important;
    text-align: justify;
    color: #e6e6ea;
    font-family: tahoma;
    padding-right: 6px;
    font-size: 10px;
}


.content3 {
    position: absolute;
    top: 0;
    left: 0;
    right: -30px;
    padding-right: 25px;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

/*темы на форе*/
.comtext {
font-family: v_DigitalStrip;
    font-size: 10px;
    color: #000000;
    text-align: center;
    font-weight: 600;}

.gostext {
 font-family: v_DigitalStrip;
    font-size: 10px;
    color: #000000;
    text-align: center;
    font-weight: 600;}

.gostbron {font-family:tahoma;font-size: 10px;color: #868686;}

.gostprokrutka {
height: 100px; 
border: 0px solid #C1C1C1; 
overflow-y: scroll; }


/*профиль*/
.punbb .post .post-author {
    background: url() 0 0 repeat-y;
background-color: transparent;
    overflow: visible!important;
    margin: 0px 0px 0px 0px!important;

}
.punbb .post .post-author > ul {
    background: url() 0 top no-repeat, url() 0 bottom no-repeat;
background-color: transparent;
    margin: 0px 0px 0px 0!important;
    padding: 9px 9px 9px 9px!important;
}

.pa-posts, .pa-respect, .pa-fld1 {
    vertical-align: text-top;
    display: inline-table;
    padding: 6px!important;
    margin-top: -3px !important;
    float: none!important;
    max-width: 40px!important;
    height: 27px!important;
    text-align: center;
    text-transform: lowercase;
    font-family: v_DigitalStrip;
    font-size: 7px !important;
}

#pun-index div.category h2, #pun-index #pun-stats h2 {
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    border: none;
    margin-left:-10px;
    margin-top: -20px;
    width: 940px;
}

.subforlinks {
    text-align: center;
    margin-top: 3px !important;
}

.subforlink {
    margin: 0 2px 0 2px !IMPORTANT;
    padding: 1px 4px 1px 5px;
    text-transform: uppercase;
    font-size: 8px;
    font-family: tahoma;
    letter-spacing: 0.6px;
}

.subforlink:hover {
    margin: 0 2px 0 2px !IMPORTANT;
    padding: 1px 4px 1px 5px;
    text-transform: uppercase;
    font-size: 8px;
    font-family: tahoma;
    letter-spacing: 0.6px;
    background-color: #6e7291;
    color: #e2e3ea !important;
    transition-duration: 1s;
}

.infottt {
    color: #4b506e;
    font-size: 9px;
}

.infottt first {
    color: #474d78;
    letter-spacing: -1px;
}

.infottt secc {
    color: #474d78;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

.pa-respect a {
    color: #312f2d !important;
}

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
position: absolute;
    width: 400px;
    position: absolute;
    right: 6px;
    top: 43px;
    height: 128px;
    overflow-y: auto;
    background: #f0f0f0;
    border: 1px solid #3a3a3a;
}

/*------плашка---------*/
.plashka{ position: absolute; margin-top: -45px!important;}
.plashka1 { position: inherit; margin-bottom: 1px!important; margin-top: -19px!important;}


button.st1 {
    padding: 5px 10px 5px 10px;
    border: 2px solid #484848!important;
    background-color: #f1f1f1;
    font: 9px v_DigitalStrip;
    font-weight: 600;
}


/*------репа------*/

<style>
/* таблица во всплывающей подсказке */
#respect td{vertical-align:top;}
#respect figure{margin:2px;word-wrap:break-word;width:44px;}
#respect figure:hover img.vote{display:none;}
#respect figcaption{font-size:0.8em;margin-top:-5px;}
/* стиль окна а-ля вКонтакте */
.jGrowl .rating_theme {opacity: 1;padding: 3px;text-align:center;width: 485px !important;} 
.jGrowl .rating_theme .jGrowl-message {background: #fff; padding: 2px;}
.jGrowl .rating_theme .jGrowl-header {background: #597ba5;font-size: 1.09em;height: 22px;}
.jGrowl .rating_theme .person{width:78px; height:78px; }
/* стиль изображения оценки */
.vote{position:absolute;border-radius: 9em;box-shadow:0 3px 5px 1px #000000;-webkit-box-shadow:0 3px 5px 1px #000000;}
/* таблица в окне а-ля вКонтакте */
#vse tbody{max-height:520px!important;display:block;overflow-y:auto;overflow-x:hidden;}
#vse td{vertical-align:top;}
#vse figure{margin:5px;word-wrap:break-word;width:82px; -webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden;}
#vse figure:before{content:"";position:absolute;z-index:-1;left:50%;right:50%;bottom:0;background:#597ba5;height:4px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}
#vse figure:hover img.vote{display:none;}
#vse figure:hover:before,#vse figure:focus:before,#vse figure:active:before{left:0;right:0;}
#vse figcaption{color: #2b587a;font-size:0.9em;}
/* настройки всплывающей подсказки */
.tipsy-inner {min-width : 40px!important;max-width : 800px!important;}
.tipsy-inner .person {width:36px; height:36px; border-radius:2px;}
.tipsy-inner .prof {color:#fff !important;}
.tipsy-inner .prof:hover{ text-decoration:underline!important;}
.tipsy-se .tipsy-arrow {left:100%!important;margin-left:-22px;}
.prof {text-decoration: none !important;}
</style>


</style>