concoction

Объявление

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

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


Вы здесь » concoction » ХТМЛ и журнал » акции


акции

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

1

[html]<style>
body{
   padding-top:0px !important;
}
@import url(https://fonts.googleapis.com/css?family … 00,500,700);

body {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight:300;
  background:#333;
}
h3 {
  font-size: 1.3em;
  margin:0;
}
p{
  font-size:0.9em;
}

/* Hover Card
.......................................................................*/
div.catCard {
  border: solid 5px #888aef;
  background: #e1e1fd;
  width: 500px;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}
div.lowerCatCard {
  position: absolute;
  background: #e9e9e9;
  padding: 5px 5px;
  height: 200px;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
  transition:         all 0.6s ease;
}
div.lowerCatCard:hover {
  opacity: 0.95;
  bottom: 0;
  height: 490px;
}
div.catCard  div.lowerCatCard {
  left: 0;
  bottom: -3%;
  width: 100%;
}
div.catCard:hover div.lowerCatCard {
  bottom: 0;
}
li.catCardList {
  width:500px;
  display: inline-block;
  margin-right: 19px;
  margin-top: 25px;
}
li.catCardList-last {
  margin-right: 0;
  width:190px;
  display: inline-block;
}
ul.catCardList {
  margin: 0;
}
#catCardButton {
  position: absolute;
  width: 470px;
  bottom: 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
div.lowerCatCard:hover #catCardButton {
  bottom: 5px;
}
.startingPrice span {
  font-size: 16px;
  color: #c90c12;
  font-weight: 300;
}
div.startingPrice {
  margin-bottom: 5px;
  color: #000;
  font-weight: 300;
}
.catCard img {
  border: 1px solid #dddddd;
  max-width: 100%;
  height: 350px;
}
.catCard img:hover {
  border: 1px solid #bababa;
}

/* Button
.......................................................................*/
.button {
  cursor: pointer;
  font-size: 14px !important;
  color: #ffffff;
  padding: 7px 10px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  background: #b4b5ed;
  border: none;
  border-bottom: solid 1px #fff;
  text-align: center;
  margin-top: 10px;
}
.button:hover {
  background-color: #888aef;
  border: none;
  border-bottom: solid 1px #000;
  box-shadow: 0 2px 3px #fff;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
}
.button:active {
  background: #000;
}
.button a {
  color: #ffffff;
  padding: 7px 30px !important;
  text-decoration: none;
}
.button a:hover {
  color: #ffffff;
}
.button:hover {
color: #fff;
}
</style>
<script>

</script>

<ul class="catCardList">
<li class="catCardList">
<div class="catCard"><a href="#"><img src="https://goldwallpapers.com/uploads/posts/cute-anime-girls-wallpaper/cute_anime_girls_wallpaper_016.jpg" alt=""></a>
<div class="lowerCatCard">
<h3>Sailor Moon</h3>
<div class="startingPrice"><span>Занята</span></div>
<p>- скромна, добропорядочна и послушна. Никогда не предаст и не выдаст чужих секретов. Ее крайне трудно вывести из себя, она неконфликтна и может поддержать беседу почти на любую тему. Увлекается театром и занимается традиционными танцами. Подрабатывает в театре помощницей звукооператора. Поет же исключительно для себя, хотя и не исключает возможности в дальнейшем профессионально заняться пением.
- обожает нарциссы и трепетно относится к детям, но это – большая тайна.
- ее воспитывает отец, простой продавец в магазине электроники. Матери Капелла не знала. Держит дома пять кошек и две собаки, также является зоозащитником и имеет почетное членство в союзе волонтеров.
- способна подчинять голосом, воздействовать на сознание  с помощью песни или слова. Противиться песне простые смертные фактически не способны.
- не любит шум и суету, любит часто выбираться в парк и за город. У нее не так много друзей, да и новые знакомства не всегда по душе девушке. Впрочем, она, кажется, способна найти общий язык с каждым.</p>
<h4>Эпизоды:</h4>
<ul>
<li>ссылка</li>
<li>ссылка</li>
</ul>
<div id="catCardButton" class="button"><a href="#">Занять!</a></div>
</div>
</div>
</li>
<li class="catCardList">
<div class="catCard"><a href="#"><img src="https://i.ibb.co/Zxp58NC/mina41.png0" alt=""></a>
<div class="lowerCatCard">
<h3>Product Name</h3>
<div class="startingPrice">Prices Starting At <span>$299.99</span></div>
<p>Bacon ipsum dolor sit amet hamburger doner kielbasa beef ribs, frankfurter prosciutto tri-tip pig turducken tenderloin filet mignon. Frankfurter chuck fatback venison pastrami sirloin. Rump tongue boudin meatloaf venison ham prosciutto.</p>
<h4>Best Used For:</h4>
<ul>
<li>Eating Bacon</li>
<li>Cooking Bacon</li>
</ul>
<div id="catCardButton" class="button"><a href="$">View Product</a></div>
</div>
</div>
</li>
<li class="catCardList">
<div class="catCard"><a href="#"><img src="https://i.ibb.co/H7qBLL3/rei41.png" alt=""></a>
<div class="lowerCatCard">
<h3>Product Name</h3>
<div class="startingPrice">Prices Starting At <span>$44.99</span></div>
<p>Bacon ipsum dolor sit amet hamburger doner kielbasa beef ribs, frankfurter prosciutto tri-tip pig turducken tenderloin filet mignon. Frankfurter chuck fatback venison pastrami sirloin. Rump tongue boudin meatloaf venison ham prosciutto.</p>
<h4>Best Used For:</h4>
<ul>
<li>Eating Bacon</li>
<li>Cooking Bacon</li>
</ul>
<div id="catCardButton" class="button"><a href="#">View Product</a></div>
</div>
</div>
</li>
<li class="catCardList">
<div class="catCard"><a href="#"><img src="https://i.ibb.co/0c1rbHh/ami41.png" alt=""></a>
<div class="lowerCatCard">
<h3>Product Name</h3>
<div class="startingPrice">Prices Starting At <span>$44.99</span></div>
<p>Bacon ipsum dolor sit amet hamburger doner kielbasa beef ribs, frankfurter prosciutto tri-tip pig turducken tenderloin filet mignon. Frankfurter chuck fatback venison pastrami sirloin. Rump tongue boudin meatloaf venison ham prosciutto.</p>
<h4>Best Used For:</h4>
<ul>
<li>Eating Bacon</li>
<li>Cooking Bacon</li>
</ul>
<div id="catCardButton" class="button"><a href="#">View Product</a></div>
</div>
</div>
</li>
<li class="catCardList">
<div class="catCard"><a href="#"><img src=https://i.ibb.co/x67DCkS/mako41.png" alt=""></a>
<div class="lowerCatCard">
<h3>Product Name</h3>
<div class="startingPrice">Prices Starting At <span>$169.99</span></div>
<p>Bacon ipsum dolor sit amet hamburger doner kielbasa beef ribs, frankfurter prosciutto tri-tip pig turducken tenderloin filet mignon. Frankfurter chuck fatback venison pastrami sirloin. Rump tongue boudin meatloaf venison ham prosciutto.</p>
<h4>Best Used For:</h4>
<ul>
<li>Eating Bacon</li>
<li>Cooking Bacon</li>
</ul>
<div id="catCardButton" class="button"><a href="#">View Product</a></div>
</div>
</div>
</li>
<li class="catCardList">
<div class="catCard"><a href="#"><img src="https://i.ibb.co/0q0FhYy/chibi.gif" alt=""></a>
<div class="lowerCatCard">
<h3>Product Name</h3>
<div class="startingPrice">Prices Starting At <span>$174.99</span></div>
<p>Bacon ipsum dolor sit amet hamburger doner kielbasa beef ribs, frankfurter prosciutto tri-tip pig turducken tenderloin filet mignon. Frankfurter chuck fatback venison pastrami sirloin. Rump tongue boudin meatloaf venison ham prosciutto.</p>
<h4>Best Used For:</h4>
<ul>
<li>Eating Bacon</li>
<li>Cooking Bacon</li>
</ul>
<div id="catCardButton" class="button"><a href="#">View Product</a></div>
</div>
</div>
</li>
</ul>
[/html]

0

2

[hideprofile][html]
<style>

/* Gallery and Images */
div, div::before, div::after,
img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.image {
    width: 100px;
    height: 250px;
    flex-grow: 1;
    flex-shrink: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all .3s linear;
}

.gotit {
   filter: contrast(0.5);
}

div:hover img{
  opacity: .8;
  -webkit-filter: blur(2px);
  filter: blur(2px);
    cursor: pointer;
}

div img:hover {
  box-shadow: 0 5px 15px gba(0, 0, 0, 0.4);
  opacity: 1;
  transform: scale(1.08);
  -webkit-filter: blur(0);
  filter: blur(0);
}

</style>
<script>

</script>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Image Gallery</title>
    <link rel="stylesheet" href="css/style.css">
    <script src="js/script.js" defer></script>   
</head>
<body>
  <div id="gallery" class="gallery">
    <img src="http://www.awesomeinventions.com/wp-content/uploads/2015/04/empress-sailor-moon-tarot.jpg" width="180" height="400" class="gotit">
    <img src="http://static02.mediaite.com/themarysue/uploads/gallery/sailor-moon-tarot-1/tarot6.jpg" width="180" height="400">
    <img src="http://cdn.escapistmagazine.com/media/global/images/library/deriv/904/904155.jpg" width="180" height="400">
    <img src="http://www.awesomeinventions.com/wp-content/uploads/2015/04/high-priestess-sailor-moon-tarot.jpg" width="180" height="400">
  </div>

</body>
</html>

[/html]

0

3

[html]
<style>

/* Lazy Load Styles */
.card-image {
display: block;
min-height: 20rem; /* layout hack */
background: #fff center center no-repeat;
background-size: cover;
filter: blur(3px); /* blur the lowres image */
}

.card-image > img {
display: block;
width: 100%;
opacity: 0; /* visually hide the img element */
}

.card-image.is-loaded {
filter: none; /* remove the blur on fullres image */
transition: filter 1s;
}

/* Layout Styles */
html, body {
width: 100%;
height: 100%;
margin: 0;
font-size: 16px;
font-family: sans-serif;
}

.card-list {
display: block;
margin: 1rem auto;
padding: 0;
font-size: 0;
text-align: center;
list-style: none;
}

.card {
display: inline-block;
width: 90%;
max-width: 20rem;
margin: 1rem;
font-size: 1rem;
text-decoration: none;
overflow: hidden;
box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.card:hover {
transform: translateY(-0.5rem) scale(1.0125);
box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}

.card-description {
display: block;
padding: 1em 0.5em;
color: #515151;
text-decoration: none;
}

.card-description > h2 {
margin: 0 0 0.5em;
}

.card-description > p {
margin: 0;
}

</style>
<script>

// This is "probably" IE9 compatible but will need some fallbacks for IE8
// - (event listeners, forEach loop)

// wait for the entire page to finish loading
window.addEventListener('load', function() {

// setTimeout to simulate the delay from a real page load
setTimeout(lazyLoad, 1000);

});

function lazyLoad() {
var card_images = document.querySelectorAll('.card-image');

// loop over each card image
card_images.forEach(function(card_image) {
    var image_url = card_image.getAttribute('data-image-full');
    var content_image = card_image.querySelector('img');
   
    // change the src of the content image to load the new high res photo
    content_image.src = image_url;
   
    // listen for load event when the new photo is finished loading
    content_image.addEventListener('load', function() {
    // swap out the visible background image with the new fully downloaded photo
    card_image.style.backgroundImage = 'url(' + image_url + ')';
    // add a class to remove the blur filter to smoothly transition the image change
    card_image.className = card_image.className + ' is-loaded';
    });
   
});

}

</script>

<ul class="card-list">

<li class="card">
    <a class="card-image" href="https://michellezauner.bandcamp.com/album/psychopomp-2" target="_blank" style="background-image: url(https://s3-us-west-2.amazonaws.com/s.cd … mp-100.jpg);" data-image-full="https://s3-us-west-2.amazonaws.com/s.cdpn.io/310408/psychopomp-500.jpg">
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/310408/psychopomp-100.jpg" alt="Psychopomp" />
    </a>
    <a class="card-description" href="https://michellezauner.bandcamp.com/album/psychopomp-2" target="_blank">
    <h2>Psychopomp</h2>
    <p>Japanese Breakfast</p>
    </a>
</li>

<li class="card">
    <a class="card-image" href="https://inlovewithaghost.bandcamp.com/album/lets-go" target="_blank" style="background-image: url(https://s3-us-west-2.amazonaws.com/s.cd … go-100.jpg);" data-image-full="https://s3-us-west-2.amazonaws.com/s.cdpn.io/310408/lets-go-500.jpg">
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/310408/lets-go-100.jpg" alt="let's go" />
    </a>
    <a class="card-description" href="https://inlovewithaghost.bandcamp.com/album/lets-go" target="_blank">
    <h2>let's go</h2>
    <p>In Love With A Ghost</p>
    </a>
</li>

<li class="card">
    <a class="card-image" href="https://vulfpeck.bandcamp.com/album/the-beautiful-game" target="_blank" style="background-image: url(https://s3-us-west-2.amazonaws.com/s.cd … me-100.jpg);" data-image-full="https://s3-us-west-2.amazonaws.com/s.cdpn.io/310408/beautiful-game-500.jpg">
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/310408/beautiful-game-100.jpg" alt="The Beautiful Game" />
    </a>
    <a class="card-description" href="https://vulfpeck.bandcamp.com/album/the-beautiful-game" target="_blank">
    <h2>The Beautiful Game</h2>
    <p>Vulfpeck</p>
    </a>
</li>

<li class="card">
    <a class="card-image" href="https://convergecult.bandcamp.com/album/jane-doe" target="_blank" style="background-image: url(https://s3-us-west-2.amazonaws.com/s.cd … oe-100.jpg);" data-image-full="https://s3-us-west-2.amazonaws.com/s.cdpn.io/310408/jane-doe-500.jpg">
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/310408/jane-doe-100.jpg" alt="Jane Doe" />
    </a>
    <a class="card-description" href="https://convergecult.bandcamp.com/album/jane-doe" target="_blank">
    <h2>Jane Doe</h2>
    <p>Converge</p>
    </a>
</li>

</ul>

[/html]

0

4

[hideprofile][html]
<style>

@import url(https://fonts.googleapis.com/css?family=Raleway);

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

body{
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container{
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px){
  .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
}

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

</style>
<script>

</script>

<h1 class="main-title">Simple image overlay hover effects</h1>

<div class="container">
  <h3 class="title">Text fadeIn bottom</h3>
  <div class="content">
    <a href="https://unsplash.com/photos/HkTMcmlMOUQ" target="_blank">
      <div class="content-overlay"></div>
      <img class="content-image" src="https://images.unsplash.com/photo-1433360405326-e50f909805b3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=359e8e12304ffa04a38627a157fc3362">
      <div class="content-details fadeIn-bottom">
        <h3 class="content-title">This is a title</h3>
        <p class="content-text">This is a short description</p>
      </div>
    </a>
  </div>
</div>

<div class="container">
  <h3 class="title">Text fadeIn top</h3>
  <div class="content">
    <a href="https://unsplash.com/photos/HkTMcmlMOUQ" target="_blank">
      <div class="content-overlay"></div>
      <img class="content-image" src="https://images.unsplash.com/photo-1433360405326-e50f909805b3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=359e8e12304ffa04a38627a157fc3362">
      <div class="content-details fadeIn-top">
        <h3>This is a title</h3>
        <p>This is a short description</p>
      </div>
    </a>
  </div>
</div>

<div class="container">
  <h3 class="title">Text fadeIn left</h3>
  <div class="content">
    <a href="https://unsplash.com/photos/HkTMcmlMOUQ" target="_blank">
      <div class="content-overlay"></div>
      <img class="content-image" src="https://images.unsplash.com/photo-1433360405326-e50f909805b3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=359e8e12304ffa04a38627a157fc3362">
      <div class="content-details fadeIn-left">
        <h3>This is a title</h3>
        <p>This is a short description</p>
      </div>
    </a>
  </div>
</div>

<div class="container">
  <h3 class="title">Text fadeIn right</h3>
  <div class="content">
    <a href="https://unsplash.com/photos/HkTMcmlMOUQ" target="_blank">
      <div class="content-overlay"></div>
      <img class="content-image" src="https://images.unsplash.com/photo-1433360405326-e50f909805b3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=359e8e12304ffa04a38627a157fc3362">
      <div class="content-details fadeIn-right">
        <h3>This is a title</h3>
        <p>This is a short description</p>
      </div>
    </a>
  </div>
</div>

<div class="container">
  <h3 class="title">Text fadeIn top left</h3>
  <div class="content">
    <a href="https://unsplash.com/photos/HkTMcmlMOUQ" target="_blank">
      <div class="content-overlay"></div>
      <img class="content-image" src="https://images.unsplash.com/photo-1433360405326-e50f909805b3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=359e8e12304ffa04a38627a157fc3362">
      <div class="content-details fadeIn-top fadeIn-left">
        <h3>This is a title</h3>
        <p>This is a short description</p>
      </div>
    </a>
  </div>
</div>

<div class="container">
  <h3 class="title">Text fadeIn top right</h3>
  <div class="content">
    <a href="https://unsplash.com/photos/HkTMcmlMOUQ" target="_blank">
      <div class="content-overlay"></div>
      <img class="content-image" src="https://images.unsplash.com/photo-1433360405326-e50f909805b3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=359e8e12304ffa04a38627a157fc3362">
      <div class="content-details fadeIn-top fadeIn-right">
        <h3>This is a title</h3>
        <p>This is a short description</p>
      </div>
    </a>
  </div>
</div>

<div class="container">
  <h3 class="title">Text fadeIn bottom left</h3>
  <div class="content">
    <a href="https://unsplash.com/photos/HkTMcmlMOUQ" target="_blank">
      <div class="content-overlay"></div>
      <img class="content-image" src="https://images.unsplash.com/photo-1433360405326-e50f909805b3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=359e8e12304ffa04a38627a157fc3362">
      <div class="content-details fadeIn-bottom fadeIn-left">
        <h3>This is a title</h3>
        <p>This is a short description</p>
      </div>
    </a>
  </div>
</div>

<div class="container">
  <h3 class="title">Text fadeIn bottom right</h3>
  <div class="content">
    <a href="https://unsplash.com/photos/HkTMcmlMOUQ" target="_blank">
      <div class="content-overlay"></div>
      <img class="content-image" src="https://images.unsplash.com/photo-1433360405326-e50f909805b3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=359e8e12304ffa04a38627a157fc3362">
      <div class="content-details fadeIn-bottom fadeIn-right">
        <h3>This is a title</h3>
        <p>This is a short description</p>
      </div>
    </a>
  </div>
</div>

[/html]

0

5

[html]
<style>

    .square-flip{
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspectiv    .square-flip{
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    /*border:1px solid #efefef;*/
   
    position:relative;
    float:left;
    margin:20px;

    }
    .square-flip{
    width:400px;
    height:400px;
    }
    .square,.square2{
    width:100%;
    height:100%;
    }
    .square{

    background-size: cover;
    background-position:center center;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;

    position:absolute;
    top:0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    }
    .square-flip .square{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index:1;
    }
    .square-flip:hover .square{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    }

    .square2{

    background-size: cover;
    background-position:center center;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;

    position:absolute;
    top:0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    }
    .square-flip .square2{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index:1;
    }
    .square-flip:hover .square2{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    }

    /*Square content*/
    .square-container{
    padding:40px;
    text-align:center;
    position:relative;
    top:50%;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);

   
    -webkit-transform: translateY(-50%) translateX(0px)  scale(1);
    -ms-transform: translateY(-50%) translateX(0px)  scale(1);
transform: translateY(-50%) translateX(0px)  scale(1);
    transform-style: preserve-3d;
    z-index:2;
    }
    .square-flip:hover .square-container{
   
    -webkit-transform: translateY(-50%) translateX(-650px)  scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px)  scale(.88);
      transform: translateY(-50%) translateX(-650px)  scale(.88);
    transform-style: preserve-3d;

    }

    .square-container2{
    padding:40px;
    text-align:center;
    position:relative;
    top:50%;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);

   
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
      transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

    transform-style: preserve-3d;
    z-index:2;
    }
    .square-flip:hover .square-container2{
   
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
      transform-style: preserve-3d;
    }

    /*Style text*/
    .square-flip h2{
    color:white;
    font-family: "Open Sans";
    font-weight:700;
    font-size:22px;
    }
    .square-flip h3{
    color:white;
    font-family: "Open Sans";
    font-weight:500;
    font-size:16px;
    line-height:26px;
    }
    /*Elements*/
    .flip-overlay{
    display:block;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    }
    .align-center{
    margin:0 auto;
    }
    .kallyas-button{
    display:block;
    width:160px;
    padding:18px 30px;
    font-family:"Open Sans";
    font-weight:600;
    color:#fff;
    background:#FF2024;
    margin:0 auto;
    border-radius:2px;
    text-decoration:none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/# … ff2024+100 */
    background: #ffa067; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffa067 0%, #ff2959 49%, #ff2024 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa067', endColorstr='#ff2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    /*ADD SHADOWS OPTIONAL*/
    .square-flip .square .boxshadow, .square-flip .square .textshadow, .square-flip .square2 .boxshadow, .square-flip .square2 .textshadow{
    -ms-transition: 0.60s;
        transition: 0.60s;
        -webkit-transition: 0.60s;
    }

    .square-flip .square .boxshadow{
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }
    .square-flip .square .textshadow{
    -webkit-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }
    .square-flip:hover .square .boxshadow, .square-flip:hover .square .textshadow{
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }

    .square-flip .square2 .boxshadow{
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }
    .square-flip .square2 .textshadow{
    -webkit-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }
    .square-flip:hover .square2 .boxshadow, .square-flip:hover .square2 .textshadow{
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }

   
    /*You can delete this style*/
    .centerflipcards{
      display:block;
    width:1330px;
      height:440px;
    text-align:center;
    margin:0 auto;
    margin-top:25px;
    }
.clearfix{clear:both;}
.centerflipcards p{
      font-family:"Open Sans";
      font-size:13px;
      margin-top:10px;
      font-weight:700;
}e(1000px);
    transform: perspective(1000px);

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    /*border:1px solid #efefef;*/
   
    position:relative;
    float:left;
    margin:20px;

    }
    .square-flip{
    width:400px;
    height:400px;
    }
    .square,.square2{
    width:100%;
    height:100%;
    }
    .square{

    background-size: cover;
    background-position:center center;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;

    position:absolute;
    top:0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    }
    .square-flip .square{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index:1;
    }
    .square-flip:hover .square{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    }

    .square2{

    background-size: cover;
    background-position:center center;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;

    position:absolute;
    top:0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    }
    .square-flip .square2{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index:1;
    }
    .square-flip:hover .square2{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    }

    /*Square content*/
    .square-container{
    padding:40px;
    text-align:center;
    position:relative;
    top:50%;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);

   
    -webkit-transform: translateY(-50%) translateX(0px)  scale(1);
    -ms-transform: translateY(-50%) translateX(0px)  scale(1);
transform: translateY(-50%) translateX(0px)  scale(1);
    transform-style: preserve-3d;
    z-index:2;
    }
    .square-flip:hover .square-container{
   
    -webkit-transform: translateY(-50%) translateX(-650px)  scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px)  scale(.88);
      transform: translateY(-50%) translateX(-650px)  scale(.88);
    transform-style: preserve-3d;

    }

    .square-container2{
    padding:40px;
    text-align:center;
    position:relative;
    top:50%;

    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
        -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);

   
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
      transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

    transform-style: preserve-3d;
    z-index:2;
    }
    .square-flip:hover .square-container2{
   
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
      transform-style: preserve-3d;
    }

    /*Style text*/
    .square-flip h2{
    color:white;
    font-family: "Open Sans";
    font-weight:700;
    font-size:22px;
    }
    .square-flip h3{
    color:white;
    font-family: "Open Sans";
    font-weight:500;
    font-size:16px;
    line-height:26px;
    }
    /*Elements*/
    .flip-overlay{
    display:block;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    }
    .align-center{
    margin:0 auto;
    }
    .kallyas-button{
    display:block;
    width:160px;
    padding:18px 30px;
    font-family:"Open Sans";
    font-weight:600;
    color:#fff;
    background:#FF2024;
    margin:0 auto;
    border-radius:2px;
    text-decoration:none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/# … ff2024+100 */
    background: #ffa067; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffa067 0%, #ff2959 49%, #ff2024 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa067', endColorstr='#ff2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    /*ADD SHADOWS OPTIONAL*/
    .square-flip .square .boxshadow, .square-flip .square .textshadow, .square-flip .square2 .boxshadow, .square-flip .square2 .textshadow{
    -ms-transition: 0.60s;
        transition: 0.60s;
        -webkit-transition: 0.60s;
    }

    .square-flip .square .boxshadow{
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }
    .square-flip .square .textshadow{
    -webkit-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }
    .square-flip:hover .square .boxshadow, .square-flip:hover .square .textshadow{
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }

    .square-flip .square2 .boxshadow{
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }
    .square-flip .square2 .textshadow{
    -webkit-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }
    .square-flip:hover .square2 .boxshadow, .square-flip:hover .square2 .textshadow{
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }

   
    /*You can delete this style*/
    .centerflipcards{
      display:block;
    width:1330px;
      height:440px;
    text-align:center;
    margin:0 auto;
    margin-top:25px;
    }
.clearfix{clear:both;}
.centerflipcards p{
      font-family:"Open Sans";
      font-size:13px;
      margin-top:10px;
      font-weight:700;
}
</style>
<script>

jQuery(document).ready(function($) {

  //Count nr. of square classes
  var countSquare = $('.square').length;

  //For each Square found add BG image
  for (i = 0; i < countSquare; i++) {
    var firstImage = $('.square').eq([i]);
    var secondImage = $('.square2').eq([i]);

    var getImage = firstImage.attr('data-image');
    var getImage2 = secondImage.attr('data-image');

    firstImage.css('background-image', 'url(' + getImage + ')');
    secondImage.css('background-image', 'url(' + getImage2 + ')');
  }

});

</script>

<div class="centerflipcards">
<div class="square-flip">
    <div class='square' data-image="https://images.unsplash.com/photo-1477313372947-d68a7d410e9f?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb">
    <div class="square-container">
        <div class="align-center"><img src="http://titanicthemes.com/files/flipbox/kallyas2.png" class="boxshadow" alt=""></div>
        <h2 class="textshadow">Kallyas Wp Theme</h2>
        <h3 class="textshadow">The #1 Selling Most Enjoyable and Creative Multipurpose WordPress theme.</h3>
    </div>
    <div class="flip-overlay"></div>
    </div>
    <div class='square2' data-image="https://images.unsplash.com/photo-1477313372947-d68a7d410e9f?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb">
    <div class="square-container2">
        <div class="align-center"></div>
        <h2>#1 Front-end Visual Website Builder in 2016</h2>
    </div>
    <div class="flip-overlay"></div>
    </div>
</div>

<div class="square-flip">
    <div class='square' data-image="http://titanicthemes.com/files/flipbox/kallyas-bundle.png">
    <div class="square-container">
        <div class="align-center"><img src="http://titanicthemes.com/files/flipbox/kallyas.png" class="boxshadow" alt=""></div>
        <h2 class="textshadow">Kallyas WordPress Theme</h2>
        <h3 class="textshadow">The #1 Selling Most Enjoyable and Creative Multipurpose WordPress theme.</h3>
    </div>
    <div class="flip-overlay"></div>
    </div>
    <div class='square2' data-image="http://titanicthemes.com/files/flipbox/kallyas-bundle.png">
    <div class="square-container2">
        <div class="align-center"></div>
        <a href="http://kallyas.net" target="_blank" class="boxshadow kallyas-button">View Demos</a>
    </div>
    <div class="flip-overlay"></div>
    </div>
</div>

<div class="square-flip">
    <div class='square' data-image="https://instagram.fotp3-2.fna.fbcdn.net/t51.2885-15/e35/14712096_386502691740262_2357154798815412224_n.jpg?ig_cache_key=MTM2NzU2MzUwNjQ3OTUzOTgxNQ%3D%3D.2">
    <div class="square-container">
        <div class="align-center"><img src="http://titanicthemes.com/files/flipbox/kallyas2.png" class="boxshadow" alt=""></div>
        <h2 class="textshadow">Kallyas WordPress Theme</h2>
        <h3 class="textshadow">The #1 Selling Most Enjoyable and Creative Multipurpose WordPress theme.</h3>
    </div>
    <div class="flip-overlay"></div>
    </div>
    <div class='square2' data-image="http://titanicthemes.com/files/flipbox/kallyas-wedding.jpg">
    <div class="square-container2">
        <div class="align-center"></div>
        <h2>The only theme you'll ever need. No codding skills needed.</h2>
    </div>
    <div class="flip-overlay"></div>
    </div>
</div>
 
  <div class="clearfix"></div>
  <p>Made with ♡ by Nicola Mihaita</p>
  <a href="http://hogash.com" target="_blank">@Hogash.com</a>
  <br/>
  <br/>
  <br/>
 
</div>

[/html]

0

6

[hideprofile][html]
<style>

.punbb {
    margin-left: 0px !important; }
/* Utils */

h1,h2,h3, h4 {
font-family: 'Lato', Helvetica, sans-serif;
font-weight: 300;
color: #48DA9B;
}
h1 {
    font-size: 48px;
    font-weight: 300;
    margin: 20px 0;
}
h2 {
    font-size: 28px;
    margin: 32px 0 24px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
    font-weight: 400;
}

.clear {
clear: both;
}
.purple {
color: #837c9a;
}

.block {
margin: 25px 30px;
}
.block h1 {
    margin-left: -5px;
    font-weight: 200;
}

.last.block {
margin-bottom: 110px;
}

.horizontal_list {
margin: 0;
padding: 0;
list-style-type: none;
}
.horizontal_list li {
    float: left;
}
.horizontal_list li:before {
    content: none;
}
.horizontal_list li {
    padding-left: 0;
    text-indent: 0;
}

.horizontal_line{
margin: 34px 0 0 30px;
height: 26px;
position: relative;
}
.line_left,
.line_right{
    border-top: 1px solid #434247;
    width: 200px;
    margin-top: 13px;
}
.line_left{
    float: left;
}
.line_right {
    float: right;
}
.left_circle,
.central_circle,
.right_circle {
    background: rgb(69,68,73);
    background: rgba(255,255,255, 0.15);
    position: absolute;
    border-radius: 50px;
}
.left_circle,
.right_circle {
    width: 13px;
    height: 13px;
    top: 7px;
}
.left_circle{
    left: 204px;
}
.central_circle{
    width: 26px;
    height: 26px;   
    top: 0px;
    left: 220px;
}
.right_circle{
    left: 250px;
}

/* Main tags */

blockquote {
font-style: italic;
margin: 25px 0;
padding-left: 20px;
border-left: 2px solid #48DA9B;
}

blockquote, p , a, li {
font-family: 'Lato', Helvetica, sans-serif;
font-weight: 300;
font-size: 15px;
color: #e4e3e8;
}

a:focus {
    outline: none;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}
li {
    padding-left: 1em;
    text-indent: -.7em;
}
li:before {
    content: "• ";
    color: #837c9a;
    font-size: 20px;
    padding-right: 8px;
}

/* Containers size */

#main_container {
width: 100%;
background: #5e5b5b;
       padding: 30px;
}
#header {
    height: 130px;
    border-bottom: 1px solid #403F44;
}
    .header_logotype_container {
    width: 260px;
    height: 130px;
    border-right: 1px solid #403F44;
    float: left;
    }
    .header_menu_container {
    height: 130px;
    width: 699px;
    float: left;
    }
    .header_menu_container a {
        font-family: 'Lato', Helvetica, sans-serif;
    }
#left_col {
    width: 259px;
    float: left;
}
#content_container {
    width: 500px;
    border-left: 1px solid #403F44;
    float: left;
}
#footer {
    width: 960px;
    height: 60px;
    border-top: 1px solid #403F44;
    display: inline-block;
}

/* HEADER */

   
.header_menu {
width: 699px;
margin-top: 40px;
margin-left: 5px;
}
.header_menu a{
    text-decoration: none;
    padding: 0 20px;
    border-left: 1px solid #e4e3e8;
    font-size: 16px;
    font-weight: 400;
}
.header_menu a.no_border{
    border-left: none;
}
    .header_menu a:hover {
    color: #837c9a;
    }
   
/* LEFT NAV */

#left_nav h2 {
margin: 0;
font-size: 24px;
}

.profile_frame{
width: 230px;
height: 260px;
background: black;
border: 1px solid #403F44;
margin-top: 30px;
}
.profile_picture{
    width: 210px;
    height: 240px;
    margin:10px;
    background: url(https://i.pinimg.com/564x/c4/42/b1/c442 … 142199.jpg) 100% /210px no-repeat;
}

.hello_content,
.contact_details_content {
margin-top: 25px;
}

.hello_content{
width: 230px;
}
.contact_details_content h2 + p.purple{
margin-top: 10px;
}
.contact_details_content p{
margin: 0;
}
.contact_details_content p.purple{
margin-top: 25px;
}

.send_message_button,
.special_button {
margin-top: 25px;
display: block;
background: #48DA9B;
width: 230px;
height: 50px;
position: relative;
z-index: 1;
}
.cut1:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: -20px;
    width: 30px;
    height: 30px;
    z-index: 9;
    background: url(https://www.toptal.com/designers/subtle … k_wall.png) repeat;
    transform: rotate(45deg);
}
.cut2:before {
    content: "";
    position: absolute;
    top: -19px;
    right: -20px;
    width: 30px;
    height: 30px;
    z-index: 9;
    background: url(https://www.toptal.com/designers/subtle … k_wall.png) repeat;
      transform: rotate(45deg);
}
.content {
    text-align: center;   
    color: #04080b;
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 2;
    font: 18px 'Lato', Arial, sans-serif;
    margin: 0;
    padding: 16px 0 0;
        top: -4px;
        bottom: 10px;
    border-top: 1px solid #403F44;
    border-bottom: 1px solid #403F44;
}
.send_message_button:hover,
.special_button:hover {
    background: #29C782;
}

/* Profile Content */

.profile_quote {
position: relative;
/* margin-left: 5px; */
}
.profile_quote p {
    font-size: 17px;
    width: 455px;
}
.profile_quote  .entypo-quote {
    color: #3d3a41;
    font-size: 80px;
    font-style: normal;
    position: absolute;
    top: -20px;
    right: 70px;
    cursor: default;
}

.philosophy_content {
margin-top: 20px;
}
.philosophy_content p {
    margin: 0;
    width: 400px;
    float: left;
}
.philosophy_content ul {
    float: left;
    padding-left: 40px;
}
</style>
<script>

</script>

<!-- MAIN CONTAINER -->
    <div id="main_container">
      <!-- LEFT COL -->
      <div id="left_col">
        <div class="profile_frame">
          <div class="profile_picture"></div>
          <!-- <img src="https://i.pinimg.com/564x/c4/42/b1/c442b1968a0e6571fca9f515aa142199.jpg" alt="profile"> -->
        </div>
        <div class="hello_content">
<h2>Придумай себе имя</h2>          <p>Заявка не в пару</p><br><br><br>
          <h2>О заявителе</h2>
          <p>Я горячий испанский юноша, потерявшийся в слишком холодных австрийских лесах и мне нужно что-то разогнать кровь.</p>
        </div>
        <div class="contact_details_content">
          <h2>Контакты</h2>
        </div>
        <a href="https://telegram.im/@Hattivatit" class="send_message_button">
          <span class="cut1"></span>
          <span class="cut2"></span>
          <span class="content">Телеграммируте <span class="fontawesome-double-angle-right"></span></span>
        </a>
      </div>
      <!-- PROFILE CONTENT -->
      <div id="content_container">       
        <div class="block">
          <h1>крутая цитата</h1>
          <blockquote class="profile_quote">
            <p>"— А где я могу найти кого-нибудь нормального?<br>
— Нигде, — ответил Кот, — нормальных не бывает. Ведь все такие разные и непохожие. И это, по-моему, нормально."</p>
            <p>Чеширский кот</p>
            <span class="entypo-quote"></span>
          </blockquote>
        </div>
        <div class="block">
          <h2>Пару слов об акции</h2>
          <p>Я жду резкого, дерзкого, агрессивного и ПАССИВНОГО хД Момент когда я показываю что мое чувство юмора очень пошлое. Нет, это не то слово. Я жду ученика, свою Клариссу Стралинг, которого я могу успешно ломать, направлять, указывать. Я много чего знаю и жажду передать свои знания. Я расскажу как можно убить, пытать, загнать, отследить. Как отомстить всем, кто тебя обижал. Я расскажу про Кодекс, научу жить в этом мире, направлю руку, если ты захочешь выпустить пар. Я найду способ растворить трупы, закопать кости, убрать свидетелей. </p>       
        </div>
        <div class="horizontal_line">
          <div class="line_left"></div>
          <div class="left_circle"></div>
          <div class="central_circle"></div>
          <div class="right_circle"></div>
          <div class="line_right"></div>
        </div>
        <div class="block">
          <h2>Философия</h2>
          <p>Я верю в психопатов. </p>
          <div class="philosophy_content">
            <p>Уже давно появилась у меня идея завести на территории школы занятного психопата в лучших традициях хоррор-фильмов. Несчастный человек, который не верит, что у других людей есть чувства, привыкший заботиться о себе, способный на убийство. Человек, который может разнообразить тихую жизнь школы даже если о тишине уже давно забыли. Немного пошумим.<br>
Мои предложения:</p>
            <ul>
              <li>Верь в меня, я научу тебя убивать</li>
              <li>Подчиняйся мне, я не люблю самоуправство</li>
              <li>Я защищу тебя</li>
              <li>Будь готов к деталям</li>
              <li>Декстер?</li><br><br>
            </ul>

            <p>Возможно, это временная акция и можно потом трагично уйти, но это по желанию. Отношения и мотивацию запрашивать лично.</p>
            <div class="clear"></div>
          </div>
        </div>
        <div class="horizontal_line">
          <div class="line_left"></div>
          <div class="left_circle"></div>
          <div class="central_circle"></div>
          <div class="right_circle"></div>
          <div class="line_right"></div>
        </div></div>
      <div class="clear"></div>
    </div>

[/html]

0

7

[hideprofile][html]<style>

.blog-item img, .blog-item-taken img{
  display: block;
  width: 100%;
}

.blog-item{
    display: flex;
    padding: 10px;
    overflow: hidden;
    align-items: center;
    max-width: 800px;
    margin: auto;
    font-family: 'Alice', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all .3s ease;
    background: #0f7aa345;
}

.blog-item-taken{
    display: flex;
    padding: 10px;
    overflow: hidden;
    align-items: center;
    max-width: 800px;
    margin: auto;
    font-family: 'Alice', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all .3s ease;
    background: #a3a6b166;
    filter: blur(5px);
}

.blog-item-taken:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    filter: none;
}

.blog-item:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item .iconer, .blog-item-taken .iconer {
    width: 35%;
    object-fit: cover;
    margin-right: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
    width: 200px;
}

.blog-item .content, .blog-item-taken .content {
    width: 65%;
}

.blog-item .content .title, .blog-item-taken .content .title {
    font-size: 21px;
    text-transform: capitalize;
    color: #25aae1;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.blog-item .content .title .blog-date, .blog-item-taken .content .title .blog-date {
    font-size: 12px;
    margin-left: 20px;
    color: #333;
    font-family: 'Lato', sans-serif;
}

.blog-item .content .title .blog-date:before, .blog-item-taken .content .title .blog-date:before {
    content: '/';
    color: #2bb673;
    font-size: 25px;
    top: auto;
    position: relative;
    margin-right: 10px;
}

.blog-item .content .rounded, .blog-item-taken .content .rounded {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item .item-arrow, .blog-item-taken .item-arrow {
    height: 20px;
    width: 15%;
    position: relative;
    text-align: center;
    font-size: 35px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item a:hover > .item-arrow {
    color: #25aae1;
    left: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.rounded {
    width: 70px;
    height: 5px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #25aae1, #40e495);
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: width 2s;
    transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

.rounded:hover {
  width: 400px;
  transition: width 2s;
  transition-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

</style>

<div class="blog-item">
        <div class="iconer">
            <img src="https://i.pinimg.com/564x/ac/14/88/ac1488c55116c58952d6b8b869423f52.jpg" alt="">
        </div>
        <div class="content">
            <div class="title">В поисках писаки<span class="blog-date">Клаус Всеволодович</span></div>
            <div class="rounded"></div>

            <p>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
            </p>
        </div>

        <div class="item-arrow">
            <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
        </div>

</div>

<div class="blog-item">
        <div class="iconer">
            <img src="https://i.pinimg.com/564x/56/b5/a6/56b5a64a4c7454af9284cb8f6c7fbb94.jpg" alt="">
        </div>
        <div class="content">
            <div class="title">Волшебник  <span class="blog-date">Тутмос Первый</span></div>
            <div class="rounded"></div>

            <p>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
            </p>
        </div>

        <div class="item-arrow">
            <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
        </div>

</div>

<div class="blog-item">
        <div class="iconer">
            <img src="https://i.pinimg.com/564x/48/a2/fd/48a2fd06c2cf6c7f4cfd40d146e37fc7.jpg" alt="">
        </div>
        <div class="content">
            <div class="title">Маг и чародей  <span class="blog-date">Аменхотеп</span></div>
            <div class="rounded"></div>

            <p>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
            </p>
        </div>

        <div class="item-arrow">
            <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
        </div>

</div>

<div class="blog-item-taken">
        <div class="iconer">
            <img src="https://i.pinimg.com/564x/ef/0e/35/ef0e353c0aff678c5c148b1490d83e49.jpg" alt="">
        </div>
        <div class="content">
            <div class="title">Lorem Ipsum, dizgi ve baskı  <span class="blog-date">27.12.2017</span> Занято</div>
            <div class="rounded"></div>

            <p>
                Lorem Ipsum, dizgi ve baskı endüstrisinde kullanılan mıgır metinlerdir. Lorem Ipsum, adı
                bilinmeyen bir matbaacının bir hurufat numune kitabı...
            </p>
        </div>

        <div class="item-arrow">
            <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
        </div>

</div>

[/html]

0

8

[html]
<style>
img {
  border-radius: 50%;
  cursor: pointer;
  padding: 40px;
  clip-path: circle(calc(50% - 40px));
  --_p: 100px;
  --_g1: radial-gradient(50% 50%,#e71e24 90%,#0000); /* color 1 */
  --_g2: radial-gradient(50% 50%,#fcc010 90%,#0000); /* color 2 */
  --_g3: radial-gradient(50% 50%,#85c341 90%,#0000); /* color 3 */
  --_g4: radial-gradient(50% 50%,#eb2288 90%,#0000); /* color 4 */
  background:
     var(--_g1) calc(20% - var(--_p)) calc(20% - var(--_p)),
     var(--_g2) calc(80% + var(--_p)) calc(10% - var(--_p)),
     var(--_g3) calc(80% + var(--_p)) calc(80% + var(--_p)),
     var(--_g3) 55%                   calc(12% - var(--_p)),
     var(--_g1) calc(18% - var(--_p)) calc(88% + var(--_p)),
     var(--_g2) calc(10% - var(--_p)) calc(70% + var(--_p)),
     var(--_g2) calc(88% + var(--_p)) 40%,
     var(--_g1) calc(82% + var(--_p)) calc(28% - var(--_p)),
     var(--_g4) calc(12% - var(--_p)) 30%,
     var(--_g4) 65%                   calc(85% + var(--_p)),
     var(--_g3) calc(20% - var(--_p)) calc(10% - var(--_p)),
     var(--_g4) calc(30% - var(--_p)) calc(85% + var(--_p));
  background-size: 15px 15px, 20px 20px, 30px 30px;
  background-repeat: no-repeat;
  filter: grayscale(80%);
  transition: .5s;
}
img:hover {
  filter: grayscale(0%);
  clip-path: circle(50%);
  --_p: 0px;
}

</style>
<img src="https://picsum.photos/id/360/200/200" alt="a few flowers">
<img src="https://picsum.photos/id/64/200/200" alt="a girl holding flowers">

[/html]

0

9

[hideprofile][html]<style>
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  --background-color: hsl(180, 20%, 90%);

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  min-height: 100vh;
  padding: 2rem;

  color: hsla(0, 0%, 0%, .6);
  background: var(--background-color);
  text-align: center;
}

h1 {
  font-size: 3.2rem;
  padding-top: 2rem;
}

h1+p {
  font-size: 1.8rem;
  padding: 2rem 0 3rem;
}

.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap {
  margin: 2rem;

  transform-style: preserve-3d;
  transform: perspective(100rem);

  cursor: pointer;
}

.container {
  --rX: 0;
  --rY: 0;
  --bX: 50%;
  --bY: 80%;

  width: 30rem;
  height: 36rem;
  border: 1px solid var(--background-color);
  border-radius: 1.6rem;
  padding: 4rem;

  display: flex;
  align-items: flex-end;

  position: relative;
  transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));

  background: linear-gradient(hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), url("https://images.unsplash.com/photo-1559113513-d5e09c78b9dd?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjF9");
  background-position: var(--bX) var(--bY);
  background-size: 40rem auto;
  box-shadow: 0 0 3rem .5rem hsla(0, 0%, 0%, .2);

  transition: transform .6s 1s;
}

.container::before,
.container::after {
  content: "";

  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;

  position: absolute;
  z-index: 2;

  opacity: .3;
  transition: .3s;
}

.container::before {
  top: 2rem;
  right: 2rem;

  border-bottom-width: 0;
  border-left-width: 0;
}

.container::after {
  bottom: 2rem;
  left: 2rem;

  border-top-width: 0;
  border-right-width: 0;
}

.container--active {
  transition: none;
}

.container--2 {
  filter: hue-rotate(80deg) saturate(140%);
}

.container--3 {
  filter: hue-rotate(160deg) saturate(140%);
}

.container p {
  color: hsla(0, 0%, 100%, .6);
  font-size: 2.2rem;
}

.wrap:hover .container::before,
.wrap:hover .container::after {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
}

.abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 0%, .6);
  font-size: 1.6rem;
}
</style>
<script>
// by
// abubakersaeed.netlify.com | @AbubakerSaeed96
// ============================================

// Inspiration:
// Tilt.js: https://gijsroge.github.io/tilt.js/
// Andy Merskin's parallax depth cards pen: https://codepen.io/andymerskin/full/XNMWvQ/

// Thank You for Viewing

class parallaxTiltEffect {

  constructor({element, tiltEffect}) {

    this.element = element;
    this.container = this.element.querySelector(".container");
    this.size = [300, 360];
    [this.w, this.h] = this.size;

    this.tiltEffect = tiltEffect;

    this.mouseOnComponent = false;

    this.handleMouseMove = this.handleMouseMove.bind(this);
    this.handleMouseEnter = this.handleMouseEnter.bind(this);
    this.handleMouseLeave = this.handleMouseLeave.bind(this);
    this.defaultStates = this.defaultStates.bind(this);
    this.setProperty = this.setProperty.bind(this);
    this.init = this.init.bind(this);

    this.init();
  }

  handleMouseMove(event) {
    const {offsetX, offsetY} = event;

    let X;
    let Y;

    if (this.tiltEffect === "reverse") {
      X = ((offsetX - (this.w/2)) / 3) / 3;
      Y = (-(offsetY - (this.h/2)) / 3) / 3;
    }

    else if (this.tiltEffect === "normal") {
      X = (-(offsetX - (this.w/2)) / 3) / 3;
      Y = ((offsetY - (this.h/2)) / 3) / 3;
    }

    this.setProperty('--rY', X.toFixed(2));
    this.setProperty('--rX', Y.toFixed(2));

    this.setProperty('--bY', (80 - (X/4).toFixed(2)) + '%');
    this.setProperty('--bX', (50 - (Y/4).toFixed(2)) + '%');
  }

  handleMouseEnter() {
    this.mouseOnComponent = true;
    this.container.classList.add("container--active");
  }

  handleMouseLeave() {
    this.mouseOnComponent = false;
    this.defaultStates();
  }

  defaultStates() {
    this.container.classList.remove("container--active");
    this.setProperty('--rY', 0);
    this.setProperty('--rX', 0);
    this.setProperty('--bY', '80%');
    this.setProperty('--bX', '50%');
  }

  setProperty(p, v) {
    return this.container.style.setProperty(p, v);
  }

  init() {
    this.element.addEventListener('mousemove', this.handleMouseMove);
    this.element.addEventListener('mouseenter', this.handleMouseEnter);
    this.element.addEventListener('mouseleave', this.handleMouseLeave);
  }

}

const $ = e => document.querySelector(e);

const wrap1 = new parallaxTiltEffect({
  element: $('.wrap--1'),
  tiltEffect: 'reverse'
});

const wrap2 = new parallaxTiltEffect({
  element: $('.wrap--2'),
  tiltEffect: 'normal'
});

const wrap3 = new parallaxTiltEffect({
  element: $('.wrap--3'),
  tiltEffect: 'reverse'
});
</script>
<h1>Parallax Tilt Effect Cards</h1>
<p>Hover over the cards.</p>

<section class="main">

  <div class="wrap wrap--1">
    <div class="container container--1">
      <p>01. Normal</p>
    </div>
  </div>

  <div class="wrap wrap--2">
    <div class="container container--2">
      <p>02. Reverse</p>
    </div>
  </div>

  <div class="wrap wrap--3">
    <div class="container container--3">
      <p>03. Normal</p>
    </div>
  </div>

</section>

[/html]

0

10

[html]
<style>
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://maxcdn.bootstrapcdn.com/font-aw … me.min.css);
.snip1579 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-height: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1579 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1579 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1579 figcaption {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
.snip1579 h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}
.snip1579 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1px;
}
.snip1579 blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
}
.snip1579 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1579:hover figcaption,
.snip1579.hover figcaption {
  height: calc(85%);
}

</style>
<script>
/* Demo purposes only */
$(".hover").mouseleave(
  function () {
    $(this).removeClass("hover");
  }
);

</script>

<figure class="snip1579"><img src="https://i.pinimg.com/736x/f7/f3/26/f7f326205961189782917e98bb58c979.jpg" alt="profile-sample2"/>
  <figcaption>
    <h3>Sue Shei</h3>
    <h5>Founder</h5>
    <blockquote>
      <p>'Which is worse, that everyone has his price, or that the price is always so low.'</p>
    </blockquote>
  </figcaption><a href="#"></a>
</figure>
<figure class="snip1579 hover"><img src="https://i.pinimg.com/736x/f7/f3/26/f7f326205961189782917e98bb58c979.jpg" alt="profile-sample7"/>
  <figcaption>
    <h3>Indigo Violet</h3>
    <h5>Web Designer</h5>
    <blockquote>
      <p>'I'm killing time while I wait for life to shower me with meaning and happiness.'</p>
    </blockquote>
  </figcaption><a href="#"></a>
</figure>
<figure class="snip1579"><img src="https://i.pinimg.com/736x/f7/f3/26/f7f326205961189782917e98bb58c979.jpg" alt="profile-sample6"/>
  <figcaption>
    <h3>Will Barrow</h3>
    <h5>Public Relations</h5>
    <blockquote>
      <p>'The only skills I have the patience to learn are those that have no real application in life.'</p>
    </blockquote>
  </figcaption><a href="#"></a>
</figure>

[/html]

0

11

[html]
<style>
@import url(https://code.ionicframework.com/ionicon … ns.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:500,700);
.snip1396 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  min-height: 200px;
  background: #20638f;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.snip1396 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.snip1396 > img,
.snip1396 .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  max-width: 100%;
}
.snip1396 > img {
  vertical-align: top;
  position: relative;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.6;
}
.snip1396 figcaption,
.snip1396 .image {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1396 .image {
  position: absolute;
  top: 0;
  bottom: 45%;
  right: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}
.snip1396 .image img {
  position: absolute;
  top: 0;
}
.snip1396 figcaption {
  position: absolute;
  top: 55%;
  bottom: 46px;
  left: 20px;
  right: 20px;
  border-bottom: 2px solid #ffffff;
  padding-top: 20px;
  z-index: 1;
}
.snip1396 h3,
.snip1396 p {
  margin: 0;
}
.snip1396 h3 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.snip1396 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
}
.snip1396 .price,
.snip1396 .add-to-cart {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1px;
}
.snip1396 .price {
  left: 0;
}
.snip1396 .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.snip1396 .add-to-cart {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  right: 0;
}
.snip1396 .add-to-cart i {
  margin-left: 5px;
  font-size: 1.1em;
}
.snip1396:hover .add-to-cart,
.snip1396.hover .add-to-cart {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

</style>
<script>
/* Demo purposes only */
$(".hover").mouseleave(
  function () {
    $(this).removeClass("hover");
  }
);

</script>
<figure class="snip1396 green">
  <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/pr-sample13.jpg" alt="pr-sample13" />
  <div class="image"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/pr-sample13.jpg" alt="pr-sample13" /></div>
  <figcaption>
    <h3>Pudol Doux</h3>
    <p>All this modern technology just makes people try to do everything at once.</p>
  </figcaption>
  <div class="price">
    <s>$24.00</s>$19.00
  </div><a href="#" class="add-to-cart">
     
    Add to Cart<i class="ion-android-checkbox-outline"></i></a>
</figure>
<figure class="snip1396 blue hover"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/pr-sample19.jpg" alt="pr-sample19" />
  <div class="image"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/pr-sample19.jpg" alt="pr-sample19" /></div>
  <figcaption>
    <h3>Kurie Secco</h3>
    <p>If you do the job badly enough, sometimes you don't get asked to do it again. </p>
  </figcaption>
  <div class="price">
    <s>$24.00</s>$19.00
  </div><a href="#" class="add-to-cart">
     
    Add to Cart<i class="ion-android-checkbox-outline"></i></a>
</figure>
<figure class="snip1396 orange"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/pr-sample12.jpg" alt="pr-sample12" />
  <div class="image"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/pr-sample12.jpg" alt="pr-sample12" /></div>
  <figcaption>
    <h3>Zosaisan Invecchiato</h3>
    <p>If your knees aren't green by the end of the day, you ought to seriously re-examine your life. </p>
  </figcaption>
  <div class="price">
    <s>$24.00</s>$19.00
  </div><a href="#" class="add-to-cart">
     
    Add to Cart<i class="ion-android-checkbox-outline"></i></a>
</figure>
[/html]

0

12

https://codepen.io/frontierpsychiatrist/pen/YPKYKGP
[html]
<style>
/*=============================================== *
* Jcink.com Forum Hosting Stylesheet
* ==============================================
* #Version: 1.0.2
*=============================================== */

html { overflow-x: auto; }
form { display:inline; scroll-behavior: smooth;}

body {
  background: var(--bodyBG);
  margin: 0;
  padding: 0;
  font: 500 15px montserrat;
}
@font-face {
  font-family: 'amberla';
  src:  url('https://files.jcink.net/uploads/ghostsongs/fonts/amberla.ttf');
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

a {
  color: var(--text1);
  text-decoration: none;
}
a:hover {
  color: var(--main3);
}

/****************************************
SCROLLBAR
*****************************************/
::-webkit-scrollbar {
     width: 6px;
     background-color: var(--main1);
}
::-webkit-scrollbar-thumb {
     background-color: var(--main2);
}
::-webkit-scrollbar:horizontal {
     height: 10px;
}
::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
     border: 2px solid var(--main1);
}

/* I DON'T RLY HAVE COLORS YET LOL */
:root {
  --main1: #161721;
  --main2: #1e3997;
  --main3: #529ac4;
  --main4: #1d2c4d;
  --rgb1: 22,23,33;
  --rgb2: 30,57,151;
  --rgb3: 82,154,196;
  --rgb4: 29,44,77;
 
  --bodyBG: #161721;
  --mainborder: #eee;
  --mainpattern: url(https://b.l3n.co/i/L3Kyvc.png);
  --board1: #17181f;
  --board2: #1c1d29;
  --border1: #404253;
 
  --text1: #eee;
  --text2: #343d92;
 
  --dark1: #111;
}
[data-theme="light"] {
  --main1: #161721;
  --main2: #1e3997;
  --main3: #529ac4;
  --main4: #e0e0e0;
  --rgb1: 22,23,33;
  --rgb2: 30,57,151;
  --rgb3: 82,154,196;
  --rgb4: 224,224,224;
 
  --bodyBG: #b4b4b4;
  --mainborder: #222;
  --board1: #e5e5e5;
  --board2: #eaeaea;
  --border1: #ccc;
}

/* TSUNAMI */
GROUP10, .tsunami, #g10, .g10, #tsunami {
  --main1: #a378dd;
  --main2: #5da9cf;
  --main3: #7fd5be;
  --rgb1: 163,120,221;
  --rgb2: 93,169,207;
  --rgb3: 127,213,190;
--b1: #a378dd;
--b2: #8091d6;
--b3: #5da9cf;
--b4: #6ebfc7;
--b5: #7fd5be;
--s1: #a378dd;
--s2: #8c88d8;
--s3: #7499d4;
--s4: #5da9cf;
--s5: #68b8c9;
--s6: #74c6c4;
--s7: #7fd5be;
}

/* AURORA */
GROUP11, .aurora, #g11, .g11, #aurora {
  --main1: #dc74bb;
  --main2: #ad5ae1;
  --main3: #6669e1;
  --rgb1: 220,116,187;
  --rgb2: 173,90,225;
  --rgb3: 102,105,225;
--b1: #dc74bb;
--b2: #c567ce;
--b3: #ad5ae1;
--b4: #8a62e1;
--b5: #6669e1;
--s1: #dc74bb;
--s2: #cc6bc8;
--s3: #bd63d4;
--s4: #ad5ae1;
--s5: #955fe1;
--s6: #7e64e1;
--s7: #6669e1;
}

/* BLIZZARD */
GROUP9, .blizzard, #g9, .g9, #blizzard {
  --main1: #84bcd8;
  --main2: #617be4;
  --main3: #9564ee;
  --rgb1: 132,188,216;
  --rgb2: 97,123,228;
  --rgb3: 149,100,238;
--b1: #84bcd8;
--b2: #739cde;
--b3: #617be4;
--b4: #7b70e9;
--b5: #9564ee;
--s1: #84bcd8;
--s2: #78a6dc;
--s3: #6d91e0;
--s4: #617be4;
--s5: #7273e7;
--s6: #846ceb;
--s7: #9564ee;
}

/* HURRICANE */
GROUP7, .hurricane, #g7, .g7, #hurricane {
  --main1: #f5b35f;
  --main2: #d064b5;
  --main3: #926bd1;
  --rgb1: 245,179,95;
  --rgb2: 208,100,181;
  --rgb3: 146,107,209;
--b1: #f5b35f;
--b2: #e38c8a;
--b3: #d064b5;
--b4: #b168c3;
--b5: #926bd1;
--s1: #f5b35f;
--s2: #e9997c;
--s3: #dc7e98;
--s4: #d064b5;
--s5: #bb66be;
--s6: #a769c8;
--s7: #926bd1;
}

/* EARTHQUAKE */
GROUP8, .earthquake, #g8, .g8, #earthquake {
  --main1: #6ccb6c;
  --main2: #ebce69;
  --main3: #e8945c;
  --rgb1: 108,203,108;
  --rgb2: 235,206,105;
  --rgb3: 232,148,92;
--b1: #6ccb6c;
--b2: #accd6b;
--b3: #ebce69;
--b4: #eab163;
--b5: #e8945c;
--s1: #6ccb6c;
--s2: #96cc6b;
--s3: #c1cd6a;
--s4: #ebce69;
--s5: #eabb65;
--s6: #e9a760;
--s7: #e8945c;
}

/* WILDFIRE */
GROUP6, .wildfire, #g6, .g6, #wildfire {
  --main1: #d95866;
  --main2: #eca362;
  --main3: #ecd466;
  --rgb1: 217,88,102;
  --rgb2: 236,163,98;
  --rgb3: 236,212,102;
--b1: #d95866;
--b2: #e37e64;
--b3: #eca362;
--b4: #ecbc64;
--b5: #ecd466;
--s1: #d95866;
--s2: #df7165;
--s3: #e68a63;
--s4: #eca362;
--s5: #ecb363;
--s6: #ecc465;
--s7: #ecd466;
}

/* SUPERNOVA */
GROUP15, .supernova, #g15, .g15, #supernova {
  --main1: #5fc1b4;
  --main2: #9d62d9;
  --main3: #ec6666;
  --rgb1: 95,193,180;
  --rgb2: 157,98,217;
  --rgb3: 236,102,102;
--b1: #5fc1b4;
--b2: #7e92c7;
--b3: #9d62d9;
--b4: #c564a0;
--b5: #ec6666;
--s1: #5fc1b4;
--s2: #74a1c0;
--s3: #8882cd;
--s4: #9d62d9;
--s5: #b763b3;
--s6: #d2658c;
--s7: #ec6666;
}

/* MIRAGE */
GROUP17, .mirage, #g17, .g17, #mirage {
  --main1: #dfd264;
  --main2: #ea6c7a;
  --main3: #10b4b4;
  --rgb1: 223,210,100;
  --rgb2: 234,108,122;
  --rgb3: 16,180,180;
--b1: #dfd264;
--b2: #e59f6f;
--b3: #ea6c7a;
--b4: #7d9097;
--b5: #10b4b4;
--s1: #dfd264;
--s2: #e3b06b;
--s3: #e68e73;
--s4: #ea6c7a;
--s5: #a1848d;
--s6: #599ca1;
--s7: #10b4b4;
}

#user-menu {
  background: linear-gradient(to right, rgba(var(--rgb2),0.2), rgba(var(--rgb1),0.5)), var(--main1);
  height: 50px;
position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--mainborder);
  display: grid;
  grid-template-columns: 1fr 25% 50% 260px;
  grid-template-rows: 50px;
}
.user-icon {
  width: 50px;
  height: 50px;
  background-size: cover;
  border-right: 1px solid var(--mainborder);
}
.user-menu-name {
  border-right: 1px solid var(--mainborder);
  padding: 2px 10px 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-menu-name a {
  text-transform: uppercase;
  font: 800 10px poppins;
  letter-spacing: 1px;
  color: var(--text1);
}
.user-menu-name .forminput {
  border: 0px;
  border-radius: 5px;
  background: var(--dark1);
  color: var(--text2);
  box-shadow: 0px;
  text-transform: uppercase;
  font: 800 9px poppins;
  letter-spacing: 1px;
  width: 64px;
  display: block;
}
.user-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.user-info a {
  position: relative;
  font-size: 20px;
  color: var(--text1);
}
.user-info i {
  background: rgba(var(--rgb2),0.3);
border-radius: 100%;
  padding: 5px;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid var(--main2);
}
.user-info i:hover {
  background: rgba(var(--rgb2),0.5);
}
.user-info msg {
  position: absolute;
  top: -8px;
  right: 5px;
  color: transparent;
  background: var(--main3);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid var(--main1);
}

.navi {
  border-right: 1px solid var(--mainborder);
  padding: 10px;
  color: var(--text2);
}
#navstrip {
    display: flex;
  align-items: center;
  gap: 10px;
  margin: auto;
  justify-content: center;
}
.navi a {
  text-transform: uppercase;
  font: 800 10px poppins;
  letter-spacing: 1px;
  color: var(--text1);
  border-radius: 5px;
  padding: 5px;
  background: var(--dark1);
}

.user-navigation {
  position: relative;
  color: var(--text1);
  padding:  10px 10px 5px 10px;
  width: 240px;
  isolation: isolate;
  z-index: 2;
  font: 20px abril fatface;
  text-transform: uppercase;
}
.user-navigation [type="checkbox"] {
  display: none;
}
.cosc {
   opacity: 1;
     transition: all 0.6s ease-in-out;
     position: absolute;
     top: 50px;
     left: 0px;
     width: 260px;
     z-index: -2;
   height: 0px;
   background: var(--bodyBG);
  border: 0px solid var(--mainborder);
  overflow: hidden;
}
.navmargin {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 20px;
  gap: 10px;
}
.navmargin a {
  display: flex;
  justify-content: space-between;
  font: 700 10px poppins;
  color: var(--text1);
  letter-spacing: 1px;
}
.navmargin i {
  color: var(--main3);
}
.user-navigation [type=checkbox] ~ label {
  display: flex;
  width: 240px;
  justify-content: space-between;
  align-items: center;
}
.user-navigation [type=checkbox]:checked ~ label {
     z-index: 2;
}
.user-navigation [type=checkbox] ~ label i {
     color: var(--main3);
  font-size: 25px;
}
[type=checkbox]:checked ~ label ~ .cosc {
     z-index: -1;
     opacity: 1.0;
     height: 340px; 
   border: 1px solid var(--mainborder);
}

#wrapper {
  display: flex;
}
#user-side {
  background: linear-gradient(to bottom, rgba(var(--rgb2),0.2), rgba(var(--rgb1),0.5));
  width: 52px;
  border-right: 1px solid var(--mainborder);
  background-attachment: fixed;
}
.user-sticky {
  position: sticky;
  top: 70px;
}
.user-info2 {
  width: 50px;
  position: fixed;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.ldmode {
  color: var(--text1);
}
.theme-switch input {
     display: none;
}

#innerwrapper {
  width: 100vw;
}
.innerwrapper2 {
  margin: 100px auto 20px auto;
  width: 1100px;
  border: 1px solid var(--mainborder);
  position: relative;
  z-index: 4;
}

#banner {
  height: 600px;
  border-bottom: 1px solid var(--mainborder);
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, rgba(var(--rgb1),0.2), rgba(var(--rgb2),0.2));
  top: 51px;
}
#banner:after {
  content: "";
  background: var(--mainpattern);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 616px;
  opacity: 0.2;
}
.banner-img {
  position: absolute;
  z-index: 3;
  width: 640px;
  height: 616px;
  top: -15px;
  right: 0;
  background: url(https://a.l3n.co/i/L3ufbk.png);
}
.site-name {
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  color: var(--text1);
  left: 20px;
  top: 30px;
  text-align: center;
  font: 19vw abril fatface;
  text-transform: uppercase;
  line-height: 80%;
  letter-spacing: -10px;
}
.site-name img {
  animation: MoveUpDown 1.7s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
display: inline-block;
  height: 200px;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: -10px;
  }
  50% {
    bottom: 10px;
  }
}

.banner-info {
  border-top: 1px solid var(--mainborder);
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(var(--rgb1),0.2), rgba(var(--rgb2),0.2)), var(--main1);
  display: flex;
  gap: 20px;
}
.site-updates {
  border-right: 1px solid var(--mainborder);
  padding: 20px;
}
.site-updates div {
  overflow: auto;
  color: var(--text1);
  height: 110px;
  text-align: justify;
  letter-spacing: 1px;
  font: 700 8px poppins;
  text-transform: uppercase;
  text-align: justify;
  width: 250px;
  line-height: 170%;
}
.site-updates b {
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(to right, var(--main2), var(--main3));
  padding: 3px;
}
.site-premise {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap; 20px;
}
.site-premise i {
  border-radius: 100%;
  padding: 10px;
  background: rgba(var(--rgb2),0.3);
  font-size: 40px;
  color: var(--text1);
   border: 1px solid var(--main2);
  margin-right: 20px;
}
.premise-write {
  text-align: justify;
  overflow: auto;
  color: var(--text1);
  height: 110px;
  text-align: justify;
  letter-spacing: 1px;
  font: 700 8px poppins;
  text-transform: uppercase;
  text-align: justify;
  line-height: 170%;
}

#top-table {
  background: linear-gradient(45deg, rgba(var(--rgb1),1), rgba(var(--rgb2),0.2));
  height: 202px;
  border-bottom: 1px solid var(--mainborder);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-left {
  border-right: 1px solid var(--mainborder);
  height: 162px;
  width: 280px;
  padding: 20px;
  position: relative;
}
.top-feat {
  height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-feat div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.top-feat b {
  font: 300 30px montserrat;
  letter-spacing: -1px;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, var(--main2), var(--main3));
}
.top-feat h1 {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  font: 17px abril fatface;
  color: var(--text1);
  line-height: 1;
}
.top-feat sub {
  display: block;
  color: var(--main3);
  font: 800 9px poppins;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-right {
  flex: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 202px;
  flex-direction: column;
}
.top-right:after {
  content: "";
  background: var(--mainpattern);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 202px;
  opacity: 0.1;
}
.top-staff {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 20px;
  gap: 20px;
}
.top-staff img {
  width: 70px;
  height: 70px;
  border: 5px solid var(--text1);
}
.top-reg {
  padding: 10px;
  background: linear-gradient(to right, var(--main1), var(--main2));
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--border3);
  text-align: center;
  font: 800 10px poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text1);
  width: 600px;
}
.top-reg i {
  position: absolute;
  top: -30px;
  left: 30px;
  font: 40px amberla;
  text-transform: lowercase;
}
.top-event-img {
  border-left: 1px solid var(--mainborder);
  width: 210px;
  height: 202px;
  background-size: cover;
}

.top-events {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text1);
  padding: 20px;
  font: 700 12px poppins;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--mainborder);
}
.top-events b {
  font: 40px amberla;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, var(--main2), var(--main3));
  padding-left: 10px;
}
.top-events a {
  font: 700 15px abril fatface;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cat-header {
  height: 155px;
  background: linear-gradient(to right, var(--main1), var(--main2));
  border-bottom: 1px solid var(--mainborder);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cat-header h1 {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 20px;
  border: 1px solid var(--mainborder);
  background: var(--main1);
  padding: 15px;
  z-index: 2;
  font: 700 9px poppins;
  color: var(--text1);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-radius: 5px;
}
.cat-header h2 {
  color:var(--text1);
  font: 150px abril fatface;
  opacity: 0.2;
  letter-spacing: -10px;
  margin: 0;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  text-align: center;
  position: relative;
  top: 0px;
}
#cat1 .whole-board:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 345px;
  height: 618px;
  background: url(https://c.l3n.co/i/LOMJ7i.png);
}

.board-av {
  background: linear-gradient(rgba(var(--rgb1),0.3),rgba(var(--rgb2),0.3),rgba(var(--rgb3),0.3));
  position: relative;
  overflow: hidden;
}
.lplk {
  display: flex;
  gap: 5px;
  flex-direction: column;
  width: 100px;
  text-align: center;
}
.lplk div {
  background: var(--boardbg2);
  border: 1px solid var(--border2);
  color: #eee;
  letter-spacing: 1px;
  font: 800 10px poppins;
  text-transform: uppercase;
}
.b-info sup {
  letter-spacing: 1px;
  font: 800 10px poppins;
  text-transform: uppercase;
  color: var(--sup);
}
.b-info sub {
  font: 800 11px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.b-info sub a {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, var(--main1), var(--main2), var(--main3));
  font-size: 11px!important;
}
.board-name a {
  color: var(--text1);
  font-family: abril fatface;
  text-transform: uppercase;
}
.b-info {
  display: flex;
  flex-direction: column;
}
.b-info a {
  color: #eee;
}
.board-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.b-av {
  border: 1px solid var(--mainborder);
  width: 100px;
  height: 100px;
  background-size: cover;
}
.board-write {
  color: var(--text1);
  text-align: justify;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 800 10px poppins;
}

#cat1 .whole-board {
position: relative;
  overflow: hidden;
  background: var(--boardbg);
  height: 753px;
}

/* GUIDE */
#b1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, rgba(var(--rgb1),0.6), rgba(var(--rgb4),0.8));
}
#b1:after {
  content: "";
  width: 100%;
  height: 315px;
  background: url(https://c.l3n.co/i/vAGL8K.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-size: cover;
  mix-blend-mode: overlay;
}
#b1 .board-inside {
height: 315px;
border-bottom: 1px solid var(--mainborder);
}
.guide-img {
  width: 98px;
  height: 265px;
  background: url(https://c.l3n.co/i/LOLmba.png);
  position: absolute;
  bottom: 1px;
  right: 1px;
}
#b1 h3 {
  margin: 0;
  position: absolute;
  top: 25px;
  left: 40px;
  font: 170px abril fatface;
  text-transform: uppercase;
  letter-spacing: -10px;
  line-height: 75%;
  text-align: center;
}
#b1 h3 a {
  color: #eee;
}
#b1 h4 {
  margin: 0;
  position: absolute;
  top: 25px;
  left: 40px;
  font: 170px abril fatface;
  text-transform: uppercase;
  letter-spacing: -10px;
  line-height: 75%;
  z-index: 3;
  text-align: center;
}
#b1 h4 a {
  color: transparent;
}
#b1 .subsf {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  top: 40px;
  bottom: 40px;
  left: 560px;
  z-index: 4;
}
#b1 .subsf a {
  color: var(--text1);
  font: 800 10px poppins;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--border1);
  padding: 5px;
  background: var(--bodyBG);
  border-radius: 5px;
}
#b1 .board-write {
  color: #eee;
  font: 800 10px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: auto;
  width: 200px;
  position: absolute;
  top: 60px;
  bottom: 60px;
  right: 150px;
  text-align: justify;
  line-height: 200%;
  z-index: 4;
  padding-right: 5px;
}

/* CODES */
#b79 {
  position: absolute;
  bottom: 0px;
  left: 70px;
  width: 370px;
  height: 436px;
  background: var(--board1);
  border-right: 1px solid var(--mainborder);
  padding-right: 30px;
}
#b79 .subsf {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: right;
  gap: 15px;
  padding-top: 40px;
  padding-bottom: 20px;
}
#b79 .subsf a {
  color: var(--text1);
  font: 800 10px poppins;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--border1);
  padding: 5px;
  background: var(--board2);
  border-radius: 5px;
}

/* UPDATES */
#b52 {
  border-bottom: 1px solid var(--mainborder);
  position: absolute;
  bottom: 218px;
  right: 0px;
  width: 630px;
  height: 218px;
  background: var(--board2);
}
#b52 .board-inside {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#b52 .board-side {
  background: linear-gradient(to bottom, rgba(var(--rgb1),0.4), rgba(var(--rgb2),0.4), rgba(var(--rgb3),0.4)),var(--bodyBG);
  width: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid var(--mainborder);
  height: 178px;
  z-index: 2;
  border-left: 1px solid var(--mainborder);
  padding-bottom: 40px;
}
#b52 .board-side span {
  color: var(--text1);
  font-size: 20px;
  background: rgba(var(--rgb2),0.3);
border-radius: 100%;
  padding: 5px;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid var(--main2);
}
#b52 .board-side span:hover {
  background: rgba(var(--rgb2),0.5);
}
#b52 .f-marker {
  color: var(--text1);
  position: absolute;
  bottom: -40px;
  left: 0px;
  font-size: 150px;
  z-index: 1;
  opacity: 0.3;
}
#b52 .board-info {
  display: flex;
  flex-direction: column;
  flex: 2;
  gap: 20px;
}
#b52 .b-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
  color: var(--sup);
  padding-right: 30px;
}
#b52 .board-name {
  text-align: center;
  font: 50px abril fatface;
  text-transform: uppercase;
  background: linear-gradient(to right, rgba(var(--rgb1),0.4), rgba(var(--rgb2),0.4), rgba(var(--rgb3),0.4)),var(--bodyBG);
  border-bottom: 1px solid var(--mainborder);
  height: 75px;
}
#b52 .b-info a {
  font-size: 15px;
}
#b52 .b-av {
  width: 75px;
  height: 75px;
  margin-top: -1px;
}

/* HELP */
#b92 {
  background: var(--board2);
  position: absolute;
  right: 35px;
  width: 550px;
  height: 208px;
  bottom: 35px;
  border: 1px solid var(--mainborder);
  z-index: 2;
}
</style>
<script>

</script>
<!-- SNOWFLAKES MADE BY ME -->

<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
    <script src="https://unpkg.com/@phosphor-icons/web"></script>
    <script src="https://files.jcink.net/uploads/ghostsongs/java/traits.js"></script>
    <link href="https://files.jcink.net/uploads/ghostsongs/fonts/ui.css" rel="stylesheet">
<link href="https://files.jcink.net/uploads/ghostsongs/fonts/weathericons.css" rel="stylesheet">
<link href="https://files.jcink.net/uploads/ghostsongs/fonts/honeybee.css" rel="stylesheet">
<link href="https://files.jcink.net/uploads/ghostsongs/fonts/saturnicons.css" rel="stylesheet">
<link href="https://files.jcink.net/uploads/ghostsongs/fonts/cappuccicons.css" rel="stylesheet">
    <script src="https://unpkg.com/ionicons@latest/dist/ionicons.js"></script>
  </head>
<body class="idx" id="top" onload="init()">
  <div id="particles-js"></div>
  <div id="user-menu">
    <div class="user-icon" style="background-image: url(https://files.jcink.net/uploads/ghostsongs//av-210.png);"></div>
    <div class="user-menu-name"><a href="#">enyalius marchant</a>
      <sub><form action='/index.php?&act=Login&CODE=01&CookieDate=1' name='subswitch' method='POST'>
<input type='hidden' name='auth_key' value='149d15953033f38cb362253f77734a90'>
<input type='hidden' name='UserName' value='subacct'>
<input type='hidden' name='PassWord' value='subacct'>
<input type='hidden' name='referer' value='' />
<select class='forminput' name='sub_id' onchange='this.form.submit()'>
<option value='------------' selected='selected'>Switch Account</option>
<option value='201'>&nbsp;&nbsp;&raquo; ALEXEI FAULKNER </option><option value='89'>&nbsp;&nbsp;&raquo; ATHENADUS PRIATA </option><option value='190'>&nbsp;&nbsp;&raquo; BARTHOLOMEW MARTIN </option><option value='125'>&nbsp;&nbsp;&raquo; BEAUREGARD KINCAID </option><option value='146'>&nbsp;&nbsp;&raquo; BENJAMIN PUGH </option>
</select>
           </form></sub>
    </div>
    <div class="navi"><div id="navstrip" align="left"><span style="display: none;"></span>&nbsp;<a href="#">GHOSTSONGS</a><span class="nav-sep">✦</span><a href="/index.php?act=SC&amp;c=1">BEFORE YOU EMBARK</a><span class="nav-sep">✦</span><a href="/index.php?showforum=52">UPDATES</a></div></div>
    <div class="user-navigation">
  <input type="checkbox" id="cost-1" name="cost-group-1"><label for="cost-1"><i class="ph ph-plus-circle"></i> <sub>navigation</sub></label>
      <div class="cosc">
        <div class="navmargin">

<a href="https://ghostsongs.jcink.net/index.php?act=Pages&amp;pid=2"><i class="ui-book"></i> guidebook</a>
             <a href="https://ghostsongs.jcink.net/index.php?showtopic=217"><i class="ui-folder"></i> face claim</a>
             <a href="https://ghostsongs.jcink.net/index.php?showtopic=220"><i class="ui-map-marker"></i> canons</a>
             <a href="https://ghostsongs.jcink.net/index.php?showforum=7"><i class="ui-bell"></i> requests</a>
             <a href="https://ghostsongs.jcink.net/index.php?showtopic=218"><i class="ui-users"></i> directory</a>
             <a href="https://ghostsongs.jcink.net/index.php?showforum=6"><i class="ui-bookmark"></i> shippers</a>
  <a href="https://ghostsongs.jcink.net/index.php?showforum=79"><i class="ui-write"></i> templates</a>
             <a href="https://ghostsongs.jcink.net/index.php?showforum=8"><i class="ui-camera"></i> development</a>
             <a href="https://ghostsongs.jcink.net/index.php?showforum=85"><i class="ui-trophy"></i> challenges</a>
             <a href="https://ghostsongs.jcink.net/index.php?showtopic=255"><i class="ui-cart"></i> marketplace</a>
             <a href="https://ghostsongs.jcink.net/index.php?act=store"><i class="ui-store"></i> ibstore</a>
             <a href="https://ghostsongs.jcink.net/index.php?showtopic=272"><i class="ui-bubble"></i> affiliate</a>

</div>
      </div>
     
  </div>
   
  </div>
 
  <div id="wrapper">
    <div id="user-side">
      <div class="user-sticky">
      <div class="user-info">
        <a href="#" title="settings"><i class="ph ph-gear"></i></a>
        <a href="#" title="inbox"><i class="ph ph-envelope"></i><msg>0</msg></a>
        <a href="#" title="alerts"><i class="ph ph-bell"></i><msg>1</msg></a>
        <a href="#" title="admins"><i class="ph ph-gear"></i></a>
        <a href="#" title="logout"><i class="ph ph-sign-out"></i></a>
      </div>
      <div class="user-info2"><a href="#top" id="goTop"><i class="ph ph-arrow-up"></i></a>
        <div class="ldmode"><label class="theme-switch" for="checkbox"> <input type="checkbox" id="checkbox" /> <i class="ph ph-lightbulb"></i></label> </div>
        <a href="#bottom" id="goBottom"><i class="ph ph-arrow-down"></i></a>
      </div>
      </div>
    </div>
 
  <div id="innerwrapper">
   
  <!-- <div id="banner">
      <div class="banner-img"></div>
      <div class="site-name">gh<img src="https://a.l3n.co/i/L3DJjD.png" />st<BR>songs</div>
      <div class="banner-info">
        <div class="site-updates"><div><b>december 9th</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque varius est quis orci rhoncus, vel fermentum dui commodo. Fusce consectetur malesuada leo, eget dapibus leo auctor quis.
        <P><b>december 9th</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque varius est quis orci rhoncus, vel fermentum dui commodo. Fusce consectetur malesuada leo, eget dapibus leo auctor quis.</div></div>
        <div class="site-premise"><div class="premise-icon"><i class="ph ph-snowflake"></i></div><div class="premise-write">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque varius est quis orci rhoncus, vel fermentum dui commodo. Fusce consectetur malesuada leo, eget dapibus leo auctor quis. Cras dignissim, urna quis tristique mattis, magna mauris luctus ante, eget venenatis nunc nulla vitae erat. Nullam volutpat, purus sit amet gravida ultrices, neque dolor interdum velit, at venenatis purus turpis nec risus. Suspendisse potenti. Fusce iaculis mi ut purus dictum mollis. Maecenas in urna gravida, mattis nisi vel, sollicitudin justo. Sed iaculis turpis id ligula lacinia, quis ullamcorper felis tempor. Phasellus viverra, velit sit amet lacinia pellentesque, justo leo tincidunt augue, ac suscipit risus sem ut lorem. Nunc euismod ornare dapibus. Etiam nec nunc id metus consectetur rutrum vitae sit amet libero.</div></div>
      </div>
    </div>-->
   
    <div class="innerwrapper2">
   <!-- <div id="top-table">
        <div class="top-left"><div class="top-feat">
             <div><b>001.</b> <h1>shipper title <sub>character name</sub></h1></div>
             <div><b>002.</b> <h1>days of thunder.<sub>7 adopted children</sub></h1></div>
             <div><b>003.</b> <h1>the world is not enough.<sub>3 genshin fc men for polyship</sub></h1></div>
        </div></div>
        <div class="top-right">
          <div class="top-staff"><img src="https://c.l3n.co/i/BAlpTk.png" title="laura" />
               <img src="https://a.l3n.co/i/BAHGBK.png" title="bekah" />
               <img src="https://c.l3n.co/i/BAlnAZ.png" title="amanda" />
               <img src="https://b.l3n.co/i/BAHDBA.png" title="liv" />
               <img src="https://b.l3n.co/i/BAlCRF.png" title="anna" /></div>
          <div class="top-reg"><i>please regsiter</i> in all uppercase without accents or special characters</div>
        </div>
        <div class="top-event-img" style="background-image: url(https://c.l3n.co/i/LOzbea.png);"></div>
      </div>
     <div class="top-events"><b>current events</b>
<a href="#">eventname</a> ✦ <a href="#">eventname</a> ✦ <a href="#">eventname</a>
         </div>-->
     
     
      <div id="cat1">
       <div class="cat-header"><h1>time time time see what's become of me</h1> <h2>introduction</h2></div>
          <div class="whole-board">
           
      <div id="b1">
               <div class="board-inside">
                 <div class="guide-img"></div>
                 <h3><a href="#">guide<BR>book</a></h3>
                 <h4><a href="#">guide<BR>book</a></h4>
                 <div class="subsf">
                   <a href="#">world map</a>
                    <a href="#">cappuccicons</a>
                    <a href="#">saturnicons</a>
                    <a href="#">honeybee</a>
                   <a href="#">weathericons</a>
                   <a href="#">other icons</a>
                 </div>
                 <div class="board-write">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec pretium diam turpis. Ut in erat eleifend, lobortis lorem quis, tempus tellus. Sed imperdiet turpis id ligula venenatis porta. Nunc pretium ante leo, eu sagittis orci porttitor non. Cras consequat ornare tortor, nec consequat est convallis eu. Vivamus tristique, sem et luctus consectetur, enim ipsum scelerisque diam, eu condimentum orci lacus eu odio. Aenean rutrum enim ut velit elementum, quis facilisis dui elementum.</div>
               </div>
             </div>
           
<div id="b52" class="g10">
<div class="board-inside">
<div class="board-side">
  <div class="b-av" style="background-image: url(https://files.jcink.net/uploads/ghostsongs//av-89.png);"></div>
  <span title="1234 replies"><i class="ph ph-pen-nib"></i></span>
  <span title="1234 topics"><i class="ph ph-book"></i></span>
  </div>
<div class="f-marker"><i class="ph ph-snowflake"></i></div>
<div class="board-info">
<div class="board-name"><a href="#">updates</a></div><div class="b-info">
                   <sup>Sep 29 2024, 01:13 AM</sup>
                   <a href="#">gold satin dreamer.</a>
                   <sub><a href="#"><span class="hurricane">ENYALIUS MARCHANT</span></a></sub>
                 </div></div>
</div></div>
           
      <div id="b92" class="g7"><div class="board-inside">
               <div class="board-av">
                 <div class="lplk">
                 <div>123 views</div>
                 <div>123 replies</div>
               </div>
                 <div class="f-marker"><i class="ph ph-eye-closed"></i></div></div>
               <div class="b-av" style="background-image: url(https://a.l3n.co/i/zyqRO0.png);"></div>
               <div class="board-info">
                 <div class="board-name"><a href="#">help desk</a></div>
                 <div class="b-info">
                   <sup>Sep 29 2024, 01:13 AM</sup>
                   <a href="#">gold satin dreamer.</a>
                   <sub><a href="#"><span class="hurricane">ENYALIUS MARCHANT</span></a></sub>
                 </div>
               </div>
             </div></div>
           
            <div id="b79" class="g7"><div class="board-inside"><div class="subsf">
               <a href="#">profile styles</a>
               <a href="#">shippers & reply</a>
               <a href="#">threads</a>
               <a href="#">requests</a>
               <a href="#">development</a>
               <a href="#">letters</a>
               <a href="#">auranet</a>
               <a href="#">tracker</a>
               <a href="#">content warning</a>
             </div></div></div>
           
        </div>
        </div>
     
      <div id="cat2"><div class="cat-header"><h1>While I looked around for my possibilities i was so hard to please</h1> <h2>registration</h2></div></div>
     
     
     
    </div>
   
    </div><div id="bottom"></div>
   
    </div>
  </div>
</body>
[/html]

0

13

[html]
<style>
/*=============================================== *
* Jcink.com Forum Hosting Stylesheet
* ==============================================
* #Version: 1.0.2
*=============================================== */

html { overflow-x: auto; }
form { display:inline; scroll-behavior: smooth;}

@font-face {
  font-family: 'species';
  src:
    url('https://files.jcink.net/uploads/ghostsongs/fonts/species.ttf?n6hpnk') format('truetype'),
    url('https://files.jcink.net/uploads/ghostsongs/fonts/species.woff?n6hpnk') format('woff'),
    url('https://files.jcink.net/uploads/ghostsongs/fonts/species.svg?n6hpnk#species') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="species-"], [class*=" species-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'species' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.species-aether:before {
  content: "\e900";
}
.species-aertas:before {
  content: "\e901";
}
.species-air:before {
  content: "\e902";
}
.species-amarok:before {
  content: "\e903";
}
.species-cantivox:before {
  content: "\e904";
}
.species-celestial:before {
  content: "\e905";
}
.species-chimera:before {
  content: "\e906";
}
.species-cosmos:before {
  content: "\e907";
}
.species-crystal:before {
  content: "\e908";
}
.species-dragon:before {
  content: "\e909";
}
.species-earth:before {
  content: "\e90a";
}
.species-electricity:before {
  content: "\e90b";
}
.species-energy:before {
  content: "\e90c";
}
.species-fire:before {
  content: "\e90d";
}
.species-gravity:before {
  content: "\e90e";
}
.species-griffin:before {
  content: "\e90f";
}
.species-ice:before {
  content: "\e910";
}
.species-kitsune:before {
  content: "\e911";
}
.species-light:before {
  content: "\e912";
}
.species-magus:before {
  content: "\e913";
}
.species-manticore:before {
  content: "\e914";
}
.species-metal:before {
  content: "\e915";
}
.species-naga:before {
  content: "\e916";
}
.species-pegasus:before {
  content: "\e917";
}
.species-phoenix:before {
  content: "\e918";
}
.species-plasma:before {
  content: "\e919";
}
.species-player:before {
  content: "\e91a";
}
.species-shadow:before {
  content: "\e91b";
}
.species-soluna:before {
  content: "\e91c";
}
.species-sound:before {
  content: "\e91d";
}
.species-space:before {
  content: "\e91e";
}
.species-staff:before {
  content: "\e91f";
}
.species-time:before {
  content: "\e920";
}
.species-unicorn:before {
  content: "\e921";
}
.species-vertifera:before {
  content: "\e922";
}
.species-water:before {
  content: "\e923";
}
/****************************************
Body Background & Text Style
*****************************************/
body {
font: 500 15px montserrat;
  margin:0px;
padding:0px;
  background: var(--bodybg);
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'location';
  src:  url('https://files.jcink.net/uploads/ghostsongs/fonts/location.eot?i3fkkh');
  src:  url('https://files.jcink.net/uploads/ghostsongs/fonts/location.eot?i3fkkh#iefix') format('embedded-opentype'),
    url('https://files.jcink.net/uploads/ghostsongs/fonts/location.ttf?i3fkkh') format('truetype'),
    url('https://files.jcink.net/uploads/ghostsongs/fonts/location.woff?i3fkkh') format('woff'),
    url('https://files.jcink.net/uploads/ghostsongs/fonts/location.svg?i3fkkh#location') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="location-"], [class*=" location-"] {
  font-family: 'location' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.location-au:before {
  content: "\e900";
}
.location-imperatus:before {
  content: "\e901";
}
.location-caelaevis:before {
  content: "\e902";
}
.location-ingenium:before {
  content: "\e903";
}
.location-lautitia:before {
  content: "\e904";
}
.location-magelida:before {
  content: "\e905";
}
.location-subcinctus:before {
  content: "\e906";
}
.location-aquaedis:before {
  content: "\e907";
}
.location-archarius:before {
  content: "\e908";
}
@font-face {
  font-family: 'weathericons';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.12/font/weathericons-regular-webfont.eot');
  src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.12/font/weathericons-regular-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.12/font/weathericons-regular-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.12/font/weathericons-regular-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.12/font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="wi-"]:before,[class*=" wi-"]:before {
  font-family: "weathericons" !important;font-style: normal !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;speak: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
[class^="wi-"],[class*=" wi-"]{display:inline-grid;}
@font-face {
  font-family: 'groups';
  src:  url('https://files.jcink.net/uploads/ghostsongs/fonts/groups/groups.eot?mz4m9');
  src:  url('https://files.jcink.net/uploads/ghostsongs/fonts/groups/groups.eot?mz4m9#iefix') format('embedded-opentype'),
    url('https://files.jcink.net/uploads/ghostsongs/fonts/groups/groups.ttf?mz4m9') format('truetype'),
    url('https://files.jcink.net/uploads/ghostsongs/fonts/groups/groups.woff?mz4m9') format('woff'),
    url('https://files.jcink.net/uploads/ghostsongs/fonts/groups/groups.svg?mz4m9#groups') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'groups' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-aurora:before {
  content: "\e900";
}
.icon-blizzard:before {
  content: "\e901";
}
.icon-earthquake:before {
  content: "\e902";
}
.icon-hurricane:before {
  content: "\e903";
}
.icon-mirage:before {
  content: "\e904";
}
.icon-supernova:before {
  content: "\e905";
}
.icon-tsunami:before {
  content: "\e906";
}
.icon-wildfire:before {
  content: "\e907";
}

/****************************************
SCROLLBAR
*****************************************/
::-webkit-scrollbar {
     width: 6px;
     background-color: var(--border2);
}
::-webkit-scrollbar-thumb {
     background-color: var(--boardbg);
}
::-webkit-scrollbar:horizontal {
     height: 10px;
}
::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
     border: 2px solid var(--boardbg);
}

@font-face {
  font-family: 'ghost';
  src: url(https://files.jcink.net/uploads2/skin02 … Dancer.ttf);
}

/****************************************
   Colors
*****************************************/
:root {
--bodybg: #111;
  --text1: #eee;
  --text2: #222;
  --text3: #565656;
  --text4: #464756;
  --wrapperbg: #222;
  --innerwrapper2: #b6bdc5;
  --border1: #333;
  --border3: #fff;
  --topgradient: linear-gradient(to bottom, #dde2e7, #c7cdd3);
  --topevent: #d5dae1;
  --meshbg: radial-gradient(at 15.752461322081576% 82.17243975903614%, #6594c3 0px, transparent 50%), radial-gradient(at 87.0604781997187% 11.69051204819277%, #4e5688 0px, transparent 50%), radial-gradient(at 82.9817158931083% 83.77886546184739%, #8f568e 0px, transparent 50%), radial-gradient(at 50.773558368495074% 29.96360441767068%, #7a4879 0px, transparent 50%), radial-gradient(at 14.627285513361462% 17.31300200803213%, #5d6598 0px, transparent 50%) #222222;
  --main1: #764775;
  --main2: #465176;
  --main3: #24252d;
  --cath1: #1f2027;
  --boardbg: #24252d;
  --border2: #3a3c49;
  --border3: #373945;
  --boardbg2: #1f2027;
  --boardbg3: #292a33;
  --subsf1: #292a33;
  --rgb1: 118,71,117;
  --rgb2: 70,81,118;
  --rgb3: 36,37,45;
  --sup: #454756;
}
[data-theme="light"] {
  --bodybg: #d3d3d3;
  --text1: #222;
  --text3: #222;
  --wrapperbg: #f1f1f1;
  --innerwrapper2: #b6bdc5;
  --border1: #ccc;
  --border2: #fff;
  --sitename: #f1f1f1;
  --meshbg: radial-gradient(at 66.66666666666666% 37.7949297188755%, #997dd2 0px, transparent 50%), radial-gradient(at 13.220815752461323% 16.3089859437751%, #6b3f9b 0px, transparent 50%), radial-gradient(at 100% 77%, #af3867 0px, transparent 50%), radial-gradient(at 78% 98%, #bc2144 0px, transparent 50%), radial-gradient(at 90.57665260196906% 19.321034136546185%, #da6492 0px, transparent 50%), radial-gradient(at 21.80028129395218% 86.79091365461848%, #334e9a 0px, transparent 50%) #f1f1f1;
}
.theme-switch input {
     display: none;
}

/* TSUNAMI */
GROUP10, .tsunami, #g10, .g10, #tsunami {
  --main1: #a378dd;
  --main2: #5da9cf;
  --main3: #7fd5be;
  --rgb1: 163,120,221;
  --rgb2: 93,169,207;
  --rgb3: 127,213,190;
--b1: #a378dd;
--b2: #8091d6;
--b3: #5da9cf;
--b4: #6ebfc7;
--b5: #7fd5be;
--s1: #a378dd;
--s2: #8c88d8;
--s3: #7499d4;
--s4: #5da9cf;
--s5: #68b8c9;
--s6: #74c6c4;
--s7: #7fd5be;
}

/* AURORA */
GROUP11, .aurora, #g11, .g11, #aurora {
  --main1: #dc74bb;
  --main2: #ad5ae1;
  --main3: #6669e1;
  --rgb1: 220,116,187;
  --rgb2: 173,90,225;
  --rgb3: 102,105,225;
--b1: #dc74bb;
--b2: #c567ce;
--b3: #ad5ae1;
--b4: #8a62e1;
--b5: #6669e1;
--s1: #dc74bb;
--s2: #cc6bc8;
--s3: #bd63d4;
--s4: #ad5ae1;
--s5: #955fe1;
--s6: #7e64e1;
--s7: #6669e1;
}

/* BLIZZARD */
GROUP9, .blizzard, #g9, .g9, #blizzard {
  --main1: #84bcd8;
  --main2: #617be4;
  --main3: #9564ee;
  --rgb1: 132,188,216;
  --rgb2: 97,123,228;
  --rgb3: 149,100,238;
--b1: #84bcd8;
--b2: #739cde;
--b3: #617be4;
--b4: #7b70e9;
--b5: #9564ee;
--s1: #84bcd8;
--s2: #78a6dc;
--s3: #6d91e0;
--s4: #617be4;
--s5: #7273e7;
--s6: #846ceb;
--s7: #9564ee;
}

/* HURRICANE */
GROUP7, .hurricane, #g7, .g7, #hurricane {
  --main1: #f5b35f;
  --main2: #d064b5;
  --main3: #926bd1;
  --rgb1: 245,179,95;
  --rgb2: 208,100,181;
  --rgb3: 146,107,209;
--b1: #f5b35f;
--b2: #e38c8a;
--b3: #d064b5;
--b4: #b168c3;
--b5: #926bd1;
--s1: #f5b35f;
--s2: #e9997c;
--s3: #dc7e98;
--s4: #d064b5;
--s5: #bb66be;
--s6: #a769c8;
--s7: #926bd1;
}

/* EARTHQUAKE */
GROUP8, .earthquake, #g8, .g8, #earthquake {
  --main1: #6ccb6c;
  --main2: #ebce69;
  --main3: #e8945c;
  --rgb1: 108,203,108;
  --rgb2: 235,206,105;
  --rgb3: 232,148,92;
--b1: #6ccb6c;
--b2: #accd6b;
--b3: #ebce69;
--b4: #eab163;
--b5: #e8945c;
--s1: #6ccb6c;
--s2: #96cc6b;
--s3: #c1cd6a;
--s4: #ebce69;
--s5: #eabb65;
--s6: #e9a760;
--s7: #e8945c;
}

/* WILDFIRE */
GROUP6, .wildfire, #g6, .g6, #wildfire {
  --main1: #d95866;
  --main2: #eca362;
  --main3: #ecd466;
  --rgb1: 217,88,102;
  --rgb2: 236,163,98;
  --rgb3: 236,212,102;
--b1: #d95866;
--b2: #e37e64;
--b3: #eca362;
--b4: #ecbc64;
--b5: #ecd466;
--s1: #d95866;
--s2: #df7165;
--s3: #e68a63;
--s4: #eca362;
--s5: #ecb363;
--s6: #ecc465;
--s7: #ecd466;
}

/* SUPERNOVA */
GROUP15, .supernova, #g15, .g15, #supernova {
  --main1: #5fc1b4;
  --main2: #9d62d9;
  --main3: #ec6666;
  --rgb1: 95,193,180;
  --rgb2: 157,98,217;
  --rgb3: 236,102,102;
--b1: #5fc1b4;
--b2: #7e92c7;
--b3: #9d62d9;
--b4: #c564a0;
--b5: #ec6666;
--s1: #5fc1b4;
--s2: #74a1c0;
--s3: #8882cd;
--s4: #9d62d9;
--s5: #b763b3;
--s6: #d2658c;
--s7: #ec6666;
}

/* MIRAGE */
GROUP17, .mirage, #g17, .g17, #mirage {
  --main1: #dfd264;
  --main2: #ea6c7a;
  --main3: #10b4b4;
  --rgb1: 223,210,100;
  --rgb2: 234,108,122;
  --rgb3: 16,180,180;
--b1: #dfd264;
--b2: #e59f6f;
--b3: #ea6c7a;
--b4: #7d9097;
--b5: #10b4b4;
--s1: #dfd264;
--s2: #e3b06b;
--s3: #e68e73;
--s4: #ea6c7a;
--s5: #a1848d;
--s6: #599ca1;
--s7: #10b4b4;
}

/****************************************
   Board Base
*****************************************/

#wrapper {
  margin: 20px auto auto auto;
  width: calc(100vw - 75px);
  height: calc(100vh - 75px);
  background: var(--wrapperbg);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.innerwrapper {
  width: calc(100vw - 150px);
  height: calc(100vh - 70px);
  border-radius: 20px;
  overflow: auto;
  scroll-behavior: smooth;
background: url(https://c.l3n.co/i/nuyrQx.png), url(https://a.l3n.co/i/nuygAk.png), var(--meshbg) fixed;
}
.innerwrapper2 {
  background: var(--innerwrapper2);
  border-radius: 20px;
  margin: 30px auto 30px auto;
  width: 985px;
  border: 1px solid var(--border3);
  position: relative;
  z-index: 4;
  margin-top: 0px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/****************************************
   Table Styles
*****************************************/
table, tr, td {
font: 500 15px montserrat;
color: #222;
}

.user-links {
  height: calc(100vh - 70px);
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: var(--text3);
}
.user-links2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
  font-size: 25px;
  margin-left: 15px;
}
.user-links2 a {
  color: var(--dark1);
  position: relative;
  display: block;
}
.user-links2 msg {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0;
  background: red;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 4px solid var(--lightfe);
}
.user-links2 a:hover {
  color: var(--dark1);
  opacity: 0.7;
}
.user-links3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-name {
  text-transform: uppercase;
  font: 800 10px poppins;
  letter-spacing: 1px;
  width: 200px;
  transform: rotate(90deg);
  transform-origin: 145px -25px;
  text-align: right;
}
.user-name a {
  color: var(--dark1);
}
.user-links3 sub {
  display: block;
  margin-top: -5px;
}
.user-links3 .forminput {
     border-radius: 3px;
     padding: 2px;
     border: 0px;
     font: 800 9px poppins;
     text-transform: uppercase;
     letter-spacing: 1;
     margin-top: 5px;
     letter-spacing: 1px;
  width: 20px;
}
.user-links3 img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: 4px solid var(--lightf);
  margin-left: 10px;
}

#user-nav {
  background: var(--bodybg);
  padding: 10px;
  position: sticky;
  top: 0px;
  color: var(--text1);
  z-index: 99;
  border-bottom: 1px solid var(--border3);
}
#user-nav a {
  color: #eee;
  border: 1px solid #eee;
  background: linear-gradient(to right, var(--main1), var(--main2));
  font: 600 10px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px;
}
#navstrip {
  display: flex;
  gap: 10px;
  margin-left: -10px;
}

/****************************************
   Link colors
*****************************************/
a {
text-decoration: none;
color: var(--text2);
}
a:hover {
color:var(--text3);
text-decoration: none;
}

/**********************************************
INPUT BUTTONS
***********************************************/
.button-large {
     display: inline-block;
     border: 1px solid var(--border2);
     padding: 20px 20px 15px 20px;
     margin-top: 10px;
     background: linear-gradient(45deg, rgba(var(--rgb1),0.6),rgba(var(--rgb2),0.8));
     text-transform: uppercase;
     font: 20px abril fatface;
}
a .button-large {
     color: var(--text1);
}
a .button-large:hover {
  background: linear-gradient(45deg, rgba(var(--rgb1),1),rgba(var(--rgb2),0.8));
}
.button-large:nth-child(1) {
     margin-right: 10px;
}

.button-small {
     background: var(--main1);
     font: 800 10px fira sans;
     text-transform: uppercase;
     color: var(--dark1)!important;
     box-shadow: 0px;
     padding: 10px;
}
.post-buttons-top {
     margin-top: 3px;
}
.button-large.closed {
}

.forminput {
    border: 1px solid var(--dark2);
     background: var(--postrow);
     color: var(--dark1)!important;
     padding: 2px;
}
.textinput {
    outline: 1px solid var(--light2);
     border: 2px solid var(--light2);
     font: 500 13px montserrat;
     color: var(--text2)!important;
}
input[type=submit], input[type=button], input[type=reset] {
     background: var(--main1)!important;
     font: 800 10px fira sans!important;
     text-transform: uppercase;
     color: var(--dark1)!important;
     box-shadow: 0px;
     padding: 5px;
     border: 0px;
     margin: 5px;
     vertical-align: middle;
}
.codebuttons, .radiobutton, .checkbox {
     background: var(--main1);
     border: 1px solid var(--light2);
     color: var(--text2);
     font-family: montserrat;
     font-size: 12px;
     padding: 2px;
     vertical-align: middle;
}
#smilies-table {
     background: var(--light3);
     border: 1px solid var(--light2);
}
#topic-summary .pformstrip {
     display: none;
}
#topic-summary .tableborder {
    background: var(--light3);
}
.post1 {
     border: 0px;
     background: var(--light1);
     color: var(--text1)!important;
}
.post2 {
     border: 0px;
     background: var(--light4);
     color: var(--dark7)!important;
}
.pformright .forminput {
     background: var(--light1);
     border: 1px solid var(--light2);
     var(--dark4)!important;
}
#post_as_selector .forminput {
     background: var(--light3)!important;
     border: 1px solid var(--light2)!important;
     var(--text1)!important;
}
input.row1 {
     background: var(--light3);
     border: 1px solid var(--light2);
     color: var(--dark1);
}
#posting-form input[type=submit], #posting-form input[type=button], #posting-form input[type=reset] {
     font: 800 12px fira sans!important;
     text-transform: uppercase;
     border: 1px solid var(--light2);
     box-shadow: 0px;
     padding: 5px;
     border: 0px;
     margin: 5px;
     vertical-align: middle;
     letter-spacing: 1px;
}
#posting-form .pformstrip {
     background: #222;
     border-top: 1px solid var(--light2);
     padding: 10px;
     font: 800 9px fira sans;
     text-transform: uppercase;
     color: #eee;
}
#posting-form .textinput {
     width: 100%;
     background: var(--light3);
     border: 10px solid var(--light3);
     outline: 1px solid var(--light2);
     color: var(--text1);
     font: 500 14px montserrat;
}
.quick-edit textarea.textinput {
     background: var(--light3);
     font: 500 14px montserrat;
     color: var(--text1)!important;
     height: 400px!important;
     border: 2px solid var(--light3);
     outline: 1px solid var(--light2);
}
#posting-form {
     font: 500 12px montserrat;
     !important
}
#topic-settings-header .pformleft .topic-title {
     font: 12px montserrat;
     text-transform: uppercase;
}
#posting-form .forminput {
     padding: 10px;
     background: var(--light3);
     var(--text1)!important;
}
#posting-form .pformleft {
     background: var(--light4);
}
#posting-form .pformright {
     background: var(--light4);
}
#code-buttons-header .pformstrip {
     border-top: 0px;
}
#edit-by-line {
     display: none;
}

.postlinksbar {
     padding: 10px;
     letter-spacing: 1px;
     text-transform: uppercase;
     font: 800 10px poppins;
     border-bottom: 1px solid var(--border3);
     position: relative;
     z-index: 2;
}
.postlinksbar a {
  color: var(--text2);
}

/*******************************
PAGINATION
*******************************/
.pagination .pagination_current, .pagination a {
     display: inline-block;
     text-align: center;
     padding: 10px;
}
.pagination a, .pagination_page {
     border: 1px solid var(--border1);
     background: linear-gradient(45deg,rgba(var(--rgb1),0.4),rgba(var(--rgb2),0.4));
     color: #222;
     text-decoration:none;
     font: 800 10px poppins;
   width: 10px;
   height: 10px;
   color: #eee;
}
.pagination_pagetxt {
     display: none;
}
.pagination a:hover {
     width: 10px;
     height: 10px;
     text-decoration: none;
     background: linear-gradient(45deg,rgba(var(--rgb1),0.8),rgba(var(--rgb2),0.8));
}
.pagination .pagination_current {
     width: 10px;
     height: 10px;
     text-decoration:none;
   font: 800 10px poppins;
   background: linear-gradient(45deg,rgba(var(--rgb1),0.8),rgba(var(--rgb2),0.8));
   color: #eee;
   border: 1px solid var(--border1);
}
.pagination_first, .pagination_last {
     display: inline-block;
     width: 50px!important;
     text-transform: uppercase;
}
.goto-firstunread {
     text-transform: uppercase;
     font: 800 10px poppins;
     letter-spacing: 1px;
}

.maintitle {
  background: var(--boardbg);
  border-top: 1px solid var(--border3);
  border-bottom: 1px solid var(--border3);
  position: relative;
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #eee;
  text-transform: uppercase;
  font: 50px abril fatface;
  align-items: flex-end;
}
.topic-title-space {
display: none;
}
.topic-desc {
  padding: 10px;
  border: 1px solid var(--border1);
  background: var(--boardbg2);
  font: 600 10px poppins;
  letter-spacing: 3px;
}

#post-view {
 
}

.post-top {
  height: 200px;
  background: var(--boardbg3);
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--border2);
}

.post-quote {
  width: 200px;
  border-right: 1px solid var(--border2);
  background: linear-gradient(to bottom, rgba(var(--rgb1),0.2), rgba(var(--rgb2),0.2), rgba(var(--rgb3),0.2));
    height: 120px;
  padding: 60px 20px 20px 50px;
  color: var(--text1);
}
.post-quote i {
  display: block;
  position: absolute;
  font-size: 100px;
  opacity: 0.2;
  top: 0px;
  left: 10px;
  font-style: normal;
}
.post-quote div {
  font: 800 10px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: justify;
  height: 80px;
  width: 150px;
  overflow: hidden;
  z-index: 2;
}
.post-icon {
  position: absolute;
  top: 50px;
  left: 220px;
  z-index: 3;
  width: 80px;
  height: 80px;
  background-size: cover;
  border: 10px solid var(--boardbg3);
}

.post-name {
  position: relative;
  isolation: isolate;
  flex: 2;
  background: var(--boardbg3);
  height: 200px;
}
.post-name:after {
  content: "";
  z-index: -1;
  background-image: url(https://64.media.tumblr.com/aa0af220576 … 55a027.gif);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  filter: grayscale(100%);
  opacity: 0.15;
  mix-blend-mode: overlay;
  background-position: 100% 30%;
}
.p-name {
  margin-left: 60px;
  margin-top: 5%;
  text-align: center;
  width: 450px;
  poition: relative;
  z-index: 3;
}
.p-name h12 {
  margin: 0;
  font-family: abril fatface;
  text-transform: uppercase;
  color: var(--text1);
  font-size: 2em;
  line-height: .9;
}
.p-name a {
  color: var(--text1);
}
.post-infoo {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-infoo div {
  border: 1px solid var(--border2);
  background: var(--boardbg2);
  color: #eee;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 800 10px poppins;
  text-transform: uppercase;
  gap: 20px;
  letter-spacing: 1px;
}
.post-infoo i {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, var(--main1), var(--main2), var(--main3));
  font-size: 15px;
}

.post-middle {
  display: flex;
  justify-content: space-between;
}

.post-left {
  background: var(--boardbg2);
  width: 270px;
  border-right: 1px solid var(--border2);
}
.post-date {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #eee;
  background: var(--boardbg3);
  border-bottom: 1px solid var(--border2);
}
.post-date a {
  color: #eee;
  font: 800 10px poppins;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text1);
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  font: 800 10px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(to right, rgba(var(--rgb1),0.2), rgba(var(--rgb2),0.2), rgba(var(--rgb3),0.2));
  margin-bottom: 10px;
}
.post-count span {
  width: 1px;
  background: var(--text1);
  height: 40%;
}

.mini-profile {
  position: sticky;
  top: 10px;
  height: 450px;
  width: 250px;
  margin: auto;
  border: 1px solid var(--border2);
  margin-bottom: 10px;
}
.mini-av1 {
  width: 250px;
  height: 450px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: all .5s linear;
}
.mini-av2 {
  width: 250px;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  transition: all .6s linear;
  opacity: 0;
}
.mini-profile:hover .mini-av1 {
  filter:grayscale(100%);
}
.mini-profile:hover .mini-av2 {
  opacity: 1;
}
.mini-info {
  position: absolute;
  top: 40px;
  left: 30px;
  right: 30px;
  bottom: 40px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mini-info div {
  border: 1px solid var(--border2);
  background: var(--boardbg2);
  color: #eee;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 800 10px poppins;
  text-transform: uppercase;
  gap: 20px;
  letter-spacing: 1px;
}
.mini-info i {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, var(--main1), var(--main2), var(--main3));
  font-size: 15px;
}
.mini-info article {
  text-align: center;
}
.mini-info article span {
  text-align: center;
  display: block;
  font: 30px abril fatface;
  text-transform: uppercase;
  color: #eee;
  margin-top: -60px;
  text-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.mini-info article i {
font-size: 90px;
}
.mini-info article a {
  color: #eee;
}
.mini-info section {
  overflow: auto;
  height: 30px;
  margin-top: 10px;
}
.mini-awards {
    display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.post-right {
  background: linear-gradient(to bottom, rgba(var(--rgb1),0.2), rgba(var(--rgb2),0.2), rgba(var(--rgb3),0.2)),var(--boardbg);
  width: 714px;
}

.post-buttons {
  display: flex;
  justify-content: space-between;
  color: #eee;
  background: var(--boardbg);
  border-bottom: 1px solid var(--border2);
  height: 35px;
  align-items: center;
}
.p-buttons {
  display: flex;
  justify-content: space-between;
  flex: 2;
  align-items: center;
  padding: 20px
}
.p-buttons a {
  color: var(--text1);
  font: 800 10px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.p-buttons a:before {
  content: "[ ";
  color: var(--main1);
}
.p-buttons a:after {
  content: " ]";
  color: var(--main1);
}
.post-shipper {
  background: linear-gradient(to right, rgba(var(--rgb1),0.2), rgba(var(--rgb2),0.2), rgba(var(--rgb3),0.2));
  padding: 5px;
  display: flex;
  gap: 10px;
  width: 100px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  height: 25px;
  border-left: 1px solid var(--border2);
}
.post-shipper a {
  color: var(--text1);
  font: 800 10px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-species {
  background: var(--boardbg3);
  border-bottom: 1px solid var(--border2);
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  padding: 12px;
  height: 73px;
}
.post-species i {
  font-size: 40px;
  text-align: center;
  color: var(--text1);
}
.species-info {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 670px;
  overflow: hidden;
  align-items: center;
}
.post-species:hover .species-powers {
  right: 0;
}
.post-species:hover .species-name {
  left: -250px;
}
.species-name {
  font: 25px abril fatface!important;
  text-transform: uppercase;
  width: 250px;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, var(--main1), var(--main2), var(--main3));
  position: absolute;
  left: 0;
  transition: all 0.6s linear;
}
.species-name sup {
  display: block;
  font: 800 9px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text1);
  margin-bottom: -5px;
}
.species-name sup:empty {
display: none;}
.species-powers {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  right: -680px;
  width: 700px !important;
  transition: all 0.6s linear;
  align-items: center;
}
.species-powers span {
  font: 800 9px poppins;
  text-transform: uppercase;
  color: var(--text1);
  letter-spacing: 0.05em;
}
.species-powers b {
  margin-right: 3px;
}
.species-powers span:nth-child(2) b {
  color: var(--b1);
}
.species-powers span:nth-child(3) b {
  color: var(--b2);
}
.species-powers span:nth-child(4) b {
  color: var(--b3);
}
.species-powers span:nth-child(5) b {
  color: var(--b4);
}
.species-powers span:nth-child(6) b {
  color: var(--b5);
}
.species-powers i {
  color: var(--text1);
  font-size: 20px;
}

.the-post {
  padding: 20px;
}

.post-bottom {
  display: flex;
  justify-content: space-between;
  background: var(--boardbg3);
  border-top: 1px solid var(--border2);
  height: 160px;
}

.post-relationship {
  border-right: 1px solid var(--border2);
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  position: relative;
  isolation: isolate;
}
.rel-av {
  width: 55px;
  height: 55px;
  position: relative;
  z-index: 2;
  background-size: cover;
  border: 10px solid var(--boardbg2);
}
.rel-status {
  text-align: right;
  flex: 2;
  position: relative;
  z-index: 2;
  gap: 5px;
}
.rel-status span {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, var(--main1), var(--main2), var(--main3));
  font: 16px abril fatface;
  text-transform: uppercase;
}
.rel-status sup {
  display: block;
  font: 800 9px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text1);
}
.rel-status sub {
  display: block;
  font: 800 8px poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text4);
  text-decoration: line-through;
}
.post-relationship i {
  position: absolute;
  right: 10px;
  color: var(--boardbg2);
  font-size: 150px;
}

.post-aesthetics {
  background: var(--boardbg2);
  flex: 2;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-aes-img {
  width: 70px;
  height: 70px;
  border: 5px solid var(--border2);
  background-size: cover;
}

.post-triggers {
  width: 146px;
  border-left: 1px solid var(--border2);
}
.post-triggers div {
  border-bottom: 1px solid var(--border2);
  padding: 7px;
  text-align: center;
  background: var(--boardbg);
}
.post-triggers div b {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, var(--main1), var(--main2), var(--main3));
  font: 18px abril fatface;
  text-transform: uppercase;
}
.post-triggers section {
  overflow: auto;
  height: 90px;
  font: 800 10px poppins;
  letter-spacing: 1px;
  word-break: break-all;
  color: var(--text1);
  margin: 15px;
  text-transform: uppercase;
  text-align: justify;
}
.post-triggers section b {
  padding: 1px;
  background: linear-gradient(
    to right,
    rgba(var(--rgb1), 0.5),
    rgba(var(--rgb2), 0.5),
    rgba(var(--rgb3), 0.5)
  );
  -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
</style>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
    <script src="https://unpkg.com/@phosphor-icons/web"></script>
    <link href="https://files.jcink.net/uploads/ghostsongs/fonts/ui.css" rel="stylesheet">
<link href="https://files.jcink.net/uploads/ghostsongs/fonts/weathericons.css" rel="stylesheet">
<link href="https://files.jcink.net/uploads/ghostsongs/fonts/honeybee.css" rel="stylesheet">
<link href="https://files.jcink.net/uploads/ghostsongs/fonts/saturnicons.css" rel="stylesheet">
<link href="https://files.jcink.net/uploads/ghostsongs/fonts/cappuccicons.css" rel="stylesheet">
    <script src="https://unpkg.com/ionicons@latest/dist/ionicons.js"></script>
  </head>
  <body>
    <div id="wrapper">
      <div class="innerwrapper">
        <div class="innerwrapper2">
          <!--<div id="user-nav"><div id="navstrip" align="left"><span style="display: none;"></span>&nbsp;<a href="#">GHOSTSONGS</a><span class="nav-sep">✦</span><a href="/index.php?act=SC&amp;c=1">BEFORE YOU EMBARK</a><span class="nav-sep">✦</span><a href="/index.php?showforum=52">UPDATES</a></div></div>
         
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
  <td align='left' width="20%" nowrap="nowrap"><span class='pagination'><span class='pagination_pagetxt'><a title="Jump to page..." href="">Pages:</a> (5)</span>&nbsp;<span class='pagination_current'><b>1</b></span>&nbsp;<a href='' class='pagination_page'>2</a>&nbsp;<a href='' class='pagination_page'>3</a>&nbsp;...&nbsp;<a href='' title='Page: 5' class='pagination_last'>Last &raquo;</a></span>&nbsp;<span class='goto-firstunread'>( <a href=''>Go to first unread post</a> )</span></td>
<td align='right' width="80%"><a href=''><div class='button-large'><span>add reply</span></div></a><a href='' title='Start a new topic'><div class='button-large'><span>new topic</span></div></a><a href=''></a></td>
</tr>
</table><BR>-->

         
<div class="tableborder">
<!-- <div class='maintitle'><span style="display: none;"></span><span class='topic-title-space'>&nbsp;</span><span class='topic-title'>what a wicked game to play</span><span class='topic-desc'>taggedname / taggedname</span></div>
 
  <div align='right' class='postlinksbar'>
  <strong> <a href="">Attach New Poll</a> |&nbsp;<a href=''>Track This Topic</a> | <a href=''>Email This Topic</a> | <a href=''>Print This Topic</a></strong>
</div>-->
 

<div id="post-view" class="g15">
 
  <div class="post-top">
   
    <div class="post-quote"><i>❝</i> <div>but everything is clear in the rear-view mirror some wounds will always sting forever in full bloom. but everything is clear in the rear-view mirror some wounds will always sting forever in full bloom.</div></div><div class="post-icon" style="background-image: url(https://a.l3n.co/i/voYPjr.png);"></div>
   
    <div class="post-name">
      <div class="p-name"><a href=""><h12>mephistopheles boucher</h12></a></div>
      <div class="post-infoo">
        <div>he/they <i class="ph ph-user"></i></div>
        <div>223 years old <i class="ph ph-cake"></i></div>
        <div>archarius <i class="ph ph-map-pin"></i></div>
        <div>mortician & coroner <i class="ph ph-storefront"></i></div>
      </div>
    </div>
   
  </div>
 
 
  <div class="post-middle">
   
    <div class="post-left">
    <div class="post-date"><i class="ph ph-calendar-heart"></i> <a onclick="link_to_post(1474); return false;" class="permalink">Nov 11 2024, 12:30 AM</a></div>
    <div class="post-count"><section>1234 posts</section>
        <span></span>
        <section>1234 points</section>
      </div>
    <div class="mini-profile">
      <div class="mini-av1" style="background-image: url(https://b.l3n.co/i/H7M7UT.png);"></div>
      <div class="mini-av2">
        <div class="mini-info">
          <article><i class="icon-supernova"></i> <BR><span>supernova</span></article><BR>
          <div>laura <i class="ph ph-identification-card"></i></div>
          <div>she/they <i class="ph ph-user-focus"></i></div>
          <div>est <i class="ph ph-clock"></i></div>
          <div>contact <i class="ph ph-discord-logo"></i></div>
          <div>yes to mature <i class="ph ph-champagne"></i></div>
          <section><span class="mini-awards"><img src="https://files.jcink.net/uploads/ghostsongs/awards/aquarius.png" /> <img src="https://files.jcink.net/uploads/ghostsongs/awards/aquarius.png" /> <img src="https://files.jcink.net/uploads/ghostsongs/awards/aquarius.png" /> <img src="https://files.jcink.net/uploads/ghostsongs/awards/aquarius.png" /> <img src="https://files.jcink.net/uploads/ghostsongs/awards/aquarius.png" /> <img src="https://files.jcink.net/uploads/ghostsongs/awards/aquarius.png" /> <img src="https://files.jcink.net/uploads/ghostsongs/awards/aquarius.png" /></span></section>
          </div>
      </div>
    </div>
    </div>
   
    <div class="post-right">
      <div class="post-buttons">
        <div class="p-buttons"><a href="">quote</a> <a href="">edit</a> <a href="">full edit</a> <a href="">delete</a></div>
        <div class="post-shipper"><a href="">shipper</a> <i class="ph ph-pen-nib"></i></div>
        </div>
      <div class="post-species">
        <i class="species-cantivox"></i>
        <div class="species-info">
          <div class="species-name"><sup></sup>cantivox</div>
          <div class="species-powers">
<i class="ph ph-arrow-fat-right"></i>
<span><b>i.</b> biokinesis</span>
<span><b>ii.</b> enhanced condition</span>
<span><b>iii.</b> death sense</span>
<span><b>iv.</b> mediumship</span>
<span><b>v.</b> zoolingualism</span>
</div>
        </div>
      </div>
      <div class="the-post">
        xx
      </div>
    </div>
  </div>
 
 
  <div class="post-bottom">
    <div class="post-relationship">
      <div class="rel-av" style="background-image: url(https://b.l3n.co/i/lW0k03.png);"></div>
      <div class="rel-status"><sup>it's complicated with a</sup>
        <span>wynden holloway <sub>testing a subline</sub></span>
      </div>
      <i class="ph ph-heartbeat"></i>
    </div>
    <div class="post-aesthetics">
<div class="post-aes-img" style="background-image: url(https://i.pinimg.com/564x/f4/d8/9c/f4d8 … 347ad0.jpg);"></div>
<div class="post-aes-img" style="background-image: url(https://i.pinimg.com/736x/ff/43/81/ff43 … 335c5f.jpg);"></div>
<div class="post-aes-img" style="background-image: url(https://i.pinimg.com/564x/d7/b7/24/d7b7 … a7e512.jpg);"></div>
<div class="post-aes-img" style="background-image: url(https://i.pinimg.com/564x/a9/a3/49/a9a3 … fd8d0f.jpg);"></div>
</div>
    <div class="post-triggers"><div><b>please avoid</b></div> <section>needles/blood-drawing, graphic depictions of surgical procedures, <b>ooc pregnancy</b>, descriptions of childbirth, graphic animal abuse</section></div>
  </div>
 
 
  </div></div>
 
         
         
        </div>
      </div>
     
     
      <div class="user-links">
        <div class="user-links2">
          <div class="ldmode"><label class="theme-switch" for="checkbox"> <input type="checkbox" id="checkbox" /> <i class="ph ph-lightbulb"></i></label> </div>
         
          <a href="#" title="settings"><i class="ph ph-gear"></i></a>
          <a href="#" title="inbox"><i class="ph ph-envelope"></i><msg>0</msg></a>
          <a href="#" title="alerts"><i class="ph ph-bell"></i><msg>1</msg></a>
          <a href="#" title="admins"><i class="ph ph-user"></i></a>
          <a href="#" title="logout"><i class="ph ph-sign-out"></i></a>
        </div>
        <div class="user-links3">
         <div class="user-name">
           <a href="#">firstname lastname</a>
           <sub><form action='/index.php?&act=Login&CODE=01&CookieDate=1' name='subswitch' method='POST'>
<input type='hidden' name='auth_key' value='149d15953033f38cb362253f77734a90'>
<input type='hidden' name='UserName' value='subacct'>
<input type='hidden' name='PassWord' value='subacct'>
<input type='hidden' name='referer' value='' />
<select class='forminput' name='sub_id' onchange='this.form.submit()'>
<option value='------------' selected='selected'>Switch Account</option>
<option value='201'>&nbsp;&nbsp;&raquo; ALEXEI FAULKNER </option><option value='89'>&nbsp;&nbsp;&raquo; ATHENADUS PRIATA </option><option value='190'>&nbsp;&nbsp;&raquo; BARTHOLOMEW MARTIN </option><option value='125'>&nbsp;&nbsp;&raquo; BEAUREGARD KINCAID </option><option value='146'>&nbsp;&nbsp;&raquo; BENJAMIN PUGH </option>
</select>
           </form></sub></div>
          <img src="https://c.l3n.co/i/BAlpTk.png" /></div>
      </div>
    </div>
    </body>
</html>
[/html]

0


Вы здесь » concoction » ХТМЛ и журнал » акции


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