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" xml:lang="en" lang="en">
- <!----
- Theme 24 - "Perfect Lullaby" by Elowen (theghostoflove.tumblr.com)
- Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
- --->
- <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:Ask and Link Bg" content="#e8e8e8">
- <meta name="color:Background" content="#000000">
- <meta name="color:Background2" content="#000011">
- <meta name="color:Body" content="#dcdcdc">
- <meta name="color:Border" content="#e8e8e8">
- <meta name="color:Chat1" content="#000011">
- <meta name="color:Chat2" content="#000008">
- <meta name="color:Description" content="#000000">
- <meta name="color:Link" content="#b8b6b6">
- <meta name="color:Link Hover" content="#fdfdfd">
- <meta name="color:Navlinks" content="#a6a6a6">
- <meta name="color:Navlinks Hover" content="#FFFFFF">
- <meta name="color:Navlinks Bg" content="#dedede">
- <meta name="color:Post" content="#020209">
- <meta name="color:Title" content="#e8e8e8">
- <meta name="if:Cursive Fonts" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Posts 400" content="0">
- <meta name="image:Background" content="https://static.tumblr.com/5923171a5e7f14fa6d6b09a370f87cd9/ougxdjo/4QCmv50h7/tumblr_static_night_sky_3-wallpaper-1366x768.jpg">
- <meta name="image:Sidebar" content="">
- <meta name="text:Link 1" content="">
- <meta name="text:Link 1 URL" content="http://">
- <meta name="text:Link 2" content="">
- <meta name="text:Link 2 URL" content="http://">
- <meta name="text:Link 3" content="">
- <meta name="text:Link 3 URL" content="http://">
- <meta name="text:Link 4" content="">
- <meta name="text:Link 4 URL" content="http://">
- <meta name="text:Link 5" content="">
- <meta name="text:Link 5 URL" content="http://">
- <meta name="text:Second Title" content="">
- <style type="text/css">
- /**BASICS**/
- body {
- text-align:justify;
- font-family:'Book Antiqua';
- font-size:12px;
- color:{color:body};
- background:{color:background} url('{image:Background}') fixed;
- }
- {block:ifNotBackgroundImage}
- #gradient {
- width:100%;
- height:100%;
- background-image: -webkit-linear-gradient(top, {color:Background}, {color:Background2}); -webkit-gradient(linear, 0% 0%, 0% 100%, from({color:Background}), to({color:Background2}));
- -moz-linear-gradient(top, {color:Background} 0%, {color:Background2} 100%);
- -ms-linear-gradient(top, {color:Background}, {color:Background2});
- -o-linear-gradient(top, {color:Background}, {color:Background2});
- position:fixed;
- }
- {/block:ifNotBackgroundImage}
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
- ::-webkit-scrollbar {width:8px; height:auto}
- ::-webkit-scrollbar-thumb:vertical {background:{color:post};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:post};}
- ::selection {color:{color:post};background-color: {color:body};}
- ::-moz-selection {color:{color:post};background-color: {color:body};}::-webkit-selection {color:{color:post};background-color:{color:body};}
- b {font-weight:bold;color:{color:body};}
- i {font-weight:italic;color:{color:body};}
- u {text-decoration:underline;}
- a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
- a:hover {color:{color:link hover}}
- h1 {font-family:book antiqua;margin-top:-10px;{block:IfCursiveFonts}font-size:21px;{/block:ifCursiveFonts} {block:ifNotCursiveFonts}font-size:18px;{/block:ifNotCursiveFonts}}
- h2 {font-family:book antiqua; font-size:20px; text-align:center;margin:-1px 0px -1px; line-height:100%;{block:ifNotCursiveFonts}font-size:18px;{/block:ifNotCursiveFonts}{block:ifCursiveFonts}font-size:24px;{/block:ifCursiveFonts}}
- h3 {font-family:lora, serif;font-size:15px;}
- /**THEME STUFF**/
- #title {
- position:fixed;
- font-family:'Tangerine';
- text-align:center;
- width:250px;
- color:{color:Title};
- {block:ifNotCursiveFonts}font-size:22px;
- margin:30px 0px 0px 0px;{/block:ifNotCursiveFonts}
- {block:ifCursiveFonts}font-size:56px;
- margin:70px 0px 0px 98px;{/block:ifCursiveFonts}
- }
- #title a {
- color:{color:Title};
- }
- .secondtitle {
- width:250px;
- letter-spacing:1px;
- font-style:normal;
- font-size:12px;
- position:fixed;
- font-family:cambria;
- text-transform:uppercase;
- text-align:center;
- margin:-10px 0px 0px 0px;
- }
- #sidebar {
- top:155px;
- left:100px;
- position:fixed;
- width:250px;
- height:250px;
- }
- #sidebar img {
- width:250px;
- height:250px;
- border-radius:50%;
- }
- #moonthing {
- opacity:0;
- position:fixed;
- top:155px;
- left:100px;
- width:250px;
- height:250px;
- background-color:#e6e6e6;
- border-radius:50%;
- -webkit-transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- transition: all 1.3s ease-in-out;
- transition-delay: 1s;
- -webkit-transition-delay: 1s;
- -webkit-box-shadow: 0 0 50px #bebebe;
- -moz-box-shadow: 0 0 50px #bebebe;
- box-shadow: 0 0 50px #bebebe;
- }
- #sidebar:hover #moonthing {
- opacity:1;
- -webkit-transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- transition: all 1.3s ease-in-out;
- }
- #desc {
- opacity:0;
- position:fixed;
- text-align:justify;
- font-size:11px;
- width:250px;
- height:250px;
- border-radius:50%;
- margin-left:-5px;
- margin-top:-10px;
- overflow:hidden;
- color:{color:Description};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #sidebar:hover #desc {opacity:1; transition-delay: 1.3s;
- -webkit-transition-delay: 1.3s;}
- #links {
- position:fixed;
- left:340px;
- top:135px;
- width:120px;
- text-align:center;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- .link1 a {
- display:inline-block;
- text-align:center;
- font-size:11px;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .link1 a:hover {
- color:{color:Navlinks Hover};
- -webkit-box-shadow: 0 0 30px #bebebe;
- -moz-box-shadow: 0 0 30px #bebebe;
- box-shadow: 0 0 30px #bebebe;
- }
- .link2 a {
- margin-left:60px;
- margin-top:30px;
- display:inline-block;
- text-align:center;
- font-size:11px;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .link2 a:hover {
- color:{color:Navlinks Hover};
- -webkit-box-shadow: 0 0 30px #bebebe;
- -moz-box-shadow: 0 0 30px #bebebe;
- box-shadow: 0 0 30px #bebebe;
- }
- .link3 a {
- margin-left:30px;
- margin-top:30px;
- display:inline-block;
- text-align:center;
- font-size:11px;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .link3 a:hover {
- color:{color:Navlinks Hover};
- -webkit-box-shadow: 0 0 30px #bebebe;
- -moz-box-shadow: 0 0 30px #bebebe;
- box-shadow: 0 0 30px #bebebe;
- }
- .link4 a {
- margin-left:-130px;
- margin-top:-5px;
- display:inline-block;
- text-align:center;
- font-size:11px;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .link4 a:hover {
- color:{color:Navlinks Hover};
- -webkit-box-shadow: 0 0 30px #bebebe;
- -moz-box-shadow: 0 0 30px #bebebe;
- box-shadow: 0 0 30px #bebebe;
- }
- #links2 {
- position:fixed;
- left:160px;
- top:450px;
- width:120px;
- text-align:center;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- .link5 a {
- margin-left:0px;
- margin-top:0px;
- display:inline-block;
- text-align:center;
- font-size:11px;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .link5 a:hover {
- color:{color:Navlinks Hover};
- -webkit-box-shadow: 0 0 30px #bebebe;
- -moz-box-shadow: 0 0 30px #bebebe;
- box-shadow: 0 0 30px #bebebe;
- }
- #links3 {
- position:fixed;
- left:45px;
- top:410px;
- width:120px;
- text-align:center;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- .link6 a {
- margin-left:0px;
- margin-top:0px;
- display:inline-block;
- text-align:center;
- font-size:11px;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .link6 a:hover {
- color:{color:Navlinks Hover};
- -webkit-box-shadow: 0 0 30px #bebebe;
- -moz-box-shadow: 0 0 30px #bebebe;
- box-shadow: 0 0 30px #bebebe;
- }
- #pagination {
- position:fixed;
- width:250px;
- text-align:center;
- font-size:20px;
- font-family:georgia;
- top:500px;
- left:330px;
- }
- /**POSTS**/
- #entries {
- position:relative;
- z-index:5;
- margin:0px 0px 0px 550px;
- padding:10px;
- padding-left:15px;
- padding-right:15px;
- float:left;
- {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
- {block:ifPosts400}width:430px;{/block:ifPosts400}
- }
- #post {
- padding:15px;
- margin-left:5px;
- margin-top:10px;
- margin-bottom:15px;
- padding-bottom:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- background-color:{color:Post};
- border:3px double {color:border};
- }
- /**POST INFO**/
- #info {
- border-top:1px solid {color:border};
- padding-top:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- }
- #tags {
- padding-top:0px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/blockifPosts400}
- }
- .note {
- text-transform:normal;
- font-style:normal;
- letter-spacing:0px;
- text-align:left;
- line-height:100%;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/blockifPosts400}
- margin-left:-10px;
- }
- .note li {
- list-style-type:none;
- text-align:left;
- padding-top:5px;
- padding-bottom:5px;
- margin-left:-20px;
- }
- /**POST TYPES**/
- #linkposts {
- padding-bottom:10px;
- padding-top:10px;
- font-family:book antiqua;
- font-size:16px;
- border:2px dotted {color:Border};
- background-color:{color:Ask and Link Bg};
- }
- #linkfav img {
- width:100px;
- margin-top:-72px;
- position:absolute;
- border-top:2px dotted {color:Border};
- border-right:2px dotted {color:Border};
- border-bottom:2px dotted {color:Border};
- margin-left:{block:ifNotPosts400}400px;{/block:ifNotPosts400}{block:ifPosts400}300px;{/block:ifPosts400}
- }
- #question {
- font-size:13px;
- letter-spacing:1px;
- padding:10px;
- border:2px dotted {color:Border};
- background-color:{color:Ask and Link Bg}
- }
- #asker {
- text-align:right;
- font-size:12px;
- letter-spacing:1px;
- padding-bottom:0px;
- margin-top:20px;
- }
- #asker img {
- vertical-align:left;
- float:right;
- margin-left:10px;
- margin-right:10px;
- margin-top:-10px;
- border:1px solid {color:Border};
- }
- .album {position:absolute; margin-top:0px; width:120px; height:120px;}
- .album img {width:120px; height:120px}
- .audio {position:absolute;margin-left:130px;background-color:#fff;}
- .audiobox {height:120px;z-index:10; margin-left:130px;}
- .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
- .chat {margin:3px 3px 10px 3px;}
- .chat .lines {margin-left:1px;}
- .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
- .chat .lines .line.even{background-color:{color:Chat2};}
- #credit {padding-left:10px;padding-right:10px;position:fixed;font-size:11px;font-weight:normal;line-height:150%;letter-spacing:0px;right:-120px;bottom:5px;text-transform:normal;text-align:center;background-color:{color:post};-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
- #credit:hover {right:10px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
- {CustomCSS}</style>
- <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
- {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- <link href='https://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
- {block:ifCursiveFonts}
- <script src="https://static.tumblr.com/n82fyzo/XjQmg8058/cufon-yui.js" type="text/javascript"></script>
- <script src="https://static.tumblr.com/ougxdjo/Ubpmt2nud/cookie_400.font.js" type="text/javascript"></script>
- <script type="text/javascript"> Cufon.replace('h1'); </script>
- <script type="text/javascript"> Cufon.replace('h2'); </script>
- {/block:ifCursiveFonts}
- </head>
- <body>
- <div id="gradient"></div>
- <div id="title"><a href="/" title="home">{Title}</a>
- <div class="secondtitle">{text:Second Title}</div>
- </div>
- <div id="sidebar">
- <center><img src="{image:Sidebar}"></center>
- <div id="moonthing"
- </div><!--moonthing-->
- <div id="desc">
- <div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div><div style="float:left;clear:left;height:12px;width:101px"></div><div style="float:right;clear:right;height:12px;width:91px"></div><div style="float:left;clear:left;height:12px;width:71px"></div><div style="float:right;clear:right;height:12px;width:58px"></div><div style="float:left;clear:left;height:12px;width:56px"></div><div style="float:right;clear:right;height:12px;width:45px"></div><div style="float:left;clear:left;height:12px;width:44px"></div><div style="float:right;clear:right;height:12px;width:33px"></div><div style="float:left;clear:left;height:12px;width:34px"></div><div style="float:right;clear:right;height:12px;width:23px"></div><div style="float:left;clear:left;height:12px;width:27px"></div><div style="float:right;clear:right;height:12px;width:17px"></div><div style="float:left;clear:left;height:12px;width:21px"></div><div style="float:right;clear:right;height:12px;width:13px"></div><div style="float:left;clear:left;height:12px;width:16px"></div><div style="float:right;clear:right;height:12px;width:10px"></div><div style="float:left;clear:left;height:12px;width:12px"></div><div style="float:right;clear:right;height:12px;width:8px"></div><div style="float:left;clear:left;height:12px;width:12px"></div><div style="float:right;clear:right;height:12px;width:7px"></div><div style="float:left;clear:left;height:12px;width:11px"></div><div style="float:right;clear:right;height:12px;width:8px"></div><div style="float:left;clear:left;height:12px;width:13px"></div><div style="float:right;clear:right;height:12px;width:10px"></div><div style="float:left;clear:left;height:12px;width:15px"></div><div style="float:right;clear:right;height:12px;width:13px"></div><div style="float:left;clear:left;height:12px;width:20px"></div><div style="float:right;clear:right;height:12px;width:16px"></div><div style="float:left;clear:left;height:12px;width:27px"></div><div style="float:right;clear:right;height:12px;width:21px"></div><div style="float:left;clear:left;height:12px;width:35px"></div><div style="float:right;clear:right;height:12px;width:27px"></div><div style="float:left;clear:left;height:12px;width:44px"></div><div style="float:right;clear:right;height:12px;width:37px"></div><div style="float:left;clear:left;height:12px;width:58px"></div><div style="float:right;clear:right;height:12px;width:48px"></div><div style="float:left;clear:left;height:12px;width:78px"></div><div style="float:right;clear:right;height:12px;width:70px"></div><div style="float:left;clear:left;height:12px;width:114px"></div><div style="float:right;clear:right;height:12px;width:118px"></div><div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div><div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div>
- <br>{Description}</div>
- </div></div>
- <div id="links">
- <div class="link1"><a href="/ask">ask</a></div>
- <div class="link2">{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}</div>
- <div class="link3">{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}</div>
- <div class="link4">{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}</div>
- </div> <!--links-->
- <div id="links2"><div class="link5">{block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}</div></div>
- <div id="links3"><div class="link6">{block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}</div>
- </div> <!--links-->
- </div>
- </div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">← prev</a> | {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}
- </div>
- <div id="entries">
- {block:TagPage}
- <h2>Posts tagged "{Tag}"</h2>
- {/block:TagPage}
- {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
- {block:Posts}
- <div id="post">
- <!--Text Posts-->
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- <!--Photo Posts-->
- {block:ifNotPosts400}
- {block:Photo}<center>
- {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photo}<center>
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {/block:ifPosts400}
- <!--Photosets-->
- {block:ifNotPosts400}
- {block:Photoset}<center>
- {Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photoset}<center>
- {Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifPosts400}
- <!--Quotes-->
- {block:Quote}
- <h3>“{Quote}”</h3>
- <div align="right">{block:Source}<h1>- {Source}</h1>{/block:Source}</div>
- {/block:Quote}
- <!--Video Posts-->
- {block:ifNotPosts400}
- {block:Video}{Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Video}{Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {/block:ifPosts400}
- <!--Link Posts-->
- {block:Link}
- <div id="linkposts">
- <a href="{URL}" class="link" {Target}>
- <center>{Name} →</center></a><BR>
- <center>
- <small><small>{URL}</small></small>
- </center>
- </div><br> <!--linkposts-->
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--Chat-->
- {block:Chat}
- {block:Title}<h4>{Title}</h4>{/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">
- {block:Label}
- <strong>{Label}</strong>{/block:Label} {Line}
- </div> <!--line alt-->
- {/block:Lines}
- </div> <!--lines-->
- </div><!--chat-->
- {/block:Chat}
- <!--Audio Posts -->
- {block:Audio}
- {block:AlbumArt}
- <div class="album"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- <div class="audiobox">
- <div class="audiotext">
- {block:TrackName}<br><big><b>Track name:</b>
- "{TrackName}"{/block:TrackName}
- {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
- {block:Album}<br><b>Album:</b> {Album}{/block:Album}
- {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
- </big>
- </div><!--audiotext-->
- </div><!--audiobox--><br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <!--Asks-->
- {block:Answer}
- <div id="question">
- {Question}
- <div id="asker">
- <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
- </div> <!--question-->
- <br>{Answer}<br>
- {/block:Answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}"><a href="{Permalink}">
- {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
- at {12Hour}.{Minutes}{ampm}</a> |
- <a href="{Permalink}"> {NoteCountWithLabel}</a>
- <div style="text-align:right;margin-top:-14px;">{block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">
- via </a> {/block:RebloggedFrom}
- {block:Reblog} /
- <a href="{ReblogRootURL}" title="{ReblogRootName}">
- origin</a>{/block:Reblog} |{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank"> reblog</a></div>
- <!--right-->
- {block:HasTags}
- <div style="margin-top:5px;">
- {block:Tags}
- <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div><!--info-->
- {/block:Date}
- {block:PostNotes}
- <div class="note">{PostNotes}</div>
- {/block:PostNotes}
- </div><!--post-->
- {/block:Posts}
- <div id="credit"><a href="https://theghostoflove.tumblr.com/" target="_blank">CREDIT THEGHOSTOFLOVE</a></div>
- </div> <!--entries-->
- </div> <!--background-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment