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"/>
- <!--MAKES BLOG SEARCHABLE-->
- {block:ifSearchBar}
- <script type="text/javascript">
- <!--
- function handleThis(formElm) {
- window.location="http://YOURURLHERE.tumblr.com/search/"+formElm.number.value+"";
- return false;
- }
- // -->
- </script>
- {/block:ifSearchBar}
- <!--ALL THE JQUERY-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js" type="text/javascript"></script>
- {block:ifDropdownLinks}
- <script>
- $(document).ready(function(){
- $('.link-menu').hide()
- $('.open-links').click(function(){
- $('.link-menu').slideToggle();
- })
- })
- </script>
- {/block:ifDropdownLinks}
- <!--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=Arapey:400,400i|EB+Garamond|Ek+Mukta:400,700|Karla:400,700|Muli:400,700|Roboto:400,700" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i" rel="stylesheet">
- <!--META TAGS-->
- <meta name="image:Sidebar" content=""/>
- <meta name="color:Background" content="#eee"/>
- <meta name="color:Post Background" content="#fff"/>
- <meta name="color:Text" content="#555"/>
- <meta name="color:Links" content="#555"/>
- <meta name="color:Links Hover" content="#ddd"/>
- <meta name="color:Link Border" content="#aaa"/>
- <meta name="color:Scrollbar" content="#555"/>
- <meta name="color:Sidebar Links" content="#999"/>
- <meta name="color:Titles" content="#555"/>
- <meta name="color:Tags" content="#999"/>
- <meta name="if:Display Icon" content=""/>
- <meta name="if:Dropdown Links" content=""/>
- <meta name="if:Search Bar" content=""/>
- <meta name="if:Hover Tags" content=""/>
- <meta name="select:Font" content="'Muli', sans-serif" title="Muli"/>
- <meta name="select:Font" content="'Roboto', sans-serif" title="Roboto"/>
- <meta name="select:Font" content="'Karla', sans-serif" title="Karla"/>
- <meta name="select:Font" content="'Ek Mukta', sans-serif" title="Ek Mukta"/>
- <meta name="select:Font" content="'Arapey', serif" title="Arapey"/>
- <meta name="select:Font" content="'EB Garamond', serif" title="EB Garamond"/>
- <meta name="text:Font Size" content="9pt"/>
- <meta name="text:Sidebar Width" content="230"/>
- <meta name="text:Post Width" content="450"/>
- <meta name="text:Margin" content="330"/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4 Title" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 5 Title" content=""/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 6 Title" content=""/>
- <meta name="text:Link 6 URL" content=""/>
- <!--
- THEME BY OFTENWRONGTHEMES
- TERMS OF SERVICE:
- - do not remove the credit
- - do not use as a base
- - do not repost/claim as your own
- -->
- <style type="text/css">
- /*GLOBAL*/
- html, body {
- font-family: {select:Font};
- font-size: {text:Font Size};
- color: {color:Text};
- background-color: {color:Background};
- line-height: 115%;
- overflow-x: hidden;
- }
- a {
- color: {color:Links};
- text-decoration: none;
- border-bottom: 1px dotted {color:Link Border};
- display: inline-block;
- margin-bottom: 2px;
- 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};
- border-bottom: 1px dotted {color:Links Hover};
- }
- pre {
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- /*IFRAME CONTROLS TUTORIAL BY MAGNUSTHEMES*/
- .iframe-controls--desktop {
- position: fixed;
- top: 0px;
- right: 0px;
- z-index: 9999999;
- -webkit-transform: scale(0.7,0.7);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin: 100% 0%;
- -ms-transform: scale(0.7,0.7);
- transform: scale(0.7,0.7);
- transform-origin:100% 0%;
- }
- ::-webkit-scrollbar {
- width: 3px;
- background: transparent;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- }
- ::-webkit-scrollbar-corner {
- background: {color:Scrollbar};
- }
- .credit a {
- position: fixed;
- bottom: 15px;
- right: 15px;
- border-bottom: none;
- font-size: 8pt;
- }
- /*SIDEBAR*/
- .sidebar {
- width: {text:Sidebar Width}px;
- margin: 3% 10%;
- position: fixed;
- }
- .sidebar .header {
- background: {color:Post Background};
- width: auto;
- padding: 10px 7px;
- box-sizing: border-box;
- min-height: 40px;
- border-radius: 10px 10px 0 0;
- -moz-border-radius: 10px 10px 0 0;
- -webkit-border-radius: 10px 10px 0 0;
- }
- .sidebar .header a {
- border: 0;
- }
- .sidebar .header img {
- width: 24px;
- height: 24px;
- border-radius: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- float: left;
- margin-right: 12px;
- }
- .sidebar .header a .title {
- text-transform: lowercase;
- font-size: 9pt;
- font-family: 'Playfair Display', serif;
- line-height: 135%;
- margin-top: 1px;
- color: {color:Text};
- }
- {block:ifSearchBar}
- .sidebar .search {
- width: {text:sidebar width}px;
- border-top: 1px solid {color:Background};
- background: {color:Post Background};
- padding: 5px;
- box-sizing: border-box;
- }
- .sidebar .search input[type=text] {
- background: {color:Post Background};
- border: 0;
- padding: 5px;
- width: 100%;
- box-sizing: border-box;
- font-family: {select:font};
- }
- .sidebar .search input[type=text]:focus {
- outline: none;
- }
- {/block:ifSearchBar}
- .sidebar .desc {
- background: {color:Post Background};
- width: auto;
- padding: 15px;
- box-sizing: border-box;
- margin-top: -3px;
- font-size: calc({text:Font Size} - 1pt);
- }
- .sidebar .link-menu {
- background: {color:Post Background};
- border-top: 1px solid {color:Background};
- padding: 10px;
- text-align: center;
- font-size: calc({text:Font Size} - 1pt);
- line-height: 190%;
- box-sizing: border-box;
- {block:ifNotDropdownLinks}
- border-radius: 0 0 10px 10px;
- -moz-border-radius: 0 0 10px 10px;
- -webkit-border-radius: 0 0 10px 10px;
- {/block:ifNotDropdownLinks}
- }
- .sidebar .link-menu a {
- margin-right: 10px;
- color: {color:Sidebar Links};
- border: 0px;
- text-transform: uppercase;
- display: inline-block;
- }
- .sidebar .link-menu a:hover {
- color: #eee;
- }
- .sidebar .open-links {
- background: {color:Post Background};
- width: auto;
- padding: 10px 7px 7px 10px;
- box-sizing: border-box;
- border-top: 1px solid {color:Background};
- font-size: calc({text:Font Size} - 1pt);
- border-radius: 0 0 10px 10px;
- -moz-border-radius: 0 0 10px 10px;
- -webkit-border-radius: 0 0 10px 10px;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- .sidebar .open-links:hover {
- color: #ccc;
- }
- /*POSTS*/
- .posts {
- width: {text:Post Width}px;
- margin-left: calc(10% + {text:Margin}px);
- }
- .posts .entries {
- margin-top: 20px;
- background: {color:Post Background};
- width: {text:Post Width}px;
- line-height: 130%;
- }
- .posts .entries .divider {
- width: {text:post width}px;
- height: 1px;
- background: {color:Background};
- position: relative;
- left: -20px;
- }
- .posts .entries h1 {
- font-size: 12pt;
- text-transform: uppercase;
- color: {color:Titles};
- }
- .posts .entries h2 {
- line-height: 130%;
- font-weight: normal;
- font-size: calc({text:Font Size} + 3pt);
- }
- .posts .entries ol, .posts .entries ul {
- text-align: left;
- list-style-position: outside;
- list-style-type: round;
- clear: left;
- }
- .posts .entries .source {
- padding-bottom: 7px;
- font-size: calc({text:Font Size} - 1pt);
- }
- .posts .entries blockquote {
- border-left: 1px solid #999;
- padding-left: 7px;
- margin-left: 20px;
- }
- .posts .entries .text {
- padding: 10px 20px 5px 20px;
- box-sizing: border-box;
- }
- .posts .entries .text img {
- max-width: 100%;
- height: auto;
- }
- .posts .entries .text iframe {
- max-width: 100%;
- height: auto;
- }
- .posts .entries .sender {
- color: #aaa;
- font-size: 8pt;
- margin-top: -3px;
- }
- .posts .entries .sender a {
- color: #aaa;
- }
- .posts .entries .sender img {
- margin-right: 5px;
- border-radius: 30px;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- position: relative;
- top: 5px;
- width: 16px;
- height: 16px;
- }
- .posts .entries .question {
- padding: 3px 0 10px 0;
- }
- .posts .entries .photo {
- background: {color:Background};
- }
- .posts .entries .photo a {
- border: none;
- }
- .posts .entries .caption {
- padding: 10px 20px;
- box-sizing: border-box;
- background: {color:Post Background};
- }
- .posts .entries .caption img {
- max-width: 100%;
- height: auto;
- }
- .posts .entries .caption iframe {
- max-width: 100%;
- height: auto;
- }
- .posts .entries .convo {
- list-style: none;
- line-height: 160%;
- padding-bottom: 5px;
- font-size: {text:Font Size};
- }
- .posts .entries .line {
- border-bottom: 1px solid {color:Background};
- padding: 5px 0;
- }
- .posts .entries .label {
- text-transform: uppercase;
- padding-right: 2px;
- color: {color:Titles};
- }
- /*AUDIO FORMATTING TUTORIAL BY LMTHEMES*/
- .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 {
- background: {color:Post Background};
- border-radius: 0 0 10px 10px;
- -moz-border-radius: 0 0 10px 10px;
- -webkit-border-radius: 0 0 10px 10px;
- padding: 15px;
- width: {text:post width}px;
- box-sizing: border-box;
- border-top: 1px solid {color:Background};
- font-size: calc({text:Font Size} - 1pt);
- {block:ifHoverTags}
- {block:IndexPage}
- max-height: 40px;
- overflow: hidden;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- {/block:IndexPage}
- {/block:ifHoverTags}
- }
- {block:ifHoverTags}
- {block:IndexPage}
- .post-info:hover {
- max-height: 500px;
- }
- {/block:IndexPage}
- {/block:ifHoverTags}
- .post-info .tags {
- padding-top: 9px;
- }
- .post-info .tags a {
- border: 0;
- color: {color:Tags};
- }
- .post-info .tags a:hover {
- opacity: 0.3;
- }
- .pagi {
- text-align: center;
- margin: 30px 0;
- width: {text:post width}px;
- font-size: {text:Font Size}
- }
- .pagi a {
- text-transform: uppercase;
- font-size: calc({text:Font Size} - 1pt);
- margin: 0 3px;
- margin-top: -5px;
- }
- .postnotes {
- line-height: 200%;
- text-align: left;
- list-style: none;
- max-height: 300px;
- width: {text:post width}px;
- font-size: {text:Font Size};
- background: {color:post background};
- margin: 10px 0;
- overflow: auto;
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- }
- .postnotes blockquote {
- border-left: 1px solid #999;
- 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;
- }
- </style>
- </head>
- <body>
- <!--SIDEBAR-->
- <div class="sidebar">
- <div class="header">
- {block:ifDisplayIcon}
- <img src="{PortraitURL-96}">
- {/block:ifDisplayIcon}
- <a href="/">
- <div class="title">
- {Title}
- </div>
- </a>
- </div>
- <img src="{image:Sidebar}" width="{text:Sidebar Width}">
- <div class="desc">
- {Description}
- </div>
- {block:ifSearchBar}
- <form onsubmit="return handleThis(this)" class="search">
- <input type="text" name="number" placeholder="Search..." />
- </form>
- {/block:ifSearchBar}
- <div class="link-menu">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/archive">archive</a>
- {block:iflink1title}
- <a href="{text:link 1 url}">{text:link 1 title}</a>
- {/block:iflink1title}
- {block:iflink2title}
- <a href="{text:link 2 url}">{text:link 2 title}</a>
- {/block:iflink2title}
- {block:iflink3title}
- <a href="{text:link 3 url}">{text:link 3 title}</a>
- {/block:iflink3title}
- {block:iflink4title}
- <a href="{text:link 4 url}">{text:link 4 title}</a>
- {/block:iflink4title}
- {block:iflink5title}
- <a href="{text:link 5 url}">{text:link 5 title}</a>
- {/block:iflink5title}
- {block:iflink6title}
- <a href="{text:link 6 url}">{text:link 6 title}</a>
- {/block:iflink6title}
- </div>
- {block:ifDropdownLinks}
- <div class="open-links">
- » show links
- </div>
- {/block:ifDropdownLinks}
- </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>
- <div class="divider"></div>
- {/block:Title}
- {Body}
- </div>{/block:Text}
- {block:Answer}<div class="text">
- <div class="sender">
- <img src="{AskerPortraitURL-64}">
- {Asker} said:<p>
- </div>
- <div class="question">
- {Question}
- </div>
- <div class="divider"></div>
- {Answer}
- </div>{/block:Answer}
- {block:Photo}
- <div class="photo" style="margin-bottom: -7px">
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{text:post width}px">{LinkCloseTag}
- </div>
- {block:Caption}
- <div class="caption">{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="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}<div class="text">
- <h2>❝ {Quote}</h2>
- {block:Source}
- <div class="source">
- {Source}
- </div>
- {/block:Source}
- </div>{/block:Quote}
- {block:Link}<div class="text">
- <h1><a href="{URL}">
- {Name} →
- </a></h1>
- <div class="divider"></div>
- {block:Description}
- {Description}
- {/block:Description}
- </div>{/block:Link}
- {block:Chat}<div class="text">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="convo">
- {block:Lines}
- <div class="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="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- </div>
- <!--POST INFO-->
- <div class="post-info">
- {block:Date}
- Posted <a href="{Permalink}">
- {block:IndexPage}{TimeAgo}{/block:IndexPage}
- {block:PermalinkPage}{ShortMonth} {DayofMonthWithZero}{/block:PermalinkPage}
- </a>
- with
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:Date}
- <span style="float: right">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- /
- <a href="{ReblogRootURL}">src</a>
- /
- <a href="{ReblogURL}">reblog</a>
- {/block:RebloggedFrom}
- {block:NotReblog}{block:IndexPage}
- <a href="{ReblogURL}">reblog</a>
- {/block:IndexPage}{/block:NotReblog}
- </span>
- {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}">← back</a>
- {/block:PreviousPage}
- {CurrentPage}/{TotalPages}
- {block:NextPage}
- <a href="{NextPage}">next →</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div class="credit">
- <a href="http://transjeanluc.tumblr.com">▲▲▲</a>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment