Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml">
- <!--
- ╱╱╱╱╱╱╱╭━╮╱╱╱╱╭╮╭╮
- ╱╱╱╱╱╱╱┃╭╯╱╱╱╭╯╰┫┃
- ╭━━┳━━┳╯╰┳━━╮╰╮╭┫╰━┳━━┳╮╭┳━━┳━━╮
- ┃╭━┫╭╮┣╮╭┫┃━┫╱┃┃┃╭╮┃┃━┫╰╯┃┃━┫━━┫
- ┃╰━┫╭╮┃┃┃┃┃━┫╱┃╰┫┃┃┃┃━┫┃┃┃┃━╋━━┃
- ╰━━┻╯╰╯╰╯╰━━╯╱╰━┻╯╰┻━━┻┻┻┻━━┻━━╯
- Wonderland. theme by caffeous
- (Issue No. 01 of Magazine Series)
- 2020 © all rights reserved
- CREDITS:
- unnest captions by neothm and magnusthemes
- smooth scroll by Zachary Fury
- video width fix by shythemes
- spotify and bandcamp audio width fix by nouvae
- photoset fix by annasthms and espoirthemes
- on-click askbox by themesbyzsu
- bottom border on hover by Emil Kowalski
- -->
- <head>
- <title>{title}</title>
- {block:Description}<meta name="description" content="{metadescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="color:Body" content="#000000"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Sidebar" content="#000000"/>
- <meta name="color:Sidebar Background" content="#d2a99b"/>
- <meta name="color:Navigation" content="#000000"/>
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Underline" content="#000000"/>
- <meta name="color:Hovered Link" content="#808080"/>
- <meta name="color:Caption" content="#000000"/>
- <meta name="color:Caption Background" content="#d2a99b"/>
- <meta name="color:Permalink" content="#000000"/>
- <meta name="color:Permalink Background" content="#d2a99b"/>
- <meta name="color:Highlight" content="#eaeaea"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Tooltip Background" content="#ffffff"/>
- <meta name="color:Tooltip Border" content="#000000"/>
- <meta name="font:Body" content="Arial"/>
- <meta name="font:Title" content="Arial"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Avatar" content=""/>
- <meta name="image:Posts Background" content=""/>
- <meta name="image:Sidebar Background" content=""/>
- <meta name="image:Permalink Background" content=""/>
- <meta name="select:Navigation" content="top"/>
- <meta name="select:Navigation" content="bottom"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Manual Load" content="1"/>
- <meta name="if:Sidebar" content="1"/>
- <meta name="if:No Background Repeat" content="1"/>
- <meta name="if:Avatar" content="1"/>
- <meta name="if:Custom Link 1" content="1"/>
- <meta name="if:Custom Link 2" content="1"/>
- <meta name="if:Custom Link 3" content="1"/>
- <meta name="if:Custom Link 4" content="1"/>
- <meta name="if:Custom Link 5" content="1"/>
- <meta name="if:Caption" content="1"/>
- <meta name="if:Black and White Photo Hover" content="1"/>
- <meta name="if:Underlined Link" content="1"/>
- <meta name="text:Sidebar Width" content="220"/>
- <meta name="text:Sidebar Vertical Placement" content="0"/>
- <meta name="text:Sidebar Horizontal Placement" content="0"/>
- <meta name="text:Posts Horizontal Placement" content="100"/>
- <meta name="text:Avatar Horizontal Placement" content="90"/>
- <meta name="text:Askbox Vertical Placement" content="48.5%"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="one"/>
- <meta name="text:Link 2" content="/"/>
- <meta name="text:Link 2 Title" content="two"/>
- <meta name="text:Link 3" content="/"/>
- <meta name="text:Link 3 Title" content="three"/>
- <meta name="text:Link 4" content="/"/>
- <meta name="text:Link 4 Title" content="four"/>
- <meta name="text:Link 5" content="/"/>
- <meta name="text:Link 5 Title" content="five"/>
- <meta name="text:Reblog Name" content="reblog"/>
- <meta name="text:Caption Opacity" content="0.9"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <style type="text/css">
- /*HEADER*/
- header {
- text-align: justify;
- display: block;
- height: auto;
- {block:IfSidebar}
- position: fixed;
- bottom: {text:Sidebar Vertical Placement}px;
- left: {text:Sidebar Horizontal Placement}px;
- -webkit-animation:fadeInLeft 1.5s;
- -moz-animation:fadeInLeft 1.5s;
- -ms-animation:fadeInLeft 1.5s;
- {/block:IfSidebar}
- {block:IfNotSidebar}
- position: relative;
- {block:IfAvatar}
- top: 110px;
- {/block:IfAvatar}
- {block:IfNotAvatar}
- top: 60px;
- {/block:IfNotAvatar}
- -webkit-animation:fadeInDown 1.5s;
- -moz-animation:fadeInDown 1.5s;
- -ms-animation:fadeInDown 1.5s;
- {/block:IfNotSidebar}
- margin: auto;
- width: {text:Sidebar Width}px;
- padding: 5px 15px 15px 15px;
- background: {color:Sidebar Background};
- background-repeat: repeat;
- background-image: url({image:Sidebar Background});
- color: {color:Sidebar};
- z-index: 2;
- background-attachment: fixed;
- {block:IfNoBackgroundRepeat}
- background-size: contain;
- {/block:IfNoBackgroundRepeat}
- }
- header a {color: {color:Sidebar};}
- {block:IfNotSidebar}
- .search {display: none;}
- .searcher {
- position: absolute;
- left: -5px;
- top: {block:IfAvatar}-120{/block:IfAvatar}{block:IfNotAvatar}-70{/block:IfNotAvatar}px;
- z-index: 5;
- border: none;
- -webkit-animation:fadeInDown 1.5s;
- -moz-animation:fadeInDown 1.5s;
- -ms-animation:fadeInDown 1.5s;
- }
- .searcher input {font-family: {font:Body};width: 45px;border: 0;padding: 5px;background: transparent;}
- .searcher input[type=text] {color: {color:Sidebar};transition: all .3s linear;}
- .searcher input:focus {background: {color:Sidebar Background};width: 100%;color: {color:Sidebar};outline: none;transition: all .3s linear;
- }
- {/block:IfNotSidebar}
- header h1 {font-family: {font:Title};line-height: 1;}
- .avatars {position: absolute;top: -80px;left: {text:Avatar Horizontal Placement}px;{block:IfNotAvatar}display: none;{/block:IfNotAvatar}}
- img.avatars {height: 65px; width: 65px;border-radius: 100%;}
- nav {position: absolute; {select:Navigation}: 0px; right: -30px;font-weight: bold;font-size: 1.3em;line-height: 1.7;}
- nav a {display: block;}
- nav a:first-of-type {-webkit-animation:fadeIn 2s;
- -moz-animation:fadeIn 2s;
- -ms-animation:fadeIn 2s;}
- nav a:nth-of-type(2) {-webkit-animation:fadeIn 2.5s;
- -moz-animation:fadeIn 2.5s;
- -ms-animation:fadeIn 2.5s;}
- nav a:nth-of-type(3) {-webkit-animation:fadeIn 3s;
- -moz-animation:fadeIn 3s;
- -ms-animation:fadeIn 3s;}
- nav a:nth-of-type(4) {-webkit-animation:fadeIn 3.5s;
- -moz-animation:fadeIn 3.5s;
- -ms-animation:fadeIn 3.5s;}
- #message {
- position: absolute;
- {block:IfSidebar}
- width: 453px;
- top: 7%;
- {/block:IfSidebar}
- {block:IfNotSidebar}
- top: {text:Askbox Vertical Placement};
- width: 250px;
- {/block:IfNotSidebar}
- height: auto;
- left: 50%;
- margin-left:-247px;
- padding: 20px;
- z-index: 2;
- }
- #message iframe {width: {block:IfSidebar}453{/block:IfSidebar}{block:IfNotSidebar}250{/block:IfNotSidebar}px;height: auto;}
- /*navigation*/
- #cetera {
- height: inherit;
- display:none;
- text-align:justify;
- padding: 5px 5px 0px 5px;
- }
- #cetera a {
- padding: 5px;
- color: {color:Sidebar};
- text-align: justify;
- font-size: 1.2em;
- }
- /*search*/
- .search {
- position: fixed;
- left: {text:Sidebar Horizontal Placement}px;
- top: 0px;
- z-index: 5;
- border: none;
- -webkit-animation:fadeInDown 1.5s;
- -moz-animation:fadeInDown 1.5s;
- -ms-animation:fadeInDown 1.5s;
- }
- .search input {font-family: {font:Body};width: 45px;border: 0;padding: 5px;background: transparent;}
- .search input[type=text] {;color: {color:Sidebar};transition: all .3s linear;}
- .search input:focus {background: {color:Sidebar Background};width: 100%;color: {color:Sidebar};outline: none;transition: all .3s linear;
- }
- input::-webkit-input-placeholder {padding: 5px; color: {color:Sidebar}; background: {color:Sidebar Background}; transition: all .3s linear;}
- input:-ms-input-placeholder {color: {color:Sidebar};transition: all .3s linear;}
- input:-moz-placeholder {color: {color:Sidebar};transition: all .3s linear;}
- .search-form input[type=text]:focus {color: {color:Sidebar};}
- input:focus::-webkit-input-placeholder {opacity: 0.5;}
- input:focus::-moz-placeholder {opacity: 0.5;}
- input:-ms-input-placeholder {opacity: 0.5;}
- input[type="search"] {box-sizing: content-box;-webkit-appearance: textfield;-moz-box-sizing: content-box; -webkit-box-sizing:content-box;}
- input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
- /*BODY*/
- body {
- color: {color:Body};
- font-family: {font:Body};
- font-size: 0.6785em;
- font-weight: 300;
- line-height: 1.6;
- height: 100vh;
- background-color: {color:Background};
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- word-wrap: break-word;
- {block:IfNoBackgroundRepeat}
- background-size: cover;
- {/block:IfNoBackgroundRepeat}
- overflow-x: hidden;
- }
- /*links*/
- a {color: {color:Link};display: inline-block;position: relative;text-decoration: none;word-break: break-all;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
- a:hover {color: {color:Hovered Link};text-decoration: none;}
- {block:IfUnderlinedLink}
- a::after {
- content: '';
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- transform: scaleX(0);
- height: 1px;
- background: {color:Link Underline};
- transform-origin: bottom right;
- transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
- }
- a:hover::after {transform: scaleX(1);transform-origin: bottom left;}
- {/block:IfUnderlinedLink}
- /*ARTICLE*/
- #wrapper {
- position: relative;
- top: 0px;
- margin: auto;
- height: 100%;
- max-width: 523px;
- width:100%;
- {block:PermalinkPage}max-width: 560px;{/block:PermalinkPage}
- }
- #posts {
- text-align: center;
- background: {color:Posts};
- background-image: url({image:Posts Background});
- background-repeat: repeat;
- background-attachment: fixed;
- {block:IfNoBackgroundRepeat}
- background-size: cover;
- {/block:IfNoBackgroundRepeat}
- position: relative;
- {block:PermalinkPage}text-align: justify;padding-bottom: 80px;{/block:PermalinkPage}
- {block:IndexPage}padding-top: 0px;padding-bottom: 40px;{/block:IndexPage}
- {block:IfNotSidebar}{block:IfAvatar}top: 140px;{/block:IfAvatar}{block:IfNotAvatar}top: 90px;{/block:IfNotAvatar}{/block:IfNotSidebar}
- margin: auto;
- overflow: hidden;
- -webkit-animation:fadeInUp 1.5s;
- -moz-animation:fadeInUp 1.5s;
- -ms-animation:fadeInUp 1.5s;
- }
- /*SECTION*/
- .entry {
- position: relative;
- display: inline-block;
- vertical-align: middle;
- max-width:100%;
- margin: 30px;
- {block:IndexPage}
- word-wrap: break-word;
- padding: 5px;
- overflow: hidden;
- -moz-transition: all .5s;
- -webkit-transition: all .5s;
- -o-transition: all .5s;
- transition: all .5;
- -webkit-animation:fadeIn 1.5s;
- -moz-animation:fadeIn 1.5s;
- -ms-animation:fadeIn 1.5s;
- {/block:IndexPage}
- {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
- }
- {block:IndexPage}
- .small {width: 200px}
- .small2 {width: 180px}
- .small3 {width: 170px}
- .small4 {width: 195px}
- .small5 {width: 185px}
- .small6 {width: 200px}
- .small7 {width: 180px}
- .big {width: 390px}
- .big2 {width: 300px}
- .big3 {width: 350px}
- {/block:IndexPage}
- .title {
- font-size: 1.5em;
- font-family: {font:Title};
- }
- .post-content div.npf_row, .post div.npf_row, body div.npf_row {margin: 2px -8px !important;}
- .small .lovely img, .small2 .lovely img, .small3 .lovely img, .small4 .lovely img, .small5 .lovely img, .small6 .lovely img, .small7 .lovely img {
- {block:IndexPage}
- max-width: 160px;
- height: auto;
- overflow-y: auto;
- {/block:IndexPage}
- width: 100%;
- }
- .big .lovely img, .big2 .lovely img, .big3 .lovely img {
- {block:IndexPage}
- max-width: 290px;
- height: auto;
- overflow-y: auto;
- {/block:IndexPage}
- width: 100%;
- }
- .lovely {text-align: justify;}
- blockquote p, ul {margin: 0px; padding: 0px;}
- .entry li {margin-left: 20px;list-style-type:square;}
- /*ask*/
- .q {padding: 10px 10px 15px 10px; background: {color:Permalink Background};color: {color:Permalink};}
- img.avatar {display: block;margin-left: 0px;float: left;border-radius: 100%;}
- .asker {position: relative;margin-left: 10px;margin-top: 2px;text-align: justify;}
- a.asker, a.asker:hover {font-weight: 700;color: {color:Permalink};}
- .question {position: relative;padding: 10px;background-color: rgba({RGBcolor:Permalink Background}, 0.7);color: {color:Permalink};}
- /*permalink*/
- {block:IfCaption}
- .bg {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0%;
- opacity: 0;
- z-index: 0;
- background-color: rgba({RGBcolor:Caption Background}, {text:Caption Opacity});
- transition: 0.3s linear;
- -o-transition: 0.3s linear;
- -moz-transition: 0.3s linear;
- -webkit-transition: 0.3s linear;
- z-index: 2;
- }
- .entry:hover .bg {
- opacity: 1;
- }
- .caption {
- font-size: 11px;
- position: absolute;
- max-height: 100%;
- overflow: auto;
- left: 50%;
- top:50%;
- line-height: 15px;
- -webkit-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- text-align: justify;
- transition: 0.3s linear;
- -o-transition: 0.3s linear;
- -moz-transition: 0.3s linear;
- -webkit-transition: 0.3s linear;
- }
- .caption, .caption a {color: {color:Caption};}
- {/block:IfCaption}
- .parol {
- position:relative;
- background: {color:Permalink Background};
- background-repeat: repeat;
- background-position: left top;
- background-image: url({image:Permalink Background});
- background-attachment: fixed;
- {block:IfNoBackgroundRepeat}
- background-size: contain;
- {/block:IfNoBackgroundRepeat}
- overflow: hidden;
- }
- .parol img {
- display: block;
- height: auto;
- overflow: hidden;
- -webkit-filter: grayscale(0%);
- -webkit-transform:translate(0px,0px);
- transition: all .3s linear;
- }
- .entry:hover .parol img, .entry:hover .parols img {
- {block:IfBlackAndWhitePhotoHover}-webkit-filter: grayscale(100%);{/block:IfBlackAndWhitePhotoHover}
- {block:IfNotCaption}
- -ms-transform:translate(0px,-40px);
- -webkit-transform:translate(0px,-40px);
- transform:translate(0px,-40px);
- {/block:IfNotCaption}
- }
- .parols {
- position:relative;
- background: {color:Permalink Background};
- background-repeat: repeat;
- background-position: left top;
- background-image: url({image:Permalink Background});
- background-attachment: fixed;
- {block:IfNoBackgroundRepeat}
- background-size: contain;
- {/block:IfNoBackgroundRepeat}
- overflow: hidden;
- }
- .parols img {
- display: block;
- height: auto;
- overflow: hidden;
- -webkit-filter: grayscale(0%);
- {block:IfNotCaption}
- -webkit-transform:translate(0.65px,0px);
- {/block:IfNotCaption}
- transition: all .3s linear;
- }
- .permalink {
- display: inline-block;
- position: absolute;
- bottom: -50px;
- left: 0px;
- margin-left: 10px;
- text-transform: uppercase;
- opacity: 0;
- transition: all .3s linear;
- }
- .entry:hover .permalink {
- opacity: 1;
- bottom: 10px;
- }
- .reb {
- display: inline-block;
- position: absolute;
- bottom: -50px;
- right: 0px;
- margin-right: 10px;
- text-transform: uppercase;
- opacity: 0;
- transition: all .3s linear;
- }
- .entry:hover .reb {opacity: 1;bottom: 10px;}
- .permalink a, .reb a {color:{color:Permalink};}
- .perm {padding: 10px 10px 25px 10px;background: {color:Permalink Background};
- background-repeat: repeat;
- background-position: left top;
- background-image: url({image:Permalink Background});
- background-attachment: fixed;
- {block:IfNoBackgroundRepeat}
- background-size: contain;
- {/block:IfNoBackgroundRepeat}text-transform: uppercase;}
- .perm a {color: {color:Permalink};}
- @media screen and (max-width: 527px) {
- header {width: 220px;}
- .small, .small2, .small3, .small4, .small5, .small6, .small7, .big, .big2, .big3 {width: 250px;}
- #wrapper {max-width: 320px;}
- }
- @media screen and (max-width: 875px) {
- #posts {top: 0px;{block:IfAvatar}margin-top: 140px;{/block:IfAvatar}{block:IfNotAvatar}margin-top: 90px;{/block:IfNotAvatar}}
- header {
- left: 0px;
- position: relative;
- {block:IfAvatar}
- top: 110px;
- {/block:IfAvatar}
- {block:IfNotAvatar}
- top: 60px;
- {/block:IfNotAvatar}
- margin: auto;
- -webkit-animation:fadeInDown 1.5s;
- -moz-animation:fadeInDown 1.5s;
- -ms-animation:fadeInDown 1.5s;
- }
- .search {display: none;}
- .searcher {
- position: absolute;
- left: -5px;
- top: {block:IfAvatar}-120{/block:IfAvatar}{block:IfNotAvatar}-70{/block:IfNotAvatar}px;
- z-index: 5;
- border: none;
- -webkit-animation:fadeInDown 1.5s;
- -moz-animation:fadeInDown 1.5s;
- -ms-animation:fadeInDown 1.5s;
- }
- .searcher input {width: 45px;border: 0;padding: 5px;background: transparent;}
- .searcher input[type=text] {color: {color:Sidebar};transition: all .3s linear;}
- .searcher input:focus {background: {color:Sidebar Background};width: 100%;color: {color:Sidebar};outline: none;transition: all .3s linear;
- }
- #message {
- width: 250px;
- left: 50%;
- margin-left:-145px;
- top: {text:Askbox Vertical Placement};
- }
- #message iframe {width: 250px;height: auto;}
- }
- @media screen and (min-width: 876px) {
- {block:IfSidebar}.searcher {display: none;}
- #wrapper {left: {text:Posts Horizontal Placement}px;}{/block:IfSidebar}
- }
- /*audio*/
- #audio {height: auto; min-height: 60px; padding-bottom: 0px;}
- .cover {position: absolute;z-index: 1;width: 60px;height: 62px;}
- .cover img {;float: left;width: 60px;height: 62px;border-radius: 100%;}
- .play {
- opacity: 0.6;
- width: 32px;
- height: 32px;
- overflow: hidden;
- position: absolute;
- border-radius: 100%;
- z-index: 1;
- margin-left: 15px;
- margin-top: 17px;
- text-align: center;
- }
- .info {
- text-align: justify;
- margin-left: 60px;
- height: auto;
- padding: 0px 5px 5px 5px;
- line-height: 14px;
- }
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;
- }
- .bandcamp_audio_player {
- height:120px!important;
- width:100%!important;
- }
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;
- }
- /*captions*/
- .tumblr_parent {border: none;margin:5px 10px 15px;}
- a.tumblr_blog{position: relative;padding-bottom: 0px;font-weight: bold;}
- .video {
- vertical-align: bottom;
- line-height: 0;
- }
- /*permalink page*/
- #noties {text-align: justify;border: 0px;}
- #noties blockquote {border: 0px;}
- #notie {
- border: 0px;
- margin-top: 20px;
- margin-left: -60px;
- line-height: 20px;
- padding: 5px;
- background: #fff;
- z-index: 2;
- width: 530px;
- }
- #notie img {display: block;float: left;margin-right: 5px;border-radius: 100%;}
- #notie li {list-style-type: none;}
- /*OTHERS*/
- /*tumblr controls*/
- .tmblr-iframe-compact .tmblr-iframe--unified-controls {
- position: fixed;
- top: 5px;
- right: 5px;
- opacity: 1;
- -webkit-filter:invert(85%);
- filter:invert(85%);
- transform:scale(0.7);
- transform-origin:100% 0;
- -webkit-transform:scale(0.7);
- -webkit-transform-origin:100% 0;
- -ms-transform:scale(0.7);
- -ms-transform-origin:100% 0;
- }
- .tmblr-iframe--app-cta-button {display:none!important;}
- /*pagination*/
- {block:IfInfiniteScroll}
- #page-nav {display: none;}
- {/block:IfInfiniteScroll}
- {block:IfNotInfiniteScroll}
- #page-nav {position: absolute; width: inherit; text-align: center; bottom: 30px;font-weight: bold;}
- {/block:IfNotInfiniteScroll}
- #infscr-loading {display: none!important;}
- #loadmore {
- position: absolute;
- padding: 5px 5px 5px 6px;
- color: {color:Permalink};
- background: {color:Permalink Background};
- left: 50%;
- margin-left: -35px;
- bottom: 25px;
- z-index: 3;
- -webkit-animation:fadeIn 1.5s;
- -moz-animation:fadeIn 1.5s;
- -ms-animation:fadeIn 1.5s;
- }
- /*scrollbar*/
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- border: 1px solid {color:Background};
- height: 6px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- ::-webkit-scrollbar {background-color: {color:Scrollbar};border: 2px solid {color:Background};height: 6px;width: 5px;}
- ::-webkit-scrollbar:horizontal {display: none;}
- .caption::-webkit-scrollbar-thumb{display: none;}
- .caption::-webkit-scrollbar {display: none;}
- .caption::-webkit-scrollbar:horizontal {display: none;}
- /*highlight*/
- ::selection {color: {color:Highlight};background-color: transparent;}
- ::-moz-selection {color: {color:Highlight};background-color: transparent;}
- ::-webkit-selection {color: {color:Highlight};background-color: transparent;}
- /*tooltip*/
- #s-m-t-tooltip {
- margin: 23px 23px 0 0;
- padding: 3px;
- border: 1px solid {color:Tooltip Border};
- color: #000;
- font-size: 0.5625em;
- background-color: {color:Tooltip Background};
- text-transform: uppercase;
- letter-spacing: 2px;
- z-index: 999999999999;
- max-width: 250px;
- }
- /*animation*/
- @-webkit-keyframes fadeIn {
- 0% {opacity: 0;}
- 100% {opacity: 1;}
- }
- @keyframes fadeIn {
- 0% {opacity: 0;}
- 100% {opacity: 1;}
- }
- @keyframes fadeInUp {
- from {transform: translate3d(0,40px,0)}
- to {transform: translate3d(0,0,0);opacity: 1;}
- }
- @-webkit-keyframes fadeInUp {
- from {transform: translate3d(0,40px,0)}
- to {transform: translate3d(0,0,0); opacity: 1;}
- }
- @keyframes fadeInDown {
- 0% {opacity: 0; transform: translateY(-20px);}
- 100% {opacity: 1; transform: translateY(0);}
- }
- @keyframes fadeInLeft {
- 0% {opacity: 0;transform: translateX(-20px);}
- 100% {opacity: 1;transform: translateX(0);}
- }
- @-webkit-keyframes fadeInLeft {
- 0% {opacity: 0;transform: translateX(-20px);}
- 100% {opacity: 1;transform: translateX(0);}
- }
- </style>
- <title>{title}</title>
- <meta name="viewport" content="width=820" />
- <script>
- $(document).ready(function(){
- $('.video iframe').each(function(){
- var scale = $(this).parents('.entry').width() / 500;
- $(this).attr({
- width: Math.floor($(this).attr('width') * scale),
- height: Math.floor($(this).attr('height') * scale)
- });
- });
- });
- </script>
- <!--scripts-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script>
- <script language="javascript">
- $(document).ready(function() {
- $('a#click').click(function() {
- $('.t',this).toggle();
- });
- $("#message").css({"z-index": "0", "opacity": "0"})
- $("#posts").css({"z-index": "1", "opacity": "1"})
- $("#click").toggle(
- function () {
- $("#message").animate({"z-index": "1", "opacity": "1"}, "2000");
- $("#posts").animate({"z-index": "0", "opacity":"0"}, "2000");
- },
- function () {
- $("#message").animate({"z-index": "0", "opacity": "0"}, "2000");
- $("#posts").animate({"z-index": "1", "opacity": "1"}, "2000");
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("#et").click(function(){
- $(this).toggleClass("click");
- $("#cetera").slideToggle(400);
- });
- });
- </script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:500,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script> $(function(){ $('.entry').unnest({
- yourCaption: ".cap", //your caption selector, the div wrapping {Caption}
- wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
- newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption
- originalPostCaptionUsername: true, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
- tumblrAvatars: false, //”dashboard style” caption, have the avatar of the blog next to the username
- tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
- usernameColon: true //if turned to false, removes the colon at the end of usernames
- }); }); </script>
- <script type="text/javascript">//** jQuery Scroll to Top Control script- (c) I made this script myself (Kyle Monk) and it is hosted on my personal site so would appreciate if you followed my blog at kylemonk.tumblr.com if you use it or for details on how to change the location.
- //** Graphic originally from tumbler dashboard, for details on how to change graphic colour, contact me at kylemonk.tumblr.com
- //** v1.1 (April 7th, 10'):
- //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
- //** 2) Fixes scroll animation not working in Opera.
- var scrolltotop={
- //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
- //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
- setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
- controlHTML: '<span style="font-size: 20px;color:{color:Link};">⤒</span>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
- controlattrs: {offsetx:7, offsety:35}, //offset of control relative to right/ bottom of window corner
- anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
- state: {isvisible:false, shouldvisible:false},
- scrollup:function(){
- if (!this.cssfixedsupport) //if control is positioned using JavaScript
- this.$control.css({opacity:0}) //hide control immediately after clicking it
- var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
- if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
- dest=jQuery('#'+dest).offset().top
- else
- dest=0
- this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
- },
- keepfixed:function(){
- var $window=jQuery(window)
- var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
- var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
- this.$control.css({left:controlx+'px', top:controly+'px'})
- },
- togglecontrol:function(){
- var scrolltop=jQuery(window).scrollTop()
- if (!this.cssfixedsupport)
- this.keepfixed()
- this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
- if (this.state.shouldvisible && !this.state.isvisible){
- this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
- this.state.isvisible=true
- }
- else if (this.state.shouldvisible==false && this.state.isvisible){
- this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
- this.state.isvisible=false
- }
- },
- init:function(){
- jQuery(document).ready(function($){
- var mainobj=scrolltotop
- var iebrws=document.all
- mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
- mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
- mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
- .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
- .attr({title:'back to top'})
- .click(function(){mainobj.scrollup(); return false})
- .appendTo('body')
- if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
- mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
- mainobj.togglecontrol()
- $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
- mainobj.scrollup()
- return false
- })
- $(window).bind('scroll resize', function(e){
- mainobj.togglecontrol()
- })
- })
- }
- }
- scrolltotop.init()
- </script>
- <script src ="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- {block:indexpage}
- {block:IfInfiniteScroll}
- <script src="https://static.tumblr.com/ey6clvb/mJoq9x5i5/jquery.infinitescroll.min.js"></script>
- {/block:IfInfiniteScroll}
- <script>
- $(document).ready(function(){
- var $container = $('#posts');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '#page-nav',
- nextSelector: '#page-nav a',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000,
- {block:IfManualLoad}
- errorCallback: function(){
- $('#loadmore').fadeOut('normal');
- }
- {/block:IfManualLoad}
- {block:IfNotManualLoad}
- errorCallback: function(){
- $('#infscr-loading').fadeOut('normal');
- }
- {/block:IfNotManualLoad}
- });
- {block:IfManualLoad}
- $(window).unbind('.infscr');
- $('#loadmore').click(function(){
- $container.infinitescroll('retrieve');
- $("#posts").fadeIn("slow");
- return false
- });
- {/block:IfManualLoad}
- });
- </script>
- {/block:indexpage}
- </head>
- <body>
- <div class="search"><form action="/search" method="get"><input type="text" id="searchField" name="q" placeholder="search" value="" autocomplete="off"></form></div>
- <div id="wrapper">
- <header><nav><a href="/" title="home">01.</a><a id="click" style="cursor: pointer;" title="ask" class="t"><span class="t">02.</span><span class="t" style="display:none">02.</span></a><a style="cursor: pointer;" id="et" title="etc.">03.</a><a href="https://cafethemes.tumblr.com/" title="theme">04.</a></nav><div class="searcher"><form action="/search" method="get"><input type="text" id="searchField" name="q" placeholder="search" value="" autocomplete="off"></form></div>{block:IfAvatar}<a href="/"><img class="avatars" src="{image:Avatar}"></a>{/block:IfAvatar}<p><h1>{Title}</h1></p><p>{block:Description}{Description}{/block:Description}</p><div id="cetera"><center>{block:IfCustomLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a> {/block:IfCustomLink1}{block:IfCustomLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a> {/block:IfCustomLink2}{block:IfCustomLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a> {/block:IfCustomLink3}{block:IfCustomLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a> {/block:IfCustomLink4}{block:IfCustomLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a> {/block:IfCustomLink5}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}</center></div></header>
- <div id="message">
- <iframe frameborder="0" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent;" id="ask_form"></iframe></div>
- <article id="posts">
- {block:Posts}
- <section class="entry" id="{PostID}">
- {block:Text}
- {block:Post1}<div class="small">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post1}
- {block:Post2}<div class="small2">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post2}
- {block:Post3}<div class="big">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post3}
- {block:Post4}<div class="small3">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post4}
- {block:Post5}<div class="small4">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post5}
- {block:Post6}<div class="big2">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post6}
- {block:Post7}<div class="small">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post7}
- {block:Post8}<div class="small2">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post8}
- {block:Post9}<div class="big3">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post9}
- {block:Post10}<div class="small5">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post10}
- {block:Post11}<div class="small6">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post11}
- {block:Post12}<div class="big">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post12}
- {block:Post13}<div class="small">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post13}
- {block:Post14}<div class="small7">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post14}
- {block:Post15}<div class="big2">{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lovely cap">{Body}</div></div>{/block:Post15}
- {block:IndexPage}<div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Link}
- {block:Post1}<div class="small"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post1}
- {block:Post2}<div class="small2"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post2}
- {block:Post3}<div class="big"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post3}
- {block:Post4}<div class="small3"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post4}
- {block:Post5}<div class="small4"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post5}
- {block:Post6}<div class="big2"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post6}
- {block:Post7}<div class="small"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post7}
- {block:Post8}<div class="small2"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post8}
- {block:Post9}<div class="big3"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post9}
- {block:Post10}<div class="small5"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post10}
- {block:Post11}<div class="small6"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post11}
- {block:Post12}<div class="big"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post12}
- {block:Post13}<div class="small"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post13}
- {block:Post14}<div class="small7"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post14}
- {block:Post15}<div class="big2"><a href="{URL}" class="title">{Name}</a>
- <div class="lovely cap">{block:Description}{Description}{/block:Description}</div></div>{/block:Post15}
- {block:IndexPage}<div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <div class="parol">
- {block:IfCaption}
- {block:Caption}<div class="bg"><div class="caption cap">{Caption}</div></div>{/block:Caption}{/block:IfCaption}
- {block:IfNotCaption}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="reb"><a href="{ReblogURL}">{text:Reblog Name}</a></div>{/block:IfNotCaption}
- {block:Post1}<img class="photo small" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post1}
- {block:Post2}<img class="photo small2" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post2}
- {block:Post3}<img class="photo big" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post3}
- {block:Post4}<img class="photo small3" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post4}
- {block:Post5}<img class="photo small4" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post5}
- {block:Post6}<img class="photo big2" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post6}
- {block:Post7}<img class="photo small" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post7}
- {block:Post8}<img class="photo small2" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post8}
- {block:Post9}<img class="photo big3" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post9}
- {block:Post10}<img class="photo small5" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post10}
- {block:Post11}<img class="photo small6" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post11}
- {block:Post12}<img class="photo big" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post12}
- {block:Post13}<img class="photo small" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post13}
- {block:Post14}<img class="photo small7" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post14}
- {block:Post15}<img class="photo big2" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Post15}
- </div>
- {block:IfCaption}<div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IfCaption}
- {/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="495"/>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="parols">
- {block:IfCaption}
- {block:Caption}<div class="bg"><div class="caption cap">{Caption}</div></div>{/block:Caption}{/block:IfCaption}
- {block:IfNotCaption}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="reb"><a href="{ReblogURL}">{text:Reblog Name}</a></div>{/block:IfNotCaption}
- {block:Post1}<div class="small"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post1}
- {block:Post2}<div class="small2"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post2}
- {block:Post3}<div class="big"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post3}
- {block:Post4}<div class="small3"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post4}
- {block:Post5}<div class="small4"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post5}
- {block:Post6}<div class="big2"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post6}
- {block:Post7}<div class="small"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post7}
- {block:Post8}<div class="small2"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post8}
- {block:Post9}<div class="big3"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post9}
- {block:Post10}<div class="small5"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post10}
- {block:Post11}<div class="small6"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post11}
- {block:Post12}<div class="big"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post12}
- {block:Post13}<div class="small"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post13}
- {block:Post14}<div class="small7"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post14}
- {block:Post15}<div class="big2"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Post15}
- </div>
- {block:IfCaption}<div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IfCaption}
- {/block:IndexPage}
- {block:PermalinkPage}<div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:Post1}<div class="small"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post1}
- {block:Post2}<div class="small2"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post2}
- {block:Post3}<div class="big"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post3}
- {block:Post4}<div class="small3"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post4}
- {block:Post5}<div class="small4"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post5}
- {block:Post6}<div class="big2"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post6}
- {block:Post7}<div class="small"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post7}
- {block:Post8}<div class="small2"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post8}
- {block:Post9}<div class="big3"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post9}
- {block:Post10}<div class="small5"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post10}
- {block:Post11}<div class="small6"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post11}
- {block:Post12}<div class="big"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post12}
- {block:Post13}<div class="small"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post13}
- {block:Post14}<div class="small7"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post14}
- {block:Post15}<div class="big2"><div class="lovely cap"><p><div class="title">{Quote}</div></p>
- <p>{block:Source}{Source}{/block:Source}</p></div></div>{/block:Post15}
- {block:IndexPage}<div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:Post1}<div class="small">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post1}
- {block:Post2}<div class="small2">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post2}
- {block:Post3}<div class="big">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post3}
- {block:Post4}<div class="small3">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post4}
- {block:Post5}<div class="small4">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post5}
- {block:Post6}<div class="big2">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post6}
- {block:Post7}<div class="small">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post7}
- {block:Post8}<div class="small2">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post8}
- {block:Post9}<div class="big3">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post9}
- {block:Post10}<div class="small5">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post10}
- {block:Post11}<div class="small6">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post11}
- {block:Post12}<div class="big">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post12}
- {block:Post13}<div class="small">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post13}
- {block:Post14}<div class="small7">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post14}
- {block:Post15}<div class="big2">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat lovely">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>{/block:Post15}
- {block:IndexPage}<br><div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:Post1}<div class="small"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post1}
- {block:Post2}<div class="small2"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post2}
- {block:Post3}<div class="big"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post3}
- {block:Post4}<div class="small3"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post4}
- {block:Post5}<div class="small4"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post5}
- {block:Post6}<div class="big2"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post6}
- {block:Post7}<div class="small"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post7}
- {block:Post8}<div class="small2"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post8}
- {block:Post9}<div class="big3"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post9}
- {block:Post10}<div class="small5"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post10}
- {block:Post11}<div class="small6"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post11}
- {block:Post12}<div class="big"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post12}
- {block:Post13}<div class="small"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post13}
- {block:Post14}<div class="small7"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post14}
- {block:Post15}<div class="big2"><div id="audio"><div class="cover"><img src="https://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info lovely"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:Post15}
- {block:IndexPage}<br><div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <div class="parol">
- {block:IfCaption}
- {block:Caption}<div class="bg"><div class="caption cap">{Caption}</div></div>{/block:Caption}{/block:IfCaption}
- {block:IfNotCaption}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="reb"><a href="{ReblogURL}">{text:Reblog Name}</a></div>{/block:IfNotCaption}
- {block:Post1}<div class="small"><div class="video">{Video-500}</div></div>{/block:Post1}
- {block:Post2}<div class="small2"><div class="video">{Video-500}</div></div>{/block:Post2}
- {block:Post3}<div class="big"><div class="video">{Video-500}</div></div>{/block:Post3}
- {block:Post4}<div class="small3"><div class="video">{Video-500}</div></div>{/block:Post4}
- {block:Post5}<div class="small4"><div class="video">{Video-500}</div></div>{/block:Post5}
- {block:Post6}<div class="big2"><div class="video">{Video-500}</div></div>{/block:Post6}
- {block:Post7}<div class="small"><div class="video">{Video-500}</div></div>{/block:Post7}
- {block:Post8}<div class="small2"><div class="video">{Video-500}</div></div>{/block:Post8}
- {block:Post9}<div class="big3"><div class="video">{Video-500}</div></div>{/block:Post9}
- {block:Post10}<div class="small5"><div class="video">{Video-500}</div></div>{/block:Post10}
- {block:Post11}<div class="small6"><div class="video">{Video-500}</div></div>{/block:Post11}
- {block:Post12}<div class="big"><div class="video">{Video-500}</div></div>{/block:Post12}
- {block:Post13}<div class="small"><div class="video">{Video-500}</div></div>{/block:Post13}
- {block:Post14}<div class="small7"><div class="video">{Video-500}</div></div>{/block:Post14}
- {block:Post15}<div class="big2"><div class="video">{Video-500}</div></div>{/block:Post15}
- </div>
- {block:IfCaption}<div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IfCaption}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {block:Video}
- {block:Answer}
- {block:Post1}<div class="small"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post1}
- {block:Post2}<div class="small2"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post2}
- {block:Post3}<div class="big"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post3}
- {block:Post4}<div class="small3"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post4}
- {block:Post5}<div class="small4"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post5}
- {block:Post6}<div class="big2"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post6}
- {block:Post7}<div class="small"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post7}
- {block:Post8}<div class="small2"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post8}
- {block:Post9}<div class="big3"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post9}
- {block:Post10}<div class="small5"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post10}
- {block:Post11}<div class="small6"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post11}
- {block:Post12}<div class="big"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post12}
- {block:Post13}<div class="small"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post13}
- {block:Post14}<div class="small7"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post14}
- {block:Post15}<div class="big2"><div class="q"><img class="avatar" src="{AskerPortraitURL-24}"></a><div class="asker">{Asker} asked:</div></div><div class="question lovely">{Question}</div></p><div class="lovely cap">{Answer}</div></div>{/block:Post15}
- {block:IndexPage}<div class="perm"><a href="{Permalink}" style="float: left;">{NoteCountWithLabel}</a><a href="{ReblogURL}" style="float: right;">{text:Reblog Name}</a></div>{/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- <p>{block:Caption}{Caption}{/block:Caption}</p>{block:NoteCount}<div style="text-transform: uppercase; color: #5d5d5d;">POSTED {TimeAgo} with {NoteCount} NOTES</div>{/block:NoteCount}<p>{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}, from: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}</p>{block:HasTags}<p>tagged as: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
- {/block:PermalinkPage}
- {block:PostNotes}
- <div id="notie">
- <div id="noties">{PostNotes}</div>
- </div>
- {/block:PostNotes}
- </section> <!--.entry-->
- {/block:Posts}
- {block:IfManualLoad}
- {block:Pagination}{block:IndexPage}<a href="#" id="loadmore">LOAD MORE</a>{/block:IndexPage}{/block:Pagination}{/block:IfManualLoad}
- {block:Pagination}
- <div id="page-nav">{block:PreviousPage}<a href="{PreviousPage}">prev</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}</div>
- {/block:Pagination}
- </article> <!--#posts-->
- </div> <!--#wrapper-->
- <a href="https://cafethemes.tumblr.com/" title="theme by caffeous"><span class="lnr lnr-coffee-cup" style="position: fixed;bottom: 10px; right: 5px;font-size:20px;color: {color:Link};"></span></a>
- </body>
- </html>
Add Comment
Please, Sign In to add comment