Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- ELOQUENCE
- by alydae
- released: january 21, 2018
- last updated: november 19, 2024
- - this theme DOES support npf posts/new post type.
- it may look weird in the customise panel
- but it will be fine once you exit and view your blog.
- - do not steal any part of this code
- - do not even TOUCH the credit
- - direct questions to enchantedthemes.tumblr.com
- to edit the popup and footer extra text, search for (command/control + f) 'EDIT POPUP' and 'EDIT FOOTER EXTRA TEXT' respectively.
- thank you for using!!!
- -->
- <title>{block:TagPage}#{Tag} - {/block:TagPage}{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="color:background" content="#ffffff"/>
- <meta name="color:sidebar background" content="#fafafa"/>
- <meta name="color:text" content="#666666"/>
- <meta name="color:links" content="#222222"/>
- <meta name="color:links hover" content="#bad0f1"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:accent" content="#fafafa" />
- <meta name="color:border" content="#eeeeee"/>
- <meta name="image:header" content=""/>
- <meta name="select:font size" content="14px"/>
- <meta name="select:font size" content="12px"/>
- <meta name="select:font size" content="16px"/>
- <meta name="select:font size" content="18px"/>
- <meta name="select:font" content="PT Serif"/>
- <meta name="select:font" content="Open Sans"/>
- <meta name="select:font" content="PT Sans"/>
- <meta name="select:font" content="Karla"/>
- <meta name="select:font" content="Lato"/>
- <meta name="select:font" content="Roboto"/>
- <meta name="select:font" content="Lora"/>
- <meta name="select:font" content="Playfair Display"/>
- <meta name="select:font" content="Source Serif Pro"/>
- <meta name="select:post width" content="500px"/>
- <meta name="select:post width" content="400px"/>
- <meta name="select:post width" content="450px"/>
- <meta name="select:post width" content="540px"/>
- <meta name="select:post width" content="600px"/>
- <meta name="if:hide header on index" content=""/>
- <meta name="if:hide icon on header" content=""/>
- <meta name="if:popup" content=""/>
- <meta name="if:footer" content=""/>
- <meta name="if:footer extra text" content=""/>
- <meta name="if:hide captions" content=""/>
- <meta name="if:hover post information" content=""/>
- <meta name="if:hover tags" content=""/>
- <meta name="if:like and reblog on index" content=""/>
- <meta name="if:scroll to top" content=""/>
- <meta name="if:search bar" content=""/>
- <meta name="text:margin" content="100"/>
- <meta name="text:link 1 title" content="link"/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2 title" content="link"/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3 title" content="link"/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:popup title" content="more"/>
- <link href=“//use.fontawesome.com/releases/v6.5.1/css/all.css” rel=“stylesheet”>
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <!-- custom font -->
- <link href="https://fonts.googleapis.com/css?family={select:font}:300,400,600,700,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- @keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-moz-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-webkit-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-ms-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-o-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- /*-- selection --*/
- ::-moz-selection { background:rgba({RGBcolor:links hover},0.1); color:{color:title}; }
- ::selection { background:rgba({RGBcolor:links hover},0.1); color:{color:title}; }
- /*-- scrollbar --*/
- ::-webkit-scrollbar {
- width:2px;
- height:8px;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:text};
- }
- /*-- tooltips --*/
- #s-m-t-tooltip {
- color:{color:text};
- background-color:{color:accent};
- font-size:calc({select:font size} - 4px);
- letter-spacing:1px;
- line-height:180%;
- text-transform:uppercase;
- text-align:center;
- position:absolute;
- padding:0px 5px 0px 5px;
- margin-top:30px;
- border:1px solid {color:border};
- z-index:99999;
- }
- /*-- tumblr controls --*/
- iframe.tmblr-iframe {
- z-index:999999!important;
- top:4px!important;
- right:0!important;
- opacity:0;
- padding-right:43px;
- /* delete from here */
- filter:invert(1) hue-rotate(180deg);
- -webkit-filter:invert(1) hue-rotate(180deg);
- -o-filter:invert(1) hue-rotate(180deg);
- -moz-filter:invert(1) hue-rotate(180deg);
- -ms-filter:invert(1) hue-rotate(180deg);
- /* to here if your blog has a dark background */
- transform:scale(0.6);
- transform-origin:100% 0;
- transition: opacity 0.6s ease-in-out;
- -moz-transition: opacity 0.6s ease-in-out;
- -webkit-transition: opacity 0.6s ease-in-out;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;
- }
- iframe.tmblr-iframe:hover { opacity:0.4!important; }
- /*-- lightbox --*/
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:{color:background}!important;
- z-index:99999!important;
- }
- #vignette, .vignette { opacity:0; }
- #tumblr_lightbox img, .lightbox-image {
- box-shadow:none!important;
- border-radius:0!important;
- }
- #tumblr_lightbox_caption, .lightbox-caption { visibility:hidden; }
- /*-- hover transitions --*/
- a, a:hover, .tags, .info, .notes a b, .notes a b:hover, div.npf-link-block .poster .title, div.npf-link-block .bottom .site-name {
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- /*-- general customisation --*/
- body {
- color:{color:text};
- background-color:{color:background};
- font-style:normal;
- font-family:{select:font}, helvetica, sans-serif;
- font-size:{select:font size};
- font-weight:400;
- text-decoration:none;
- line-height:180%;
- overflow-x:hidden;
- margin:0;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased;
- -webkit-animation: fadein 1.5s;
- -moz-animation: fadein 1.5s;
- -o-animation: fadein 1.5s;
- animation: fadein 1.5s;
- }
- a {
- text-transform:lowercase;
- text-decoration:none;
- color:{color:links};
- }
- .c a, .quote a, .quotesource a, .asker a, .popup a { box-shadow: 0 -5px {color:links hover} inset; }
- .c a:hover, .quote a:hover, .quotesource a:hover, .asker a:hover, .popup a:hover { box-shadow: 0 -20px {color:links hover} inset; color:{color:links}; cursor:pointer; }
- a:hover, b a:hover, .notes a b:hover { color:{color:links hover}; cursor:pointer; }
- a.post_media_photo_anchor, .npf-link-block a, .poll-post a.poll-row { box-shadow:none!important; }
- i, em { font-style:italic; }
- b, strong { color:{color:title}; font-weight:600;}
- small { font-size:calc({select:font size} - 0.5px); }
- big { font-size:calc({select:font size} + 1px); }
- blockquote {
- padding-left:10px;
- margin-left:0px;
- width:95%;
- word-wrap:break-word;
- }
- blockquote blockquote { border-left:1px solid {color:border}; }
- h1, h2, h3, h4, h5, h6, .poll-post .poll-question {
- color:{color:title};
- text-transform:uppercase!important;
- text-align:left;
- font-weight:bold;
- letter-spacing:1px;
- }
- h1 {
- font-size:calc({select:font size} + 3px);
- text-align:center!important;
- }
- h1 a { text-transform:uppercase!important; }
- h2, h3, h4, h5, h6 { font-size:{select:font size}; }
- hr {
- width:25%;
- background:{color:links hover}!important;
- border:none!important;
- margin-top:15px!important;
- margin-bottom:15px!important;
- height:2px;
- }
- pre {
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- background-color:#fafafa;
- padding:5px;
- }
- /*-- header --*/
- .header {
- display:none;
- background-color:{color:background};
- background-image:url('{image:header}');
- background-repeat:no-repeat;
- background-attachment:relative;
- background-size:cover;
- background-position:top;
- position:relative;
- padding:0px!important;
- height:100vh;
- width:100vwimportant;
- z-index:9!important;
- border-bottom:1px solid {color:border};
- }
- .page-1 {
- display:block;
- {block:ifhideheaderonindex}
- display:none!important;
- {/block:ifhideheaderonindex}
- }
- #hcover {
- top:0;
- right:0;
- width:40vw;
- height:100vh;
- position:relative;
- float:right;
- background-color:{color:sidebar background};
- z-index:10!important;
- border-left:1px solid {color:border};
- }
- #hcontent {
- position:absolute;
- width:350px;
- height:auto;
- top:50%;
- right:calc(40vw - 50px - 350px);
- transform:translateY(-50%);
- border:1px solid transparent;
- }
- .icon {
- position:relative;
- width:60px;
- height:60px;
- {block:ifhideicononheader}display:none;{/block:ifhideicononheader}
- }
- .icon img {
- height:50px;
- width:50px;
- border-radius:100%;
- border:5px solid {color:links hover};
- }
- .title {
- position:relative;
- margin:20px 0px 20px;
- font-size:36px;
- font-weight:bold;
- font-family:'Playfair Display', times, serif;
- letter-spacing:4px;
- text-transform:uppercase;
- line-height:100%;
- color:{color:title}!important;
- }
- .desc {
- padding:15px;
- background:{color:background};
- border:1px solid {color:border};
- }
- .desc .search .query {
- border:0;
- outline:0;
- padding:0;
- font-family:inherit;
- font-size:inherit;
- font-style:italic;
- color:{color:links};
- background-color:transparent;
- }
- ::-webkit-input-placeholder { color:{color:links}; }
- :-moz-placeholder { color:{color:links}; opacity:1; }
- ::-moz-placeholder { color:{color:links}; opacity:1; }
- :-ms-input-placeholder { color:{color:links}; }
- input:focus::-webkit-input-placeholder { color:transparent; }
- input:focus:-moz-placeholder { color:transparent; }
- input:focus::-moz-placeholder { color:transparent; }
- input:focus:-ms-input-placeholder { color:transparent; }
- /*-- sidebar --*/
- sidebar {
- position:fixed;
- top:0;
- left:0;
- height:100vh;
- width:64px;
- z-index:999!important;
- background:{color:sidebar background};
- border-right:1px solid {color:border};
- }
- #sidelinks { margin-top:50vh; transform:translateY(-50%); }
- #sidelinks a {
- display:block;
- font-size:14px;
- line-height:100%;
- height:14px;
- width:14px;
- padding:10px;
- margin:15px;
- border-radius:100%;
- background:{color:background};
- border:1px solid {color:border};
- }
- .hover .hovertext {
- width:auto;
- background:{color:links hover};
- color:#fff; /* sidebar links text colour */
- font-size:10px; /* sidebar links font size */
- text-transform:uppercase;
- font-weight:700;
- letter-spacing:0.5px;
- padding:3px 7px 3px 7px;
- position:absolute;
- margin-top:-3px;
- margin-left:40px;
- z-index:999!important;
- opacity:0;
- transition:opacity 0.6s;
- }
- .hover:hover .hovertext { opacity:1; transition:opacity 0.6s; }
- .hover .hovertext::after {
- content:" ";
- position:absolute;
- top:50%;
- right:100%;
- margin-top:-8px;
- border-width:8px;
- border-style:solid;
- border-color:transparent {color:links hover} transparent transparent;
- }
- #pop {
- width:100%;
- height:100%;
- top:0;
- left:0;
- position:fixed;
- z-index:99;
- background:{color:background};
- display:none;
- }
- .fade {
- top:0;
- left:0;
- position:fixed;
- z-index:100;
- width:100%;
- height:100%;
- }
- .popup {
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- position:fixed;
- background:{color:background};
- z-index:101;
- width:{select:post width};
- }
- .popup h2 { display:inline; }
- .progress {
- width:100%;
- height:5px;
- margin-top:5px;
- background-color:{color:border};
- border-radius:100px;
- }
- .pbar {
- height:5px;
- width:85%; /* EDIT POPUP: match this with the text from the popup */
- color:#fff; /* progress bar text colour */
- background-color:{color:links hover};
- border-radius:100px;
- }
- /*-- footer --*/
- #footer {
- position:absolute;
- bottom:0;
- width:calc(100vw - 64px - 30px);
- left:63px;
- padding:15px;
- text-align:center;
- background:{color:sidebar background};
- border-top:1px solid {color:border};
- z-index:1000!important;
- }
- .ftext, .disclaimer h2 { font-size:calc({select:font size} - 2px); }
- .ftext { margin-left:-64px; }
- .disclaimer h2 { text-align:center; display:inline; }
- /*-- posts --*/
- #entries {
- margin:0 auto;
- width:100%;
- position:relative;
- min-height:100vh;
- border:1px solid transparent;
- }
- .bposts {
- width:100%;
- {block:IndexPage}border-bottom:1px solid {color:border};{/block:IndexPage}
- }
- .posts {
- width:{select:post width};
- margin:{text:margin}px auto {text:margin}px;
- }
- .posts ul li {
- list-style:none;
- position:relative;
- padding-left:30px;
- margin-left:-20px;
- }
- .posts ul li:before {
- content:"——";
- color:#bbb;
- letter-spacing:-2px;
- position:absolute;
- left:0;
- }
- .posts li, .posts blockquote, .posts img { max-width:100%; height:auto; }
- .tumblr_parent { width:100%; margin-top:15px; padding-left:0px; }
- .tumblr_parent:after {
- content:'';
- display:block;
- width:100%;
- height:1px;
- margin:15px auto;
- background:{color:border};
- }
- .tumblr_parent:last-of-type:after { display:none; }
- .tumblr_parent blockquote {
- margin-left:0px;
- padding-left:10px;
- border-left:1px solid {color:border};
- }
- .tumblr_avatar {
- margin-right:7px;
- margin-bottom:-9px;
- width:calc({select:font size} + 10px + 1px);
- height:calc({select:font size} + 10px + 1px);
- border-radius:100%;
- }
- img.tumblr_avatar + a.tumblr_blog, .source .tumblr_blog {
- text-transform:uppercase;
- font-weight:600;
- font-size:calc({select:font size} - 1px);
- letter-spacing:0.5px;
- line-height:100%;
- padding:5px;
- background:{color:accent};
- border:1px solid {color:border};
- }
- img.tumblr_avatar + a.tumblr_blog:hover { background:{color:posts}; }
- .tumblr_parent:first-of-type a.tumblr_blog, .tumblr_parent:first-of-type img.tumblr_avatar { display:none; }
- .tumblr_parent { padding-top:10px; }
- .tumblr_parent:first-of-type { padding-top:0!important; }
- .npf_photoset .tmblr-full .npf_image { margin-bottom:-6px; }
- a.tumblr_blog ~ .npf_photoset, a.tumblr_blog ~ figure:not(.tmblr-full), a.tumblr_blog ~ p { margin-top:20px; }
- .tumblr_parent:first-of-type a.tumblr_blog ~ .npf_photoset { margin-top:0!important; }
- .source { margin-bottom:20px; }
- .c .read_more {
- display:inline-block;
- font-style:italic;
- margin-left:50%;
- transform:translateX(-50%);
- }
- .c a.tumblr_blog { box-shadow:none!important; }
- .c a.tumblr_blog:hover { color:{color:links hover}!important; }
- {block:IndexPage}{block:ifhidecaptions}
- .c { display:none; }
- .txt { display:block!important; }
- {/block:ifhidecaptions}{/block:IndexPage}
- .tmblr-full { margin-top:15px; display:block!important; }
- .tmblr-full img { max-width:100%; }
- .tmblr-attribution {
- text-align:right;
- padding:10px;
- margin-top:-6px!important;
- margin-bottom:0!important;
- background:{color:accent};
- border:1px solid {color:border};
- }
- .tmblr-attribution:after {
- content:'>';
- margin-left:10px;
- display:inline;
- }
- .tmblr-attribution:hover {
- background:{color:background};
- cursor:pointer;
- }
- .pinned {
- font-weight:600;
- font-size:calc({select:font size} - 3px);
- margin-bottom:20px;
- }
- .pinned a { text-transform:uppercase!important; }
- .pinned .lnr {
- background:{color:accent};
- padding:5px;
- border:1px solid {color:border};
- border-radius:100%;
- margin-right:10px;
- }
- .poll-post .poll-question {
- font-size:calc({select:font size} + 4px);
- }
- .poll-post a.poll-row {
- background-color:{color:accent};
- border-radius:5px;
- border:1px solid {color:border};
- color:{color:links};
- font-size:{select:font size};
- font-weight:400;
- padding:5px 10px;
- margin:0 0 7px;
- min-height:0px;
- text-transform:lowercase;
- }
- .poll-post a.poll-row:hover, .poll-post .poll-see-results:hover {
- background-color:{color:background}!important;
- color:{color:links hover}!important;
- }
- .poll-post .poll-see-results {
- font-weight:700;
- text-transform:uppercase;
- background-color:{color:accent};
- border-radius:5px;
- padding:5px 10px;
- margin:0 0 7px;
- letter-spacing:0.5px;
- border:1px solid {color:links hover};
- box-sizing: border-box;
- }
- .poll-post .poll-see-results:hover {
- box-shadow: 0 -35px {color:links hover} inset;
- color:{color:links}!important;
- }
- /*-- quote posts --*/
- .quote {
- font-size:calc({select:font size} + 2px);
- font-style:italic;
- line-height:180%;
- text-align:center;
- }
- .quotesource { text-align:center; }
- /*-- link posts --*/
- .npf-link-block {
- border-radius:0px!important;
- margin-top:15px;
- border:none!important;
- }
- .npf-link-block:hover, div.npf-link-block>a:hover, .npf-link-block:hover .title, .npf-link-block:hover .bottom .site-name { color:{color:links hover}!important; }
- div.npf-link-block>a { border-bottom:none!important; }
- .npf-link-block .poster { height:200px!important; border-bottom:none!important; }
- .npf-link-block .title {
- color:#fff!important;
- font-family:{select:font}, helvetica, sans-serif;
- text-transform:uppercase!important;
- font-weight:700!important;
- font-size:calc({select:font size} + 2px)!important;
- font-style:normal;
- margin:0!important;
- letter-spacing:0.5px;
- line-height:180%;
- }
- div.npf-link-block .poster .title {
- width:{text:post width}px;
- line-height:180%;
- background:none;
- border:none;
- text-align:center!important;
- }
- div.npf-link-block .poster .title:before {
- font-family:'FontAwesome';
- font-size:calc({select:font size} + 2px)!important;
- margin-right:7px;
- content:"\f0c1";
- }
- div.npf-link-block .poster .title:after {
- content:">>";
- margin-left:7px;
- }
- div.npf-link-block.no-poster .title { color:{color:links}; padding-bottom:15px!important; }
- div.npf-link-block .poster:before { opacity:0.2!important; }
- .npf-link-block .bottom {
- background-color:{color:background};
- border:1px solid {color:border};
- }
- .npf-link-block .bottom .description {
- margin:0;
- padding:0;
- border:none;
- text-transform:none;
- line-height:180%!important;
- font-size:{select:font size}!important;
- text-align:left;
- font-style:italic;
- }
- .npf-link-block .bottom .site-name {
- font-size:calc({select:font size} - 2px)!important;
- font-weight:600!important;
- letter-spacing:0px!important;
- line-height:100%!important;
- margin-top:5px!important;
- opacity:1!important;
- color:{color:links}!important;
- }
- /*-- chat posts --*/
- .chat { list-style:none; }
- .line.odd {
- padding:10px;
- background:{color:accent};
- }
- .line.even { padding:10px; }
- .label {
- text-transform:uppercase;
- font-weight:600;
- color:{color:title};
- letter-spacing:1px;
- margin-right:5px;
- }
- /*-- audio posts --*/
- .audio {
- height:auto;
- margin-top:10px;
- background:{color:background};
- border:1px solid {color:border};
- }
- .playbox {
- width:56px;
- height:56px;
- margin:0 auto;
- position:relative;
- background:#f2f2f2;
- border-radius:100%;
- border:5px solid {color:links hover};
- }
- .playbutton {
- width:30px;
- height:30px;
- margin:13px;
- border-radius:100%;
- position:absolute;
- overflow:hidden;
- background:#f2f2f2;
- }
- .trackdetails {
- padding:10px;
- text-align:center;
- width:auto;
- height:auto;
- }
- .trackdetails b { text-transform:capitalize; }
- .spotify_audio_player { height:80px!important; width:100%; }
- /*-- video posts --*/
- .video { border:1px solid transparent; }
- iframe#youtube_iframe {
- width:{select:post width}!important;
- height:calc({select:post width} / 1.7793594306)!important;
- }
- iframe.vine-embed {
- width:{select:post width}!important;
- height:{select:post width}!important;
- }
- iframe.instagram-media {
- width:{select:post width}!important;
- max-width:100%!important;
- }
- video {
- max-width:100%;
- height:auto!important;
- }
- /*-- ask posts --*/
- .question {
- position:relative;
- margin-right:60px;
- padding:10px;
- height:auto;
- text-align:right;
- word-wrap:break-word;
- background:{color:accent};
- border:1px solid {color:border};
- }
- .question p { margin:0!important; }
- .asker {
- position:relative;
- padding:0 0 10px 10px;
- text-align:right;
- text-transform:lowercase;
- font-style:italic;
- }
- .asker a { padding:0px; }
- .aicon {
- position:relative;
- padding-left:15px;
- float:right;
- }
- .aicon img {
- width:35px;
- border-radius:100%;
- border:5px solid {color:links hover};
- }
- .answer { margin-top:15px; }
- /*-- post info --*/
- .info {
- position:absolute;
- width:150px;
- margin-left:calc({select:post width} + 20px);
- margin-top:0px;
- opacity:1;
- {block:ifhoverpostinformation}
- opacity:0;
- {/block:ifhoverpostinformation}
- }
- {block:ifhoverpostinformation}
- .posts:hover .info { opacity:1; }
- {/block:ifhoverpostinformation}
- .info .lnr, .pminfo .lnr {
- padding:5px;
- margin-right:7px;
- font-size:calc({select:font size} - 1px);
- width:calc({select:font size} - 1px);
- height:calc({select:font size} - 1px);
- border-radius:100%;
- background:{color:accent};
- border:1px solid {color:border};
- }
- .itext, .tags {
- line-height:calc({select:font size} - 1px + 15px);
- font-size:calc({select:font size} - 1px);
- }
- .tags {
- opacity:1;
- word-wrap:break-word;
- line-height:200%;
- {block:ifhovertags}opacity:0;{/block:ifhovertags}
- }
- .tags a, .pmtags a { margin-right:10px; font-style:italic; }
- {block:ifhovertags}.posts:hover .tags { opacity:1; }{block:ifhovertags}
- .pminfo {
- margin-top:20px;
- padding-top:20px;
- text-transform:lowercase;
- font-size:calc({select:font size} - 1px);
- border-top:1px solid {color:border};
- }
- .pmtags { font-size:calc({select:font size} - 1px); opacity:1; }
- .like-b {
- position:relative;
- display:inline-block;
- height:inherit;
- line-height:150%;
- overflow:hidden;
- margin-bottom:-4px;
- }
- .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'; }
- /*-- post notes --*/
- .notes {
- margin:0 auto;
- margin:0px auto;
- margin-bottom:calc({text:margin}px * 1.5);
- width:{select:post width};
- }
- .notes a b {
- font-size:calc({select:font size} + 1px);
- font-weight:600;
- text-transform:uppercase!important;
- }
- .postnotes { display:none; margin-top:20px; }
- ol.notes { padding:0; list-style-type:none; }
- ol.notes li.note { padding:7.5px; padding-left:0; }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:14px;
- height:14px;
- border-radius:50%;
- }
- ol.notes li.note span.action { font-weight:none; }
- ol.notes li.note .answer_content { font-weight:normal; }
- ol.notes li.note blockquote {
- padding-left:10px;
- margin-left:10px;
- border-left:1px solid {color:border};
- }
- ol.notes li.note blockquote a { text-decoration:none; }
- /*-- pagination and infinite scroll --*/
- #pagination {
- position:relative;
- font-size:calc({select:font size} - 1px);
- text-align:center;
- margin:{text:margin}px auto;
- margin-bottom:calc({text:margin}px * 1.5);
- }
- #pagination a { margin-right:7px; }
- /*-- other --*/
- .tc {
- position:fixed;
- top:0;
- right:0;
- font-size:10px;
- z-index:99999;
- }
- .tc .fa { margin:15px; }
- .st {
- {block:ifnotfooter}
- position:fixed;
- display:none;
- left:84px;
- bottom:15px;
- font-size:calc({select:font size} - 1px);
- {/block:ifnotfooter}
- {block:iffooter}
- position:relative;
- display:inline;
- {/block:iffooter}
- }
- /*-- credit - DO NOT TOUCH --*/
- .credit a {
- font-size:calc({select:font size} - 1px);
- bottom:15px;
- right:20px;
- position:fixed;
- text-transform:uppercase;
- z-index:999!important;
- }
- </style>
- <!-- scripts -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!-- video resizing by @shythemes -->
- <script src ="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!-- pixel union photosets - modified by @bychloethemes -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </head>
- <body>
- {block:ifpopup}
- <div id="pop"> <div class="fade"></div>
- <div class="popup">
- <!-- EDIT POPUP:
- wrap titles in <h1> and subtitles in <h2>. use <hr> for a horiztonal line break. all other text styles can be used. -->
- <h1>{Title}</h1>
- <p><i>'You must make time for that which matters, for that which defines you: your passion, your progress, your pen. Take it up, and write your own story.'</i></p>
- <p style="text-align:right;">- v.e.schwab , <b>vicious</b> (2013)
- <hr>
- <h2>links:</h2> <a href="#">recommendations</a>, <a href="#">bookshelf</a>
- <br><h2>find me on:</h2> <a href="#">fanfiction.net</a>, <a href="#">ao3</a>, <a href="#">goodreads</a>
- <!-- optional progress bar. you'll need to change the width value under .pbar to match what you have here. -->
- <p><h2>current project progress:</h2> 85%
- <div class="progress"><div class="pbar"></div></div>
- </div>
- </div>
- {/block:ifpopup}
- {block:HomePage}
- <div class="header page-{CurrentPage}">
- <div id="hcover">
- <div id="hcontent">
- <div class="icon"><img src="{PortraitURL-64}"/></div>
- <div class="title">{Title}</div>
- <div class="desc">{Description}
- {block:ifsearchbar}
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="search this blog..."/>
- </form>
- {/block:ifsearchbar}
- </div>
- </div>
- </div>
- </div>
- {/block:HomePage}
- <sidebar>
- <div id="sidelinks">
- <a class="hover" href="/"><span class="lnr lnr-home"></span><span class="hovertext">index</span></a>
- <a class="hover" href="/ask"><span class="lnr lnr-envelope"></span><span class="hovertext">message</span></a>
- {block:iflink1url}<a class="hover" href="{text:link 1 url}"><span class="lnr lnr-user"></span><span class="hovertext">{text:link 1 title}</span></a>{/block:iflink1url}
- {block:iflink2url}<a class="hover" href="{text:link 2 url}"><span class="lnr lnr-link"></span><span class="hovertext">{text:link 2 title}</span></a>{/block:iflink2url}
- {block:iflink3url}<a class="hover" href="{text:link 3 url}"><span class="lnr lnr-list"></span><span class="hovertext">{text:link 3 title}</span></a>{/block:iflink3url}
- {block:ifpopup}<a class="hover click"><span class="lnr lnr-star"></span><span class="hovertext">{text:popup title}</span></a>{/block:ifpopup}
- <a class="hover" href="/archive"><span class="lnr lnr-calendar-full"></span><span class="hovertext">archive</span></a>
- </div>
- </sidebar>
- <div id="entries">
- {block:TagPage}
- <div style="margin-top:{text:margin}px;">
- <h1>showing all posts tagged #{Tag}</h1>
- </div>
- {/block:TagPage}
- {block:SearchPage}
- <div style="margin-top:{text:margin}px;">
- <h1>showing {SearchResultCount} results for '{SearchQuery}'</h1>
- </div>
- {/block:SearchPage}
- {block:Posts}
- <div class="bposts">
- <div class="posts" id="{PostID}">
- {block:Date}
- <div class="source">
- {block:RebloggedFrom}
- <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-128}" class="tumblr_avatar" /></a>
- <a href="{ReblogRootURL}" class="tumblr_blog">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:NotReblog}
- <a href="{Permalink}"><img src="{PortraitURL-128}" class="tumblr_avatar"/></a>
- <a href="{Permalink}" class="tumblr_blog">original post</a>
- {/block:NotReblog}
- </div>
- {/block:Date}
- {block:IndexPage}
- {block:Date}
- <div class="info">
- <div class="itext">
- {block:HomePage}{block:PinnedPostLabel}<a href="{Permalink}" style="text-transform:uppercase!important; font-weight:bold"><span class="lnr lnr-pushpin"></span>{PinnedPostLabel}</a><br>{/block:PinnedPostLabel}{/block:HomePage}
- <b><a href="{Permalink}" style="text-transform:uppercase!important" title="{TimeAgo}"><span class="lnr lnr-bookmark"></span>{DayofWeek}</a></b>
- <br><a href="{Permalink}"><span class="lnr lnr-bubble"></span>{NoteCountWithLabel}</a>
- {block:iflikeandreblogonindex}
- <br><a href="{ReblogURL}"><span class="lnr lnr-redo"></span>reblog</a>
-
- <span class="lnr lnr-heart"></span><a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
- {/block:iflikeandreblogonindex}
- </div>
- {block:HasTags}
- <div class="tags">
- <span class="lnr lnr-tag"></span>{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:IndexPage}
- {block:Text}
- <div class="txt" id="{PostID}">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="c txt">{Body}</div>
- </div>
- {/block:Text}
- {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">
- {block:IndexPage}<img src="{PhotoURL-HighRes}" width="{select:post width}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="{select:post width}">{LinkCloseTag}{/block:PermalinkPage}
- </a>
- {/block:Photo}
- {block: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>
- {/block:Photoset}
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}<div class="quotesource"><hr>{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name} >></a></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}
- <div class="playbox">
- {block:AudioPlayer}
- <div class="playbutton">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- </div>
- <div class="audio">
- <div class="trackdetails">
- {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
- {block:Artist}<br><i>{Artist}</i>{/block:Artist}
- </div>
- </div>
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:Caption}
- <div class="c">{Caption}</div>
- {/block:Caption}
- {block:Answer}
- <div class="aicon"><img src="{AskerPortraitURL-40}" /></div>
- <div class="asker"><b>{Asker}</b> asked:</div>
- <div class="question">{Question}</div>
- <div class="answer"><div class="c txt">{Answer}</div></div>
- {/block:Answer}
- {block:PermalinkPage}
- {block:Date}
- <div class="pminfo">
- posted {TimeAgo} on {DayofWeek}, {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel}
- <div style="float:right;">
- <a href="{ReblogURL}">reblog</a><br>
- <a class="like-b" style="display:inline-block;" href="#">{LikeButton}<span class="b">like</span></a>
- </div>
- {block:RebloggedFrom} <br>
- via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{block:ContentSource}; source <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {block:NotReblog}<br>original post by {Name}{/block:NotReblog}
- </div>
- {/block:Date}
- {block:HasTags}
- <div class="pmtags">
- tagged:
- {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </div><!-- end posts -->
- </div>
- {block:PostNotes}
- <div class="notes">
- <a><b>show {NoteCountWithLabel}</b></a>
- <div class="postnotes">{PostNotes}</div>
- </div>
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page" style="margin-right:7px;">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a class="next" href="{NextPage}">next</a>
- {/block:nextpage}
- </div>
- {/block:Pagination}
- {block:iffooter}
- <div id="footer">
- <div class="ftext">
- {CopyrightYears}
- <!-- credit - DO NOT TOUCH -->
- theme by <a href="http://enchantedthemes.tumblr.com">alydae</a>
- {block:ifscrolltotop}
-
- <div class="st"><a href="#">scroll to top</a></div>
- {/block:ifscrolltotop}
- {block:iffooterextratext}
- <div class="disclaimer">
- <!-- EDIT FOOTER EXTRA TEXT:
- this is where you edit the extra text in the footer -->
- <h2>disclaimer</h2>
- this is where the disclaimer goes
- <!-- up to here -->
- </div>
- {/block:iffooterextratext}
- </div>
- </div>
- {/block:iffooter}
- </div><!-- end entries -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- {block:ifnotfooter}{block:ifscrolltotop}
- <div class="st"><a href="#">scroll to top</a></div>
- {/block:ifscrolltotop}{/block:ifnotfooter}
- <div class="tc">
- <i class="fa fa-bars"></i>
- </div>
- <!-- credit - DO NOT TOUCH -->
- <div class="credit">
- <a href="http://enchantedthemes.tumblr.com" title="alydae">A.</a>
- </div>
- <!--- scripts --->
- <!-- npfPhotosets script by @codematurgy -->
- <script src="https://cdn.jsdelivr.net/gh/boscoxvi/npfphotosets/npfphotosets.js"></script><link href="https://cdn.jsdelivr.net/gh/boscoxvi/npfphotosets/npfphotosetstyle.css" rel="stylesheet" type="text/css">
- <script>
- npfPhotosets(".posts", {
- includeCommonPhotosets: true,
- photosetMargins:"4"
- });
- </script>
- <!--✻✻✻✻✻✻ npf audio player by @glenthemes ✻✻✻✻✻✻-->
- <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: "Unknown track",
- emptyArtistText: "Unknown artist",
- emptyAlbumText: "",
- titleLabel: "",
- artistLabel: "",
- albumLabel: ""
- });
- </script>
- <style edit-npf-audio-player>
- .npf-audio-wrapper {
- --NPF-Audio-Buttons-Size: 0.8rem;
- --NPF-Audio-Buttons-Color: #444;
- --NPF-Audio-Buttons-Spacing: 2rem;
- --NPF-Audio-Image-Size: 68px;
- --NPF-Audio-Image-Spacing: 0px;
- line-height: 150%;
- text-align: center;
- margin-left: 12px;
- }
- .npf-audio-background {
- background-color: #f2f2f2;
- border: 5px solid {color:links hover};
- padding: 10px;
- padding-left: 23px;
- margin-left: 42%;
- margin-right: 45%;
- height: 64px;
- margin-bottom: 90px;
- width: 30px;
- border-radius: 100%;
- }
- .npf-audio-title { font-weight: 600; color:{color:title}; }
- .npf-audio-artist { font-style: italic; }
- .npf-audio-album-label { font-weight:bold; }
- .npf-audio-album { display:none; }
- .npf-audio-details {
- background: {color:background};
- padding: 12px;
- box-sizing: border-box;
- border: 1px solid {color:border};
- margin-top: 160px;
- transform: translateX(-50%);
- width: calc({select:post width} + 12px);
- position: absolute;
- }
- </style>
- <!-- un-next captions script by @neothm and @magnusthemes -->
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <!--- tooltips script --->
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script type="text/javascript">
- //tooltips
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- //scroll to top
- {block:ifscrolltotop}
- {block:ifnotfooter}
- $(window).scroll(function() {
- if ( $(window).scrollTop() > 100 ) {
- $('.st').fadeIn('slow');
- } else {
- $('.st').fadeOut('slow');
- }
- });
- {/block:ifnotfooter}
- $('.st').click(function() {
- $('html, body').animate({scrollTop: 0}, 700);
- return false;
- });
- {/block:ifscrolltotop}
- //post notes
- $(document).ready(function(){
- $(".notes").click(function(){
- $(".postnotes").slideToggle();
- });
- });
- //popup
- $(document).ready(function(){
- $('.click,.fade').click(function() {
- $('#pop').fadeToggle();
- });
- });
- //remove tumblr redirects script by magnusthemes@tumblr
- function noHrefLi(){
- var linkSet = document.querySelectorAll('a[href*="href.li/?"]');
- Array.prototype.forEach.call(linkSet,function(el,i){
- var theLink = linkSet[i].getAttribute('href').split("href.li/?")[1];
- linkSet[i].setAttribute("href",theLink);
- });
- }
- noHrefLi();
- //dashboard captions
- $(document).ready(function(){
- $('.posts').unnest({
- yourCaption: ".c",
- wrapName: ".tumblr_parent",
- newCaptionUsername: true,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- });
- </script>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment