Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html><head>
- <!--
- Theme 003 - Lightness by thewicked-eternity.tumblr.com
- PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
- For any help, visit wickedeternitythemehelp.tumblr.com
- -->
- <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}
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Asker Background" content="#CDBBC2"/>
- <meta name="color:Asker Text" content="#FFFFFF"/>
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Blockquote" content="#FFFFFF"/>
- <meta name="color:Info Background" content="#FFFFFF"/>
- <meta name="color:Link Title Background" content="#FFFFFF"/>
- <meta name="color:Link Title Border" content="#D5C9CE"/>
- <meta name="color:Link Title Text" content="#AC9FA3"/>
- <meta name="color:Links" content="#AD8A9A"/>
- <meta name="color:Links Hover" content="#927583"/>
- <meta name="color:Navigation" content="#F9F9F9"/>
- <meta name="color:Navigation Hover" content="#FFFFFF"/>
- <meta name="color:Pagination Current Page" content="#FFFFFF"/>
- <meta name="color:Pagination Hover" content="#927583"/>
- <meta name="color:Posts" content="#F9F9F9"/>
- <meta name="color:Scrollbar" content="#927583"/>
- <meta name="color:Sidebar Background" content="#F9F9F9"/>
- <meta name="color:Sidebar Border" content="#F1F1F1"/>
- <meta name="color:Sidebar Image Border" content="#FFFFFF"/>
- <meta name="color:Sidebar Text" content="#AC9FA3"/>
- <meta name="color:Sidelinks" content="#F9F9F9"/>
- <meta name="color:Sidelinks Hover" content="#FFFFFF"/>
- <meta name="color:Text" content="#AC9FA3"/>
- <meta name="color:Title" content="#AC9FA3"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="font:Body" content="arial"/>
- <meta name="font:Description" content="georgia"/>
- <meta name="font:Quote Posts" content="georgia"/>
- <meta name="if:400px Posts" content="0"/>
- <meta name="if:Black Audio Player" content="0"/>
- <meta name="if:Curved Sidebar" content="0"/>
- <meta name="if:Enable Background Img Repeat" content="0"/>
- <meta name="if:Enable Infinite Scrolling" content="0"/>
- <meta name="if:Hide Captions" content="0"/>
- <meta name="if:Show Title" content="0"/>
- <meta name="if:Show Submit" content="0"/>
- <meta name="if:Webkit Scrollbar" content="0"/>
- <meta name="text:Post Text Size" content="10px"/>
- <meta name="text:Background Img Position" content="Top Left"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 4 Title" content=""/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 5 Title" content=""/>
- <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* ----- WEBKIT SCROLLBAR ----- */
- {block:ifWebkitScrollbar}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height:30px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};
- height:5px!important;
- }
- ::-webkit-scrollbar {
- background-color:{color:Background};
- height:5px;
- width:5px;
- }
- {/block:ifWebkitScrollbar}
- /* ----- THEME BASICS ----- */
- body {
- background-attachment:fixed;
- background-repeat:no-repeat;
- color:{color:Text};
- font-family:{font:Body};
- {block:IfEnableBackgroundImgRepeat}
- background-repeat:repeat;
- {/block:IfEnableBackgroundImgRepeat}
- font-size:{text:Post Text Size};
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-position:{text:Background Img Position};
- -webkit-font-smoothing:antialiased;
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- a:hover {
- color:{color:Links Hover};
- text-decoration:none;
- }
- #container {
- width:900px;
- margin:auto;
- position:relative;
- }
- #s-m-t-tooltip {
- max-width:250px;
- margin:24px 14px 7px 12px;
- z-index:999;
- padding:3px;
- display:none;
- position:absolute;
- text-align:left;
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:Link Title Text};
- border:1px dotted {color:Link Title Border};
- background-color:{color:Link Title Background};
- }
- #questions {
- padding:10px;
- margin-bottom:0px;
- font-size:10px;
- font-family:georgia;
- text-align:justify;
- font-style:italic;
- color:{color:Asker Text};
- background-color:{color:Asker Background};
- font-weight:normal;
- }
- #questions a {
- text-decoration:none;
- color:{color:Asker Text};
- }
- #questions a:hover {
- text-decoration:underline;
- }
- /* ----- ENTRIES 500PX & 400PX ----- */
- #entries {
- width:540px;
- margin-left:285px;
- margin-top:30px;
- padding-bottom:30px;
- {block:If400pxPosts}
- {block:IndexPage}
- margin-left:310px;
- width:440px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:285px;
- width:540px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- #posts {
- width:500px;
- padding:20px;
- overflow:hidden;
- margin-bottom:30px;
- background-color:{color:Posts};
- {block:If400pxPosts}
- {block:IndexPage}
- width:400px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- #info {
- width:500px;
- padding:4px 5px;
- margin-left:-4px;
- margin-top:10px;
- font-size:8px;
- font-family:calibri;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:Text};
- background-color:{color:Info Background};
- {block:If400pxPosts}
- {block:IndexPage}
- width:400px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- #tags {
- font-family:georgia;
- text-align:left;
- text-transform:lowercase;
- font-style:italic;
- font-size:9px;
- margin-top:-29px;
- margin-bottom:29px;
- }
- /* --- SIDEBAR --- */
- #sidebar {
- position:fixed;
- margin-top:60px;
- margin-left:-15px;
- width:265px;
- padding:5px;
- background-color:{color:Sidebar Background};
- border-right: 4px solid {color:Sidebar Border};
- {block:IfCurvedSidebar}
- -webkit-border-bottom-left-radius:15px;
- -moz-border-bottom-left-radius:15px;
- border-bottom-left-radius:15px;
- {/block:IfCurvedSidebar}
- {block:If400pxPosts}
- {block:IndexPage}
- margin-left:5px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:-15px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- #sidebarimage img {
- margin:2px;
- max-width:250px;
- border:5px solid {color:Sidebar Image Border};
- }
- #description {
- margin:4px;
- padding:1px;
- font-size:10px;
- text-align:justify;
- font-style:italic;
- color:{color:Sidebar Text};
- font-family:{font:Description};
- }
- .pagination {
- text-align:center;
- font-family:trebuchet ms;
- font-size:9px;
- padding:1px;
- margin:10px;
- margin-top:15px;
- }
- .pagination a {
- text-decoration:none;
- padding:2px 10px;
- color:{color:Text};
- }
- .current_page {
- text-decoration:none;
- padding:2px 10px;
- color:{color:Text};
- background-color:{color:Pagination Current Page};
- }
- .pagination a:hover {
- color:{color:Pagination Hover};
- }
- /* --- NAVIGATION & SIDELINKS --- */
- #icon {
- position:fixed;
- margin-left:-110px;
- margin-top:90px;
- height:48px;
- width:48px;
- border:15px solid {color:Sidelinks};
- {block:If400pxPosts}
- {block:IndexPage}
- margin-left:-90px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:-110px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- #sidelinks {
- position:fixed;
- margin-left:-110px;
- margin-top:172px;
- width:78px;
- {block:If400pxPosts}
- {block:IndexPage}
- margin-left:-90px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:-110px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- #sidelinks a {
- display:block;
- padding:3px 6px;
- font-family:calibri;
- font-size:8px;
- letter-spacing:1px;
- text-align:center;
- text-transform:uppercase;
- margin-bottom:3px;
- background-color:{color:Sidelinks};
- color:{color:Links};
- }
- #sidelinks a:hover {
- color:{color:Links Hover};
- background-color:{color:Sidelinks Hover};
- text-align:center;
- text-decoration:none;
- }
- #navigation {
- position:fixed;
- width:150px;
- margin-left:845px;
- margin-top:60px;
- {block:If400pxPosts}
- {block:IndexPage}
- margin-left:775px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:840px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- #navigation a {
- display:block;
- width:120px;
- padding:4px 10px;
- margin-bottom:3px;
- font-family:calibri;
- font-size:8px;
- text-align:left;
- letter-spacing:1px;
- text-transform:uppercase;
- text-decoration:none;
- color:{color:Text};
- background-color:{color:Navigation};
- border-left:3px solid {color:Sidebar Border};
- }
- #navigation a:hover {
- border-right:7px solid {color:Navigation Hover};
- background-color:{color:Navigation Hover};
- }
- /* ----- TITLES ----- */
- #title {
- margin-top:-25px;
- margin-right:-5px;
- text-align:right;
- text-transform:lowercase;
- letter-spacing:1px;
- font-family: 'Fjalla One', sans-serif;
- font-size:12px;
- color:{color:Title};
- }
- .posttitle {
- text-align:center;
- font-family: 'Fjalla One', sans-serif;
- font-size:14px;
- text-decoration:none;
- text-transform:uppercase;
- }
- /* ----- QUOTE POST & BLOCKQUOTE ----- */
- .quotetitle {
- font-size:14px;
- text-align:left;
- font-style:italic;
- line-height:110%;
- margin-left:37px;
- font-weight:normal;
- font-family:{font:Quote Posts};
- }
- .quotetitle:first-letter {
- font-weight:bold;
- font-size:18px;
- }
- .imgtitle {
- font-weight:bold;
- font-size:60px;
- margin-top:-20px;
- margin-left:3px;
- position:absolute;
- opacity:0.2;
- font-family:times new roman;
- color:{color:Text};
- }
- .source {
- margin-top:10px;
- margin-right:3px;
- text-align:right;
- margin-bottom:5px;
- font-size:10px;
- }
- blockquote {
- padding:5px;
- margin:5px;
- border-left:1px solid {color:Text};
- background-color:{color:Blockquote};
- }
- /* ----- AUDIO POST ----- */
- #audio {
- width:500px;
- height:113px;
- margin-bottom:5px;
- background-color:#FFFFFF;
- border-top:1px solid #F6F6F6;
- border-bottom:1px solid #F6F6F6;
- {block:ifBlackAudioPlayer}
- background-color:#000000;
- border-top:1px solid #222222;
- border-bottom:1px solid #222222;
- {/block:ifBlackAudioPlayer}
- {block:If400pxPosts}
- {block:IndexPage}
- width:400px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- .albumart {
- margin-left:10px;
- margin-top:6px;
- width:100px;
- height:100px;
- float:right;
- position:absolute;
- }
- .albumart img {
- width:100px;
- height:100px;
- box-shadow:0px 0px 2px #C9C9C9;
- {block:ifBlackAudioPlayer}
- box-shadow:0px 0px 2px #555555;
- {/block:ifBlackAudioPlayer}
- }
- .playercontainer {
- display:block;
- z-index:3;
- float:left;
- margin-top:12px;
- margin-left:120px;
- height:30px;
- width:380px;
- {block:If400pxPosts}
- {block:IndexPage}
- width:275px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:380px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- position:absolute;
- padding-bottom:3px;
- background-color:#FFFFFF;
- border-bottom:1px solid #F6F6F6;
- {block:ifBlackAudioPlayer}
- background-color:#000000;
- border-bottom:1px solid #131313;
- {/block:ifBlackAudioPlayer}
- }
- .player {
- margin-left:0px;
- margin-top:0px;
- width:410px;
- height:30px;
- overflow:hidden;
- }
- .audioinfo {
- margin-left:120px;
- float:left;
- padding:2px;
- margin-bottom:-60px;
- margin-top:60px;
- line-height:110%;
- display:block;
- width:360px;
- }
- .top.audio * {
- width:380px;
- height:30px;
- {block:If400pxPosts}
- {block:IndexPage}
- width:275px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:380px;
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- }
- /* ----- CHAT POST ----- */
- .chat {line-height:12px; list-style:none;}
- .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
- .person1 {background-color:transparent; color:{color:Text};}
- .person1 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- .person2 {color:{color:Text};}
- .person2 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- .person3 {background-color:transparent; color:{color:Text};}
- .person3 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- .person4 {color:{color:Text};}
- .person4 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- .person5 {background-color:transparent; color:{color:Text};}
- .person5 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- .person6 {color:{color:Text};}
- .person6 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- .person7 {background-color:transparent; color:{color:Text};}
- .person7 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- .person8 {color:{color:Text};}
- .person8 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- .person9 {background-color:transparent; color:{color:Text};}
- .person9 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
- /* ----- POST NOTES ----- */
- ol.notes {padding:0px; margin:25px 0px; list-style-type:none; border-bottom:1px solid {color:Sidebar Border};}
- ol.notes li.note {border-top:1px solid {color:Sidebar Border}; padding:10px;}
- ol.notes li.note img.avatar {vertical-align:-4px; margin-right:10px; width:16px; height:16px;}
- ol.notes li.note span.action {font-weight:normal;}
- ol.notes li.note .answer_content {font-weight:normal;}
- ol.notes li.note blockquote {border-color:{color:Sidebar Border}; padding:4px 10px; margin:10px 0px 0px 25px;}
- ol.notes li.note blockquote a {text-decoration:none;}
- {CustomCSS}
- </style>
- <!------ INFINITE SCROLLING SCRIPT ------>
- {block:ifEnableInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifEnableInfiniteScrolling}
- <!------ LINK TITLES SCRIPT ------>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/vyzeblq/Hrcml3m2x/jquery.style-my-tooltips.js"></script>
- <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:"true", tip_delay_time:100, tip_fade_speed:100, attribute:"title"});});})(jQuery);</script>
- <!------ LAZY LOAD SCRIPT ------>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == "iPhone") return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>
- </head>
- <body>
- <div id="container">
- <div id="navigation">
- {block:HasPages}
- {block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}
- {/block:HasPages}
- {block:ifLink1Title}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:ifLink1Title}
- {block:ifLink2Title}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:ifLink2Title}
- {block:ifLink3Title}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifLink3Title}
- {block:ifLink4Title}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:ifLink4Title}
- {block:ifLink5Title}<a href="{text:Link 5 URL}">{text:Link 5 Title}</a>{/block:ifLink5Title}
- </div>
- <div id="icon"><a href="/"><img src="{PortraitURL-48}"></a></div>
- <div id="sidelinks">
- <a href="/">home</a>
- <a href="/ask">message</a>
- {block:IfShowSubmit}
- <a href="/submit">Submit</a>
- {/block:IfShowSubmit}
- <a href="/archive">Archive</a>
- <a href="http://thewicked-eternitythemes.tumblr.com">theme</a>
- </div>
- <div id="sidebar">
- {block:IfShowTitle}<div id="title">{Title}</div><p>{block:IfShowTitle}
- {block:IfSidebarImage}<center><div id="sidebarimage">
- <a href="/"><img src="{image:Sidebar}"/></a>
- </div></center>{/block:IfSidebarImage}
- {block:Description}<div id="description">{Description}</div>{/block:Description}
- {block:ifNotEnableInfiniteScrolling}
- {block:Pagination}<div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- </div>{/block:Pagination}
- {/block:ifNotEnableInfiniteScrolling}
- </div>
- <div id="entries">
- {block:ifEnableInfiniteScrolling}
- <div class="autopagerize_page_element">{/block:ifEnableInfiniteScrolling}
- {block:Posts}<div id="posts">
- {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
- {block:Photo}
- {block:IfNot400pxPosts}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- {block:IndexPage}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- {block:IfNotHideCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfNotHideCaptions}
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:IfNotHideCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfNotHideCaptions}
- {/block:Panorama}
- {block:Photoset}
- {block:IfNot400pxPosts}
- <center>{Photoset-500}</center>
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- {block:IndexPage}
- <center>{Photoset-400}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>{Photoset-500}</center>
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- {block:IfNotHideCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfNotHideCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="imgtitle">“</div>
- <div class="quotetitle">{Quote}"</div>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="posttitle">
- <a href="{URL}" class="link" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div id="audio">
- {block:TrackName}
- <div class="audioinfo"><b>{TrackName}</b></div>
- {/block:TrackName}
- {block:Artist}<div class="audioinfo">{Artist}</div>
- {/block:Artist}
- <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>
- {block:AlbumArt}
- <div class="albumart"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playercontainer"><div class="player">
- <section class="top audio">
- {block:ifNotBlackAudioPlayer}
- {AudioPlayerWhite}
- {/block:ifNotBlackAudioPlayer}
- {block:ifBlackAudioPlayer}
- {AudioPlayerBlack}
- {/block:ifBlackAudioPlayer}
- </section>
- </div></div></div>
- <div style="margin-left:2px;">
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Audio}
- {block:Video}
- {block:IfNot400pxPosts}
- <center>{Video-500}</center>
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- {block:IndexPage}
- <center>{Video-400}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>{Video-500}</center>
- {/block:PermalinkPage}
- {/block:If400pxPosts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}<div id="questions"><span style="font-size:11px;">{Asker} asked:</span> {Question}</div>{Answer}{/block:Answer}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Date}<div id="info">
- <a href="{ReblogURL}" target="_blank" title="reblog this post">Reblog</a> - Posted <a href="{Permalink}">{TimeAgo}</a>
- {/block:Date}{block:RebloggedFrom}
- - <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
- / <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>
- {/block:RebloggedFrom}{block:NoteCount}
- with <a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount}</div></div>
- {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- {block:ifEnableInfiniteScrolling}</div>{/block:ifEnableInfiniteScrolling}
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment