Благодарим за выбор нашего сервиса!
Тестовое сообщение
Страница: 1
Сообщений 1 страница 23 из 23
Поделиться22018-01-29 19:58:59
Код:
<!--HTML--><link href="https://fonts.googleapis.com/css?family=Roboto:400|Montseratt:800|Homemade+Apple|Muli:800" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Marck+Script" rel="stylesheet"> <style> #dear-john { width: 600px; height: 400px; background: url(http://s8.uploads.ru/ZdJlp.png); background-size: 600px; position: relative; margin 0px auto; overflow: hidden; -webkit-filter: grayscale(0%); filter: grayscale(0%); } #dear-john ::-webkit-scrollbar { width: 1px; } #dear-john ::-webkit-scrollbar-track { background: #7f7782; border: 0.5px solid #5c555f; } #dear-john ::-webkit-scrollbar-thumb { background: #000; border: 0.5px solid #000; } #dear-john input[type=checkbox] { display: none; } #dear-john .click{ position: absolute; font-family: 'Marck Script', cursive; font-size: 70px; top: 210px; left: 65px; color: #c1bfca; height: 100px; width: 600px; background: transparent; transform: rotate(-25deg); transition: all 1s ease-in-out 0s; letter-spacing: 0px; line-height: 50px; text-shadow: 1px 3px #000; } #dear-john input[type=checkbox]:checked ~ .click{ height: 100px; width: 200px; font-size: 27px; top: 50px; left: 35px; color: #c1bfca; transform: rotate(0deg); transition: all 1s ease-in-out 0s; text-align: center; text-shadow: none; } #dear-john label { width: 10px; height: 10px; } #dear-john label:hover { cursor: crosshair; } #dear-john .sub{ text-transform: uppercase; position: absolute; font-family: 'Muli', sans-serif; font-weight: 800; font-size: 10px; letter-spacing: 7px; top: 280px; left: 340px; padding: 0px 13px 7px 20px; color: #c1bfca; background: transparent; border-bottom: 1px solid #fff; opacity: 1; transition: all 0.7s ease-in-out 1s; } #dear-john input[type=checkbox]:checked ~ .sub{ opacity: 0; transition: all 0s ease-in-out 0s; } #dear-john .base{ position: absolute; top: 0px; left: 0px; width: 600px; height: 400px; background: #c1bfc2; transition: all 1s ease-in-out 0s; opacity: 0.45; } #dear-john input[type=checkbox]:checked ~ .base{ opacity: 0.40; transition: all 1s ease-in-out 0s; } #dear-john .container{ position: absolute; top: 30px; left: 30px; width: 190px; height: 320px; background: #47474c; border: 10px solid #e6e7e7; transition: all 1s ease-in-out 0s; opacity: 0; } #dear-john input[type=checkbox]:checked ~ .container{ opacity: 1; transition: all 1s ease-in-out 0s; } #dear-john .container2{ font-family: 'Arial', sans-serif; font-size: 11px; font-weight: 400; color: #303030; overflow: auto; position: absolute; top: 30px; right: -320px; width: 240px; height: 280px; border: 30px solid #e6e7e7; background: #e6e7e7; letter-spacing: 0px; text-align: justify; line-height: 12.5px; padding-right: 12px; transition: all 1s ease-in-out 0s; } #dear-john input[type=checkbox]:checked ~ .container2{ right: 28px; transition: all 1s ease-in-out 0s; } #dear-john .avatar{ position: absolute; top: 65px; left: 40px; width: 90px; height: 90px; border: 1px solid #969caa; border-radius: 100px; padding: 10px; } #dear-john img{ width: 90px; height: 90px; border-radius: 100px; } #dear-john .t1{ font-family: 'Montseratt', sans-serif; font-size: 20px; font-weight: 800; text-transform: uppercase; color: #303030; width: 240px; height: 38px; line-height: 25px; letter-spacing: 0px; border-bottom: 4px solid #303030; margin-bottom: 6px; text-align: right; } #dear-john t2{ font-family: 'Montseratt', sans-serif; font-size: 15px; font-weight: 800; text-transform: uppercase; color: #fff; background: #303030; padding: 5px 15px; width: 10px; line-height: 30px; float: left; letter-spacing: 0px; margin-right: 12px; margin-bottom: 5px; text-transform: uppercase; } #dear-john .text{ position: absolute; top: 195px; left: 15px; width: 162px; height: 38px; line-height: 25px; letter-spacing: 0px; } #dear-john t3{ font-family: 'Muli', sans-serif; font-size: 12px; font-weight: 800; background: #transparent; text-transform: uppercase; color: #c1bfc2; letter-spacing: 0px; padding: 0px 0px; } #dear-john .lyrics{ font-family: Times; font-size: 9px; color: #eee; letter-spacing: 1px; padding: 0px 10px; line-height: 12px; background: transparent; margin-top: 10px; width: 120px; text-align: justify; } #dear-john .polygon{ position: absolute; bottom: 40px; right: 35px; width: 400px; height: 200px; background: #000; border-bottom: 0.5px solid #fff; border-right: 0.5px solid #fff; transition: all 1s ease-in-out 0s; opacity: 0.7; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%); transition: all 0.7s ease-in-out 1s; } #dear-john input[type=checkbox]:checked ~ .polygon{ bottom: 0px; right: -1px; background: #fff; transition: all 1s ease-in-out 0s; } #dear-john .cred a{ position: absolute; top: 127px; left: 80px; font-family: calibri; text-decoration: none; font-size: 7px; color: #aaa; line-height: 10px; transform: rotate(15deg); opacity: 1; } </style> <center> <div id="dear-john"> <input type="checkbox" id="dj-toggle"> <div class="base"></div> <div class="polygon"></div> <div class="container"> <div class="avatar"><img src="http://sh.uploads.ru/T0G6H.gif"></div> <div class="text"> <t3>Веста Максимовна Шелковиц</t3><br> <div class="lyrics"> — внешность: <br>ханна пикси сноудон </div> <div class='cred'><a href="http://shine.jcink.net/index.php?showuser=29444" title='hanie ©'> <i class="fa fa-chain"></i></a></div> </div> </div> <div class="container2"> <div class="t1">Предисловие</div><br> <t2>М</t2>еня зовут <b>Веста</b> - удобное имя, даже сокращать не надо. Мне <b>25 лет</b>, я родилась <b>5 мая дай боже вспомнить какого года, наверное 1992</b>. Детство я провела в <b>Калининграде</b>, но приехала поступать в <b>Москву</b>, и теперь я здесь. Я <b>не замужем</b> и вряд ли когда-нибудь буду, но это не мешает мне <b>любить представителей прекрасного и не очень полов</b>. Сейчас я пытаюсь не вылететь из МГК им. Чайковского, попасть на шоу "Голос" на Первом канале и раскрутить собственную рок-группу. <br><br> <div class="t1">История</div><br> <t2>M</t2>ного всякой глупой болтовни про детство, жизуху, любовь морковь, как жила, что кушала на завтрак обед и ужин, отношения с родителями и прочее-прочее-прочее. </div> <div class="sub">Шелковиц</div> <div class="click"> <label for="dj-toggle">Веста</label> </div> </div> </center>
Поделиться32018-01-31 01:08:55
Код:
<!--HTML--><div class="post-middle"> <link href="https://fonts.googleapis.com/css?family=La+Belle+Aurore" rel="stylesheet"> <style>.goa {width: 500px; height: 333px; background-image:url(https://cdn.allwallpaper.in/wallpapers/2400x1350/6667/dragon-age-2-temple-altar-2400x1350-wallpaper.jpg); background-size:850px auto; overflow:hidden; background-position: -155px -35px;margin: 0 auto; position:relative;transition: all 1s ease 0.2s;} .goa:hover {background-size: 850px; background-position: 0 0px; } .goa .goa2 {width: 200px; background-color: rgba(54, 54, 54, 0.65); height: 25px; border:1px solid #e8d1a9; color: #e8d1a9; font-family: 'La Belle Aurore'; font-weight: 300; font-size: 15px; line-height:30px;text-align:center; position:absolute; top: 155px; right: 135px;opacity: 1;transition: all 1s ease 1s;} .goa:hover .goa2 {transition: all 1s ease; opacity:0;} .goa .goa3 {opacity: 0; transition: all 1s ease;width: 195px; height: 280px; background-color: rgba(54, 54, 54, 0.65);border:1px solid #e8d1a9; color: #e8d1a9; position:absolute; top: 10px; left:10px;} .goa:hover .goa3 {opacity: 1; transition: all 1s ease 1s;} .goa4 {font-family: 'La Belle Aurore'; font-weight: 300; font-size:14px; line-height: 14px;text-align:center; width: 155px; height:273px; position: relative; margin: 0 auto; padding: 0 15px; top:20px;} .goa4 b {font-weight: 700; color: #96B2A6;background-color: #3d423f;} </style> <div class="goa"><div class="goa2">BREAK THE BREAD</div><div class="goa3"><div class="goa4"> Break the bread drink the wine<br> In my heart you'll live forever<br> The time to go is never right<br> When we say goodbye<br> <br> <hr> <br> Kirkwall, 9:31 Dragon Age <br><br> <hr> <a href="http://unirole.rusff.me/profile.php?id=1060">Cullen Rutherford</a><br> х<br> <a href="http://unirole.rusff.me/profile.php?id=1017">Bethany Hawke</a> </div> </div> </div>
Поделиться42018-03-01 00:16:45
Код:
<!--HTML--> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Pacifico|Vollkorn" rel="stylesheet"> <center> <div id="ad-digsall"> <div class="pic-adiggs"> <img src="https://i.imgur.com/NKfAKan.gif"> </div> <div class="dig-adinner"> <div id="adinner-abs"> <div class="digad-abinhas"> <input type="radio" id="d-aba1" name="dig-wtd-abas" checked> <label for="d-aba1"><i class="material-icons" title="информация">star_rate</i></label> <div class="adiggs-content"> <div class="about-ad1"> <img src="https://i.imgur.com/pNdedzZ.gif"> <div class="frase1-ad"> <b>имя фамилия</b><br /> возраст ▪ профессия ▪ место рождения <p><span> "Цитата на Ваш выбор, характеризующая персонажа" </span> </div> </div> </div> </div> <div class="digad-abinhas"> <input type="radio" id="d-aba2" name="dig-wtd-abas"> <label for="d-aba2"><i class="material-icons" title="биография">assignment_ind</i></label> <div class="adiggs-content"> <div class="about-infos"> <h1>коротко обо мне</h1> Привет, наверное, пришло время познакомиться. Меня зовут <b>Имя</b>, но вы можете называть меня <b>сокращение/прозвище</b>. Мне <b>00 лет/года</b>, я родился (-ась) <b>дата</b>. Детство я провел (-а) в <b>городе</b>, но приехал (-а) в <b>Москву</b> с целью/для того, чтобы ... [либо] Я родился (-ась) и живу в <b>Москве</b>. В данный момент времени я <b>работаю/учусь/подрабатываю</b> в <b>место работы/учебы</b>, а в свободное время люблю <b>ваше хобби</b>. Я <b>(не-) замужем/не женат/состою в отношениях</b>. В принципе, что касается увлечений, то я люблю/предпочитаю <b>девушек/парней [цвет волос/глаз/какие-то особенные черты]</b>. Однажды я мечтаю <b>[планы и цели на будущее]</b>. Ведь Москва идеальное для этого место, вам так не кажется? <h1>моя история</h1> текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст<br> текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст<br> текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст </div> </div> </div> <div class="digad-abinhas"> <input type="radio" id="d-aba3" name="dig-wtd-abas"> <label for="d-aba3"><i class="material-icons" title="отношения">favorite</i></label> <div class="adiggs-content"> <div class="shipsadsall"> <div id="shipscell" class="typeimg-1"> <img src="http://icons.iconarchive.com/icons/designbolts/free-male-avatars/128/Male-Avatar-icon.png"> <b>Имя Фамилия</b><p> статус ▪ возраст ▪ профессия<p> Тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттекст. </div> <div id="shipscell" class="typeimg-2"> <img src="http://icons.iconarchive.com/icons/designbolts/free-male-avatars/128/Male-Avatar-icon.png"> <b>Имя Фамилия</b><p> статус ▪ возраст ▪ профессия<p> Тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттекст. </div> <div id="shipscell" class="typeimg-1"> <img src="http://icons.iconarchive.com/icons/designbolts/free-male-avatars/128/Male-Avatar-icon.png"> <b>Имя Фамилия</b><p> статус ▪ возраст ▪ профессия<p> Тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттекст. </div> <div id="shipscell" class="typeimg-2"> <img src="http://icons.iconarchive.com/icons/designbolts/free-male-avatars/128/Male-Avatar-icon.png"> <b>Имя Фамилия</b><p> статус ▪ возраст ▪ профессия<p> Тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттексттекст тексттексттексттексттексттексттексттекст. </div> </div> </div> </div> <div class="digad-abinhas"> <input type="radio" id="d-aba4" name="dig-wtd-abas"> <label for="d-aba4"><i class="material-icons" title="эпизоды">loyalty</i></label> <div class="adiggs-content" id="whatsrcroll"> <div class="trackdiggsads"> <span> <h1><b>реал и флэшбеки</b></h1> <ul> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /></ul> <h1><b>альтернатива</b></h1> <ul> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /></ul> <h1><b>закрытые эпизоды</b></h1> <ul> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /> <li><a href="/">название</a> - имя & имя / место [дата]</li><br /></ul> </span> </div></div></div></div></div></div></center> <!---------------------------- анкета ----------------------------> <div class="post-middle"> <style type="text/css"> #ad-digsall { width: 450px; height: 450px; overflow: hidden; margin-top: 30px; --c1: #87bba2; /* GENERAL COLORS */ --c2: #333; /* QUOTE COLOR */ --c3: #87bba2; /* LINKS COLOR */ } .pic-adiggs { width: 450px; height: 450px; overflow: hidden; background: var(--c1); } .pic-adiggs img { width: 450px; min-height: 450px; -webkit-filter: grayscale(.6); -webkit-transition: ease-in-out .7s; opacity: 1; transform: scale(1) rotate(0deg); } #ad-digsall:hover .pic-adiggs img { -webkit-filter: grayscale(1); -webkit-transition: ease-in-out .7s; opacity: .6; transform: scale(1.2) rotate(8deg); } .dig-adinner { width: 450px; height: 450px; background: white; position: relative; top: 0px; -webkit-transition: ease-in-out .7s; opacity: 0; } #ad-digsall:hover .dig-adinner { top: -450px; -webkit-transition: ease-in-out .7s; transition-delay: .7s; opacity: 1; } #adinner-abs { width: 440px; height: 440px; background: white; padding: 10px; overflow: hidden; position: relative; } .digad-abinhas { float: left; padding: 0px 43px; background: white; width: 20px; overflow: hidden; } .digad-abinhas label { display: inline-block; position: relative; top: 0px; left: 0px; color: lightgray; z-index: 1; -webkit-transition: all 2s; } .digad-abinhas [type=radio] {display: none;} .digad-abinhas .adiggs-content { width: 440px; height: 410px; top: 40px; left: 10px; position: absolute; background: white; opacity: 0; -webkit-transition: all 2s; } .digad-abinhas [type=radio]:checked ~ label ~ .adiggs-content { opacity: 1; -webkit-transition: all 2s; z-index: 55; } .digad-abinhas [type=radio]:checked ~ label { z-index: 10; color: var(--c1); -webkit-transition: all 2s; } .about-ad1 { width: 100%; height: 100%; overflow: hidden; } .about-ad1 img { width: 180px; height: 180px; border-radius: 50%; position: relative; top: 30px; left: 0px; } .frase1-ad { position: relative; top: 50px; line-height: 100%; font-family: 'Vollkorn', serif; color: #333; font-size: 13px; text-transform: lowercase; letter-spacing: 2px; width: 400px; } .frase1-ad b { font-family: 'Pacifico', cursive; font-size: 30px; line-height: 100%; letter-spacing: -2px; word-spacing: 10px; text-transform: lowercase; color: var(--c1); } .frase1-ad span { position: relative; top: 10px; font-size: 16px; letter-spacing: 1px; font-style: italic; color: var(--c2); opacity: .5; } .about-infos { width: 400px; height: 400px; background: white; padding: 10px 20px; overflow-y: scroll; position: absolute; z-index: 5; text-align: justify; font-family: 'Vollkorn', serif; font-size: 13px; color: #333; line-height: 120%; letter-spacing: 0px } .about-infos h1 { font-family: 'Pacifico', cursive; font-size: 23px; font-weight: normal; text-align: center; color: var(--c1); text-transform: lowercase; letter-spacing: -1px; } .about-infos::-webkit-scrollbar {width: 3px;} .about-infos::-webkit-scrollbar-track { background: lightgray; border: solid 1px white; } .about-infos::-webkit-scrollbar-thumb {background: lightgray;} #whatsrcroll { overflow-x: hidden; overflow-y: scroll; position: absolute; z-index: 22; } #whatsrcroll::-webkit-scrollbar {width: 3px;} #whatsrcroll::-webkit-scrollbar-track { background: lightgray; border: solid 1px white; } #whatsrcroll::-webkit-scrollbar-thumb {background: lightgray;} .trackdiggsads { width: 440px; line-height: 100%; font-family: Vollkorn; font-size: 13px; text-align: left; color: #333; text-transform: lowercase; letter-spacing: 1px; } .trackdiggsads h1 { font-weight: normal; text-align: center; padding: 20px 0px 10px; color: var(--c1); } .trackdiggsads span a { text-transform: uppercase; letter-spacing: -1px; text-decoration: none; color: var(--c3); font-style: italic; padding-right: 5px; } .shipsadsall { width: 400px; height: 410px; background: white; overflow-y: scroll; z-index: 2; position: relative padding: 20px; } .shipsadsall::-webkit-scrollbar {width: 3px;} .shipsadsall::-webkit-scrollbar-track { background: lightgray; border: solid 1px white; } .shipsadsall::-webkit-scrollbar-thumb {background: lightgray;} #shipscell { width: 350px; min-height: 100px; padding: 30px 20px; font-family: Vollkorn; font-size: 13px; text-align: justify; color: #333; line-height: 120%; letter-spacing: 1px; } .typeimg-1 img { width: 100px; height: 100px; overflow: hidden; border-radius: 50%; float: left; } .typeimg-2 img { width: 100px; height: 100px; overflow: hidden; border-radius: 50%; float: right; } #shipscell h1 { text-align: center; font-weight: normal; text-transform: capitalize; padding: 25px 0px 50px; letter-spacing: -1px; } #shipscell b { margin-left: 20px; text-transform: lowercase; color: var(--c1); } .creddigs span a {font-family: calibri; font-size: 9px; letter-spacing: 3px; color: lightgray; text-decoration: none; text-transform: lowercase; line-height: 100%;} </style>
Поделиться52018-03-01 00:42:13
Код:
<!--HTML--> <style> .fmountainbase { margin: 10px auto; width: 430px; height: 600px; overflow: hidden; border: 1px solid #ddd; padding: 10px; background: #1f1f25; } .fmountaintop { overflow: hidden; width: 430px; } .fmountaintop img { width: 430px; height: 200px; } .fmountaingif { z-index: 8; overflow: hidden;height: 80px; width: 80px; padding: 10px; background: #1f1f25; border: 1px solid #ddd; transform: rotate(45deg); position: relative; top: -65px; left: 21px; } .fmountaingif-2 img { width: 250px; height: 250px; transform: rotate(-45deg); position: relative; right: 20px;bottom: 50px; } .fmountain-overlay { width: 80px; height: 80px; border: 10px solid #1f1f25; background: rgba(34,21,89,.2); z-index: 999; outline: 1px solid #ddd; position: relative; top: -260px; left: -10px;} .fmountain-title { font: 20px/40px 'Satisfy', cursive; text-align: right; padding-left: 120px; overflow: hidden;text-shadow: 1px 2px #111; padding-right: 15px; color: #aaa; background: #222f44; height: 40px; position: relative; top: -116px; border-top: 10px solid #222f44; border-top: 10px solid #f9f9f9; border-bottom: 10px solid #f9f9f9; } .fmtntab { float: left; } .fmtntab label { display: block; width: 75px; height: 20px; background: #222f44; border: 1px solid #ddd; margin: 0px; position: relative; left: 2px; top: 177px; z-index: 3; overflow: hidden; padding: 0px 5px; color: #f9f9f9; font: 11px/20px 'Economica', sans-serif; text-transform: uppercase; text-align: center; margin-right: 2px;} .fmtntab input[type=radio]:checked ~ label { background: #354359; z-index: 2; } .fmtntab input[type=radio] { display: none; } .fmtncontent { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background: #fafafa; padding: 20px; border: 1px solid #ddd; width: 317px; height: 130px; transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -ms-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; opacity: 0; } .fmtntab input[type=radio]:checked ~ label ~ .fmtncontent { z-index: 1; transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -ms-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; opacity: 1;} .fmtncontent img { width: 307px; height: 120px; border: 5px solid #f3f3f3; outline: 1px solid #ddd; } .fmountain-body-app { position: relative; top: -115px; margin: 0px auto; width: 359px; padding: 0px 5px 0px 0px; height: 193px; outline: 1px solid #ddd; border: 10px solid transparent; background: #f3f3f3; color: #444; font: 13px/15px 'Economica', sans-serif; text-align: justify; border-right: 5px solid transparent; } .fmountain-text { width: 312px; height: 130px; overflow: auto; font: 12px/13px 'Economica', sans-serif; color: #333; padding-right: 5px; } .fmountain-text h1 { font: 20px/20px 'Satisfy', cursive; margin-top: 10px; margin-bottom: 2px; text-align: right; padding-right: 20px; padding-left: 20px; color: #222f44; text-shadow: 1px 1px #ddd; border-bottom: 1px dashed #ddd;} .fmountain-text h2 { font: 14px/18px 'Economica', sans-serif; letter-spacing: 1px; text-transform: uppercase;padding: 0px 20px; display: inline-block; margin: 0px; margin-top: 7px; margin-bottom: 2px; } .fmountain-question { vertical-align: top; font: 14px/18px 'Economica', sans-serif; letter-spacing: 1px; text-transform: uppercase; padding: 0px 20px; width: 60px; display: inline-block; margin: 0px; } .fmountain-answer { font: 12px/18px 'Economica', sans-serif; text-transform: lowercase; padding: 0px 10px; width: 187px; text-align: right; display: inline-block; } .fmountain-text::-webkit-scrollbar { width: 5px; } .fmountain-text::-webkit-scrollbar-track { background: #ccc; border-radius: 5px; } .fmountain-text::-webkit-scrollbar-thumb { background: #222f44; border-radius: 5px; } </style> <link href="https://fonts.googleapis.com/css?family=Economica|Satisfy" rel="stylesheet"> <div class="fmountainbase"><div class="fmountaintop"><img src="https://78.media.tumblr.com/3ffb86415bfd5241458f64321086f968/tumblr_njd2mcWqEt1u2d2qeo3_500.gif"></div> <div class="fmountaingif"><div class="fmountaingif-2"><img src="http://sa.uploads.ru/T6C8R.gif"></div> <div class="fmountain-overlay"></div></div> <div class="fmountain-title">dominique appoline weasley</div> <div class="fmountain-body-app"> <div class="fmtntab"><input type="radio" id="fmtntab-1" name="fmtntab-group-1" checked> <label for="fmtntab-1"> editorial </label> <div class="fmtncontent"> <img src="http://s4.uploads.ru/nVhIW.gif"> </div></div> <div class="fmtntab"><input type="radio" id="fmtntab-2" name="fmtntab-group-1"> <label for="fmtntab-2"> portfolio </label><div class="fmtncontent"><div class="fmountain-text"> <h1>personal details</h1> <div class="fmountain-question">full name</div><div class="fmountain-answer">dominique appoline weasley</div> <div class="fmountain-question">nicknames</div><div class="fmountain-answer">dommy / dom / monique</div> <div class="fmountain-question">birthday</div><div class="fmountain-answer">## month, ####</div> <div class="fmountain-question">age</div><div class="fmountain-answer">## years young</div> <div class="fmountain-question">zodiac</div><div class="fmountain-answer">zodiac sign goes here</div> <div class="fmountain-question">hometown</div><div class="fmountain-answer">home town here</div> <h1>familial details</h1> <div class="fmountain-question">parents</div><div class="fmountain-answer">name name name (##)<br /> name name name (##)</div> <div class="fmountain-question">siblings</div><div class="fmountain-answer">name (##)<br />name(##)<br />name (##)</div> <div class="fmountain-question">relationship</div><div class="fmountain-answer">single/married/etc.</div> <div class="fmountain-question">partner</div><div class="fmountain-answer">name here</div> <div class="fmountain-question">children</div><div class="fmountain-answer">children names here</div> <h1>personality details</h1> <div class="fmountain-question">strengths</div><div class="fmountain-answer">list out five</div> <div class="fmountain-question">weaknesses</div><div class="fmountain-answer">list out five</div> <div class="fmountain-question">likes</div><div class="fmountain-answer">list out</div> <div class="fmountain-question">weaknesses</div><div class="fmountain-answer">list out</div> </div></div></div> <div class="fmtntab"><input type="radio" id="fmtntab-3" name="fmtntab-group-1"> <label for="fmtntab-3"> statement </label> <div class="fmtncontent"><div class="fmountain-text"> <h1>freeform</h1> here is a freeform area; feel free to use the headers to make it look pretty or do whatever you want. this will -obviously - scroll as need be. </div></div></div> <div class="fmtntab"><input type="radio" id="fmtntab-4" name="fmtntab-group-1"> <label for="fmtntab-4"> resume </label><div class="fmtncontent"><div class="fmountain-text"> <h1>alias here</h1> <div class="fmountain-question">timezone</div><div class="fmountain-answer">here</div> <div class="fmountain-question">contact</div><div class="fmountain-answer">here</div> <div class="fmountain-question">characters</div><div class="fmountain-answer">here</div> </div></div></div></div></div> <div class="fmountain-credz"><a href="http://shine.jcink.net/index.php?showuser=744">thanks evvie <3</a></div>
Поделиться62018-03-04 11:25:30
Код:
<!--HTML--><div align="center"> <link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet"> <style>.ch {width: 500px; height: 400px; background-image:url(https://78.media.tumblr.com/ee5dac88186dad1c3b9f41f6af0a4975/tumblr_o0naa52vd61u2k67wo2_1280.gif); background-size:400px;background-position:center;overflow:hidden;} .ch .ch1 {width: 400px; height: 100px; background-color:#020000; opacity: 0.8; position:relative; top:290px; transition: all 1s ease;-moz-transition: all 1s ease;-webkit-transition: all 1s ease;} .ch:hover .ch1 {height: 270px; top: 120px;transition: all 1s ease 1s;-moz-transition: all 1s ease 1s;-webkit-transition: all 1s ease 1s;} .ch .ch2 {width: 400px; height: 98px; border-top: 5px double #14acf4;} .ch .ch3 {width: 400px; height: 95px; font-family: 'Amatic SC', sans-serif;color: #14acf4; font-size: 40px; line-height: 110px;letter-spacing:4px;text-transform: uppercase; opacity:1; transition: all 1s ease 1.5s;-moz-transition: all 1s ease 1.5s;-webkit-transition: all 1s ease 1.5s;} .ch:hover .ch3 {opacity:0;transition: all 1s ease;-moz-transition: all 1s ease;-webkit-transition: all 1s ease;} .ch .ch4 {width: 370px; height: 200px; padding: 5px; text-align: center; color: #14acf4;font-family: 'Arial', sans-serif;font-size: 11px; line-height:13px; opacity: 0; transform: scale(1.5); -webkit-transform: scale(1.5); -moz-transform: scale(1.5); transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; position:relative; top:-90px;} .ch:hover .ch4 {opacity:1; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transition: all 1s ease 1s; -moz-transition: all 1s ease 1s; -webkit-transition: all 1s ease 1s;} .ch .ch4:first-letter, .ch .ch4 p:first-letter {color:#50f0ff; font-weight: bold;} </style> <div class="ch"><div class="ch1"><div class="ch2"><div class="ch3">NEVER LET YOU DOWN</div><div class="ch4"> Baby I will find you<br> Baby I can hear you call<br> Baby I can feel your heart<br> <br> Baby I will find you<br> Just wait a little longer<br> Baby I can hear you call<br> I won't ever let you fall<br> <br> I'll never let you down, never let you down<br> Never let you down, never let you down <br><br> <hr><br> <a href="http://unirole.rusff.me/profile.php?id=1017" target="blank" style="color: #67f3ff;">BETHANY</a> x <a href="http://unirole.rusff.me/profile.php?id=1060" target="blank" style="color: #67f3ff;">CULLEN</a> <br><br> THE DEEP ROADS, 9:40 DRAGON AGE </div></div></div></div> </div>
Поделиться72018-03-15 23:38:02
Код:
<!--HTML--><style type="text/css"> #st-mood-all {width: 500px; overflow: hidden;} .st-mood-body {width: 500px; padding: 4px 0px;} #st-mood-all .st-mood-body img:first-child, .st-mood-body img:nth-child(3), .st-mood-body img:nth-child(7), .st-mood-body img:nth-child(9) {position: relative; top: -10px; width: 160px; height: 160px;} #st-mood-all .st-mood-body img:nth-child(5) {width: 160px; height: 160px; position: relative; top: -17px;} #st-mood-all .st-mood-body img:nth-child(4), .st-mood-body img:nth-child(6) {width: 160px; height: 200px; position: relative; top: -17px} #st-mood-all .st-mood-body img:nth-child(7), .st-mood-body img:nth-child(9) {width: 160px; height: 160px; position: relative; top: -24px;} #st-mood-all .st-mood-body img:nth-child(8) {width: 160px; height: 180px; position: relative; top: -34px;} #st-mood-all .st-mood-body img:nth-child(2) {width: 160px; height: 180px;} #st-mood-all .st-mood-body img {-webkit-filter: grayscale(1); -webkit-transition: linear 1s;} #st-mood-all .st-mood-body img:hover {-webkit-filter: grayscale(0); -webkit-transition: linear 1s; transform: scale(.95);} .st-mood-header {width: 486px; height: 150px; overflow: hidden;} .st-mood-header img {width: 100px; height: 100px; border-radius: 50%; border: solid 12px white; margin-top: 13px;} .st-mood-footer {width: 446px; position: relative; top: -35px; font-family: raleway; color: white; font-size: 12px; text-transform: lowercase; padding: 40px 20px; line-height: 100%; text-align: justify; letter-spacing: 1px; font-style: italic;} .mycredis span a {color: lightgray; inline: block; cursor: crosshair; text-decoration: none; position: relative; top: -35px;} </style> <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> <center> <div id="st-mood-all"> <div class="st-mood-header" style="background:url(https://is.gd/uWNqPB)"> <img src="https://is.gd/kJnHRy"> </div> <div class="st-mood-body"> <img src="https://is.gd/YOJIli" title="breath"> <img src="https://is.gd/LHJk7u" title="sunflower"> <img src="https://is.gd/7REr9G" title="rainbow"> <img src="https://is.gd/z7kB5e" title="450"> <img src="https://is.gd/CZyAmh" title="3"> <img src="https://is.gd/C6fyXB" title="to right"> <img src="https://is.gd/3LVFqs" title="4"> <img src="https://is.gd/IIpoC0" title="to left"> <img src="https://is.gd/4p0MH3" title="breath"> </div> <div class="st-mood-footer" style="background:url(https://is.gd/OeoA8j)"> "It's just, sometimes... people don't really say what they're really thinking. But when you capture the right moment, it says more." </div> </div>
Поделиться82018-03-15 23:55:21
Код:
<!--HTML--><link href="https://fonts.googleapis.com/css?family=Muli:400,700|Montseratt:800" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> #gold-playlist{ width: 450px; background: #111; position: relative; margin: 0px solid; overflow: hidden; padding-bottom: 105px; border-radius: 5px; } #gold-playlist .list{ position: relative; top: 30px; margin-top: 15px; width: 370px; height: 90px; background: #1f1f1f; border-radius: 10px; } #gold-playlist .avatar{ position: relative; top: 0px; left: -140px; width: 90px; height: 90px; border-radius: 100px; opacity: 0.9; } #gold-playlist img{ width: 90px; opacity: 0.9; } #gold-playlist .title{ font-family: 'Muli', sans-serif; font-size: 12px; font-weight: 700; position: relative; top: -71px; left: 45px; width: 260px; height: 30px; color: #bbb; letter-spacing: 0px; line-height: 10px; } #gold-playlist .singer{ font-family: 'Muli', sans-serif; font-size: 9px; font-weight: 400; position: relative; top: -86px; left: 45px; width: 260px; height: 10px; color: #777; letter-spacing: 0px; line-height: 10px; } #gold-playlist .bar{ position: relative; top: -77px; left: 45px; width: 140px; height: 2px; background: #555; border-left: 80px solid #999; } #gold-playlist .bar2{ position: relative; top: -77px; left: 45px; width: 140px; height: 2px; background: #555; border-left: 80px solid #555; } #gold-playlist .buttons{ position: relative; top: -68px; left: 45px; width: 260px; height: 10px; line-height: 10px; } #gold-playlist .mini{ position: relative; top: -121px; left: 160px; width: 260px; height: 0px; line-height: 10px; } #gold-playlist .header{ position: relative; top: 0px; width: 450px; height: 240px; background: url(https://78.media.tumblr.com/32fb68a7ea69e39ada06729fc4ad0635/tumblr_o7fgmeVQz01tmnlt2o1_500.gif); background-size: 450px; overflow: hidden; border-bottom: 0.5px solid #333; } #gold-playlist .dark{ position: absolute; top: 0px; width: 450px; height: 240px; background: #000; overflow: hidden; opacity: 0.7; } #gold-playlist .maintext{ font-family: 'Montseratt', sans-serif; font-size: 85px; font-weight: 800; text-transform: uppercase; position: absolute; top: 63px; left: 10px; width: 450px; height: 10px; color: #D4AC0D; letter-spacing:1px; line-height: 100px; } #gold-playlist .subtext{ font-family: 'Montseratt', sans-serif; font-size: 21px; font-weight: 800; text-transform: uppercase; position: absolute; top: 107px; left: 47px; width: 400px; height: 10px; color: #ccc; letter-spacing: 8px; line-height: 100px; } #gold-playlist .smoltext{ font-family: 'Montseratt', sans-serif; font-size: 25px; font-weight: 800; text-transform: uppercase; position: absolute; top: 21px; left: 31px; width: 400px; height: 10px; color: #ccc; letter-spacing: 1px; line-height: 100px; } #gold-playlist .dots{ position: absolute; top: 195px; left: 33px; width: 400px; height: 10px; } #gold-playlist .cred a{ text-decoration: none; position: relative; top: 60px; left: 10px; width: 450px; height: 10px; color: #444; font-family: 'Muli', sans-serif; font-size: 7px; font-weight: 700; letter-spacing: 0px; line-height: 10px; background: #111; padding: 8px; } #gold-playlist .line{ position: relative; top: 75px; left: 0px; width: 370px; height: 10px; border-top: 0.5px solid #333; background: #111; line-height: 10px; } </style> <center> <div id="gold-playlist"> <div class="header"></div> <div class="dark"> <div class="smoltext">new year's</div> <div class="maintext">top</div> <div class="subtext">playlist</div> <div class="dots"> <i class="fa fa-circle" style="font-size:8px;color:#D4AC0D;"></i> <i class="fa fa-circle-o" style="font-size:8px;color:#ddd;margin-left:3px;"></i> <i class="fa fa-circle-o" style="font-size:8px;color:#ddd;margin-left:3px;"></i> </div> </div> <div class="list"> <div class="avatar"> <img src="https://upload.wikimedia.org/wikipedia/en/b/b5/ImagineDragonsEvolve.jpg"> </div> <div class="title">Believer<br /></div> <div class="singer">Imagine Dragons</div> <div class="mini"> <i class="fa fa-heart" style="font-size:8px;color:#D4AC0D;margin-right:5px;"></i> <i class="fa fa-random" style="font-size:8px;color:#555;"></i> </div> <div class="bar2"></div> <div class="buttons"> <i class="fa fa-backward" style="font-size:11px;color:#555;margin-right:17px;"></i> <i class="fa fa-play" style="font-size:13px;color:#D4AC0D;"></i> <i class="fa fa-forward" style="font-size:11px;color:#555;margin-left:12px;"></i> </div> </div> <div class="list"> <div class="avatar"><img src="https://tesco.scene7.com/is/image/tesco/242-4647_PI_66650MN"></div> <div class="title">Castle On The Hill<br /></div> <div class="singer">Ed Sheeran</div> <div class="mini"> <i class="fa fa-heart" style="font-size:8px;color:#555;margin-right:5px;"></i> <i class="fa fa-random" style="font-size:8px;color:#555;"></i> </div> <div class="bar2"></div> <div class="buttons"> <i class="fa fa-backward" style="font-size:11px;color:#555;margin-right:17px;"></i> <i class="fa fa-play" style="font-size:13px;color:#D4AC0D;"></i> <i class="fa fa-forward" style="font-size:11px;color:#555;margin-left:12px;"></i> </div> </div> <div class="list"> <div class="avatar"><img src="http://www.breatheheavy.com/wp-content/uploads/2017/08/pink-what-about-us-cover.jpg"></div> <div class="title">What About Us<br /></div> <div class="singer">P!nk</div> <div class="mini"> <i class="fa fa-heart" style="font-size:8px;color:#D4AC0D;margin-right:5px;"></i> <i class="fa fa-random" style="font-size:8px;color:#555;"></i> </div> <div class="bar"></div> <div class="buttons"> <i class="fa fa-backward" style="font-size:11px;color:#555;margin-right:17px;"></i> <i class="fa fa-pause" style="font-size:13px;color:#D4AC0D;"></i> <i class="fa fa-forward" style="font-size:11px;color:#555;margin-left:12px;"></i> </div> </div> <div class="list"> <div class="avatar"><img src="https://upload.wikimedia.org/wikipedia/en/thumb/e/e2/Harry_Styles_-_Sign_of_the_Times_%28Official_Single_Cover%29.png/220px-Harry_Styles_-_Sign_of_the_Times_%28Official_Single_Cover%29.png"></div> <div class="title">Sign of the Times<br /></div> <div class="singer">Harry Styles</div> <div class="mini"> <i class="fa fa-heart" style="font-size:8px;color:#D4AC0D;margin-right:5px;"></i> <i class="fa fa-random" style="font-size:8px;color:#555;"></i> </div> <div class="bar2"></div> <div class="buttons"> <i class="fa fa-backward" style="font-size:11px;color:#555;margin-right:17px;"></i> <i class="fa fa-play" style="font-size:13px;color:#D4AC0D;"></i> <i class="fa fa-forward" style="font-size:11px;color:#555;margin-left:12px;"></i> </div> </div> <div class="list"> <div class="avatar"><img src="https://upload.wikimedia.org/wikipedia/en/5/57/Something_Just_Like_This.png"></div> <div class="title">Something Just Like This<br /></div> <div class="singer">The Chainsmokers & Coldplay</div> <div class="mini"> <i class="fa fa-heart" style="font-size:8px;color:#555;margin-right:5px;"></i> <i class="fa fa-random" style="font-size:8px;color:#555;"></i> </div> <div class="bar2"></div> <div class="buttons"> <i class="fa fa-backward" style="font-size:11px;color:#555;margin-right:17px;"></i> <i class="fa fa-play" style="font-size:13px;color:#D4AC0D;"></i> <i class="fa fa-forward" style="font-size:11px;color:#555;margin-left:12px;"></i> </div> </div> <div class="line"></div> <div class="cred"><a href="https://shine.jcink.net/index.php?showuser=29444">2018 Hanie ©</a></div> </div>
Поделиться92018-03-16 00:05:01
Код:
<!--HTML--> <style> .cgm-aesthetics1 { border: 30px solid #f0f0f0; width:432px; margin: auto; background-color: #f0f0f0; border-radius: 20px; color: #ddd; padding: 0px; box-shadow: 0px 3px 3px #999; } .cgm-aesthetics1b { border: 1px solid #fff; width:400px; margin: auto; background-color: #ddd; border-radius: 20px; color: #ddd; padding: 15px; box-shadow: 0px 3px 3px #999; radius: 20px; } .cgm-aesthetics2 { height: 340px; width:200px; position: relative; background-size: cover; background-position: center; -webkit-transition: 2s; -moz- transition: 2s; transition: 2s; } .cgm-aesthetics2b { height: 340px; width:200px; position: relative; top: -340px; left: 201px; -webkit-transition: 2s; -moz- transition: 2s; transition: 2s; background-size: cover; background-position: center; } .cgm-aesthetics1 wrp1 { height: 340px; overflow: hidden; display: block; padding-bottom: 1px;} .cgm-aesthetics1 infr { opacity: 0; display: block; height: 340px; background-color: rgba(30, 30, 30, .5); display: block; line-height: 340px; font-family: 'Montserrat', sans-serif; font-size: 12px; -webkit-transition: 2s; -moz- transition: 2s; transition: 2s; text-align: center; font-weight: 400; letter-spacing: 2px; text-shadow: -1px -1px #111, -1px 1px #111, 1px -1px #111, 1px 1px #111, 2px 2px 3px #444; } .cgm-aesthetics1 infr:hover { display: block; background-color: rgba(30, 30, 30, .5); display: block; font-family: 'Montserrat', sans-serif; font-size: 12px; opacity: 1; -webkit-transition: 2s; -moz- transition: 2s; transition: 2s; text-align: center; font-weight: 400; letter-spacing: 2px; text-shadow: -1px -1px #111, -1px 1px #111, 1px -1px #111, 1px 1px #111, 2px 2px 3px #000; } .cgm-aesthetics2:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: 2s; -moz- transition: 2s; transition: 2s; } .cgm-aesthetics2b:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: 2s; -moz- transition: 2s; transition: 2s; } .cgm-aesthetics1 wrp2 { height: 201px; overflow: hidden; display: block; padding-bottom: 1px; } .cgm-aesthetics1 wrp2 .cgm-aesthetics2 { height: 200px; line-height: 200px; overflow: hidden; display: block; padding-bottom: 1px;} .cgm-aesthetics1 wrp2 .cgm-aesthetics2b infr { height: 200px; line-height: 200px; position: relative; top: 140px;} .cgm-aesthetics1 wrp2 .cgm-aesthetics2 infr { height: 200px; line-height: 200px;} .cgm-aesthetics1 wrno { display: block; height: 0px; line-height: 10px; } .cgm-aesthetics1 tzt { display: block; height: 15px; font-size: 15px; position: relative; top: -35px; line-height: 10px; font-family: 'Montserrat', sans-serif; font-weight: 900; letter-spacing: 3px; color: rgba(109, 124, 114, 1); text-shadow: -1px -1px #fff, -1px 1px #fff, 1px -1px #fff, 1px 1px #fff, 2px 2px 3px #888; text-transform: lowercase; } .cgm-aesthetics1 tzt2 { display: block; height: 15px; font-size: 15px; position: relative; top: 25px; line-height: 10px; font-family: 'Montserrat', sans-serif; font-weight: 900; letter-spacing: 3px; color: rgba(109, 124, 114, 1); text-shadow: -1px -1px #fff, -1px 1px #fff, 1px -1px #fff, 1px 1px #fff, 2px 2px 3px #888; text-align: right; text-transform: lowercase; } </style> <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"> <div class="cgm-aesthetics1"><div class="cgm-aesthetics1b"> <wrno> <tzt>character aesthetics!</tzt> </wrno> <wrp2> <div class="cgm-aesthetics2" style="background-image: url(http://pm1.narvii.com/6380/330c35847797ed16f464e95d6b09d2fb48c4d695_hq.jpg);"> <infr> WORD </infr> </div> <div class="cgm-aesthetics2b" style="background-image: url(https://68.media.tumblr.com/49bb58aec474a2b6d8995f3afa417777/tumblr_otz9dhOwse1vr4hkto6_1280.png);"> <infr> WORD </infr> </div> </wrp2> <wrp2> <div class="cgm-aesthetics2" style="background-image: url(https://68.media.tumblr.com/b675042e46a1dae15df3aa6324f45e51/tumblr_ol30w7kYeH1vvow54o1_1280.jpg);"> <infr> WORD </infr> </div> <div class="cgm-aesthetics2b" style="background-image: url(https://68.media.tumblr.com/2619f9ccc77f37cf4a013c45f087e361/tumblr_olc34hgl301s5pceio2_250.jpg);"> <infr> WORD </infr> </div> </wrp2> <wrno> <tzt2>character aesthetics!</tzt2> </wrno> </div></div>
Поделиться102018-03-18 02:28:18
Код:
<!--HTML--><link href="https://fonts.googleapis.com/css?family=Inconsolata|Trocchi|Open+Sans" rel="stylesheet"> <style> .r2sig { background-color:white; width: 390px; height: 170px; overflow: hidden; outline: 1px solid #bbb; outline-offset: 4px; position: relative; text-align: left; } .r2over { background-image: url(http://i422.photobucket.com/albums/pp302/KatieLezz/Nature/abstract-cloudy-sky-000454-glossy-white.png); background-size: cover; width: 390px; height: 180px; position: absolute; margin-top: -180px; opacity: 0.5; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .r2moon { background-image: url(http://67.media.tumblr.com/831d21c4398ed445a191fc8207f9b8d5/tumblr_mlrsj9NkKj1s5jjtzo1_1280.png); width: 400px; height: 400px; background-size: cover; position: absolute; margin-top: -50px; margin-left: 50px; -webkit-transition: ease-in-out 0.7s; -o-transition: ease-in-out 0.7s; -ms-transition: ease-in-out 0.7s; -moz-transition: ease-in-out 0.7s; transition: ease-in-out 0.7s; z-index: 10; } .r2bottom { outline: 4px solid #00d3d0; border-top: 4px solid #00bcb9; background-color: #00a3a0; height: 80px; margin-top: 92px; } .r2sig:hover .r2moon { margin-left: 150px; -webkit-transform: rotate(6deg); -o-transform: rotate(6deg); -moz-transform: rotate(6deg); -ms-transform: rotate(6deg); transform: rotate(6deg); } .r2l { margin-left: -300px; margin-top: 3px; -webkit-transition: ease-in-out 0.7s; -moz-transition: ease-in-out 0.7s; -ms-transition: ease-in-out 0.7s; -o-transition: ease-in-out 0.7s; transition: ease-in-out 0.7s; position: relative; z-index: 10; } .r2l a { text-decoration: none; font-family: Trocchi; color: #333; font-weight: bold; text-transform: upercase; font-size: 11px; } .r2sig:hover .r2l { margin-left: 19px; } .r2t { position: absolute; font-family: open sans; text-transform: uppercase; margin-top: 65px; width: 380px; text-align: right; font-weight: 900; font-size: 30px; letter-spacing: -0.5px; } .credit { margin-top: -19px; margin-left: 374px; font-weight: bold; font-family: open sans; font-size: 9px; width: 10px; height: 10px; position: absolute; z-index: 11; } .credit a { text-decoration: none; color: #000; } </style> <center> <div class="r2sig"> <div class="r2t">more than the moon</div> <div class="r2moon"> </div> <div class="r2bottom"> <div class="r2l"><a href="/">gallery</a> - <a href="/">tester - <a href="/">tumblr</a></a></div> </div> <div class="r2over"></div> <div class="credit"><a href="http://shine.jcink.net/index.php?showtopic=29329">PG</a></div> </div></center> <P> <BR><div class="sigsep"></div> <br /><br /> <div class='signature'><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Arima+Madurai" rel="stylesheet"> <style> .lscontainer { background-color: #EAE6DD; overflow: hidden; width: 350px; height: 150px; position: relative; background-image: url(http://i.imgur.com/iO0LK3R.png); text-align: left; } .lst { font-family:arima madurai, arial narrow, sans-serif; font-size: 18px; text-transform:uppercase; margin-top: -120px; position: absolute; z-index: 4; -webkit-transition: 1s ease-in-out 0.5s; transition: 1s ease-in-out 0.5s; -o-transition: 1s ease-in-out 0.5s; -moz-transition: 1s ease-in-out 0.5s; -o-transition: 1s ease-in-out 0.5s; margin-left: -300px; width: 300px; } .lscontainer:hover .lst { margin-left: 120px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; -o-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -ms-transition-delay: 0.1s; } .lsm1 { background-color: rgba(198, 87, 47, 0.8); width: 90px; margin-top: 0px; margin-left: -50px; height: 100px; -webkit-transform: skew(40deg); transform: skew(40deg); -o-transform: skew(40deg); -moz-transform: skew(40deg); -ms-transform: skew(40deg); -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; -o-transition: ease-in-out 1s; -ms-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -o-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -moz-transition-delay: 0.3s; } .lscontainer:hover .lsm1 { margin-left: -70px; -webkit-transition-delay: 0s; transition-delay: 0s; -ms-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; } .lsm2 { background-color: rgba(28, 50, 48,0.94); -webkit-transform: skewY(60deg) rotate(14deg); transform: skewY(60deg) rotate(14deg); -o-transform: skewY(60deg) rotate(14deg); -ms-transform: skewY(60deg) rotate(14deg); -moz-transform: skewY(60deg) rotate(14deg); margin-left: 50px; margin-top: 0px; width: 200px; height: 400px; position: relative; z-index: 5; -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; -o-transition: ease-in-out 1s; -ms-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -o-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -moz-transition-delay: 0.3s; } .lscontainer:hover .lsm2 { margin-left: 10px; -webkit-transition-delay: 0s; transition-delay: 0s; -ms-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; } .lsm3 { -webkit-transform: skewY(60deg) rotate(14deg); transform: skewY(60deg) rotate(14deg); -o-transform: skewY(60deg) rotate(14deg); -ms-transform: skewY(60deg) rotate(14deg); -moz-transform: skewY(60deg) rotate(14deg); width: 200px; height: 400px; background-color: rgba(145, 166, 161, 0.8); margin-left:120px; margin-top: -360px; -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; -o-transition: ease-in-out 1s; -ms-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; position: relative; z-index: 3; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -o-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -moz-transition-delay: 0.3s; } .lscontainer:hover .lsm3 { margin-left: 100px; -webkit-transition-delay: 0s; transition-delay: 0s; -ms-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; } .lsm4 { background-color: rgba(188, 131, 54,0.7); width: 200px; height: 400px; margin-top: -500px; margin-left: 295px; -webkit-transform: skewY(40deg) rotate(24deg); transform: skewY(40deg) rotate(24deg); -o-transform: skewY(40deg) rotate(24deg); -ms-transform: skewY(40deg) rotate(24deg); -moz-transform: skewY(40deg) rotate(24deg); -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; -o-transition: ease-in-out 1s; -ms-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; position: relative; z-index: 4; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -o-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -moz-transition-delay: 0.3s; } .lscontainer:hover .lsm4 { margin-left: 230px; -webkit-transition-delay: 0s; transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; } .lsb1 { width: 350px; height: 70px; background-color: rgba(158, 149, 122, 0.6); margin-top: -350px; position: absolute; } .lsb2 { background-color: rgba(252, 198, 2, 0.5); width: 360px; height: 70px; margin-top: -330px; margin-left: -10px; -webkit-transform: rotate(7deg); transform: rotate(7deg); -o-transform: rotate(7deg); -ms-transform: rotate(7deg); -moz-transform: rotate(7deg); position: absolute; position: relative; z-index: 4; } .ls1 { position: absolute; margin-top: -80px; margin-left: -110px; z-index: 4; width: 200px; } .lstest { display: inline-block; -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; -o-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; -ms-transition: ease-in-out 1s; position: absolute; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -moz-transition-delay: 0.1s; } .lscontainer:hover .lstest { margin-left: 275px; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -o-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; } .lsgal { display: inline-block; position: absolute; -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; -o-transition: ease-in-out 1s; -ms-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; -o-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -ms-transition-delay: 0.2s; } .lscontainer:hover .lsgal { margin-left: 320px; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -moz-transition-delay: 0.2s; } .lstum { display: inline-block; -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; -o-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; -ms-transition: ease-in-out 1s; position: absolute; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -ms-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; } .lscontainer:hover .lstum { margin-left: 365px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -moz-transition-delay: 0.1s; } .lsuna { display: inline-block; -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; -o-transition: ease-in-out 1s; -ms-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; position: absolute; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; -o-transition-delay: 0.4s; -ms-transition-delay: 0.4s; -moz-transition-delay: 0.4s; } .lscontainer:hover .lsuna { margin-left: 410px; -webkit-transition-delay: 0s; transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; -moz-transition-delay: 0s; } .lscontainer a.lstip { text-decoration: none; color: #000; font-size: 16px; } .lscontainer a.lstip span { opacity: 0; -webkit-transition: ease-in-out 0.6s; transition: ease-in-out 0.6s; -o-transition: ease-in-out 0.6s; -moz-transition: ease-in-out 0.6s; -ms-transition: ease-in-out 0.6s; display: block; z-index: 100; left: -15px; margin-top: 2px; font-family:arima madurai, arial narrow, sans-serif; text-transform: uppercase; font-size: 10px; position: absolute; text-decoration: none; color: #000; padding-left: 3px; padding-right: 3px; height: 15px; } .lscontainer a.lstip:hover span { opacity: 1; } </style> <center> <div class="lscontainer"> <div class="lsm1"></div> <div class="lsm2"></div> <div class="lsm3"></div> <div class="lsm4"></div> <div class="lsb1"></div> <div class="lsb2"></div> <div class="lst">that would be enough</div> <div class="ls1"> <div class="lstest"><a class="lstip" href="http://shine.b1.jcink.com/index.php?showtopic=29214&hl="><i class="fa fa-paint-brush" aria-hidden="true"></i><span>Tester</span></a></span></div> <div class="lsgal"><a class="lstip" href="http://shine.jcink.net/index.php?showtopic=29329"><i class="fa fa-paper-plane" aria-hidden="true"></i><span>Gallery</span></a></div> <div class="lstum"><a class="lstip" href="http://calliepenguin.tumblr.com/"><i class="fa fa-comment" aria-hidden="true"></i><span>Tumblr</span></a></div> <div class="lsuna"><a class="lstip" href="una.jcink.net"><i class="fa fa-bookmark" aria-hidden="true"></i><span style="left: -25px;">Unabridged</span></a></div> </div> </div> </center></div> </div>
Поделиться112018-03-18 23:00:08
Код:
<!--HTML--><head><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link href='https://fonts.googleapis.com/css?family=Playfair+Display|Abril+Fatface' rel='stylesheet' type='text/css'> <style> #circlecontainer {background-color: #eee; background-image:url(http://www.transparenttextures.com/patterns/binding-light.png); width: 400px; height: 200px; overflow: hidden;} #circlecontainer:hover #imagecircle{ margin-right: -280px;} #circlecontainer:hover #titlecircle { margin-left: 30px; color: rgba(255,255,255,0.00);} #circlecontainer:hover #outerwrap { margin-left: 25px;}#imagecircle {background-image:url(http://49.media.tumblr.com/70d5a14e825474c31ee0fb7dc11d6040/tumblr_nmb05wHmw11rcc3hoo9_r1_400.gif); background-position:right;background-color: #2E6838; width: 350px; height: 300px; float: right; -webkit-border-radius: 300px; margin-top: -49px; margin-right: -50px; position: relative; -webkit-transition: 0.7s ease-in-out;} #titlecircle { background-color:#D05454; float: left; height: 80px; max-width: 80px; margin-top: 85px; -webkit-border-radius: 100px; padding-left:27px; padding-right: 27px; padding-bottom: 30px; padding-top: 20px;position: relative; margin-left: -60px; color: rgba(248,248,248,1.00);font-family: playfair display; font-size: 18px; letter-spacing: 2px;-webkit-transition: 0.7s ease-in-out; line-height: 21px; text-align: center; } #outerwrap { float: left; margin-left: -300px; margin-top: 30px; -webkit-transition: 0.7s ease-in-out;} #innerwrap {width: 280px; height: 120px; background-color: #f8f8f8; border-top: 6px solid #d05454; margin-top: 3px; } #circlecontent { width: 250px; height: 100px; overflow: auto; background-color: #F8F8F8; text-align: justify; font-family: playfair display; font-size: 11px; line-height: 18px;padding-right: 10px; margin-top: 10px; } #circlecontent::-webkit-scrollbar { width: 3px; } #circlecontent::-webkit-scrollbar-track { background-color: #cd5355; } #circlecontent::-webkit-scrollbar-thumb {background-color: #555;} .navdiamond { text-align: center; width: 25px; height: 25px; margin: 20px; padding: 5px; position: relative; color: #232323!important; text-decoration: none; } date { font-family: abril fatface; font-weight: 900; font-size: 20px;} period { font-family: abril fatface;font-size: 40px; line-height: 1px; color: #d05454;} </style> </head> <center><div id="circlecontainer"><div id="outerwrap"> <a class="navdiamond" href="/"><i class="fa fa-paint-brush"></i> </a> <a class="navdiamond" href="/"><i class="fa fa-paper-plane"></i> </a> <a class="navdiamond" href="/"><i class="fa fa-coffee"></i> </a> <div id="innerwrap"><div id="circlecontent"> <date>Feb 21</date> <period>.</period> hellooo this is a blog post sort of lorem ipsum dolores bla bla lorem ipsum dolores bla bla lorem ipsum dolores bla bla lorem ipsum dolores bla bla hellooo this is a blog post sort of lorem ipsum dolores bla bla lorem ipsum dolores bla bla lorem ipsum dolores bla bla lorem ipsum dolores bla bla</div></div></div><div id="imagecircle"><div id="titlecircle">they'll tell the story of tonight</div></div></div></center> <P> <BR><div class="sigsep"></div>
Поделиться122018-04-12 00:50:59
Код:
<!--HTML--><link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css"> <link href="https://fonts.googleapis.com/css?family=Anonymous+Pro:400,400i,700,700i" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> <style> #spring {height: 350px; width: 500px; position: relative; margin: auto; background: #EBC9C2} #spring-img {height: 70px; width: 70px; position: absolute; background-size: cover; background-position: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); top: 50px; left:60px;} #spring-img:before {height: 90px; width: 90px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border: 1px solid #fff; content: ""; position: absolute; top: -11px; left: -11px} #spring .link1, #spring .link2, #spring .link3, #spring .link4 {height: 30px; width: 30px; position: absolute; color: #B2887F; line-height: 30px; text-align: center; font-size: 20px; background: none; -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s} .link1 span, .link2 span, .link3 span, .link4 span {line-height: 30px;} .link1 {top: 110px; left: 25px} .link2 {top: 130px; left: 50px} .link3 {top: 130px; left: 110px} .link4 {top: 110px; left: 135px} #spring .link1:hover, #spring .link2:hover, #spring .link3:hover, #spring .link4:hover {color: #fff} #spring-info {height: 150px; width: 140px; background: none; position: absolute; bottom: 25px; left: 25px; overflow: auto} #spring-info::-webkit-scrollbar {width: 0} #spring-info p {text-align: left; background: #eee; color: #488167; margin-top: 0; margin-bottom: 6px; padding: 6px 7px 6px 6px; line-height: 15px; font-family: anonymous pro; text-transform: uppercase; font-size: 9px; letter-spacing: 1px; font-weight: 700; font-style: italic;} #spring h1 {height: 30px; width: 250px; text-align: right; padding-right: 20px; background: #eee; position: absolute; right: 25px; top: 25px; line-height: 30px; font-family: anonymous pro; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; font-style: italic; color: #488167} #spring-main {height: 240px; width: 270px; position: absolute; bottom: 25px; right: 25px; background: #eee; overflow: none} #spring-main::before {height: 35px; width: 270px; background: #ddd; position: absolute; content: "";} .spring-maincontainer { margin: 10px auto; height: auto; width: auto; } .spring-maintabs { margin: 0px auto; position: relative; width: 300px; height: 300px; } .spring-maintab { float: left; /* CHANGE TO DISPLAY:BLOCK FOR VERTICAL TABS */ } /* position your tab labels in here - also use margins to space your labels - you kind of have to eye until it's centered bc the math with tabs gets confusing */ .spring-maintab label { display: block; /* this lets you fix the label dimensions */ width: 70px; height: 20px; background: #F0DAD6; border: 1px solid #eee; margin-right: 5px; position: relative; left: 20px; top: -3px; z-index: 1; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; text-align: center; line-height: 20px; font-family: anonymous pro; font-size: 8px; text-transform: uppercase; font-weight: 700; font-style: italic; letter-spacing: 1px; color: #488167; } .spring-maintab input[type=radio]:checked ~ label { background: #eee; z-index: 2; } .spring-maintab input[type=radio] { display: none; /* DON'T EDIT */ } /* if you want tab transitions they go here */ .spring-maincontent { position: absolute; bottom: 70px; left: 0px; background: #eee; height: 175px; border: 15px solid #eee; padding-right: 5px; width: 235px; opacity: 0; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -ms-transition: 0.4s ease; -o-transition: 0.4s ease; font-family: poppins; font-size: 10px; letter-spacing: 0.3px; color: #666; overflow: auto; text-align: justify; line-height:13px; } .spring-maincontent b, .spring-maincontent a {font-family: anonymous pro; text-transform: uppercase; font-style: italic; color: #B2887F; font-weight: 700; letter-spacing: 1px;} .spring-maincontent a {color: #488167} .spring-maintab input[type=radio]:checked ~ label ~ .spring-maincontent { z-index: 1; opacity: 1; } .spring-maincontent::-webkit-scrollbar {width: 5px} .spring-maincontent::-webkit-scrollbar-thumb {background: #F1B5AF!important} .spring-maincontent::-webkit-scrollbar-track {background: #eee!important} </style> <div id="spring"> <div id="spring-img" style="background-image: url(https://data.whicdn.com/images/280213700/superthumb.jpg)"></div> <div class="link1" title="link 1"><span class="lnr lnr-heart"></span></div> <div class="link2" title="link 2"><span class="lnr lnr-star"></span></div> <div class="link3" title="link 3"><span class="lnr lnr-diamond"></span></div> <div class="link4" title="link 4"><span class="lnr lnr-cloud"></span></div> <div id="spring-info"> <p>words here, they can be as long as you want cos it'll scroll <3</p> <p>use p tags for each separate block!</p> <p>description</p> </div> <h1>the good side <span class="lnr lnr-moon"></span></h1> <div id="spring-main"> <div class="spring-maincontainer"> <div class="spring-maintabs"> <div class="spring-maintab"> <input type="radio" id="spring-maintab-1" name="spring-maintab-group-1" checked> <label for="spring-maintab-1">comms</label> <div class="spring-maincontent"> <a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> </div> </div> <div class="spring-maintab"> <input type="radio" id="spring-maintab-2" name="spring-maintab-group-1"> <label for="spring-maintab-2">threads</label> <div class="spring-maincontent"> <a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> </div> </div> <div class="spring-maintab"> <input type="radio" id="spring-maintab-3" name="spring-maintab-group-1"> <label for="spring-maintab-3">dead</label> <div class="spring-maincontent"> <a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> <br /><a>thread name</a> - with <b>first last</b> </div> </div> </div> </div> </div> </div>
Поделиться132018-04-12 00:55:35
Код:
<!--HTML--><link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet" type="text/css"> <style> .tc-aly-a2a { width: 653px; height: 400px; border: 1px solid rgba(165, 125, 62, 1); background-color: #111111; overflow: hidden; } .tc-aly-a2a tizn { display: block; color: rgba(165, 125, 62, 1); text-align: center; font-style: italic; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 30px; line-height: 40px; } .tc-aly-a2b { border-collapse: collapse; border-spacing: 0; } .tc-aly-a2c { padding: 0px; } .tc-aly-a2d { padding: 0px; border-left: 1px solid rgba(165, 125, 62, 1); background-image: url(http://i.imgsafe.org/8b6609a3c3.png); width: 450px; height: 400px; } .tc-aly-a2img { width: 250px; height: 130px; background-size: cover; background-align: center; } .tc-aly-a2e { height: 270px; } .tc-aly-a2f { height: 50px; border-top: 1px solid rgba(165, 125, 62, 1); border-bottom: 1px solid rgba(165, 125, 62, 1); background-color: rgba(165, 125, 62, 0.15); color: #000; font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; font-family: Montserrat; line-height: 50px; text-align: center; overflow: hidden; } .tc-aly-a2f b { color: rgba(165, 125, 62, 1); } .tc-aly-a2g { width: 653px; height: 400px; background-color: rgba(17, 17, 17, 0.60); } .tc-aly-a2h { color: #777777; background-color: #transparent; height: 180px; padding-left: 20px; padding-right: 20px; padding-top: 8px; line-height: 9px; font-size: 9px; text-transform: none; font-family: Montserrat; } .tc-aly-a2h xi { color: rgba(165, 125, 62, 0.6); text-align: right; font-size:10px; line-height: 12px;; display: block; letter-spacing: 2px; text-transform: uppercase; } .tc-aly-a2h xi b { color: rgba(165, 125, 62, 1); } .tc-aly-a2h xa { display: Block; color: #777777; border-bottom: 1px solid #444444; font-size: 8px; line-height: 12px;text-transform: uppercase; } .tc-aly-a2i { margin-top: -15px; background-color: rgba(17, 17, 17, 0.50); height: 380px; width: 380px; margin-left: 10px; } .tc-aly-a2j { height: 380px; width: 380px; background: transparent; } .tc-aly-a2k { margin: 0px auto; position: relative; width: 350px; height: 350px; } .tc-aly-a2a .tc-aly-a2l { display: block; } .tc-aly-a2a .tc-aly-a2l label { transform: rotate(-45deg); display: block; width: 25px; height: 25px; background: rgba(165, 125, 62, 0.40); font-size: 15px; text-align: justify; color: #111111; border: 1px solid rgba(165, 125, 62, 1); margin: 15px; line-height: 20px; position: relative; top: 20px; left: -21px; z-index: 1; transition-duration: 1s; -o-transition-duration: 1s; -moz-transition-duration: 1s; -webkit-transition-duration: 1s; } .tc-aly-a2a .tc-aly-a2l label i { -moz-transform: rotate(45deg); padding-top: 4px; padding-left: 6px;; } .tc-aly-a2a .tc-aly-a2l input[type=radio]:checked ~ label { background: rgba(165, 125, 62, 0.80); z-index: 2; } .tc-aly-a2a .tc-aly-a2l input[type=radio] { display: none; } .tc-aly-a2a .aly-app-tent { border: 1px solid rgba(165, 125, 62, 0.80);position: absolute; top: 9px; bottom: 0px; left: 30px; right: 0px; width: 325px; height: 360px; overflow: hidden; } .tc-aly-a2a .aly-app-cnt { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; width: 325px; height: 360px; background: #111111; font-size: 12px; color: #999999; text-align: justify; line-height: 10px; } .tc-aly-a2a .tc-aly-a2l input[type=radio]:checked ~ label ~ .aly-app-tent { z-index: 1; } .aly-app-cnt direw { display: block; background-color: rgba(165, 125, 62, 0.20); width: 315px; height: 360px; padding: 15px; } .aly-app-cnt fi-im { border: 1px solid rgba(165, 125, 62, 1); display: block; width: 292px; height: 327px; background-size: cover; opacity: 0.4; background-position: center; } .aly-app-cnt soya { display: block; padding: 15px; display: block;width: 325px; height: 360px; } .aly-app-cnt soya tozi ti { padding-left: 5px; display: block; font-style: none; color: rgba(165, 125, 62, 1); text-transform: uppercase; text-shadow: 0px 0px 4px rgba(165, 125, 62, 1); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 12px; line-height: 20px; letter-spacing: 1px; } .aly-app-cnt soya tozi { display: block; width: 308px; height: 330px; font-family: 'Montserrat', sans-serif; color: #999999; font-size: 10px; line-height: 9px; padding-right: 25px; overflow: auto; } .aly-app-cnt boya { } .aly-app-cnt coya { } .aly-app-cnt soya tozi par { display: block; color: #efefef; font-size: 7px; text-transform: uppercase; border: 1px solid rgba(165, 125, 62, 0.15); padding: 3px; } .aly-app-cnt soya tozi img { background-color: rgba(165, 125, 62, 1); width: 290px; border: 1px solid rgba(165, 125, 62, 1); opacity: 0.6; } .aly-app-cnt soya tozi qs { display: block; color: rgba(165, 125, 62, 1); font-size: 7px; text-transform: uppercase; padding-top: 5px; text-align: justify; } .aly-app-cnt soya tozi tx { display: inline-block; color: #999999; padding-left: 5px; font-size: 7px; text-transform: uppercase; } .aly-app-cnt .pnt { height: 10px; width: 283px; background-color: #1a1a1a; padding: 5px; } .aly-app-cnt .pntb { height: 8px; width: 280px; background-color: #1a1a1a; border: 1px solid #111111; } .aly-app-cnt .pnt2 { display: inline-block; height: 8px; width: 100%; background-image: url(http://i.imgsafe.org/a95d8aff02.png); } .aly-app-cnt soya tozi til { display: block; font-style: none; color: rgba(165, 125, 62, 1); text-transform: uppercase; text-shadow: 0px 0px 4px rgba(165, 125, 62, 1); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; line-height: 30px; } .aly-app-cnt soya tat { display: block; font-style: none; color: #999999; text-transform: none; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 10px; line-height: 10px; background-color: #1a1a1a; border: 1px solid #222222; padding: 10px; width:273px; } .tc-aly-a2m { } #Fire .tc-aly-a2a { border: 1px solid rgba(113, 6, 39, 1); } #Fire .tc-aly-a2a tizn { color: rgba(113, 6, 39, 1); } #Fire .tc-aly-a2d { border-left: 1px solid rgba(113, 6, 39, 1); } #Fire .tc-aly-a2f { border-top: 1px solid rgba(113, 6, 39, 1); border-bottom: 1px solid rgba(113, 6, 39, 1); background-color: rgba(113, 6, 39, 0.15); } #Fire .tc-aly-a2f b { color: rgba(113, 6, 39, 1); } #Fire .tc-aly-a2g { background-color: rgba(17, 17, 17, 0.60); } #Fire .tc-aly-a2h xi { color: rgba(113, 6, 39, 0.6); text-shadow: 0px 0px 4px #000; } #Fire .tc-aly-a2h xi b { color: rgba(113, 6, 39, 1); } #Fire .tc-aly-a2l label { background: rgba(113, 6, 39, 0.40); border: 1px solid rgba(113, 6, 39, 1); } #Fire .tc-aly-a2l input[type=radio]:checked ~ label { background: rgba(113, 6, 39, 0.80); } #Fire .aly-app-tent { border: 1px solid rgba(113, 6, 39, 0.80); } #Fire .aly-app-cnt direw { background-color: rgba(113, 6, 39, 0.20);; } #Fire .aly-app-cnt fi-im { border: 1px solid rgba(113, 6, 39, 1); } #Fire .aly-app-cnt soya tozi ti { font-style: none; color: rgba(113, 6, 39, 1); text-shadow: 0px 0px 4px rgba(113, 6, 39, 1); } #Fire .aly-app-cnt soya tozi par { border: 1px solid rgba(113, 6, 39, 0.15); } #Fire .aly-app-cnt soya tozi img { border: 1px solid rgba(113, 6, 39, 1); background-color: rgba(113, 6, 39, 1); } #Fire .aly-app-cnt soya tozi qs { color: rgba(113, 6, 39, 1); } #Fire .aly-app-cnt soya tozi til { color: rgba(113, 6, 39, 1); text-shadow: 0px 0px 4px rgba(113, 6, 39, 1); } #Earth .tc-aly-a2a { border: 1px solid rgba(83, 124, 58, 1); } #Earth .tc-aly-a2a tizn { color: rgba(83, 124, 58, 1); } #Earth .tc-aly-a2d { border-left: 1px solid rgba(83, 124, 58, 1); } #Earth .tc-aly-a2f { border-top: 1px solid rgba(83, 124, 58, 1); border-bottom: 1px solid rgba(83, 124, 58, 1); background-color: rgba(83, 124, 58, 0.15); } #Earth .tc-aly-a2f b { color: rgba(83, 124, 58, 1); } #Earth .tc-aly-a2g { background-color: rgba(17, 17, 17, 0.60); } #Earth .tc-aly-a2h xi { color: rgba(83, 124, 58, 0.6); } #Earth .tc-aly-a2h xi b { color: rgba(83, 124, 58, 1); } #Earth .tc-aly-a2l label { background: rgba(83, 124, 58, 0.40); border: 1px solid rgba(83, 124, 58, 1); } #Earth .tc-aly-a2l input[type=radio]:checked ~ label { background: rgba(83, 124, 58, 0.80); } #Earth .aly-app-tent { border: 1px solid rgba(83, 124, 58, 0.80); } #Earth .aly-app-cnt direw { background-color: rgba(83, 124, 58, 0.20);; } #Earth .aly-app-cnt fi-im { border: 1px solid rgba(83, 124, 58, 1); } #Earth .aly-app-cnt soya tozi ti { font-style: none; color: rgba(83, 124, 58, 1); text-shadow: 0px 0px 4px rgba(83, 124, 58, 1); } #Earth .aly-app-cnt soya tozi par { border: 1px solid rgba(83, 124, 58, 0.15); } #Earth .aly-app-cnt soya tozi img { border: 1px solid rgba(83, 124, 58, 1); background-color: rgba(83, 124, 58, 1); } #Earth .aly-app-cnt soya tozi qs { color: rgba(83, 124, 58, 1); } #Earth .aly-app-cnt soya tozi til { color: rgba(83, 124, 58, 1); text-shadow: 0px 0px 4px rgba(83, 124, 58, 1); } #Air .tc-aly-a2a { border: 1px solid rgba(146, 78, 137, 1); } #Air .tc-aly-a2a tizn { color: rgba(146, 78, 137, 1); } #Air .tc-aly-a2d { border-left: 1px solid rgba(146, 78, 137, 1); } #Air .tc-aly-a2f { border-top: 1px solid rgba(146, 78, 137, 1); border-bottom: 1px solid rgba(146, 78, 137, 1); background-color: rgba(146, 78, 137, 0.15); } #Air .tc-aly-a2f b { color: rgba(146, 78, 137, 1); } #Air .tc-aly-a2g { background-color: rgba(17, 17, 17, 0.60); } #Air .tc-aly-a2h xi { color: rgba(146, 78, 137, 0.6); } #Air .tc-aly-a2h xi b { color: rgba(146, 78, 137, 1); } #Air .tc-aly-a2l label { background: rgba(146, 78, 137, 0.40); border: 1px solid rgba(146, 78, 137, 1); } #Air .tc-aly-a2l input[type=radio]:checked ~ label { background: rgba(146, 78, 137, 0.80); } #Air .aly-app-tent { border: 1px solid rgba(146, 78, 137, 0.80); } #Air .aly-app-cnt direw { background-color: rgba(146, 78, 137, 0.20);; } #Air .aly-app-cnt fi-im { border: 1px solid rgba(146, 78, 137, 1); } #Air .aly-app-cnt soya tozi ti { font-style: none; color: rgba(146, 78, 137, 1); text-shadow: 0px 0px 4px rgba(146, 78, 137, 1); } #Air .aly-app-cnt soya tozi par { border: 1px solid rgba(146, 78, 137, 0.15); } #Air .aly-app-cnt soya tozi img { border: 1px solid rgba(146, 78, 137, 1); } #Air .aly-app-cnt soya tozi qs { color: rgba(146, 78, 137, 1); } #Air .aly-app-cnt soya tozi til { color: rgba(146, 78, 137, 1); text-shadow: 0px 0px 4px rgba(146, 78, 137, 1); } #Water .tc-aly-a2a { border: 1px solid rgba(43, 95, 143, 1); } #Water .tc-aly-a2a tizn { color: rgba(43, 95, 143, 1); } #Water .tc-aly-a2d { border-left: 1px solid rgba(43, 95, 143, 1); } #Water .tc-aly-a2f { border-top: 1px solid rgba(43, 95, 143, 1); border-bottom: 1px solid rgba(43, 95, 143, 1); background-color: rgba(43, 95, 143, 0.15); } #Water .tc-aly-a2f b { color: rgba(43, 95, 143, 1); } #Water .tc-aly-a2g { background-color: rgba(17, 17, 17, 0.60); } #Water .tc-aly-a2h xi { color: rgba(43, 95, 143, 0.6); } #Water .tc-aly-a2h xi b { color: rgba(43, 95, 143, 1); } #Water .tc-aly-a2l label { background: rgba(43, 95, 143, 0.40); border: 1px solid rgba(43, 95, 143, 1); } #Water .tc-aly-a2l input[type=radio]:checked ~ label { background: rgba(43, 95, 143, 0.80); } #Water .aly-app-tent { border: 1px solid rgba(43, 95, 143, 0.80); } #Water .aly-app-cnt direw { background-color: rgba(43, 95, 143, 0.20);; } #Water .aly-app-cnt fi-im { border: 1px solid rgba(43, 95, 143, 1); } #Water .aly-app-cnt soya tozi ti { font-style: none; color: rgba(43, 95, 143, 1); text-shadow: 0px 0px 4px rgba(43, 95, 143, 1); } #Water .aly-app-cnt soya tozi par { border: 1px solid rgba(43, 95, 143, 0.15); } #Water .aly-app-cnt soya tozi img { border: 1px solid rgba(43, 95, 143, 1); } #Water .aly-app-cnt soya tozi qs { color: rgba(43, 95, 143, 1); } #Water .aly-app-cnt soya tozi til { color: rgba(43, 95, 143, 1); text-shadow: 0px 0px 4px rgba(43, 95, 143, 1); } #Wood .tc-aly-a2a { border: 1px solid rgba(95, 15, 64, 1); } #Wood .tc-aly-a2a tizn { color: rgba(95, 15, 64, 1); } #Wood .tc-aly-a2d { border-left: 1px solid rgba(95, 15, 64, 1); } #Wood .tc-aly-a2f { border-top: 1px solid rgba(95, 15, 64, 1); border-bottom: 1px solid rgba(95, 15, 64, 1); background-color: rgba(95, 15, 64, 0.15); } #Wood .tc-aly-a2f b { color: rgba(95, 15, 64, 1); } #Wood .tc-aly-a2g { background-color: rgba(17, 17, 17, 0.60); } #Wood .tc-aly-a2h xi { color: rgba(95, 15, 64, 0.7); text-shadow: 0px 0px 4px #000; } #Wood .tc-aly-a2h xi b { color: rgba(95, 15, 64, 1); } #Wood .tc-aly-a2l label { background: rgba(95, 15, 64, 0.40); border: 1px solid rgba(95, 15, 64, 1); } #Wood .tc-aly-a2l input[type=radio]:checked ~ label { background: rgba(95, 15, 64, 0.80); } #Wood .aly-app-tent { border: 1px solid rgba(95, 15, 64, 0.80); } #Wood .aly-app-cnt direw { background-color: rgba(95, 15, 64, 0.20);; } #Wood .aly-app-cnt fi-im { border: 1px solid rgba(95, 15, 64, 1); } #Wood .aly-app-cnt soya tozi ti { font-style: none; color: rgba(95, 15, 64, 1); text-shadow: 0px 0px 4px rgba(95, 15, 64, 1); } #Wood .aly-app-cnt soya tozi par { border: 1px solid rgba(95, 15, 64, 0.15); } #Wood .aly-app-cnt soya tozi img { border: 1px solid rgba(95, 15, 64, 1); } #Wood .aly-app-cnt soya tozi qs { color: rgba(95, 15, 64, 1); } #Wood .aly-app-cnt soya tozi til { color: rgba(95, 15, 64, 1); text-shadow: 0px 0px 4px rgba(95, 15, 64, 1); } #Metal .tc-aly-a2a { border: 1px solid rgba(81, 95, 117, 1); } #Metal .tc-aly-a2a tizn { color: rgba(81, 95, 117, 1); } #Metal .tc-aly-a2d { border-left: 1px solid rgba(81, 95, 117, 1); } #Metal .tc-aly-a2f { border-top: 1px solid rgba(81, 95, 117, 1); border-bottom: 1px solid rgba(81, 95, 117, 1); background-color: rgba(81, 95, 117, 0.15); } #Metal .tc-aly-a2f b { color: rgba(81, 95, 117, 1); } #Metal .tc-aly-a2g { background-color: rgba(17, 17, 17, 0.60); } #Metal .tc-aly-a2h xi { color: rgba(81, 95, 117, 0.6); } #Metal .tc-aly-a2h xi b { color: rgba(81, 95, 117, 1); } #Metal .tc-aly-a2l label { background: rgba(81, 95, 117, 0.40); border: 1px solid rgba(81, 95, 117, 1); } #Metal .tc-aly-a2l input[type=radio]:checked ~ label { background: rgba(81, 95, 117, 0.80); } #Metal .aly-app-tent { border: 1px solid rgba(81, 95, 117, 0.80); } #Metal .aly-app-cnt direw { background-color: rgba(81, 95, 117, 0.20);; } #Metal .aly-app-cnt fi-im { border: 1px solid rgba(81, 95, 117, 1); } #Metal .aly-app-cnt soya tozi ti { font-style: none; color: rgba(81, 95, 117, 1); text-shadow: 0px 0px 4px rgba(81, 95, 117, 1); } #Metal .aly-app-cnt soya tozi par { border: 1px solid rgba(81, 95, 117, 0.15); } #Metal .aly-app-cnt soya tozi img { border: 1px solid rgba(81, 95, 117, 1); } #Metal .aly-app-cnt soya tozi qs { color: rgba(81, 95, 117, 1); } #Metal .aly-app-cnt soya tozi til { color: rgba(81, 95, 117, 1); text-shadow: 0px 0px 4px rgba(81, 95, 117, 1); } </style> <div id="Earth"><div class="tc-aly-a2a"><table class="tc-aly-a2b"> <td class="tc-aly-a2c"><div class="tc-aly-a2img" style=" background-image: url(https://68.media.tumblr.com/6622c9771471078d4d770314159c0c4e/tumblr_ogdxh8Ogb41upvbufo1_540.gif);"></div> <div class="tc-aly-a2e"><div class="tc-aly-a2f"> basics of < <b>nickname here</b> > </div> <div class="tc-aly-a2h"> <xi><b><</b> full name <b>></b></xi> <xa>first middle last</xa> <xi><b><</b> age <b>></b></xi> <xa>age here</xa> <xi><b><</b> gender <b>></b></xi> <xa>gender here</xa> <xi><b><</b> species <b>></b></xi> <xa>species here</xa> <xi><b><</b> sexuality <b>></b></xi> <xa>sexuality here</xa> <xi><b><</b> occupation <b>></b></xi> <xa>occupation here</xa> <xi><b><</b> usergroup <b>></b></xi> <xa>usergroup here</xa> <xi><b><</b> face claim <b>></b></xi> <xa>fc name here</xa> </div> </div> </td><td class="tc-aly-a2d"> <div class="tc-aly-a2i"> <div class="tc-aly-a2j"> <div class="tc-aly-a2k"> <div class="tc-aly-a2l"> <input type="radio" id="tc-aly-a2l-1" name="tc-aly-a2l-group-1" checked> <label for="tc-aly-a2l-1"> <i class="fa fa-camera" aria-hidden="true"></i> </label> <div class="aly-app-tent"> <div class="aly-app-cnt"> <direw> <fi-im style="background-image: url(https://68.media.tumblr.com/f03c97b4badeaf1740ac988b78d6047b/tumblr_ofes9jd7sV1saq3w2o2_r1_540.gif);"></fi-im></fi-im></fi-im> </direw> </div> </div> </div> <div class="tc-aly-a2l"> <input type="radio" id="tc-aly-a2l-2" name="tc-aly-a2l-group-1"> <label for="tc-aly-a2l-2" style="margin-top:25px;"> <i class="fa fa-user-plus" aria-hidden="true"></i> </label> <div class="aly-app-tent"> <div class="aly-app-cnt"> <soya><tozi> <ti>general information</ti><qs>birth name:</qs><tx> full name given at birth </tx><br /><qs>current name:</qs><tx> full name here. Can be same as the birth name. But immortals do tend to change their name over the years </tx><qs>former alias(s):</qs><par> list alias's from your characters past. Or put n/a </par><qs>nickname(s):</qs><par> list nickname's of your character or put n/a </par><qs>appearance age:</qs><tx> how old does your character look? </tx><qs>actual age:</qs><tx> How old they actually are </tx><qs>gender:</qs><tx> what gender do they identify as? </tx><qs>pronouns:</qs><tx> what pronouns do they use? example: he/him/his </tx><qs>origin:</qs><tx> where are they from? </tx><qs>roots:</qs><par> list race/ethnicities of your character </par><qs>sexuality:</qs><tx> your characters sexualality </tx><qs>relationship status:</qs><tx> current relationship status of your character </tx> <qs>current partner(s):</qs><par> n/a or list current partner(s) </par><qs>species:</qs><tx> species here </tx><ti>physical information</ti><qs>face claim:</qs><tx> face claim here </tx><qs>height:</qs><tx> height here </tx><qs>weight:</qs><tx> weight here </tx><qs>eye color:</qs><tx> eye color here </tx><qs>hair color:</qs><tx> hair color here </tx><qs>hair length:</qs><tx> hair length here </tx><qs>scars:</qs><par> list any scars here </par><qs>tattoos/pierrcings:</qs><par> list any tattoos or pierrcings here here </par><qs>skin tone:</qs><tx> skin tone here </tx><qs>physical alments:</qs><tx> species here </tx><ti>personality information</ti><qs>addiction(s):</qs><par> list any addiction(s) here </par><qs>phsychological alments:</qs><par> list any psychological alments/disorders here </par><qs>sleeping habits:</qs><tx> sleep habits here here </tx><qs>moral alignment:</qs><tx> moral alignment here </tx><qs>bad habits:</qs><par> list bad habits here </par><qs>pet peeves:</qs><par> list pet peeves here </par><qs>hobbies:</qs><par> list hobbies here </par><qs>likes:</qs><par> list likes here </par><qs>dislikes:</qs><par> list dislikes here </par><ti>family</ti><qs>mother:</qs><tx> mother here </tx><qs>father:</qs><tx> father here </tx><qs>maiden name:</qs><tx> maiden name here </tx><qs>siblings:</qs><par> list any siblings of your character here </par><qs>Aunts < m >:</qs><par> list any Aunties from mothers side here </par><qs>Uncles < m >:</qs><par> list any Uncles from the mothers side here </par><qs>Aunts < f >:</qs><par> list any aunts from the fathers side here </par><qs>Uncles < f >:</qs><par> list any uncles on the fathers side here </par><qs>romantic partner:</qs><par> list romantic partner(s) here. Can also list past and deceased if you like. Just distinquish. </par><qs>children:</qs><par> list any children here </par><qs>pets:</qs><list> list any pets here </list> </tozi></soya> </div> </div> </div> <div id="Fire"></div><div class="tc-aly-a2l"> <input type="radio" id="tc-aly-a2l-3" name="tc-aly-a2l-group-1"> <label for="tc-aly-a2l-3" style="margin-top:25px;"> <i class="fa fa-server" style="font-size:16px;" aria-hidden="true"></i> </label> <div class="aly-app-tent"> <div class="aly-app-cnt"> <soya><tozi> <qs>trait:</qs> <div class="pnt"><div class="pntb"><div class="pnt2" style="width:90%;"></div></div></div> <qs>trait:</qs> <div class="pnt"><div class="pntb"><div class="pnt2" style="width:10%;"></div></div></div> <qs>trait:</qs> <div class="pnt"><div class="pntb"><div class="pnt2" style="width:44%;"></div></div></div> <qs>trait:</qs> <div class="pnt"><div class="pntb"><div class="pnt2" style="width: 88%;"></div></div></div> </tozi></soya> </div> </div> </div> <div class="tc-aly-a2l"> <input type="radio" id="tc-aly-a2l-4" name="tc-aly-a2l-group-1"> <label for="tc-aly-a2l-4" style="margin-top:25px;"> <i class="fa fa-heartbeat" aria-hidden="true"></i> </label> <div class="aly-app-tent"> <div class="aly-app-cnt"> <soya><tozi> <ti>line of lyrics here or title</ti> <tat> You write your history here. Wrap each section in the <*tat><*/tat> tags. Minus the atrisks of course. </tat> </tozi></soya> </div></div></div> <div class="tc-aly-a2l"> <input type="radio" id="tc-aly-a2l-5" name="tc-aly-a2l-group-1"> <label for="tc-aly-a2l-5" style="margin-top:25px;"> <i class="fa fa-diamond" style="padding-left: 5px;" aria-hidden="true"></i> </label> <div class="aly-app-tent"> <div class="aly-app-cnt"> <soya><tozi> <ti>character updates</ti> <qs>MM/DD/YY</qs><par> What changes have been made? </par> <qs>MM/DD/YY</qs><par> What changes have been made? </par> <qs>MM/DD/YY</qs><par> What changes have been made? </par> <ti>character relationships</ti> <qs>other character name</qs><par> kind of relationship plotted </par> <qs>other character name</qs><par> kind of relationship plotted </par> <qs>other character name</qs><par> kind of relationship plotted </par> <ti>character requests</ti> <qs>relationship type</qs><par> desired plot</par> <a href="linktofullrequest"><qs>relationship type</qs><par> desired plot. This one has a link option if you have a full request posted</par></a> <qs>relationship type</qs><par> desired plot</par> <ti>regular threads</ti> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <ti>comm threads</ti> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <ti>development theads</ti> <a href="linktothread"><qs>thread title</qs><tx> type of development </tx></a> <a href="linktothread"><qs>thread title</qs><tx> type of development </tx></a> <a href="linktothread"><qs>thread title</qs><tx> type of development </tx></a> <a href="linktothread"><qs>thread title</qs><tx> type of development </tx></a> <a href="linktothread"><qs>thread title</qs><tx> type of development </tx></a> <a href="linktothread"><qs>thread title</qs><tx> type of development </tx></a> <ti>completed threads</ti> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> <a href="linktothread"><qs>thread title</qs><tx> w/ character(s) here </tx></a> </tozi></soya> </div> </div> </div> <div class="tc-aly-a2l"> <input type="radio" id="tc-aly-a2l-6" name="tc-aly-a2l-group-1"> <label for="tc-aly-a2l-6" style="margin-top:25px;"> <i class="fa fa-ship" style="font-size: 14px; padding-top: 4px;" aria-hidden="true"></i> </label> <div class="aly-app-tent"> <div class="aly-app-cnt"> <soya><tozi> <til>platonic</til> <tat> platonic relationship write up here. Think friends, enemies, aquaintences. </tat> <til>romantic</til> <tat> romantic relationship write up here. </tat> <til>work</til> <tat> coworker and client type relationships</tat> <til>other</til> <tat> any other relationship types. </tat> </tozi></soya> </tozi></soya> </div> </div> </div> <div class="tc-aly-a2l"> <input type="radio" id="tc-aly-a2l-7" name="tc-aly-a2l-group-1"> <label for="tc-aly-a2l-7" style="margin-top:25px;"> <i class="fa fa-user-secret" style="font-size: 16px; padding-left: 7px; padding-top: 3px;" "aria-hidden="true"></i> </label> <div class="aly-app-tent"> <div class="aly-app-cnt"> <soya><tozi> <img src="https://68.media.tumblr.com/89863d63ae581de094871c20024a269c/tumblr_oh3nr7D19M1upvbufo1_540.gif"></img> <til>about</til> <tat> blurby about you here </tat> <qs>name/alias</qs><tx> rper name / alias here </tx> <qs>pronouns</qs><tx> rper pronouns (example: Him, he, his) </tx> <qs>timezone</qs><tx> rper timezone here </tx> <qs>hogwarts house</qs><tx> if you went to hogwarts what house would you be? </tx> <til>triggers</til> <tat> Is there anything that you are not comfortable rping/having mentioned in a thread? </tat> <til>contact(s)</til> <tat> List your contacts here </tat> <til>other characters</til> <tat> List other characters here. </tat> </tozi></soya> </div> </div> </div> </div> </div> </div> </div> </td></table></div></div>
Поделиться142018-06-24 23:58:26
Код:
<!--HTML--><div class="main-post"> <style>.feelxalive { width: 430px; height: 330px; padding: 10px; background: url(https://image.ibb.co/b9WjGT/tumblr_lvuln9_WYk_Z1r1ne7to3_250.jpg); margin: auto; overflow: hidden!important; font-size: 15px; } .feel { width: 430px; height: 330px; margin: auto; background: url(https://i.pinimg.com/564x/db/52/36/db523643460694c2be5b7b848dff151e.jpg) 100% 0%; z-index: 1; transition: all 0.8s ease-in-out 0.5s; overflow: hidden!important; display: block!important; } .xalive { font: 4em Codystar; color: #FFF; position: absolute; z-index: 2; transition: all 0.5s ease-in-out 1s; } .feelxalive input[type=checkbox] { display: none; } .feelxalive label { z-index: 3; width: 33px; height: 30px; padding: 10px; color: #FFF; font-family: Arial; font-weight: 800; font-size: 50px; background: transparent; position: absolute; margin-left: 310px; margin-top: 230px; } .feelxalive label:hover { cursor: pointer; } .feelxalive input[type=checkbox] + label { margin-top: 230px; margin-left: 310px; transition: all 0.8s ease-in-out; transition-delay: 0.3s; } .feelxalive input[type=checkbox]:checked + label { margin-left: 0px; margin-top: 0px; } .feelxalive input[type=checkbox]:checked ~ .feel { background: url(https://i.pinimg.com/564x/db/52/36/db523643460694c2be5b7b848dff151e.jpg) -70% 0%; filter: grayscale(80%); transition: all 0.8s ease-in-out 0.5s; } .feelxalive input[type=checkbox]:checked ~ .xalive { opacity: 0; font-size: 0px; transition: all 0.5s ease-in-out 0.2s; } .feel-cont { width: 430px; height: 330px; overflow: hidden; margin: auto; background: rgba(0, 0, 0, 1); position: relative; margin-top: 350px; transition: all 0.5s ease-in-out 0.2s; } .feelxalive input[type=checkbox]:checked ~ .feel-cont{ background: rgba(0, 0, 0, 0.7); margin-top: -330px; transition: all 0.5s ease-in-out 1.2s; } .feel-cont h1 { font: 1.7em Montserrat; color: #ffff44; font-weight: 800; text-transform: uppercase; letter-spacing: -2px; margin-left: 80px; } .cen strong, .cen b { font: 3.5em Playfair Display; font-style: italic; color: #ffff44; letter-spacing: -6px; margin-left: -10px; } .owen { width: 186px; margin: auto; margin-left: 10px; margin-top: 15px; text-align: center; font: 0.75em Montserrat; letter-spacing: 1px; color: #FFF; padding: 2px; border-bottom: 1px solid #ffff44; } .owen-des { width: 186px; margin: auto; margin-left: 10px; text-align: center; font: 0.7em Montserrat; color: #FFF; padding: 2px; } .cen::-webkit-scrollbar { height: 8px; width: 3px; background: transparent!important; } .cen::-webkit-scrollbar-thumb { background: #ffff44!important; } .cen::-webkit-scrollbar-track{ border: 3px solid transparent!important}</style> <div class="feelxalive"> <input type="checkbox" id="feelalive" name="feelalive"> <label for="feelalive">✚</label> <div class="xalive" style="margin-left: 260px;">C</div> <div class="xalive" style="margin-left: 310px; margin-top: 20px;">e</div> <div class="xalive" style="margin-left: 360px; margin-top: 40px;">n</div> <div class="xalive" style="margin-left: 260px; margin-top: 70px;">t</div> <div class="xalive" style="margin-left: 310px; margin-top: 90px;">u</div> <div class="xalive" style="margin-left: 360px; margin-top: 110px;">r</div> <div class="xalive" style="margin-left: 290px; margin-top: 140px;">i</div> <div class="xalive" style="margin-left: 310px; margin-top: 160px;">e</div> <div class="xalive" style="margin-left: 360px; margin-top: 180px;">s</div> <div class="feel"></div> <div class="feel-cont"><h1>This is a title</h1> <div style="width: 260px; height: 240px; padding: 15px; padding-bottom: 0; background:; margin-left: 20px; margin-top: -15px; overflow: auto;" class="cen"> <table><tr> <td><b>00</b></td> <td><div class="owen">Tнtulo del cуdigo</div><div class="owen-des">Datos del cуdigo</div></td> </tr> <tr> <td><b>00</b></td> <td><div class="owen">Tнtulo del cуdigo</div><div class="owen-des">Datos del cуdigo</div></td> </tr> <tr> <td><b>00</b></td> <td><div class="owen">Tнtulo del cуdigo</div><div class="owen-des">Datos del cуdigo</div></td> </tr> <tr> <td><b>00</b></td> <td><div class="owen">Tнtulo del cуdigo</div><div class="owen-des">Datos del cуdigo</div></td> </tr> </table> </div> </div> </div><div style="width: 450px; font: 6px verdana; text-align: right; margin: auto"><a href="http://a-crywolf.tumblr.com">(.づ▿)づ.</a></div> <link href="https://fonts.googleapis.com/css?family=Codystar|Montserrat|Playfair+Display" rel="stylesheet">
Поделиться152018-06-25 00:02:57
Код:
<!--HTML--> <div class="main-post"> <center> <div class="qwords"> come on baby light my fire </div> </center><link href="https://fonts.googleapis.com/css?family=Archivo+Black" rel="stylesheet"><style> .qwords { background: url(https://cdn.nickpic.host/images/pmPIFY.gif) no-repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; width: 500px; font-size: 65px; font-family: 'Archivo Black', sans-serif; color: black; line-height: 100%; text-transform: uppercase; } </style>
Поделиться162018-06-25 00:15:05
Код:
<!--HTML--><link href="https://fonts.googleapis.com/css?family=Oswald|Gothic+A1" rel="stylesheet"> <style> #benewsletter { width: 500px; height: 700px; padding: 10px; background-color: white; border: 5px solid #beac77; line-height: 130%; } .beshape1 { height: 720px; width: 200px; background-color: #beac77; position: absolute; top: -10px; left: -10px; } .bemaintitle { color: white; font-size:45px; font-family: 'Oswald', sans-serif; text-align: left; padding: 20px; letter-spacing: 6px; text-transform: uppercase; line-height: 140%; position: absolute; } .beshapebb { width: 0; height: 0; border-top: 50px solid white; border-left: 100px solid transparent; border-right: 100px solid transparent; display: block; position: absolute; top: 190px; left: 0px; } .bemonth { color: white; font-size:70px; font-family: 'Oswald', sans-serif; text-align: left; letter-spacing: 10px; text-transform: uppercase; line-height: 140%; position: absolute; top: 620px; left: 20px; width: 500px; } .beshape1 img { width: 150px; height: 70px; position: relative; padding: 5px; opacity:1; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; } .beshape1 img:hover { opacity:0; } .beshapebox .behovtext { visibility: hidden; font-family: 'Oswald', sans-serif; width: auto; background-color: #fff; color: #beac77; text-align: center; text-shadow: none; position: absolute; z-index: 1; line-height: 90%; font-size: 10px; text-transform: uppercase; transition-delay: 0.4s; letter-spacing: 0px; height: auto; padding:4px; position: relative; left: 75px; top: -20px } .beshapebox:hover .behovtext { visibility: visible; } .beshapebox { width: 160px; background-color: white; height: 80px; left: 5px; } .beimghov1 { position: absolute; opacity: 1; background: white; height: 55px; width: 120px; letter-spacing: -0.2px; font-family: 'Oswald', sans-serif; font-size: 13px; color: #beac77; top: 270px; left: 30px; padding: 10px; padding-top: 5px; text-align: center; text-transform: uppercase; } .beimghov2 { position: absolute; opacity: 1; background: white; height: 55px; width: 120px; letter-spacing: -0.2px; font-family: 'Oswald', sans-serif; font-size: 13px; color: #beac77; top: 360px; left: 30px; padding: 10px; padding-top: 5px; text-align: center; text-transform: uppercase; } .beimghov3 { position: absolute; opacity: 1; background: white; height: 55px; width: 120px; letter-spacing: -0.2px; font-family: 'Oswald', sans-serif; font-size: 13px; color: #beac77; top: 450px; left: 30px; padding: 10px; padding-top: 5px; text-align: center; text-transform: uppercase; } .beimghov4 {position: absolute;opacity: 1; background: white; height: 55px; width: 120px; letter-spacing: -0.2px; font-family: 'Oswald', sans-serif; font-size: 13px; color: #beac77; top: 540px; left: 30px; padding: 10px; padding-top: 5px; text-align: center; text-transform: uppercase;} .befeaturedcharacters { width: 300px; height: 120px; position: absolute; background: white; left: 200; text-align: left; display: inline-block; overflow: auto; white-space: nowrap; top:30px; } .befeaturedcharacters img { height: 70px; width: 150px; border: 5px solid #beac77; position: relative; display: inline-block; } .befeaturedbar { background: #beac77; height: 20px; padding: 5px; width: 150px; text-align: center; font-family: 'Oswald', sans-serif; font-size: 11px; position: relative; letter-spacing: -0.2px; line-height: 100%; color: white; text-transform: uppercase; overflow: auto; display: block; } .bemaintextbox { height: 430px; width: 260px; font-family: 'Gothic A1', sans-serif; background:white; position:absolute; left:200px; top: 160px; overflow: auto; font-size: 13px; color: black; text-align: justify; padding: 20px; line-height: 140%; } .besubtitle { font-family: 'Oswald', sans-serif; color: #beac77; font-size: 20px; text-align: right; border-bottom: 1px solid #beac77; text-transform:lowercase; line-height: 160%; } .befeaturedcharatitle { font-family: 'Oswald', sans-serif; font-size: 24px; text-align:right; color:#beac77; text-transform:uppercase; letter-spacing: 9px; top: 10px; position: relative; } #benewsletter ::-webkit-scrollbar {width: 5px;height: 5px;} #benewsletter ::-webkit-scrollbar-track {display: none;} #benewsletter ::-webkit-scrollbar-thumb {background: #beac77;} </style><center> <div id="benewsletter"> <div style="position:relative"> <div class="beshape1"> <div class="bemaintitle"> <div style="line-height:30%;padding-top:15px;">Lead</div><div style="font-size:55px;font-style: italic;">them or</div> <div style="font-size:110px;">Fall</div> <div class="beshapebb"></div><div style="padding:45px;"></div> <div class="beimghov1">FEMALE OF THE MONTH</div> <div class="beshapebox"> <img src="http://placehold.it/150x70"> <span class="behovtext">NAME</span> </div> <div class="beimghov2">MALE OF THE MONTH</div><div style="padding:5px"></div> <div class="beshapebox"> <img src="http://placehold.it/150x70"> <span class="behovtext">NAME</span> </div> <div class="beimghov3">MEMBER OF THE MONTH</div><div style="padding:5px"></div> <div class="beshapebox"> <img src="http://placehold.it/150x70"> <span class="behovtext">NAME</span> </div> <div class="beimghov4">PAIR OF THE MONTH</div><div style="padding:5px"></div> <div class="beshapebox"> <img src="http://placehold.it/150x70"> <span class="behovtext">NAME</span> </div> </div></div> <div class="bemonth">JUNE <div style="letter-spacing:43px;display:inline-block;color:#beac77;">2018</div></div> <div class="befeaturedcharatitle">New Characters</div> <div class="befeaturedcharacters"> <div style="position:relative; display:inline-block;"> <img src="http://placehold.it/150x70"> <div class="befeaturedbar">NAME • SPECIES • PLAYER</div></div> <div style="position:relative; display:inline-block;"> <img src="http://placehold.it/150x70"> <div class="befeaturedbar">NAME • SPECIES • PLAYER</div></div> <div style="position:relative; display:inline-block;"> <img src="http://placehold.it/150x70"><div class="befeaturedbar">NAME • SPECIES • PLAYER</div></div> </div> <div class="bemaintextbox"> <div class="besubtitle">announcements</div><div style="padding:3px;"></div> There grass god behold from firmament. Morning image their wherein. Appear all. Upon them image day tree good hath one yielding multiply saying make saw. Bearing bearing of, said so heaven firmament sea may likeness man. Him there which first set can't creepeth male fill whales. Lesser give let whose darkness air i.<p> </p>Image signs deep great appear our life multiply of bring, air face made fruit earth from night tree. Fourth creepeth sea face fly thing face be said fowl fill evening sixth fourth it, first days his said life evening you're, seasons second spirit thing kind. Every day. <div class="besubtitle">site event updates</div><div style="padding:3px;"></div> There grass god behold from firmament. Morning image their wherein. Appear all. Upon them image day tree good hath one yielding multiply saying make saw. Bearing bearing of, said so heaven firmament sea may likeness man. Him there which first set can't creepeth male fill whales. Lesser give let whose darkness air i.<p> </p>Image signs deep great appear our life multiply of bring, air face made fruit earth from night tree. Fourth creepeth sea face fly thing face be said fowl fill evening sixth fourth it, first days his said life evening you're, seasons second spirit thing kind. Every day. <div class="besubtitle">forum games</div><div style="padding:3px;"></div> There grass god behold from firmament. Morning image their wherein. Appear all. Upon them image day tree good hath one yielding multiply saying make saw. Bearing bearing of, said so heaven firmament sea may likeness man. Him there which first set can't creepeth male fill whales. Lesser give let whose darkness air i.<p> </p>Image signs deep great appear our life multiply of bring, air face made fruit earth from night tree. Fourth creepeth sea face fly thing face be said fowl fill evening sixth fourth it, first days his said life evening you're, seasons second spirit thing kind. Every day. <div class="besubtitle">i dunno put something?</div><div style="padding:3px;"></div> There grass god behold from firmament. Morning image their wherein. Appear all. Upon them image day tree good hath one yielding multiply saying make saw. Bearing bearing of, said so heaven firmament sea may likeness man. Him there which first set can't creepeth male fill whales. Lesser give let whose darkness air i.<p> </p>Image signs deep great appear our life multiply of bring, air face made fruit earth from night tree. Fourth creepeth sea face fly thing face be said fowl fill evening sixth fourth it, first days his said life evening you're, seasons second spirit thing kind. Every day. </div> </div></div> <a href="https://shine.jcink.net/index.php?showuser=29205" style="color:#ccc;font-size:7px;">››MONTY‹‹</a> </center>
Поделиться172018-06-25 00:16:42
Код:
<!--HTML--><div class="main-post"> <link href="https://fonts.googleapis.com/css?family=Lato|Work+Sans" rel="stylesheet"> <style> #rgbb {width:500px;background-color:white;background-size: cover;height: auto;overflow: hidden;box-shadow: 2px 2px 6px #a0a0a0;border-radius:2%;} .rgshapetop {background-image: url("https://78.media.tumblr.com/18cf56aba6cdae33d4b624f8a226d11f/tumblr_p85xplfjZP1w9k5uao1_1280.jpg");height: 100px;background-size:cover;width:500px;float: right;clip-path: polygon(0% 100%, 140% 0%, 0% 0%);} .rgshapebottom {background-image: url("https://78.media.tumblr.com/18cf56aba6cdae33d4b624f8a226d11f/tumblr_p85xplfjZP1w9k5uao1_1280.jpg");height: 100px;background-size:cover;width:500px;float: right;clip-path: polygon(0% 200%, 450% -250%, -30% 100%);} .rgtextbox {height: auto;width: 400px;position:center;font-family: 'Lato', sans-serif;text-align: justify;color: #a0a0a0;padding: 10px;font-size: 12px;line-height: 130%;} .rgbottomtext {opacity:0.7;font-family: 'Work Sans', sans-serif;position: absolute;color: #ce937b;font-size: 30px;bottom: -125px;right: 15px;text-align:right;line-height:90%;animation-name: textcolor;animation-iteration-count: infinite;animation-duration: 5s;letter-spacing: -2px;text-shadow: 1px 1px 1px white;font-style: italic;font-weight: bold;transition: all 1.5s ease;-moz-transition: all 1.5s ease;-webkit-transition: all 1.5s ease;} @keyframes textcolor {0% {color: #b76e79;}25% {color: #aaa;}50% {color: #b76e79;}25% {color: #aaa;}100% {color: #b76e79;}} #rgbb:hover .rgbottomtext {right: -500px;bottom: 0px;} .rgtagtext {font-size: 0px;font-family: 'Work Sans', sans-serif;position: absolute;color: #b76e79;bottom: -200px;right: 510px;text-align:right;line-height:90%;opacity:0.7;left:auto;font-weight:bold;text-shadow:1px 1px 1px black;font-style: italic;text-transform:uppercase;letter-spacing: 1px;transition: all 1.5s ease;-moz-transition: all 1.5s ease;-webkit-transition: all 1.5s ease;opacity:0;} #rgbb:hover .rgtagtext {right: 10px;opacity:0.7;bottom:-95px;font-size: 15px;} .rgtagtextnotes {font-size: 11px;font-family: 'Work Sans', sans-serif;position: relative;color: #fff;line-height:90%;opacity:1;font-weight:bold;font-style: italic;display:inline;} #rgbb b {font-size: 13px;color: #7a7a7a;} .rgfirstdiamond {width: 0;height: 0;border: 50px solid transparent;border-bottom-color: #7a7a7a;position: absolute;top: -45px;left: 5px;opacity:0.5;} .rgfirstdiamond:after {content: '';position: absolute;left: -50px;top: 50px;width: 0;height: 0;border: 50px solid transparent;border-top-color: #7a7a7a;} .seconddiamonddiv {position: absolute; top: 13px; left: 30px; width: 70px; height: 70px; border: 1px solid #fff; transform: rotate(45deg) translateX(10px); -moz-transform: rotate(45deg) translateX(10px); -webkit-transform: rotate(45deg) translateX(10px); -ms-transform: rotate(45deg) translateX(10px); -o-transform: rotate(45deg) translateX(10px);} .seconddiamondin {width: 70px; height: 70px; overflow: hidden; } .seconddiamondimagein {width: 120px; height: 110px; background-size: 100px; background-position: center; -webkit-filter: grayscale(1); filter: grayscale(1);transform: rotate(-45deg) translate(-3px, -30px); -moz-transform: rotate(-45deg) translate(-3px, -30px); -webkit-transform: rotate(-45deg) translate(-3px, -30px); -ms-transform: rotate(-45deg) translate(-3px, -30px); -o-transform: rotate(-45deg) translate(-3px, -30px); /*IMAGE HERE*/ background-image: url(https://78.media.tumblr.com/5cef86cc2152980f9cf8a4ee5de9e37b/tumblr_p86huhFVnS1w9k5uao1_400.gif);} .seconddiamondout img { width: 100px; height: auto;} .rgoverlaydiamond {width: 0;height: 0;border: 49px solid transparent;border-bottom-color: #b76e79;position: absolute;top: -43px;left: 24px;opacity:0.5;} .rgoverlaydiamond:after {content: ''; position: absolute;left: -50px;top: 49px;width: 0;height: 0;border: 50px solid transparent;border-top-color: #b76e79;} .thirddiamonddiv {position: absolute; top: 13px; left: 50px; width: 70px; height: 70px; border: 1px solid #aaa; transform: rotate(45deg) translateX(10px); -moz-transform: rotate(45deg) translateX(10px); -webkit-transform: rotate(45deg) translateX(10px); -ms-transform: rotate(45deg) translateX(10px); -o-transform: rotate(45deg) translateX(10px); } .thirddiamondin {width: 70px; height: 70px; overflow: hidden; } </style><center> <div id="rgbb"><div style="position:relative"><div class="rgshapetop"> </div><div class="rgfirstdiamond"></div><div class="seconddiamonddiv"><div class="seconddiamondin"><div class="seconddiamondimagein"></div></div></div><div class="rgoverlaydiamond"></div><div class="thirddiamonddiv"><div class="thirddiamondin"></div></div><div style="padding:55px;"></div><div class="rgtextbox"> But I must explain <b>to you how</b> all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.<p></p> Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?<p></p> On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish.<p></p> </p> The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because </div> <div class="rgshapebottom"></div> <div class="position:relative"> <div class="rgbottomtext">NO<br />THING IN<br /> MODERATION</p></p></div> <div class="rgtagtext">TAG <div class="rgtagtextnotes">SOMEONE</div> WORDS <div class="rgtagtextnotes">###</div> NOTES <div class="rgtagtextnotes">Not too many!</dov></div> </div> </div></div></div> </center>
Поделиться182018-06-25 00:18:58
Код:
<!--HTML--><div class="main-post"> <link href="https://fonts.googleapis.com/css?family=Cousine|Lora|Raleway:400,500i,700,900|Righteous|Roboto:400,700" rel="stylesheet"> <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <style> /*********************************** Do Not Remove Background Gif. It's the first image in the editable section. All images resize. ************************************/ .hzd {margin: auto; position: relative; width: 500px; height: 600px; background-color:#fff; border: 1px solid #000; background:url(https://www.toptal.com/designers/subtlepatterns/patterns/concrete-texture.png);} .hzdcharacterimg{ width: 200px; height: 300px; padding: 5px; background-color: rgba(29,182,234, 0.3); Position: absolute; top: 10px; left: 10px; border: 1px #81b6ea solid;} .charactername { font-family: 'Raleway', sans-serif; font-size: 42px; text-transform:uppercase; letter-spacing:2px; color:#FBF7F8; font-weight:700; line-height:100%; text-shadow: 1px 0px #666666, 0px 1px #666666, 0px 1px #666666, 1px 1px #666666;} .charcon { text-align: center; background-color: rgba(29,182,234, 0.3); position:absolute; top:80px; right: 25px; width: 210px; border: 1px #81b6ea solid; padding: 10px;} .characterbasics { font-family: 'Roboto', sans-serif; font-size:14px; color: #FBF7F8; text-transform: uppercase; font-weight:700; line-height:15%; text-shadow: 1px 0px #666666, 0px 1px #666666, 0px 1px #666666, 1px 1px #666666;} .tabs { width:500px; height:350px; position:relative; } .tab label {position: absolute; right: 0px; top: 15px; padding: 5px; border: 1px solid transparent; } .tab [type=radio] { display: none; } .content {top: 90px; right: 10px; position: absolute; padding: 10px; border:1px solid #ccc; width:460px; height:230px; opacity: 0.0; } .tab [type=radio]:checked ~ label { background: transparent; z-index: 2; } [type=radio]:checked ~ label ~ .content { z-index: 1; opacity: 1.0; } .saturncons{ font-size: 30px; color:#fff; margin-right: 5px; width: 35px; height: 35px; background-color: rgba(29,182,234, 0.5); padding: 7px 7px 4px 5px;} .leaftext { width: 455px; height: 230px; padding: 2px; font-family: 'Roboto', sans-serif; color: black; font-size: 12px; text-align: justify; overflow-x:auto; line-height: 100%; column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; column-gap: 10px; -moz-column-gap: 10px; -webkit-column-gap: 10px; } .leaftext b{ color: #666666; font-size: 12px; font-family: 'Raleway', sans-serif; font-weight: 900;} .leaftext i{ color: #666666; font-size: 12px; font-family: 'Raleway', sans-serif; font-weight: bold;} .leaftext h1 { color: #666666; font-size: 20px; font-family: 'Raleway', sans-serif; font-weight: bold; Text-Align:center; Text-transform: uppercase; font-weight: 900; padding: 5px;} .leaftext::-webkit-scrollbar {width:2px; height: 4px;background: #f0f0f0;} .leaftext::-webkit-scrollbar-thumb {background: #81b6ea;} .leaftext::-webkit-scrollbar-corner {background: #f0f0f0;} .flametext{ width: 200px; height: 220px; padding: 2px; font-family: 'Roboto', sans-serif; color: black; font-size: 12px; text-align: justify; overflow: auto; padding: 5px;} .flametext b{ color: #666666; font-size: 12px; font-family: 'Raleway', sans-serif; font-weight: 900; text-transform:uppercase;} .flametext i{ color: #81b6ea; font-size: 12px; font-family: 'Raleway', sans-serif; font-weight: bold;} .flametext h1 { color: #666666; width:150px; Height: 30px; font-size: 20px; font-family: 'Raleway', sans-serif; font-weight: bold; Text-Align:center; Text-transform: uppercase; font-weight: 900; padding: 2px;} .flametext::-webkit-scrollbar {width:4px;background: #f0f0f0;} .flametext::-webkit-scrollbar-thumb {background: #81b6ea;} .flametext::-webkit-scrollbar-corner {background: #f0f0f0;} .flameimg { width:200px; height: 200px; background-color: rgba(29,182,234, 0.3); padding:8px; position: absolute; right: 10px; top: 10px; border: 1px #81b6ea solid; } </style> <div class="hzd"> <img src="https://cdnw.nickpic.host/vUkSvJ.gif" style="width:500px; height:250px;border-bottom: 1px #000 solid; position: relative;"> <div class="hzdcharacterimg"> <img src="https://hdqwalls.com/walls/thumb/aloy-horizon-zero-dawn-complete-edition-m0.jpg"></div> <div class="charcon"> <div class="charactername">Name</div> <div class="characterbasics">Age-tribe-Face claim</div> </div> <div class="tabs"> <div class="tab"> <input type="radio" id="tab-1" name="tab-group-1" checked> <label for="tab-1" style="right: 205px;"><div class="saturncons"><span class="sf sf-flame" title="stats"></span></div></label> <div class="content"> <div class="flametext"><h1>Basics</h1> <b>Name: </b> Character Name Here<br /> <b>Age:</b> Age in letters<br /> <b>Tribe:</b> Tribe here<br /> <b>Villiage:</b> Here<br /> <b>Occupation:</b> Character's Job<br /> <b>Special Faction:</b> A team of hunters, ect.<br /> <b>Religion:</b> Character's Religion<br /> <b>Gender:</b> Character's Gender<br /> <b>Pronouns</b> Here<br /> <b>Face Claim:</b> Who are you using?<br /> <h1>Family</h1> <b>Parents:</b> Mother and Father<br /> <b>Siblings:</b> Any<br /> <b>Children:</b> Any<br /> <b>Other:</b> Cousins, Aunts, Uncles, Ect.<br /> <b>Friends:</b> Here<br /> <b>Pets:</b> Here<br /> <h1>Romantic:</h1> <b>Sexuality:</b> Here<br /> <b>Romantic Prefence:</b> Here<br /> <b>Relationship Status:</b> Here<br /> <b>Current Partner:</b> here<br /> <b>Past partners:</b> here<br /> </div> <div class="flameimg"><img src="https://78.media.tumblr.com/6bdc0ae23f55d89d798d4ba2edeaf2df/tumblr_p25zgeTQUz1w2kl17o1_500.png" style="width: 200px; filter: grayscale(100%)"></div> </div> </div> <div class="tab"> <input type="radio" id="tab-2" name="tab-group-1"> <label for="tab-2" style="right: 155px;"><div class="saturncons"><span class="sf sf-bow-and-arrow" title="weapons and abilities"></span></div></label> <div class="content"> <div class="leaftext"><h1>Weapons</h1><b>Please describe. This code will look messy if you do not. </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <i>Proin pretium, </i>leo non posuere aliquet, arcu risus consequat turpis, eu ultricies eros magna non lacus. Praesent lacus libero, elementum nec arcu eu, tincidunt semper urna. Vestibulum faucibus est sed lacus molestie ultrices. In sollicitudin posuere augue, id dignissim libero pellentesque molestie. Nulla sapien justo, dignissim vel urna vel, tincidunt ullamcorper metus. Cras pretium faucibus lorem, vel sagittis turpis mattis at. In sit amet rhoncus odio. Quisque nec tincidunt dolor. <b>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p><h1>Ammo</h1><b>Please describe. This code will look messy if you do not. </b> <i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p><h1>Supplies</h1><b>Please describe. This code will look messy if you do not. </b> <i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p><h1>Abilities</h1><b>Please describe. This code will look messy if you do not. </b> <i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p><h1>Special Skills</h1><b>Please describe. This code will look messy if you do not. </b> <i>Proin pretium, </i>leo non posuere aliquet, arcu ris </div> </div> </div> <div class="tab"> <input type="radio" id="tab-3" name="tab-group-1"> <label for="tab-3" style="right: 105px;"><div class="saturncons"><span class="sf sf-leaf-1" title="freeform"></span></div></label> <div class="content"> <div class="leaftext"> <h1> Freeform</h1>ctus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <i>Proin pretium, </i>leo non posuere aliquet, arcu risus consequat turpis, eu ultricies eros magna non lacus. Praesent lacus libero, elementum nec arcu eu, tincidunt semper urna. Vestibulum faucibus est sed lacus molestie ultrices. In sollicitudin posuere augue, id dignissim libero pellentesque molestie. Nulla sapien justo, dignissim vel urna vel, tincidunt ullamcorper metus. Cras pretium faucibus lorem, vel sagittis turpis mattis at. In sit amet rhoncus odio. Quisque nec tincidunt dolor. b>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <i>Proin pretium, </i>leo non posuere aliquet, arcu ris </div></div> </div> <div class="tab"> <input type="radio" id="tab-4" name="tab-group-1"> <label for="tab-4" style="right: 55px;"><div class="saturncons"><span class="sf sf-mushroom" title="Shipper"></span></div></label> <div class="content"> <div class="leaftext"> <h1>Friends</h1><b>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <i>Proin pretium, </i>leo non posuere aliquet, arcu risus consequat turpis, eu ultricies eros magna non lacus. Praesent lacus libero, elementum nec arcu eu, tincidunt semper urna. Vestibulum faucibus est sed lacus molestie ultrices. In sollicitudin posuere augue, id dignissim libero pellentesque molestie. Nulla sapien justo, dignissim vel urna vel, tincidunt ullamcorper metus. Cras pretium faucibus lorem, vel sagittis turpis mattis at. In sit amet rhoncus odio. Quisque nec tincidunt dolor. b>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <h1> Enemies</h1><i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <h1>Lovers</h1><i>Proin pretium, </i>leo non posuere aliquet, arcu risb>Lorem ipsum dolor </b>sit amet, consectetur adipiscing elit. Phasellus lectus nisi, imperdiet id tempus at, dignissim id purus. Quisque euismod volutpat euismod. Nulla fringilla lacus in dolor varius finibus. Curabitur fermentum auctor mauris vitae dignissim. Aliquam tortor augue, fermentum a consectetur eu, malesuada ut diam. In id metus blandit purus vestibulum bibendum. Nullam eu malesuada massa. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent ipsum eros, aliquet et congue vel, accumsan a tellus. Donec sed quam in tortor imperdiet vulputate non eget felis. Aenean suscipit enim massa, vitae eleifend orci laoreet non. Suspendisse potenti. <p> <i>Proin pretium, </i>leo non posuere aliquet, arcu ris </div> </div> </div> <div class="tab"> <input type="radio" id="tab-5" name="tab-group-1"> <label for="tab-5" style="right: 5px;"><div class="saturncons"><span class="sf sf-feather" title="stats"></span></div></label> <div class="content"> <div class="flametext"><h1>PLAYER NAME</h1> <b>Pronouns:</b> Here<br /> <b>Time Zone:</b> Here<br /> <b>Triggers:</b> Here<br /> <b> Other characters</b> Here<br /> <b>Favorite HZD Character</b> Here<br /> <b>Favorite Fargo Robot</b> Here<br /> <b>Zodiac</b> Here<br /> <b>Birhday</b> MM/DD </div> <div class="flameimg"><img src="https://i.pinimg.com/originals/c8/c5/25/c8c525ab27768fa6132854f8988ab5ae.png" style="width: 200px; filter: grayscale(100%)"></div> </div> </div> </div> </div>
Поделиться192018-06-25 00:40:02
Код:
<!--HTML--><div class="main-post"> <center> <link href="https://fonts.googleapis.com/css?family=Unica+One|Rajdhani" rel="stylesheet"> <style> .ginger {width: 350px; padding: 40px; margin: 0px auto; background-color: #ddd; } .rush {width: 350px; padding: 40px; height: 40px; background-color: #83211f; } .apple {width: 100px; height: 100px; display: inline-block; position: relative; background: #eee; padding: 5px; margin: 2px; } .apple img {width: 100px; height: 100px; position: static; } .courtyard {font-family: unica one; color: #fff; font-size: 16px; margin: -10px; } .mercy {float: right; font-family: rajdhani; font-size: 12px; margin-right: 123px; margin-top: 5px; } </style> <div class="rush"><div class="courtyard">i can't help myself but knowing </p> <div style="font-family: unica one; font-size: 40px; color: #fff; margin: -15px;">what you know</div> </div></div> <div class="ginger"> <div class="apple"><img src="https://placehold.it/100x100"></div> <div class="apple"><img src="https://placehold.it/100x100"></div> <div class="apple"><img src="https://placehold.it/100x100"></div> <div class="apple"><img src="https://placehold.it/100x100"></div> <div class="apple"><img src="https://placehold.it/100x100"></div> <div class="apple"><img src="https://placehold.it/100x100"></div> </div> <div class="mercy">yuki <a href="https://shine.jcink.net/index.php?showuser=20690">❋</a> <a href="https://shadowplayers.jcink.net/index.php?showuser=2055">❋</a> <a href="http://sonderx.jcink.net/index.php?showuser=116">❋</a></div> </center>
Поделиться202018-06-25 00:47:40
Код:
<!--HTML--><div class="main-post"> Thank you so much Sylvia! Just finished it <3<br />-----<br /><br /> <div id="noct" style="background:url('https://image.ibb.co/nMgOPx/noct.png');background-size:cover;"> <input type="checkbox" id="toggle"> <input type="checkbox" id="ossm" name="ossm"> <label for="ossm"> <div class="noct3" style="bottom: 30px; left: 160px;"> <svg viewBox="0 0 300 300" > <defs><path id="textcircle" fill="black" d="M150,369 a120,120 0 0,1 0,-240 a120,120 0 0,1 0,240Z" transform="rotate(90,200,200)" /> </defs> <text><textPath xlink:href="#textcircle">When the night has come And the land is dark And the moon is the only light we'll see</textPath></text> </svg><div class="noct2"></div></div> </label> <div class="noct4"></div><div class="noct5"></div> <div id="noct12"> <h1>noctis lucis caelum</h1> <div class="noct7"><h2>20</h2> <h2>cis male</h2> <h2>messiah of this world tbh</h2></div> <a href=""><div class="noct8"><i class="material-icons" title="link name"><i class="material-icons">more</i></i></div></a> <div class="noct9">mgroup, trait, w/e</div> <div class="noct10"><i class="material-icons">healing</i></div> <div class="noct6"> <h3><i class="material-icons" title="friends" style="font-size: 20px;">games</i></h3> <b>A peep at some distant orb has power to raise and purify our thoughts like a strain of sacred music, or a noble picture</b>, or a passage from the grander poets. It always does one good. A peep at some distant orb has power to raise and <i>purify our thoughts like a strain of sacred music, or a noble picture,</i> or a passage from the grander poets. It always does one good.<p> <h3><i class="material-icons" title="enemies" style="font-size: 20px;">donut_small</i></h3> <b>A peep at some distant orb has power to raise and purify our thoughts like a strain of sacred music, or a noble picture</b>, or a passage from the grander poets. It always does one good. A peep at some distant orb has power to raise and <i>purify our thoughts like a strain of sacred music, or a noble picture,</i> or a passage from the grander poets. It always does one good.<p> <h3><i class="material-icons" title="lovers" style="font-size: 20px;">dashboard</i></h3> <b>A peep at some distant orb has power to raise and purify our thoughts like a strain of sacred music, or a noble picture</b>, or a passage from the grander poets. It always does one good. A peep at some distant orb has power to raise and <i>purify our thoughts like a strain of sacred music, or a noble picture,</i> or a passage from the grander poets. It always does one good.<p> </div> </div> </div> <div class="noct13"><a href="">spica</a></div> <link href='https://fonts.googleapis.com/css?family=Libre+Barcode+39+Extended+Text|Roboto+Mono:700|Montserrat:400|Gugi|Cousine:700|Material+Icons' rel='stylesheet' type='text/css'> <style> .noct13 a { text-decoration: none; color: rgba(0, 179, 209, 0.35); } .noct13 { font: 400 21px/100% 'Libre Barcode 39 Extended Text'; text-transform: uppercase; text-align: center; margin: 10px; letter-spacing: 3px; color: #606060; } .noct10 { font-size: 12px; text-align: center; font-family: montserrat; text-transform: uppercase; position: relative; top: 15px; color: rgba(0, 179, 209, 0.84); text-shadow: -1px -1px 0 rgba(0, 139, 209, 0.35), 1px -1px 0 rgba(0, 139, 209, 0.35), -1px 1px 0 rgba(0, 139, 209, 0.35), 1px 1px 0 rgba(0, 139, 209, 0.35); } .noct10:before { margin-left: -20px; content: ""; display: inline-block; margin-right: 22px; height: 1px; background-color: rgba(0, 179, 209, 0.84); width: 113px; vertical-align: middle; } .noct10:after { content: ""; display: inline-block; margin-left: 22px; height: 1px; background-color: rgba(0, 179, 209, 0.84); width:113px; vertical-align: middle;} .noct9 { -moz-transform: rotate(-23deg); -webkit-transform: rotate(-23deg); -o-transform: rotate(-23deg); -ms-transform: rotate(-23deg); transform: rotate(-23deg); position: absolute; top: 100px; left: 30px; background: rgba(0, 179, 209, 0.84); padding: 4px; width: 250px; text-align: center; font: 700 14px/100% roboto mono; text-transform: uppercase; letter-spacing: 2px; border-radius: 10px; -webkit-border-radius: 10px; } .noct8 i { font-size: 50px; } .noct8 { text-shadow: 1px 1px 65px; position: absolute; display: inline-block; top: 170px; right:40px; color: rgba(0, 179, 209, 0.84); transform: rotate(90deg); } .noct6::-webkit-scrollbar { background: #E5E5E5; border: 2px solid #fafafa; width: 7px; border-radius: 6px; -webkit-border-radius: 6px; } .noct6::-webkit-scrollbar-thumb { border: 2px solid #fafafa; background: #BBB; border-radius: 6px; -webkit-border-radius: 6px; } .noct6 h3 { float: left; padding: 5px; margin: 15px; color: rgba(0, 179, 209, 0.84); text-shadow: -1px -1px 0 rgba(0, 139, 209, 0.35), 1px -1px 0 rgba(0, 139, 209, 0.35), -1px 1px 0 rgba(0, 139, 209, 0.35), 1px 1px 0 rgba(0, 139, 209, 0.35); border-radius: 100%; -webkit-border-radius: 100%; border: 7px dashed rgba(0, 210, 209, 0.84); } .noct7 { -moz-transform: rotate(-24deg); -webkit-transform: rotate(-24deg); -o-transform: rotate(-24deg); -ms-transform: rotate(-24deg); transform: rotate(-24deg); height: 75px; width: 350px; margin: 90px 0px 0px 10px; overflow: hidden; } #noct12 h2 { color: #EEE; display: inline-block; text-transform: uppercase; font: 400 12px/100% cousine; padding: 6px 10px 6px 10px; border-top: 8px dotted rgba(0, 210, 209, 0.84); margin: 5px 5px 5px 5px; float: left; max-width: 150px; text-align: center; text-shadow: -1px -1px 0 rgba(0, 139, 209, 0.35), 1px -1px 0 rgba(0, 139, 209, 0.35), -1px 1px 0 rgba(0, 139, 209, 0.35), 1px 1px 0 rgba(0, 139, 209, 0.35); } #noct12 h1::first-letter { border-top: 7px dotted rgba(0, 179, 209, 0.84); } #noct12 h1 { color: rgba(0, 179, 209, 0.84); position: relative; top: 90px; font: 400 30px/100% gugi; text-transform: uppercase; -moz-transform: rotate(-24deg); -webkit-transform: rotate(-24deg); -o-transform: rotate(-24deg); -ms-transform: rotate(-24deg); transform: rotate(-24deg); letter-spacing: -2px; text-shadow: 10px 5px 20px; } .noct6 i { color: rgba(0, 230, 270, 0.90); font-size: 13px; text-shadow: 10px 5px 20px; } .noct6 b { color: rgba(0, 225, 270, 0.90); font: 400 12.5px/100% cousine; text-shadow: 10px 5px 25px; } .noct6 { font: 400 11.7px/120% montserrat; padding: 15px 20px 20px 20px; position: relative; top: 10px; margin: 20px; width: 250px; height: 83px; text-align: justify; overflow: auto; text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333; } .noct5 { position: absolute; width: 600px; height: 440px; background: rgba(0, 209, 202, 0.20); bottom: 0px; left: -500px; -webkit-clip-path: polygon(0% 100%, 100% 0%, 80% 100%, 5% 100%); clip-path: polygon(0% 100%, 100% 0%, 80% 100%, 5% 100%); transition-delay: 0.4s; -moz-webkit-transition-delay: 0.4s; transition-delay: 0.4s; -ms-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; } .noct4 { position: absolute; width: 600px; height: 440px; background: rgba(0, 17, 209, 0.20); bottom: 0px; right: -500px; -webkit-clip-path: polygon(10% 100%, 0% 0%, 100% 100%, 5% 100%); clip-path: polygon(10% 100%, 0% 0%, 100% 100%, 5% 100%); transition-delay: 0.4s; -moz-webkit-transition-delay: 0.4s; transition-delay: 0.4s; -ms-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; } input[type=checkbox]:checked ~ .noct5 { bottom: 0px; left: 0px; transition: 0.5s ease-in-out; } input[type=checkbox]:checked ~ .noct4 { bottom: 0px; right: 0px; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; } #noct label { position: absolute; bottom: 0px; left: 0px; z-index: 2; cursor: crosshair; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; } #noct12 { opacity: 1; margin: -520px 50px 80px 0px; -webkit-clip-path: polygon(0% 40%, 100% 0%, 90% 100%, 5% 100%); clip-path: polygon(0% 40%, 100% 0%, 90% 100%, 5% 100%); width: 360px; z-index: 2; position: relative; -webkit-transition: ease-in-out 0.7s; -ms-transition: ease-in-out 0.7s; -moz-transition: ease-in-out 0.7s; -o-transition: ease-in-out 0.7s; transition: ease-in-out 0.7s; background: rgba(16, 12, 18, 0.60); transition-delay: 0.5s; border-radius: 6px; -webkit-border-radius: 6px; padding: 13px; height: 400px; color: #FFF; } input[type=checkbox]:checked ~ #noct12 { margin: 35px 50px 80px 85px; opacity: 1; } #noct input[type=checkbox]:checked + label { position: absolute; bottom: 285px; left: -85px; transform:scale(0.7); } #noct12 input[type=checkbox] { display: none; } .noct3 { fill: #FFF; height: 180px; width: 180px; font: 700 20px/100% cousine; letter-spacing: 1px; text-transform: uppercase; color: #FEFEFE; text-shadow: -1px -1px 0 rgba(0, 139, 209, 0.84), 1px -1px 0 rgba(0, 139, 209, 0.84), -1px 1px 0 rgba(0, 139, 209, 0.84), 1px 1px 0 rgba(0, 139, 209, 0.84); border-radius: 100%; -webkit-border-radius: 100%; border: 3px dashed rgba(0, 139, 209, 0.84); position: absolute; -webkit-transition: all 3.5s ease-in-out; -moz-transition: all 3.5s ease-in-out; -o-transition: all 3.5s ease-in-out; -webkit-animation: heartbeat 3.5s ease-in-out 6 both; animation: heartbeat 3.5s ease-in-out 6 both; } .noct2 { background: url('https://image.ibb.co/cJu4Wc/noct1.png'); height: 100px; width: 100px; border-radius: 100%; -webkit-border-radius: 100%; border: 10px solid rgba(0, 139, 209, 0.84); position: absolute; bottom: 30px; left: 30px; background-size: contain; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; } @-webkit-keyframes heartbeat { from { -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: center center; transform-origin: center center; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 10% { -webkit-transform: scale(0.91); transform: scale(0.91); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 17% { -webkit-transform: scale(0.98); transform: scale(0.98); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 33% { -webkit-transform: scale(0.87); transform: scale(0.87); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 45% { -webkit-transform: scale(1); transform: scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes heartbeat { from { -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: center center; transform-origin: center center; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 10% { -webkit-transform: scale(0.91); transform: scale(0.91); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 17% { -webkit-transform: scale(0.98); transform: scale(0.98); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 33% { -webkit-transform: scale(0.87); transform: scale(0.87); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 45% { -webkit-transform: scale(1); transform: scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } #noct { position: relative; overflow: hidden; width: 500px; height: 500px; margin: 0px auto; -webkit-clip-path: polygon(0% 10%, 100% 0%, 90% 100%, 5% 100%); clip-path: polygon(0% 10%, 100% 0%, 90% 100%, 5% 100%); } </style>
Поделиться212018-06-25 00:49:53
Код:
<!--HTML--><div class="main-post"> NOTE: Testing a WIP that will have dual versions, one for a tabbed tracker and one for a thread template.<br /><br /> <div id="gtt" style="background:url('https://image.ibb.co/jQM0Bn/mc.png');background-size:cover;"> <div class="gtt1"> <div class="gtt2"><h1><a href="">hanagami shion</a></h1></div> <div class="gtt3" style="background:url('https://image.ibb.co/gE82P7/mc1.png');"></div> </div> <div class="gtt4"> <div class="gtt5"> I <b>shall see the face of Mars, anyhow, and that will be a rare experience</b>. It seems to me that a view of the heavenly bodies through a fine telescope, as well as <i>a tour round the world, should form a part of a liberal education</i>.<p> I shall see the face of Mars, anyhow, and that will be a rare experience. It seems to me that a view of the heavenly bodies through a fine telescope, as well as a tour round the world, should form a part of a liberal education. </div> </div> </div> <div class="gttcre"><a href="https://shine.jcink.net/index.php?showuser=12501">spica</a></div> <link href='https://fonts.googleapis.com/css?family=Lato:400,900|Patua+One:400|Libre+Barcode+39+Extended+Text' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"> <style> .gtt5 i { font-size: 14.4px; color: #ff3392; font-style: italic; } .gtt5 b { font-size: 13px; font-weight: 900; } .gtt5::-webkit-scrollbar { width:7px; background:#fefefe; } .gtt5::-webkit-scrollbar-thumb { border:#fefefe solid 1px; border-radius:3px; background:#e5e5e5; } .gtt5::-webkit-scrollbar-track { background:#fefefe; } .gtt5::first-letter { font: 400 50px/80% patua one; text-transform: uppercase; background: -moz-linear-gradient(55deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* ff3.6+ */ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(101,44,156,1)), color-stop(85%, rgba(214,6,86,1)), color-stop(100%, rgba(214,6,86,1))); /* safari4+,chrome */ background: -webkit-linear-gradient(55deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* safari5.1+,chrome10+ */ background: -o-linear-gradient(55deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* opera 11.10+ */ background: -ms-linear-gradient(55deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* ie10+ */ background: linear-gradient(35deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D60656', endColorstr='#652C9C',GradientType=0 ); /* ie6-9 */ border-radius: 8px; float: left; padding: 20px; margin: 15px; color: #F9F9F9; text-shadow: none; } .gtt5 { text-align: justify; font: 400 12px/100% lato; color: #FAFAFA; padding: 20px; margin: 130px 35px 20px 0px; position: absolute; height: 163px; overflow: auto; text-shadow: -1px -1px 0 #383838, 1px -1px 0 #383838, -1px 1px 0 #383838, 1px 1px 0 #383838; } #gtt:hover .gtt3 { right: 400px; bottom: -200px; border-radius: 100%; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; -ms-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; transition: all 0.7s ease-out; transition-delay: 0.2s; -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -ms-transition-delay: 0.2s; } #gtt:hover .gtt2 { left: 400px; bottom: -200px; -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -ms-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; transition: all 0.4s ease-in; transition-delay: 0.4s; -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; -ms-transition-delay: 0.4s; } .gtt2 a { color: transparent; text-decoration: none; } .gtt4 { background: rgba(13, 13, 13, 0.44); position: absolute; top: -520px; left: 0px; width: 240px; height: 475px; padding: 15px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; -ms-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; transition: all 0.7s ease-out; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; -webkit-animation-delay: 0.6s; -ms-animation-delay: 0.6s; animation-delay: 0.6s; -webkit-clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%); clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%); } #gtt:hover .gtt4 { animation: flip 2s; -moz-animation-delay: 1.5s; -o-animation-delay: 1.5s; -webkit-animation-delay: 1.5s; -ms-animation-delay: 1.5s; animation-delay: 1.5s; -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; -ms-transition-delay: 0.8s; transition-delay: 0.8s; top: -3px; } .gttcre a { color: rgba(214,6,86,1); text-decoration: none; } .gttcre { text-align: center; margin: 10px; text-transform: uppercase; font: 400 20px/100% 'Libre Barcode 39 Extended Text'; letter-spacing: 5px; color: rgba(214,6,86,1); } .gtt3 { width: 100px; height: 100px; border-radius: 10%; box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.4), inset 0 0 0 9px rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.1); position: absolute; bottom: 90px; right: 20px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; -ms-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; transition: all 0.7s ease-out; filter: grayscale(100%); -webkit-filter: grayscale(100%); } .gtt2 { padding: 20px; background: rgba(16, 12, 18, 0.75); position: absolute; bottom: 0px; left: 0px; height: 135px; -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%); width: 226px; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.4s ease-in; -ms-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; transition: all 0.4s ease-in; } .gtt2 h1 { font: 400 36px/80% patua one; text-transform: uppercase; background: -moz-linear-gradient(55deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* ff3.6+ */ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(101,44,156,1)), color-stop(85%, rgba(214,6,86,1)), color-stop(100%, rgba(214,6,86,1))); /* safari4+,chrome */ background: -webkit-linear-gradient(55deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* safari5.1+,chrome10+ */ background: -o-linear-gradient(55deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* opera 11.10+ */ background: -ms-linear-gradient(55deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* ie10+ */ background: linear-gradient(35deg, rgba(101,44,156,1) 0%, rgba(214,6,86,1) 85%, rgba(214,6,86,1) 100%); /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D60656', endColorstr='#652C9C',GradientType=0 ); /* ie6-9 */ -webkit-background-clip: text; color: transparent; text-align: right; position: relative; bottom: -55px; } .gtt1 { background: -moz-linear-gradient(55deg, rgba(255,64,64,1) 0%, rgba(95,11,128,0.38) 71%, rgba(95,11,128,0.10) 100%); /* ff3.6+ */ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,64,64,1)), color-stop(71%, rgba(95,11,128,0.38)), color-stop(100%, rgba(95,11,128,0.12))); /* safari4+,chrome */ background: -webkit-linear-gradient(55deg, rgba(255,64,64,1) 0%, rgba(95,11,128,0.38) 71%, rgba(95,11,128,0.10) 100%); /* safari5.1+,chrome10+ */ background: -o-linear-gradient(55deg, rgba(255,64,64,1) 0%, rgba(95,11,128,0.38) 71%, rgba(95,11,128,0.10) 100%); /* opera 11.10+ */ background: -ms-linear-gradient(55deg, rgba(255,64,64,1) 0%, rgba(95,11,128,0.38) 71%, rgba(95,11,128,0.10) 100%); /* ie10+ */ background: linear-gradient(35deg, rgba(255,64,64,1) 0%, rgba(95,11,128,0.38) 71%, rgba(95,11,128,0.10) 100%); /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F0B80', endColorstr='#FF4040',GradientType=0 ); /* ie6-9 */ width: 265px; height: 500px; position: absolute; top: 0px; left: 0px; } #gtt { position: relative; overflow: hidden; width: 265px; height: 500px; margin: 0px auto; } </style>
Поделиться222018-07-31 23:23:45
Код:
<!--HTML--><div class="main-post"> <br /> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <style> #ghost-thread{ width: 400px; height: 570px; margin: 20px auto; overflow: hidden; position: relative; background: #F1EAF5; border: 0.5px solid #c799dd; outline: 15px solid #F1EAF5; } #ghost-thread ::-webkit-scrollbar { width: 6px; border-radius: 50px; } #ghost-thread ::-webkit-scrollbar-track { background: #c799dd; border: 2.5px solid #fff; } #ghost-thread ::-webkit-scrollbar-thumb { background: #fff; border-top: 0.5px solid #40dad2; border-bottom: 0.5px solid #40dad2; } #ghost-thread .base{ width: 204px; height: 250px; background: #fff; position: absolute; bottom: 71px; right: -320px; overflow: auto; padding-right: 15px; border: 50px solid #fff; border-bottom: 70px solid #fff; outline: 1px solid #c799dd; text-align: justify; font-family: 'Open Sans', sans-serif; font-size: 9px; line-height: 12px; letter-spacing: 0px; color: #555; transition: 0.7s ease-in 0s; -webkit-transition: 0.7s ease-in 0s; } #ghost-thread:hover .base{ right: 40px; } #ghost-thread .base b{ font-family: 'Courier'; text-transform: uppercase; font-size: 9px; font-weight: bold; color: #40dad2; } #ghost-thread .triangle{ width: 250px; height: 250px; border: 0.5px solid #c799dd; transform: rotate(45deg); position: absolute; top: -130px; left: 75px; background: #F1EAF5; transition: 0.7s ease-in 0s; -webkit-transition: 0.7s ease-in 0s; } #ghost-thread:hover .triangle{ top: -230px; background: #fff; } #ghost-thread .triangle2{ width: 250px; height: 250px; border: 0.5px solid #c799dd; transform: rotate(45deg); position: absolute; bottom: -130px; left: 75px; background: #F1EAF5; transition: 0.7s ease-in 0s; -webkit-transition: 0.7s ease-in 0s; } #ghost-thread:hover .triangle2{ bottom: -310px; background: #fff; } #ghost-thread .icon{ border: 0.5px solid #c799dd; transform: rotate(45deg); position: absolute; bottom: 180px; left: 95px; background: #fff; transition: 0.7s ease-in 0s; -webkit-transition: 0.7s ease-in 0s; } #ghost-thread .icon img{ width: 190px; height: 190px; transition: 0.7s ease-in 0s; -webkit-transition: 0.7s ease-in 0s; padding: 10px; } #ghost-thread:hover .icon{ bottom: 29px; left: 155px; transform: rotate(-45deg); } #ghost-thread:hover .icon img{ width: 70px; height: 70px; padding: 7px; } #ghost-thread .title{ width: 400px; height: 50px; position: absolute; top: 92px; left: 0px; font-family: 'Courier'; font-size: 11px; text-transform: uppercase; text-align: center; letter-spacing: 0px; line-height: 13px; color: #9866AF; opacity: 0; transition: 0.3s ease-in 0s; -webkit-transition: 0.3s ease-in 0s; } #ghost-thread:hover .title{ opacity: 1; transition: 0.3s ease-in 0.7s; -webkit-transition: 0.3s ease-in 0.7s; } #ghost-thread a{ text-decoration: none; color: #9866AF; } </style> <center> <div id='ghost-thread'> <div class='triangle'></div> <div class='triangle2'></div> <div class='title'><b>Tags:</b> # put some tags here #</div> <div class='base'> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec fringilla leo. Nunc a convallis velit, cursus dictum nibh. Cras et placerat risus. Aliquam dolor purus, finibus eget odio non, tristique scelerisque urna. Aenean a orci aliquam, pellentesque arcu non, lobortis enim. In vulputate id nisi et bibendum. Aliquam sapien eros, venenatis tristique lectus et, hendrerit porta neque. Quisque a sem eget sem ultrices interdum vel quis nibh. Aliquam erat volutpat. Nulla vel turpis tincidunt justo pharetra venenatis. Aenean eget gravida nulla. Etiam varius pulvinar eros, efficitur gravida nibh euismod ut. Sed vitae molestie turpis. <p> Duis eros ex, mollis eget mi in, eleifend aliquet felis. Vestibulum id libero velit. Morbi vel nisl velit. Mauris urna metus, faucibus eget consectetur eu, elementum in libero. Integer congue magna vitae tempor condimentum. Phasellus urna tellus, auctor tempor sem nec, pretium bibendum dui. Praesent vel nunc efficitur, hendrerit tortor ut, dictum velit. Vivamus blandit leo lacus. Nulla vitae imperdiet libero. Quisque volutpat dui arcu, at interdum urna ullamcorper nec. Proin rhoncus ligula in mauris convallis tincidunt. Nulla sollicitudin pulvinar vulputate. Morbi laoreet, est quis convallis lacinia, ipsum dui suscipit libero, at malesuada ligula mauris sit amet diam. Cras consectetur nunc a arcu pretium, ac aliquet neque elementum. <p> Aenean tincidunt consequat ipsum, at placerat dui. Donec ante est, ornare id diam vitae, posuere tempor est. Sed congue nisl euismod ligula auctor, nec interdum elit luctus. In a libero et odio iaculis fermentum. Suspendisse auctor nisi ac ante lobortis, eget luctus risus venenatis. Maecenas erat tellus, rutrum in purus quis, molestie finibus elit. Sed aliquam varius nunc sed cursus. Sed eget nisi commodo, convallis risus sed, luctus ligula. Nulla facilisi. Aliquam vulputate iaculis nibh, at pharetra augue ullamcorper at. <p> Duis eros ex, mollis eget mi in, eleifend aliquet felis. Vestibulum id libero velit. Morbi vel nisl velit. Mauris urna metus, faucibus eget consectetur eu, elementum in libero. Integer congue magna vitae tempor condimentum. Phasellus urna tellus, auctor tempor sem nec, pretium bibendum dui. Praesent vel nunc efficitur, hendrerit tortor ut, dictum velit. Vivamus blandit leo lacus. Nulla vitae imperdiet libero. Quisque volutpat dui arcu, at interdum urna ullamcorper nec. Proin rhoncus ligula in mauris convallis tincidunt. Nulla sollicitudin pulvinar vulputate. Morbi laoreet, est quis convallis lacinia, ipsum dui suscipit libero, at malesuada ligula mauris sit amet diam. Cras consectetur nunc a arcu pretium, ac aliquet neque elementum. </div> <div class='icon'> <a href="https://shine.jcink.net/index.php?showuser=29444" title="hanie ©"> <img src="https://i.imgur.com/Cp9KbHo.gif"></a> </div> </div> </center>
Поделиться232018-07-31 23:24:58
Код:
<!--HTML--><div class="main-post"> <link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet"> <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <style> #natalie-sig{ width: 500px; height: 200px; background: url(https://i.imgur.com/A5JlXfU.gif); position: relative; margin: 0px auto; outline: 1px solid #DF4158; border: 3px solid #fff; } #natalie-sig ::-webkit-scrollbar { width: 5px; border-radius: 50px; } #natalie-sig ::-webkit-scrollbar-track { background: transparent; } #natalie-sig ::-webkit-scrollbar-thumb { background: transparent;; border: 1px solid #DF4158; border-radius: 50px; } #natalie-sig .border1{ width: 0px; height: 0px; position: absolute; background: transparent; top: 10px; left: 11px; border-left: 1px solid #DF4158; border-top: 1px solid #DF4158; overflow: hidden; -webkit-transition: 0.5s ease-in 0.8s; transition: 0.5s ease-in 0.8s; } #natalie-sig:hover .border1{ width: 480px; height: 180px; -webkit-transition: 0.5s ease-in 0s; transition: 0.5s ease-in 0s; } #natalie-sig .border2{ width: 0px; height: 0px; position: absolute; background: transparent; bottom: 9px; right: 8px; border-right: 0.5px solid #DF4158; border-bottom: 0.5px solid #DF4158; overflow: hidden; -webkit-transition: 0.5s ease-in 0.8s; transition: 0.5s ease-in 0.8s; } #natalie-sig:hover .border2{ width: 480px; height: 180px; -webkit-transition: 0.5s ease-in 0s; transition: 0.5s ease-in 0s; } #natalie-sig .base{ width: 500px; height: 200px; position: absolute; background: #fff; top: 0.5px; left: -500px; opacity: 0.88; -webkit-transition: 0.5s ease-in 0.3s; transition: 0.5s ease-in 0.3s; overflow: hidden; } #natalie-sig:hover .base{ -webkit-transition: 0.5s ease-in 0.5s; transition: 0.5s ease-in 0.5s; left: 0px; } #natalie-sig .line{ width: 270px; height: 28.5px; position: absolute; background: transparent; border-left: 1px solid #DF4158; border-bottom: 1px solid #DF4158; top: 102px; left: 105px; opacity: 0.9; } #natalie-sig .icon{ width: 90px; height: 90px; position: absolute; top: 25px; left: 60px; overflow: hidden; z-index: 2; } #natalie-sig .icon img{ width: 65px; height: 65px; border-radius: 50px; border: 1px solid #DF4158; padding: 5px; } #natalie-sig .title{ position: absolute; background: transparent; top: 30px; left: 165px; width: 145px; height: 17px; border-bottom: 1px solid #DF4158; text-align: justify; line-height: 10px; letter-spacing: 2px; font-family: 'Poppins', sans-serif; font-size: 10px; text-transform: uppercase; color: #DF4158; font-weight: bold; } #natalie-sig .textbox{ width: 135px; height: 50px; position: absolute; background: transparent; bottom: 70px; left: 165px; overflow: auto; color: #000; text-align: justify; line-height: 10px; letter-spacing: 0px; font-family: 'Poppins', sans-serif; font-size: 8.5px; padding-right: 9px; z-index: 3; } #natalie-sig .navbox{ width: 175px; height: 20px; position: absolute; bottom: 23px; right: 90px; overflow: hidden; border: 1px solid #DF4158; border-radius: 20px; padding-top: 5px; z-index: 4; } #natalie-sig .sf{ color: #DF4158; font-size: 14px; margin: 3px; } #natalie-sig .sf:hover{ color: #111; } #natalie-sig a{ color: #DF4158; text-decoration: none; } #natalie-sig .triangle{ width: 0px; height: 0px; position: absolute; top: 0px; right: -1px; background: #DF4158; -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0); clip-path: polygon(0 0, 100% 100%, 100% 0); -webkit-transition: 0.5s ease-in 0.3s; transition: 0.5s ease-in 0.3s; } #natalie-sig:hover .triangle{ width: 170px; height: 100px; -webkit-transition: 0.5s ease-in 0.5s; transition: 0.5s ease-in 0.5s; } #natalie-sig .box{ width: 480px; height: 180px; position: absolute; top: 0px; left: -10px; background: transparent; -webkit-transition: 0.3s ease-in 0s; transition: 0.3s ease-in 0s; opacity: 0; } #natalie-sig:hover .box{ -webkit-transition: 0.3s ease-in 1s; transition: 0.3s ease-in 1s; opacity: 1; } </style> <center> <div id='natalie-sig'> <div class='border1'> <div class='base'></div> <div class='triangle'></div> <div class='box'> <div class='line'></div> <div class='icon'> <a href="https://shine.jcink.net/index.php?showuser=29444" title="hanie ©"> <img src="https://i.imgur.com/97j2m4w.gif"></a> </div> <div class='title'>walls could talk</div> <div class='textbox'> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rhoncus sit amet diam eu dictum. In eget mollis metus. Nunc vehicula risus at neque semper pulvinar. Nullam tempor imperdiet sapien, at rhoncus massa tincidunt ut. </div> <div class='navbox'> <a href="#" title="gallery"><span class="sf sf-donut-o"></span></a> <a href="#" title="hof"><span class="sf sf-crown-o"></span></a> <a href="#" title="archive"><span class="sf sf-save-o"></span></a> <a href="#" title="awards team"><span class="sf sf-trophy-o"></span></a> <a href="#" title="extra"><span class="sf sf-cherry-o"></span></a> <a href="#" title="extra"><span class="sf sf-cupcake-o"></span></a> </div> </div> </div> <div class='border2'> </div> </center>
Страница: 1