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 36 - "Primus Lune" 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:Background" content="#012255">
- <meta name="color:Background2" content="#000018">
- <meta name="color:Body" content="#02258c">
- <meta name="color:Border" content="#012389">
- <meta name="color:Chat1" content="#f6f6f8">
- <meta name="color:Chat2" content="#dadadc">
- <meta name="color:Description" content="#012389">
- <meta name="color:Link" content="#01112b">
- <meta name="color:Link Hover" content="#3030b0">
- <meta name="color:Link Posts Bg" content="#f5f5f5">
- <meta name="color:Navlinks" content="#a6a6a6">
- <meta name="color:Navlinks Hover" content="#FFFFFF">
- <meta name="color:Navlinks Bg" content="#e1e2e5">
- <meta name="color:Pagination" content="#a6a6a6">
- <meta name="color:Pagination Hover" content="#ffffff">
- <meta name="color:Post" content="#ededf0">
- <meta name="color:Scroll" content="#ededf0">
- <meta name="color:Scroll Bg" content="#000018">
- <meta name="color:Tags" content="#f8f7f7">
- <meta name="color:Tags Hover" content="#f8f5f5">
- <meta name="color:Title" content="#011b68">
- <meta name="if:Hide Snitch Background" content="0">
- <meta name="if:Hover Info" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Posts 400" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="image:Background" content="">
- <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://">
- <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;
- }
- #gradient {
- top:0; left:0;
- 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;
- z-index:-2;
- }
- #midground {
- z-index:-1;
- opacity:0.9;
- position:fixed;
- width:100%; height:100%;
- top:0px; left:0px;
- background: url('https://www.xnaresources.com/images/tutorialimages/stardefense/ParallaxStars.png');
- background-size:100% auto;
- }
- blockquote {
- border-left:2px solid {color:border};
- padding-left:5px;
- margin:0px 2px 0px 10px
- }
- ::-webkit-scrollbar {width:8px;height:auto;background:{color:scroll bg};}
- ::-webkit-scrollbar-button {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- ::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};}
- 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}}
- ol {list-style-type:lower-roman}
- ul {list-style-type:circle;}
- /**THEME STUFF**/
- #moonthing:hover #title {
- opacity:0;
- -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;
- }
- #title {
- z-index:100;
- position:fixed;
- font-family:'Tangerine';
- text-align:center;
- width:250px;
- color:{color:Title};
- font-size:56px;
- margin:70px 0px 0px 0px;
- -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;
- transition-delay: 1s;
- -webkit-transition-delay: 1s;
- }
- #title a {color:{color:Title};}
- #sidebar {
- position:fixed;
- top:100px; left:100px;
- width:250px; height:250px;
- }
- {block:ifSidebarImage}
- #sidebar img {
- width:250px; height:250px;
- border-radius:50%;
- z-index:1000;
- }
- {/block:ifSidebarImage}
- #moonthing {
- position:fixed;
- top:100px; left:100px;
- width:250px; height:250px;
- {block:ifNotSidebarImage}
- background-color:#e6e6e6;
- -webkit-box-shadow: 0 0 50px #bebebe;
- -moz-box-shadow: 0 0 50px #bebebe;
- box-shadow: 0 0 50px #bebebe;{/block:ifNotSidebarImage}
- 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;
- }
- #sidebar:hover #moonthing {
- {block:ifSidebarImage}
- background-color:#e6e6e6;
- -webkit-box-shadow: 0 0 50px #bebebe;
- -moz-box-shadow: 0 0 50px #bebebe;
- box-shadow: 0 0 50px #bebebe;
- {/block:ifSidebarImage}
- -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:-10px 0px 0px -5px;
- 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;
- font-size:11px;
- left:340px;top:75px;
- 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;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- }
- .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:30px 0px 0px 60px;
- display:inline-block;
- text-align:center;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- }
- .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:30px 0px 0px 30px;
- display:inline-block;
- text-align:center;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- }
- .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:-5px 0px 0px -130px;
- display:inline-block;
- text-align:center;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- }
- .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:155px; top:390px;
- width:120px;
- font-size:11px;
- 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 {
- display:inline-block;
- text-align:center;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- }
- .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:345px;
- width:120px;
- font-size:11px;
- 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 {
- display:inline-block;
- text-align:center;
- width:80px;
- padding:32px 0px 32px 0px;
- border-radius:50%;
- color:{color:Navlinks};
- background-color:{color:Navlinks bg};
- }
- .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 {
- font-family:georgia;
- position:fixed;
- text-align:center;
- width:250px;
- font-size:20px;
- top:500px;left:330px;
- }
- #pagination a {color:{color:pagination};}
- #pagination a:hover {color:{color:pagination hover}}
- /**POSTS**/
- #entries {
- position:relative;
- 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 {
- z-index:20000;
- margin:10px 0px 15px 5px;
- padding-bottom:10px;
- {block:ifnotPosts400}width:520px;{/block:ifnotPosts400}
- {block:ifPosts400}width:420px;{/block:ifPosts400}
- background-color:{color:post};
- }
- /**POST INFO**/
- .like_button {
- margin:-14px 0px 0px {block:ifNotPosts400}94px{/block:ifNotPosts400} {block:ifPosts400}69px{/block:ifPosts400};
- position:absolute;
- list-style:none;
- opacity:0;
- }
- .like_button li {height:20px;}
- #post:hover #date {
- margin:1px 0px 0px {block:ifnotposts400}540px{/block:ifnotposts400} {block:ifposts400}440px{/block:ifposts400}
- }
- #date /**the hover info**/ {
- text-align:left;
- font-size:12px;
- font-family:cambria;
- text-transform:lowercase;
- display:block;
- padding:5px;
- background-color:{color:post};
- width:80px;
- {block:ifHoverInfo}
- z-index:-1;
- margin:1px 0px 0px {block:ifnotposts400}400px{/block:ifnotposts400} {block:ifposts400}300px{/block:ifposts400};
- {/block:ifHoverInfo}
- {block:IfNotHoverInfo}
- z-index:10;
- margin:1px 0px 0px {block:ifNotPosts400}540px{/block:ifNotPosts400} {block:ifPosts400}440px{/block:ifPosts400};
- {/block:ifNotHoverInfo}
- position:absolute;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #info {
- padding-top:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- }
- #zetags {
- font-size:11px;
- word-spacing:1px;
- padding:5px 5px 5px 5px;
- margin:-15px 0px 20px 10px;
- {block:ifNotPosts400}width:490px;{/block:ifNotPosts400}
- {block:ifPosts400}width:392px;{/block:ifPosts400}
- text-align:right;
- }
- #zetags a {color:{color:tags}}
- #zetags a:hover {color:{color:tags hover}}
- .note {
- text-transform:normal;
- font-style:normal;
- letter-spacing:0px;
- font-size: 10px;
- text-align:left;
- line-height:100%;
- margin-left:0px;
- background-color:{color:post};
- }
- .note li {
- list-style-type:none;
- text-align:left;
- padding:3px 0px;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /**POST TYPES**/
- #texttitle {
- font-weight:normal;
- font-family:Baskerville;
- font-size:20px;
- text-align:center;
- line-height:100%;
- margin:5px 2px 2px 2px;
- }
- #text {
- padding:10px;
- background-position:bottom;
- {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
- background-size:100% auto;
- background-repeat:no-repeat;
- }
- #photo {
- padding:10px 10px 15px 10px;
- background-position:bottom;
- {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
- background-size:100% auto;
- background-repeat:no-repeat;
- }
- #photoset {
- padding:10px;
- background-position:bottom;
- {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
- background-size:100% auto;
- background-repeat:no-repeat;
- }
- #linkposts {
- height:80px;
- padding:10px 0px;
- font-family:book antiqua;
- font-size:16px;
- border:2px dotted {color:Border};
- margin-bottom:5px;
- background-color:{color:Link Posts Bg};
- width:{block:ifNotPosts400}398px;{/block:ifNotPosts400}{block:ifPosts400}298px{/block:ifPosts400}
- }
- #linkfav img {
- width:100px;
- position:absolute;
- border-top:2px dotted {color:Border};
- border-right:2px dotted {color:Border};
- border-bottom:2px dotted {color:Border};
- margin-top:-109px;
- margin-left:{block:ifNotPosts400}400px;{/block:ifNotPosts400}{block:ifPosts400}300px;{/block:ifPosts400}
- }
- #link {
- padding:10px;
- background-size:100% auto;
- background-repeat:repeat;
- }
- #question {
- font-size:13px;
- letter-spacing:1px;
- padding:10px;
- border:2px dotted {color:Border};
- }
- #asker {
- text-align:right;
- font-size:12px;
- letter-spacing:1px;
- padding-bottom:0px;
- margin-top:20px;
- }
- #asker img {
- vertical-align:left;
- float:right;
- margin:-10px 10px 0px 10px;
- border:1px solid {color:Border};
- }
- #ask {
- padding:10px;
- background-position:bottom;
- {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
- background-size:100% auto;
- background-repeat:no-repeat;
- }
- #audio {
- padding:10px;
- background-position:bottom;
- {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
- background-size:100% auto;
- background-repeat:no-repeat;
- }
- .album {position:absolute; margin-top:0px; width:120px; height:120px;}
- .album img {width:120px; height:120px}
- .audio {position:absolute;margin-left:130px;}
- .audiobox {height:120px;z-index:10; margin-left:130px;}
- .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
- #chat {
- padding:10px;
- background-size:100% auto;
- background-repeat:repeat;
- }
- .chat {border-left: 5px solid {color:border};margin: 3px 3px 0 3px;}
- .chat .lines {margin-left: 1px;}
- .chat .lines .line {background-color: {color:chat1};margin-bottom: 1px;padding: 3px 5px;}
- .chat .lines .line.even {background-color: {color:chat2}; }
- #quote {
- margin:5px 0px;
- font-family:Garamond;
- text-align:center;
- letter-spacing:1px;
- padding:10px;
- }
- #quote_short {font-size:20px; line-height:100%;}
- #quote_medium {font-size:18px; line-height:95%;}
- #quote_long {font-size:16px; line-height:90%;}
- #quotesource {
- margin:10px 0px -10px 0px;
- font-family:'Georgia';
- font-size:14px;
- font-style:italic;
- text-align:right;
- padding:6px;
- font-weight:normal;
- }
- #video {
- padding:10px;
- background-size:100% auto;
- background-repeat:repeat;
- }
- /**MISC STYLING**/
- {block:ifNotPosts400}
- #borderleft {margin-left:0px;margin-top:-10px;width:215px; height:0px; border-top:solid 1px {color:border};}
- #borderright {margin-left:305px;margin-top:0px;width:215px; height:0px; border-top:solid 1px {color:border};}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- #borderleft {margin-left:0px;margin-top:-10px;width:165px; height:0px; border-top:solid 1px {color:border};}
- #borderright {margin-left:255px;margin-top:0px;width:165px; height:0px; border-top:solid 1px {color:border};}
- {/block:ifPosts400}
- #feather {}
- #feather img {brightness(90%);-webkit-filter: brightness(90%);-moz-filter: brightness(90%);-o-filter: brightness(90%);-ms-filter: brightness(90%);}
- #doe {}
- #doe img {}
- #credit {
- z-index:99999999999;
- font-weight:bold;
- text-align:center;
- font-size:14px;
- font-family:'Montez';
- position:fixed;
- bottom:5px; right:5px;
- }
- #credit a {
- display:inline-block;
- height:20px; width:20px;
- background-color:{color:Body};
- color:{color:Post};
- }
- #credit a:hover {
- background-color:{color:Post};
- color:{color:Body};
- }
- #s-m-t-tooltip {
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- border:1px solid {color:border};
- background-color:{color:Body};
- font-family:georgia;
- font-style: normal;
- font-size:9px;
- letter-spacing:1px;
- color:{color:Post};
- z-index:99999999;
- }
- {CustomCSS}</style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></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:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </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'>
- </head>
- <body>
- <div id="gradient"></div>
- {block:ifNotBackgroundImage}<div id="midground"></div>{/block:ifNotBackgroundImage}
- <div id="sidebar">
- <center><img src="{image:Sidebar}"></center>
- <div id="moonthing">
- <div id="title">{Title}
- </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> <!--sidebar-->
- <div id="links">
- <div class="link1"><a href="/">home</a></div>
- <div class="link2"><a href="/ask">message</a></div>
- <div class="link3">
- {block:ifLink1}
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- {/block:ifLink1}</div>
- <div class="link4">
- {block:ifLink2}
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- {/block:ifLink2}</div>
- </div> <!--links-->
- <div id="links2">
- <div class="link5">
- {block:ifLink3}
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- {/block:ifLink3}</div>
- </div> <!--links2-->
- <div id="links3">
- <div class="link6">
- {block:ifLink4}
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- {/block:ifLink4}</div>
- </div> <!--links3-->
- </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}<div id="post">
- <div id="texttitle">Posts tagged "{Tag}"</div></div>
- {/block:TagPage}
- {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
- {block:Posts}
- <div id="post">
- {block:Date}
- <div id="date">
- {block:RebloggedFrom}
- <center><a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-30}"/></a>{/block:RebloggedFrom}{block:Reblog} <a href="{ReblogRootURL}" title="origin: {ReblogRootName}"><img src="{ReblogRootPortraitURL-30}"/></a><br>
- {/block:Reblog}</center>
- <a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear} at {12Hour}.{Minutes}{ampm}">{TimeAgo}</a> <br> <a href="{Permalink}"> {NoteCountWithLabel}</a>
- </div>
- {/block:Date}
- <!--Text Posts-->
- {block:Text}
- <div id="text">
- {block:Title}
- <div id="texttitle">{Title}</div>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:ifnotPosts400}
- {block:Photo}
- <div id="photo">
- <center>{OpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Photo}
- {/block:ifnotPosts400}
- {block:ifPosts400}
- {block:Photo}
- <div id="photo">
- <center>{LinkOpenTag}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}">
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Photo}
- {/block:ifPosts400}
- {block:ifnotPosts400}
- {block:Photoset}
- <div id="photoset">
- <center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Photoset}
- {/block:ifnotPosts400}
- {block:ifPosts400}
- {block:Photoset}
- <div id="photoset">
- <center>{Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Photoset}
- {/block:ifPosts400}
- {block:Quote}
- <div id="quote">
- <div id="quote_{Length}">“{Quote}”</div>
- {block:Source}
- <div id="quotesource">
- - {Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:ifnotPosts400}
- {block:Video}
- <div id="video">{Video-500}
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Video}
- {/block:ifnotPosts400}
- {block:ifPosts400}
- {block:Video}
- <div id="video">
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Video}
- {/block:ifPosts400}
- {block:Link}
- <div id="link">
- <div id="linkposts">
- <a href="{URL}" class="link" {Target}>
- <center>{Name} →</center></a><BR>
- <center><small><small>{URL}</small></small></center>
- </div> <!--linkposts-->
- {block:Thumbnail}
- <div id="linkfav"><img src="{Thumbnail}"></div>
- {/block:Thumbnail}
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div id="chat">
- {block:Title}
- <div id="texttitle">{Title}</div>
- {/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">
- {block:Label}<strong>{Label}</strong>
- {/block:Label} {Line}</div>
- {/block:Lines}
- </div> <!--lines-->
- </div> <!--chat-->
- </div> <!--chat-->
- {/block:Chat}
- {block:Audio}
- <div id="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-->
- {block:Caption}{Caption}{/block:Caption}
- </div> <!--audio-->
- {/block:Audio}
- {block:Answer}
- <div id="ask">
- <div id="question">
- {Question}
- <div id="asker">
- <img src="{AskerPortraitURL-30}">- {Asker}
- </div><br>
- </div> <!--question-->
- <br>{Answer}
- </div>
- {/block:Answer}
- {block:Date}
- <div id="info">
- <div id="borderleft"></div>
- <div id="borderright"></div>
- <center>
- <div id="feather">
- <img src="https://media.tumblr.com/0c5421875bc4ebdad54f625f6626b0ad/tumblr_inline_mtwjtbjs2R1qk6lff.png" style="width:32px;margin-top:-25px;margin-left:20px">
- <ul class="like_button">
- <a title="like"><li>{LikeButton}</li></a>
- </ul>
- <a href="{ReblogURL}" title="reblog" target="_blank">
- <img src="https://media.tumblr.com/44e98e0b24f8e78d177c3e0f32e3c019/tumblr_inline_mtwk12eu0X1qk6lff.png" style="width:28px;margin-top:-13px;margin-left:10px"></a>
- </div> <!--feather--></center>
- {/block:Date}
- </div><!--info-->
- </div>
- {block:ifShowTags}
- {block:HasTags}
- <div id="zetags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>
- {/block:HasTags}
- {/block:IfShowTags}
- {block:PostNotes}
- <div class="note">{PostNotes}</div></div></div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="Enchantingly" target="_blank">E</div>
- </div> <!--background-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment