Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- ʙᴀsᴇ ʙʏ ᴇɴᴛᴇʀᴘʀɪᴢᴇʀ. ᴛʜᴇᴍᴇ ʙʏ ᴀʀɪᴀsʀᴘʜ ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ sᴛᴇᴀʟ ɪᴛ! ᴇᴅɪᴛɪɴɢ ɪs ᴀʟᴏᴡᴇᴅ, ʙᴜᴛ ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛɪɴɢ ɪɴᴛᴀᴄᴛ. -->
- <meta name="color:PostBackground" content="#eaeaea" />
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Accent" content="#99d4c1" />
- <meta name="color:Text" content="#eaeaea" />
- <meta name="text:Link1" content="Link 1" />
- <meta name="text:Link2" content="Link 2" />
- <meta name="text:Link3" content="Link 3" />
- <meta name="text:URL1" content="URL 1" />
- <meta name="text:URL2" content="URL 2" />
- <meta name="text:URL3" content="URL 3" />
- <meta name="text:Hover1" content="Not Safw For Work, follow at your own risk!" />
- <meta name="text:Hover2" content="Literate roleplay account and selective. Plotting is encouraged. Para preffered! Literacy will be mirrored to certain level." />
- <meta name="text:Hover3" content="General roleplay account. Not affiliated with Lisa, BLACKPINK, or YG Ent." />
- <meta name="text:Hover4" content="Find me @AIMHERE, please state who you are!" />
- <style type="text/css">
- /* GASARA */
- @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
- /* BEBAS NEUE */
- @font-face { font-family: "bebas neue"; src: url('https://dl.dropboxusercontent.com/u/67800931/bebasneue.otf'); }
- *, body, a {
- cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
- }
- a:hover {
- cursor: url(http://i.imgur.com/IepP2.jpg), auto;
- }
- ::-webkit-scrollbar-thumb {
- height: auto;
- background-color: {color:PostBackground};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:4px;
- background-color: {color:Background};
- }
- body {
- background-color: {color:Background};
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color: {color:Accent};
- }
- blockquote, blockquote blockquote {
- border-left: 1px solid {color:Accent};
- padding-left:5px;
- margin-left: 5px;
- }
- blockquote img, blockquote blockquote img, #post img, .photopost, .photosetpost, .video {
- opacity: 0.3;
- -webkit-filter: grayscale(100%);
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- blockquote img:hover, blockquote blockquote img:hover, #post img:hover, .photopost:hover, .photosetpost:hover, .video {
- opacity: 0.8;
- -webkit-filter: grayscale(30%);
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- blockquote img {
- max-width: 240px;
- height: auto;
- }
- blockquote blockquote img {
- max-width: 180px;
- height: auto;
- }
- h1, h2, h3 {
- color: {color:Accent};
- font-family: "Bebas Neue";
- font-size: 30px;
- letter-spacing: 1px;
- }
- pre, code {
- font-family: "Calibri";
- font-size: 10px;
- text-align: justify;
- text-transform: uppercase;
- padding: 20px;
- background-color: {color:Background};
- white-space:pre-wrap;
- word-wrap:break-word;
- }
- small, sub, sup {
- font-size: 10px;
- }
- #entries {
- width: 260px;
- height: 100%;
- float: left;
- margin-top: 20px;
- margin-left: 300px;
- }
- #post {
- background-color: {color:PostBackground};
- color: {color:Text};
- margin-bottom: 80px;
- padding: 20px;
- width: 250px;
- font-family: "Calibri";
- font-size: 12px;
- text-align: justify;
- }
- .posttitle {
- font-family: "Bebas Neue";
- font-size: 30px;
- padding-bottom: 5px;
- margin-bottom: 10px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .quote {
- font-family: "Bebas Neue";
- font-size: 20px;
- text-align: justify;
- }
- .source {
- font-family: "Calibri";
- font-size: 10px;
- text-transform: uppercase;
- text-align: right;
- }
- .player {
- width: 27px;
- height: 27px;
- left: 16px;
- top: 16px;
- opacity: 0.4;
- line-height: 0;
- overflow: hidden;
- }
- .details {
- margin-top: -20px;
- margin-left: 28px;
- font-family: "Calibri";
- font-size: 10px;
- text-transform: uppercase;
- }
- .caption a {
- font-size: 10px;
- text-transform: uppercase;
- }
- .caption b, .caption strong, .chat b, .chat strong {
- font-family: "Bebas Neue";
- font-size: 15px;
- letter-spacing: 1px;
- }
- .caption i, .caption em {
- font-family: "Gasara";
- font-size: 8px;
- font-weight: none;
- }
- .asker {
- font-family: "Bebas Neue";
- font-size: 30px;
- letter-spacing: 1px;
- }
- .question {
- font-size: 10px;
- text-transform: uppercase;
- padding: 10px;
- background-color: black;
- text-align: justify;
- }
- /* POST PERMA */
- .perma {
- margin-top: 15px;
- padding-top: 15px;
- line-height: 10px;
- border-top: 1px solid {color:Background};
- font-size: 9px;
- position: relative;
- text-transform :uppercase;
- }
- .perma a {
- display:inline-block;
- }
- .perma .pperma {
- float:right;
- display:inline-block;
- text-align:right;
- }
- .pinfo {
- margin-top: 20px;
- padding-top: 10px;
- border-top: 1px solid white;
- font-family: "Aspex";
- font-size: 10px;
- text-align: center;
- }
- .notes img {
- display: none;
- }
- .notes {
- font-family: "Calibri";
- font-size: 10px;
- text-align: justify;
- text-transform: uppercase;
- }
- /* SIDEBAR */
- #wrapper {
- position: fixed;
- height: 500px;
- width: 500px;
- float: right;
- right: 100px;
- bottom: 0px;
- }
- .rend1 {
- float: right;
- margin-top: 0px;
- margin-right: -80px;
- }
- .rend2 {
- float: left;
- margin-left: 0px;
- margin-top: -260px;
- }
- .bar {
- margin-top: 325px;
- width: 500px;
- height: 10px;
- background-color: {color:Accent};
- }
- .title {
- margin-top: 330px;
- z-index: -9;
- position: fixed;
- font-family: "Bebas";
- font-size: 59px;
- color: {color:Accent};
- }
- .desc {
- height: 70px;
- width: 300px;
- background-color: {color:PostBackground};
- padding: 10px;
- margin-top: 70px;
- font-family: "Calibri";
- font-size: 10px;
- color: {color:Text};
- text-transform: uppercase;
- text-align: justify;
- line-height: 12px;
- }
- .desc b {
- color: {color:Accent};
- font-size: 15px;
- }
- .desc u {
- color: #000000;
- }
- .desc i {
- font-size: 8px;
- font-family: "Gasara";
- }
- .desc a {
- letter-spacing: 0px;
- }
- .desc a:hover {
- letter-spacing: 2px;
- }
- .links {
- font-family: "Bebas";
- font-size: 17px;
- color: {color:Link};
- margin-top: -195px;
- margin-left: 70px;
- }
- .desc2 {
- height: 100px;
- width: 190px;
- background-color: {color:PostBackground};
- padding: 10px;
- font-family: "Calibri";
- font-size: 10px;
- color: {color:Text};
- text-transform: uppercase;
- text-align: justify;
- line-height: 12px;
- margin-top: -145px;
- margin-left: 85px;
- }
- .hovers {
- font-family: "Bebas";
- font-size: 18px;
- color: {color:Link};
- margin-top: -145px;
- margin-left: 85px;
- }
- .mmusic {
- margin-left: 83px;
- margin-top: -40px;
- position: fixed;
- padding: 4px;
- width: 15px;
- height: 15px;
- z-index: 2;
- }
- .mp3player {
- position: fixed;
- margin-top: 1px;
- width: 15px;
- height: 15px;
- position: fixed;
- z-index: -1;
- }
- /* MP3 */
- .box {
- position: absolute;
- z-index: -1;
- overflow: hidden;
- position: fixed;
- width: 15px;
- height: 15px;
- }
- .icon {
- margin-top: 0px;
- margin-left: 0px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .box:hover .icon {
- margin-top: -15px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .musicbox {
- width: 10px;
- height: 10px;
- overflow: hidden;
- margin-top: 0px;
- margin-left: 5px;
- }
- .music{
- margin-top: -6px;
- margin-left: -35px;
- }
- .song {
- width: 200px;
- height: 12px;
- font-family: "Calibri";
- text-align: left;
- text-transform: uppercase;
- font-size: 10px;
- margin-top: -40px;
- margin-left: 105px;
- }
- .song b {
- color: {color:Accent};
- font-size: 14px;
- letter-spacing: 1px;
- text-transform: none !important;
- font-family: "Bebas";
- }
- #s-m-t-tooltip{
- max-width: 200px;
- margin-top: 15px;
- margin-left: 15px;
- padding: 5px;
- border-left: 1px solid {color:Background};
- z-index:9999999999999999999999;
- background-color:{color:PostBackground};
- color: {color:Text};
- font-family: "Calibri";
- text-align: justify;
- font-size: 10px;
- line-height: 13px;
- letter-spacing: 1px;
- text-transform: uppercase;
- box-shadow: 0px 0px 10px {color:Background};
- }
- #credit {
- position: fixed;
- bottom: 5px;
- left: 5px;
- font-size: 12px;
- font-family: "Calibri";
- }
- </style>
- <!-- S-M-T-TOOLTIP JAVA -->
- <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <div id="wrapper">
- <div class="rend1"><img src="http://i.imgur.com/EpPN7u4.png" /></div>
- <div class="title">YOUPLAYIN'WITHFIRE</div>
- <div class="bar"></div>
- <div class="rend2"><img src="http://i.imgur.com/YadYEqG.png" /></div>
- <div class="desc">
- she's playing with fire, lalisa manoban. <b>bold</b> <i>italics</i> <a href="/">link</a> normal <u>underline</u>
- </div>
- <div class="links">
- <a href="/">HOME</a>
- <a href="/ask">INBOX</a>
- <a href="{text:URL1}">{text:Link1}</a>
- <a href="{text:URL2}">{text:Link2}</a>
- <a href="{text:URL3}">{text:Link3}</a>
- </div>
- <div class="desc2">
- she's playing with fire, lalisa manoban. <b>bold</b> <i>italics</i> <a href="/">link</a> normal <u>underline</u>
- </div>
- <div class="hovers">
- <a title="{text:Hover1}">NSFW</a>
- <a title="{text:Hover2}">LITERATE</a>
- <a title="{text:Hover3}">GENERAL</a>
- <a title="{text:Hover4}">AIM</a>
- </div>
- <div class="mmusic">
- <div class="mp3player">
- <div class="box">
- <div class="icon"><img src="http://67.media.tumblr.com/tumblr_m7w2o3N94I1r6o8v2.gif"></div>
- <div class="musicbox">
- <div class="music">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="200" height="100">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
- <param name="bgcolor" value="#ffffff" />
- <param name="FlashVars" value="mp3=http://k003.kiwi6.com/hotlink/tvn9ep9cmn/Troyboi_-_Do_You_mp3goo.com_.mp3
- &volume=50&autoplay=1&loop=1&loadingcolor=888888&bgcolor=d4d4d4&bgcolor1=ffffff&bgcolor2=ffffff&buttoncolor=888888&buttonovercolor=c9c9c9&textcolor=888888" />
- </object>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="song">
- <b>DO YOU?</b> by TROYBOI (<a href="https://www.youtube.com/watch?v=7OjPBG-AuyU">source</a>)
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
- {/block:ReblogParentLogo}
- {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
- {/block:ContentSource}
- <div id="post">
- <!-- TEXT POSTS -->
- {block:Text}
- <div class="posttitle">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
- <div class="caption">{Body}</div>
- {/block:Text}
- <!-- PHOTO POSTS -->
- {block:Photo}
- <div class="photopost"><center>{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}</center></div>
- <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photo}
- <!-- PHOTOSET POSTS -->
- {block:Photoset}
- <div class="photosetpost">{Photoset-250}</div>
- <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photoset}
- <!-- QUOTE POSTS -->
- {block:Quote}
- <div class="quote">{Quote}</div>
- <div class="source">{block:Source} —{Source}{/block:Source}</div>
- {/block:Quote}
- <!-- LINK POSTS -->
- {block:Link}
- <div class="posttitle"><a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- CHAT POSTS -->
- {block:Chat}
- <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
- <div class="chat">
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
- {/block:Chat}
- <!-- ASK POST -->
- {block:Answer}
- <div class="asker">{Asker} SAID:</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <!-- AUDIO POST -->
- {block:Audio}
- <div class="player">{AudioPlayerGrey}</div>
- <div class="details">
- {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist}</div>
- <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- <!-- VIDEO POST -->
- {block:Video}
- <div class="video">{Video-250}</div>
- <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Video}
- {block:IndexPage}
- <div class="perma">
- <span class="pperma">
- <a href="{Permalink}" target="_blank" class="r">{NoteCountWithLabel}</a><br>
- <a href="{ReblogURL}" target="_blank" class="r">REBLOG?</a>
- </span>
- <a href="{Permalink}" target="_blank">{DayOfMonth} {Month}</a><br>
- <a href="{Permalink}" target="_blank" title="{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}">TAGGED</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="pinfo">
- Posted on {DayOfMonth} {Month} {Year} with {NoteCountWithLabel}.<br />
- Tagged as: {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}.
- </div>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <!-- {block:IndexPage}
- <div class="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">PREV</a>{/block:PreviousPage} // {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
- </div>
- {/block:IndexPage} -->
- </div>
- <div id="credit"><a href="http://chrvstn.tumblr.com/" title="Theme by CHRVSTN. Please don't steal the codes! Optimized for Chrome 1366 x 786">♕</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement