/*Labyrinth of Refrain theme - deTract
Alignment: MEAT/FULL - Blood Moon
One for the (as of writing) yet-extant /meiq/ dungeon cralwer board. Dark fantasy flavor...
It's a  NIS grindan game theme without a big ol anime girl portrait in the corner. 
My restraint is impeccable sometimes.

meiQts 24.11.21
*/
     /*Extra Font*/
@font-face {
    font-family: 'Algerya';
    src: url('/static/fonts/alegreya.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

     /*Extra Font*/
@font-face {
    font-family: 'GenEiLate';
    src: url('/static/fonts/GenEi.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hangyaku';
    src: url('/static/fonts/hangyaku.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



  /* Animation */
.trickster {
    animation: trickster-mode 413ms steps(1) infinite;
}

@keyframes trickster-mode {
     0%,
  13% {
    color: #ffd1d1;
  }

  14%,
  27% {
    color: #ffe6d1;
  }

  28%,
  41% {
    color: #fff6d1;
  }

  42%,
  56% {
    color: #d1ffe3;
  }

  57%,
  69% {
    color: #d1f9ff;
  }

  70%,
  83% {
    color: #d1dcff;
  }

  84%,
  100% {
    color: #f0d1ff;
  }
}






body {
    background-image: url('/static/themes/coven/pages.png'), url('/static/themes/coven/tractie.png'), url('/static/themes/coven/tracteye.png'); 
    background-size: 108vh, auto 100vh, auto 100vh; 
    background-repeat: repeat-y, repeat-x, repeat-y;
    background-position: right, left, left; 
    background-attachment: scroll, fixed, scroll;
    margin: 0;
    height: 100vh;
    font-size: 13pt;
    font-family: 'Algerya', sans-serif;
    color: #d3cdc4;

}

body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/static/themes/coven/magatsuhi.png') repeat-y center;
    animation: cascadeBackgroundp 128s infinite;
    z-index: -2;
    pointer-events: none; 
}


body:before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/static/themes/coven/waves.png') repeat-y center;
    animation: cascadeBackgroundp 125s infinite;
    z-index: -1;
    pointer-events: none; 
}

@keyframes cascadeBackgroundp {
    0% {
        background-position: center 0;
    }
    50% {
        background-position: center 3200%;
    }
 100% {
        background-position: center 0;
    }
}


.thread {
  background: url('/static/themes/coven/refrainpuppets.png') repeat-y center;
    border-radius: 45px;
    width: 54%; 
    margin-left: auto;
    overflow: hidden; 
    border: 1px transparent;
    animation: cascadeDown 600s linear infinite;

}


@keyframes cascadeDown {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center 100%;
    }
}



div.post.reply {

    height: auto; 
    background: none;
    border: 9px solid transparent;
    border-radius: 9px;
    box-sizing: border-box;
    margin: 10px;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
   color: #d3cdc4;
}

div.reply:hover {
    text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #ff0000;
    transition: text-shadow 0.2s ease-in-out;
}



div.post.reply.highlighted {
  background: 
    url('/static/themes/coven/crest.png') no-repeat top right;
background-size: auto 256px;
    text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #ff0000;
    transition: text-shadow 0.2s ease-in-out;
}


a, a:visited {
    color: #f6b326; 
    text-decoration: none;
}

a:hover {
   outline: 2px solid #ee1100;
    box-shadow: 0px 0px 8px #f8d018;
}


.intro span.subject {
    color: #dd0044;
    font-weight: bold;
}

p.intro {
 background: url('/static/themes/coven/nametag.png') no-repeat left;
    background-size: auto 100%;
    padding-top: 22px;
    padding-bottom: 24px;
    padding-left: 15px;
    z-index: 1;
}

span.name {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff !important;
}


div.banner {
    background: linear-gradient(to right, #FFEB3B, #FFC107);
    color: #000000;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-align: center;
    border: 3px solid #FFCA28;
    border-radius: 16px;
    box-shadow: 0 0 10px #FF9800;
}


div.files img {
 background: url('/static/themes/coven/curtain.png') no-repeat center;
    display: block;
    max-width: 100%; 
    height: auto;
    border-radius: 5px;
}

div.body {
    line-height: 1.25;
    color: #d3cdc4;
    min-width: 666px;
    min-height: 80px;
    background-color: rgba(226,223,211, .9);
    border: 7px solid transparent;
    background: url('/static/themes/coven/damaskblack.png') 
    fixed repeat right;
    background-clip: padding-box;
  border-image: url('/static/themes/coven/bordertorn.png') 8 
    round; 
    padding: 3px 3px 3px 8px;
    overflow: auto;
       box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4), 0px -2px 4px rgba(255, 255, 255, 0.2) inset;

}


::selection {
    background-color: #f6b326; 
    color: #000000;}




div.ban {
  border: 7px solid transparent; 
  border-image: url('/static/themes/coven/bordertorn.png') 8 
    round; 
  padding: 2px;
 color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.34);
    background: url('/static/themes/coven/damaskblack.png') 
    fixed repeat center;    rgba(0, 0, 0, 0.55); 
  text-shadow: none;    
max-width: 940px;
    background-clip: padding-box;

}

div.pages {
	color: #FF7EB3;
	background: #120215;
	border: 1px solid;
	border-color:#9c7554;
	font-family: 'Courier New';;
	font-size: 10pt;
}


 p.unimportant {
 visibility: hidden;
 }

span.quote {
    color: #FF7EB3;
    font-style: italic;
    padding-right: 5px;
    border-left: 5px solid #FF7EB3;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}


header div.subtitle, h1 {
    color: #000;
    font-family: 'Hangyaku', serif;
    text-align: center;
    font-size: 22pt;
    text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #ff0000;

}

h1 {
    font-size: 32pt;
}



div.ban h2 {
    background: #000000;
    color: #f6b326;
    font-size: 14pt;}


div.boardlist.bottom {
   visibility: hidden !important;}


hr {
  border: none; 
  height: 174px; 
  background-image: url('/static/themes/coven/puppet.png');
background-repeat: no-repeat;
background-position: right;
}


form table {
   width: 50%;
   min-height: 250px;
   margin: 1px auto;
   padding: 5px;
   background-color: rgba(0, 0, 0, 0.3);
  border-radius:20px;
}

form table tr th { 
    background: #120215;
    color: #fff4c2;
    font-size: 1em;
    border: 2px solid #9c7554;
    text-align: left;
    border-radius: 5px;
}





/*fields and buttons*/

input[type="submit"], button {
    background: linear-gradient(to bottom, #FF2D55, #D4145A);
    color: #FFFFFF;
    border: 1px solid #FF2D55;
    border-radius: 2px;
    text-shadow: 1px 1px 2px #990000;
    transition: background 0.3s, transform 0.3s;
}
input[type="submit"]:hover, button:hover { 
    background: linear-gradient(to bottom, #FF6F91, #D7366B);
    transform: scale(1.05);
    text-shadow: 1px 1px 5px #FFAAAA;
}

input[type="text"], textarea, select {
    background: #120215;
    border: 2px solid #9c7554;
    border-radius: 5px;
    padding: 8px;
    font-family: 'Courier New', monospace;
    color: #fff4c2;
    transition: box-shadow 0.3s;
}

input[type="text"]:focus, textarea:focus, select:focus {
    box-shadow: 0 0 8px #FF5722;
    outline: none;
}






/* Tractie cursor */
* {
    cursor: url('/static/themes/coven/curtractIdle.png'), auto;
}


/* Clickable */
a, button, input[type="submit"], .clickable-element-class {
    cursor: url('/static/themes/coven/curtractAlert.png'), pointer;
}



html {
    scrollbar-width: normal;
    scrollbar-color: #be2201 #4a0003;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(190, 34, 1, 0.9) rgba(74, 0, 3, 0.2);
}
