Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- folk © xroub.tumblr.com
- -->
- <!-- credits -->
- <!--
- dashboard style captions base: espoirthemes & annasthms
- photoset.css: annasthms & espoirthemes
- audio player: shudesigns
- responsive videos: nouvae
- fixed tumblr controls: magnusthemes
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:background" content="#fafafa">
- <meta name="color:font color" content="#222222">
- <meta name="color:header" content="#ffffff">
- <meta name="color:posts" content="#ffffff">
- <meta name="color:accent" content="#ffc8e7">
- <meta name="color:link posts" content="#f0f0f0">
- <meta name="color:ask posts" content="#f0f0f0">
- <meta name="color:audio player" content="ffc8e7">
- <meta name="select:post size" content="500px">
- <meta name="select:post size" content="540px">
- <meta name="select:post size" content="600px">
- <meta name="select:post size" content="650px">
- <meta name="select:post size" content="700px">
- <meta name="select:photoset gutter" content="1px">
- <meta name="select:photoset gutter" content="2px">
- <meta name="select:photoset gutter" content="3px">
- <meta name="select:photoset gutter" content="4px">
- <meta name="select:photoset gutter" content="5px">
- <meta name="text:google font" content="Open Sans">
- <meta name="text:font size" content="12px">
- <meta name="text:link one" content="link one">
- <meta name="text:link one url" content="">
- <meta name="text:link two" content="link two">
- <meta name="text:link two url" content="">
- <meta name="text:link three" content="link three">
- <meta name="text:link three url" content="">
- <!-- scripts -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
- <link href="https://fonts.googleapis.com/css?family={text:Google Font}:700,400" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
- <script>
- function gatherData(images, arr) {
- for (let i = 0; i < images.length; i++) {
- let currentData = {
- "width": images[i].getAttribute('data-width'),
- "height": images[i].getAttribute('data-height'),
- "low_res": images[i].getAttribute('data-lowres'),
- "high_res": images[i].getAttribute('data-highres')
- };
- arr.push(currentData);
- }
- }
- function getIndex(elem) {
- let i = 0;
- while( (elem = elem.previousElementSibling) != null ) i++;
- return i;
- }
- function lightbox(elem) {
- let currentPhotoset = elem.parentNode;
- let photosetPhotos = currentPhotoset.getElementsByTagName('div');
- let data = [];
- gatherData(photosetPhotos, data);
- Tumblr.Lightbox.init(data, getIndex(elem) + 1);
- }
- </script>
- <script>
- $(document).ready(function() {
- // audio player
- var $audio = $('iframe.tumblr_audio_player');
- $audio.load(function() {
- $(this).contents().find('head').append('<style type="text/css">' +
- '.audio-player { background: {color:audio player}; color: #fff !important; }' +
- '.audio-player .audio-info .track-artist { color: #fff !important; }' +
- '</style>');
- });
- });
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
- <script>
- function flexFrame() {
- $(".caption").each(function() {
- $(this).find("iframe").wrap("<div class='capframe'></div>"); // wrap iframe
- flexibleFrames($(".capframe"));
- });
- flexibleFrames($(".video"));
- }
- $(document).ready(flexFrame);
- </script>
- <style>
- body {
- margin: 0;
- background: {color:background};
- font-family: {text:google font};
- font-size: {text:font size};
- color: {text:font color};
- word-wrap: break-word;
- }
- h1, h2, h3, h4, h5, small, big {
- font-size: 1em;
- }
- blockquote {
- border-left: 2px solid {color:accent};
- padding-left: 10px;
- margin: 1em 0;
- }
- ul {
- margin-left: -25px;
- }
- ol {
- margin-left: -27px;
- }
- a {
- text-decoration: none;
- color: {color:accent};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- a:hover {
- color: {color:font color};
- border-bottom: 2px solid {color:accent};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- /* header */
- header {
- width: calc(90% - 40px);
- min-width: 160px;
- max-width: calc({select:post size} - 40px);
- margin: 5% auto;
- background: {color:header};
- padding: 20px;
- }
- header img {
- border-radius: 100%;
- width: 24px;
- float: left;
- }
- header h1 {
- display: inline-block;
- margin-left: 5px;
- margin-top: 3px;
- }
- .links {
- width: 100%;
- margin: 15px 0 0 -20px;
- padding: 15px 20px 0;
- border-top: 3px solid {color:accent};
- }
- .links a {
- color: {color:font color};
- margin: 0 .5em .5em 0;
- }
- .links a:hover {
- color: {color:accent};
- }
- /* posts */
- section {
- width: 90%;
- min-width: 200px;
- max-width: {select:post size};
- margin: 1em auto 0;
- }
- article {
- background: {color:posts};
- padding: 0px 20px 20px;
- margin-bottom: 100px;
- }
- /* post info */
- .permalinks {
- width: 100%;
- margin: 0 0 20px -20px;
- padding: 15px 20px;
- border-bottom: 3px solid {color:accent};
- }
- .permalinks a {
- color: {color:font color};
- margin: 0 .25em;
- }
- .permalinks a:hover, .tags a:hover {
- color: {color:accent};
- border-bottom: none;
- }
- /* like and reblog buttons */
- .like-reblog a {
- position: relative;
- display: inline-block;
- overflow: hidden;
- }
- .like-reblog .like .liked + svg path {
- fill: #ec5a5a;
- }
- .like-reblog .like .like_button {
- position: relative;
- }
- .like-reblog .like .like_button iframe {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 2;
- opacity: 0.000001;
- }
- /* photo posts */
- .photo {
- width: 100%;
- }
- article img {
- max-width: 100%;
- height: auto!important;
- }
- /* photosets */
- [photoset-layout] {
- grid-gap: {select:photoset gutter};
- }
- [photoset-layout] div {
- cursor: pointer;
- }
- /* quote posts */
- .quote {
- font-size: 2em;
- margin-bottom: 5px;
- }
- /* chat posts */
- .chat {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .chat li {
- padding: 7px 0;
- }
- .chat .label {
- font-weight: bold;
- border-bottom: 3px solid {color:accent};
- }
- /* link posts */
- .link {
- font-size: 1.2em;
- padding: 20px;
- background: {color:link posts};
- text-align: center;
- }
- /* audio posts */
- iframe.tumblr_audio_player {
- height: 85px;
- width: 100%;
- }
- /* answer posts */
- .question_container {
- background: {color:ask posts};
- padding: 10px;
- }
- .answer_container, .reply_container {
- margin-top: 20px;
- }
- .question_container img, .answer_container img, .reply_container img {
- border-radius: 100%;
- vertical-align: middle;
- width: 24px;
- margin-right: 6px;
- }
- /* captions */
- .reblog-header {
- margin-top: 20px;
- }
- .reblog-header a {
- font-weight: bold;
- margin-bottom: -1px;
- }
- /* tags*/
- .tags {
- margin: -80px 0 100px;
- padding: 0 20px;
- }
- .tags a {
- display: inline-block;
- margin: 0 1em 1em 0;
- padding: 8px 10px;
- background: {color:posts};
- }
- .tags a:hover {
- color: {color:font color};
- }
- /* pagination */
- .pagination {
- margin: -50px auto 50px;
- text-align: center;
- }
- .pagination a {
- margin: 0 1em;
- }
- /* post notes */
- ol.notes {
- width: 90%;
- min-width: 200px;
- max-width: {select:post size};
- background: {color:posts};
- padding: 20px 35px;
- margin: -50px auto 50px;
- }
- ol.notes li {
- padding: 0;
- margin: 10px 5px;
- list-style-type: none;
- }
- ol.notes li img {
- vertical-align: middle;
- border-radius: 100%;
- margin-right: 5px;
- }
- .iframe-controls--desktop {
- position:fixed;
- top:0px;
- right:0px;
- z-index:214748364789123456789;
- filter:invert(100%);
- -webkit-filter:invert(100%);
- -webkit-transform:scale(0.6,0.6);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin:100% 0%;
- -ms-transform:scale(0.6,0.6);
- transform:scale(0.6,0.6);
- transform-origin:100% 0%;
- }
- /*credit */
- .crd {
- bottom: 10px;
- right: 10px;
- position: fixed;
- }
- .crd svg {
- width: 1em;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <header>
- <img src="{PortraitURL-128}">
- <h1>{Title}</h1>
- {block:Description}<div class="desc">{Description}</div>{/block:Description}
- <div class="links">
- <a href="/">index</a>
- <a href="/ask">message</a>
- <a href="{text:link one url}">{text:link one}</a>
- <a href="{text:link two url}">{text:link two}</a>
- <a href="{text:link three url}">{text:link three}</a>
- </div>
- </header>
- <section>
- {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}
- <article class="{posttype}post posts" id="{PostID}">
- <!-- post info -->
- {block:Date}
- <div class="permalinks">
- <a href="{Permalink}" title="posted {TimeAgo}"><i class="far fa-clock"></i></a>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}"><i class="far fa-user" style="font-size: .97em"></i></a>
- {/block:RebloggedFrom}
- {block:RebloggedFrom}
- {block:ContentSource}
- <a href="{ReblogRootURL}" title="original by {ReblogRootName}"><i class="far fa-copyright"></i></a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- <div class="like-reblog" style="float:right;">
- <a href="{ReblogURL}"><i class="fas fa-redo-alt" style="opacity: .6"></i></a>
- <a href="#" class="like">{LikeButton}<i class="far fa-heart"></i></a>
- </div>
- </div>
- {/block:Date}
- <!-- text posts -->
- {block:Text}
- {block:Title}
- <h1 class="ttl">{Title}</h1>
- {/block:Title}
- {block:Notreblog}
- <div class="caption">
- {Body}
- </div>
- {/block:Notreblog}
- {block:Rebloggedfrom}
- <div class="caption">
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblogs">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left; margin-right: 6px; border-radius: 100%">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left; margin-right: 6px; border-radius: 100%">
- </span>
- {/block:IsDeactivated}
- {block:isactive}
- <a href="{permalink}">{username}</a>
- {/block:isactive}
- {block:isdeactivated}
- <a href="{permalink}" class="inactive">{username}</a>
- {/block:isdeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- </div>
- {/block:RebloggedFrom}
- {/block:Text}
- <!-- photo posts -->
- {block:Photo}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="photo">
- {/block:Photo}
- <!-- photoset posts -->
- {block:Photoset}
- <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)"><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
- {/block:Photoset}
- <!-- panorama -->
- {block:Panorama}
- <img src="{photourl-panorama}" alt="{photoalt}">
- {/block:Panorama}
- <!-- quote posts -->
- {block:Quote}
- <div class="quote">
- <i class="fas fa-quote-left" style="opacity: .8"></i> {Quote}
- </div>
- <div class="source">
- {Source}
- </div>
- {/block:Quote}
- <!-- chat posts -->
- {block:Chat}
- <ul class="chat">
- {block:Lines}
- <li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- <!-- link posts -->
- {block:Link}
- <div class="link">
- <a href="{URL}">{Name}</a>
- </div>
- {/block:Link}
- <!-- video posts -->
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- <!-- audio posts -->
- {block:Audio}
- {AudioEmbed}
- {/block:Audio}
- <!-- answer posts-->
- {block:Answer}
- <div class="question_container">
- <div class="asker">
- <img src="{AskerPortraitURL-24}">
- {Asker}
- </div>
- <div class="question_text">{Question}</div>
- </div>
- {block:Answerer}
- <div class="answer_container">
- <div class="answerer">
- <img src="{AnswererPortraitURL-24}"/>
- {Answerer}
- </div>
- <div class="answer_text">{Answer}</div>
- </div>
- {block:Reblogs}
- <div class="reply_container">
- <div class="replier">
- <img src="{PortraitURL-64}" style="border-radius: 100%; vertical-align: middle">
- {block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a> {/block:HasPermalink}
- </div>
- <div class="reply">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:Answerer}
- {block:NotReblog}
- <div class="answer_container">
- <div class="answer_text">{Answer}</div>
- </div>
- {/block:NotReblog}
- {/block:Answer}
- <!-- captions -->
- {block:Caption}
- <div class="caption">
- {block:notreblog}
- {Caption}
- {/block:notreblog}
- {block:Rebloggedfrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblogs">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left; margin-right: 6px; border-radius: 100%">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class=“inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}”>
- <img src="{PortraitURL-64}" style="width:18px; float:left; margin-right: 6px; border-radius: 100%">
- </span>
- {/block:IsDeactivated}
- {block:isactive}
- <a href="{permalink}">{username}</a>
- {/block:isactive}
- {block:isdeactivated}
- <a href="{permalink}" class="inactive">{username}</a>
- {/block:isdeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- </article>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PermalinkPage}{block:PostNotes}<div classs="postnotes">{PostNotes}</div>{/block:PostNotes}{/block:PermalinkPage}
- {/block:Posts}
- </section> <!-- end post section -->
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <!-- credit -->
- <!-- if you ever want to move my credit, please send me an ask or message to let me know -->
- <div class="crd"><a href="https://enbythemes.tumblr.com" title="code by roub"><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 299.429 299.429" style="enable-background:new 0 0 299.429 299.429;" xml:space="preserve"><g><path style="fill:#010002;" d="M245.185,44.209H54.245L0,116.533l149.715,138.688l149.715-138.682L245.185,44.209z M206.746,121.778l-57.007,112.1l-56.53-112.1H206.746z M98.483,109.844l51.232-51.232l51.232,51.232H98.483z M164.119,56.142 h69.323L213.876,105.9L164.119,56.142z M86.311,105.142l-16.331-49h65.331L86.311,105.142z M79.849,121.778l49.632,98.429 L23.223,121.778H79.849z M220.136,121.778h56.071l-106.013,98.203L220.136,121.778z M225.148,109.844l18.694-47.538l35.652,47.538 H225.148z M58.266,58.738l17.035,51.112H19.929L58.266,58.738z"/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment