Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----------------------------------------------------------------------
- Theme [22]: Moonfall
- Made by glenthemes
- Initial release: 2017/02/08
- Last updated: 2023/07/28
- What's new:
- ✱ sidebar width options [image, description]
- ✱ NPF audio post support
- ✱ ⟦ font size ⟧ option now *actually* affects the font size.
- TERMS OF USE:
- 1) Do not remove the theme credit.
- 2) Do not repost/redistribute my themes.
- 3) Do not take parts of the code and use it as your own.
- 4) Do not use my themes as a base code.
- 5) Do not mix my themes together.
- ------------------------------------------------------------------------>
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
- <link rel="stylesheet" href="//cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <!--------------------JAVASCRIPTS-------------------->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="//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:120,
- tip_fade_speed:120,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:bold text background} !important; padding:5px 10px 5px 0px !important;} </style>"));
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .play-pause{color:{color:bold} !important; font-size:15px!important; padding:0 9.5px!important} </style>"));
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("button").click(function() {
- $('html, body').animate({
- scrollTop: $("#botbar").offset().top+100
- }, 1800);
- });});
- </script>
- {block:IndexPage}
- {block:ifheadercontent}
- <script>
- $(function(){
- var side = $('#sb').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() >= side ) {
- $('#sb').css({position: 'fixed', top: '110px'});
- } else {
- $('#sb').css({position: 'absolute', top: '110px'});
- }
- });
- });
- </script>
- {/block:ifheadercontent}
- {/block:IndexPage}
- <script>
- $(document).ready(function() {
- $('a#clickbutton').click(function() {
- $('.t',this).toggle();
- $('#updates').fadeToggle();
- });
- });
- </script>
- {block:ifsmoothscrolling}
- <script src="//cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.js"></script>
- {/block:ifsmoothscrolling}
- <link href="//fonts.googleapis.com/css?family=Karla" rel="stylesheet">
- <link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
- <script src="//npf-images-v3.github.io/script.js"></script>
- <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
- <style tmblr-npf>
- :root {
- --NPF-Caption-Spacing:1em;
- --NPF-Image-Spacing:{select:photos spacing};
- }
- a.post_media_photo_anchor {
- padding-bottom:0!important;
- border-bottom:none!important;
- }
- .spotify_audio_player {
- height:80px!important;
- }
- </style>
- <script>
- // minimal soundcloud player @ shythemes.tumblr
- // shythemes.tumblr.com/post/114792480648
- $(document).ready(function(){
- var soundcloud_btn = '{color:link}';
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + soundcloud_btn.split('#')[1], height: 116, width: '100%' });
- });
- });
- </script>
- <!-- unblue polls -->
- <!-- glenthemes.tumblr.com/post/708014819571302400 -->
- <link href="//static.tumblr.com/gtjt4bo/mXBrpdj0n/unblue-polls.css" rel="stylesheet">
- <style unblue-polls>
- .poll-post {
- --Poll-Question-Font-Size: {select:font size};
- --Poll-Option-Background-Color: transparent;
- --Poll-Option-Corner-Rounding: 4px;
- --Poll-Option-Border-Size: 1px;
- --Poll-Option-Border-Color: rgba({RGBcolor:text},0.25);
- --Poll-Option-Padding: 10px;
- --Poll-Option-Font-Size: {select:font size};
- --Poll-Option-Spacing: 10px;
- --Poll-Option-Text-Color: {color:text};
- --Poll-Option-HOVER-Border-Color: rgba({RGBcolor:text},0.25);
- --Poll-Option-HOVER-Background-Color: transparent;
- --Poll-Option-HOVER-Text-Color: {color:link};
- --Poll-Option-HOVER-Speed: 0.4s;
- }
- .poll-see-results {
- padding-bottom:0!important;
- border-bottom:none!important;
- font-size:calc(var(--Poll-Option-Font-Size) - 1px)!important;
- text-transform:uppercase;
- letter-spacing:0.5px;
- }
- </style>
- <!-- npf audio player -->
- <!-- glenthemes.tumblr.com/post/722160746171072512 -->
- <script src="//tmblr-npf-audio.gitlab.io/s/init.js"></script>
- <link href="//tmblr-npf-audio.gitlab.io/s/base.css" rel="stylesheet">
- <script>
- tumblr_npf_audio({
- emptyTitleText: "Untitled track",
- emptyArtistText: "Untitled artist",
- emptyAlbumText: "Untitled album",
- titleLabel: "Track:",
- artistLabel: "Artist:",
- albumLabel: "Album:"
- });
- </script>
- <style edit-npf-audio-player>
- .npf-audio-wrapper {
- --NPF-Audio-Buttons-Size: {select:font size};
- --NPF-Audio-Buttons-Color: {color:bold};
- --NPF-Audio-Buttons-Padding: 14px;
- --NPF-Audio-Buttons-Spacing: calc((var(--NPF-Audio-Buttons-Padding) * 2) + 10px);
- --NPF-Audio-Image-Spacing: 0.9rem;
- }
- .npf-audio-background {
- margin-left:calc(18px + var(--NPF-Audio-Buttons-Padding));
- }
- .npf-audio-play, .npf-audio-pause {
- position:relative;
- z-index:0;
- }
- .npf-audio-play:after, .npf-audio-pause:after {
- content:"";
- position:absolute;
- top:0;left:0;
- margin-top:calc(0px - var(--NPF-Audio-Buttons-Padding));
- margin-left:calc(0px - var(--NPF-Audio-Buttons-Padding));
- width:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2));
- height:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2));
- background:{color:bold text background};
- border-radius:100%;
- z-index:-1;
- }
- .npf-audio-play svg { margin-left:1px; }
- .npf-audio-pause svg { margin-left:0; }
- .npf-audio-title-label,
- .npf-audio-artist-label,
- .npf-audio-album-label {
- color:{color:bold};
- text-transform:uppercase;
- }
- figcaption.audio-caption,
- figcaption.audio-caption ~ audio[controls],
- figcaption.audio-caption img, .npf-audio-image {
- display:none;
- }
- </style>
- <script src="//glen-npf.gitlab.io/other/neue.js"></script>
- <link href="//glen-npf.gitlab.io/other/neue.css" rel="stylesheet">
- <!--------------------IMAGES-------------------->
- <meta name="image:background image" content="//static.tumblr.com/18ff7605554871c7c2b4a605be59ce6e/2pnwama/VYJovqk1v/tumblr_static_d7ou6t3s2y8s40804c8go04cg.png"/>
- <meta name="image:bottom bar background" content="https://rhizo.gitlab.io/random/images/Ky8nj56.png"/>
- <meta name="image:post container background" content="https://static.tumblr.com/2pnwama/tHns1x83h/2b7eg4b.png"/>
- <meta name="image:sidebar image" content="https://rhizo.gitlab.io/random/images/WvFi8aC.png"/>
- <!--------------------COLORS-------------------->
- <meta name="color:background" content="#10080a"/>
- <meta name="color:music player color" content="#0D0203">
- <meta name="color:music player background" content="#0D0203">
- <meta name="color:music player text" content="#b5a7ba">
- <meta name="color:post" content="#0d0203"/>
- <meta name="color:text" content="#baa1af"/>
- <meta name="color:bold" content="#eee">
- <meta name="color:bold text background" content="#170a10">
- <meta name="color:Italic" content="#ccc">
- <meta name="color:Link" content="#c884a0">
- <meta name="color:Link Hover" content="#fff">
- <meta name="color:top bar background" content="#170a10">
- <meta name="color:top bar text" content="#b5a7ba">
- <meta name="color:bot bar background" content="#0d0203"/>
- <meta name="color:permalink background" content="#170a10">
- <meta name="color:permalink text" content="#cccccc">
- <meta name="color:permalink link" content="#b5a7ba">
- <meta name="color:question background" content="#170a10">
- <meta name="color:chat odd" content="#170a10">
- <meta name="color:chat even" content="#0d0203">
- <meta name="color:scrollbar" content="#473546">
- <meta name="color:scrollbar bg" content="#170a10"/>
- <meta name="color:highlight" content="#170a10">
- <meta name="color:highlighted text" content="#c5c5c5">
- <!------------------DROPDOWN OPTS------------------>
- <meta name="select:font size" title="12px" content="12px">
- <meta name="select:font size" title="11px" content="11px">
- <meta name="select:font size" title="13px" content="13px">
- <meta name="select:font size" title="14px" content="14px">
- <meta name="select:font size" title="15px" content="15px">
- <meta name="select:font size" title="16px" content="16px">
- <meta name="select:post width" title="500px" content="500px">
- <meta name="select:post width" title="300px" content="300px">
- <meta name="select:post width" title="350px" content="375px">
- <meta name="select:post width" title="400px" content="400px">
- <meta name="select:post width" title="450px" content="450px">
- <meta name="select:post width" title="540px" content="540px">
- <meta name="select:post width" title="600px" content="600px">
- <meta name="select:post padding" title="10px" content="10px">
- <meta name="select:post padding" title="15px" content="15px">
- <meta name="select:post padding" title="20px" content="20px">
- <meta name="select:post padding" title="25px" content="25px">
- <meta name="select:photos spacing" title="10px" content="10px">
- <meta name="select:photos spacing" title="0px" content="0px">
- <meta name="select:photos spacing" title="2px" content="2px">
- <meta name="select:photos spacing" title="4px" content="4px">
- <meta name="select:photos spacing" title="6px" content="6px">
- <meta name="select:photos spacing" title="8px" content="8px">
- <meta name="select:post spacing" title="75px" content="75px">
- <meta name="select:post spacing" title="40px" content="40px">
- <meta name="select:post spacing" title="45px" content="45px">
- <meta name="select:post spacing" title="50px" content="50px">
- <meta name="select:post spacing" title="55px" content="55px">
- <meta name="select:post spacing" title="60px" content="60px">
- <meta name="select:post spacing" title="70px" content="70px">
- <meta name="select:post spacing" title="80px" content="80px">
- <meta name="select:post spacing" title="85px" content="85px">
- <meta name="select:post spacing" title="90px" content="90px">
- <meta name="select:post spacing" title="95px" content="95px">
- <meta name="select:post spacing" title="100px" content="100px">
- <meta name="select:sidebar left gap" title="70px" content="70px">
- <meta name="select:sidebar left gap" title="40px" content="40px">
- <meta name="select:sidebar left gap" title="45px" content="45px">
- <meta name="select:sidebar left gap" title="50px" content="50px">
- <meta name="select:sidebar left gap" title="55px" content="55px">
- <meta name="select:sidebar left gap" title="60px" content="60px">
- <meta name="select:sidebar left gap" title="65px" content="65px">
- <meta name="select:sidebar left gap" title="75px" content="75px">
- <meta name="select:sidebar left gap" title="80px" content="80px">
- <meta name="select:sidebar left gap" title="85px" content="85px">
- <meta name="select:sidebar left gap" title="90px" content="90px">
- <meta name="select:sidebar left gap" title="95px" content="95px">
- <meta name="select:sidebar left gap" title="100px" content="100px">
- <meta name="select:sidebar image width" title="150px" content="150px">
- <meta name="select:sidebar image width" title="100px" content="100px">
- <meta name="select:sidebar image width" title="125px" content="125px">
- <meta name="select:sidebar image width" title="175px" content="175px">
- <meta name="select:sidebar image width" title="200px" content="200px">
- <meta name="select:sidebar image width" title="225px" content="225px">
- <meta name="select:sidebar image width" title="250px" content="250px">
- <meta name="select:sidebar image width" title="300px" content="300px">
- <meta name="select:desc width" title="280px" content="280px">
- <meta name="select:desc width" title="180px" content="180px">
- <meta name="select:desc width" title="200px" content="200px">
- <meta name="select:desc width" title="220px" content="220px">
- <meta name="select:desc width" title="240px" content="240px">
- <meta name="select:desc width" title="260px" content="260px">
- <meta name="select:desc width" title="300px" content="300px">
- <meta name="select:desc width" title="320px" content="320px">
- <meta name="select:desc width" title="340px" content="340px">
- <meta name="select:desc width" title="360px" content="360px">
- <meta name="select:desc width" title="380px" content="380px">
- <meta name="select:desc width" title="400px" content="400px">
- <meta name="select:desc width" title="420px" content="420px">
- <meta name="select:desc text align" title="center" content="center">
- <meta name="select:desc text align" title="left" content="left">
- <meta name="select:desc text align" title="right" content="right">
- <meta name="select:desc text align" title="justify" content="justify">
- <!------------------TOGGLE OPTS------------------>
- <meta name="if:show music player" content="1" />
- <meta name="if:smooth scrolling" content="0" />
- <meta name="if:scroll to top button" content="1" />
- <meta name="if:header content" content="1" />
- <meta name="if:background gradient" content="0" />
- <meta name="if:photo fade" content="0" />
- <meta name="if:monochrome posts" content="0" />
- <meta name="if:transparent posts" content="1" />
- <meta name="if:updates tab" content="0" />
- <meta name="if:dark tumblr controls" content="0" />
- <!--------------------TITLES-------------------->
- <meta name="text:how to link music" content="linktr.ee/direct_file_links">
- <meta name="text:music player mp3 URL" content="https://rhizo.gitlab.io/m/Blood_Moon_Diana.mp3">
- <meta name="text:music player song name" content="Blood Moon Diana">
- <meta name="text:󠀠​" content="☽✧¨*〃.¸¸✧¸¸.〃*¨✧☾
">
- <meta name="text:🥮 icons list" content="linearicons.com/free#cheat-sheet">
- <meta name="text:top bar title icon" content="lnr-moon">
- <meta name="text:top bar text 1" content="here's some text">
- <meta name="text:top bar text 2" content="here's more text">
- <meta name="text:updates box" content="Your updates here">
- <meta name="text:bottom bar title" content="here's a title">
- <meta name="text:bottom bar text" content="here's some text">
- <meta name="text:󠀠​​" content="☽✧¨*〃.¸¸✧¸¸.〃*¨✧☾
">
- <meta name="text:Link 1" content="Sample link">
- <meta name="text:Link 1 URL" content="https://www.youtube.com/watch?v=6opktP4VBN0">
- <meta name="text:Link 2" content="">
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link 3" content="">
- <meta name="text:Link 3 URL" content="">
- <meta name="text:Link 4" content="">
- <meta name="text:Link 4 URL" content="">
- <meta name="text:Link 5" content="">
- <meta name="text:Link 5 URL" content="">
- <meta name="text:Link 6" content="">
- <meta name="text:Link 6 URL" content="">
- <!-------------------------------------------------------------------->
- <style type="text/css">
- @font-face { font-family: "beaufort"; src: url('//glen-assets.github.io/fonts/Beaufort W01 Regular.ttf'); }
- /*--------------------TOOLTIPS--------------------*/
- #s-m-t-tooltip {
- padding: 4px 9px;
- margin: 26px 9px 0px 15px;
- background-color: rgba({RGBcolor:top bar background},0.83);
- font-family: beaufort;
- font-size: 9px;
- letter-spacing: 1px;
- text-transform: uppercase;
- font-weight:bold;
- color: {color:top bar text};
- z-index:9999999!important;
- max-width:400px;
- }
- /*--------------------TUMBLR CONTROLS--------------------*/
- iframe#tumblr_controls, .iframe-controls--desktop {
- top:58px!important;
- right:7px!important;
- position:fixed!important;
- z-index:999999!important;
- transform-origin:100% 0;
- transform:scale(0.8,0.8);
- opacity:0.6;
- {block:ifdarktumblrcontrols}
- filter:invert(100%) hue-rotate(180deg);
- -webkit-filter:invert(100%) hue-rotate(180deg);
- {/block:ifdarktumblrcontrols}
- transition:0.3s ease-in-out;
- }
- iframe#tumblr_controls:hover, .iframe-controls--desktop:hover {
- opacity:0.8;
- }
- /*--------------------SCROLLBAR--------------------*/
- ::-webkit-scrollbar {
- width: 4px;
- height: 4px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- }
- ::-webkit-scrollbar-track {
- background-color: {color:scrollbar bg};
- }
- /*--------------------SCROLLBAR--------------------*/
- ::selection {
- background: {color:highlight};
- color:{color:highlighted text};
- }
- ::-moz-selection {
- background: {color:highlight};
- color:{color:highlighted text};
- }
- /*--------------------BASICS--------------------*/
- body {
- background-color:{color:background};
- background-image:url({image:post container background});
- background-repeat:repeat;
- background-position:center;
- background-attachment:fixed;
- color:{color:text};
- cursor:normal;
- font-family:karla;
- line-height:1.6em;
- font-size:{select:font size};
- letter-spacing:0px;
- text-align:left;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing:grayscale;
- }
- {block:ifheadercontent}
- #background {
- will-change:top;
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100vh;
- background:{color:background} url({image:background image});
- background-attachment:fixed;background-repeat:no-repeat; background-size: cover; background-position:center;
- z-index:-7;
- }
- .grad {
- position:absolute;
- bottom:0;
- margin-bottom:0px;
- left:0;
- background-image:linear-gradient(to bottom, transparent, {color:bot bar background});
- width:100%;
- padding-top:40%;
- {block:ifbackgroundgradient}opacity:1;{/block:ifbackgroundgradient}
- {block:ifnotbackgroundgradient}display:none;{/block:ifnotbackgroundgradient}
- }
- #bgb {
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100vh;
- background-color:{color:background};
- z-index:-8;
- }
- {/block:ifheadercontent}
- {block:PermalinkPage}
- #background, .grad, #bgb {
- display:none;
- }
- {/block:PermalinkPage}
- blockquote {
- padding-left:10px;
- margin-left:5px;
- border-left:1px solid;
- border-color:{color:link};
- margin:10px;
- }
- /*--------------------LINKS--------------------*/
- a {
- color:{color:link};
- text-decoration:none;
- cursor:normal;
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- a:hover {
- text-decoration:none;
- color: {color:link hover};
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-size:13px;
- font-family:beaufort;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:2px;
- text-align:center;
- padding:10px;
- color:{color:link};
- background-color:rgba({RGBcolor:permalink background},0.6);
- }
- /*--------------------BOLDED TEXT--------------------*/
- .posts b {
- color: {color:Bold};
- background-color: {color:bold text background};
- padding:1px 3px;
- }
- .posts a {
- padding-bottom:1px;
- border-bottom:0.5px solid rgba({RGBcolor:text},0.4);
- }
- .non a {
- padding-bottom:0px;
- border-bottom:0px solid transparent;
- }
- t {
- font-size:14px;
- }
- pre, code {
- white-space:pre-wrap;
- }
- /*--------------------ITALIZED TEXT--------------------*/
- i, em, .em {
- color: {color:Italic};
- }
- /*--------------------POST CONTAINER--------------------*/
- #container {
- position:absolute;
- margin:0 auto;
- {block:ifheadercontent}top:100vh;{/block:ifheadercontent}
- {block:ifnotheadercontent}top:0;{/block:ifnotheadercontent}
- {block:PermalinkPage}top:0;{/block:PermalinkPage}
- padding-top:110px;
- left:0;right:0;
- width:calc({select:post width} + ({select:post padding} * 2) + {select:sidebar left gap} + {select:desc width});
- z-index:-10;
- }
- .semicontainer {
- width:calc({select:post width} + ({select:post padding} * 2));
- {block:iftransparentposts}opacity:0.83;{/block:iftransparentposts}
- {block:ifnottransparentposts}opacity:1;{/block:ifnottransparentposts}
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- }
- /*--------------------POSTS--------------------*/
- .posts {
- overflow:hidden;
- margin-bottom:{select:post spacing};
- width:{select:post width};
- padding:{select:post padding};
- background-color:{color:post};
- font-size:{select:font size};
- }
- .posts a {
- color:{color:link};
- }
- .posts a:hover {
- color:{color:link hover};
- }
- .photos, .photos img {
- position:relative;
- overflow:hidden;
- width:{select:post width};
- {block:IndexPage}
- {block:ifphotofade}
- opacity:0.8;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifphotofade}
- {block:ifmonochromeposts}
- -webkit-filter:grayscale(100%);
- filter:grayscale(100%);
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifmonochromeposts}
- {/block:IndexPage}
- }
- .posts:hover .photos {
- opacity:1;
- -webkit-filter:grayscale(0%);
- filter:grayscale(0%);
- }
- .posts img {
- {block:IndexPage}
- {block:ifphotofade}
- opacity:0.8;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifphotofade}
- {block:ifmonochromeposts}
- -webkit-filter:grayscale(100%);
- filter:grayscale(100%);
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifmonochromeposts}
- {/block:IndexPage}
- }
- .posts:hover img {
- opacity:1;
- -webkit-filter:grayscale(0%);
- filter:grayscale(0%);
- }
- .posts img, .posts li, .posts blockquote {max-width:100%;height:auto;}
- .posts iframe {max-width:100%;}
- /*--------------------HEADER--------------------*/
- #topbar {
- position:fixed;
- margin:0 auto;
- top:0;
- margin-top:0px;
- left:0;
- right:0;
- height:55px;
- width:100%;
- background-color:{color:top bar background};
- z-index:-4;
- }
- #topborder {
- margin:0 auto;
- top:0;
- margin-top:calc(55px - 1.5px);
- left:0;
- right:0;
- height:1.5px;
- width:100%;
- background-color:rgba({RGBcolor:top bar text},0.22);
- }
- #topicon {
- top:0;
- margin-top:0px;
- left:0;
- padding:8px 0px 0px 16px;
- }
- #topicon img {
- width:28px;
- border-radius:100%;
- padding:4.5px;
- border:0.7px solid rgba({RGBcolor:top bar text},0.5);
- }
- #topsmall {
- top:0;
- margin-top:0px;
- left:0;
- padding:11px 0px 0px 70px;
- font-family:beaufort;
- text-transform:uppercase;
- letter-spacing:2px;
- font-weight:bold;
- font-size:10px;
- color:{color:top bar text};
- }
- #toptits {
- top:0;
- margin-top:0px;
- left:0;
- padding:27px 0px 0px 70px;
- font-family:beaufort;
- text-transform:uppercase;
- letter-spacing:2px;
- font-weight:bold;
- font-size:14px;
- color:{color:top bar text};
- }
- #topcenter {
- margin:0 auto;
- top:0;
- margin-top:0px;
- left:0;right:0;
- padding:19.5px 6px 16.5px 0px;
- text-align:center;
- font-family:beaufort;
- text-transform:uppercase;
- font-weight:bold;
- font-size:12px;
- letter-spacing:1.7px;
- color:{color:top bar text};
- }
- #topcenter .lnr {
- margin-right:7px;
- color:{color:top bar text};
- }
- #topcenter a {
- color:rgba({RGBcolor:top bar text},0.74);
- letter-spacing:1.3px;
- padding:20px 16px 19.5px 16px;
- }
- #topcenter a:hover, #topcenter .alti a:hover {
- color:rgba({RGBcolor:top bar text},1);
- }
- #topcenter .alti a {
- margin-left:27px;
- {block:IndexPage}color:{color:top bar text};{/block:IndexPage}
- {block:PermalinkPage}color:rgba({RGBcolor:top bar text},0.74);{/block:PermalinkPage}
- {block:IndexPage}border-bottom:1.5px solid {color:top bar text};{/block:IndexPage}
- }
- #topcenter .alti a::before {
- content:"";
- position:absolute;
- margin-top:-12px;
- margin-left:-27px;
- width:1px;
- height:40px;
- background:-webkit-linear-gradient(top, transparent, {color:top bar text}, transparent);
- }
- {block:ifupdatestab}
- #topright {
- top:0;margin-top:0px;
- right:0;
- padding:19px 21px 21px 19px;
- font-family:beaufort;
- text-transform:uppercase;
- letter-spacing:2px;
- font-weight:bold;
- font-size:12px;
- color:{color:top bar text};
- }
- #topright a {
- padding:3px;
- margin-right:-3px;
- color:{color:top bar text};
- }
- #topright .lnr {
- margin-left:5px;
- color:{color:top bar text};
- }
- #updates {
- display:none;
- top:0;margin-top:104px;
- right:0;margin-right:12px;
- width:210px;
- height:auto;
- {block:iftransparentposts}background-color:rgba({RGBcolor:top bar background},0.65);{/block:iftransparentposts}
- {block:ifnottransparentposts}background-color:rgba({RGBcolor:top bar background},1);{/block:ifnottransparentposts}
- padding:10px;
- color:{color:top bar text};
- font-family:karla;
- font-size:{select:font size};
- text-transform:none;
- {block:iftransparentposts}border-bottom:2px solid rgba({RGBcolor:top bar text},0.65);{/block:iftransparentposts}
- {block:ifnottransparentposts}border-bottom:2px solid rgba({RGBcolor:top bar text},1);{/block:ifnottransparentposts}
- }
- {/block:ifupdatestab}
- #topborder, #topicon, #topsmall, #toptits, #topcenter, #topright, #updates {
- position:fixed;
- z-index:-3;
- }
- /*--------------------BOTBAR--------------------*/
- {block:IndexPage}
- #botbar {
- margin:0 auto;
- top:calc(100vh - 100px);
- left:0;
- right:0;
- height:100px;
- width:100%;
- background-color:rgba({RGBcolor:bot bar background},0.83);
- background-image:url({image:bottom bar background});
- background-repeat:repeat;
- background-position:center;
- z-index:-6;
- }
- #midbot {
- margin:0 auto;
- top:calc(100vh - 110px);
- left:0;
- right:0;
- height:120px;
- width:430px;
- background-color:{color:bot bar background};
- z-index:-5;
- }
- #arrup1 {
- margin:0 auto;
- top:calc(100vh - 154px);
- left:0;right:0;
- height:0;width:0;
- border-bottom:45px solid {color:bot bar background};
- border-left:215px solid transparent;
- border-right:215px solid transparent;
- z-index:-5;
- }
- #arrup2 {
- margin:0 auto;
- top:calc(100vh + 10px);
- left:0;right:0;
- height:0;width:0;
- border-top:45px solid {color:bot bar background};
- border-left:215px solid transparent;
- border-right:215px solid transparent;
- z-index:-5;
- }
- #chev {
- margin:0 auto;
- bottom:112px;
- margin-bottom:0px;
- left:0;right:0;
- width:17px;
- text-align:center;
- z-index:-5;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- }
- #chev .lnr {
- font-size:17px;
- color:rgba({RGBcolor:top bar text},0.7);
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- }
- #chev button {
- padding:0px;
- background-color:transparent;
- border:0px solid transparent;
- outline:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #chev button:hover {
- -ms-transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #chev button:hover .lnr {
- color:rgba({RGBcolor:top bar text},1);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #botte {
- margin:0 auto;
- top:calc(100vh - 110px);
- left:0;
- right:0;
- height:110px;
- width:430px;
- z-index:-5;
- display:table;
- }
- #bottomsup {
- display:table-cell;
- vertical-align:middle;
- }
- #bottext {
- padding:20px;
- font-family:beaufort;
- text-transform:uppercase;
- letter-spacing:3px;
- font-size:26px;
- color:{color:top bar text};
- text-align:center;
- }
- .sub {
- {block:ifbottombartext}margin-top:15px;{/block:ifbottombartext}
- {block:ifnotbottombartext}margin-top:0px;{/block:ifnotbottombartext}
- text-transform:none;
- letter-spacing:0.5px;
- font-size:12px;
- }
- #botbar, #midbot, #arrup1, #arrup2, #chev, #botte {
- position:absolute;
- }
- {/block:IndexPage}
- {block:PermalinkPage}
- #botbar, #midbot, #arrup1, #arrup2, #chev, #botte {
- display:none;
- }
- {/block:PermalinkPage}
- /*--------------------SIDEBAR--------------------*/
- #sb {
- {block:IndexPage}
- {block:ifheadercontent}
- top:0px;
- position:absolute;
- {/block:ifheadercontent}
- {/block:IndexPage}
- {block:PermalinkPage}position:fixed;{block:PermalinkPage}
- {block:ifnotheadercontent}position:fixed;{block:ifnotheadercontent}
- margin-left:calc(({select:post width} + {select:post padding} * 2) + {select:sidebar left gap});
- width:{select:desc width};
- text-align:{select:desc text align};
- z-index:-10;
- }
- #sbicon, #sbicon img, #desc {
- display:block;
- margin-left:auto;
- margin-right:auto;
- }
- #sbicon img {
- width:{select:sidebar image width};
- height:{select:sidebar image width};
- object-fit:cover;
- border-radius:100%;
- padding:8.5px;
- border:1px solid rgba({RGBcolor:top bar text},0.6);
- background-color:{color:top bar background};
- }
- #desc {
- margin-top:15px;
- padding:10px;
- {block:iftransparentposts}background-color:rgba({RGBcolor:top bar background},0.65);{/block:iftransparentposts}
- {block:ifnottransparentposts}background-color:rgba({RGBcolor:top bar background},1);{/block:ifnottransparentposts}
- font-family:karla;
- font-size:{select:font size};
- {block:iftransparentposts}color:rgba({RGBcolor:top bar text},0.8);{/block:iftransparentposts}
- {block:ifnottransparentposts}color:rgba({RGBcolor:top bar text},1);{/block:ifnottransparentposts}
- text-align:center;
- {block:iftransparentposts}border-bottom:1.5px solid rgba({RGBcolor:top bar text},0.65);{/block:iftransparentposts}
- {block:ifnottransparentposts}border-bottom:1.5px solid rgba({RGBcolor:top bar text},1);{/block:ifnottransparentposts}
- }
- #cl {
- margin-top:10px;
- text-align:center;
- }
- #cl a {
- width:112px;
- height:auto;
- padding:5px 10px;
- {block:iftransparentposts}background-color:rgba({RGBcolor:top bar background},0.65);{/block:iftransparentposts}
- {block:ifnottransparentposts}background-color:rgba({RGBcolor:top bar background},1);{/block:ifnottransparentposts}
- color:{color:top bar text};
- border-bottom:1px solid transparent;
- margin:3px;
- text-transform:uppercase;
- letter-spacing:1px;
- display:inline-block;
- }
- #cl a:hover {
- {block:iftransparentposts}border-bottom:1px solid rgba({RGBcolor:top bar text},0.65);{/block:iftransparentposts}
- {block:ifnottransparentposts}border-bottom:1px solid rgba({RGBcolor:top bar text},1);{/block:ifnottransparentposts}
- }
- /*--------------------PAGINATION--------------------*/
- .pagination {
- padding-top:2px;
- position:absolute;
- width:400px;
- text-align:center;
- margin-top:10px;
- margin-left:60px;
- margin-bottom:20px;
- border-top: 1px solid rgba({RGBcolor:top bar text},0.4);
- }
- /* 'Current page' number */
- .pagination span {
- margin:7px 0;
- font-size:{select:font size};
- background-color:rgba({RGBcolor:top bar background},0.24);
- color:{color:top bar text};
- padding:5px;
- width:9px;
- display:inline-block;
- margin-left:2px;
- text-align:center;
- }
- /* Other page numbers */
- .pagination a {
- margin:7px 0;
- background-color:rgba({RGBcolor:top bar background},1);
- font-size:9px;
- color:{color:top bar text};
- padding:5px;
- width:{select:font size};
- display:inline-block;
- margin-left:2px;
- text-align:center;
- }
- .pagination a:hover {
- background-color:rgba({RGBcolor:top bar background},0.74);
- }
- /*--------------------TAGS--------------------*/
- .tagsin {
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:right;
- font-size:calc({select:font size} - 3px);
- line-height:1.5;
- margin-top:5px;
- margin-right:-5px;
- }
- .tagsin a {
- margin-right:5px;
- color:rgba({RGBcolor:text},0.8);
- padding-bottom:0px;
- border-bottom:0px solid transparent;
- }
- .tagsin a:hover {
- color:rgba({RGBcolor:link},0.8);
- }
- /*--------------------PERMALINK--------------------*/
- #info {
- position:absolute;
- margin-top:{select:post padding};
- margin-left:-{select:post padding};
- width:calc({select:post width} + ({select:post padding} * 2) - 26px);
- padding:8px 13px;
- background-color:{color:permalink background};
- font-family:beaufort;
- text-transform:uppercase;letter-spacing:1px;
- font-size:calc({select:font size} - 2px);
- font-weight:bold;
- border-radius:0px 0px 10px 10px;
- color:{color:permalink text};
- }
- #info a {
- color:{color:permalink link};
- padding-bottom:0px;
- border-bottom:0px solid transparent;
- }
- #info a:hover {
- color: rgba({RGBcolor:permalink link},0.25);
- }
- #info .fa {
- font-size:calc({select:font size} - 2px);
- color: rgba({RGBcolor:permalink link},0.8);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #info .fa:hover {
- color: rgba({RGBcolor:permalink link},0.25);
- }
- /*--------------------POST NOTES--------------------*/
- ol.notes {
- width:{select:post width};
- padding:{select:post padding};
- margin-bottom:calc({select:post spacing} / 2);
- {block:iftransparentposts}background-color:rgba({RGBcolor:post},0.46);{/block:iftransparentposts}
- {block:ifnottransparentposts}background-color:rgba({RGBcolor:post},1);{/block:ifnottransparentposts}
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- /*---------------------------LIGHTBOXES---------------------------*/
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- z-index:99999999999999999999999999999 !important;
- box-shadow:none !important;
- border-radius:0px !important;
- max-width:none;
- margin-top:-{select:post padding} !important;
- padding:{select:post padding} !important;
- background:{color:post} !important;
- border:1px solid rgba({RGBcolor:text},0.15) !important;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba({RGBcolor:post},0.78) !important;
- z-index:99999999999999999999999999999 !important;
- }
- /*---------------------------QUOTES---------------------------*/
- .quote {
- text-transform:uppercase;
- font-size:12px;
- font-weight:bold;
- text-align:center;
- }
- .quotesource {
- text-align:center;
- margin-top:10px;
- }
- /*---------------------------CHATS---------------------------*/
- .chat {
- line-height:20px;
- list-style:none;
- }
- .line.odd {
- background:{color:chat odd};
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:inherit;
- }
- .line.even {
- background:{color:chat even};
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:inherit;
- }
- .label {
- padding-right:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:link};
- }
- .line.odd, .line.even, .label {
- font-size:inherit;
- letter-spacing:inherit;
- }
- /*---------------------------ASKS---------------------------*/
- .question {
- background-color:{color:question background};
- padding:6px;
- }
- .asker {
- text-transform:uppercase;
- }
- .answer {
- padding:5px;
- margin-top:-15px;
- margin-bottom:-15px;
- }
- /*---------------------------AUDIO---------------------------*/
- .playerbutton {
- position:absolute;
- margin-top:18.5px;
- margin-left:18.5px;
- width:27px;
- height:27px;
- overflow:hidden;
- border-radius:100%;
- }
- .trackdetails {
- width:auto;
- display:inline-block;
- margin-left:70px;
- padding:5px;
- line-height:1.8;
- }
- .trackdetails b {
- font-weight:normal;
- }
- .audiowrapper {
- position:relative;
- display:inline;
- height:0px;
- }
- /*---------------------------VIDEO---------------------------*/
- .tumblr_video_container {
- max-height:540px!important;
- overflow:hidden!important;
- }
- video {
- max-width:100%;
- height:auto!important;
- }
- /*------------------------BOT PAGI------------------------*/
- .botpagi {
- margin-bottom:calc({select:post spacing} / 2);
- margin-left:calc(({select:post width} + ({select:post padding} * 2)) * 0.1);
- width:calc(({select:post width} + ({select:post padding} * 2)) * 0.8);
- text-align:center;
- padding-top:8px;
- border-top:1px solid rgba({RGBcolor:top bar text},0.4);
- }
- /* 'Current page' number */
- .botpagi span {
- margin:7px 0;
- font-size:9px;
- color:{color:Text};
- padding:3px 5px;
- width:9px;
- display:inline-block;
- margin-left:5px;
- text-align:center;
- }
- /* Other page numbers */
- .botpagi a {
- margin:7px 0;
- font-size:9px;
- color:{color:text};
- border-bottom:0.5px solid rgba({RGBcolor:text},0.8);
- padding:3px 5px;
- background-color:{color:post};
- width:9px;
- display:inline-block;
- margin-left:2px;
- text-align:center;
- }
- .botpagi a:hover {
- color:{color:text};
- border-bottom:0.5px solid rgba({RGBcolor:text},0.5);
- }
- {block:ifshowmusicplayer}
- /* music player skin by vitanica */
- #musicplayer {
- position:fixed;
- z-index:99;
- bottom:0;margin-bottom:30px;
- left:0;margin-left:20px;
- display:flex;
- -webkit-transition:all .7s ease;
- -moz-transition:all .7s ease;
- -o-transition:all .7s ease;
- transition:all .7s ease;
- }
- #musicplayer > *, .play > * {align-self:center;-webkit-align-self:center}
- .roundthing {
- width:31px;
- height:31px;
- border-radius:100%;
- background:{color:music player color}; /* icon background */
- }
- .roundthing img {
- margin:8px;
- width:15px;
- }
- .midline {
- width:0px;
- height:3px;
- background:{color:music player color};
- -webkit-transition:all .4s ease;
- -moz-transition:all .4s ease;
- -o-transition:all .4s ease;
- transition-delay: .9s;
- -webkit-transition-delay: .9s;
- }
- #musicplayer:hover .midline {
- width:20px;
- transition-delay:0s;
- -webkit-transition-delay:0s;
- }
- .play {
- display:flex;
- min-width:124px;
- height:31px;
- text-align: left;
- padding:0px 10px;
- background: {color:music player background}; /* player background */
- border-left: 3px solid {color:music player color}; /* player border */
- color:{color:music player text};
- opacity: 0;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition-delay: .4s;
- -webkit-transition-delay: .4s;
- }
- .music-controls, .music-controls > * {
- user-select:none;
- -webkit-user-select:none;
- width:11px;
- font-size:11px;
- cursor:pointer;
- }
- .pausee {display:none;}
- .playtext {
- margin-left:8px;
- font-family:courier new;
- font-size:9px;
- }
- #musicplayer:hover .play {
- opacity:1;
- transition-delay: .6s;
- -webkit-transition-delay: .6s;
- }
- {/block:ifshowmusicplayer}
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1s;
- -moz-animation-duration:1s; animation-duration:1s; }
- .fade-in.two { -webkit-animation-delay: 1.22s; -moz-animation-delay: 1.22s; animation-delay: 1.22s; }
- /**--**/
- #scrollToTop:link,
- #scrollToTop:visited {
- display: none;
- position: fixed;
- bottom: 25px;
- right: 15px;
- z-index:-1;
- opacity:0.7;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- }
- #scrollToTop .fa {
- font-size:32px;
- color:rgba({RGBcolor:top bar text},0.74);
- }
- #scrollToTop:hover {
- opacity:1;
- color:rgba({RGBcolor:top bar text},1);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- {CustomCSS}
- </style>
- {block:ifscrolltotopbutton}
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="//static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go to Top"><span class="fa fa-arrow-circle-o-up"></span></a>
- {/block:ifscrolltotopbutton}
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '{select:photos spacing}',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <script src="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- {block:ifshowmusicplayer}
- <script src="//static.tumblr.com/2pnwama/lnLppjutr/gletanica.js"></script>
- {/block:ifshowmusicplayer}
- </head>
- <body>
- <div id="bgb"></div>
- <div id="background" class="box fade-in two">
- <div class="grad"></div>
- </div>
- {block:ifshowmusicplayer}
- <div id="musicplayer" class="box fade-in two">
- <div class="roundthing">
- <!--more music player gifs here:-->
- <!--stewlate.tumblr.com/post/28218185078/music-player-gifs-->
- <img src="//static.tumblr.com/2pnwama/qovp809g1/12-purple.gif"></div>
- <div class="midline"></div>
- <div class="play">
- <div class="music-controls">
- <div class="playy">►</div>
- <div class="pausee">❚❚</div>
- </div>
- <div class="playtext">{text:music player song name}</div>
- </div><!--play-->
- <audio id="tune" src="{text:music player mp3 URL}" type="audio"></audio>
- </div><!--musicplayer-->
- {/block:ifshowmusicplayer}
- <div id="topbar">
- <div id="topborder"></div>
- <div id="topicon"><img src="{PortraitURL-64}"></div>
- <div id="topsmall">{text:top bar text 1}</div>
- <div id="toptits">{text:top bar text 2}</div>
- <div id="topcenter">
- <span class="lnr {text:top bar title icon}"></span>{Name}
- <span class="alti"><a href="/">index</a></span>
- <a href="/ask">message</a>
- <a href="/archive">archive</a>
- <!--PLEASE DO NOT REMOVE THE THEME CREDIT-->
- <a href="//glenthemes.tumblr.com" title="theme by glenthemes">theme</a>
- <!--PLEASE DO NOT REMOVE THE THEME CREDIT-->
- </div>
- {block:ifupdatestab}<div id="topright">
- <a id="clickbutton" class="t" style="cursor:pointer;">
- <span class="t">updates<span class="lnr lnr-menu"></span></span>
- <span class="t" style="display:none">updates<span class="lnr lnr-cross"></span></span></a></div>
- <div id="updates">{text:updates box}
- </div>
- {/block:ifupdatestab}
- </div>
- {block:ifheadercontent}
- <div id="botbar"></div>
- <div id="midbot"></div>
- <div id="arrup1"></div>
- <div id="arrup2"></div>
- <div id="botte">
- <div id="chev"><button type="button" style="cursor:pointer;"><span class="lnr lnr-chevron-up"></span></button>
- </div>
- <div id="bottomsup">
- <div id="bottext">{text:bottom bar title}
- <div class="sub">{text:bottom bar text}</div>
- </div>
- </div>
- </div>
- {/block:ifheadercontent}
- <div id="container" class="box fade-in two">
- <div id="sb">
- <div id="sbicon"><img src="{image:sidebar image}"></div>
- <div id="desc">{Description}</div>
- <div id="cl">
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
- </div>
- </div>
- <div class="semicontainer">
- {block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
- <div class="posts" post-type="{PostType}">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="photos">
- <div class="non">{LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"></a>{LinkCloseTag}</div></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photos">
- <div class="non">
- <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>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource"> — {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><div class="non"><a href="{URL}" {Target}>{Name} »</a></div></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playerbutton">
- {AudioPlayer}
- </div>
- <div class="trackdetails">
- <b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
- <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {FormattedPlayCount}</div></div>
- {/block:AudioPlayer}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="asker"><b>{Asker} asked:</b></div>
- {Question}</div><br>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- {block:PermalinkPage}
- {block:HasTags}
- <div class="tagsin">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- {block:Date}
- {block:IndexPage}
- {block:HasTags}
- <div class="tagsin">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- <div id="info">posted on <a href="{Permalink}" title="date">{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix} {Year}</a> • <a href="{Permalink}" title="permalink">{NoteCount} N</a> • <a href="{ReblogURL}" title="reblog?" target="blank"><span class="fa fa-retweet"></span></a>{/block:IndexPage}</div>
- {/block:IndexPage}
- {/block:Date}
- {block:Date}
- {block:PermalinkPage}<div id="info" style="margin-left:0px; margin-top:-{select:post spacing};">posted on <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix} '{ShortYear}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} • <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> • <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a></div>{/block:RebloggedFrom}{/block:PermalinkPage}
- </div>
- {/block:Date}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="botpagi">
- {block:PreviousPage}<a title="Previous Page" href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="8"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}" title="page {PageNumber}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a title="Next Page" href="{NextPage}">»</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div><!--semicontainer-->
- </div><!--cont-->
- </body>
- </html>
Add Comment
Please, Sign In to add comment