/* CS1 Background and text colours
-------------------------------------------------------------*/

/* Фон форума */
body {
background: linear-gradient(90deg, rgba(188,186,226,1) 0%, rgba(217,162,240,1) 48%, rgba(158,232,255,1) 100%); 
background-repeat : no-repeat;
background-position: bottom center; 
background-attachment: fixed;
background-size:cover;
}

/* Шапка */
#pun-title table {
    background-image: url(https://i.ibb.co/QnYW1N6/image.png);
    border: none;
    width: 1165px;
    height: 358px;
    margin-left: -78px;
    margin-top: -259px;
    background-repeat: no-repeat;
}

/* Тело форума */
#pun {
width: 994px; 
background-color: transparent; 
background-image: url(https://i.ibb.co/x2NxQf6/46.png); 
background-attachment: scroll; 
background-repeat: repeat; 
background-position: top center;
box-shadow: 10px 10px 10px 5px #5fa99652;}


/* низ */
#pun-about p.container {
    background-image: url(https://i.ibb.co/ZVF7fJ4/image.png);
    margin: -59px 0px -151px -45px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 1024px;
    height: 100px;
    overflow-x: hidden;
    padding-bottom: 170px;
}

/*картинка под статистику*/
#pun-stats ul.container {
  background: transparent url(https://i.ibb.co/TKL6rDG/image.png) no-repeat 8px 16px;
  padding-bottom:5px;
  box-shadow: inset 0px 0px 20px 1px #ebebeb;}

.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    outline: 0 none!important;
}

/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
    background: url(https://i.ibb.co/gWhY2S7/image.png) 1px;
    box-shadow: 30px 30px 90px 70px #fff6;
    border: 8px double #d8b9f1;
    background-repeat: no-repeat;
    background-position: inherit;
    background-color: #edf;
    background-blend-mode: color-burn;
}

/* CS1.1 Фон и цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #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: #232626;
font-weight: normal;
font-style: normal;
}

#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: #232626;
    text-align: center;
    font-style: normal;
font-family: 'Alice', sans-serif;
}

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #330A0E;
  }
.punbb .post h3 {
  background-color: transparent;
  color: #fff;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    height: 28px;
    width: auto;
    background-position: top center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: normal;
    font-family: Alice;
    font-size: 18px;
    text-align: right;
    background: linear-gradient(
90deg, rgba(188,186,226,1) 0%, rgba(217,162,240,1) 48%, rgba(158,232,255,1) 100%);
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #330A0E;
  }
/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color:transparent;
  color: #330A0E
  }
/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {
  background-color: transparent;
  color: #330A0E
  }
/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
    box-shadow: 30px 30px 90px 70px #fff6;
    border: 8px double #d8b9f1;
}


/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: ;
  }


/* 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;
  }
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }
/* CS2.5 */
.punbb th {
  border-color: transparent;
  }
/* CS2.6 */
#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: 1px solid transparent;
  }
li.pa-online {
  border-left-color: transparent;
  }

/* CS3 Links
-------------------------------------------------------------*/
/* Links */
.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: #032242;
    text-decoration: none;
text-decoration: none;
text–transform: lowercase;}


.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #3b6b9d;
  filter: drop-shadow(1px 0px 1px #ccc);
  }

#pun-navlinks a {
    font-size: 14px !important;
    color: #ffffff;
    text-shadow: 1px 1px 0 #821681;
    font-family: Alice;
    font-weight: 600;
 }


#pun-navlinks a:hover {
color: #f3f3f3;
  }


#pun-ulinks a {
  color: #715c68;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
font-size: 9px;
text-transform: uppercase;
  }


#pun-ulinks a:hover { 
color: #eed5c0;
}



#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; right: 0px; top: 0px;}


/* scrollbar */
::-webkit-scrollbar {
   width:15px;
   height:15px;
}
::-webkit-scrollbar {
   background-color:rgb(255,255,255); /* background color */
}
::-webkit-scrollbar-track {
    border: 3px solid rgb(255 255 255);
    background-color: rgb(205 205 205);
}
::-webkit-scrollbar-thumb {
border: 6px inset rgb(255 255 255);
    background-color: rgb(220 221 223);
   min-height:24px;
   min-width:24px;
}

/*** поля ответа ***/
textarea#main-reply {
  width: 100%;
  height: 100%;
  height: 205px;
  margin: 0 auto !important;
  padding: 0.75em;
  box-sizing: border-box;
  overflow: auto;  }



/*настройка поля шрифтов*/
#font-area {
    max-height: 170px;
}

/*настройка окна смайлов*/
#smilies-area {
    overflow-y: inherit;
    padding: 0em 2.3em 1.1em 1em;
right: 9px;
}

.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;
    background-image: url(https://i.ibb.co/TPHfGXn/pfl.jpg);
}

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #spoiler-sels {
    background: url(https://i.ibb.co/x2NxQf6/46.png);
    top: 59px !important;
    overflow-y: auto;
    border: 3px outset #c592d6;
    box-shadow: 0px 1px 10px 0px #b8b2b7;
    padding: 10px 10px 10px 10px;
}
#smilies-area {
    max-height: 350px;
    width: 460px!important;
    overflow-y: auto;
}

/* CS3 Остальное 
-------------------------------------------------------------*/

div.icon {
        background: #557dc4;
}

tr.inew div.icon {
        background: #c374ff;
}

tr.iclosed div.icon {
        background: #ff74fb;
}

tr.isticky div.icon {
        background: #cad3ff;
}