Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme crystal by amboise
- be cool and steal nor copy n.n
- base code by sorrism
- custom tumblr controls by cyantists
- infinite scroll by paul irish
- photosets by pixel union
- shortening notes, lightboxes, tumblr controls by shythemes
- flexible frames script by nouvae
- remove tumblr redirects script by magnusthemes
- feather icons by cole demis
- tooltips by malihu
- full credits at https://amboise.tumblr.com/credits
- note:
- if you want to change colors from the dark version go to line 1230
- -->
- <!DOCTYPE html>
- <head>
- <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--Default Variables-->
- <meta name="color:Menu Background" content="#ffffff"/>
- <meta name="color:Menu Link" content="#777777"/>
- <meta name="color:Menu Link Hover" content="#000000"/>
- <meta name="color:Menu Link One" content="#e8e8e8"/>
- <meta name="color:Menu Link Two" content="#e9e9e9"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Icons" content="#a4a3a3"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Text" content="#666666"/>
- <meta name="color:Info" content="#a4a3a3"/>
- <meta name="color:User" content="#000000"/>
- <meta name="color:Link" content="#ffffba"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Posts Accent One" content="#fdfbfb"/>
- <meta name="color:Posts Accent Two" content="#f8f8f8"/>
- <meta name="color:Text Select" content="#000000"/>
- <meta name="color:Text Select Background" content="#e8e8e8"/>
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="color:Overlay" content="#ffffff"/>
- <meta name="color:Lightbox" content="#ffffff"/>
- <meta name="select:Font" content="PT Sans" title="PT Sans"/>
- <meta name="select:Font" content="Lato" title="Lato"/>
- <meta name="select:Font" content="Fira Sans" title="Fira Sans"/>
- <meta name="select:Font" content="Nunito Sans" title="Nunito Sans"/>
- <meta name="select:Font" content="Open Sans" title="Open Sans"/>
- <meta name="select:Font" content="Karla" title="Karla"/>
- <meta name="select:Font Size" content="12px" title="12px"/>
- <meta name="select:Font Size" content="13px" title="13px"/>
- <meta name="select:Font Size" content="14px" title="14px"/>
- <meta name="select:Font Size" content="15px" title="15px"/>
- <meta name="select:Gutter Size" content="1px" title="1px"/>
- <meta name="select:Gutter Size" content="2px" title="2px"/>
- <meta name="select:Gutter Size" content="3px" title="3px"/>
- <meta name="select:Post Size" content="540px" title="540px"/>
- <meta name="select:Post Size" content="500px" title="500px"/>
- <meta name="select:Post Size" content="450px" title="450px"/>
- <meta name="select:Post Size" content="400px" title="400px"/>
- <meta name="select:Post Size" content="350px" title="350px"/>
- <meta name="select:Post Size" content="300px" title="300px"/>
- <meta name="select:Post Size" content="250px" title="250px"/>
- <meta name="if:Dark Version" content=""/>
- <meta name="if:More Menu" content=""/>
- <meta name="if:Solid Posts" content=""/>
- <meta name="if:User Portrait" content=""/>
- <meta name="if:Reblog" content=""/>
- <meta name="if:Like" content=""/>
- <meta name="if:Date" content=""/>
- <meta name="if:Captions" content=""/>
- <meta name="if:Tags" content=""/>
- <meta name="if:Overlay" content=""/>
- <meta name="if:Scroll To Top" content=""/>
- <meta name="if:Infinite Scroll" content=""/>
- <meta name="if:Default Controls" content=""/>
- <meta name="text:Menu Title" content="about me"/>
- <meta name="text:Menu Text" content="write as much you like">
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 URL" content="" />
- <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="" />
- <meta name="text:Link 7" content="" />
- <meta name="text:Link 7 URL" content="" />
- <meta name="text:Link 8" content="" />
- <meta name="text:Link 8 URL" content="" />
- <meta name="text:Link 9" content="" />
- <meta name="text:Link 9 URL" content="" />
- <meta name="text:Link 10" content="" />
- <meta name="text:Link 10 URL" content="" />
- <meta name="image:Icon" content=""/>
- <!-- things ---------------------------------------------------------------->
- <link href="https://fonts.googleapis.com/css?family={select:font}:400,400i,700,700i|Quicksand:500" rel="stylesheet">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.6/SmoothScroll.min.js"></script>
- <script type="text/javascript">
- function unhide(divID) {
- var item = document.getElementById(divID);
- if (item) {
- item.className=(item.className=='hidden')?'unhidden':'hidden';
- }
- }
- </script>
- <style type="text/css">
- /*-- main structure -------------------------------------------------------*/
- .hidden {display: none;}
- .unhidden {display: block;}
- /* lightbox */
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:rgba({RGBcolor:lightbox},.95)!important;
- }
- #vignette, .vignette {
- opacity:0;
- }
- #tumblr_lightbox img, .lightbox-image {
- box-shadow:none!important;
- border-radius:0!important;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- max-width:none;
- }
- #tumblr_lightbox_caption, .lightbox-caption {
- visibility:hidden;
- }
- /* tumblr controls by@cyantists */
- {block:IfDefaultControls}
- iframe.tmblr-iframe {
- z-index:999!important;
- top:19px!important;
- right:15.5px!important;
- opacity:0;
- padding-right:38px;
- {block:IfNotDarkVersion}
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- {/block:IfNotDarkVersion}
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;
- }
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;
- }
- .hcontrols {
- position:fixed;
- top:21px!important;
- right:17.5px!important;
- z-index:999;
- }
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:9px;
- }
- {/block:IfDefaultControls}
- {block:IfNotDefaultControls}
- iframe.tmblr-iframe {
- opacity:0;
- display:none!important;
- }
- .ccontrols {
- position:fixed;
- top:15px!important;
- right:17.5px!important;
- margin:4px;
- width:20px;
- }
- .ccontrols a {
- display:block;
- float:left;
- margin:0px!important;
- padding:5px;
- }
- .ccontrols svg {
- color:{color:icons};
- transition:all 0.6s ease-in-out;
- -webkit-transition:all 0.6s ease-in-out;
- -o-transition:all 0.6s ease-in-out;
- -moz-transition:all 0.6s ease-in-out;
- -ms-transition:all 0.6s ease-in-out;
- }
- .ccontrols svg:hover {
- color:#777;
- transition:all 0.6s ease-in-out;
- -webkit-transition:all 0.6s ease-in-out;
- -o-transition:all 0.6s ease-in-out;
- -moz-transition:all 0.6s ease-in-out;
- -ms-transition:all 0.6s ease-in-out;
- }
- {block:PermalinkPage}
- .ccontrols .like .liked + svg {
- opacity:.8;
- }
- .ccontrols .like .liked + svg path {
- fill:#ec5a5a;
- }
- .ccontrols .like .like_button {
- position:relative;
- }
- .ccontrols .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- {/block:PermalinkPage}
- {/block:IfNotDefaultControls}
- /* text selection color */
- ::selection {
- background:{color:text select background};
- color:{color:text select};
- }
- ::-moz-selection {
- background:{color:text select background};
- color:{color:text select};
- }
- ::-webkit-selection {
- background:{color:text select background};
- color:{color:text select};
- }
- /* scrollbar */
- ::-webkit-scrollbar{
- height:12px;
- width:12px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb {background:#a3a4a4;}
- nav::-webkit-scrollbar-track {background:{color:menu background};}
- ::-webkit-scrollbar-track {background:{color:borders};}
- nav::-webkit-scrollbar-thumb, nav::-webkit-scrollbar-track {
- border:4.5px solid {color:menu background};}
- ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
- border:4.5px solid {color:background};}
- /* tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- z-index:10;
- margin:0 14px 0 12px;
- padding:5px 10px 5px 10px;
- background-color:rgba(20,20,20,0.9);
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1.5px;
- line-height:16px;
- color:#fff;
- }
- /* main structure */
- body {
- color:{color:text};
- background:{color:background};
- margin:0;
- font-size:{select:font size};
- font-family:{select:font};
- font-weight:400;
- line-height:1.75em;
- word-break:break-word;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- overflow-x:hidden!important;
- }
- b, strong {font-weight:700;}
- nav img, .user img, .answerer img {
- image-rendering: -moz-crisp-edges;
- image-rendering: -o-crisp-edges;
- image-rendering: -webkit-optimize-contrast;
- image-rendering: crisp-edges;
- -ms-interpolation-mode: nearest-neighbor;
- }
- a {
- color:inherit;
- text-decoration:none;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a, a img {cursor:pointer;}
- a:hover {
- text-decoration:none;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- blockquote {
- padding:0 0 0 15px;
- margin:.5em 0;
- border-left:2px solid {color:borders};
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- p {margin:.75em 0;}
- p:first-of-type {margin-top:0;}
- p:last-of-type {margin-bottom:.5em;}
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- h1, h2, h3, h4 {
- margin:.5em 0;
- font-size:calc({select:font size} + 0.75px);
- padding:0;
- color:{color:user};
- font-weight:700;
- }
- .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:75px;
- border-top:1px solid {color:borders};
- }
- /* header */
- header {
- text-align:center;
- width:{select:post size};
- margin:50px auto 0 auto;
- top:75px;
- padding:40px 20px 20px 20px;
- z-index:7;
- }
- .title, .blogtitle {
- color:{color:title};
- font-weight:700;
- text-transform:uppercase;
- }
- .blogtitle {
- font-size:calc({select:font size} + 1px);
- letter-spacing:1.5px;
- }
- .title {
- font-size:calc({select:font size} - 1px);
- margin-bottom:15px;
- display:inline;
- letter-spacing:1px;
- }
- .desc {
- font-size:inherit;
- margin-top:15px;
- }
- .desc a {border-bottom:1px solid {color:link};}
- .desc a:hover {color:{link hover};}
- /* burger */
- .burgered {
- width:20px;
- height:20px;
- position:fixed;
- top:25px;
- left:23px;
- z-index:99999;
- }
- .burgered svg {color:{color:icons};}
- .burger {
- width:25px;
- height:25px;
- position:fixed;
- top:25px;
- left:23px;
- z-index:8;
- background-color:{color:background};
- }
- .burger span {
- position:relative;
- margin-top:5px;
- margin-bottom:5px;
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none;
- position:absolute;
- top:50%;
- left:50%;
- margin-left:-7.5px;
- margin-top:-1px;
- display:block;
- width:9px;
- height:1px;
- background-color:{color:icons};
- outline:1px solid transparent;
- }
- .burger span::before, .burger span::after {
- display:block;
- width:12.5px;
- height:1px;
- background-color:{color:icons};
- outline:1px solid transparent;
- }
- .burger span::before, .burger span::after {
- position:absolute;
- content:'';
- }
- .burger span::before {top:-5px;}
- .burger span::after {top:5px;}
- .burger:hover, .burgered:hover {cursor:pointer;}
- /* nav */
- nav {
- background-color:{color:menu background};
- text-align:center;
- position:fixed;
- z-index:9999;
- top:0;
- right:0;
- height:100%;
- width:100%;
- -webkit-transform:translateY(-100%);
- -moz-transform:translateY(-100%);
- -ms-transform:translateY(-100%);
- -o-transform:translateY(-100%);
- transform:translateY(-100%);
- -webkit-transition:all 1.35s;
- -moz-transition:all 1.35s;
- -o-transition:all 1.35s;
- transition:all 1.35s;
- overflow-y:scroll;
- }
- nav.show {
- -webkit-transform:translateX(0px);
- -moz-transform:translateX(0px);
- -ms-transform:translateX(0px);
- -o-transform:translateX(0px);
- transform:translateX(0px);
- }
- nav img {
- opacity:0;
- position:absolute;
- display:block;
- width:50px;
- height:50px;
- overflow:hidden;
- border-radius:50%;
- top:100px;
- left:calc(50% - 20px);
- -webkit-transform: translateY(-30px);
- -moz-transform: translateY(-30px);
- -ms-transform: translateY(-30px);
- -o-transform: translateY(-30px);
- transform: translateY(-30px);
- opacity:0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- nav.show ul.main li {
- -webkit-transform:translateX(0px);
- -moz-transform:translateX(0px);
- -ms-transform:translateX(0px);
- -o-transform:translateX(0px);
- transform:translateX(0px);
- opacity:1;
- }
- {block:IfMoreMenu}
- nav.show ul.main li:nth-child(1),
- nav.show ul.main li:nth-child(2) {transition-delay:1.05s;}
- nav.show ul.main li:nth-child(3),
- nav.show ul.main li:nth-child(4) {transition-delay:1.2s;}
- nav.show ul.main li:nth-child(5),
- nav.show ul.main li:nth-child(6) {transition-delay:1.35s;}
- nav.show ul.main li:nth-child(7),
- nav.show ul.main li:nth-child(8) {transition-delay:1.5s;}
- nav.show ul.main li:nth-child(9),
- nav.show ul.main li:nth-child(10) {transition-delay:1.75s;}
- {/block:IfMoreMenu}
- {block:IfnotMoreMenu}
- nav.show ul.main li:nth-child(1) {transition-delay:0.45s;}
- nav.show ul.main li:nth-child(2) {transition-delay:0.6s;}
- nav.show ul.main li:nth-child(3) {transition-delay:0.75s;}
- nav.show ul.main li:nth-child(4) {transition-delay:0.9s;}
- nav.show ul.main li:nth-child(5) {transition-delay:1.05s;}
- nav.show ul.main li:nth-child(6) {transition-delay:1.2s;}
- nav.show ul.main li:nth-child(7) {transition-delay:1.35s;}
- nav.show ul.main li:nth-child(8) {transition-delay:1.5s;}
- nav.show ul.main li:nth-child(9) {transition-delay:1.75s;}
- nav.show ul.main li:nth-child(10) {transition-delay:1.9s;}
- {/block:IfnotMoreMenu}
- nav.show .about, nav.show img {
- -webkit-transform: translateY(0px);
- -moz-transform: translateY(0px);
- -ms-transform: translateY(0px);
- -o-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- nav.show img {transition-delay:.75s;}
- nav.show .about {transition-delay:.9s;}
- nav .main {
- {block:IfNotMoreMenu}
- position:absolute;
- top:50%;
- left:50%;
- transform:translate(-50%, -50%);
- {/block:IfNotMoreMenu}
- }
- nav ul.main {
- list-style-type:none;
- {block:IfMoreMenu}
- margin:50px auto 50px auto;
- max-width:50%;
- min-width:50%;
- {/block:IfMoreMenu}
- }
- nav ul li:before {
- content:'';
- }
- nav ul.main li {
- {block:IfMoreMenu}margin-bottom:10px;{/block:IfMoreMenu}
- {block:IfNotMoreMenu}margin-bottom:20px;{/block:IfNotMoreMenu}
- margin-left:-40px;
- -webkit-transform:translateX(0px);
- -moz-transform:translateX(0px);
- -ms-transform:translateX(0px);
- -o-transform:translateX(0px);
- transform:translateX(0px);
- opacity:0;
- -webkit-transition:all 0.3s ease;
- -moz-transition:all 0.3s ease;
- -o-transition:all 0.3s ease;
- transition:all 0.3s ease;
- }
- nav ul.main li:last-of-type {
- {block:IfMoreMenu}margin-bottom:100px;{/block:IfMoreMenu}
- {block:IfNotMoreMenu}margin-bottom:0;{/block:IfNotMoreMenu}
- }
- /* nice line movement hover - https://codepen.io/brunob182/pen/rWxYmW */
- nav ul.main li a {
- position:relative;
- display:inline-block;
- color:{color:menu link};
- transition:color .2s ease;
- padding:0;
- }
- nav ul.main li a:hover {color:{color:menu link hover};}
- nav ul.main li a:hover::after, nav ul.main li a:hover::before {
- width:100%;
- left:0;
- }
- nav ul.main li a::after, nav ul.main li a::before {
- content:'';
- position:absolute;
- top:calc(100% + .15px);
- width:0;
- right:0;
- height:3px;
- }
- nav ul.main li a::before {
- transition:width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
- background:{color:menu link two};
- }
- nav ul.main li a::after {
- transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
- background: {color:menu link one};
- }
- @media only screen and (min-width:645px) {
- {block:IfMoreMenu}
- nav ul.main {
- max-width:400px;
- min-width:400px;
- }
- nav ul.main li {
- float:left;
- width:160px;
- display:block;
- margin:0 15px 10px 12.5px;
- }
- nav ul.main li:nth-of-type(odd) {text-align:right;}
- nav ul.main li:nth-of-type(even) {text-align:left;}
- {/block:IfMoreMenu}
- }
- nav .about {
- width:540px;
- position:relative;
- margin:200px auto 50px auto;
- -webkit-transform: translateY(30px);
- -moz-transform: translateY(30px);
- -ms-transform: translateY(30px);
- -o-transform: translateY(30px);
- transform: translateY(30px);
- opacity: 0;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- transition: all 0.4s ease;
- }
- nav .about p {margin-left:12px;}
- nav .about p:first-of-type {margin-top:1.5em;}
- nav .about a:hover {color:{color:menu link hover};}
- nav .about h8, nav ul.main li a {
- font-weight:700;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- {block:IfNotMoreMenu}
- nav ul.main li a {
- color:{color:menu link};
- }
- {block:IfNotMoreMenu}
- {block:IfMoreMenu}
- nav ul.main li a {
- font-size:calc({select:font size} - 1px);
- }
- nav .about h8 {
- font-size:calc({select:font size} + 1px);
- margin-left:12.5px;
- }
- {/block:IfMoreMenu}
- /* overlay */
- {block:IfOverlay}
- .overlay {
- position:fixed;
- top:0;
- left:0;
- z-index:4;
- width:100%;
- height:100%;
- -webkit-transition:all .75s;
- -moz-transition:all .75s;
- -o-transition:all .75s;
- transition:all .75s;
- background-color:{color:overlay};
- opacity:0;
- visibility:hidden;
- }
- .overlay.show {
- opacity:0.8;
- visibility:visible;
- }
- {/block:IfOverlay}
- /* posts */
- section {
- width:100%;
- margin:auto auto 175px auto;
- }
- .posts {
- width:{select:post size};
- margin:100px auto 175px auto;
- }
- .posts:last-of-type {margin-bottom:200px;}
- .ph {
- position:relative;
- overflow:hidden;
- }
- .ph img {
- width:100%;
- display:block;
- }
- /* posts background */
- .bubble, .texted {
- {block:IfSolidPosts}
- background-image: linear-gradient(120deg, {color:posts accent one} 30%, {color:posts accent two} 70%);
- background-color:{color:posts accent two};
- {/block:IfSolidPosts}
- }
- .quote, .audio, .q {
- background-image: linear-gradient(120deg, {color:posts accent one} 30%, {color:posts accent two} 70%);
- background-color:{color:posts accent two};
- }
- /*.ted {margin-top:10px;}*/
- /* captions */
- .captions {
- {block:IndexPage}{block:IfNotCaptions}display:none;{/block:IfNotCaptions}{/block:IndexPage}
- }
- .comment {
- list-style:none;
- padding:15px 0 15px;
- border-top:1px dashed {color:borders};
- {block:IfSolidPosts}
- padding:15px;
- background-image: linear-gradient(120deg, {color:posts accent one} 30%, {color:posts accent two} 70%);
- background-color:{color:posts accent two};
- {/block:IfSolidPosts}
- }
- .comment:first-of-type {
- border-top:0;
- {block:IfSolidPosts}margin-top:10px;{/block:IfSolidPosts}
- }
- .tex {
- margin:.5em 0 0;
- }
- .tex a {
- margin:0 0 20px;
- transition: background-size .8s ease;
- background: linear-gradient(to bottom, transparent 62%, {color:link} 0) left bottom/0% 15% no-repeat;
- text-decoration:none;
- border-bottom:1px solid {color:link};
- cursor:pointer;
- color:{color:text};
- display:inline;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .tex a:hover {
- color:{color:link hover};
- background-size: 100% 15%;
- }
- .tex ol {
- margin-left:0;
- }
- .tex ol:before {
- position:absolute;
- margin-left:-15px;
- }
- .tex ul li {
- margin-left:0px;
- list-style-type:none;
- }
- .tex ul li:before {
- content:'—';
- position:absolute;
- margin-left:-25px;
- }
- .user {
- color:{color:user};
- display:inline-block;
- {block:IfUserPortrait}line-height:1em;{/block:IfUserPortrait}
- {block:IfNotUserPortrait}line-height:0;{/block:IfNotUserPortrait}
- }
- .user img {
- {block:IfUserPortrait}display:inline;{/block:IfUserPortrait}
- {block:IfNotUserPortrait}display:none;{/block:IfNotUserPortrait}
- vertical-align:middle;
- overflow:hidden;
- width:16px;
- height:16px;
- margin-top:-2px;
- margin-right:8px;
- border-radius:50%;
- -moz-border-radius:50%;
- -webkit-border-radius:50%;
- }
- .deactivated:after {
- content:'deactivated';
- position:absolute;
- padding-left:8px;
- opacity:0;
- transition:.4s ease;
- color:{color:info};
- }
- .deactivated:hover:after {
- opacity:1;
- }
- /* quote */
- .quote {
- color:{color:title};
- font-size:calc({select:font size} + 1px);
- padding:15px;
- }
- .source {
- padding-top:10px;
- text-transform:lowercase;
- text-align:right;
- }
- /* audio */
- .soundcloud_audio_player {
- max-height:116px!important;
- width:100%!important;
- }
- .spotify_audio_player {
- max-height:80px!important;
- width:100%!important;
- }
- .audio {
- z-index:0;
- padding:15px;
- min-height:55px;
- max-height:55px;
- }
- .playbutton {
- width:30px;
- height:30px;
- overflow:hidden;
- border-radius:15px;
- margin:1px 0 0 -1px;
- z-index:2!important;
- }
- .playbox {
- z-index:2;
- opacity:1;
- width:30px;
- height:30px;
- overflow:hidden;
- border-radius:50%;
- background-color:rgb(240,240,240);
- position:absolute;
- top:26px;
- right:15px;
- }
- .info {
- position:absolute;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- margin-top:1.5px;
- margin-right:75px;
- }
- .track {font-weight:700;margin-bottom:7.5px;}
- .audio svg {
- width:14px;
- margin-top:13.5px;
- float:right;
- margin-right:40px;
- }
- /* asks */
- .q {padding:15px;}
- .as {text-transform:lowercase;}
- .answerer img {
- position:relative;
- vertical-align:middle;
- width:16px;
- height:16px;
- overflow:hidden;
- border-radius:50%;
- -moz-border-radius:50%;
- -webkit-border-radius:50%;
- float:left;
- margin-left:-25px;
- }
- .answerer {
- color:{color:user};
- display:inline-block;
- line-height:1em;
- margin-bottom:-20px;
- }
- .answer {
- display:inline-block;
- clear:both;
- padding:15px;
- margin:0 0 5px 25px;
- }
- .texted {
- overflow:hidden;
- {block:IfSolidPosts}
- padding:10px 15px 5px 15px;
- border-radius:0 .5em .5em .5em;
- {/block:IfSolidPosts}
- }
- /* chat */
- .chat {
- text-align:left;
- text-transform:lowercase;
- margin:0;
- padding:0;
- list-style:none;
- }
- .bubble {
- {block:IfSolidPosts}padding:10px;{/block:IfSolidPosts}
- margin:0 0 5px 0;
- display:inline-block;
- overflow:hidden;
- }
- .label {
- display:inline-block;
- color:{color:user};
- {block:IfNotSolidPosts}
- margin-bottom:2px;
- border-bottom:1px solid {color:link};
- {block:IfNotSolidPosts}
- }
- /* permalink and notes */
- .when {
- padding-top:15px;
- width:{select:post size};
- {block:IndexPage}color:{color:info};{/block:IndexPage}
- }
- .ago, .notecount {display:inline-block;}
- {block:IfNotReblog}
- .reblog {display:none;}
- {block:IfNotReblog}
- {block:IfNotLike}
- .like-b {display:none;}
- {block:IfNotLike}
- .reblog {display:inline-block;}
- .like-b {
- position:relative;
- display:inline-block;
- height:1em;
- line-height:1em;
- overflow:hidden;
- margin-bottom:-2px;
- }
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .like-b .liked + .b {color:inherit;}
- .like-b .liked + .b:after {content:'d';}
- .controls {
- display:inline-block;
- float:right;
- }
- .tags {
- {block:IndexPage}
- {block:ifNotTags}display:none;{/block:ifNotTags}
- {/block:IndexPage}
- }
- .tags-p {
- margin-right:8px;
- display:inline;
- }
- .tags {
- text-transform:lowercase;
- margin-top:7.5px;
- {block:IndexPage}
- color:{color:info};
- {/block:IndexPage}
- }
- .tags a {margin-right:5px;}
- /* post notes */
- .pagenotes {
- width:{select:post size};
- margin:-175px auto 0 auto;
- }
- .postnotes {margin-top:15px;}
- .postnotes a {color:{color:link hover};}
- ol.notes {
- list-style:none;
- padding:0;
- margin:0;
- }
- ol.notes, li.note {
- display:block;
- padding:0;
- margin:2.5px 0;
- }
- li.note blockquote {
- margin-right:10px;
- }
- ol.notes li.note img.avatar {display:none!important;}
- a.more_notes_link {
- display:block;
- text-transform:lowercase;
- text-align:left!important;
- float:left!important;
- color:{color:link hover};
- }
- /* pagination */
- .pagination {
- width:{select:post size};
- margin:150px auto 0 auto;
- text-align:center;
- }
- .pagination a:not(.active), .pagination a:not(.active):hover {
- color:{color:info};
- }
- .pagination a {margin:0;}
- .pagination a:hover {color:{color:text};}
- .pagination svg {margin-bottom:-3px!important;}
- .current {padding:5px 25px 5px 25px;}
- {block:ifInfiniteScroll}
- .pagination, #infscr-loading {
- display:none!important;
- }
- {/block:ifInfiniteScroll}
- /* scroll to top */
- .scrollup {
- display:none;
- position:fixed;
- top:52.5px;
- left:22.5px;
- z-index:3;
- }
- .scrollup svg {
- color:#a4a3a3;
- background-color:{color:background};
- padding:5px;
- }
- .scrollup svg:hover {
- color:{color:menu link};
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- .credit svg {color:{color:icons}}
- .credit {
- z-index:6;
- bottom:15px;
- right:17.5px;
- position:fixed;
- }
- /* dark version */
- {block:IfDarkVersion}
- body, nav, .burger, .overlay {
- background-color:#111111;
- }
- .burger span, .burger span::before, .burger span::after {
- background-color:#fafafa;
- }
- .hcontrols, .hcontrols svg, .ccontrols svg, .ccontrols svg:hover, .burgered svg, .audio svg, .credit svg,
- .blogtitle, .title, .tex a, .tex a:hover, .user, .as, .track, .postnotes a,
- nav ul.main li a, nav ul.main li a:hover, .label, h1, h2, h3, h4, h8, nav .about a:hover, .answerer, .quote {
- color:#fff;
- }
- .deactivated:hover,
- .desc, .tex, .pagenotes, .artist,
- .when a:hover, .rblg a:hover,
- .ques, .texted, .chat, .about,
- .when, .rblg, .source, .tags {
- color:#dadada;
- }
- .comment, .texted , .bubble {
- border-color:#a4a3a3;
- {block:IfSolidPosts}
- background-image: linear-gradient(120deg, #212121 0%, #191919 100%);
- background-color:#191919;
- {/block:IfSolidPosts}
- }
- .quote, .audio, .q {
- background-color:#191919;
- background-image: linear-gradient(120deg, #212121 0%, #191919 100%);
- }
- .playbutton {
- -webkit-filter:invert(1) contrast(250%);
- -moz-filter:invert(1) contrast(250%);
- -ms-filter:invert(1) contrast(250%);
- -o-filter:invert(1) contrast(250%);
- filter:invert(1) contrast(250%);
- }
- .playbox {
- background-color:black;
- }
- .pagination a:not(.active), .pagination a:not(.active):hover {
- color:#fbfbfb;
- }
- .pagination a {
- margin:0 15px;
- color:#fbfbfb;
- }
- .pagination a:hover {
- color:#fff;
- }
- #s-m-t-tooltip {
- background-color:rgba(0,0,0);
- }
- .scrollup svg {
- color:#fbfbfb;
- background-color:#111111;
- padding:5px;
- }
- .scrollup svg:hover {
- color:#fafafa;
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:rgba(20,20,20,.95)!important;
- }
- nav::-webkit-scrollbar-thumb,
- ::-webkit-scrollbar-thumb {
- background:#dadada;
- }
- nav::-webkit-scrollbar-track,
- ::-webkit-scrollbar-track {
- background:#111111;
- }
- nav::-webkit-scrollbar-thumb, nav::-webkit-scrollbar-track,
- ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
- border:4.5px solid #111111;
- }
- {/block:IfDarkVersion}
- /* media queries */
- @media only screen and (max-width:768px) {
- .posts, .when, .pagenotes {
- width:540px;
- }
- .pagination {
- width:calc(540px - 45px)
- }
- }
- @media only screen and (max-width:645px) {
- .ccontrols, .hcontrols {display:none;}
- .posts {width:100%;}
- .pagenotes {
- padding:0;
- width:calc(100% - 30px);
- }
- .when {width:calc(100% - 30px);padding:15px 0 15px 15px;}
- .pagination, nav .about {width:calc(100% - 65px);}
- .comment {
- padding:15px;
- }
- .title {
- margin-left:15px;
- }
- .blogtitle, .desc {
- text-align:left;
- }
- .source {margin-right:15px;}
- .bubble {margin:0 15px 10px 15px;}
- .audio, .quote, .q, .answer {
- padding-left:15px;
- padding-right:15px;
- }
- .burger, .scrollup, .burgered {
- left:calc(100% - 35px)!important;
- }
- .scrollup {top:47.5px!important;}
- .burger {top:15px;}
- }
- @media only screen and (max-width:580px) {
- header {
- max-width:calc(100vw - 65px);
- margin-left:15px;
- margin-right:45px;
- top:37.5px;
- }
- }
- {CustomCSS}
- </style>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- {block:IfScrollToTop}
- <a href="#" class="scrollup"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></svg></a>
- {/block:IfScrollToTop}
- </head>
- <body>
- <header>
- <div class="blogtitle"><a href="/">{Title}</a></div>
- <div class="desc">{Description}</div>
- </header>
- <div class="burger"> <span></span> </div>
- <nav>
- {block:IfMoreMenu}
- {block:IfIconImage}<img src="{image:icon}"/>{/block:IfIconImage}
- {block:IfNotIconImage}<img src="{PortraitURL-64}">{/block:IfNotIconImage}
- <div class="about">
- <h8>{text:menu title}</h8>
- <p>{text:menu text}</p>
- </div>
- {/block:IfMoreMenu}
- <ul class="main">
- {block:ifLink1}<li><a href="{text:Link 1 URL}">{text:Link 1}</a></li>{/block:ifLink1}
- {block:ifLink2}<li><a href="{text:Link 2 URL}">{text:Link 2}</a></li>{/block:ifLink2}
- {block:ifLink3}<li><a href="{text:Link 3 URL}">{text:Link 3}</a></li>{/block:ifLink3}
- {block:ifLink4}<li><a href="{text:Link 4 URL}">{text:Link 4}</a></li>{/block:ifLink4}
- {block:ifLink5}<li><a href="{text:Link 5 URL}">{text:Link 5}</a></li>{/block:ifLink5}
- {block:ifLink6}<li><a href="{text:Link 6 URL}">{text:Link 6}</a></li>{/block:ifLink6}
- {block:ifLink7}<li><a href="{text:Link 7 URL}">{text:Link 7}</a></li>{/block:ifLink7}
- {block:ifLink8}<li><a href="{text:Link 8 URL}">{text:Link 8}</a></li>{/block:ifLink8}
- {block:ifLink9}<li><a href="{text:Link 9 URL}">{text:Link 9}</a></li>{/block:ifLink9}
- {block:ifLink10}<li><a href="{text:Link 10 URL}">{text:Link 10}</a></li>{/block:ifLink10}
- </ul>
- <div class="burgered"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></div>
- </nav>
- <div class="overlay"></div>
- <!-- posts ----------------------------------------------------------------->
- <section id="entries">
- {block:Posts}
- <article class="posts {block:Caption}captioned{/block:Caption}" id="{PostID}">
- <!-- quote ----------------------------------------------------------------->
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- <!-- text ------------------------------------------------------------------>
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:RebloggedFrom}
- {block:Reblogs}
- {block:IsActive}
- {block:IsOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank">
- <img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank">
- <img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}
- {block:IsOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user inactive deactivated" target="_blank">
- <img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user inactive deactivated" target="_blank">
- <img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsNotOriginalEntry}
- {/block:IsDeactivated}
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <li class="comment {block:Title}ted{/block:Title}">
- <div class="tex">{Body}</div>
- </li>
- {/block:NotReblog}
- {/block:Text}
- <!-- link ------------------------------------------------------------------>
- {block:Link}<div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- {block:NotReblog}
- <li class="comment ted">
- <div class="tex">{Description}</div>
- </li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}
- {block:Reblogs}
- {block:IsActive}
- {block:IsOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img src="{PortraitURL-64}">{username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user inactive deactivated" target="_blank"><img src="{PortraitURL-64}">{username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}
- {block:IsOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img src="{PortraitURL-64}">{username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user inactive deactivated" target="_blank"><img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsNotOriginalEntry}
- {/block:IsDeactivated}
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- <!-- chat ------------------------------------------------------------------>
- {block:Chat}
- {block:Title}<div class="title">{title}</div>{/block:Title}
- <ol class="chat {block:Title}ted{/block:Title}">
- {block:Lines}
- <li class="l {Alt}">
- <span class="bubble">{block:Label}<span class="label">{Label}</span>{/block:label} {line}</span>
- </li>
- {/block:Lines}
- </ol>
- {/block:Chat}
- <div class="ph">
- <!-- photo ----------------------------------------------------------------->
- {block:Photo}
- <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}">
- </a>
- {/block:Photo}
- <!-- photoset -------------------------------------------------------------->
- {block:Photoset}
- <div class="photoset">
- <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:Photoset}
- <!-- video ----------------------------------------------------------------->
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- <!-- audio ----------------------------------------------------------------->
- {block:Audio}
- <div class="audio">
- <div class=playbox><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- <div class="info">
- <div class="track">{block:TrackName}{TrackName}{/block:TrackName}</div>
- <div class="artist">{block:Artist}{Artist}{/block:Artist}</div>
- </div>
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-music"><path d="M9 17H5a2 2 0 0 0-2 2 2 2 0 0 0 2 2h2a2 2 0 0 0 2-2zm12-2h-4a2 2 0 0 0-2 2 2 2 0 0 0 2 2h2a2 2 0 0 0 2-2z"></path><polyline points="9 17 9 5 21 3 21 15"></polyline></svg>
- </div>
- {/block:Audio}
- <!-- captions ------------------------------------------------------------->
- {block:Caption}
- <div class="captions">
- {block:Reblogs}
- {block:IsActive}
- {block:IsOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank">
- <img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div></li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank">
- <img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div></li>
- {/block:IsNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}
- {block:IsOriginalEntry}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user inactive deactivated" target="_blank">
- <img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div></li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li clss="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user inactive deactivated" target="_blank">
- <img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div></li>
- {/block:IsNotOriginalEntry}
- {/block:IsDeactivated}
- {/block:Reblogs}
- {block:NotReblog}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank">
- <img src="{PortraitURL-64}">{Name}</a></span>
- <div class="tex">{Caption}</div></li>
- {/block:NotReblog}
- </div>
- {/block:Caption}
- </div>
- <!-- answers --------------------------------------------------------------->
- {block:Answer}
- <div class="q">
- <span class="as">{Asker} sent</span>
- <div class="ques">{Question}</div>
- </div>
- {block:Answerer}
- <div class="answer">
- <div class="answerer">
- <img src="{AnswererPortraitURL-24}">{Answerer} said</div>
- <div class="tex texted">{Answer}</div>
- </div>
- {/block:Answerer}
- {block:NotReblog}
- <div class="answer">
- <div class="answerer">
- <img src="{PortraitURL-24}">{Name} said</div>
- <div class="tex texted">{Replies}</div>
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- {block:IsActive}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img src="{PortraitURL-64}">{username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsActive}
- {block:IsDeactivated}
- <li class="comment">
- <span><a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user inactive deactivated" target="_blank"><img src="{PortraitURL-64}">{Username}</a></span>
- <div class="tex">{Body}</div>
- </li>
- {/block:IsDeactivated}
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- <!-- date ------------------------------------------------------------------>
- {block:Date}
- <div class="when">
- {block:IndexPage}
- <a href="{Permalink}">
- {block:IfNotDate}<div class="notecount">{NoteCountWithLabel}</div></a>{/block:IfNotDate}
- {block:IfDate}<div class="notecount">{TimeAgo}</div>{/block:IfDate}
- <div class="controls">
- {block:IfReblog}
- <div class="reblog">
- <a href="{ReblogURL}" target="_blank" style="margin-right:10px">reblog</a>
- </div>
- {/block:IfReblog}
- {block:IfLike}
- <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
- </div>
- {/block:IfLike}
- {block:HasTags}
- <div class="tags">
- <div class="tags-p">#. </div>
- {block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {block:IndexPage}
- </div>
- {/block:Date}
- </article>
- <!-- post notes ------------------------------------------------------------>
- {block:PostNotes}
- <article class="pagenotes" style="text-transform:lowercase">
- {block:HasTags}
- <div class="tags">
- filed under: {block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- on {Month} {DayOfMonth}, {Year}</br>
- {block:RebloggedFrom}
- <span><div class="rblg">
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></br>
- posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- </div></span></br>
- {/block:RebloggedFrom}
- <a href="javascript:unhide('displaybx')">{NoteCountWithLabel}</a>
- <div id="displaybx" class="hidden">
- <div class="postnotes">{PostNotes}</div>
- </div>
- </article>
- {/block:PostNotes}
- {/block:Posts}
- <!-- pagination ------------------------------------------------------------>
- {block:Pagination}
- <div class="pagination">
- <a {block:PreviousPage}class="active" href="{PreviousPage}"{/block:PreviousPage}><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"><polyline points="15 18 9 12 15 6"></polyline></svg></a>
- <a class="current">{CurrentPage}</a>
- <a {block:NextPage}class="active next" href="{NextPage}"{/block:NextPage}><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg></a>
- </div>
- {/block:Pagination}
- <a class="credit" href="https://amboise.tumblr.com/"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-at-sign"><circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path></svg></a>
- </section>
- <!-- end of posts -->
- <!-- jquery -->
- <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 type="text/javascript" src="http://static.tumblr.com/cqvi50o/VSzox2ncv/style-my-tooltips.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="https://static.tumblr.com/2b2izpj/cB7ogqs8l/jquery.initialize.js"></script>
- {block:IndexPage}{block:ifInfiniteScroll}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifInfiniteScroll}{/block:IndexPage}
- <script>
- // tooltips
- (function($) {
- $(document).ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor: true,
- tip_delay_time: 100,
- tip_fade_speed: 200
- });
- });
- })(jQuery);
- // scroll to top
- $(document).ready(function(){
- $(window).scroll(function(){
- if ($(this).scrollTop() > 100) {
- $('.scrollup').fadeIn();
- } else {
- $('.scrollup').fadeOut();
- }
- });
- $('.scrollup').click(function(){
- $("html, body").animate({ scrollTop: 0 }, 1000);
- return false;
- });
- });
- // minimal soundcloud player © shythemes.tumblr
- $(document).ready(function(){
- var color = '#acd7bb'; // color of play button (hex)
- $('.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=' + color.split('#')[1], height: 116, width: '100%' });
- });
- });
- function flexFrame() {
- $(".comment").each(function() {
- $(this).find("iframe").wrap("<div class='capframe'></div>");
- flexibleFrames($(".capframe"));
- });
- flexibleFrames($(".video"));
- }
- $(document).ready(function(){
- flexFrame();
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '{select:gutter size}',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- var $container = $('.when');
- $container.find('.notecount').each(function(){
- var n = $(this).html().split(' ')[0].replace(/,/g, '');
- if (n > 999) {
- n = Math.floor(n / 100) / 10;
- $(this).text(n + 'k notes');
- }
- });
- $('.burger').click(function(){
- $('.overlay').addClass('show');
- $('nav').addClass('show');
- $('body').css('overflow','hidden');
- });
- $('.burgered').click(function(){
- $('nav').removeClass('show');
- $('.overlay').removeClass('show');
- $('body').css('overflow','auto');
- });
- var $container = $('#entries');
- {block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: '.posts',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '',
- bufferPx: 3000,
- },
- function(arrayOfNewElems) {
- flexFrame();
- var $newElems = $(arrayOfNewElems);
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '{select:gutter size}',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $newElems.find('.notecount').each(function(){
- var n = $(this).html().split(' ')[0].replace(/,/g, '');
- if (n > 999) {
- n = Math.floor(n / 100) / 10;
- $(this).text(n + 'k notes');
- }
- });
- var $newElems = $(arrayOfNewElems);
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- {/block:ifInfiniteScroll}
- $(document).ready(function(){
- //remove tumblr redirects script by magnusthemes@tumblr
- $('a[href*="t.umblr.com/redirect"]').initialize(function(){
- var originalURL = $(this).attr("href").split("?z=")[1].split("&t=")[0];
- var replaceURL = decodeURIComponent(originalURL);
- $(this).attr("href", replaceURL);
- });
- });
- });
- </script>
- <!-- controls -------------------------------------------------------------->
- {block:IfDefaultControls}
- <div class="hcontrols"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-vertical"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg></div>
- {/block:IfDefaultControls}
- {block:IfNotDefaultControls}
- <div class="ccontrols">
- <a href="https://tumblr.com/dashboard" target="_blank" title="exit"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-power"><path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line></svg></a>
- {block:IndexPage}
- <a href="https://tumblr.com/follow/{Name}" title="follow"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-plus"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line></svg></a>
- <a href="https://www.tumblr.com/message/{Name}" target="_blank" title="chat"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-message-circle"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg></a>
- {/block:IndexPage}
- {block:PermalinkPage}{block:Posts}{block:Date}
- <a href="{EmbedUrl}" target="_blank" title="embed"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-code"><polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline></svg></a>
- <a href="{ReblogURL}" title="reblog" style="margin-left:2px!important"><svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-repeat"><polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path></svg></a>
- <a href="#" class="like" title="like" style="margin-left:2px!important">{LikeButton}<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg></a>
- {/block:Date}{/block:Posts}{/block:PermalinkPage}
- </div>
- {/block:IfNotDefaultControls}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement