concoction

Объявление

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

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


Вы здесь » concoction » ХТМЛ и журнал » Тестовое сообщение


Тестовое сообщение

Сообщений 91 страница 120 из 297

91

[html]<style>
* {
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  background: #ddeef7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.navbar {
  background: #fdfdfd;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px 15px;
  box-shadow: 0px 20px 40px rgba(18, 34, 64, 0.1);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;

  &:after {
    content: "";
    width: 120px;
    background: #d9e0ea;
    position: absolute;
    bottom: 8px;
    left: 50%;
    height: 3px;
    transform: translatex(-50%);
    opacity: 0.7;
  }

  &__item {
    width: 70px;
    height: 70px;
    position: relative;
    cursor: pointer;
    padding: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;

    &::before,
    &:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: currentColor;
      border-radius: 50%;
      transform: scale(0.8);
      opacity: 0;
      transition: all .55s cubic-bezier(0.71, 0.03, 0.23, 0.95);
    }

    &::after {
      box-shadow: 0 7px 15px currentColor;
    }

    &.-blue {
      color: #06b8ff;
    }

    &.-orange {
      color: #f2704d;
    }

    &.-navy-blue {
      color: #405fff;
    }

    &.-yellow {
      color: #f8cd4b;
    }

    &.-purple {
      color: #8444d6;
    }

    &:hover {
      &::before,
      &::after {
        transform: translateY(-60px) scale(1.1);
      }
      &::before {
        opacity: 1;
      }
      &::after {
        opacity: 0.4;
      }
      .navbar__icon {
        transform: translateY(-58px) scale(1.25);
        color: #fff;
        transition-delay: 0.1s, 0.1s;
      }
    }
  }

  &__icon {
    transition: all .5s cubic-bezier(0.71, 0.03, 0.23, 0.95);
    transition-delay: 0.1s;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
}

</style>
<div class="wrapper">
        <div class="navbar">
            <div class="navbar__item -blue">
                <span class="navbar__icon">
                    <svg class="icon">
                      <use xlink:href="#icon-home"></use>
                    </svg>
                </span>
            </div>
            <div class="navbar__item -orange">
                <span class="navbar__icon">
                    <svg class="icon">
                      <use xlink:href="#icon-cup"></use>
                    </svg>
                </span>
            </div>
            <div class="navbar__item -navy-blue">
                <span class="navbar__icon">
                    <svg class="icon">
                      <use xlink:href="#icon-plus"></use>
                    </svg>
                </span>
            </div>
            <div class="navbar__item -yellow">
                <span class="navbar__icon">
                    <svg class="icon">
                      <use xlink:href="#icon-search"></use>
                    </svg>
                </span>
            </div>
            <div class="navbar__item -purple">
                <span class="navbar__icon">
                    <svg class="icon">
                      <use xlink:href="#icon-user"></use>
                    </svg>
                </span>
            </div>
        </div>
    </div>
  <svg style="display:none" xmlns="http://www.w3.org/2000/svg" hidden xmlns:xlink="http://www.w3.org/1999/xlink">
    <defs>
      <symbol id="icon-plus" viewBox="0 0 32 32">
        <title>plus</title>
        <path d="M32 14.4v3.2c0 0.8-0.64 1.44-1.44 1.44h-11.68v11.52c0 0.8-0.64 1.44-1.44 1.44h-3.040c-0.8 0-1.44-0.64-1.44-1.44v-11.52h-11.52c-0.8 0-1.44-0.64-1.44-1.44v-3.2c0-0.8 0.64-1.44 1.44-1.44h11.68v-11.52c-0.16-0.8 0.48-1.44 1.28-1.44h3.2c0.8 0 1.44 0.64 1.44 1.44v11.68h11.68c0.64-0.16 1.28 0.48 1.28 1.28z"></path>
      </symbol>
      <symbol id="icon-search" viewBox="0 0 32 32">
      <title>search</title>
        <path d="M30.56 28.64l-5.76-5.76c2.24-2.4 3.52-5.6 3.52-9.12 0-7.52-6.24-13.76-13.76-13.76s-13.76 6.24-13.76 13.76 6.24 13.76 13.76 13.76c2.72 0 5.12-0.8 7.36-2.080l6.080 6.080c0.32 0.32 0.8 0.48 1.28 0.48s0.96-0.16 1.28-0.48c0.8-0.8 0.8-2.080 0-2.88zM4.64 13.76c0-5.44 4.48-9.92 9.92-9.92s9.92 4.48 9.92 9.92-4.48 9.92-9.92 9.92-9.92-4.48-9.92-9.92z"></path>
      </symbol>
      <symbol id="icon-user" viewBox="0 0 32 32">
        <title>user</title>
        <path d="M16 0.64c4.16 0 7.52 3.36 7.52 7.36 0 4.16-3.36 7.52-7.52 7.52s-7.36-3.36-7.36-7.52c-0.16-4 3.2-7.36 7.36-7.36zM16 2.56c-3.2 0-5.6 2.56-5.6 5.6s2.4 5.6 5.6 5.6 5.76-2.56 5.76-5.76-2.56-5.44-5.76-5.44z"></path>
        <path d="M16 16.32c-2.24 0-4.16-0.8-5.76-2.4s-2.4-3.68-2.4-5.76c0-2.24 0.8-4.16 2.4-5.76s3.52-2.4 5.76-2.4c4.48 0 8.16 3.68 8.16 8.16s-3.68 8.16-8.16 8.16zM16 1.44c-1.76 0-3.52 0.64-4.8 1.92s-1.92 3.040-1.92 4.8c0 1.76 0.64 3.52 1.92 4.8s2.88 1.92 4.8 1.92c3.84 0 6.72-3.040 6.72-6.72s-3.040-6.72-6.72-6.72zM16 14.56c-3.52 0-6.4-2.88-6.4-6.4 0-1.76 0.64-3.36 1.92-4.48s2.72-1.92 4.48-1.92c3.68 0 6.4 2.72 6.4 6.4 0 1.76-0.64 3.36-1.92 4.48-1.28 1.28-2.88 1.92-4.48 1.92zM16 3.2c-1.44 0-2.56 0.48-3.52 1.44s-1.44 2.080-1.44 3.52c0 2.72 2.24 4.96 4.96 4.96 1.28 0 2.56-0.48 3.52-1.44s1.44-2.24 1.44-3.52c0-2.72-2.24-4.96-4.96-4.96z"></path>
        <path d="M3.68 30.4c0 1.12-1.76 1.12-1.76 0v-3.68c0-4.64 3.84-8.48 8.48-8.48h11.36c4.64 0 8.48 3.84 8.48 8.48v3.68c0 1.12-1.76 1.12-1.76 0v-3.68c0-3.68-3.040-6.72-6.72-6.72h-11.36c-3.68 0-6.72 3.040-6.72 6.72v3.68z"></path>
        <path d="M29.28 32c-0.96 0-1.6-0.64-1.6-1.6v-3.68c0-1.6-0.64-3.040-1.76-4.16s-2.56-1.76-4.16-1.76h-11.36c-1.6 0-3.040 0.64-4.16 1.76s-1.76 2.56-1.76 4.16v3.68c0 0.96-0.64 1.6-1.6 1.6s-1.6-0.64-1.6-1.6v-3.68c0-2.4 0.96-4.8 2.72-6.56 1.6-1.6 3.84-2.56 6.4-2.56h11.36c2.4 0 4.8 0.96 6.56 2.72s2.72 4 2.72 6.56v3.52c-0.16 0.96-0.8 1.6-1.76 1.6zM10.4 19.36h11.36c1.92 0 3.84 0.8 5.28 2.24s2.24 3.2 2.24 5.28v3.52c0 0 0 0.16 0.16 0.16s0.16-0.16 0.16-0.16v-3.68c0-2.080-0.8-4-2.24-5.44s-3.36-2.24-5.44-2.24h-11.52c-2.080 0-4 0.8-5.44 2.24s-2.24 3.36-2.24 5.44v3.68c0 0 0 0.16 0.16 0.16s0-0.16 0-0.16v-3.68c0-1.92 0.8-3.84 2.24-5.28 1.44-1.28 3.2-2.080 5.28-2.080z"></path>
      </symbol>
      <symbol id="icon-cup" viewBox="0 0 32 32">
        <title>cup</title>
        <path d="M28 4h-1.28v-2.72c0-0.8-0.64-1.28-1.28-1.28h-18.72c-0.8 0-1.44 0.64-1.44 1.28v2.72h-1.28c-2.24 0-4 1.76-4 4v1.28c0 2.24 1.76 4 4 4h1.76c0.8 3.2 3.2 5.92 6.24 7.2v3.52h-1.28c-2.24 0-4 1.76-4 4v2.72c0 0.64 0.48 1.28 1.28 1.28h16c0.8 0 1.28-0.64 1.28-1.28v-2.72c0-2.24-1.76-4-4-4h-1.28v-3.52c3.2-1.28 5.44-4 6.4-7.2h1.6c2.24 0 4-1.76 4-4v-1.28c0-2.24-1.76-4-4-4zM4 10.72c-0.8 0-1.28-0.64-1.28-1.44v-1.28c0-0.8 0.64-1.28 1.28-1.28h1.28v4h-1.28zM22.72 28v1.28h-13.44v-1.28c0-0.8 0.64-1.28 1.28-1.28h10.72c0.8 0 1.44 0.48 1.44 1.28zM17.28 24h-2.56v-2.72c0.96 0.16 1.76 0.16 2.72 0v2.72zM16 18.72c-4.48 0-8-3.52-8-8v-8h16v8c0 4.32-3.52 8-8 8zM29.28 9.28c0 0.8-0.64 1.28-1.28 1.28h-1.28v-3.84h1.28c0.8 0 1.28 0.64 1.28 1.28v1.28z"></path>
      </symbol>
      <symbol id="icon-home" viewBox="0 0 32 32">
        <title>home</title>
        <path d="M16 4.48l12.48 9.92v14.080h-24.96v-14.080l12.48-9.92zM16 0.48l-15.52 12.48v18.72h31.040v-18.72l-15.52-12.48z"></path>
        <path d="M32 32h-32v-19.2l16-12.8 16 12.8v19.2zM0.8 31.2h30.4v-18.080l-15.2-12.16-15.2 12.16v18.080zM28.8 28.8h-25.6v-14.56l12.8-10.24 12.8 10.24v14.56zM4 28h24.16v-13.44l-12-9.6-12 9.6v13.44z"></path>
      </symbol>
    </defs>
  </svg>[/html]

0

92

[html]<style>
.breaksil {
  width: 500px;
  background-color: #f1f1f1;
  color: #333333;
  font: 10px Verdana;
  text-align: justify;
}

.breaksiltab {
  background-color: #333333;
  height: 190px;
  width: 125px;
  float: left;
}

.breaksilimg {
  background-color: #99c4ac;
  height: 190px;
  overflow: hidden;
}

.breaksilimg1 {
  background-color: rgba(250,250,250,.25);
  height: 205px;
}

.breaksilimg2 {
  height: 120px;
  width: 120px;
  padding: 50px;
  background-color: #99c4ac;
  margin: -15px auto;
  border-radius: 100%;
}

.breaksilimg2 div {
  height: 100px;
  width: 100px;
  background-color: #f1f1f1;
  border-radius: 100%;
  padding: 10px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.15);
}

.breaksilimg2 img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}

.breaksillyric {
  background-color: #252525;
  padding: 35px 35px 35px 0px;
  color: #f1f1f1;
  font: 40px Roboto;
  font-weight: 300!important;
  line-height: 35px;
  text-align: right;
  letter-spacing: .75px;
  text-transform: lowercase;
}

.breaksillyric b {
  font-weight: 800!important;
  color: #99c4ac;
  line-height: 35px;
}

.breaksillyric h1 {
  font: bold 9px Roboto Condensed;
  line-height: 10px;
  padding-top: 5px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.breaksillyric h1 b {
  padding: 0px 3px;
  font-weight: 700!important;
  line-height: 10px;
}

.breaksiltabs {
  font: 30px Roboto;
  font-weight: 300!important;
  line-height: 30px;
  width: 120px;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.breaksilwant {
  background-color: #252525;
  height: 5px;
  display: none;
}

.breaksilbot {
  background-color: #99c4ac;
  border-left: solid 125px #333333;
  text-align: center;
  font: bold 9px Roboto Condensed;
  line-height: 10px;
  letter-spacing: .65px;
  padding: 25px;
  color: #f1f1f1;
  margin-top: 50px;
}

.breaksilbot b {
  line-height: 10px;
  color: #333333;
}

.breaksiltitle {
  font: 45px Roboto;
  font-weight: 800!important;
  line-height: 40px;
  padding: 40px 40px 15px 40px;
  color: #99c4ac;
  text-transform: lowercase;
}

.breaksiltitle b {
  font-weight: 300!important;
  color: #333333;
  padding-right: 5px;
  line-height: 40px;
}

.breaksilblurb {
  font: 11px Roboto;
  height: 207px;
  letter-spacing: .2px;
  overflow: auto;
  padding-right: 17px;
  margin: 0px 40px 0px 83px;
}

.breaksilblurb a {
  font: bold 11px Roboto;
  color: #99c4ac;
}

.breaksilblurb:: -webkit-scrollbar-thumb:vertical {
  background-color:  #e1e1e1;
  border-radius: 0px!important;
  border: none!important;
}

.breaksilblurb:: -webkit-scrollbar {
  width:  3px;
  background:  transparent;
  border-radius: 0px!important;
  border: none!important;
}
</style>
<script>

</script>
<!-- Code désigné par Pharaoh Leap. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … ng-silence -->

<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900|Roboto+Condensed:400,700|Roboto:400,500,700,900" rel="stylesheet">

<div align="center">
<div class="breaksil">
    <div class="breaksiltab"></div>
    <div class="breaksilimg">
    <div class="breaksilimg1">
        <div class="breaksilimg2"><div>
        <img src="https://i.pinimg.com/564x/fc/e2/71/fce2718556df38cd275ced1f0360f742.jpg">
        </div>
    </div>
    </div>
</div>
<div class="breaksillyric">
    BREAKING <b>THE SILENCE</b>
    <h1>AGE <b>+</b> PRONOUNS <b>+</b> SEXUALITY <b>+</b> SOMETHING</h1>
</div>
<div class="breaksilmid">
    <div class="breaksiltitle"><b>+</b> FRIENDS</div>
    <div class="breaksilblurb">
    they told me to run, but just how far? can i go wearing the black mask of fear? the hate in my eyes always gives me away, the tension building slowly. now i've lost everything i had in you. <i>nothing we shared means a thing without you close to me</i>. i can't live without you! breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me.
    there's no direction to my stare, no more flame burning in my heart anymore. quiet, i keep it to myself until the sun sets slowly. i hear your voice in the evening rain calling: "<a>nothing will keep us apart, no more lies and fear. there's no end to our story!</a>" breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me. i could make all the wrong seem right if you were by my side. i'd gather all the tears you've cried and hide them deep underground.
    can't look back. it's just a waste of time. can't erase this hate from my eyes. breaking the silence of the night. through the streets i'm screaming. lookin' for you in the neon lights. why don't you answer me? <b>breaking the silence with my cries. can't you hear me screaming?</b> we could make all this wrong seem right, but you'll never answer me. you'll never answer me.
    </div>
</div>
<div class="breaksiltitle"><b>+</b> Enemies</div>
    <div class="breaksilblurb">
    they told me to run, but just how far? can i go wearing the black mask of fear? the hate in my eyes always gives me away, the tension building slowly. now i've lost everything i had in you. <i>nothing we shared means a thing without you close to me</i>. i can't live without you! breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me.
    there's no direction to my stare, no more flame burning in my heart anymore. quiet, i keep it to myself until the sun sets slowly. i hear your voice in the evening rain calling: "<a>nothing will keep us apart, no more lies and fear. there's no end to our story!</a>" breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me. i could make all the wrong seem right if you were by my side. i'd gather all the tears you've cried and hide them deep underground.
    can't look back. it's just a waste of time. can't erase this hate from my eyes. breaking the silence of the night. through the streets i'm screaming. lookin' for you in the neon lights. why don't you answer me? <b>breaking the silence with my cries. can't you hear me screaming?</b>we could make all this wrong seem right, but you'll never answer me. you'll never answer me.
    </div>
    <div class="breaksiltitle"><b>+</b> Lovers</div>
    <div class="breaksilblurb">
    they told me to run, but just how far? can i go wearing the black mask of fear? the hate in my eyes always gives me away, the tension building slowly. now i've lost everything i had in you. <i>nothing we shared means a thing without you close to me</i>. i can't live without you! breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me.
    there's no direction to my stare, no more flame burning in my heart anymore. quiet, i keep it to myself until the sun sets slowly. i hear your voice in the evening rain calling: "<a>nothing will keep us apart, no more lies and fear. there's no end to our story!</a>" breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me. i could make all the wrong seem right if you were by my side. i'd gather all the tears you've cried and hide them deep underground.
    can't look back. it's just a waste of time. can't erase this hate from my eyes. breaking the silence of the night. through the streets i'm screaming. lookin' for you in the neon lights. why don't you answer me? <b>breaking the silence with my cries. can't you hear me screaming?</b>we could make all this wrong seem right, but you'll never answer me. you'll never answer me.
    </div>
   <div class="breaksilwant"></div>
   <div class="breaksilbot">LOOKIN' FOR YOU IN THE NEON LIGHTS - <b>WHY DON'T YOU ANSWER ME?</b>
</div>
  <a href="http://pixel-perfect.boards.net/user/5"><div style="width:500px;text-align:right;font:bold 8px Arial;padding-top:5px;">PHARAOH LEAP CREATES</div></a>
</div>

[/html]

0

93

https://i.pinimg.com/564x/79/c6/df/79c6df8ed168f94e65b6ef7d3b1e59b7.jpg

https://i.pinimg.com/564x/c0/5b/1f/c05b1f4d2de3f3218754df95b31ba7c7.jpg

1. Имя персонажа и возраст
Билли Андерсон, 27

2. Статус
• Цвет: желтый (красный)
• Зона проживания: красная
• Должность, род деятельности: террорист, профессиональный бунтовщик

3. Внешность
Пеннивайз - какая-то херня вк (?)

4. Общая информация
текст

5. Отношения
текст

6. Связь с игроком
текст

0

94

[html]<style>
.textBox
{
  height:30px;
  width:300px;
}

button
{
  height:30px;
  width:150px;
  border-radius:8px;
  padding:10px;
  font-size:15px;
  font-family: 'Oswald', sans-serif;
  height:52px;
  cursor:pointer;
  background-color:wheat;
}
</style>
<script>
function copyToClipboard(element) {
  var $temp = $("<input>");
  $("body").append($temp);
  $temp.val($(element).text()).select();
  document.execCommand("copy");
  $temp.remove();
}

</script>
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>

<center>
<p id="p1">Hello, I'm TEXT 1</p>
<p id="p2">Hi, I'm the 2nd TEXT</p><br/>

<button onclick="copyToClipboard('#p1')">Copy TEXT 1</button>
<button onclick="copyToClipboard('#p2')">Copy TEXT 2</button>
 
</center>[/html]

0

95

[html]<style>
.e1 {
  width: 300px;
  height: 250px;
  overflow: auto;
  padding: 5px;
}

.e2 {
  width: 290px;
  height: 90px;
  overflow: auto;
  padding: 5px;
}

.box {
  width: 520px;
  padding: 10px;
  background-image: url('https://imgur.com/7qyktHO.png');
  background-repeat: repeat;
  border: 13px solid #d6b654;
  height: 400px;
  color: #828282;
  font-size: 12px;
  border-radius: 15px;
}

.box td {
  vertical-align: top;
  color: #828282;
}

.box h18 {
  text-align: left;
  color: #d3a23a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800px;
  padding: 3px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #d3a23a;
}

.box ::-webkit-scrollbar {
  width: 5px;
  background: #d8d8d8;
}

.box ::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 5px;
}

.box ::-webkit-scrollbar-thumb {
  background: #d3a23a;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
}

.box img {border: 6px solid #d3a23a;}

.box hr {
  border: none;
  box-shadow: 0;
  margin: 1.5em 25%;
  border-top: 1px solid #d3a23a;
}

.boom img {
  width: 75px;
  height: auto;
}

.nitro {
  background: #ececec;
  border: 1px solid #d0d0d0;
  padding: 3px;
  width: 265px;
  margin: 8px;
  color: #828282;
  border-radius: 5px;
  margin-top: -20px;
}

.nitro b {
  color: #d3a23a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800px;
  text-transform: uppercase;
}

.nitro i {
  color: #d6b654;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.box h28 {
  text-align: left;
  color: #d6b654;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800px;
  padding: 3px;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: -3px;
}
</style>
<!-- Code désigné par Emerald. Merci de créditer l'auteur ! Lien source : http://yourscent.jcink.net/index.php?showtopic=223 -->

<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900" rel="stylesheet">

<div class="box">
  <table align="left">
    <tr>
      <td>
        <img src="https://imgur.com/7qOAgYL.png;">
        <hr><div class="boom">
          <center>
          <img src="https://imgur.com/gq9hnaQ.png"> &nbsp; <img src="https://imgur.com/NFtbgIV.png">
          </center>
        </div>
      </td>
      <td>
        <div class="e1">
          <h18>description</h18>
          <div class="nitro">
            A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath
          </div>
          <h18>curriculum</h18>
          <div class="nitro">
            <b>first name :</b> xxx<br>
            <b>last name :</b> xxx<br>
            <b>age :</b> xxx<br>
            <b>birthday :</b> xxx<br>
          </div>
        </div>
        <hr>
        <div class="e2">
          <h28> face/canon:</h28>
          <div class="nitro">
            <center><b>bakugou katsuki</b> / <i>my hero academia</i></center>
          </div>
        </div>
      </td>
    </tr>
  </table>
</div>[/html]

0

96

[html]<style>
.e1 {
  padding: 7px;
  border: 1px solid #fea396;
  height: 128px;
  width: 400px;
}
 
.e1 img {
  width: 400px;
  height: 130px;
}
 
.e2 {
  width: 70px;
  border-right: 1px solid #fea396;
  color: #fea396;
  vertical-align: top;
  padding-right: 10px;
  text-align:  right;  font-size:  30px;
  font-family:  impact;
}
 
.e3 {
  padding: 10px;
  text-align: justify;
  padding-right: 0px;
  vertical-align: top;
}
 
.e4 {
  padding: 7px;
  border: 1px solid #fea396;
  width: 400px;
}
 
.e5 {
  width: 400px;
  text-align: right;
  font: normal 10px/11px arial, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 5px;
}
 
</style>
<!-- Code désigné par Endless. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … ple-basics -->

<div align="center">
<div class="e1"><img src="https://images2.imgbox.com/5f/39/8zwCGOdw_o.jpg"></div>
<table style="width:400px;" border="0">
    <tbody>
    <tr>
        <td class="e2">SHUT UP AND KISS ME</td>
        <td class="e3">
        I chose to really try and stick to the basics on this and take what you were giving us a little more literally in the hopes of creating something incredibly simple but hopefully satisfying both aesthetically and for the challenge. I couldn't shake the feeling that you meant it a little more literally anyway to see what people could do with the bare minimum.
        As such this template contains 1 color taken from the image, a 400px x 130px image, borders and preinstalled fonts from PB itself and that's it. Doesn't even have a background color and fully relies on the site's font css, color and post background color instead. probably the most advanced bit here is the vertical-align for the sake of everything aligning towards the top when the two table cells expand instead of being awkwardly centered. I actually really enjoyed doing this one, it was nice to do up something so simple and straight forward.
        </td>
    </tr>
    </tbody>
</table>
<div class="e4">
    <div align="left"> @endless  and other ooc notes here</div>
</div>
<div class="r5">this is something <a href="http://pixel-perfect.boards.net/user/52">endless</a></div>
</div>[/html]

0

97

[html]<style>
.s1 {
  background-color:#EEE;
  width:300px;
  padding:25px;
}

.s1 img {
  margin-bottom:10px;
  border-radius:50%;
}

.s2 {
  margin-left:-180px;
  width:125px;
  border-right:1px solid #8F74A9;
  font:35px Arial;
  color:#8F74A9;
  font-weight:bold;
  font-style:italic;
  letter-spacing:-3.5px;
}

.s3 {
  margin-top:-40px;
  margin-left:120px;
  background-color:#8F74A9;
  width:143px;
  padding:5px;
  text-align:justify;
  font:9px Trebuchet MS;
  color:#EEE;
  font-weight:bold;
  font-style:italic;
}

.s3 span {word-spacing:8px;}

.s4 {
  margin-top:10px;
  width:275px;
  text-align:justify;
  font:9px Verdana;
  color:#555;
}

.s5 {
  margin-top:8px;
  width:275px;
  text-align:justify;
  font:9px Verdana;
  color:#999;
}

.s6 {
  font:6.5px Verdana;
  color:#999;
  font-weight:bold;
  text-transform:uppercase;
}
</style>
<!-- Code désigné par Space Dandy. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … ple-basics -->

<div align="center">
<div class="s1"><img src="https://i.imgur.com/FOJIph1.png">
    <div class="s2">C'MON</div>
    <div class="s3">
    <span>cause i know what i like</span> &amp; you're lookin' just like my type
    <span style="word-spacing:3px;">let's go for it just for tonight</span>
    </div>
    <div class="s4">
    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.
    </div>
    <div class="s5">❤ ooc stuff</div>
</div>
<div class="s6">dandy ♫</div>
</div>[/html]

0

98

[html]<style>
.soon1 {
  width: 400px;
  border: 1px solid #DCDCDC;
  padding: 25px 25px 25px 25px;
  margin: 0px auto;
  background: #F0F0F0;
}

.soon2 h1 {
  width: 400px;
  text-transform: uppercase;
  background: #dfcbb6;
  font: 900 10px 'Roboto';
  text-align: center;
  padding: 10px 0px 10px 0px;
  border-top: #DCDCDC;
  border-bottom: #DCDCDC;
  margin: 0px -20px;
  color: #FFFFFF;
  text-shadow: 1px 1px #c7a97f;
}

.soon2 h2 {
  font: 800 36px 'Unica One';
  text-align: center;
  margin: -38px -4px 0px 0px;
  color: #344578;
}

.soon2 {
  width: 360px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 20px 20px 0px 20px; }

.soon3 {
  width: 300px;
  border: 1px solid #DCDCDC;
  padding: 20px 20px 20px 20px;
  margin: 10px 20px 20px 10px;
  font: 400 10px/100% verdana;
  text-align: justify;
}

.soon3 b {
  font: 500 13px 'Montserrat';
  color: #344578;
  text-shadow: 1px 1px #F0F0F0;
  line-height: 12px;
}
 
.soon3 i {
  font: 400 13px 'Raleway';
  color: #dfcbb6;
  text-shadow: 1px 1px #F0F0F0;
  line-height: 12px;
}

.soon4 {
  width: 100px;
  border: 1px solid #DCDCDC;
  float: right;
  margin: 10px 10px 10px 10px;
}

.soon4 img {
  width: 90px;
  padding: 5px;
}

.soontag {
  padding: 6px 2px 0px 0px;
  margin: -19px 0px 0px 25px;
  float: left;
}

.soontag b {
  background-color: #345678;
  border-radius: 25px;
  font: 400 12px 'Unica One';
  color: #ffffff;
  padding: 8px 8px 8px 8px;
  float: right;
  text-transform: uppercase;
}
</style>
<!-- Code désigné par XII. Merci de créditer l'auteur ! Lien source : http://yourscent.jcink.net/index.php?showtopic=502 -->

<link href="https://fonts.googleapis.com/css?family=Roboto|Sonsie+One|Montserrat:500|Raleway:400i|Unica+One" rel="stylesheet">

<div class="soon1">
    <div class="soontag"><b>TAG HERE</b></div>
    <div class="soon2">
        <div class="soon3">
            <div class="soon4"><img src="http://78.media.tumblr.com/a3b97bd42e7956fea8c8772d9bb3380d/tumblr_inline_o8bx7cYBvj1sumigi_100.gif"></div>
            Li Europan lingues es membres del sam familie. <i>Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa</i> li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores. At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues.<p>
            It va esser tam simplic quam Occidental in fact, <b>it va esser Occidental. A un Angleso it va semblar un simplificat Angles, quam un skeptic Cambridge amico dit me que Occidental es.</b> Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores. At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues. It va esser tam simplic quam Occidental in fact, it va esser Occidental. A un Angleso it va semblar un simplificat Angles, quam un skeptic Cambridge amico dit me que Occidental es. Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation.
        </div>
        <h2>ALL DAY ALL NIGHT BABY</h2>
        <h1>Sing for me everyday
            Oh Na Na Na
            Melt me with your eyes
            Oh Na Na Na</h1>
    </div>
</div>[/html]

0

99

[html]<style>
.chc9 a {
  text-decoration: none;
  color: #FFF;
}

.chc11 {
  width: 100px;
  font: 400 8px/100% hammersmith one;
  text-transform: uppercase;
  margin: 10px auto;
  text-align: center;
  padding: 3px;
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  color: #474747;
  background: #FAFAFA;
}

.chc10 {
  padding: 5px;
  float: right;
  display: inline-block;
  margin-top: -30px;
  width: 240px;
  text-align: justify;
}

.chc9 span {
  text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1);
  color: #9E73AE;
}

.chc9 h1 {
  font: 400 10px/100% hammersmith one;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid rgba(255,255,255,1);
  width: 110px;
  text-align: center;
  display: inline-block;
  float: right;
  margin: 32px 10px 10px 5px;
  border-radius: 20px;
}

.chc9 img {
  margin: 5px 13px 0px -50px;
  display: inline-block;
  width: 75px;
  padding: 5px;
  border-radius: 100%;
  border: 4px solid rgba(255,255,255,1);
  border-left: 4px solid #9E73AE;
  border-bottom: 4px solid #9E73AE;
  background: rgba(143, 143, 143, 0.43);
}

.chc9 {
  border-top: 1px solid rgba(255,255,255,1);
  padding: 12px;
  margin-top: 25px;
  height: 82px;
}

@import url(//fonts.googleapis.com/earlyaccess/jejuhallasan.css);

.chc8::first-letter {
  font: 800 65px/100% poiret one;
  float: left;
  padding: 7px;
  margin: 7px;
  text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1);
color: #9E73AE;
}

.chc8 i {
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.9), 1px -1px 0 rgba(255, 255, 255, 0.9), -1px 1px 0 rgba(255, 255, 255, 0.9), 1px 1px 0 rgba(255, 255, 255, 0.9);
  color: #9E73AE;
  font: 400 14px/100% raleway;
  font-style: italic;
}

.chc8 b {
  font: 800 12px/95% montserrat;
  color: #9E73AE;
  text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1);
}

.chc8 {
  padding: 12px;
  z-index: 1;
  position: relative;
  margin: 20px;
  padding: 20px;
  background: rgba(143, 143, 143, 0.5);
  color: #FFF;
  font: 400 10px/100% verdana;
  text-align: justify;
  top: 0px;
}

.chc4 b {
  font-weight: 400;
  color: #9E73AE;
  letter-spacing: 4px;
}

.chc4 {
  padding: 10px;
  font: 400 10px/100% hammersmith one;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-right: 1px solid #FBFBFB;
  border-left: 1px solid #FBFBFB;
  color: #454545;
}

.chc3 {
  padding: 8px;
  border-radius: 20px;
  font: 400 29.3px/100% jeju hallasan;
  color: #9E73AE;
  width: 154px;
  text-align: right;
  float: right;
  margin-top: 14px;
  text-shadow: -2px -2px 0 rgba(255,255,255,1), 2px -2px 0 rgba(255,255,255,1), -2px 2px 0 rgba(255,255,255,1), 2px 2px 0 rgba(255,255,255,1);
}

.chc2 {
  float: left;
  margin: -15px;
  margin: 0px auto;
  position: relative;
  position: absolute;
}

.chc1 {
  text-shadow: -2px -2px 0 rgba(255,255,255,1), 2px -2px 0 rgba(255,255,255,1), -2px 2px 0 rgba(255,255,255,1), 2px 2px 0 rgba(255,255,255,1);
  font: 400 50px/100% poiret one;
  letter-spacing: -2px;
  text-align: right;
  padding: 10px;
  color: #9E73AE;
  text-transform: uppercase;
}

.chc {
  width: 400px;
  padding: 15px;
  background: #FDFDFD;
  border: 1px solid #DDD;
  margin: 0px auto;
  display: block;
  z-index: 1;
  position: relative;
}
 
.chc5 {
  padding: 22px;
  background: #F5F5F5;
  border: 1px solid #DDD;
  margin: 0px auto;
  width: 440px;
}
</style>
<!-- Code désigné par Aquamarine. Merci de créditer l'auteur ! Lien source : http://yourscent.jcink.net/index.php?showtopic=54 -->

<link href="https://fonts.googleapis.com/css?family=Hanna|Poiret+One:400|Hammersmith+One:400|Roboto:400,900|Montserrat:700,800|Raleway:400,900" rel="stylesheet">

<div class="chc5">
  <div class="chc">
    <div class="chc3">한국어 가사</div>
    <div class="chc1">reflection</div>
    <div class="chc4">I know Every life’s a <b>movie</b> We got different stars and <b>stories</b></div>
    <img src="http://static.tumblr.com/183751f757ec68250d22c087081bab60/l9zvlfz/0Caoofb0n/tumblr_static_cahqxl59cdcks40s0k0ssgwo0.png" class="chc2"></img>
    <div class="chc8">
      "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?""Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"
      <div class="chc9">
        <img src="https://78.media.tumblr.com/f6a1f8beab9e63abd495008d7aa4e28a/tumblr_inline_o1s611UaGt1s79kwm_100.gif">
        <h1 style="margin-right: -5px;">@tagname</h1>
        <h1 style="width: 65px;"><span>000</span> words</h1>
      </div>
    </div>
  </div>
</div>
<div class="chc11">credit to spica</div>[/html]

0

100

[html]<style>
.themission {
  border: solid 1px #e3e3e3;
  padding: 17px;
  background-color: #e9e9e9;
  width: 527px;
  color: #444444;
  text-align: justify;
  font: 10px Verdana;
}

.themission1 {
  border: solid 1px #e3e3e3;
  padding: 6px;
  background-color: #fbfbfb;
}

.themissiontop {
  border: solid 1px #e3e3e3;
  background-color: #f5f5f5;
  font: 9px Roboto Mono;
  line-height: 10px;
  padding: 51px 56px 51px 56px;
  white-space: nowrap;
  text-align: left;
}

.themissiontop h1 {
  font: 35px Roboto;
  font-weight: 300!important;
  text-transform: lowercase;
  font-style: italic;
  line-height: 30px;
  padding-bottom: 4px;
  margin-top: -20px;
}

.themissiontop h1 b {
  color: #edc74a;
  font-weight: 800!important;
  line-height: 30px;
}

.themissionimg {
  float: left;
  margin: -51px 46px -51px -56px;
  border-right: solid 1px #e5e5e5;
  background-color: #edc74a;
}

.themissionimg1 {
  background-color: rgba(250,250,250,.35);
  padding: 20px;
}

.themissionimg2 {
  padding: 15px;
  background-color: #edc74a;
  border-radius: 100%;
}

.themissionimg2 div {
  height: 80px;
  width: 80px;
  padding: 3px;
  background-color: #f9f9f9;
  border-radius: 100%;
}

.themissionimg2 img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.themissionmid {
  margin-top: -1px;
  background-color: #444444;
  padding: 20px;
  color: #eeeeee;
  font: 9px Roboto Mono;
  line-height: 10px;
  letter-spacing: .65px;
  text-align: left;
}

.themissionmid b {
  font: 9px Roboto Mono;
  color: #edc74a;
  line-height: 10px;
}

.themissiontabs {
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  background-color: #f5f5f5;
}

.themissionline {
  position: absolute;
  width: 1px;
  height: 400px;
  margin-left: 35px;
  background-color: #edc74a;
}

.themissionscroll {
  height: 400px;
  width: 511px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.themissionscroll1 {
  height: 400px;
  width: 600px;
  overflow: auto;
}

.themissionscroll2 {
  width: 455px;
  padding: 38px 28px 13px 28px;
}

.themission .OWED, .themission .NOTOWED {
  text-transform: lowercase;
  padding-bottom: 25px;
  letter-spacing: .5px;
  text-align: left;
}

.themission .OWED div, .themission .NOTOWED div {
  border: solid 2px #edc74a;
  height: 12px;
  width: 12px;
  float: left;
  margin-right: -16px;
  border-radius: 100%;
  background-color: #f5f5f5;
}

.themission .OWED div {background-color: #edc74a;}

.themission .OWED h1, .themission .NOTOWED h1 {
  font: 18px Roboto;
  font-weight: 800!important;
  line-height: 15px;
  text-transform: uppercase;
  font-style: italic;
  color: #edc74a;
  padding-left: 35px;
  padding-bottom: 3px;
}

.themission .OWED h2, .themission .NOTOWED h2 {
  font: 9px Roboto Mono;
  line-height: 10px;
  padding-left: 35px;
}

.themission .OWED h2 a, .themission .NOTOWED h2 a {
  font: 9px Roboto Mono;
  line-height: 10px;
  color: #bbbbbb;
}

.themissionscrolltitle {
  height: 26px;
  font: 30px Roboto;
  font-weight: 300!important;
  line-height: 26px;
  color: #bbbbbb;
  font-style: italic;
  letter-spacing: .5px;
  text-transform: lowercase;
  margin-left: -28px;
  padding-bottom: 25px;
}

.themissionscrolltitle1 {
  width: 50px;
  height: 26px;
  background-color: #edc74a;
  float: left;
}

.themissionscrolltitle2 {
  border-top: solid 13px transparent;
  border-bottom: solid 13px transparent;
  border-left: solid 10px #edc74a;
  height: 0px;
  width: 0px;
  float: left;
  margin-right: 15px;
}

.themissionbot {
  background-color: #444444;
  font: 9px Roboto Mono;
  line-height: 10px;
  height: 10px;
  padding: 20px 20px 20px 25px;
  text-align: right;
  color: #f5f5f5;
}

.themissionbot b {
  color: #edc74a;
  font: 9px Roboto Mono;
  line-height: 10px;
}

.themissionbot1 {
  position: absolute;
  height: 0px;
  width: 0px;
  border-left: solid 73px transparent;
  border-right: solid 73px transparent;
  border-bottom: solid 8px #333333;
  border-top: solid 0px transparent;
  margin-top: -37px;
  z-index: 2;
}

.themissionbot2 {
  position: absolute;
  text-transform: lowercase;
  margin: -31px 0px 0px 0px;
  font: 20px Roboto;
  font-weight: 800!important;
  font-style: italic;
  color: #edc74a;
  letter-spacing: .5px;
  line-height: 46px;
  height: 50px;
  width: 146px;
  text-align: center;
  background-color: #333333;
  z-index: 1;
}

.pcredit {
  width: 555px;
  text-align: right;
  font: bold 8px Arial;
  padding-top: 5px;
}
</style>
<!-- Code désigné par Mummy Leap. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/332/mission -->

<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto+Mono:300,400,500,700|Roboto:300,400,500,700,900" rel="stylesheet">

<div align="center">
  <div class="themission">
    <div class="themission1">
      <div class="themissiontop">
        <div class="themissionimg">
          <div class="themissionimg1">
            <div class="themissionimg2">
              <div><img src="https://i.imgur.com/mLD2SEr.png"></div>
            </div>
          </div>
        </div>
        <h1>FIRST <b>LASTNAME</b></h1>
        SIX DAYS AGO, MY LIFE HAD TAKEN A TUMBLE.<br>
        THE ORDERS CAME FROM HIGH ABOVE, THEY SAY.
      </div>
      <div class="themissionmid">TRACKER LAST UPDATED ON <b>SEPTEMBER 00</b></div>
      <div class="themissiontabs">
     
        <div class="themissiontab1"></div>
        <div class="themissionline"></div>
        <div class="themissionscroll">
          <div class="themissionscroll1">
            <div class="themissionscroll2">
              <div class="themissionscrolltitle">
                <div class="themissionscrolltitle1"></div>
                <div class="themissionscrolltitle2"></div>
                CURRENT THREADS
              </div>
              <div class="OWED">
                <div></div>
                <a href=""><h1>IN THE WOODEN CHAIR</h1></a>
                <h2>beside my window, i <a>wear a face</a> born in the <a>falling rain</a></h2>
              </div>
              <div class="OWED">
                <div></div>
                <a href=""><h1>IN THE WOODEN CHAIR</h1></a>
                <h2>beside my window, i <a>wear a face</a> born in the <a>falling rain</a></h2>
              </div>
              <div class="OWED">
                <div></div>
                <a href=""><h1>IN THE WOODEN CHAIR</h1></a>
                <h2>beside my window, i <a>wear a face</a> born in the <a>falling rain</a></h2>
              </div>
              <div class="OWED">
                <div></div>
                <a href=""><h1>IN THE WOODEN CHAIR</h1></a>
                <h2>beside my window, i <a>wear a face</a> born in the <a>falling rain</a></h2>
              </div>
              <div class="OWED">
                <div></div>
                <a href=""><h1>IN THE WOODEN CHAIR</h1></a>
                <h2>beside my window, i <a>wear a face</a> born in the <a>falling rain</a></h2>
              </div>
              <div class="OWED">
                <div></div>
                <a href=""><h1>IN THE WOODEN CHAIR</h1></a>
                <h2>beside my window, i <a>wear a face</a> born in the <a>falling rain</a></h2>
              </div>
              <div class="OWED">
                <div></div>
                <a href=""><h1>IN THE WOODEN CHAIR</h1></a>
                <h2>beside my window, i <a>wear a face</a> born in the <a>falling rain</a></h2>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="themissionbot">
        <div class="themissionbot1"></div>
        <div class="themissionbot2">application</div>
        THEY'LL SAY MY MISSION <b>SAVED THE WORLD</b> AND I STOOD PROUD
      </div>
    </div>
  </div>
  <a href="http://pixel-perfect.boards.net/user/5"><div class="pcredit">PHARAOH LEAP CREATES</div></a>
</div>
[/html]

0

101

[html]<style>
.blips {
  border: solid 35px #f0e099;
  width: 480px;
  background-color: #ffffff;
  color: #555555;
  text-align: justify;
}

.blipstop {
  padding: 35px;
  height: 120px;
}

.blipstopimg {
  float: left;
  padding: 9px;
  border: solid 1px #eeeeee;
  margin-right: 15px;
  height: 100px;
  width: 100px;
}

.blipstopimg img {
  height: 100px;
  width: 100px;
}

.blipstoplyric {
  font: bold 30px Roboto;
  letter-spacing: -1px;
  line-height: 25px;
  padding-bottom: 10px;
  padding-top: 25px;
  text-transform: lowercase;
}

.blipstoplyric span {color: #f0e099}

.blipstoplyric2 {
  font: 9px Roboto;
  line-height: 10px;
  color: #cccccc;
  text-transform: uppercase;
  height: 60px;
  overflow: hidden;
}

.blipstop2 {
  background-color: #444444;
  padding: 30px;
}

.blipstop21 {
  font: bold 12px Roboto;
  color: #999999;
  line-height: 12px;
  padding-bottom: 3px;
}

.blipstop22 {
  font: bold 25px Roboto;
  line-height: 20px;
  color: #dddddd;
  text-transform: uppercase;
  letter-spacing: -1px;
  white-space: nowrap;
  overflow: hidden;
}

.blipstop22 a {
  font: bold 25px Roboto;
  line-height: 20px;
  color: #dddddd!important;
}

.blipstop23 {
  position: absolute;
  height: 35px;
  padding: 30px;
  margin: -65px 0px 0px -302px;
  width: 420px;
  background-color: #444444;
  color: #dddddd;
  font: 12px Roboto;
  opacity: 0;
  -webkit-transition:  all .2s ease;
  -moz-transition:  all .2s ease;
  -o-transition:  all .2s ease;
}

.blipstop23:hover {opacity: 1;}

.blipsmid{
  margin: 0px -35px;
  border-left: solid 35px #f5f5f5;
  border-right: solid 35px #f5f5f5;
  padding: 35px 35px;
  background-color: #ffffff;
  font: 10px Verdana;
}

.blipsmid i {color: #bbbbbb;}

.blipsmid b {
  color: #bbbbbb;
  font: bold 11px roboto;
  line-height: 12px;
  text-transform: lowercase;
}

.blipsbot {
  background-color: #444444;
  color: #dddddd;
  font: bold 15px Roboto;
  line-height: 15px;
  padding: 35px;
  text-align: center;
  text-transform: lowercase;
}

.blipsbot span {color: #f0e099;}

.pcredit {
  width: 550px;
  text-align: right;
  font: bold 8px Arial;
  padding-top: 5px;
}

.m1 {height: 0px; overflow: hidden;}
</style>
<!-- Code désigné par Mummy Leap. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … -submarine -->

<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">

<div align="center">
<div class="blips">
    <div class="blipstop">
    <div class="blipstopimg">
        <img src="https://via.placeholder.com/100x100" style="max-width:100%;">
    </div>
    <div class="blipstoplyric">yellow <span>submarine</span></div>
    <div class="blipstoplyric2">
        And our friends are all aboard – many more of them live next door – and the band begins to play: We all live in a yellow submarine, yellow submarine, yellow submarine. We all live in a yellow submarine, yellow submarine, yellow submarine. full speed ahead, mr. boatswain, full speed ahead. full speed ahead it is, sergeant.
    </div>
    </div>
    <div class="blipstop2">
    <table style="width:100%;">
        <tbody>
        <tr>
            <td style="padding:0px!important; width: 20%;">
            <div class="blipstop21">WORDS</div>
            <div class="blipstop22">0000</div>
            </td>
            <td style="width: 20px; padding: 0px!important;"></td>
            <td style="padding: 0px!important;">
            <div class="blipstop21">TAGGED</div>
            <div class="blipstop22">F. NAME</div>
            <div class="m1">@pharaohleap </div>
            </td>
            <td style="width: 20px; padding:0px!important;"></td>
            <td style="padding: 0px!important;">
            <div class="blipstop21">NOTES</div>
            <div class="blipstop22">HOVER</div>
            <div class="blipstop23">and then you can put a bunch of notes here, i suppose.</div>
            </td>
        </tr>
        </tbody>
    </table>
    </div>
    <div class="blipsmid">
    In the town where I was born lived a man who sailed the sea, and he told us of his life in the land of submarines. So we sailed up to the sun 'til we found a sea of green, <b>and we lived beneath the waves in our yellow submarine</b>. We all live in a yellow submarine, yellow submarine, yellow submarine. We all live in a yellow submarine, yellow submarine, yellow submarine.
    <br><br>And our friends are all aboard – many more of them live next door – and the band begins to play: We all live in a yellow submarine, yellow submarine, yellow submarine. We all live in a yellow submarine, yellow submarine, yellow submarine. (<i>Full speed ahead, Mr. Boatswain, full speed ahead</i>. Full speed ahead it is, Sergeant. Cut the cable, drop the cable; aye, sir, aye, captain, captain.)
    <br><br>As we live a life of ease, every one of us has all we need. Sky of blue and sea of green in our yellow submarine. We all live in a yellow submarine, yellow submarine, yellow submarine. We all live in a yellow submarine, yellow submarine, yellow submarine. We all live in a yellow submarine, yellow submarine, yellow submarine. We all live in a yellow submarine, yellow submarine, yellow submarine.
    </div>
    <div class="blipsbot">and we lived <span>beneath the waves</span> in our yellow submarine</div>
</div>
<a href="http://pixel-perfect.boards.net/user/5"><div class="pcredit">PHARAOH LEAP CREATES</div></a>
</div>
[/html]

0

102

[html]<style>

.kimino {
padding: 9px;
  border: solid 1px #e5e5e5;
  background-color: #f9f9f9;
  width: 552px;
}

.kimino2 {
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}

.kiminotop {
  text-transform: uppercase;
  color: #494949;
  font: 45px Abril Fatface;
  line-height: 40px;
  padding: 35px 0px;
}

.kiminotop2 {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #494949;
  font: 11px Inconsolata;
  line-height: 11px;
  letter-spacing: .5px;
  padding: 15px 0px;
}

.kiminomid {
  border-bottom: solid 5px #494949;
  margin-bottom: -1px;
}

.kiminoleft {
  width: 130px;
  padding: 35px!important;
  vertical-align: top;
  background-color:#82cfc4
}

.kiminoimg {
  margin: 5px;
  height: 100px;
  padding: 8px;
  border-radius: 100%;
  border: solid 2px #ffffff;
}

.kiminoimg img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}

.kiminolyric {
  font: bold 20px Roboto;
  line-height: 20px;
  letter-spacing: -1.5px;
  color: #494949;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px 5px 0px;
}

.kiminolyric2 {
  font: 11px Inconsolata;
  text-transform: uppercase;
  text-align: justify;
  color: #ffffff;
}

.kiminothing {
  margin-top: 15px;
  background-color: #494949;
  color: #ffffff;
  font: 11px Inconsolata;
  line-height: 10px;
  padding: 10px;
  text-transform: uppercase;
  float: right;
}

.kiminothing a {
  color: #ffffff!important;
  font: 11px Inconsolata;
  line-height: 10px;
}

.kiminoright {
  padding: 35px;
  font: 10px Verdana;
  color: #595959;
  text-align: justify;
}

.kiminoright b, .kiminoright i {
  font: 12px Inconsolata;
  color: #82cfc4;
}

.kiminoright i {font-style: italic; }

.predit {
  width: 572px;
  text-align: right;
  font: bold 8px Arial;
  padding-top: 5px;
}
</style>
<!-- Code désigné par Pharaoh Leap. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/107/body-heat -->

<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Inconsolata|Roboto:300,400,500,700,900" rel="stylesheet">

<div align="center">
<div class="kimino">
    <div class="kimino2">
    <div class="kiminotop">KIMI NO TAION</div>
    <div class="kiminotop2">THE WHOLE WORLD IS PAINTED OVER ONCE AGAIN</div>
    <div class="kiminomid">
        <table style="width:100%;">
        <tbody>
            <tr>
            <td class="kiminoleft">
                <div class="kiminoimg"><img style="max-width:100%;" src="https://via.placeholder.com/100x100"></div>
                <div class="kiminolyric">YOUR WARMTH</div>
                <div class="kiminolyric2">
                flowers blossom, and then the moon grows even when the whole world is painted over once again. there was warmth that had told me i was in your hold, but someday, i'll forget and it will be cold - that's all that it was.
                </div>
                <div class="kiminothing">@pharaohleap </div>
            </td>
            <td style="padding: 0px!important; vertical-align: top;">
                <div class="kiminoright">
                As my eyes met a sight, colorful and shining bright, I got caught in the moment and stopped suddenly. Chasing away after something that was fake – thought it was just an illusion, I still felt my heart ache. The sound of your voice that I had heard so many times before is now just a distant echo I barely hear anymore. Our hands together, desperate for the heat we're thinking of: <i>We believed we could tell ourselves that was love</i>. Flowers blossom, and then the moon grows even when the whole world is painted over once again. There was warmth that had told me I was in your hold, but someday, I'll forget and it will be cold. That's all that it was.
                <br><br>I walk, all by myself, through this now-familiar town, looking for a place where I won't find you around. Fond memories littered all across nostalgic streets, but I force myself to look elsewhere and retreat. When we spoke of it before, back when our days were still new, we were so sure of our future and what we planned to do. Maybe deep down, we knew it wasn't what it appeared to be, <b>but you took my hand and gently lied to me</b>. Flowers wither, and then the moon wanes, even when all the seasons pass over us once again. Used to feel you so near, but now you've disappeared, and I fear that one day it may feel like you were never here at all.
                <br><br>We swore a promise that we'd stay as one for all time, but the eternity we foresaw then was a lie. When the winter ends and the spring's blooming – in the summer's dusk – when the autumn's still sleeping – will there ever come a day when I can say that I was truly glad to have met you?
                <br><br>No matter what we said, no matter what we said, I thought we'd have a happy future ahead.
                <br><br>Mornings bring a new day, lonely nights swept away. Someone new will repaint me in their own way. All the warmth we had shared will be lost to the air. Glad those memories can now be laid to rest. I sadly say goodbye, dear beloved of mine. I know we can't be as one, so you must now leave my life.
                </div>
            </td>
            </tr>
        </tbody>
        </table>
    </div>
    </div>
</div>
<a href="http://pixel-perfect.boards.net/user/5"><div class="pcredit">PHARAOH LEAP CREATES</div></a>
</div>[/html]

0

103

[html]<style>
.newworld {
  width: 533px;
  border: solid 1px #e3e3e3;
  letter-spacing: 0px;
  text-align: justify;
  color: #444444;
  text-align: justify;
}

.newworldtop {
  background-color: #f3f3f3;
  padding: 24px;
  text-align: right;
  font: 15px Raleway;
  text-transform: lowercase;
  line-height: 15px;
  text-shadow: 1px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
}

.newworldtop div {
  border: solid 2px #ffffff;
  float: left;
  height: 8px;
  width: 8px;
  margin: 0px 5px 0px 0px;
  background-color: #d1775e;
  border-radius: 100%;
}

.newworldtop b {
  color: #d1775e;
  font: 15px Raleway;
}

.newworldimg {
  float: left;
  height: 126px;
  width: 126px;
  padding: 37px;
  background-color: #444444;
}

.newworldimg2 {
  height: 100px;
  width: 100px;
  padding: 10px;
  border: solid 3px #ffffff;
  border-left-color: #d1775e;
  border-radius: 100%;
}

.newworldimg2 img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}

.newworldlyric {
  background-color: #393939;
  font: 30px raleway;
  line-height: 35px;
  text-align: center;
  color: #f9f9f9;
  letter-spacing: -1px;
  padding: 35px 0px;
  text-shadow: 1px 1px 0px #333333, 1px 0px 0px #333333, 0px 1px 0px #333333, -1px 0px 0px #333333, 0px -1px 0px #333333, -1px 1px 0px #333333, 1px -1px 0px #333333, -1px -1px 0px #333333, 0px 0px 3px rgba(0,0,0,.15);
}

.newworldlyric b {color: #d1775e;}

.newworldnotes {
  background-color: #d1775e;
  padding: 20px;
}

.newworldnotes div {
  height: 55px;
  overflow: auto;
  padding-right: 10px;
  font: 11px Inconsolata;
  margin-left: 200px;
  text-transform: uppercase;
  color: #ffffff;
}

.newworldnotes div::-webkit-scrollbar {
  width: 3px;
  background-color: #d1775e!important;
  border: none!important;
  border-radius: 0px;
}

.newworldnotes div::-webkit-scrollbar-thumb {
  background-color: #ffffff!important;
  border: none!important;
  border-radius: 0px;
}

.newworldmid {
  padding: 50px;
  font: 10px Verdana;
}

.newworldmid font {
  font: 12px Inconsolata;
  color: #d1775e;
}

.newworldmid b {
  font: 12px Inconsolata;
  color: #999999;
}

.newworldmid i {
  font: 12px Inconsolata;
  font-style: italic;
}

.newworldbot {
  background-color: #444444;
  padding: 25px;
  font: 15px Raleway;
  text-transform: lowercase;
  color: #ffffff;
   text-shadow: 1px 1px 0px #333333, 1px 0px 0px #333333, 0px 1px 0px #333333, -1px 0px 0px #333333, 0px -1px 0px #333333, -1px 1px 0px #333333, 1px -1px 0px #333333, -1px -1px 0px #333333, 0px 0px 3px rgba(0,0,0,.15);
  text-align: right;
}

.newworldbot b {
  font: 15px Raleway;
  color: #d1775e;
  padding: 0px 5px;
}

.n1 {height: 0px; overflow: hidden;}

.n2 {
  width: 535px;
  text-align: right;
  font: bold 8px Arial;
  padding-top: 5px;
}
</style>
<!-- Code désigné par Mummy Leap. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … orld-order -->

<link href="https://fonts.googleapis.com/css?family=Inconsolata|Raleway|Roboto:300,400,500,700,900" rel="stylesheet">

<div align="center">
  <div class="newworld">
    <div class="newworldtop">
      <div title="0000 WORDS"></div>
      <div title="WRITTEN FOR LANCE"></div>
      <a href="https://www.youtube.com/watch?v=l6NgF7u0AxQ"><div title="MUSIC"></div></a>
      <b>+</b> new world order
    </div>
    <div class="newworldimg">
      <div class="newworldimg2"><img src="https://i.imgur.com/dabbFhp.png"></div>
    </div>
    <div class="newworldlyric">you shall <b>be shown</b></div>
    <div class="newworldnotes">
      <div>
        this is actually where the notes will go. ooooof, hoping this'll look good. this is what happens when you write all your html before even touching the css. no confession, all is known (all is known). new world order you shall be shown. no confession, all is known (all is known). new world order you shall be shown.
      </div>
    </div>
    <div class="newworldmid">
      <div>
        where hath the apostles gone? joining hands with wicked ones. revelation has come to pass. new world order will hold the mass. a book written by the man, used to control and command. all rights will be denied. without the mark, you shall die. no confession, all is known (all is known). new world order you shall be shown. no confession, all is known (all is known). new world order you shall be shown. <font>monitoring all wages. new world order comes in stages.</font> currency is obsolete. feel the agony of defeat. symbol of society today: a "must have or you shall pay". as human flesh leads the mind, just as a pawn, the last martyr dies. no confession, all is known (all is known). new world order you shall be shown. no confession, all is known (all is known). new world order you shall be shown.
        <br><br>where hath the the apostles gone? joining hands with wicked ones. <i>revelation has come to pass</i>. new world order, complete disorder, will hold the mass.
        <br><br>
        where hath the apostles gone? joining hands with wicked ones. revelation has come to pass. new world order will hold the mass. a book written by the man, used to control and command. all rights will be denied. without the mark, you shall die. no confession, all is known (all is known). new world order you shall be shown. <b>no confession, all is known (all is known). new world order you shall be shown.</b> monitoring all wages. new world order comes in stages. currency is obsolete. feel the agony of defeat. symbol of society today: a "must have or you shall pay". as human flesh leads the mind, just as a pawn, the last martyr dies. no confession, all is known (all is known). new world order you shall be shown. no confession, all is known (all is known). new world order you shall be shown.
        <br><br>where hath the the apostles gone? joining hands with wicked ones. revelation has come to pass. new world order, complete disorder, will hold the mass.
      </div>
    </div>
    <div class="newworldbot">NO CONFESSION <b>(</b> ALL IS KNOWN <b>)</b></div>
    <div class="n1">@pharaohleap </div>
  </div>
  <a href="http://pixel-perfect.boards.net/user/5"><div class="n2">PHARAOH LEAP CREATES</div></a>
</div>[/html]

0

104

[html]
<style>
.eightfoldPlot {
  width: 550px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  display: flex;
  padding: 10px;
  flex-flow: column wrap;
}

.eightfoldBorder {
  width: 572px;
  border: 7px solid #ddd;
  outline: 1px solid #ccc;
  background-color: #ff0000;
  margin: 1px;
}

.eightfoldHeader {
  width: 550px;
  height: 172px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.eightfoldIMG img {
  width: 300px;
  padding: 5px;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
}

.eightfoldName {
  width: 228px;
  height: 162px;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.eightfoldName span {
  height: 30px;
  margin: 0px;
  font: 300 30px/30px montserrat;
  color: #6c6c6c;
}

.eightfoldBody b, .eightfoldTags div: : before, .eightfoldName span: : first-letter, .eightfoldBody h1::first-letter {color: #005682;}
.eightfoldTags {margin-top: 7px;}

.eightfoldTags div {
  display: inline-block;
  background-color: #ddd;
  border-radius: 3px;
  font: 10px/15px Ubuntu;
  text-transform: uppercase;
  color: #9a9a9a;
  padding: 2px 6px;
  margin: 3px 0px 0px 3px;
}

.eightfoldTags div::before {content: '#';}

.eightfoldBody {
  width: 448px;
  margin-top: 10px;
  padding: 50px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  font: 11px roboto;
  color: #7a7a7a;
  text-align: justify;
}

.eightfoldBody h1 {
  font: 300 24px montserrat;
  color: #bababa;
  border-bottom: 1px solid #bababa;
  padding: 0px 0px 3px 10px;
  margin: 0px;
}

.eightfoldBody h2 {
  font: 10px ubuntu;
  text-transform: uppercase;
  color: #ccc;
  margin: 3px;
  text-align: right;
}

.eightfoldBody p {padding: 25px;}
.eightfoldCredit {font: bold 7px roboto; margin-left: 500px;}
.eightfoldCredit a {font: bold 7px roboto;}

</style>
<!-- Code désigné par Spookie. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … ematic-fav -->

<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu" rel="stylesheet">

<div align="center">
<div class="eightfoldBorder">
    <div class="eightfoldPlot">
    <div class="eightfoldHeader">
        <div class="eightfoldIMG">
        <img style="width:300px;" src="https://image.ibb.co/jmWJB8/image.png">
        </div>
        <div class="eightfoldName">
        <span>vriska serket</span>
        <div class="eightfoldTags">
            <div>blueblood</div>
            <div>troll</div>
            <div>bisexual</div>
            <div>more</div>
            <div>traits</div>
            <div>here</div>
        </div>
        </div>
    </div>
    <div class="eightfoldBody">
        <h1>lorem ipsum dolor sit amet</h1>
        <h2>consectetur adipiscing elit</h2>
        <p>When two individuals find themselves in the flushed quadrant together, they are said to be <b>MATESPRITS</b>. Matespritship is the closest parallel to the human concept of romance trolls have. It plays a role in the trolls' reproductive cycle, just as it does for humans. This is pretty obvious! Not much more needs to be said about this. Moving right along.</p>
        <h1>lorem ipsum dolor sit amet</h1>
        <h2>consectetur adipiscing elit</h2>
        <p>When a pair of adversaries delve into this quadrant, they become each other's <b>KISMESIS</b>. As one of the concupiscent quadrants, it plays a role in procreation as well. There is no particularly good human translation for this concept. The closest would be an especially potent arch-rivalry.  For instance, human players would never be able to adequately diagnose the relationship between the queen and her archagent. But troll players could immediately place it as a dead ringer for kismesissitude. They would think we were all pretty stupid for not getting it. And they would be right.</p>
    </div>
    </div>
</div>
<div class="eightfoldCredit">SELKIE</div>
</div>

[/html]

0

105

[html]
<style>
.colomand1 {
  background-color: #000;
  width: 400px;
  padding: 10px;
  text-align: justify;
  font-family: megrim;
  font-size: 23px;
  color: #9838CA;
  text-transform: uppercase;
  font-weight: bold;
}

.colomand1 a {
  font-family: megrim!important;
  font-size: 20px!important;
  color: #BBB!important;
}

.colomand1 b {
  background-color: #694186;
  padding: 5px;
  font-family: megrim;
  font-size: 20px;
  color: #BBB;
}

.colomand2a {
  background-color: #EEEBE8;
  width: 400px;
  padding: 10px;
}

.colomand2 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  width: 350px;
  height: 242px;
  overflow: auto;
  padding-right: 8px;
  text-align: justify;
  font-family: play;
  font-size: 11px;
  color: #222;
}

.colomand2 b {
  background-color: #4A184C;
  padding: 3px;
  font-family: megrim;
  font-size: 18px;
  color: #EEE;
  font-weight: bold;
}

.c2 {margin-top: 3px; margin-left: -6px; height: 486px;}

.ccredit {
  font-family: verdana;
  font-size: 6.5px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}

.colomand2::-webkit-scrollbar {width: 8px!important;}
.colomand2::-webkit-scrollbar-thumb {border-radius: 10px!important; background-color: #AE31B9!important;}
.colomand2::-webkit-scrollbar-track { border-radius: 10px!important; background-color: #CCC!important;}
</style>
<!-- Code désigné par Space dandy. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … ematic-fav -->

<link href="https://fonts.googleapis.com/css?family=Roboto|Megrim" rel="stylesheet">

<div align="center">
<table>
    <tbody>
    <tr>
        <td>
        <div class="colomand1">
            <img src="https://i.imgur.com/s74sGp6.gif">
            OLIVIA "SOMBRA" COLOMAR
        </div>
        <div class="colomand2a">
            <div class="colomand2">
            <b>about</b> Sombra remains a viable member of Talon with her expertise in hacking. She knows far more than she lets on and acts as a master manipulator in the fashion of blackmailing potential clientele and/or people of interest. Orphaned at a young age due to the Omnic crisis, she turned to technology and became a seasoned hacker, using information she gathered over the years to blackmail the CEO of LumériCo, soon growing tired of the game she created and releasing all of the dirt she'd gathered on him over the years to the public. Although once a member of Los Muertos, she defected due to personal security reasons, but still remains both a notorious and feared name among the people in Dorado, Mexico. Much of her backstory remains a mystery, whether it be through her act of deleting any trace of herself in database after database, or through physical documents that have simply been lost in the test of time. But one thing's for certain, she always finds a way to get the upper hand and will throw even those on her side to the wolves if it means to offer something that benefits her.
            <b>arsenal</b> Her typical weaponry is a machine pistol equipped with a magazine that contains around 60 bullets per clip. Due to a cybernetic graph implant along her spine, she is (for lack of a better term,) a living computer, equipped with other devices and able to hack into anything and anyone simply by touch. What she lacks in fighting prowess, she makes up for in escape and espionage via translocator technology said to have been stolen and modified for her own use, as well as thermoptic camoflauge which allows her to seemingly 'disappear' in the blink of an eye. While tricky, she is by no means untouchable, it all relies on strategy.
            </div>
        </div>
        <div class="colomand1">
            <div align="center">
            <b>30</b>
            <b>FEMALE</b>
            <b>TALON HACKER / DPS</b>
            <b><a href="">APP</a></b>
            </div>
        </div>
        </td>
        <td><img class="c2" src="https://i.imgur.com/7xSkBs4.png"></td>
    </tr>
    </tbody>
</table>
<div class="ccredit">dandy ♫</div>
</div>

[/html]

0

106

[html]<style>
.m1 {
  border: solid 1px #eeeeee;
  font: 10px Verdana;
  background-color: #ffffff;
  padding: 25px;
  width: 400px;
  color: #777777;
  text-align: justify;
}

.m2 {
  background-color: #222222;
  font: 10px Calibri;
  line-height: normal;
  letter-spacing: 3px;
  color: #ffffff;
  margin: -25px;
  margin-bottom: -25px;
  margin-bottom: 1px;
  width: 400px;
  padding: 25px;
  line-height: 30px
}

.m2b {
  font-size: 25px;
  color: #dd78c9;
  float: left;
  margin-right: 10px
}

.m3 {
  background-color: #f5f5f5;
  padding: 19px;
  border: solid 1px #eeeeee;
  font: 9px Calibri;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
}

.m4 {
  background-color: #222222;
  color: #ffffff;
  font: 10px Calibri;
  letter-spacing: 3px;
  padding: 15px;
  margin: 15px 0px 15px 0px;
}

.m5 {
  background-color: #f5f5f5;
  padding: 19px;
  border: solid 1px #eeeeee;
  font: 9px Calibri;
  letter-spacing: 1px;
  margin-top: 15px
}

.m6 {
  width: 450px;
  text-align: right;
  font: bold 8px Arial;
  padding-top: 5px;
}
</style>
<!-- Code désigné par Mummy Leap. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … na-imagica -->

<div align="center">
<div class="m1">
    <div class="m2"><div class="m2b">★</div> FACE CLAIM LIST</div>
    <div class="m3">
    small blurb about your face claims here. this can include how long reservations last, how many you can have, et cetera, et cetera. Kaguya Houraisan (蓬莱山 輝夜 Houraisan Kaguya) was once a princess of the Lunarians, a race of people living on the Moon. Due to illegally creating the Hourai Elixir with Eirin Yagokoro, they ended up living on Earth and what would eventually be Gensokyo. She is currently the princess of Eientei.
    </div>
    <div class="m4">#, A, B, C, D</div>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a>
    <div class="m4">E, F, G, H, I, J</div>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a>
    <div class="m4">K, L, M, N, O, P</div>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a>
    <div class="m4">>Q, R, S, T, U, V</div>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a>
    <div class="m4">W, X, Y, Z</div>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a><br>
    <b>SERIES NAME, face claim name</b> as <a>character name</a>
    <div class="m3">
    <code><b>SERIES NAME, face claim name</b> as <a href="LINK TO CHARACTER APP">character name</a></code>
    </div>
    <div class="m4">RESERVATIONS</div>
    <b>SERIES NAME, face claim name</b> for <i>OOC NAME</i> until <i>END DATE</i><br>
    <b>SERIES NAME, face claim name</b> for <i>OOC NAME</i> until <i>END DATE</i><br>
    <b>SERIES NAME, face claim name</b> for <i>OOC NAME</i> until <i>END DATE</i><br>
    <b>SERIES NAME, face claim name</b> for <i>OOC NAME</i> until <i>END DATE</i><br>
    <b>SERIES NAME, face claim name</b> for <i>OOC NAME</i> until <i>END DATE</i>
    <div class="m5">
    <code><b>SERIES NAME, face claim name</b> for <i>OOC NAME</i> until <i>END DATE</i></code>
    </div>
</div>
<a href="http://pixel-perfect.boards.net/user/5"><div class="m6">PHARAOH LEAP CREATES</div></a>
</div>
[/html]

0

107

[hideprofile][html]<style>
.lit-general-wrap {
color: #727272;
border: 1px solid #c0ced1;
width: 920px
}

.lit-general-top {
background-color: #cef0f7;
padding: 30px;

}

.lit-general-title {
color: #0e6d90;
font-family: 'playfair display';
font-size: 18px;
font-weight: bold;
font-style: italic;
line-height: 30px;
text-align: right;
text-transform: lowercase;

}

.lit-general-subtitle {
color: #80b2bc;
font-family: 'roboto';
font-size: 8px;
text-transform: uppercase;
clear: both;
letter-spacing: 1px;
text-align: right;
}

.lit-general-img {
margin-bottom: 20px;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
transition: 0.6s ease-in-out all;
-webkit-transition: 0.6s ease-in-out all;
-moz-transition: 0.6s ease-in-out all;
}

.lit-general-img:hover {
-webkit-filter: grayscale(60%);
filter: grayscale(60%);
transition: 0.6s ease-in-out all;
-webkit-transition: 0.6s ease-in-out all;
-moz-transition: 0.6s ease-in-out all;
}

.lit-line {
background-color: #85c1cd;
margin-top: 5px;
margin-bottom: 5px;
width: 200px;
height: 1px;
float: right;
}

.lit-general-desc {
font-size: 10px;
text-align: justify;
border: 20px solid #f0f6f6;
padding: 20px;
background-color: #fafcfc;
font-family: 'verdana';
line-height: 14px;
}

.lit-general-desc b {
color: #caa757;
font-family: 'roboto';
}
/*fc*/

.lit-fc b {
color: #e6c069;
font-family: 'roboto';
text-transform: uppercase;
}

.lit-fc i {
color: #a5ccd4;
font-family: 'roboto';
text-transform: uppercase;
}

.lit-fc-subtitle {
color: #969696;
font-family: 'roboto condensed';
font-style: italic;
font-size: 22px;
line-height: 30px;
text-align: right;
font-weight: 300;
text-transform: lowercase;
padding-bottom: 20px;
padding-top: 20px;
}

.lit-fc a {
text-transform: uppercase!important;
}

</style>
<div class="lit-general-wrap">
<div class="lit-general-top">
<div class="lit-general-title"> face claim </div>
<div class="lit-line">   </div>
<div class="lit-general-subtitle">  FACE CLAIM LIST </div>
</div>

<div class="lit-general-desc">

<table>

  <tr>
    <td>
<div class="lit-fc-subtitle"> a, b, c +  </div>
<div class="lit-fc"> <b>ALDNOAH.ZERO</b>, <i> SLAINE TROYARD </i> — ehren rosemond  </div>
<div class="lit-fc"> <b>AXIS POWER HETALIA</b>, <i> FEM!PRUSSIA </i> — umi kujo  </div>
<div class="lit-fc"> <b>AXIS POWERS HETALIA</b>, <i> HONG KONG </i> — kyouya wakamoto  </div>
<div class="lit-fc"> <b>AXIS POWER HETALIA</b>, <i> TAIWAN </i> — yui asahina </div>
<div class="lit-fc"> <b>BAKEMONOGATARI</b>, <i>HITAGI SENJOUGAHARA </i> —mayumi homer  </div>
<div class="lit-fc"> <b>Berserk</b>, <i> Guts </i> — Rei Takayanagi  </div>
<div class="lit-fc"> <b>BRAVELY DEFAULT/SECOND</b>, <i> EDEA LEE </i> — astrid  </div>
<div class="lit-fc"> <b>BUNGOU TO ALCHEMIST</b>, <i> ATSUSHI NAKAJIMA </i> — hiroshi murakami  </div>
<div class="lit-fc"> <b>CODE GEASS</b>, <i> LELOUCH LAMPEROUGE </i> — zekkyou hoshido  </div>
</td>
    <td>
<div class="lit-fc-subtitle"> d, e, f +  </div>
<div class="lit-fc"> <b>D. GRAY MAN</b>, <i> YUU KANDA </i> — ryuu igarashi </div>
<div class="lit-fc"> <b>DANGANRONPA</b>, <i> ENOSHIMA JUNKO </i> — anastasia neuhaus  </div>
<div class="lit-fc"> <b>DANGANRONPA</b>, <i> SONIA NEVERMIND </i> — victoria nohr  </div>
<div class="lit-fc"> <b>DIABOLIK LOVERS</b>, <i> SUBARU SAKAMAKI </i> — dmitri volkov  </div>
<div class="lit-fc"> <b>DOGS: BULLETS AND CARNAGE</b>, <i> BADOU NAILS </i> — benjamin  </div>
<div class="lit-fc"> <b>ENSEMBLE STARS!</b>, <i> IZUMI SENA </i> — shin hoshizora  </div>
<div class="lit-fc"> <b>FATE: GRAND ORDER</b>, <i> JEANNE D'ARC (ALTER) </i> — deitheta meinhardt  </div>
<div class="lit-fc"> <b>FATE/GRAND ORDER</b>, <i> MIYAMOTO MUSASHI </i> —  Michiko Sasaki  </div>
<div class="lit-fc"> <b>FATE/STAY NIGHT</b>, <i> ARTURIA PENDRAGON ALTER </i> — Elysia Nohr  </div>
<div class="lit-fc"> <b>FATE STAY/NIGHT</b>, <i> RIN TOHSAKA </i> — serena nohr </div>
</td>
    <td>
<div class="lit-fc-subtitle"> g, h, i +  </div>
<div class="lit-fc"> <b>GINTAMA</b>, <i> TAKASUGI SHINSUKE </i> — yoite tsukami  </div>
<div class="lit-fc"> <b>GRANBLUE FANTASY</b>, <i> SOCIE </i> — chhal gita  </div>
<div class="lit-fc"> <b>HAPPY TREE FRIENDS</b>, <i> FLAKY </i> — wendell salvatore  </div>
<div class="lit-fc"> <b>HOWL'S MOVING CASTLE</b>, <i> HOWL PENDRAGON </i> — melchior llewellyn  </div>
<div class="lit-fc"> <b>IB</b>, <i> GARRY </i> — Elysander de Rosova</div>
<div class="lit-fc"> <b>INUYASHA</b>, <i> KIKYO </i> — kyoko suoh </div>
</td>
  </tr>
  <tr>
    <td>
<div class="lit-fc-subtitle"> j, k, l +  </div>
<div class="lit-fc"> <b>JIGOKU SHOUJO</b>, <i> AI ENMA </i> — Kayo Hoshido  </div>
<div class="lit-fc"><b> K</b>, <i> SARUHIKO FUSHIMI </i> — ozzie enheduanna</div>
<div class="lit-fc"> <b>KAGEROU PROJECT</b>, <i> AYANO TATEYAMA </i> — franziska nightray </div>
<div class="lit-fc"> <b>KAGEROU PROJECT</b>, <i> DARK KONOHA </i> — ai mikado  </div>
<div class="lit-fc"> <b>KAGEROU PROJECT</b>, <i> Seto Kousuke </i> — Inaho Hotaru  </div>
<div class="lit-fc"> <b>KANCOLLE</b>, <i> ZUIKAKU </i> — Ayaka Meichu </div>
<div class="lit-fc"> <b>KANTAI COLLECTION</b>, <i> KONGOU </i> — miyumi shiraishi</div>
<div class="lit-fc"> <b>KIZNAIVER</b>, <i> NORIKO SONOZAKI </i> — maja sif </div>
<div class="lit-fc"> <b>LEAGUE OF LEGENDS</b>, <i> AHRI </i> — ranmaru sei-an  </div>
<div class="lit-fc"> <b>LEAGUE OF LEGENDS</b>, <i> EZREAL </i> — DERYK VEITH  </div>
<div class="lit-fc"> <b>LOVE LIVE!</b>, <i> ELI AYASE </i> — eri hayashi </div>
</td>
    <td>
<div class="lit-fc-subtitle"> m, n, o +  </div>
<div class="lit-fc"> <b>MAGI: THE LAYBRINTH OF MAGIC</b>, <i> ALIBABA SALUJA </i> — yudai kusonoki  </div>
<div class="lit-fc"> <b>MAGI: THE LABYRINTH OF MAGIC</b>, <i> MU ALEXIUS </i> — mamoru ukita  </div>
<div class="lit-fc"> <b>MARARU PENGUINDRUM</b>, <i> HIMARI TAKAKURA </i> — Lunahri  </div>
<div class="lit-fc"> <b>NATSUME YUUJINCHOU</b>, <i> TAKASHI NATSUME </i> — Hitomu Nishimura  </div>
<div class="lit-fc"> <b>NEON GENESIS EVANGELION</b>, <i> ASUKA LANGLEY SOHRYU </i> — sofía  </div>
<div class="lit-fc"> <b>OVER THE GARDEN WALL</b>, <i> WIRT</i> — rohnan maegher </div>
</td>
    <td>
<div class="lit-fc-subtitle">p, q, r +  </div>
<div class="lit-fc"> <b>RUNE FACTORY 4</b>, <i> DIRASU </i> — baize aertex  </div>
<div class="lit-fc"> <b>Slayers</b>, <i> Lina Inverse </i> — Sigel </div>
</td>
  </tr>
  <tr>
    <td>
<div class="lit-fc-subtitle"> s, t, u +  </div>
<div class="lit-fc"> <b>SANDS OF DESTRUCTION</b>, <i> KYRIE ILLUNIS </i> — fritz  </div>
<div class="lit-fc"> <b>SENGOKU BASARA</b>, <i> MAEDA KEIJI </i> — polaris amboise </div>
<div class="lit-fc"> <b>SENGOKU BASURA</b>, <i>OICHI </i> — chisato koizumi  </div>
<div class="lit-fc"> <b>Suikoden</b>, <i> THOMAS </i> — Conan Nohr </div>
<div class="lit-fc"> <b>TALES OF ZESTIRIA</b>, <i> SOREY </i> — leroy vesela </div>
<div class="lit-fc"> <b>The Heroic Legend of Arslan</b>, <i> Etoile </i> — Cassandra Harke  </div>
<div class="lit-fc"> <b>THEIR STORY</b>, <i> QIU TONG </i> — maeve ó seighin </div>
<div class="lit-fc"> <b>TOGAINU NO CHI</b>, <i> GUNJI </i> — archibald rosemond </div>
<div class="lit-fc"> <b>TOKYO GHOUL</b>, <i> AYATO KIRISHIMA </i> — hisashi fujioka  </div>
<div class="lit-fc"> <b>TOKYO GHOUL</b>, <i> TOUKA KIRISHIMA </i> — kanae maebara  </div>
<div class="lit-fc"> <b>TOUHOU</b>, <i> REIMU HAKUREI </i> — ai ren </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i>ICHIGO HITOFURI </i> — cyril valerius  </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i> KASEN KANESADA </i> — makoto satou  </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i> KIYOMITSU KASHUU </i> — kazuki kurogaya  </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i> MITSUTADA SHOKUDAIKIRI </i> — lazarus nohr  </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i> MUTSUNOKAMI YOSHIYUKI </i> — toshiaki hoshido  </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i> OOKURIKARA </i> — gabriel nguyen  </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i> SHISHIOU </i> — auriel nohr  </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i> TSURUMARU KUNINAGA</i> — kikunosuke mikagami </div>
<div class="lit-fc"> <b>TOUKEN RANBU</b>, <i> YAMATO NO KAMI YASUSADA </i> — Aiko Hoshido  </div>
</td>
    <td>

<div class="lit-fc-subtitle"> v, w, x +  </div>
<div class="lit-fc"> <b>ANIMANGA TITLE</b>, <i> FIRST NAME LAST NAME </i> — character's first and last name  </div>
</td>
    <td>

<div class="lit-fc-subtitle"> y, z, # +  </div>
<div class="lit-fc"> <b>YU-GI-OH</b>, <i> GIRISHA SINGH </i> — aigami  </div>
</td>
  </tr>

</div>
</table>
</div>[/html]

0

108

[hideprofile][html]<style>
@font-face {
    font-family: 'LemonTuesday';
    src: url('https://files.jcink.net/uploads/pinkskies/lemon_tuesday_webfont.eot');
    src: url('https://files.jcink.net/uploads/pinkskies/lemon_tuesday_webfont.eot?#iefix') format('embedded-opentype'),
         url('https://files.jcink.net/uploads/pinkskies/lemon_tuesday_webfont.woff2') format('woff2'),
         url('https://files.jcink.net/uploads/pinkskies/lemon_tuesday_webfont.woff') format('woff'),
         url('https://files.jcink.net/uploads/pinkskies/lemon_tuesday_webfont.ttf') format('truetype'),
         url('https://files.jcink.net/uploads/pinkskies/lemon_tuesday_webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

.siteContainer {
  min-height:100px;
  background:#555;
  padding:15px;
  border-radius:5px;
}

.siteContents {
  border-radius:25px 0px;
  background:#f5f5f5;
  min-height:100px;
}

.siteContents h1 {
  font-family:'LemonTuesday';
  color:#555;
  margin:0px;
  font-size:50px;
  padding:15px;
  padding-bottom:0px;
}

.siteContentsBulk {
   padding:25px;
  padding-top:20px;
   text-align:justify;
   font-family:barlow condensed;
   font-size:12px;
  color:#444;
}

.siteContents svg {
  font-size:10px;
  color:#444;
  float:left;
  padding-right:5px;
}

.siteContentsBulk h2 {
  font-family:'barlow condensed';
  padding:5px;
  text-transform:uppercase;
  font-weight:100;
  text-align:center;
  font-size:15px;
  letter-spacing:3px;
 
  border-radius:2px;

  background:#555;
  color:#f5f5f5;
  margin-top:50px;
}
</style>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i" rel="stylesheet">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<br><br>
<center>
  <div class="siteContainer">
    <div class="siteContents">
      <h1>face claim list</h1>
      <div class="siteContentsBulk">

        Be sure to post here after your character has been accepted. Members can also reserve up to two faces at a time for two weeks.
       
        Copy and paste this code below:<br><br>
        <code>✿ <b>SERIES,</b> <i>CHARACTER NAME</i> as @[CHARACTER_NAME]</span><br></code>
        <center> <h2>A B C D E</h2></center>
✿ <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                        ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
       
       
           <center> <h2>F G H I</h2></center>
                ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                  ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag
       
       
           <center> <h2>J K L M </h2></center>✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>

        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>

        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
        <h2>N O P Q</h2>
              ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                    ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                      ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag
               
        <h2> R S T U</h2>
                        ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                    ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag
       
        <h2> V W X Y Z</h2>
                      ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>

        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
        <h2>RESERVED</h2>
                      ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                        ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                        ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
                                       ✿
        <b>SERIES,</b> <i>CHARACTER NAME</i> as @tag<br>
       
       
      </div>
    </div>
  </div>
</center>

<br><br>

<center>
  <div class="siteContainer">
    <div class="siteContents">
      <h1>guidelines</h1>
      <div class="siteContentsBulk">
        <span class="iconify" data-icon="emojione-monotone:cherry-blossom" data-inline="false"></span>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In id aliquam tortor, sit amet pellentesque odio. Donec vel magna tincidunt, consectetur massa eget, ultrices purus. Aliquam tristique pharetra mauris, quis finibus leo molestie quis. In et porta justo. Vivamus consectetur scelerisque sem et maximus. Suspendisse dictum sed ipsum ac aliquet. In mi erat, auctor eu mauris sit amet, dictum tristique elit. Donec viverra tempus augue sit amet tincidunt.
        <center> <h2>out of character</h2></center>
                <span class="iconify" data-icon="emojione-monotone:cherry-blossom" data-inline="false"></span>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In id aliquam tortor, sit amet pellentesque odio. Donec vel magna tincidunt, consectetur massa eget, ultrices purus. Aliquam tristique pharetra mauris, quis finibus leo molestie quis.<br><br>
                        <span class="iconify" data-icon="emojione-monotone:cherry-blossom" data-inline="false"></span>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In id aliquam tortor, sit amet pellentesque odio. Donec vel magna tincidunt, consectetur massa eget, ultrices purus. Aliquam tristique pharetra mauris, quis finibus leo molestie quis.
       
       
           <center> <h2>in character</h2></center>
                <span class="iconify" data-icon="emojione-monotone:cherry-blossom" data-inline="false"></span>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In id aliquam tortor, sit amet pellentesque odio. Donec vel magna tincidunt, consectetur massa eget, ultrices purus. Aliquam tristique pharetra mauris, quis finibus leo molestie quis.<br><br>
                        <span class="iconify" data-icon="emojione-monotone:cherry-blossom" data-inline="false"></span>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In id aliquam tortor, sit amet pellentesque odio. Donec vel magna tincidunt, consectetur massa eget, ultrices purus. Aliquam tristique pharetra mauris, quis finibus leo molestie quis.
       
           <center> <h2>graphics</h2></center>
                <span class="iconify" data-icon="emojione-monotone:cherry-blossom" data-inline="false"></span>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In id aliquam tortor, sit amet pellentesque odio. Donec vel magna tincidunt, consectetur massa eget, ultrices purus. Aliquam tristique pharetra mauris, quis finibus leo molestie quis.<br><br>
                        <span class="iconify" data-icon="emojione-monotone:cherry-blossom" data-inline="false"></span>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. In id aliquam tortor, sit amet pellentesque odio. Donec vel magna tincidunt, consectetur massa eget, ultrices purus. Aliquam tristique pharetra mauris, quis finibus leo molestie quis.
       
      </div>
    </div>
  </div>
</center>

[/html]

0

109

[html]
<style>
.diverwrap {
  width: 475px;
  padding: 15px;
  border: 1px solid #efefef;
  background: #fefefe;
}

.diverchar {
  width: 475px;
  height: 180px;
}

.diversumz {
  float: left;
  background: #efefef;
  height: 100px;
  padding: 15px;
  width: 315px;
}

.divertxt {
  width: 305px;
  height: 100px;
  padding-right: 10px;
  overflow: auto;
  color: #999;
  font-family:  arial;
  font-size: 9px;
  line-height: 11px;
  text-align:  justify;
}

.divertxt::-webkit-scrollbar {width: 5px; height: 5px;}
.divertxt::-webkit-scrollbar-track {background-color: #fefefe;}
.divertxt::-webkit-scrollbar-thumb {background-color: #dfdfdf;}

.diversub {
  font-family:  bubbler one;
  text-transform: uppercase;
  color: #fefefe;
  background: #dfdfdf;
  padding: 5px;
  font-size: 14px;
  float: left;
  margin-right: 3px;
}

.divericon {
  float: right;
  padding: 15px;
  background: #dfdfdf;
  width: 100px;
  height: 100px;
}

.divericon img {
  width: 100px;
  height: 100px;
}

.divername {
  float: left;
  height: 50px;
  background: #dfdfdf;
  text-align:  left;
  width: 315px;
  line-height: 42px;
  padding: 0px 15px;
  text-transform:  uppercase;
  font-size: 20px;
  color: #fefefe;
  font-family:  bubbler one;
  overflow:  hidden;
}

.diverinfo {
  font-size: 10px;
  line-height: 0px;
  margin-top: -8px;
}

.diverapp {
  float:  right;
  height: 50px;
  width: 130px;
  background: #efefef;
  line-height: 51px;
  text-transform:  uppercase;
  font-size: 20px;
  color: #dfdfdf;
  font-family:  bubbler one;
}

.divercred {
  height: 20px;
  line-height: 20px;
  text-align:  center;
  font-family:  bubbler one;
  color: #dfdfdf;
  font-size: 9px;
  text-transform:  uppercase;
  letter-spacing: 4px;
}

.divercred a {color: #dfdfdf;}
</style>
<!-- Code désigné par Pandora. Merci de créditer l'auteur ! Lien source : http://sonderx.jcink.net/index.php?showtopic=410 -->

<link href="https: //fonts.googleapis.com/css?family=Bubbler+One" rel="stylesheet">

<center>
  <div class="diverwrap">
    <div class="diverchar">
      <div class="diversumz">
        <div class="divertxt">
          Air plant banh mi gochujang meh, cold-pressed bushwick vice fam flexitarian. Ennui franzen cronut health goth, coloring book taxidermy +1 swag iPhone raw denim mustache sriracha.  Messenger bag umami humblebrag, slow-carb small batch poutine vegan ugh quinoa lumbersexual before they sold out edison bulb. Ugh mlkshk cronut letterpress DIY artisan. Meditation ramps quinoa, poutine DIY pour-over sustainable listicle polaroid paleo kale chips typewriter. Neutra small batch cray, iceland hashtag copper mug man braid keffiyeh butcher fashion axe swag listicle. Master cleanse truffaut chartreuse squid, microdosing banjo butcher slow-carb mlkshk hoodie readymade fingerstache.
        </div>
      </div>
      <div class="divericon"style="background: #a3c662;">
         <img src="https://via.placeholder.com/100x100">
       </div>
       <div class="divername"style="background: #a3c662;">
        FIRST LAST
        <div class="diverinfo">info • info • info</div>
      </div>
      <div class="diverapp"style="color: #a3c662;">application</div>
    </div>
    <div class="diverchar" style="margin-top: 15px">
      <div class="diversumz">
        <div class="divertxt">
          Air plant banh mi gochujang meh, cold-pressed bushwick vice fam flexitarian. Ennui franzen cronut health goth, coloring book taxidermy +1 swag iPhone raw denim mustache sriracha.  Messenger bag umami humblebrag, slow-carb small batch poutine vegan ugh quinoa lumbersexual before they sold out edison bulb. Ugh mlkshk cronut letterpress DIY artisan. Meditation ramps quinoa, poutine DIY pour-over sustainable listicle polaroid paleo kale chips typewriter. Neutra small batch cray, iceland hashtag copper mug man braid keffiyeh butcher fashion axe swag listicle. Master cleanse truffaut chartreuse squid, microdosing banjo butcher slow-carb mlkshk hoodie readymade fingerstache.
        </div>
      </div>
      <div class="divericon"style="background: #bb5588;">
         <img src="https://via.placeholder.com/100x100">
       </div>
       <div class="divername"style="background: #bb5588;">
        FIRST LAST
        <div class="diverinfo">info • info • info</div>
      </div>
      <div class="diverapp"style="color: #bb5588;">application</div>
    </div>
  </div>
  <div class="divercred"><a href="http: //sonderx.jcink.net/index.php?showuser=61">pandora</a></div>
</center>

[/html]

0

110

[html]<style>
.minreqbord {
  border: 1px solid #ddd!important;
  width: 462px;
  background-color: #fff;
}

.minreqblock {
  width: 400px;
  padding: 15px 15px 25px 15px;
  background-color: #fff;
  margin: 5px;
  border: none;
  white-space: pre-line;
  line-height: 10px;
}

.minreqtitle {
  width: 390px;
  text-align: center;
  margin-left: 6px;
  margin-right: 0px;
  font-family: Raleway Black;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 5px;
  margin-top: 5px;
  line-height: 20px;
  color: #000;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}

.minreqwide {
  width: 385px;
  margin-left: 6px;
  margin-right: 0px;
  padding-right: 5px;
  text-align: justify;
  font-family: Calibri;
  font-size: 12px;
  line-height: 12.5px;
  color: #000;
  overflow: auto;
  white-space: pre-line;
}

.minreqwide::-webkit-scrollbar {width: 12px;}
.minreqwide::-webkit-scrollbar-track {width: 12px; background-color: #ffffff;}

.minreqwide::-webkit-scrollbar-thumb {
  width: 12px;
  background-color: #000000;
  border: 3px double #ffffff;
}

.minreqpic {
  border: 1px solid #dedede;
  padding: 3px;
  background-color: #fff;
  width: 150px;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.minreqscroll {
  border-left: 1px solid #ddd;
  width: 190px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  height: 156px;
  padding: 0px 5px 0px 20px;
  text-align: justify;
  font-family: Calibri;
  font-size: 12px;
  line-height: 12.5px;
  color: #000;
  overflow: auto;
  white-space: pre-line;
}

.minreqscroll::-webkit-scrollbar {width: 12px;}
.minreqscroll::-webkit-scrollbar-track {width: 12px; background-color: #ffffff;}
.minreqcroll::-webkit-scrollbar-thumb { width: 12px; background-color: #000000; border: 3px double #ffffff;}

.minreqinfo {
  font-family: Raleway Black;
  text-align: right;
  letter-spacing: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
  font-size: 10px;
  color: #111;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 11px;
}

.minreqscroll a {
  font-weight: bold;
  font-size: 12.5px;
  color: #000;
  text-transform: uppercase;
}

.minacredit {
  text-align: center;
  margin-top: 8px;
  font-family: Raleway Black;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 10px;
  text-transform: uppercase;
}

.minacredit a {
  text-align: center;
  font-family: Raleway Black;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 10px;
  text-transform: uppercase;
}

@font-face {
    font-family: 'Raleway Black'; font-weight: bold; font-style: normal;
    src: url('http://files.jcink.net/uploads/banquo/raleway_black.eot');
    src: url('http://files.jcink.net/uploads/banquo/raleway_black.eot?#iefix') format('embedded-opentype'),
         url('http://files.jcink.net/uploads/banquo/raleway_black.woff2') format('woff2'),
         url('http://files.jcink.net/uploads/banquo/raleway_black.woff') format('woff'),
         url('http://files.jcink.net/uploads/banquo/raleway_black.ttf') format('truetype'),
         url('http://files.jcink.net/uploads/banquo/raleway_black.svg#ralewayblack') format('svg');
}

.minreqpic {width: 150px; height: 150px}

</style>
<!-- Code désigné par Gamora. Merci de créditer l'auteur ! Lien source : http://cttw.jcink.net/index.php?showtopic=17602 -->

<center>
<div class="minreqbord">
    <div class="minreqblock">
    <div class="minreqtitle">TITLE OF REQUEST</div>
    <div class="minreqwide">Overall info goes here! Just delete it and/or the title if you don’t want them. You don’t need line break tags, the template will take care of them.</div>
    <table>
        <tr>
        <td>
            <div class="minreqpic"><img src="https://via.placeholder.com/150x150"></div>
        </td>
        <td>
            <div class="minreqscroll">
            <div class="minreqinfo">DETAIL &bull; DETAIL &bull; DETAIL</div>
            Request goes here. Be careful of line breaks – the template automatically adds them.
            </div>
        </td>
        </tr>
    </table>
    <table>
        <tr>
        <td>
            <div class="minreqpic"><img src="https://via.placeholder.com/150x150"></div>
        </td>
        <td>
            <div class="minreqscroll">
            <div class="minreqinfo">DETAIL &bull; DETAIL &bull; DETAIL</div>
            Request goes here. Be careful of line breaks – the template automatically adds them.
            </div>
        </td>
        </tr>
    </table>
    </div>
</div>
<div class="minacredit"><a href="http://cttw.jcink.net/index.php?showuser=206">&loz; MINA &loz;</a></div>
</center>[/html]

0

111

[html]<style>
.wonmain {
  border: 1px solid #d7d7d7;
  line-height: normal;
  width: 460px;
  padding: 20px;
  background-color: white;
  color: #000;
}

.wonmain a {
  text-decoration: none;
  color: #000;
  font-weight: 900;
}

.wonmain b {
  color: #da6836;
  font-weight: 900;
}

.wontitle {
  font-family: cinzel;
  font-size: 40px;
  color: #da6836;
}

.wondesc {
  width: 300px;
  font-family: lato;
  font-weight: 400;
  font-size: 10px;
  text-align: justify;
  margin-bottom: 15px;
  color: #000;
}

.wonmiddle {
  width: 0px;
  position: relative;
  padding-bottom: 70px;
  border-right: 1px solid #000;
}

.woncenter {
  position: relative;
  right: 125px;
}

.wonleft {
  width: 250px;
  position: relative;
  right: 90px;
}

.wonleftnumber {
  font-family: cinzel;
  font-weight: 900;
  letter-spacing: -3px;
  font-size: 80px;
  color: #da6836;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.wonleftbox {
  position: relative;
  z-index: 2;
  right: 10px;
  top: 45px;
}

.wonleftcircle {
  position: absolute;
  right: 20px;
  font-family: arial;
  font-size: 30px;
  top: -5px;
}

.wonleftname {
  font-family: lato;
  font-weight: 900;
  color: #000;
  font-size: 10px;
  width: 200px;
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}

.wonlefttext {
  margin-right: 20px;
  width: 180px;
  text-align: justify;
  font-family: lato;
  font-weight: 400;
  line-height: 13px;
  font-size: 10px;
  color: #000;
}

.wonright {
  width: 250px;
  position: relative;
  left: 90px;
}

.wonrightnumber {
  font-family: cinzel;
  font-weight: 900;
  letter-spacing: -3px;
  font-size: 80px;
  color: #da6836;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.wonrightbox {
  position: relative;
  z-index: 2;
  left: 10px;
  top: 45px;
}

.wonrightcircle {
  position: absolute;
  left: 20px;
  font-family: arial;
  font-size: 30px;
  top: -5px;
}

.wonrightname {
  font-family: lato;
  font-weight: 900;
  color: #000;
  font-size: 10px;
  width: 200px;
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
  text-align: right;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}

.wonrighttext {
  margin-left: 20px;
  width: 180px;
  text-align: justify;
  font-family: lato;
  font-weight: 400;
  line-height: 13px;
  font-size: 10px;
  color: #000;
}
</style>
<!-- Code désigné par Brooklyn. Merci de créditer l'auteur ! Lien source : http://cttw.jcink.net/index.php?showtopic=18107 -->

<link href="https: //fonts.googleapis.com/css?family=Lato: 400,900|Cinzel: 900" rel="stylesheet">

<center>
  <div class="wonmain">
    <div class="wontitle">wonderful</div>
    <div class="wondesc">
      short description here. if you don't want to add a description you can always add lyrics to supplement or just completely ignore this it doesn't really matter. <b>this is bold</b> isn't that nice.
    </div>
    <div class="wonmiddle">
      <div class="woncenter">
        <div class="wonleft">
          <div class="wonleftnumber">01</div>
          <div class="wonleftbox">
            <div class="wonleftcircle">•</div>
            <div class="wonleftname">FIRST MIDDLE LAST</div>
            <div class="wonlefttext">
              Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eget suscipit nibh, at faucibus erat. Praesent vehicula orci quis luctus pulvinar. Nulla sed maximus sapien. Donec laoreet risus eu purus volutpat efficitur. Donec arcu mauris, venenatis nec sollicitudin vel, tempus ut erat. Nulla nec ex sollicitudin, aliquet orci vel, tristique nisi. Pellentesque turpis sem, pharetra ornare mi quis, consequat tincidunt mauris. Maecenas varius vestibulum accumsan.
            </div>
          </div>
        </div>
        <div class="wonright">
          <div class="wonrightnumber">02</div>
          <div class="wonrightbox">
            <div class="wonrightcircle">•</div>
            <div class="wonrightname">FIRST MIDDLE LAST</div>
            <div class="wonrighttext">
              In a porta lorem, eget egestas sem. Sed id est vel sapien lacinia iaculis. Quisque neque neque, auctor ac maximus vitae, tristique sed tortor. Phasellus imperdiet massa in metus dapibus, sed posuere velit faucibus. Nullam hendrerit nisi ac accumsan lobortis. Donec efficitur massa elit, sit amet elementum nisi laoreet sed. Donec lorem ex, imperdiet non vulputate eget, tristique sit amet justo.
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</center>[/html]

0

112

[html]<style>
.buttwrap {
  width: 510px;
  padding: 5px;
  background-color: #dddddd;
}

.buttbox {
  width: 230px;
  padding: 10px;
  background-color: #eeeeee;
}

.butthead {
  width: 220px;
  padding: 5px;
  background-image: url('https://images3.imgbox.com/3f/0f/zKl97B8u_o.png');
  font-family: oswald;
  color: #eeeeee;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 16px;
}

.butttop {
  width: 230px;
  padding-top: 5px;
  height: 100px;
}

.butttop img {
  float: left;
  height: 100px;
  width: 100px;
  margin-right: 5px;
}

.buttinfo {
  width: 123px;
  padding: 1px;
  float: left;
  background-image: url('https://images3.imgbox.com/3f/0f/zKl97B8u_o.png');
  font-family: oswald;
  font-size: 10px;
  text-transform: uppercase;
  color: #eeeeee;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 5px;
  height: 19px;
  line-height: 19px;
}

.buttplot {
  width: 210px;
  padding: 10px;
  background-color: #fff;
  margin-top: 5px;
  height: 150px;
  overflow: auto;
  font-family: arial;
  font-size: 10px;
  color: #333333;
  line-height: 10px;
  text-align: justify;
}

.buttsub {
  float: left;
  background-image: url('https://images3.imgbox.com/3f/0f/zKl97B8u_o.png');
  font-size: 10px;
  font-family: oswald;
  text-transform: uppercase;
  color: #eeeeee;
  padding: 5px;
  margin: 0px 4px 0px 0px;
  text-align: center;
  line-height: 10px;
  height: 10px;
}

.buttsub2 {
  width: 64px;
  background-image: url('https://images3.imgbox.com/3f/0f/zKl97B8u_o.png');
  font-size: 10px;
  font-family: oswald;
  text-transform: uppercase;
  color: #eeeeee;
  padding: 3px;
  margin: 0px 4px 0px 0px;
  text-align: center;
  line-height: 10px;
}

.buttcred {
  font-family: courier;
  font-size: 9px;
  text-transform: uppercase;
  width: 376px;
  padding: 2px;
}

</style>
<!-- Code désigné par Pandora. Merci de créditer l'auteur ! Lien source : http://outofcontrolx.b1.jcink.com/index … wtopic=362 -->

<link href='http: //fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>

<center>
<div class="buttwrap">
  <TABLE>
    <tr vAlign=top>
      <td>
        <div class="buttbox">
          <div class="butthead">CHARACTER NAME HERE</div>
          <div class="butttop">
            <img src="http://i.imgbox.com/g8MfVp6m.png">
            <div class="buttinfo">INFO</div>
            <div class="buttinfo">INFO</div>
            <div class="buttinfo">INFO</div>
            <div class="buttinfo">INFO</div>
          </div>
          <div class="buttplot">
            <div class="buttsub">BLURB</div>
            Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean placerat augue non metus mollis tempus. Donec sed blandit purus. Sed ornare suscipit hendrerit. Curabitur nec aliquet sapien. Vestibulum nunc mauris, rhoncus sit amet fringilla id, egestas non nulla. Phasellus enim nibh, iaculis a porttitor eu, porta vitae arcu. Phasellus pharetra lobortis ante non bibendum. Mauris tempor elementum risus quis vulputate. Nullam porta ac sapien sed semper. Suspendisse potenti.<br><br>
            <div class="buttsub">FRIENDS</div>
            Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean placerat augue non metus mollis tempus. Donec sed blandit purus. Sed ornare suscipit hendrerit. Curabitur nec aliquet sapien. Vestibulum nunc mauris, rhoncus sit amet fringilla id, egestas non nulla. Phasellus enim nibh, iaculis a porttitor eu, porta vitae arcu. Phasellus pharetra lobortis ante non bibendum. Mauris tempor elementum risus quis vulputate. Nullam porta ac sapien sed semper. Suspendisse potenti.<br><br>
            <div class="buttsub">ENEMIES</div>
            Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean placerat augue non metus mollis tempus. Donec sed blandit purus. Sed ornare suscipit hendrerit. Curabitur nec aliquet sapien. Vestibulum nunc mauris, rhoncus sit amet fringilla id, egestas non nulla. Phasellus enim nibh, iaculis a porttitor eu, porta vitae arcu. Phasellus pharetra lobortis ante non bibendum. Mauris tempor elementum risus quis vulputate. Nullam porta ac sapien sed semper. Suspendisse potenti.
            <br><br>
            <div class="buttsub">ROMANCE</div>
            Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean placerat augue non metus mollis tempus. Donec sed blandit purus. Sed ornare suscipit hendrerit. Curabitur nec aliquet sapien. Vestibulum nunc mauris, rhoncus sit amet fringilla id, egestas non nulla. Phasellus enim nibh, iaculis a porttitor eu, porta vitae arcu. Phasellus pharetra lobortis ante non bibendum. Mauris tempor elementum risus quis vulputate. Nullam porta ac sapien sed semper. Suspendisse potenti.<br><br>
            <div class="buttsub2">RELATIONSHIPS</div><br>
            None yet!
          </div>
        </div>
      </td>
      <td>
        <div class="buttbox">
          <div class="butthead">CHARACTER NAME HERE</div>
          <div class="butttop">
            <img src="http://i.imgbox.com/g8MfVp6m.png">
            <div class="buttinfo">INFO</div>
            <div class="buttinfo">INFO</div>
            <div class="buttinfo">INFO</div>
            <div class="buttinfo">INFO</div>
          </div>
          <div class="buttplot">
            <div class="buttsub">BLURB</div>
            Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean placerat augue non metus mollis tempus. Donec sed blandit purus. Sed ornare suscipit hendrerit. Curabitur nec aliquet sapien. Vestibulum nunc mauris, rhoncus sit amet fringilla id, egestas non nulla. Phasellus enim nibh, iaculis a porttitor eu, porta vitae arcu. Phasellus pharetra lobortis ante non bibendum. Mauris tempor elementum risus quis vulputate. Nullam porta ac sapien sed semper. Suspendisse potenti.<br><br>
            <div class="buttsub">FRIENDS</div>
            Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean placerat augue non metus mollis tempus. Donec sed blandit purus. Sed ornare suscipit hendrerit. Curabitur nec aliquet sapien. Vestibulum nunc mauris, rhoncus sit amet fringilla id, egestas non nulla. Phasellus enim nibh, iaculis a porttitor eu, porta vitae arcu. Phasellus pharetra lobortis ante non bibendum. Mauris tempor elementum risus quis vulputate. Nullam porta ac sapien sed semper. Suspendisse potenti.<br><br>
            <div class="buttsub">ENEMIES</div>
            Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean placerat augue non metus mollis tempus. Donec sed blandit purus. Sed ornare suscipit hendrerit. Curabitur nec aliquet sapien. Vestibulum nunc mauris, rhoncus sit amet fringilla id, egestas non nulla. Phasellus enim nibh, iaculis a porttitor eu, porta vitae arcu. Phasellus pharetra lobortis ante non bibendum. Mauris tempor elementum risus quis vulputate. Nullam porta ac sapien sed semper. Suspendisse potenti.
            <br><br>
            <div class="buttsub">ROMANCE</div>
            Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean placerat augue non metus mollis tempus. Donec sed blandit purus. Sed ornare suscipit hendrerit. Curabitur nec aliquet sapien. Vestibulum nunc mauris, rhoncus sit amet fringilla id, egestas non nulla. Phasellus enim nibh, iaculis a porttitor eu, porta vitae arcu. Phasellus pharetra lobortis ante non bibendum. Mauris tempor elementum risus quis vulputate. Nullam porta ac sapien sed semper. Suspendisse potenti.<br><br>
            <div class="buttsub2">RELATIONSHIPS</div><br>
            None yet!       
          </div>
        </div>
      </td>
    </tr>
  </TABLE>
</div>
<div class="buttcred"><a href="http: //outofcontrolx.b1.jcink.com/index.php?showuser=49">pandora</a> @ ooc</div>
</center>
[/html]

0

113

[html]<style>

@import url('https://fonts.googleapis.com/css?family=Barlow|Inconsolata|Montserrat:400,700');

.starr {
  width:
  background-color: #E1E1E1;
  padding: 5px;
  border: 1px solid #D2D2D2;
  height: 486px;
}

.starrContainer {
  background-color: #fcfcfc;
  width: 517px;
  padding: 5px 0px 5px 5px;
  border: 1px solid #D2D2D2;
  height: 473px;
}

.starrIconContainer {
  float: left;
  background-color: #F1F1F1;
  width: 124px;
  height: 124px;
  padding: 25px;
  margin: -5px 0px 0px -5px;
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

.starrIcon {
  padding: 10px;
  background-color: #FDFDFD;
  border: 1px solid #D2D2D2;
  height: 100px;
}

.starrInfoLine {width: 124px;}

.starrInfoIcon {
  width: 30px;
  height: 30px;
  background-color: #FEFEFE;
  float: left;
  font-size: 14px;
  display:  flex;
  align-items:  center;
  justify-content:  center;
  color: #CC3F64;
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  line-height: 14px!important;
}

.starrInfo {
  float: right;
  background-color: #F7F7F7;
  padding: 25px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  margin: 5px 5px 0px 0px;
  width: 125px;
  height: 246px;
  display:  flex;
  justify-content:  space-between;
  flex-direction:  column;
}

.starrInfoBox {
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  background-color: #FEFEFE;
  font: 10px Barlow;
  text-align: right;
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
  overflow: auto;
  padding: 5px;
}

.starrInfoText {float: right;}

.starrName {
  background-color: #1b1b1b;
  width: 337px;
  height: 56px;
  color: #f7f7f7;
  float: right;
  margin-right: 5px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 56px;
}

.starrTraits {
  width: 97px;
  height: 97px;
  border: 1px solid #D2D2D2;
  background-color: #F7F7F7;
  float: left;
  margin: 5px 0px 0px 5px;
  text-align: left;
  font-family: Montserrat;
  font-size: 10px;
  padding: 5px;
  line-height: 140%;
}

.starrTraitHd {
  font: bold 11px Barlow;
  letter-spacing: -1px;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid #CC3F64;
  color: #1b1b1b;
  width: 50px;
  margin: auto;
  margin-bottom: 0px;
  text-align: center;
  line-height: 100%;
}

.starrTraitsScroll {
  margin-top: 1px;
  height: 82px;
  overflow: auto;
}

.starrBodyBorder {
  background-color: #FBFBFB;
  float: left;
  width: 332px;
  height: 286px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
}

.starrBody {
  width: 335px;
  height: 296px;
  background-color: #FEFEFE;
  padding: 0px;
  border: 1px solid #D2D2D2;
  font-family: verdana;
  font-size: 10px;
  color: #8b8b8b;
  line-height: 130%;
  text-align: justify;
}

.starrCredit {
  font: bold 7px roboto;
  font:  bold 7px roboto;
  width:  50px;
  margin-left:  450px;
}

.starrCredit a {font: bold 7px roboto!important;}

.starrBodyScroll b {
  font-weight: normal;
  color: #CC3F64;
}

.starrBodyScroll i {
  font-style: normal;
  color: #CC3F64;
}

.starrBodyScroll h1 {
  font-size: 12px;
  font: bold 14px montserrat;
  color: #ccc;
  margin-bottom: 10px;
}

.starrBodyScroll {
  margin: 25px;
  height: 246px;
  overflow: auto;
  padding-right: 5px;
}

.starrInfoBox::-webkit-scrollbar {width: 2px;}
.starrInfoBox::-webkit-scrollbar-thumb {background-color: #1b1b1b;}

</style>
<!-- Code désigné par Spookie. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … starstrukk -->

<div align="center">
  <div class="starr">
    <div class="starrContainer">
      <div class="starrIconContainer">
        <div class="starrIcon">
          <img src="http://placehold.it/100/CC3F64/eee.png">
        </div>
      </div>
      <div class="starrName">firstname lastname</div>
      <div class="starrTraits">
        <div class="starrTraitHd">POSITIVES</div>
        <div class="starrTraitsScroll">
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
        </div>
      </div>
      <div class="starrTraits">
        <div class="starrTraitHd">NEGATIVES</div>
        <div class="starrTraitsScroll">
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
        </div>
      </div>
      <div class="starrTraits">
        <div class="starrTraitHd">MISC.</div>
        <div class="starrTraitsScroll">
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
          <b>+</b> h-hewwo? <br>
        </div>
      </div>
      <div class="starrInfo">
        <div class="starrInfoLine">
          <div class="starrInfoIcon"><span class="sf sf-clock-3-o"></span></div>
          <div class="starrInfoBox">age</div>
        </div>
        <div class="starrInfoLine">
          <div class="starrInfoIcon"><span class="sf sf-constellation"></span></div>
          <div class="starrInfoBox">zodiac</div>
        </div>
        <div class="starrInfoLine">
          <div class="starrInfoIcon"><span class="sf sf-beating-heart-o"></span></div>
          <div class="starrInfoBox">sexuality</div>
        </div>
        <div class="starrInfoLine">
          <div class="starrInfoIcon"><span class="sf sf-book-o"></span></div>
          <div class="starrInfoBox">occupation</div>
        </div>
        <div class="starrInfoLine">
          <div class="starrInfoIcon"><span class="sf sf-earth-o"></span></div>
          <div class="starrInfoBox">place of origin</div>
        </div>
        <div class="starrInfoLine">
          <div class="starrInfoIcon"><span class="sf sf-user-o"></span></div>
          <div class="starrInfoBox">face claim</div>
        </div>
      </div>
      <div class="starrMain">
        <div class="starrBodyBorder">
          <div class="starrBody">
            <div class="starrBodyScroll">
              <h1>i heard there was a secret chord</h1>
              Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sodales erat eu urna vulputate, eu aliquet odio sodales. Vestibulum ultrices risus vel risus semper gravida. Morbi id felis et tortor volutpat viverra id nec nisl. Sed eget sagittis neque. Nulla facilisi. Proin fringilla interdum sem sit amet aliquet. Praesent nisi nisi, sodales ac dapibus at, scelerisque pellentesque tellus. Nunc quis nibh venenatis augue lobortis lacinia. Vestibulum id magna nunc. Donec id nisl quis leo tempus pharetra. Praesent tempus scelerisque ex, eget lobortis augue interdum non. Maecenas vulputate vel orci vel pretium. Quisque euismod, nisl at cursus finibus, urna diam aliquet sapien, id rhoncus urna enim eget enim. Fusce bibendum pretium sem, iaculis gravida neque molestie at. Morbi tempus risus vitae volutpat aliquam. Nam in iaculis risus, ut finibus nulla. <br><br>
              Nulla ex nisl, accumsan sed elementum non, porttitor ut libero. Cras eleifend turpis sit amet pharetra porta. Etiam eros lorem, sollicitudin eu lectus nec, pretium tristique massa. Etiam gravida vestibulum urna. Quisque id purus rutrum, tristique nisl eget, hendrerit lacus. Aenean convallis elit eget neque sodales ornare. Praesent vulputate blandit eros, porta vestibulum sapien pulvinar eget. Suspendisse venenatis a leo in sodales. Curabitur sed nisi id nisl vestibulum accumsan vel sed libero. Donec urna tortor, fringilla sed feugiat sit amet, condimentum eu erat. <br><br>
              Nunc at efficitur turpis, non pharetra metus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed lectus purus, convallis et dolor id, lobortis consequat leo. Nullam tellus ex, placerat a eleifend molestie, mollis eu enim. Fusce a tortor efficitur, tincidunt ex eget, tempor nibh. Duis in sapien ultrices, varius nulla a, consequat mauris. Sed laoreet hendrerit pulvinar. Nam venenatis finibus interdum. Fusce varius odio leo, ut maximus diam laoreet et. Quisque non tempus sapien, sed lobortis nibh. Donec semper sapien nec ante ultricies, in rutrum metus luctus. Nullam sodales consectetur faucibus. Curabitur volutpat libero vitae felis congue ultricies. Curabitur eros magna, maximus ut rutrum sit amet, sollicitudin vitae lectus.
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="starrCredit"><a href="http://pixel-perfect.boards.net/user/15">SELKIE</a></div>
</div>
[/html]

0

114

[html]<style>
.eitmpostbody b {color: #8ACBCF;}

.eitmpostwhole {
  border: 1px solid #eee;
  width: 300px;
  background-color: #fff;
  padding: 10px;
}

.eitmpostheader {
  background-color: #ccc;
  height: 100px;
  width: 300px;
  overflow: hidden;
  background-color: #8ACBCF;
}

.eitmnotes {
  width: 82px;
  float: left;
  color: #fff;
  font-family: calibri;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px;
  position: relative;
  right: 203px;
  top: 22px;
  transition: .5s ease;
}

.eitmpostwhole:hover .eitmnotes {
  position: relative;
  right: -6px;
}

.eitmtagged {
  padding: 5px;
  height: 12px;
  overflow: hidden;
  width: 72px;
}

.eitmtagged a {
  color: #fff!important;
  font-family: calibri!important;
  letter-spacing: 0px!normal;
  font-size: 10px!important;
}

.eitmdivider {
  width: 82px;
  height: 1px;
  background-color: #fff;
  position: relative;
}

.eitmnotesbody {
  height: 24px;
  overflow: auto;
  margin-top: 5px;
  width: 82px;
  text-align: justify;
}

.eitmlyric {
  width: 100px;
  font-family: maven pro;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 21px;
  text-align: left;
  float: left;
  color: #fff;
  position: relative;
  right: 94px;
  top: -3px;
  letter-spacing: -1px;
  transition: .5s;
}

.eitmpostwhole:hover .eitmlyric {
  right: -115px;
  position: relative;
  transition: .5s ease;
}

.eitmposticon {
  width: 114px;
  height: 114px;
  background-color: #fff;
  position: relative;
  top: -7px;
  -webkit-clip-path:  polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path:  polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.eitmposticonbg {
  width: 100px;
  height: 100px;
  position: relative;
  top: 7px;
  -webkit-clip-path:  polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path:  polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-image: url(https://i.imgur.com/I85vMxJ.png);
}

.eitmpostbody {
  font-size: 10px;
  font-family: verdana;
  text-align: justify;
  padding: 20px;
  color: #727272;
  line-height: 130%;
}

.eitmfooter {
  height: 15px;
  background-color: #ccc;
  background-color: #8ACBCF;
}

.eitmnotesbody::-webkit-scrollbar {width: 0px;}

.eitmCredit {
  font: bold 7px roboto!important;
  margin-left: 250px;
}

.eitmCredit a {font: bold 7px roboto!important;}
</style>
<!-- Code désigné par Spookie. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … cho-mirror -->

<link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet">

<div align="center">
<div class="eitmpostwhole">
    <div class="eitmpostheader">
    <div class="eitmnotes">
        <div class="eitmtagged">@tagged</div>
        <div class="eitmdivider"></div>
        <div class="eitmnotesbody">hope this works! sorry it's late aha</div>
    </div>
    <div class="eitmlyric">
        the <br>
        echo <br>
        in <br>
        the <br>
        mirror</div>
        <div class="eitmposticon">
        <div class="eitmposticonbg">
        </div>
    </div>
    </div>
    <div class="eitmpostbody">
    lorem ipsum dolor sit amet, <b>consectetur adipiscing elit</b>. in sollicitudin at purus id lacinia. etiam metus urna, posuere ut arcu sed, faucibus congue enim. nam tempor mi non bibendum egestas. donec maximus, ipsum sed molestie dapibus, augue tellus porttitor ante, sit amet consequat sapien leo vitae mauris. nulla in tempus tortor. sed egestas faucibus odio pellentesque lacinia. fusce eget posuere orci. proin molestie viverra laoreet. curabitur tincidunt eleifend volutpat. mauris semper libero sit amet elit venenatis ultricies. phasellus euismod, justo et rutrum dignissim, lorem tellus suscipit massa, eget hendrerit ex enim nec urna. maecenas lacinia sollicitudin sem id posuere. ut tincidunt est eu est scelerisque facilisis sit amet in dui. cras eget purus tincidunt, rhoncus nisl nec, malesuada eros. morbi sodales, ex in tempus tincidunt, tellus sapien rutrum lacus, lobortis viverra tortor urna sit amet libero. <br><br>
    praesent venenatis, tortor elementum euismod laoreet, justo orci sodales ipsum, nec viverra metus nisi ut mi. aenean efficitur dolor felis. in id varius ligula. pellentesque faucibus malesuada libero eget dictum. vestibulum ullamcorper mauris quis ipsum ultricies, eu consequat neque consequat. suspendisse in bibendum nunc, a efficitur dolor. duis vel velit massa. class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. nunc vitae mi felis. vestibulum scelerisque dignissim sem, eu auctor neque tristique ac. integer sed cursus dui, sed tempus magna. aenean luctus lacus ut ipsum facilisis faucibus. <br><br>
    suspendisse finibus risus ac dolor viverra suscipit. quisque viverra, eros et blandit sagittis, sem dolor semper lectus, ultricies malesuada tellus turpis eget mauris.
    </div>
    <div class="eitmfooter"></div>
</div>
<div class="eitmCredit"><a href="http://pixel-perfect.boards.net/user/15">SELKIE</a></div>
</div>
[/html]

0

115

[html]<style>
.colorBG {
  width:400px;
}

.colorHead {
  height:100px;
  background:#ddd;
  width:400px;
  overflow:hidden;
  line-height:100px;
}

.colorWay {
  background:linear-gradient(45deg, #44558d, #b8d8da,#ddd);
  height:100px;
  width:500px;
  margin-left:-1000px;
  transition:.8s;
}

.colorFoot {
  background-color:#ddd;
  height:10px;
  overflow:hidden;
}

.colorFoot .colorWay {
  background:linear-gradient(45deg, #ddd, #b8d8da, #44558d);
  float:right;
  margin-right:-600px;
}

.colorBG:hover .colorWay {
  margin-left:0px;
  transition:.5s;
}

.colorBG:hover .colorFoot .colorWay {
  margin-right:0px;
  transition:.5s;
}

.colorText1 {
  color:#fff;
  font-family:source sans pro;
  text-transform:uppercase;
  font-size:12px;
  text-shadow:#aaa 1px 0,#aaa 0 1px,#aaa -1px 0,#aaa 0 -1px;
  float:left;
  margin-left:70px;
  transition:.5s;
  transition-delay:.3s;
}

.colorText2 {
  color:#fff;
  font-family:source sans pro;
  text-transform:uppercase;
  font-size:12px;
  text-shadow:#7590a9 1px 0,#7590a9 0 1px,#7590a9 -1px 0,#7590a9 0 -1px;
  float:left;
  margin-top:-100px;
  opacity:0;
  margin-left:90px;
  transition:.5s;
}

.colorBG:hover .colorText1 {
  opacity:0;
  margin-left:90px;
  transition:.3s;
}

.colorBG:hover .colorText2 {
  opacity:1;
  margin-left:50px;
  transition:.3s;
  transition-delay:.5s;
}

.color1 {
  float:left;
  margin-left:5px;
  opacity:.9999;
  -webkit-filter:grayscale(100%);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transition:1s;
}

.color2 {
  float:left;
  opacity:.5;
  margin-left:-20px;
  -webkit-filter:grayscale(100%);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transition:1s;
}

.colorBG:hover .color1,.colorBG:hover .color2,.colorBG:hover .colorBody {
  -webkit-filter:grayscale(0%);
  transition:1s;
}

.colorBack {
  background-color:#fff;
  width:190px;
  margin-right:-30px;
  float:right;
  -webkit-clip-path: polygon(11% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(13% 0%, 100% 0%, 87% 100%, 0% 100%);
  margin-top:-100px;
}

.colorBody {
  padding:10px;
  width:380px;
  background-color:#fff;
  -webkit-filter:grayscale(100%);
}

.colorPost {
  font-family:arial;
  font-size:10px;
  text-align:justify;
  border-left:#b8d8da 2px solid;
  margin:20px;
  padding:5px;
  padding-left:10px;
  line-height:13px;
}

.colorPost b {color:#5f77a5;}

.ucredits {
  font-family:trebuchet ms;
  font-size:7px;
  color:#777;
  text-transform:uppercase;
  letter-spacing:1px
}
</style>
<!-- Code désigné par Ulla. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … n-template -->

<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">

<div align="center">
<div class="colorBG">
    <div class="colorHead">
    <div class="colorText1">my dear don’t unfold me ––</div>
    <div class="colorText2">I’m coloured in again, in you ––</div>
    <div class="colorBack">
        <div class="color1"><img src="https://cdnw.nickpic.host/vQ3i8P.png"></div>
        <div class="color2"><img src="https://cdnw.nickpic.host/vQ3i8P.png"></div>
    </div>
    <div class="colorWay"></div>
    </div>
    <div class="colorBody">
    <div class="colorPost">
        POST HERE
        <br><br>
        @[tag]
    </div>
    </div>
    <div class="colorFoot">
    <div class="colorWay"></div>
    </div>
</div>
<div class="ucredits">ulla</div>
</div>

[/html]

0

116

[html]<style>
.memoryDarkpost {width: 325px;}

.memoryDarkpost:hover .memoryDarkinfo {
  margin-top: 0px;
  transition: .5s;
}

.memoryDarkheader {
  width: 325px;
  height: 125px;
  background-image: url(http://i.imgur.com/oc9vZ6S.png);
  overflow: hidden;
}

.memoryDarkbody {
  text-align: justify;
  font-family: verdana;
  font-size: 10px;
  line-height: 14px;
  padding: 25px;
  color: #ddd;
  background-color: #333;
}

.memoryDarkbody b {color: #E96034;}

.memoryDarkarrow {
  width: 40px;
  height: 40px;
  font-family: arial;
  position: relative;
  background-color: #333;
  top: 65px;
  margin: auto;
  left:  0;
  right:  0;
  -webkit-clip-path:  polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path:  polygon(50% 0%, 0% 100%, 100% 100%);
}

.memoryDarkcontainer {padding: 10px;}

.memoryDarkinfo {
  float: left;
  font-family: calibri;
  background-color: #eee;
  color: #333;
  padding: 3px;
  font-size: 10px;
  width: 100px;
  top: 88px;
  text-align: center;
  position: relative;
  transition: .5s;
  margin-top: 30px;
}

.memoryDarknotes {
  margin-top: 10px;
  border-top: 1px solid #eee;
  text-align: justify;
  font-family: calibri;
  text-transform: uppercase;
  padding-top: 10px;
  color: #eee;
}

.memoryCred {
  font: bold 7px roboto;
  text-transform: uppercase;
  margin-left: 250px;
}

.memoryCred a {font: bold 7px roboto!important;}
</style>
<!-- Code désigné par Spookie. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/589/jcink-memory -->

<div align="center">
  <div class="memoryDarkpost">
    <div class="memoryDarkheader">
      <div class="memoryDarkcontainer">
        <div class="memoryDarkinfo">NO. WORDS</div>
        <div style="float: right;" class="memoryDarkinfo">@tagged</div>
      </div>
      <div class="memoryDarkarrow"></div>
    </div>
    <div class="memoryDarkbody">
      <b>"lorem ipsum dolor sit amet,"</b> consectetur adipiscing elit. nunc enim urna, posuere sed lectus ut, malesuada lobortis neque. in quis eros et eros molestie luctus. in lacinia ante vel bibendum semper. duis vel orci auctor arcu consequat scelerisque. praesent consectetur ipsum feugiat turpis porta, sit amet accumsan eros elementum. ut facilisis, lorem vitae aliquam rutrum, felis nisi sodales magna, quis aliquam lectus arcu sit amet sem. praesent pellentesque auctor mattis. nam aliquet sem et dui maximus, in porttitor ante vestibulum. maecenas pulvinar dui elementum nibh auctor semper. cras viverra, nibh sit amet feugiat efficitur, nibh quam condimentum tortor, pretium suscipit eros mi ac risus. donec sodales risus sit amet tincidunt tincidunt.
      <br><br>maecenas magna risus, imperdiet eget molestie luctus, consectetur vel massa. suspendisse potenti. nam placerat sapien vitae enim commodo porttitor. pellentesque eu neque aliquam, lacinia odio in, semper diam. maecenas tincidunt mauris elementum neque commodo commodo. aliquam scelerisque ornare nunc, quis efficitur lorem dignissim ac. nulla facilisi. nulla sodales nec lectus ac aliquet. vivamus ligula lectus, placerat in velit non, condimentum consequat ipsum.
      <br><br>duis mollis, dolor et aliquet laoreet, urna metus gravida nisl, vel tristique est risus quis ex. fusce nunc est, faucibus id justo eu, tincidunt malesuada justo. morbi.
      <div class="memoryDarknotes">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    </div>
  </div>
  <div class="memoryCred"><a href="http: //pixel-perfect.boards.net/user/15">selkie</a></div>
</div>
[/html]

0

117

[html]<style>
#badau01 {
  position: relative;
  width: 400px;
  padding: 2px 6px;
  background: #fefefe;
  border: 1px solid #D8D8D8;
  margin: 10px auto;
}

.badau02 {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 80px;
  background-image: url(http://placehold.it/400x80);
  background-color: #C4D5ED;
  background-blend-mode: multiply;
}

.badau02 i {
  color: red;
  font-size: 30px;
}

.bbjam01 {
  transition: 1s;
  width: 400px;
  height: 80px;
  position: absolute;
  top: 0;
  right: -240px;
  background: #C4D5ED;
}

.bbjam01 h1 {
  z-index: 2;
  color: #576F7C;
  padding-bottom: 0;
  margin: 14px 0 0 20px;
  display: block;
  width: 120px;
  height: 25px;
  text-align: center;
  font: 19px/1.5 arvo;
  text-transform: uppercase;
}

.bbjam01:after {
  width: 20px;
  height: 2px;
  display: block;
  background: white;
  content: "";
  position: absolute;
  top: 42px;
  left: 70px;
}

.bbjam01 h2 {
  color: #576F7C;
  margin: 0 0 0 20px;
  display: block;
  width: 120px;
  height: 12px;
  font: 600 8px/100% amiko;
  padding-top: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.bbjam02 {
  border: 2px solid #C4D5ED;
  z-index: 3;
  transition: 1s;
  width: 36px;
  height: 40px;
  background: #C4D5ED;
  position: absolute;
  top: 19px;
  right: 138px;
  border-radius: 50%;
  cursor: crosshair;
  text-align: center;
  font: 30px/1.5 awesome;
  color: white;
  padding-right: 4px;
}

.bbjam03 {
  width: 200px;
  height: 80px;
  background: white;
  position: absolute;
  top: 0;
  right: -60px;
  transition: 1s;
}

.bbjam03:before, .bbjam03::before {
  width: 0;
  height: 0;
  border-right: 60px solid white;
  border-top: 80px solid transparent;
  content: "";
  display: block;
   position: absolute;
  top: 0;
  left: -60px;
}

.bbjam03 img {
  width: 50px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -50px;
  border: 3px solid white;
}

.bbboo01 {
  width: 170px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  overflow: auto;
  border: 5px solid white;
  text-align: justify;
  font-size: 11px;
  font-family: arial;
}

.bbboo01 b {
  display: block;
  width: 80px;
  padding: 0 0 2px 6px;
  color: #576F7C;
  font: 400 10px/100% arvo !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  margin: 4px;
  border-bottom: 1px solid #576F7C;
  text-align: left;
}

.bbboo01 b:first-letter {
  border-bottom: 2px solid #576F7C;
  padding: 2px 0;
}

.bbboo01 a {
  display: inline-block;
  background: #C4D5ED;
  font: 600 8px/1 amiko;
  min-height: 8px;
  text-transform: uppercase;
  padding: 4px;
  margin: 1px 0;
  color: white;
  text-decoration: none;
}

#badau01 input[type=checkbox] {display: none;}
#badau01 input[type=checkbox]:checked ~ .bbjam01 {right: 0; transition: 1s;}

#badau01 input[type=checkbox]:checked ~ .bbjam02 {
  transform: rotate(450deg) scale(.5);
  right: -10px;
  top: -10px;
  transition: 1s;
  background: white;
  color: #C4D5ED;
  border-color: white;
}

#badau01 input[type=checkbox]:checked ~ .bbjam01 .bbjam03 {
  right: 0;
  transition: 1.2s;
}

.nahcred33 {
  width: 400px;
  text-align: right;
  font: 10px/100% calibri;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.nahcred33 a {
  color: #576F7C;
  text-decoration: none;
}

@font-face {
  src: url('http://symmetry.b1.jcink.com/uploads/symmetry/fontawesome_webfont.ttf');
  font-family: awesome;
}

.bbboo01::-webkit-scrollbar {width: 3px;}
.bbboo01::-webkit-scrollbar-track {background: white;}
.bbboo01::-webkit-scrollbar-thumb {background: #C4D5ED;}
</style>
<!-- Code désigné par Lord licorice. Merci de créditer l'auteur ! Lien source : http://candyland-couture.com/index.php?showtopic=22182 -->

<link href="https://fonts.googleapis.com/css?family=Amiko:600|Arvo" rel="stylesheet">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">

<div id="badau01">
  <div class="badau02" style="background-image: url(http://placehold.it/400x80)">
    <input type="checkbox" id="toggle-1">
    <label for="toggle-1" class="bbjam02"></label>
    <div class="bbjam01">
      <h1>firstname</h1>
      <h2>lastname</h2>
      <div class="bbjam03">
        <img src="http://placehold.it/100">
        <div class="bbboo01">
          "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"
        </div>
      </div>
    </div>
  </div>
  <div class="badau02" style="background-image: url(http://placehold.it/400x80);">
    <input type="checkbox" id="toggle-2"><label for="toggle-2" class="bbjam02"></label><div class="bbjam01">
      <h1>firstname</h1>
      <h2>lastname</h2>
      <div class="bbjam03">
        <img src="http://i.imgur.com/x71FbsE.gif">
        <div class="bbboo01">
          "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"
        </div>
      </div>
    </div>
  </div>
  <div class="nahcred33"><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=3189">▼</a></div>
</div>[/html]

0

118

[html]<style>
.characterscroll ::-webkit-scrollbar {width: 3px; background: transparent; border: none;}
.characterscroll ::-webkit-scrollbar-thumb {background-color: #1a1a1a; border: none; }

.a1 {
  border-top: 10px solid #FC4747;
  width: 200px;
}

.a2 {
  background-color: #F9F9F9;
  padding: 5px;
  font-family: times;
  font-size: 8px;
  letter-spacing: 2px;
  border-bottom: 1px dotted #BABABA;
  line-height: 9px;
  text-align: center;
}

.a3 {
  font-family: calibri;
  font-size: 10px;
  line-height: 11px;
  overflow: auto;
  height: 200px;
  text-align: justify;
  color: #6B6B6B;
  padding-right: 5px;
}

.a4 {
  background-color: #F9F9F9;
  padding: 5px;
  border-top: 10px solid #FC4747;
  margin-top: 10px;
}

.a5 {
  font-family: times;
  font-size: 8px;
  letter-spacing: 2px;
  border-bottom: 1px dotted #BABABA;
  line-height: 9px;
  text-align: center;
}

.a6 {
  background-color: #F9F9F9;
  padding: 5px;
  border-top: 10px solid #202020;
  width: 100px;
}

.a7 {
  font-family: times;
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 9px;
  text-align: justify;
  color: #ACACAC;
}

.a8 {
  width: 90px;
  height: 90px;
  border: 1px dotted #9A9A9A;
  padding: 5px;
  margin-top: 15px;
}

.a9 {
  border: 5px solid #DFDFDF;
  height: 80px;
  width: 80px;
}

.a10 {
  font-family: times;
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 9px;
  text-align: right;
  color: #FC4747;
  margin-top: 6px;
}

.a11 {
  font-family: times;
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 9px;
  text-align: justify;
  color: #ACACAC;
  margin-top: 15px;
  border-top: 1px dotted #BFBFBF;
  padding-top: 5px;
}

.a12 {
  font-family: helvetica;
  font-size: 30px;
  letter-spacing: -2px;
  text-align: right;
  margin-top: 65px;
  line-height: 24px;
}

.a13 {
  color: #FC4747;
  font-weight: 700;
  font-style: italic;
}

.a14 {
  border-top: 10px solid #FC4747;
  width: 200px;
}

.a15 {
  background-color: #F9F9F9;
  padding: 5px;
  font-family: times;
  font-size: 8px;
  letter-spacing: 2px;
  border-bottom: 1px dotted #BABABA;
  line-height: 9px;
  text-align: center;
}

.a16 {
  font-family: calibri;
  font-size: 10px;
  line-height: 11px;
  overflow: auto;
  height: 200px;
  text-align: justify;
  color: #6B6B6B;
  padding-right: 5px;
}

.a17 {
  background-color: #F9F9F9;
  padding: 5px;
  border-top: 10px solid #FC4747;
  margin-top: 10px;
}

.a18 {
  font-family: times;
  font-size: 8px;
  letter-spacing: 2px;
  border-bottom: 1px dotted #BABABA;
  line-height: 9px;
  text-align: center;
}

.a19 {
  font-family: calibri;
  font-size: 10px;
  line-height: 11px;
  overflow: auto;
  height: 200px;
  text-align: justify;
  color: #6B6B6B;
  padding-right: 5px;
}

.ac {
  font-family: arial;
  font-size: 8px;
  letter-spacing: 3px;
}
</style>
<!-- Code désigné par Rymichou. Merci de créditer l'auteur ! Lien source : http://outofcontrolx.b1.jcink.com/index … wtopic=299 -->

<center>
<table cellspacing="5" color="#3E3E3E;">
    <tr>
    <td class="a1">
        <div class="a2"> FRIENDS</div>
        <div class="characterscroll">
        <div class="a3">
            Lorem ipsum dolor sit amet, cu omnis harum delicata nec. Te pro qualisque forensibus, no vix nostro necessitatibus, ei enim offendit usu. Sea mazim verear apeirian in, ea munere ignota repudiandae per, ad sea minim partiendo. Eum autem mollis ex, errem bonorum sapientem no eam, ad vim audire repudiandae. Te eos causae volutpat, sit decore quaeque ne.
            <br>Prima argumentum vis eu, regione noluisse suavitate ius ut. Ex elitr alterum convenire sea, eam ad officiis principes. No tota interesset pro, vero errem necessitatibus id sit, audire definitiones et quo. Mei sonet consulatu ei, in cum augue elitr atomorum. Pri an alia alterum antiopam.
            <br>In nam iusto torquatos, alia nullam iriure mel at, prodesset democritum deseruisse ne ius. Et nam dicat verterem, pro ut justo verear. Ad unum deseruisse eum, eu sed labore vivendo lobortis. An oratio qualisque definitionem vel, cu has mollis singulis, ei mel principes repudiare.
        </div>
        </div>
        <div class="a4">
        <div class="a5"> LOVERS</div>
        <div class="characterscroll">
            <div class="a3">
            Lorem ipsum dolor sit amet, cu omnis harum delicata nec. Te pro qualisque forensibus, no vix nostro necessitatibus, ei enim offendit usu. Sea mazim verear apeirian in, ea munere ignota repudiandae per, ad sea minim partiendo. Eum autem mollis ex, errem bonorum sapientem no eam, ad vim audire repudiandae. Te eos causae volutpat, sit decore quaeque ne.
            Prima argumentum vis eu, regione noluisse suavitate ius ut. Ex elitr alterum convenire sea, eam ad officiis principes. No tota interesset pro, vero errem necessitatibus id sit, audire definitiones et quo. Mei sonet consulatu ei, in cum augue elitr atomorum. Pri an alia alterum antiopam.
            In nam iusto torquatos, alia nullam iriure mel at, prodesset democritum deseruisse ne ius. Et nam dicat verterem, pro ut justo verear. Ad unum deseruisse eum, eu sed labore vivendo lobortis. An oratio qualisque definitionem vel, cu has mollis singulis, ei mel principes repudiare.
            </div>
        </div>
        </div>
    </td>
    <td class="a6" valign="top">
        <div class="a7">
        ─ <b>Baby</b> I'm gonna leave you <b>d r o w n i n g</b> until you reach for my hand. Lorem ipsum dolor sit amet, cu omnis harum delicata nec. Te pro qualisque forensibus, no vix nostro necessitatibus.
        </div>
        <div class="a8">
        <img src="http://i899.photobucket.com/albums/ac194/rimychu/tetsurou/kuroo-1_zps19d59fe0.png" class="a9">
        </div>
        <div class="a10"> ─ NICKNAME </div>
        <div class="a11">
        TRAIT<br>
        EXTRA<br>
        OR<br>
        ESSENTIAL<br>
        INFORMATION<br>
        </div>
        <div class="a12">
        <span class="a13">FIRST-<br>MIDDLE</span> LAST
        </div>
    </td>
    <td class="a14" >
        <div class="a15"> ENEMIES</div>
        <div class="characterscroll">
        <div class="a16">
            Lorem ipsum dolor sit amet, cu omnis harum delicata nec. Te pro qualisque forensibus, no vix nostro necessitatibus, ei enim offendit usu. Sea mazim verear apeirian in, ea munere ignota repudiandae per, ad sea minim partiendo. Eum autem mollis ex, errem bonorum sapientem no eam, ad vim audire repudiandae. Te eos causae volutpat, sit decore quaeque ne.
            <br>Prima argumentum vis eu, regione noluisse suavitate ius ut. Ex elitr alterum convenire sea, eam ad officiis principes. No tota interesset pro, vero errem necessitatibus id sit, audire definitiones et quo. Mei sonet consulatu ei, in cum augue elitr atomorum. Pri an alia alterum antiopam.
            <br>In nam iusto torquatos, alia nullam iriure mel at, prodesset democritum deseruisse ne ius. Et nam dicat verterem, pro ut justo verear. Ad unum deseruisse eum, eu sed labore vivendo lobortis. An oratio qualisque definitionem vel, cu has mollis singulis, ei mel principes repudiare.
        </div>
        </div>
    </div>
    <div class="a17">
        <div class="characterscroll">
        <div class="a18">OTHERS</div>
        <div class="a19">
            Lorem ipsum dolor sit amet, cu omnis harum delicata nec. Te pro qualisque forensibus, no vix nostro necessitatibus, ei enim offendit usu. Sea mazim verear apeirian in, ea munere ignota repudiandae per, ad sea minim partiendo. Eum autem mollis ex, errem bonorum sapientem no eam, ad vim audire repudiandae. Te eos causae volutpat, sit decore quaeque ne.
            <br>Prima argumentum vis eu, regione noluisse suavitate ius ut. Ex elitr alterum convenire sea, eam ad officiis principes. No tota interesset pro, vero errem necessitatibus id sit, audire definitiones et quo. Mei sonet consulatu ei, in cum augue elitr atomorum. Pri an alia alterum antiopam.
            <br>In nam iusto torquatos, alia nullam iriure mel at, prodesset democritum deseruisse ne ius. Et nam dicat verterem, pro ut justo verear. Ad unum deseruisse eum, eu sed labore vivendo lobortis. An oratio qualisque definitionem vel, cu has mollis singulis, ei mel principes repudiare.
        </div>
        </div>
    </div>
    </div>
</td>
</tr>
</table>
<div class="ac">— <a href="http://outofcontrolx.b1.jcink.com/index.php?showuser=1"><b>  RIMY ♥ </b> @ OOC </a> —</div>
</center>
[/html]

0

119

[html]<style>

.ltab1 {background-color: #D1CCA6; height: 5px;}
.ltab2 {background-color: #498B8C; height: 5px;}
.ltab3 {background-color: #13313B; height: 5px;}
.ltab4 {background-color: #5E5B52; height: 5px;}
.ltab5 {background-color: #C7B424; height: 5px;}

.dlust14::-webkit-scrollbar {width: 05px;}
.dlust14::-webkit-scrollbar-track {background-color: #ffffff;}
.dlust14::-webkit-scrollbar-thumb {background-color: #ebebeb;}
.dlust16::-webkit-scrollbar {width: 05px;}
.dlust16::-webkit-scrollbar-track {background-color: #ffffff;}
.dlust16::-webkit-scrollbar-thumb {background-color: #ebebeb;}

.dlust1 {
  margin-top: 10px;
  width: 400px;
  height: 126px;
  position: relative;
  border: solid 50px #eee;
}

.dlust2 {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 86px;
  width: 86px;
  padding: 10px;
  background-color: #ffffff;
  opacity: 0.7;
}

.dlust3 {
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  text-align: justify;
  letter-spacing: 1px;
  color: #454545;
  line-height: 09px;
}

.dlust4 {
  position: absolute;
  top: 15px;
  left: 15px;
  font-family: calibri;
  font-size: 12px;
  text-transform: uppercase;
  text-align: justify;
  letter-spacing: 1px;
  color: #498B8C;
  line-height: 09px;
  opacity: 0.5;
}

.dlust5 {
  position: absolute;
  bottom: 15px;
  left: 101px;
  font-family: calibri;
  font-size: 12px;
  text-transform: uppercase;
  text-align: justify;
  letter-spacing: 1px;
  color: #498B8C;
  line-height: 09px;
  opacity: 0.5;
}

.dlust6 {
  margin-top: 15px;
  width: 500px;
  padding: 20px 0px;
  background-color: #eee;
  text-align: center;
  font-family: calibri;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 23px;
  line-height: 22px;
}

.dlust7 {
  font-size: 08px;
  letter-spacing: 1px;
  line-height: 09px;
  color: #d7d7d7;
}

.dlust8 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 205px;
  width: 230px;
  padding: 10px;
  overflow: hidden;
  background-color: #fafafa;
  color: #9b9b9b;
  font-family: calibri;
  font-size: 10px;
  line-height: 10px;
  text-align: justify;
  border-right: 5px solid #ffffff;
}

.dlust9 {
  background-color: #498B8C;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #fafafa;
  margin-bottom: 05px;
}

.dlust10 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: calibri;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: right;
  width: 460px;
  color: #d7d7d7;
  text-transform: uppercase;
  line-height: 10px;
}

.dlust11 {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #5E5B52;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #fafafa;
  margin-bottom: 05px;
  width: 180px;
}

.dlust12 {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 180px;
  padding: 2px;
  text-align: center;
  font-family: calibri;
  text-transform: uppercase;
  color: #d7d7d7;
  font-size: 23px;
  line-height: 22px;
}

.dlust13 {
  margin-top: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  border: 5px solid #ffffff;
  height: 80px;
  width: 80px;
}

.dlust14 {
  background-color: #ffffff;
  padding: 5px;
  border-top: 5px solid #fafafa;
  height: 175px;
  overflow: auto;
}

.dlust15 {
  background-color: #fafafa;
  border-left: 5px solid #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 205px;
  width: 230px;
  padding: 10px;
  overflow: hidden;
  background-color: #fafafa;
  color: #9b9b9b;
  font-family: calibri;
  font-size: 10px;
  line-height: 10px;
  text-align: justify;
}

.dlust16 {
  background-color: #ffffff;
  padding: 5px;
  border-top: 5px solid #fafafa;
  height: 175px;
  overflow: auto;
}

.dlust17 {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 205px;
  width: 185px;
  padding: 10px;
  overflow: hidden;
  background-color: #fafafa;
  color: #9b9b9b;
  font-family: calibri;
  font-size: 10px;
  line-height: 10px;
  text-align: justify;
}

.det1 {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #13313B;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #fafafa;
  margin-bottom: 05px;
  width: 180px;
}

.det2 {
  position: absolute;
  top: 25px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det3 {
  position: absolute;
  top: 40px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det4 {
  position: absolute;
  top: 55px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det5 {
  position: absolute;
  top: 70px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det6 {
  position: absolute;
  top: 85px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det7 {
  position: absolute;
  top: 100px;
  left: 10px;
  background-color: #498B8C;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #fafafa;
  margin-bottom: 05px;
  width: 180px;
}

.det8 {
  position: absolute;
  top: 115px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det9 {
  position: absolute;
  top: 130px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det10 {
  position: absolute;
  top: 145px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det11 {
  position: absolute;
  top: 160px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det12 {
  position: absolute;
  top: 175px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.det13 {
  position: absolute;
  top: 190px;
  left: 10px;
  background-color: #D1CCA6;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #fafafa;
  margin-bottom: 05px;
  width: 180px;
}

.det14 {
  position: absolute;
  top: 205px;
  left: 10px;
  background-color: #ffffff;
  padding: 2px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 08px;
  text-align: center;
  color: #acacac;
  margin-bottom: 05px;
  width: 180px;
}

.tabs {
  position: relative;
  width: 460;
  height:  250;
}

.tab {float: left;}

.tab label {
  display: block;
  background: #fafafa;
  padding: 02px 18px;
  margin-left: -1px;
  position: relative;
  left: 1px;
  font-family: calibri;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cccccc;
  line-height: 08px;
}

.tab [type=radio] {display: none;}

.content {
  position: absolute;
  top: 28px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fafafa;
  padding: 20px;
  height: 185px;
}

[type=radio]:checked ~ label {
  background: #fafafa;
  color: #acacac;
  border-bottom: 1px solid white;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .content {z-index: 1;}

.l1 {
  width: 460px;
  height: 250px;
  padding: 20px;
  background-color: #eee;
}

.a1 {
  font-family: calibri;
  text-align: center;
  font-size: 08px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

</style>
<!-- Code désigné par Beaten Bones. Merci de créditer l'auteur ! Lien source : http://candyland-couture.com/index.php?showtopic=9461 -->

<center>
  <div class="dlust1">
    <img src="https://via.placeholder.com/400x125">
    <div class="dlust2">
      <table height="86">
        <tr>
          <td class="dlust3">
            She’s the most beautiful thing I have ever seen yet, I can only look and long for her.
          </td>
        </tr>
      </table>
    </div>
    <div class=" dlust4">❝</div>
    <div class="dlust5">❞</div>
  </div>
  <table width="500px" cellspacing="0">
    <tr>
      <td class="ltab1"></td>
      <td class="ltab2"></td>
      <td class="ltab3"></td>
      <td class="ltab4"></td>
      <td class="ltab5"></td>
    </tr>
  </table>
  <div class="dlust6"> first m. last
    <div class="dlust7">AGE • GENDER • ORIENTATION</div>
  </div>
  <table width="500px" cellspacing="0" style="margin-top: 15px;">
    <tr>
      <td class="ltab5"></td>
      <td class="ltab4"></td>
      <td class="ltab3"></td>
      <td class="ltab2"></td>
      <td class="ltab1"></td>
    </tr>
  </table>
  <div class="l1">
    <div class="tabs">
      <div class="tab">
        <input type="radio" id="tab-1" name="tab-group-1" checked>
        <label for="tab-1" style="margin-left: 53px;">GENERAL INFO</label>
        <div class="content">
          <div class="dlust8">
            <div class="dlust9">THE APPEARANCE</div>
            <div class="dlust14">
              Donec consequat ligula quis suscipit cursus. Curabitur hendrerit porttitor eros eu malesuada. Duis varius ante quis odio pharetra, id hendrerit sem porttitor. Integer et scelerisque sem. Quisque a sagittis est. Nulla quis vehicula leo, ultrices tincidunt dui. Donec vitae scelerisque justo. Nulla ultrices ut massa non elementum.
              <br>Praesent consectetur nunc dui, ut lacinia libero sollicitudin a. Aenean id est ut eros fermentum sagittis. Aenean imperdiet sapien at rhoncus aliquet. In adipiscing, nisl vel congue aliquam, enim enim congue nisl, a posuere nisl nulla non odio. Proin at lectus vel leo tempor pharetra. Nam eleifend dolor felis, ut suscipit metus eleifend ut. Ut tristique orci ac augue pretium, vitae euismod ante bibendum.
            </div>
          </div>
          <div class="dlust10">
            series name
            <br>fc first last name
            <br>roleplayed by oocname
          </div>
          <div class="dlust11">BASIC DETAILS</div>
          <div class="dlust12">NICKNAME
            <div class="dlust7">USERGROUP • OCCUPATION</div>
            <img src="http://i.imgur.com/TLT4FK0.jpg" class="dlust13">
          </div>
        </div>
        </div>
        <div class="tab">
          <input type="radio" id="tab-2" name="tab-group-1">
          <label for="tab-2" style="margin-left: 25px;">THE PERSONALITY</label>
          <div class="content">
            <div class="dlust15">
              <div class="dlust9" style="background-color: #C7B424;">DETAILED PERSONALITY</div>
              <div class="dlust14">
                Donec consequat ligula quis suscipit cursus. Curabitur hendrerit porttitor eros eu malesuada. Duis varius ante quis odio pharetra, id hendrerit sem porttitor. Integer et scelerisque sem. Quisque a sagittis est. Nulla quis vehicula leo, ultrices tincidunt dui. Donec vitae scelerisque justo. Nulla ultrices ut massa non elementum.
                <br>Praesent consectetur nunc dui, ut lacinia libero sollicitudin a. Aenean id est ut eros fermentum sagittis. Aenean imperdiet sapien at rhoncus aliquet. In adipiscing, nisl vel congue aliquam, enim enim congue nisl, a posuere nisl nulla non odio. Proin at lectus vel leo tempor pharetra. Nam eleifend dolor felis, ut suscipit metus eleifend ut. Ut tristique orci ac augue pretium, vitae euismod ante bibendum.
              </div>
            </div>
            <div class="det1">THINGS I LIKE</div>
            <div class="det2">LIST A LIKE HERE</div>
            <div class="det3">LIST A LIKE HERE</div>
            <div class="det4">LIST A LIKE HERE</div>
            <div class="det5">LIST A LIKE HERE</div>
            <div class="det6">LIST A LIKE HERE</div>
            <div class="det7">THINGS I DISLIKE</div>
            <div class="det8">LIST A DISLIKE HERE</div>
            <div class="det9">LIST A DISLIKE HERE</div>
            <div class="det10">LIST A DISLIKE HERE</div>
            <div class="det11">LIST A DISLIKE HERE</div>
            <div class="det12">LIST A DISLIKE HERE</div>
            <div class="det13">THINGS I FEAR</div>
            <div class="det14">LIST A FEAR HERE</div>
          </div>
        </div>
        <div class="tab">
          <input type="radio" id="tab-3" name="tab-group-1">
          <label for="tab-3" style="margin-left: 25px;">THE HISTORY</label>
          <div class="content">
            <div class="dlust8">
              <div class="dlust9">THE BACKGROUND</div>
              <div class="dlust14">
                Donec consequat ligula quis suscipit cursus. Curabitur hendrerit porttitor eros eu malesuada. Duis varius ante quis odio pharetra, id hendrerit sem porttitor. Integer et scelerisque sem. Quisque a sagittis est. Nulla quis vehicula leo, ultrices tincidunt dui. Donec vitae scelerisque justo. Nulla ultrices ut massa non elementum.
                <br>Praesent consectetur nunc dui, ut lacinia libero sollicitudin a. Aenean id est ut eros fermentum sagittis. Aenean imperdiet sapien at rhoncus aliquet. In adipiscing, nisl vel congue aliquam, enim enim congue nisl, a posuere nisl nulla non odio. Proin at lectus vel leo tempor pharetra. Nam eleifend dolor felis, ut suscipit metus eleifend ut. Ut tristique orci ac augue pretium, vitae euismod ante bibendum.
              </div>
            </div>
          <div class="dlust17">
            <div class="dlust9" style="background-color: #C7B424;">EXTRA INFORMATION</div>
            <div class="dlust16">
              Donec consequat ligula quis suscipit cursus. Curabitur hendrerit porttitor eros eu malesuada. Duis varius ante quis odio pharetra, id hendrerit sem porttitor. Integer et scelerisque sem. Quisque a sagittis est. Nulla quis vehicula leo, ultrices tincidunt dui. Donec vitae scelerisque justo. Nulla ultrices ut massa non elementum.
              <br>Praesent consectetur nunc dui, ut lacinia libero sollicitudin a. Aenean id est ut eros fermentum sagittis. Aenean imperdiet sapien at rhoncus aliquet. In adipiscing, nisl vel congue aliquam, enim enim congue nisl, a posuere nisl nulla non odio. Proin at lectus vel leo tempor pharetra. Nam eleifend dolor felis, ut suscipit metus eleifend ut. Ut tristique orci ac augue pretium, vitae euismod ante bibendum.
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="a1">TEMPLATE BY DALI OF CANDYLAND COUTURE</div>
</center>[/html]

0

120

[html]<style>
.trkk {
  height: 300px;
  overflow: hidden;
  width: 590px;
  margin: 0 auto;
  position: relative;
  color: #333;
}

.trkkfl {
  width: 580px;
  box-shadow: #ccc 1px 1px 10px;
  background: url(https: //s19.postimg.org/en0b1dl8j/Untitled-2.png);
  margin: 10px 0;
  height: 275px;
  border-radius: 10px;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: flex-start;
}

.trkkside {
  position: relative;
  z-index: 2;
  width: 150px;
  padding: 20px 0;
}

.trkkside img  {
  border: #444 solid 10px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
}

.trkkside:before {
  content: '';
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: 0;
  top: -180px;
  left: -10px;
  transform: rotate(5deg);
  background: #303030;
}

.trkktbs {
  display: flex;
  flex-flow: row wrap;
  width: 120px;
  position: relative;
  z-index: 3;
}

.trkcont label {
  transition: 300ms ease-in;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444;
  position: relative;
  top: 140px;
  left: 135px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: 5px;
  color: #fdd166;
  font-size: 25px;
  line-height: 25px;
}

.trkcont [type=radio] {display: none;}

.trcont {
  position: absolute;
  z-index: 2;
  border: #d8d8d8 solid 1px;
  top: 20px;
  right: 50px;
  background: #e7e7e7;
  border-radius: 5px;
  width: 330px;
  padding: 10px;
}

.trcont2 {
  position: relative;
  z-index: 3;
  background: #fbfbfb;
  border-radius: 5px;
  padding: 20px;
  height: 170px;
  overflow: hidden;
}

.trcont3 {
  padding-right: 5px;
  text-align: justify;
  transition: 400ms ease;
  height: 170px;
  overflow: auto;
  position: relative;
  z-index: 3;
  top: -200px;
  font: 10px roboto;
  line-height: 13px;
}

.trcont3.two {top: 200px;}

.trcont3.image {
  padding: 0;
  overflow: hidden;
}

.trcont2 section .jiwoon {
  width: 290px;
  height: 170px;
}
 
.trkcont [type=radio]:checked ~ label {
  background: #fdd166;
  color: #393939;
}

.trkcont [type=radio]:checked ~ label ~ .trcont {z-index: 3;}
.trkcont [type=radio]:checked ~ label ~ .trcont .trcont2  {z-index: 4;}
 
.trkcont [type=radio]:checked ~ label ~ .trcont .trcont2 .trcont3  {
  z-index: 4;
  top: 0;
}
 
.trcont3: : -webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.trcont3: : -webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 10px;
}

.trcont3 tit {
  display: block;
  font: 100 35px roboto;
  margin: 0 0 5px;
  letter-spacing: -1px;
  color: #888;
}

.trcont3 tit:First-letter {
  color: #eac875;
  font-weight: 900;
}

.trcont3 strong {
  display: block;
  border-bottom: #e7e7e7 solid 1px;
  padding: 5px;
  font: 700 10px karla;
  color: #eac875;
}

.trcont3 strong span {
  color: #444;
  padding: 0 0 0 3px;
  text-transform: lowercase;
}

.trcont3 strong nav {
  color: #444;
  margin: 20px;
  border: #e5e5e5 5px solid;
  outline: #d9d9d9 solid 1px;
  padding: 10px;
}

.trcont3 p {padding: 0 10px;}

.trcont3 b {
  color: #eac875;
  font-size: 12px;
}

.trcont3 i {
  font-size: 11px;
  font-style: italic;
}

.trcont3 blockquote {
  margin: 20px 30px;
  background: #e6e6e6;
  padding: 10px;
  font:  11px karla;
  text-transform: uppercase;
  display: block;
}

.trcont3 menu {
  text-align: center;
  color: #eac875;
  padding: 0;
  margin: 25px 50px 0;
  font: 900 85px roboto;
  line-height: 80px;
}

.trcont3 menu span {
  display: block;
  font: 9px karla;
  color: #333;
}

.trcont3 menu span b {
  font: 9px karla;
  color: #333;
}

.vcredits {
  width: 200px;
  margin: 0 auto;
  font: 9px helvetica;
  text-transform: uppercase;
  opacity: 0.8;
  color: #222;
}

.vcredits a {color: #222;}

</style>
<!-- Code désigné par Von. Merci de créditer l'auteur ! Lien source : http://candyland-couture.com/index.php?showtopic=26432 -->

<link href="https: //fonts.googleapis.com/css?family=Karla: 400,400i,700,700i|Roboto: 100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<link href="http: //files.jcink.net/uploads/vonskins/typicons_min.css" rel="stylesheet">

<div class="trkk" align="center">
  <div class="trkkfl">
    <div class="trkkside">
      <img src="https://via.placeholder.com/100x100">
    </div>
    <div class="trkktbs">
      <div class="trkcont">
        <input type="radio" id="trk-1" name="trk" checked>
        <label for="trk-1"><i class="typcn typcn-social-instagram"></i></label>
        <div class="trcont">
          <div class="trcont2">
            <section class="trcont3 one image">
              <img class="jiwoon" src="https://via.placeholder.com/290x170">
            </section>
          </div>
        </div>
      </div>
      <div class="trkcont">
        <input type="radio" id="trk-2" name="trk">
        <label for="trk-2"><i class="typcn typcn-pen"></i></label>
        <div class="trcont">
          <div class="trcont2">
          <section class="trcont3 two">
            <tit>park jiwoon</tit>
            <strong>NICKNAME » <span>woonie, jiwoon</span></strong>
            <strong>AGE » <span>nineteen</span></strong>
            <strong>SEXUALITY » <span>heteroflexible</span></strong>
            <strong>HOBBIES » <nav>dancing especially, singing, practicing, concerts</nav></strong>
            <strong>DISLIKES » <nav>unproductivity, not enough practice, stagnation</nav></strong>
          </section>
          </div>
        </div>
      </div>
      <div class="trkcont">
        <input type="radio" id="trk-3" name="trk">
        <label for="trk-3"><i class="typcn typcn-heart-outline"></i></label>
        <div class="trcont">
          <div class="trcont2">
          <section class="trcont3 one">
            <tit>friends</tit>
            <p>
              <B>jiwoon's affections</B> toward his friends are as warm as how cold he looks outside. he gives genuinity on his smile and is not afraid to have a <b>plethora of friends.</b> He does not look for <b>social status,</b>
              but someone who can make his time worthwile and <b>fun.</b>
              <blockquote>wanted wanted wanted</blockquote>
            </p>
            <tit>enemies</tit>
            <p>
              there were times that jiwoon argued with higher ups because of <b>unfair treatments</b> or other reasons, but now that he debuted, he does his best <b>to be professional.</b> His cold looks can even rub people <b>the wrong way.</b>
              <blockquote>healthy rivalry with other groups, rivalry with a member, strained past rivals.</blockquote>
            </p>
            <tit>lovers</tit>
            <p>
              as of right now, jiwoon only aims <b>success</b> for his group and his individual success. relationships can only cause nothing but <b>strain</b> on both parties' side. As much as possible, he would like to <b>refrain from dating rumours-</b> but future isn't always what we imagine to be.
              <blockquote>someone who can change his mind and open his heart *cringeee*</blockquote>
            </p>
          </section>
        </div>
      </div>
    </div>
    <div class="trkcont">
      <input type="radio" id="trk-4" name="trk">
      <label for="trk-4"><i class="typcn typcn-user-outline"></i></label>
      <div class="trcont">
        <div class="trcont2">
          <section class="trcont3 two">
            <menu>OOC<span>CONTACT ME USING DISCORD, I BARELY USE SKYPE THESE DAYS. <b>PM FOR MY USERNAME</b></span></menu>
          </section>
        </div>
      </div>
    </div>
  </div>
  </div>
</div>
<div class="vcredits"><a href="http: //voncodes.tumblr.com">VON</a> OF <a href="http: //candyland-couture.com/index.php?showuser=5861">CC</a></div>
[/html]

0


Вы здесь » concoction » ХТМЛ и журнал » Тестовое сообщение


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