Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- ♡ LA VIE EN ROSE!, a muse page by woodsbeyond / rosevois.
- — edit / customize the theme to your heart's content! i've done my best to organize and include instructions to the best of my ability, but if you have trouble with anything, feel free to ask!
- — DO NOT delete the credit. if you add in a background image and it somehow obstructs the credit / makes it harder to see, you may adjust the position.
- — find a bug, or something that looks wonky when you start customizing it? let me know so i can adjust it! -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:background" content="#242020"/>
- <meta name="color:container" content="#383333"/>
- <meta name="color:post" content="#242020"/>
- <meta name="color:text" content="#928988"/>
- <meta name="color:text2" content="#f8f6f5"/>
- <meta name="color:stitle" content="#b87972"/>
- <meta name="color:bold" content="#b87972"/>
- <meta name="color:italic" content="#92b6ac"/>
- <meta name="color:link" content="#c7968a"/>
- <meta name="color:link2" content="#eee0de"/>
- <meta name="color:tags" content="#b87972"/>
- <meta name="color:accent" content="#aeccc4"/>
- <meta name="color:border" content="#f2d0bf"/>
- <meta name="image:bg" content""/>
- <meta name="image:sidebar" content""/>
- <meta name="image:icon" content""/>
- <meta name="image:sidebg" content""/>
- <meta name="image:header" content""/>
- <meta name="text:stitle" content="side title"/>
- <meta name="text:desc" content="side description"/>
- <meta name="text:info" content="tag line"/>
- <meta name="text:link1" content="/"/>
- <meta name="text:link1 title" content="index" />
- <meta name="text:link2" content="/ask"/>
- <meta name="text:link2 title" content="message"/>
- <meta name="text:link3" content=""/>
- <meta name="text:link3 title" content=""/>
- <meta name="text:link4" content=""/>
- <meta name="text:link4 title" content=""/>
- <meta name="text:link5" content=""/>
- <meta name="text:link5 title" content=""/>
- <meta name="text:link6" content=""/>
- <meta name="text:link6 title" content=""/>
- <meta name="text:link7" content=""/>
- <meta name="text:link7 title" content=""/>
- <meta name="text:link8" content=""/>
- <meta name="text:link8 title" content=""/>
- <meta name="text:link9" content=""/>
- <meta name="text:link9 title" content=""/>
- <title>{title}</title>
- <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:700,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("ul#tabs li").click(function(e){
- if (!$(this).hasClass("active")) {
- var tabNum = $(this).index();
- var nthChild = tabNum+1;
- $("ul#tabs li.active").removeClass("active");
- $(this).addClass("active");
- $("ul#tab li.active").removeClass("active");
- $("ul#tab li:nth-child("+nthChild+")").addClass("active");
- }
- });
- });
- </script>
- <style type="text/css">
- @font-face { font-family:'sweet hipster'; src: url('https://dl.dropboxusercontent.com/s/1fasudgff8kal6z/sweet%20hipster.ttf') ;}
- @font-face { font-family:shafeer; src: url('https://dl.dropboxusercontent.com/s/goenqj9n2pgueav/shafeer%20demo.otf') ;}
- @font-face { font-family:couture; src: url('https://dl.dropboxusercontent.com/s/d9zz0jc1khr7ogr/couture-bld.otf') ;}
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:-2px!important;
- right:0!important;
- opacity:0;
- padding-right:38px;
- /* delete invert(1) from here */
- filter:invert(0) contrast(150%);
- -webkit-filter:invert(0) contrast(150%);
- -o-filter:invert(0) contrast(150%);
- -moz-filter:invert(0) contrast(150%);
- -ms-filter:invert(0) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.75);
- transform-origin:100% 0;
- -webkit-transform:scale(0.75);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.75);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.75);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.75);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.8!important;}
- .hcontrols {
- position:fixed;
- top:1;
- right:0;
- z-index:999999999;
- }
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:6px 6px 2px 5px;
- transform:scale(1.45);
- }
- .hcontrols svg path {
- fill:#eee0de;/* change this to change the color of the icon */
- }
- #s-m-t-tooltip {
- max-width:360px;
- padding:8px 12px 8px 12px;
- margin:10px 10px 5px 10px;
- color:{color:link2}; /* text color */
- font-family:'roboto';
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:2px;
- background:{color:bold}; /* change the background color of your hover info */
- border-bottom:2px solid {color:link2};
- z-index:99999;
- }
- body {
- font-family:'roboto';
- color:#928988;
- background:url('{image:bg}') top {color:background};
- }
- a {
- font-family:'inconsolata';
- font-weight:600;
- color:{color:link};
- text-decoration:none;
- text-transform:uppercase;
- }
- b, strong {
- font-size:11px;
- color:{color:bold};
- text-transform:uppercase;
- font-family:'couture';
- }
- i, em {
- font-size:24px;
- letter-spacing:1px;
- text-transform:lowercase;
- font-style:italic;
- font-family:'sweet hipster';
- color:{color:italic};
- }
- u {
- font-size:12px;
- color:{color:text};
- text-decoration:underline;
- font-family:'inconsolata';
- text-transform:uppercase;
- }
- big {
- font-size:15px;
- }
- small, sub, sup {
- font-size:11.5px;
- }
- blockquote {
- margin-left:15px;
- padding-left:15px;
- border-left: .5px solid {color:accent};
- }
- blockquote img {
- max-width:400px;
- height:auto;
- margin-top:3px;
- }
- .tmblr-full {
- margin-left:-26px;
- margin-bottom:5px;
- }
- hr {
- width:60%;
- border:1px solid {color:border};
- margin-top:20px;
- margin-bottom:20px;
- }
- pre {
- color:#f7e0d5;
- padding:10px 20px 12px 20px;
- margin-top:20px;
- background-color:{color:container};
- }
- h1 {
- font-family:'couture';
- font-size:40px;
- text-transform:uppercase;
- text-align:center;
- line-height:35px;
- padding-bottom:12px;
- margin-top:0px;
- -webkit-text-stroke: 1px {color:italic};
- color:transparent;
- border-bottom:2px solid {color:border};
- }
- h2 {
- font-family:'shafeer';
- font-size:24px;
- color:{color:bold};
- text-align:center;
- text-transform:lowercase;
- line-height:18px;
- word-spacing:6px;
- margin-bottom:0px;
- }
- h3, h3 a {
- font-family:'inconsolata';
- font-size:11px;
- color:{color:link2};
- text-align:center;
- text-transform:uppercase;
- margin-top:15px;
- margin-bottom:20px;
- }
- h4 {
- font-family:'inconsolata';
- font-size:10px;
- color:{color:link2};
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1px;
- word-spacing:4px;
- font-weight:800;
- border-bottom:2px solid {color:border};
- background-image:url('{image:header}');
- padding: 4px;
- margin-top:10px;
- margin-bottom:15px;
- text-shadow:
- -1px -1px 0 {color:post},
- 1px -1px 0 {color:post},
- -1px 1px 0 {color:post},
- 1px 1px 0 {color:post};
- }
- #cont {
- width:860px;
- height:500px;
- position:fixed;
- margin: auto;
- left:0px;
- top:0px;
- bottom:0px;
- right:0px;
- background-color:{color:container};
- border:40px solid {color:container};
- opacity:.95;
- }
- #entries {
- margin-top:0px;
- height:500px;
- width:540px;
- position:absolute;
- margin-left:350px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- #post {
- font-size:12px;
- font-family:'arial';
- text-align:justify;
- line-height:16px;
- background-color:{color:post};
- padding:20px;
- width:450px;
- margin-top:0px;
- margin-bottom:15px;
- }
- #entries::-webkit-scrollbar-thumb {
- height:9px;
- border:7px solid {color:container};
- background-color:{color:bold};
- }
- #entries::-webkit-scrollbar {
- width:15px;
- height:4px;
- border:7px solid {color:container};
- background:{color:container};
- margin-right:5px;
- }
- .ol, ul {
- padding-left:20px;
- padding-right:20px;
- }
- li {
- list-style-type: circle;
- }
- ol.notes {
- list-style-type:none;
- }
- a.more_notes_link {
- font-size:9px;
- text-transform:uppercase;
- font-family:'inconsolata';
- text-align:center;
- margin-left:-25px;
- }
- #info, #permalink {
- position:relative;
- text-align:center;
- margin-top:14px;
- margin-left:0px;
- padding:14px 10px 22px 15px;
- font-size:10px;
- line-height:25px;
- letter-spacing:1px;
- text-transform:uppercase;
- background:url('{image:header}');
- text-shadow:
- -1px -1px 0 {color:post},
- 1px -1px 0 {color:post},
- -1px 1px 0 {color:post},
- 1px 1px 0 {color:post};
- transition:.3s;
- }
- #info a, #permalink a {
- color:{color:link2};
- text-transform:uppercase;
- font-family:'inconsolata';
- padding:4px 10px 4px 10px;
- border-bottom:2px solid {color:border};
- transition:.3s;
- }
- .tags {
- position:relative;
- text-align:center;
- margin-top:6px;
- padding-top:10px;
- padding-left:2px;
- padding-right:2px;
- font-size:11px;
- line-height:14px;
- }
- .tags a {
- color:{color:tags};
- text-transform:uppercase;
- font-family:'inconsolata';
- transition:.3s;
- }
- #notes {
- text-transform:uppercase;
- font-size:9px;
- font-family:'inconsolata';
- line-height:16px;
- margin-top:20px;
- }
- #notes ol, #notes li {
- padding-left:10px;
- padding-right:10px;
- list-style-type:none;
- }
- #notes img {
- display:none;
- }
- #sidebar {
- position:fixed;
- margin-top:0px;
- margin-left:0px;
- width:300px;
- height:307px;
- background-color:{color:post};
- }
- #stitle {
- width:150px;
- height:100px;
- position:absolute;
- padding-top:60px;
- margin-top:0px;
- margin-left:0px;
- text-align:center;
- font-size:60px;
- line-height:30px;
- font-family:'shafeer';
- -webkit-text-stroke: 1px {color:stitle};
- color:transparent;
- overflow:hidden;
- background-color:{color:post};
- }
- #sidebar img {
- width:150px;
- height:160px;
- margin-top:0px;
- float:right;
- }
- #nav {
- position:absolute;
- font-size:8px;
- margin-top:160px;
- margin-left:0px;
- word-spacing:6px;
- padding:17px 15px 20px 21px;
- float:left;
- background-color:{color:accent};
- }
- #nav a {
- color:{color:link2};
- font-size:12px;
- text-align:center;
- width:20px;
- height:20px;
- padding:8px 5px 2px 5px;
- display:inline-block;
- background-color:{color:post};
- transition:.3s;
- }
- #nav a:hover{
- color:{color:stitle};
- background-color:{color:container};
- transition:.3s;
- }
- #desc {
- width:126px;
- height:122px;
- color:{color:text};
- text-align:justify;
- text-transform:uppercase;
- font-size:10px;
- line-height:15px;
- font-family: 'Roboto', sans-serif;
- padding:19px 13px 7px 13px;
- margin-top: 160px;
- margin-left:150px;
- overflow:hidden;
- position:absolute;
- background-color:{color:post};
- }
- #sidebar2 {
- width:300px;
- height:173px;
- position:fixed;
- margin-top:327px;
- margin-left:0px;
- background:url('{image:sidebg}') no-repeat;
- }
- #binfo {
- width:260px;
- height:130px;
- position:absolute;
- margin-top:23px;
- margin-left:20px;
- background-color:{color:post};
- }
- #sicon img {
- width:70px;
- height:70px;
- position:absolute;
- padding:6px;
- margin-top:20px;
- margin-left:160px;
- border:none;
- }
- #tagline {
- width:120px;
- height:30px;
- font-size:11px;
- text-align:center;
- line-height:12px;
- color:{color:text};
- font-family:'inconsolata';
- text-transform:uppercase;
- margin-top:40px;
- margin-left:18px;
- padding:4px;
- position:absolute;
- border-bottom:2px solid {color:border};
- }
- #pag {
- position:absolute;
- margin-top:115px;
- margin-left:38px;
- word-spacing:40px;
- width:79px;
- padding-left:33px;
- padding-right:20px;
- }
- #pag a {
- color:{color:tags};
- font-size:9px;
- text-align:center;
- text-transform:uppercase;
- font-family:'inconsolata';
- display:inline-block;
- transition:.3s;
- }
- #pag a:hover {
- color:{color:link2};
- transition:.3s;
- }
- #q {
- font-size:11px;
- color:{color:link};
- font-family:'inconsolata';
- text-transform:uppercase;
- font-weight:bold;
- padding-left:10px;
- padding-right:10px;
- }
- #qsrc {
- text-align:center;
- padding-left:20px;
- padding-right:20px;
- text-transform:uppercase;
- font-size:11px;
- font-family:'roboto';
- font-weight:bold;
- margin-top:20px;
- }
- #chat li {
- list-style-type: none;
- margin-left:0px;
- }
- #chat li:nth-of-type(odd) {
- padding:6px;
- color:{color:link2};
- }
- #chat li:nth-of-type(even) {
- color:{color:text};
- padding:6px;
- }
- #chat li:last-of-type {
- margin-bottom:5px;
- }
- #chat li.span {
- margin-right:10px;
- }
- .label {
- color:{color:bold};
- border-bottom:2px solid {color:border};
- padding:0px 2px 1px 2px;
- font-weight:bold;
- font-family:'inconsolata';
- text-transform:uppercase;
- }
- #audio {
- font-size:10px;
- font-weight:bold;
- text-transform:uppercase;
- font-family:'inconslata';
- line-height:18px;
- margin-top:-58px;
- margin-bottom:22px;
- padding-bottom:14px;
- border-bottom:2px solid {color:border};
- }
- .play {
- width:28px;
- height:28px;
- overflow:hidden;
- margin-top:33px;
- margin-left:75px;
- opacity.7;
- }
- #asker {
- text-transform:uppercase;
- font-family:'couture';
- font-size:30px;
- -webkit-text-stroke: 1px {color:text2};
- color:transparent;
- font-weight:200;
- text-align:center;
- padding-top:24px;
- padding-bottom:5px;
- background-color:{color:accent};
- }
- #asker a {
- font-family:'couture';
- -webkit-text-stroke: 1px {color:text2};
- color:transparent;
- padding-left:8px;
- padding-right:8px;
- padding-bottom:6px;
- border-bottom:2px solid {color:text2};
- }
- #question {
- font-size:10px;
- font-family:'roboto';
- text-transform:uppercase;
- text-align:justify;
- color:{color:text2};
- margin-bottom:-5px;
- padding:20px 20px 20px 20px;
- background-color:{color:accent};
- }
- #credit {
- position:fixed;
- bottom:10px;
- right:5px;
- font-size:20px;
- }
- #credit a {
- width:60px;
- height:60px;
- color:#b87972;
- padding:6px 6px 2px 5px;
- background-color:{color:border};
- border-bottom:2px solid {color:border};
- }
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- </head>
- <body>
- <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
- <div id="cont">
- <div id="sidebar">
- <img src="{image:sidebar}">
- <div id="stitle"> {text:stitle} </div>
- <div id="desc"> {text:desc} </div>
- <div id="nav">
- <a href="{text:link1}" title="{text:link1 title}"><span class="th th-rose-o"></span></a> <a href="{text:link2}" title="{text:link2 title}"><span class="th th-coffee-2-o"></a> <a href="{text:link3}" title="{text:link3 title}"><span class="th th-bird-cage-o"></a> <br><br>
- <a href="{text:link4}" title="{text:link4 title}"><span class="th th-heart-1-o"></a> <a href="{text:link5}" title="{text:link5 title}"><span class="th th-cloud-3-o"></a> <a href="{text:link6}" title="{text:link6 title}"><span class="th th-stars-o"></a> <br><br>
- <a href="{text:link7}" title="{text:link7 title}"><span class="th th-pinterest-o"></a> <a href="{text:link8}" title="{text:link8 title}"><span class="th th-twitter-o"></a> <a href="{text:link9}" title="{text:link9 title}"><span class="th th-goodreads"></a>
- </div>
- </div>
- <div id="sidebar2">
- <div id="binfo">
- <div id="tagline"> {text:info} </div>
- <div id="sicon"> <img src="{image:icon}"> </div>
- </div>
- <div id="pag">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" title="back"> <span class="th th-chevron-left"></span> </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="next"> <span class="th th-chevron-right"></span> </a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}
- <h1 style="margin-top:0px;">{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <h3 style="margin-top:0px;"><a href="{URL}">{Name}</a></h3>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <center>
- {LinkOpenTag}
- <a href="{permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="450"></a>
- {LinkCloseTag}
- </center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParentURL}
- <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ReblogParentURL}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="q"><span class="th th-quote-up-o" style="font-size:14px;"></span> {Quote} <span class="th th-quote-down-o" style="font-size:14px;"></span></div>
- {block:Source}
- <div id="qsrc">— {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- <div id="chat">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- <li class=“{Alt} user_{UserNumber}”>
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="60px" align="left" style="margin-left:5px;margin-right:20px;" />{/block:AlbumArt}
- <div class="play">{AudioPlayerWhite}</div>
- <div id="audio">{block:TrackName}<pb>Title:</pb> {TrackName}<br />{/block:TrackName}
- {block:Artist}<pb>Artist:</pb> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<pb>Played:</pb> {PlayCount} times</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Answer}<div id="asker">{Asker} :</div>
- <div id="askline"> </div>
- <div id="question">" {Question} "</div> <br>
- {Answer}{/block:Answer}
- {block:IndexPage}
- <div id="info">
- <a href="{Permalink}" title="{TimeAgo}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>
- <a href="{Permalink}">{NoteCount} <span class="th th-heart-1-o" style="font-size:8px;"></span></a>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" target="_blank">via</a>
- <a href="{ReblogRootURL}" target="_blank">src</a>
- {/block:RebloggedFrom}
- </div>
- <div class="tags">{block:HasTags}
- {block:Tags}<a href="{TagURL}"><span class="th th-plus-1-o" style="font-size:8px;"></span> {Tag}</a>
- {/block:Tags}
- {/block:HasTags}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="permalink">
- <a href="{Permalink}" title="{TimeAgo}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>
- <a href="{Permalink}">{NoteCount} <span class="th th-heart-1-o" style="font-size:8px;"></span></a>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" target="_blank">via</a>
- <a href="{ReblogRootURL}" target="_blank">src</a>
- {/block:RebloggedFrom}
- </div>
- <div class="tags">{block:HasTags}
- {block:Tags}<a href="{TagURL}"><span class="th th-plus-1-o" style="font-size:8px;"></span> {Tag}</a>
- {/block:Tags}
- {/block:HasTags}</div>
- {/block:PermalinkPage}
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- <div id="credit"><a href="https://woodsbeyond.tumblr.com" title="made by evie"><span class="th th-rose"></span></a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment