Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <!--
- THEME BY OFTENWRONGTHEMES
- TERMS OF SERVICE:
- - do not remove the credit
- - do not use as a base
- - do not repost/claim as your own
- -->
- <!--jquery for tooltips - script released online-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:60,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM-->
- <script type="text/javascript">
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = {text:post width};
- var newSrc = $(this).attr('src').replace('500',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/500;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- <!--Photoset Gutter Resize Code by Pixel Union-->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!---Resize Video Script by SHYTHEMES--->
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!--IMPORT GOOGLE FONTS-->
- <link href="https://fonts.googleapis.com/css?family=Bellefair|Josefin+Sans:400,400i,700,700i|Josefin+Slab|Oxygen:300,700|Poppins:300,300i,700,700i" rel="stylesheet">
- <!--IMPORT FONT AWESOME ICONS-->
- <script src="https://use.fontawesome.com/a8cbc62841.js"></script>
- <!--META TAGS-->
- <meta name="image:Sidebar Home" content=""/>
- <meta name="image:Sidebar Inbox" content=""/>
- <meta name="image:Sidebar One" content=""/>
- <meta name="image:Sidebar Two" content=""/>
- <meta name="image:Sidebar Three" content=""/>
- <meta name="text:Font Size" content="9pt"/>
- <meta name="text:Sidebar Width" content="250"/>
- <meta name="text:Post Width" content="450"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="select:Font" content="'Poppins', sans-serif" title="Poppins"/>
- <meta name="select:Font" content="'Oxygen', sans-serif" title="Oxygen"/>
- <meta name="select:Font" content="'Josefin Sans', sans-serif" title="Josefin Sans"/>
- <meta name="select:Title Font" content="'Bellefair', serif" title="Bellefair"/>
- <meta name="select:Title Font" content="'Josefin Slab', serif" title="Josefin Slab"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Body Text" content="#555"/>
- <meta name="color:Links" content="#aaa"/>
- <meta name="color:Links Hover" content="#eee"/>
- <meta name="color:Bubbles" content="#ccc"/>
- <meta name="color:Bubble Icons" content="#fff"/>
- <meta name="color:Blockquotes" content="#999"/>
- <style type="text/css">
- /*GLOBAL*/
- html, body {
- font-family: {select:Font};
- font-size: {text:Font Size};
- color: {color:Body Text};
- background-color: {color:Background};
- line-height: 1.5em;
- }
- a {
- color: {color:Links};
- text-decoration: none;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- a:hover {
- color: {color:Links Hover};
- }
- #s-m-t-tooltip {
- max-width: 350px;
- padding: 2px 5px;
- margin: 15px 0px 0px 15px;
- background: {color:Background};
- font-size: 0.75em;
- z-index: 9999999999999;
- }
- pre {
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- .credit a {
- position: fixed;
- bottom: 15px;
- right: 15px;
- font-size: 0.8em;
- border-bottom: none;
- }
- /*SIDEBAR*/
- .sidebar {
- width: {text:Sidebar Width}px;
- position: fixed;
- margin: 15%;
- }
- .sidebar .title a {
- font-family: {select:Title Font};
- font-size: 1.3rem;
- color: {color:Body Text};
- }
- .sidebar .desc {
- font-size: 0.8em;
- line-height: 1.6em;
- margin: 5px 0 10px 0;
- }
- .sidebar .bubble {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 2px;
- width: 25px;
- height: 25px;
- border-radius: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- background: {color:Background};
- border: 1px solid {color:Bubbles};
- float: left;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- margin-left: calc(({text:Sidebar Width}px - 145px) / 7);
- }
- .sidebar .bubble:hover {
- background: {color:Bubbles};
- }
- .sidebar .bubble i {
- font-size: 1.3em;
- color: {color:Bubble Icons};
- position: absolute;
- z-index: -1;
- }
- .sidebar .bubble:hover i {
- z-index: 99;
- }
- .sidebar img {
- width: 25px;
- height: 25px;
- border-radius: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- .sidebar .bubble:hover img {
- opacity: 0;
- }
- .sidebar .line {
- width: {text:Sidebar Width}px;
- margin-top: 25px;
- height: 1px;
- background: {color:Bubbles};
- }
- /*POSTS*/
- .posts {
- width: {text:Post Width}px;
- margin-left: calc(15% + 350px);
- }
- .posts .entries {
- margin: 30px 0;
- width: {text:Post Width}px;
- }
- .posts .entries h1 {
- font-size: 1.3em;
- font-family: {select:Title Font};
- text-transform: uppercase;
- }
- .posts .entries h2 {
- font-family: {select:Title Font};
- font-size: 1.7em;
- line-height: 1.35em;
- }
- .posts .entries ol, .posts .entries ul {
- text-align: left;
- list-style-position: outside;
- list-style-type: round;
- clear: left;
- }
- .posts .entries blockquote {
- border-left: 1px solid {color:Blockquotes};
- padding-left: 7px;
- margin-left: 20px;
- }
- .posts .entries .text img,
- .posts .entries .text iframe {
- max-width: 100%;
- height: auto;
- }
- .posts .entries .sender img {
- width: 25px;
- height: 25px;
- border-radius: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- padding: 2px;
- border: 1px solid {color:Bubbles};
- float: left;
- }
- .posts .entries .sender .line {
- width: calc({text:Post Width}px - 31px);
- height: 1px;
- margin-top: 16px;
- background: {color:Bubbles};
- float: left;
- }
- .posts .entries .text .source {
- font-size: 0.8em;
- }
- .posts .entries .convo {
- list-style: none;
- line-height: 160%;
- padding-bottom: 5px;
- }
- .posts .entries .chat-line {
- padding: 5px 0;
- }
- .posts .entries .label {
- text-transform: uppercase;
- padding-right: 2px;
- font-family: {select:Title Font};
- }
- /*AUDIO FORMATTING TUTORIAL BY LMTHEMES + EDITED BY ME*/
- .posts .entries .playbutton {
- width: 30px;
- height: 28px;
- padding: 10px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- left: -8px;
- }
- .posts .entries .playbox {
- background: transparent;
- position: absolute;
- z-index: 1000;
- margin-top: 17px;
- margin-left: 17px;
- opacity: .7;
- }
- .posts .entries .audiodesc {
- position: relative;
- left: 5px;
- }
- .posts .entries .text .album-art {
- width: 70px;
- height: 70px;
- }
- /*POST INFO*/
- .post-info, .tags {
- text-align: center;
- width: {text:Post Width}px;
- font-size: 0.8em;
- }
- .post-info {
- font-size: 1.1em;
- padding-bottom: 20px;
- color: {color:Links};
- }
- .post-info a {
- margin: 0 7px;
- }
- .tags {
- padding-top: 7px;
- }
- .permalink-info {
- font-size: 0.9em;
- }
- .permalink-info a {
- margin: 0 3px;
- }
- .postnotes {
- line-height: 200%;
- text-align: left;
- list-style: none;
- font-size: 0.8em;
- width: {text:post width}px;
- margin: 10px 0;
- }
- .postnotes blockquote {
- border-left: 1px solid {color:Blockquotes};
- padding-left: 7px;
- margin-left: 20px;
- }
- .postnotes ol.notes {
- list-style-type: none;
- }
- .postnotes li {
- list-style-type: none;
- }
- .postnotes img.avatar {
- width: 0px;
- height: 0px;
- }
- .pagi {
- text-align: center;
- margin: 20px 0;
- width: {text:post width}px;
- }
- .pagi a,
- .pagi .current_page {
- margin: 0 5px;
- font-size: 0.85em;
- }
- </style>
- </head>
- <body>
- <!--SIDEBAR-->
- <div class="sidebar">
- <div class="title">
- <a href="/">
- {Title}
- </a>
- </div>
- <div class="desc">
- {Description}
- </div>
- <a href="/">
- <div class="bubble">
- <i class="fa fa-home" aria-hidden="true"></i>
- <img src="{image:Sidebar Home}">
- </div>
- </a>
- <a href="/ask">
- <div class="bubble">
- <i class="fa fa-question" aria-hidden="true"></i>
- <img src="{image:Sidebar Inbox}">
- </div>
- </a>
- <a href="{text:Link 1 URL}">
- <div class="bubble">
- <!--REPLACE THIS LINE TO CHANGE THE LIST ICON-->
- <i class="fa fa-list" aria-hidden="true"></i>
- <img src="{image:Sidebar One}">
- </div>
- </a>
- <a href="{text:Link 2 URL}">
- <div class="bubble">
- <!--REPLACE THIS LINE TO CHANGE THE COMPASS ICON-->
- <i class="fa fa-compass" aria-hidden="true"></i>
- <img src="{image:Sidebar Two}">
- </div>
- </a>
- <a href="{text:Link 3 URL}">
- <div class="bubble">
- <!--REPLACE THIS LINE TO CHANGE THE LINK ICON-->
- <i class="fa fa-link" aria-hidden="true"></i>
- <img src="{image:Sidebar Three}">
- </div>
- </a>
- <div class="line"></div>
- </div>
- <!--END SIDEBAR-->
- <!--POSTS-->
- <div class="posts">
- {block:Posts}
- {block:NoRebloggedFrom}
- {block:RebloggedFrom}
- {ReblogParentName}
- {/block:RebloggedFrom}
- {/block:NoRebloggedFrom}
- {block:ContentSource}
- <!-- {SourceURL}
- {block:SourceLogo}
- <img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="entries">
- {block:Text}
- <div class="text">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Answer}
- <div class="text">
- <div class="sender">
- {Asker} said: {Question}
- <div class="line"></div>
- <img src="{AskerPortraitURL-64}">
- </div>
- {Answer}
- </div>
- {/block:Answer}
- {block:Quote}
- <div class="text">
- <h2>❝ {Quote}</h2>
- {block:Source}
- <div class="source">
- <blockquote>
- {Source}
- </blockquote>
- </div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="text">
- <h1 align="center"><a href="{URL}">
- {Name} →
- </a></h1>
- <div class="divider"></div>
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- {/block:Link}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{text:post width}px">{LinkCloseTag}
- {block:Caption}
- <div class="text">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
- </div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photos}
- </div>
- </div>
- {block:Caption}
- <div class="text">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Photoset}
- {block:Chat}
- <div class="text">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="convo">
- {block:Lines}
- <div class="chat-line">
- {block:Label}
- <span class="label">
- {Label}
- </span>
- {/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="text">
- <table><tr>
- <td>
- {block:AudioPlayer}
- <div class="playbox"><div class="playbutton">
- {AudioPlayerWhite}
- </div></div>
- {/block:AudioPlayer}
- <div style="width: 70px; height: 70px; margin-top: 5px; background: black; position: relative;">
- {block:AlbumArt}<img src="{AlbumArtURL}" height="70px" width="70px" class="album-art">{/block:AlbumArt}
- </div></td>
- <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td>
- </tr></table>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="photo">
- <div class="video">
- {Video-500}
- </div>
- </div>
- {block:Caption}
- <div class="text">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Video}
- </div>
- <!--POST INFO-->
- <div class="post-info">
- {block:IndexPage}
- {block:Date}
- <a href="{Permalink}" title="Posted {TimeAgo}">
- <i class="fa fa-clock-o" aria-hidden="true"></i>
- </a>
- <a href="{Permalink}" title="{NoteCountWithLabel}">
- <i class="fa fa-comment-o" aria-hidden="true"></i>
- </a>
- {/block:Date}
- <a href="{ReblogURL}">
- <i class="fa fa-retweet" aria-hidden="true"></i>
- </a>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permalink-info">
- {block:Date}
- Posted on {ShortMonth} {DayOfMonthWithZero} with {NoteCountWithLabel}
- {/block:Date}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- <a href="{ReblogRootURL}">source</a>
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <span class="permalink">
- <a href="{TagURL}" style="margin-right: 5px;">
- #{TAG}
- </a>
- </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- <div class="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- <!--END POST INFO-->
- {/block:Posts}
- <!--END POSTS-->
- <div class="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a>
- {/block:PreviousPage}
- {block:JumpPagination length="6"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div class="credit">
- <a href="http://transjeanluc.tumblr.com" target="_blank">▲▲▲</a>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment