Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
- <title>{Title}{block:TagPage} | #{Tag}{/block:TagPage}{block:PostSummary} | {PostSummary}{/block:PostSummary}</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="image:portrait" content="" />
- <meta name="color:background" content="#602749" />
- <meta name="color:text" content="#c2c2c2" />
- <meta name="color:link" content="#F6921D" />
- <meta name="color:titles" content="#96c457" />
- <meta name="color:scrollbar thumb" content="#130912" />
- <meta name="color:tooltip text" content="#000" />
- <meta name="color:tooltip background" content="#fda403" />
- <meta name="color:selection text" content="#000" />
- <meta name="color:selection background" content="#ffc300" />
- <meta name="color:content" content="#3E1C33" />
- <meta name="color:user" content="#843b62" />
- <meta name="color:answer accent" content="#455d7a" />
- <meta name="color:audio post background" content="#c5d86d" />
- <meta name="color:audio post text" content="#454545" />
- <meta name="color:chat post accent" content="#171615" />
- <meta name="color:chat post odd line background" content="#67A032" />
- <meta name="color:chat post odd line text" content="#fff" />
- <meta name="color:chat post even line background" content="#C03C09" />
- <meta name="color:chat post even line text" content="#fff" />
- <meta name="color:quote post background" content="#f89d13" />
- <meta name="color:quote post text" content="#171615" />
- <meta name="color:tags" content="#f78f1e" />
- <meta name="select:Post Width" content="300" title="300px" />
- <meta name="select:Post Width" content="325" title="325px" />
- <meta name="select:Post Width" content="350" title="350px" />
- <meta name="select:Post Width" content="400" title="400px" />
- <meta name="select:Post Width" content="450" title="450px" />
- <meta name="select:Post Width" content="500" title="500px" />
- <meta name="select:Post Width" content="540" title="540px" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 URL" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 URL" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 URL" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 URL" content="" />
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet" type="text/css" />
- <link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
- </head>
- <style text="text/css">
- iframe.tmblr-iframe {
- display:none;
- }
- /* basics */
- body {
- background:{color:background};
- color:{color:text};
- font:normal 14px/1.5em 'Nunito', sans-serif;
- word-wrap:break-word;
- overflow-wrap:break-word;
- letter-spacing:.25px;
- cursor:default;hing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- img {
- display:block;
- max-width:100%;
- height:auto;
- }
- blockquote {
- margin:0;
- padding:0;
- background:none;
- }
- p {
- margin:1em 0;
- }
- p:first-of-type {
- margin-top:0;
- }
- p:last-of-type {
- margin-bottom:0;
- }
- h1:first-of-type,
- h2:first-of-type,
- h3:first-of-type,
- h4:first-of-type {
- margin-top:0;
- }
- h1:last-of-type,
- h2:last-of-type,
- h3:last-of-type,
- h4:last-of-type {
- margin-bottom:0;
- }
- b,
- strong {
- font-weight:bold;
- color:{color:titles};
- }
- em,
- i {
- font-style:italic;
- }
- ol,
- ul {
- list-style:none;
- text-align:left;
- padding:0;
- margin:0;
- }
- li {
- position:relative;
- padding:.1em 0px .1em 20px;
- }
- ol li {
- counter-increment:list;
- }
- ol li:before,
- ul li:before {
- left:0;
- position:absolute;
- vertical-align:baseline!important;
- }
- ol li:before {
- content:counter(list) '.';
- }
- ul li:before {
- content:url("data:image/svg+xml,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='rgba({RGBcolor:text})' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-eye'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
- margin-top:3px;
- }
- /* links - https://codepen.io/lhorak/pen/bEavyg */
- a:link,
- a:visited,
- a:active {
- text-decoration:none;
- color:{color:link};
- box-shadow:0 -1px 0 0 transparent inset, 0 -2px 0 0 transparent inset;
- transition:all .3s ease-in;
- }
- a:hover {
- transition:all .3s ease-out;
- box-shadow:0 -1px 0 0 transparent inset, 0 -2px 0 0 {color:link} inset;
- }
- /* selection */
- ::selection {
- color:{color:selection text};
- background-color:{color:selection background};
- }
- ::-moz-selection {
- color:{color:selection text};
- background-color:{color:selection background};
- }
- /* scrollbar */
- ::-webkit-scrollbar {
- width:12px;
- height:12px;
- background-color:transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-clip:padding-box;
- border-radius:6px;
- background-color:{color:scrollbar thumb};
- border:4px solid transparent;
- }
- /* tooltip */
- div#qTip {
- z-index:1000;
- display:none;
- position:absolute;
- border-radius:0 .75em .75em .75em;
- padding:.25em .65em;
- margin:15px 0 0;
- background:{color:tooltip background};
- font-weight:700!important;
- font-size:15px;
- color:{color:tooltip text};
- letter-spacing:.1em;
- -moz-transition:0.2s ease-in;
- -webkit-transition:0.2s ease-in;
- -o-transition:0.2s ease-in;
- transition:0.2s ease-in;
- }
- /* header */
- header {
- display:block;
- width:100%;
- margin:0;
- padding:1em 120px 1em 1em;
- box-sizing:border-box;
- background-color:{color:content};
- text-align:right;
- z-index:999999999;
- position:fixed;
- top:0; left:0; right:0;
- }
- a.header-link {
- display:inline-block;
- margin-right:1.5em;
- font-size:13px;
- letter-spacing:.5px;
- }
- a.header-link:hover {
- letter-spacing:1px;
- }
- a.header-link:last-of-type {
- margin-right:0;
- }
- input.link {
- position:absolute;
- display:block;
- width:100px;
- box-sizing:border-box;
- padding:15px 5px;
- margin:0;
- top:0; right:0;
- vertical-align:top;
- background-color:{color:link};
- box-shadow:none;
- border:none;
- outline:none;
- cursor:pointer;
- color:white;
- font-weight:600;
- letter-spacing:1px;
- text-align:center;
- font:14px 'Nunito', sans-serif;
- }
- /* dropdown menu */
- .dropdown {
- display:inline-block;
- vertical-align:middle;
- margin-left:1.5em;
- }
- .dropdown input[type=checkbox] {
- display:none;
- position:absolute;
- padding:0;
- z-index:2;
- width:100px;
- height:2em;
- margin:0;
- right:120px;
- cursor:pointer;
- opacity:0.0000001;
- }
- .dropdown-toggle {
- display:none;
- color:{color:link};
- cursor:pointer;
- }
- .dropdown-toggle svg {
- display:inline;
- vertical-align:middle;
- width:1em;
- height:1em;
- color:{color:link};
- margin:0 0 0 5px;
- padding:2px;
- border-radius:50%;
- transition:0.6s;
- }
- /* sidebar */
- aside {
- display:block;
- position:fixed;
- width:220px;
- background-color:{color:content};
- margin:0;
- top:200px; left:50px;
- border-radius:6px;
- }
- .savatar {
- display:block;
- margin:-60px auto 15px;
- width:120px;
- height:120px;
- }
- #wrap {
- display:block;
- padding:1em;
- text-align:center;
- }
- a.titlebar {
- font-weight:700;
- letter-spacing:.1em;
- }
- #stext {
- display:block;
- text-align:justify;
- margin-top:1em;
- box-sizing:border-box;
- }
- /* posts */
- section {
- position:relative;
- margin:140px 0 50px 320px;
- {block:indexpage}
- display:flex;
- flex-wrap:wrap;
- justify-content:space-between;
- width:calc({select:post width}px + 300px);
- {/block:indexpage}
- {block:permalinkpage}
- width:{select:post width}px;
- {/block:permalinkpage}
- }
- article {
- {block:indexpage}
- display:inline-block;
- {/block:indexpage}
- padding:0;
- vertical-align:top;
- }
- .posts {
- width:{select:post width}px;
- }
- .posts_page {
- display:block;
- width:100%;
- padding:1em;
- margin-bottom:50px;
- text-align:left;
- font-size:17px;
- letter-spacing:.1em;
- box-sizing:border-box;
- background-color:rgba({RGBcolor:content}, .5);
- }
- .search_query,
- .tag {
- color:{color:titles};
- font-weight:700;
- }
- /* photosets */
- [photoset-layout] div {
- cursor:pointer;
- margin-right:.3em;
- margin-bottom:.3em;
- }
- .vignette, #vignette { opacity:0; }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:{color:background}!important;
- z-index:99999!important;
- }
- .lightbox-caption, #tumblr_lightbox_caption {
- visibility:hidden;
- }
- /* link and text posts */
- .titles {
- text-align:left;
- padding:0;
- margin:0;
- font-weight:700;
- letter-spacing:.1em;
- font-size:15px;
- }
- a.titles {
- display:inline-block;
- transition:0.6s;
- }
- div.titles {
- color:{color:titles};
- text-transform:uppercase;
- }
- .text {
- width:100%;
- display:block;
- text-align:justify;
- margin:0;
- padding:0;
- font-weight:lighter;
- color:{color:text};
- background:none;
- }
- /* chat */
- .chat li:before {
- display:none;
- }
- .chat li {
- padding:0;
- margin:0;
- }
- .chat {
- display:block;
- width:100%;
- margin:0;
- padding:0;
- }
- .l {
- display:block;
- margin:0;
- padding:1em .75em!important;
- text-align:left;
- letter-spacing:.25px;
- }
- .l:nth-of-type(odd) {
- color:{color:chat post odd line text};
- background-color:rgba({RGBcolor:chat post odd line background}, .8);
- }
- .l:nth-of-type(even) {
- color:{color:chat post even line text};
- background-color:rgba({RGBcolor:chat post even line background}, .8);
- }
- .label {
- display:block;
- margin:0;
- color:{color:chat post accent};
- font-size:10px;
- font-weight:600;
- letter-spacing:.1em;
- text-decoration:none;
- text-transform:uppercase;
- }
- /* quote */
- .quote:before {
- content:url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org/2000/svg" width="30" height="30" viewBox="0 0 512.5 512.5" fill="rgba({RGBcolor:quote post text})" stroke="none" stroke-width="0" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M112.5,208.25c61.856,0,112,50.145,112,112s-50.144,112-112,112s-112-50.145-112-112l-0.5-16c0-123.712,100.288-224,224-224v64c-42.737,0-82.917,16.643-113.137,46.863c-5.817,5.818-11.126,12.008-15.915,18.51C100.667,208.723,106.528,208.25,112.5,208.25z M400.5,208.25c61.855,0,112,50.145,112,112s-50.145,112-112,112s-112-50.145-112-112l-0.5-16c0-123.712,100.287-224,224-224v64c-42.736,0-82.918,16.643-113.137,46.863c-5.818,5.818-11.127,12.008-15.916,18.51C388.666,208.723,394.527,208.25,400.5,208.25z"/%3E%3C/svg%3E');
- display:block;
- float:left;
- margin:0 .75em .75em 0;
- }
- .quote {
- display:block;
- width:100%;
- font-style:normal;
- font-weight:700;
- text-align:left;
- line-height:1.3em;
- margin:0;
- padding:20px;
- letter-spacing:.1em;
- font-size:25px;
- color:{color:quote post text};
- background-color:{color:quote post background};
- -moz-box-sizing:border-box;
- -webkit-box-sizing:border-box;
- box-sizing:border-box;
- }
- #s {
- display:block;
- width:100%;
- padding:0;
- margin:0;
- margin-top:15px;
- text-align:left;
- color:{color:text};
- letter-spacing:.5px;
- }
- /* video */
- .video {
- display:block;
- position:relative;
- }
- .video iframe {
- display:block;
- margin:auto;
- max-width:calc({select:post width}px - 8px);
- }
- .tumblr_video_container {
- display:block;
- margin:auto;
- max-width:calc({select:post width}px - 8px);
- }
- #youtube_iframe {
- display:block;
- margin:auto;
- max-height:calc({select:post width}px * 0.67);
- max-width:calc({select:post width}px - 8px);
- }
- .instagram-media {
- max-height:none!important;
- }
- /* audio */
- .soundcloud_audio_player,
- .spotify_audio_player,
- .audio-media .width_fix iframe {
- width:100%!important;
- margin:0px;
- margin-top:0px;
- margin-left:0px;
- }
- .soundcloud_audio_player {
- max-height:116px!important;
- }
- .spotify_audio_player {
- max-height:80px!important;
- }
- .audio-media iframe.tumblr_audio_player{
- height:85px!important;
- }
- /* answer */
- .question {
- display:block;
- width:100%;
- text-align:left;
- padding:7px 9px;
- border-left:3px solid {color:answer accent};
- border-right:3px solid {color:answer accent};
- background-color:rgba({RGBcolor:content}, .5);
- color:{color:text};
- -moz-box-sizing:border-box;
- -webkit-box-sizing:border-box;
- box-sizing:border-box;
- }
- .asker {
- display:block;
- font-weight:700;
- color:{color:answer accent};
- margin-bottom:5px;
- }
- a.asker {
- display:inline;
- color:{color:answer accent};
- }
- .asker-question {
- display:block;
- width:100%;
- text-align:justify;
- padding-left:5px;
- box-sizing:border-box;
- }
- .answer {
- display:block;
- width:100%;
- text-align:left;
- margin-top:25px;
- }
- .answerer-avatar {
- display:inline-block;
- width:24px;
- height:24px;
- margin:0;
- margin-right:5px;
- vertical-align:bottom;
- }
- .answerer {
- display:inline-block;
- font-weight:700;
- text-align:right;
- color:{color:text};
- margin-bottom:5px;
- }
- a.answerer {
- display:inline;
- background:none;
- color:{color:link};
- }
- .answerer-answer {
- display:block;
- width:100%;
- margin-top:5px;
- text-align:justify;
- }
- /* caption */
- .caption {
- display:block;
- margin:25px 0 25px 0;
- padding:0;
- list-style:none;
- }
- .caption:last-of-type {
- margin-bottom:0;
- }
- .npf_row {
- display:block;
- width:calc(100%);
- height:100%;
- margin:4px 0!important;
- padding:0;
- }
- a.user {
- color:{color:user};
- box-shadow:none;
- }
- .user {
- display:inline;
- font-weight:600;
- text-align:left;
- margin:0;
- position:relative;
- color:{color:user};
- }
- .user-avatar {
- float:left;
- width:19px;
- height:19px;
- margin-right:.75em;
- border-radius:3px;
- display:inline-block;
- }
- .deactivated:after {
- content:'deactivated';
- position:absolute;
- display:inline-block;
- opacity:.25;
- margin:0;
- top:-1px; left: calc(100% + .5em);
- font-weight:600;
- color:{color:text};
- transition:opacity .6s;
- }
- .deactivated:hover:after {
- opacity:.75;
- transition:opacity .6s;
- }
- /* permalink */
- .posts_permalink {
- {block:indexpage}
- width:300px;
- padding:1em;
- box-sizing:border-box;
- background-color:{color:content};
- {/block:indexpage}
- {block:permalinkpage}
- width:100%;
- margin-top:15px;
- {/block:permalinkpage}
- letter-spacing:.5px;
- }
- .permalink a {
- padding:0;
- color:white;
- box-shadow:none;
- border-bottom:0 solid transparent;
- transition:0.6s;
- }
- .permalink a:hover {
- border-bottom:1px solid white;
- transition:0.6s;
- }
- .permalink svg {
- display:inline-block;
- width:1em;
- height:1em;
- margin:0;
- vertical-align:middle;
- color:white;
- }
- .permalink a.reblog {
- padding:2px 7px 3px;
- border-radius:4px;
- {block:indexpage}
- background-color:{color:background};
- {/block:indexpage}
- {block:permalinkpage}
- background-color:{color:content};
- {/block:permalinkpage}
- }
- .permalink a.reblog:hover {
- {block:indexpage}
- background-color:rgba({RGBcolor:background}, .5);
- {/block:indexpage}
- {block:permalinkpage}
- background-color:rgba({RGBcolor:content}, .5);
- {/block:permalinkpage}
- border:0;
- }
- /* like button */
- .controls {
- {block:indexpage}
- display:block;
- margin-bottom:15px;
- {/block:indexpage}
- {block:permalinkpage}
- display:inline-block;
- vertical-align:top;
- margin-right:15px;
- {/block:permalinkpage}
- }
- .controls a,
- .controls a:hover {
- box-shadow:none;
- border:0;
- }
- a.like-b {
- position:relative;
- display:inline-block;
- margin-right:1.25em;
- }
- a.like-b .like_button {
- position:absolute;
- width:100%;
- height:100%;
- }
- a.like-b .like_button iframe {
- position:absolute;
- top:0; left:0;
- bottom:0; right:0;
- z-index:2;
- opacity:0.0000001;
- width:100%;
- height:100%;
- }
- .like-b .liked + svg {
- color:{color:titles};
- fill:{color:titles};
- }
- /* tags */
- .posts_tags {
- display:block;
- width:{select:post width}px;
- margin-top:20px;
- text-align:left;
- color:{color:tags};
- }
- .posts_tags span {
- display:inline;
- vertical-align:middle;
- font-weight:700;
- margin-right:1px;
- opacity:.6;
- }
- .posts_tags a {
- display:inline-block;
- margin-right:1em;
- color:{color:tags};
- }
- .posts_tags a:last-of-type {
- margin-right:0;
- }
- /*post notes */
- .posts_notes {
- display:block;
- margin-top:25px;
- width:100%;
- }
- .root,
- .parent {
- display:inline-block;
- width:49%;
- overflow:hidden;
- padding:0;
- margin:0;
- font-size:12px;
- border:0;
- text-transform:uppercase;
- letter-spacing:.1em;
- }
- .root a,
- .parent a {
- box-shadow:none;
- }
- .root img,
- .parent img {
- float:left;
- display:inline;
- width:40px;
- height:40px;
- padding:0;
- margin:0;
- margin-right:.5em;
- border-radius:50%;
- vertical-align:top;
- }
- .root b,
- .parent b {
- display:block;
- font-weight:700;
- letter-spacing:.1em;
- color:{color:link};
- }
- #postnotes {
- display:block;
- margin-top:15px;
- text-align:right;
- }
- ol.notes {
- list-style:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note:before,
- ol.notes li.note.more_notes_link_container:before {
- display:none;
- }
- ol.notes li.note {
- display:block;
- position:relative;
- line-height:16px;
- width:100%;
- padding:.5em;
- box-sizing:border-box;
- margin:0;
- margin-bottom:10px;
- counter-increment:none;
- color:{color:text};
- border-radius:5px;
- background:{color:content};
- }
- ol.notes li.note a {
- color:{color:link};
- border:0;
- }
- li.note blockquote {
- display:block;
- margin-top:10px;
- margin-right:10px;
- color:{color:text};
- }
- ol.notes li.note img.avatar {
- display:inline-block;
- vertical-align:middle;
- width:14px;
- height:14px;
- margin-right:.5em;
- }
- ol.notes li.note.more_notes_link_container {
- display:block;
- background:none;
- text-transform:lowercase;
- text-align:center;
- padding:0;
- border:0;
- margin-top:1em;
- }
- /* pagination */
- footer {
- display:block;
- width:100%;
- margin:0;
- }
- .pagination,
- .credit {
- display:block;
- padding:2em 0 4em;
- text-align:center;
- }
- .pagination {
- padding-bottom:0;
- }
- .jump {
- display:inline-block;
- vertical-align:middle;
- margin-right:4em;
- }
- .pagination a {
- box-shadow:none;
- color:{color:link};
- display:inline-block;
- opacity:.4;
- margin-right:4em;
- vertical-align:middle;
- }
- .pagination a:last-of-type {
- margin-right:0;
- }
- .pagination svg {
- display:inline-block;
- vertical-align:middle;
- width:1em;
- height:1em;
- padding:2px;
- margin:2px 5px 0;
- border-radius:50%;
- color:{color:link};
- vertical-align:top;
- }
- .pagination a.active {
- opacity:1;
- font-weight:700;
- }
- .pagination a.current_page,
- .pagination a.jump_page {
- opacity:1;
- font-weight:700;
- width:2em;
- height:2em;
- padding:.3em 0;
- border-radius:50%;
- text-align:center;
- -moz-box-sizing:border-box;
- -webkit-box-sizing:border-box;
- box-sizing:border-box;
- }
- .pagination a.current_page {
- background-color:rgba({RGBcolor:content}, .6);
- }
- .pagination a.jump_page:hover,
- .pagination a.active:hover svg {
- color:white;
- background-color:{color:link};
- }
- {CustomCSS}
- @media (max-width:900px){
- header {
- position:relative;
- transition:0.6s;
- }
- .dropdown input[type=checkbox],
- .dropdown-toggle {
- display:block;
- transition:0.6s;
- }
- .dropdown input[type=checkbox]:hover ~ .dropdown-toggle svg,
- .dropdown input[type=checkbox]:checked ~ .dropdown-toggle svg {
- color:white;
- background-color:{color:link};
- transition:0.6s;
- }
- .dropdown input[type=checkbox]:checked ~ .dropdown-menu {
- display:block;
- transition:0.6s;
- }
- .dropdown-menu {
- display:none;
- position:absolute;
- width:140px;
- margin:25px 0 0;
- right:100px;
- transition:0.6s;
- }
- .dropdown-menu a.header-link {
- display:block;
- margin:0 0 2px 0;
- padding:5px;
- border-radius:6px;
- background-color:{color:content};
- box-shadow:none;
- }
- .dropdown-menu a.header-link:hover {
- color:white;
- letter-spacing:.5px;
- }
- aside {
- position:relative;
- width:{select:post width}px;
- box-sizing:border-box;
- padding:1em;
- margin:100px auto 50px;
- top:0; left:0; right:0;
- display:flex;
- align-items:center;
- flex-wrap:wrap;
- grid-area:two;
- transition:0.6s;
- }
- .savatar {
- display:inline-block;
- width:64px;
- height:64px;
- margin:0;
- transition:0.6s;
- }
- #wrap {
- width:calc(100% - 64px);
- box-sizing:border-box;
- padding:0 0 0 1em;
- display:inline-block;
- text-align:left;
- transition:0.6s;
- }
- section {
- display:block;
- width:calc({select:post width}px);
- margin:50px auto;
- transition:0.6s;
- }
- article {
- display:block;
- width:100%!important;
- margin:0;
- transition:0.6s;
- }
- .posts_permalink,
- .posts_tags {
- margin-top:15px;
- transition:0.6s;
- }
- .controls {
- display:inline-block;
- vertical-align:top;
- margin:0 15px 0 0;
- }
- }
- @media (max-width:{select:post width}px){
- aside {
- width:100%;
- transition:0.6s;
- }
- section {
- width:100%;
- transition:0.6s;
- }
- }
- @media (max-width:400px) {
- header {
- text-align:center;
- padding:1em;
- transition:0.6s;
- }
- input.link {
- position:relative;
- width:calc(100% + 2em);
- margin:2em -1em -1em;
- transition:0.6s;
- }
- a.header-link {
- display:block;
- margin:0 0 1em;
- text-align:center;
- box-shadow:none;
- }
- .dropdown {
- display:block;
- margin:0 auto;
- width:100%;
- text-align:center;
- transition:0.6s;
- }
- .dropdown input[type=checkbox] {
- width:100%;
- height:2em;
- right:0; left:0;
- transition:0.6s;
- }
- .dropdown-menu {
- position:relative;
- width:100%!important;
- margin:10px 0 0;
- left:0; right:0;
- transition:0.6s;
- text-align:center;
- transition:0.6s;
- }
- .dropdown-menu a.header-link {
- background-color:{color:background};
- }
- }
- @media (max-width:300px) {
- aside {
- display:block;
- transition:0.6s;
- }
- .savatar {
- display:block;
- width:64px;
- height:64px;
- margin:0 auto 15px;
- transition:0.6s;
- }
- #wrap {
- width:calc(100%);
- padding:1em;
- display:block;
- transition:0.6s;
- }
- }
- </style>
- <body>
- <header>
- <a class="header-link" href="/">{lang:home}</a>
- {block:AskEnabled}<a class="header-link" href="/ask">{lang:Mail}</a>{/block:AskEnabled}
- <a class="header-link" href="/archive">{lang:Archive}</a>
- <div class="dropdown">
- <input type="checkbox" name="">
- <label class="dropdown-toggle">
- {lang:Navigate} <i data-feather="chevron-down"></i>
- </label>
- <div class="dropdown-menu">
- {block:ifLink1}<a class="header-link" href="{text:Link1 URL}">
- {text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a class="header-link" href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2}
- {block:ifLink3}<a class="header-link" href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a class="header-link" href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
- </div>
- </div>
- <form>
- <input class="link" type="button" value="{lang:follow}"
- onclick="window.open('https://tumblr.com/follow/{name}',
- 'newwindow',
- 'width=600,height=400');
- return false;" />
- </form>
- </header>
- <aside>
- <img class="savatar" src="{image:portrait}" />
- <div id="wrap">
- <a class="titlebar" href="/">{title}</a>
- <div id="stext">{description}</div>
- </div>
- </aside>
- <section id="entries">
- {block:SearchPage}
- <article class="posts_page">
- {lang:Found SearchResultCount results for SearchQuery 2}
- {block:NoSearchResults}
- {lang:No results for SearchQuery 2}
- {/block:NoSearchResults}
- </article>
- {/block:SearchPage}
- {block:TagPage}
- <article class="posts_page">
- {lang:TagResultCount posts tagged Tag 2}
- </article>
- {/block:TagPage}
- {block:Posts}
- <article class="posts" id="{PostID}">
- <!-- posts -->
- {block:Link}
- <a class="titles" href="{URL}">{Name}</a>
- {block:Description}
- {block:NotReblog}
- <li class="caption">
- <div class="text">{Description}</div>
- </li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}
- {block:Reblogs}
- {block:IsActive}
- {block:IsOriginalEntry}
- <li class="caption">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img class="user-avatar" src="{PortraitURL-64}"> {Username}</a>
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="caption">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user deactivated" target="_blank"><img class="user-avatar" src="{PortraitURL-64}"> {Username}</a>
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}
- {block:IsOriginalEntry}
- <li class="caption">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img class="user-avatar" src="{PortraitURL-64}"> {username}</a>
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="caption">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user deactivated" target="_blank"><img class="user-avatar" src="{PortraitURL-64}"> {Username}</a>
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsNotOriginalEntry}
- {/block:IsDeactivated}
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="titles">{Title}</div>{/block:Title}
- <ol class="chat">
- {block:Lines}<li class="l {Alt}">
- {block:label}<span class="label">{label}</span>{/block:label}
- <span class="line">{Line}</span>
- </li>{/block:Lines}
- </ol>
- {/block:Chat}
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}<div id="s" class="text">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="titles">{Title}</div>{/block:Title}
- {block:RebloggedFrom}
- {block:Reblogs}
- {block:IsActive}
- {block:IsOriginalEntry}
- <li class="caption" style="margin-top:0;{block:Title}margin-top:25px;{/block:Title}">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img class="user-avatar" src="{PortraitURL-64}"> {Username}</a>
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="caption" style="margin-top:0;{block:Title}margin-top:25px;{/block:Title}">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img class="user-avatar" src="{PortraitURL-64}"> {Username}</a>
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}
- {block:IsOriginalEntry}
- <li class="caption" style="margin-top:0;{block:Title}margin-top:25px;{/block:Title}">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user deactivated" target="_blank"><img class="user-avatar" src="{PortraitURL-64}"> {Username}</a>
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <li class="caption" style="margin-top:0;{block:Title}margin-top:25px;{/block:Title}">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user deactivated" target="_blank"><img class="user-avatar" src="{PortraitURL-64}"> {Username}</a>
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsNotOriginalEntry}
- {/block:IsDeactivated}
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <li class="caption">
- <div class="text">{Body}</div>
- </li>
- {/block:NotReblog}
- {/block:Text}
- {block:Photo}<div id="media"><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></div>{/block:Photo}
- {block:Photoset}<div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)" style="cursor:pointer;"><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>{/block:Photoset}
- {block:Video}
- <div class="video" id="media">{Video-500}</div>
- {/block:Video}
- {block:Audio}
- {block:AudioEmbed}
- <div class="audio-media" style="border:none; margin-top:-1px;">
- <div class="width_fix">{AudioEmbed-500}</div>
- </div>
- {/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="question">
- <div class="asker">{Asker} asked</div>
- <div class="asker-question">{Question}</div>
- </div>
- {block:Answerer}
- <div class="answer">
- <img class="answerer-avatar" src="{AnswererPortraitURL-40}">
- <div class="answerer">{Answerer} said</div>
- <div class="answerer-answer text">{Answer}</div>
- </div>
- {/block:Answerer}
- {block:NotReblog}
- <li class="caption">
- <div class="replies text">{Replies}</div>
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- {block:IsActive}
- <li class="caption">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank">
- <img class="user-avatar" src="{PortraitURL-64}"> {Username}
- </a><div class="replies text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsActive}
- {block:IsDeactivated}
- <li class="caption">
- <div {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user deactivated" target="_blank">
- <img class="user-avatar" src="{PortraitURL-64}"> {Username}
- </div><div class="replies text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:IsDeactivated}
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- </article>
- <!-- caption -->
- <article class="posts_permalink">
- {block:date}
- <div class="permalink">
- <div class="controls">
- <a href="#" class="like-b">
- {LikeButton}<i data-feather="heart"></i>
- </a><a class="reblog" href="{reblogurl}" target="_blank">reblog</a>
- </div>
- <a href="{permalink}">
- <span class="time-ago">
- {TimeStamp}
- </span>
- {block:NoteCount}
- with <span class="notecount">
- {NoteCount}
- </span> notes
- {/block:NoteCount}
- </a>
- </div>
- {/block:date}
- {block:Caption}
- {block:Reblogs}
- <li class="caption">
- {block:IsOriginalEntry}
- {block:IsActive}
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img class="user-avatar" src="{PortraitURL-64}" /> {Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <div class="user deactivated">
- <img class="user-avatar" src="{PortraitURL-64}" /> {Username}
- </div>
- {/block:IsDeactivated}
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank"><img class="user-avatar" src="{PortraitURL-64}" /> {Username}</a>
- {/block:IsNotOriginalEntry}
- <div class="text" style="margin-top:1em;">{Body}</div>
- </li>
- {/block:Reblogs}
- {block:NotReblog}
- <li class="caption">
- <div class="text">{Caption}</div>
- </li>
- {/block:NotReblog}
- <!--{block:ContentSource}
- <a href="{SourceURL}">Source</a>
- {/block:ContentSource}-->
- {/block:Caption}
- </article>
- <!-- tags -->
- {block:HasTags}
- <article class="posts_tags">
- {block:permalinkpage}
- {lang:Tagged with}:
- {/block:permalinkpage}
- {block:Tags}
- <span>#</span><a href="{TagUrl}">{Tag}</a>
- {/block:Tags}
- </article>
- {/block:HasTags}
- {block:indexpage}<div style="width:100%;display:block;height:75px;pointer-events:none;"></div>{/block:indexpage}
- <!-- post notes -->
- {block:PostNotes}
- <article class="posts_notes">
- {block:RebloggedFrom}
- {block:ContentSource}
- <span class="root"><a href="{ReblogParentURL}">
- <img src="{ReblogRootPortraitURL-40}" />
- reblogged from <b>{ReblogParentName}</b>
- </a></span>
- {/block:ContentSource}
- <span class="parent"><a href="{ReblogRootURL}">
- <img src="{ReblogParentPortraitURL-40}" />
- posted by <b>{ReblogRootName}</b>
- </a></span>
- {/block:RebloggedFrom}
- <div id="postnotes">
- {PostNotes}
- </div>
- </article>
- {/block:PostNotes}
- {/block:Posts}
- </section>
- <footer>
- {block:Pagination}
- <div class="pagination">
- <a {block:PreviousPage}class="active" href="{PreviousPage}"{/block:PreviousPage}><i data-feather="arrow-left"></i> {lang:Prev}</a>
- <span class="jump">
- {block:JumpPagination length="4"}
- {block:CurrentPage}<a class="current_page">{PageNumber}</a>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </span>
- <a {block:NextPage}class="active" href="{NextPage}"{/block:NextPage}>{lang:Next} <i data-feather="arrow-right"></i></a>
- </div>
- {/block:Pagination}
- <div class="credit">
- theme by <a href="https://aurthms.tumblr.com">aurthms</a>
- </div>
- </footer>
- <!-- scripts -->
- <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
- <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
- <script src="https://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script>
- $(document).ready(function(){
- // feather icons
- feather.replace()
- // audio player
- var $audio = $('iframe.tumblr_audio_player');
- $audio.load(function() {
- $(this).contents().find('head').append('<style type="text/css">' +
- '.audio-player { background: {color:audio post background}; color: {color:audio post text} !important; }' +
- '.audio-player .audio-info .track-artist { color: {color:audio post text} !important; }' +
- '</style>');
- });
- // short notes by shythemes
- var $container = $('#entries');
- $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');
- }
- });
- // timeago by bychloethemes
- $('.time-ago').timeAgo({
- time: "word",
- spaces: true,
- words: true,
- prefix: "",
- suffix: "ago",
- });
- // flexible frames by nouvae
- function flexFrame() {
- $(".caption").each(function() {
- $(this).find("iframe").wrap("<div class='iframe-flex'></div>");
- flexibleFrames($(".iframe-flex"));
- });
- flexibleFrames($(".video"));}
- $(document).ready(flexFrame);
- //remove tumblr redirects script by magnusthemes@tumblr
- $('a[href*="t.umblr.com/redirect"]').each(function(){
- var originalURL = $(this).attr("href").split("?z=")[1].split("&t=")[0];
- var replaceURL = decodeURIComponent(originalURL);
- $(this).attr("href", replaceURL);
- });
- });
- // photosets
- function gatherData(images, arr) {
- for (let i = 0; i < images.length; i++) {
- let currentData = {
- "width": images[i].getAttribute('data-width'),
- "height": images[i].getAttribute('data-height'),
- "low_res": images[i].getAttribute('data-lowres'),
- "high_res": images[i].getAttribute('data-highres')
- };
- arr.push(currentData);
- }
- }
- function getIndex(elem) {
- let i = 0;
- while( (elem = elem.previousElementSibling) != null ) i++;
- return i;
- }
- function lightbox(elem) {
- let currentPhotoset = elem.parentNode;
- let photosetPhotos = currentPhotoset.getElementsByTagName('div');
- let data = [];
- gatherData(photosetPhotos, data);
- Tumblr.Lightbox.init(data, getIndex(elem) + 1);
- }
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment