Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!---------- DO NOT REMOVE -----------
- THEME 007 TAO ZI BY EXORGY / XIURE
- -Do not remove the credit.
- -You can move it to a credit page but do not remove it completely.
- -Do not use it as base.
- -Do not claim it as yours.
- ----------- DO NOT REMOVE ----------->
- <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}
- <!--tooltip-->
- <link href="http://static.tumblr.com/culyzrr/NhDmzmza5/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/culyzrr/eLpmzmz9l/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--tooltip-->
- <meta name="color:Background" content="#fefefe" />
- <meta name="color:Text" content="#909090" />
- <meta name="color:Link" content="#bababa" />
- <meta name="color:Link hover" content="#777777" />
- <meta name="color:Bold" content="#9e9e9e" />
- <meta name="color:Italic" content="#9e9e9e" />
- <meta name="color:Underline" content="#9e9e9e" />
- <meta name="color:Post title" content="#9e9e9e" />
- <meta name="color:Selection bg" content="#ffffff" />
- <meta name="color:Selection text" content="#000000" />
- <meta name="color:Scrollbar" content="#f8ffce" />
- <meta name="color:Scrollbar bg" content="#ffe5b5" />
- <meta name="color:Scrollbar border" content="#dddddd" />
- <meta name="color:Blockquote" content="#eeeeee" />
- <meta name="color:Title" content="#ffd6ce" />
- <meta name="color:Description" content="#929292" />
- <meta name="color:Pagination" content="#ffc0b5" />
- <meta name="color:Navigation" content="#aaaaaa" />
- <meta name="color:Navigation bg" content="#f8ffce" />
- <meta name="color:Permalink" content="#aaaaaa" />
- <meta name="color:Permalink bg" content="#ffeece" />
- <meta name="color:Post bg" content="#ffffff" />
- <meta name="color:Sidebar bg" content="#ffffff" />
- <meta name="color:Sidebar Border" content="#ffe5b5" />
- <meta name="color:Audio" content="#ffebe8" />
- <meta name="color:Ask" content="#ffebe8" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Title" content="link 1" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Title" content="link 2" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Title" content="link 3" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Title" content="link 4" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 5 Title" content="link 5" />
- <meta name="text:Link 6 URL" content="/" />
- <meta name="text:Link 6 Title" content="link 6" />
- <meta name="text:Link 7 URL" content="/" />
- <meta name="text:Link 7 Title" content="link 7" />
- <meta name="text:Link 8 URL" content="/" />
- <meta name="text:Link 8 Title" content="link 8" />
- <meta name="image:Background" content="" />
- <meta name="if:Tiny Cursor" content="1"/>
- <meta name="if:250" content="0"/>
- <meta name="if:400" content="1"/>
- <meta name="if:500" content="0"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Show Photo Caption" content="1"/>
- <meta name="if:Fadeout" content="0"/>
- <meta name="if:Grayscale" content="0"/>
- <style type="text/css">
- {block:IfTinyCursor}
- body, a {
- cursor:url('http://i.imgur.com/2qleX.jpg'), auto
- }
- a:hover {
- cursor: url('http://i.imgur.com/IepP2.jpg'), auto;
- }
- {/block:IfTinyCursor}
- ::-webkit-scrollbar-thumb{
- background-color: {color:Scrollbar};
- border:1px solid {color:Scrollbar border};
- }
- ::-webkit-scrollbar {
- height:6px;
- width:10px;
- background-color: {color:Scrollbar bg};
- }
- ::selection {
- color:{color:Selection text};
- background:{color:Selection bg};
- }
- body {
- background:{color:Background};
- background-image: url('{image:Background}');
- background-repeat:repeat;
- background-attachment:fixed;
- margin:0;
- color:{color:Text};
- font-family:Helvetica;
- font-size:10px;
- line-height:150%;
- letter-spacing:1px;
- word-spacing:1px;
- }
- img {
- height: auto;
- {block:If250}
- max-width:250px;
- {/block:If250}
- {block:If400}
- max-width:400px;
- {/block:If400}
- {block:If500}
- max-width:500px;
- {/block:If500}
- {block:IfFadeout}
- opacity:.7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfFadeout}
- {block:IfGrayscale}
- -webkit-filter: grayscale(1);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfGrayscale}
- }
- img:hover {
- {block:IfFadeout}
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfFadeout}
- {block:IfGrayscale}
- filter: none;
- -webkit-filter: grayscale(0);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfGrayscale}
- }
- iframe {
- {block:IfFadeout}
- opacity: .7;
- filter:alpha(opacity=70);
- -moz-opacity: .7;
- -khtml-opacity: .7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfFadeout}
- }
- iframe:hover{
- {block:IfFadeout}
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opa-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;city: 1;
- {/block:IfFadeout}
- }
- .photoset {
- {block:IfGrayscale}
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfGrayscale}
- }
- .photoset:hover {
- {block:IfGrayscale}
- -webkit-filter: grayscale(0);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfGrayscale}
- }
- blockquote {
- background:transparent;
- text-align:left;
- padding-left : 10px;
- margin-left:10px;
- border-left: 1px double {color:Blockquote};
- }
- a:link, a:active, a:visited {
- color: {color:Link};
- text-decoration: none;
- word-spacing:2px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:hover {
- color: {color:Link hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- b, strong, .strong {
- color:{color:Bold};
- font-weight: 700;
- }
- i, em, .em {
- color:{color:Italic};
- font-style:oblique;
- }
- u, em, .em{
- color: {color:Underline};
- text-decoration: underline;
- }
- h1 {
- font-size:15px;
- text-transform:uppercase;
- color: {color:Post title};
- line-height:150%;
- font-family:baskerville;
- font-weight:bold;
- }
- .posts li, .posts blockquote {
- max-width: 100%;
- }
- iframe#tumblr_controls {
- top:5px;
- right:10px!important;
- position:fixed !important;
- -webkit-filter: invert(1);
- opacity:1;
- filter:alpha(opacity=100);
- -moz-opacity:1;
- }
- ol.notes {
- padding: 10px;
- margin: 0px 0px 20px;
- list-style-type: none;
- text-align:left;
- line-height:100%;
- {block:If250}
- width:230px;
- {/block:If250}
- {block:If400}
- width:380px;
- {/block:If400}
- {block:If500}
- width:480px;
- {/block:If500}
- height:100px;
- overflow-x:hidden;
- overflow-y:scroll;
- border:1px solid {color:Scrollbar bg};
- border-right:0px;
- }
- ol.notes li.note {
- padding: 5px 10px;
- }
- ol.notes li.note img.avatar {
- display:none;
- }
- ol.notes li.note span.action {
- font-weight: bold;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:Blockquote};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- #s-m-t-tooltip{
- max-width:300px;
- z-index:999999;
- margin:20px 0px;
- padding: 0px 5px ;
- text-transform:uppercase;
- font-family: calibri;
- font-size:9px;
- color:#494949;
- text-align:center;
- border:1px solid #eee;
- background: white;
- }
- #entries {
- margin-left:500px;
- margin-top:100px;
- text-align:left;
- position:absolute;
- z-index:99;
- }
- #post {
- margin-bottom:150px;
- max-width:100%;
- {block:If250}
- width:250px;
- {/block:If250}
- {block:If400}
- width:400px;
- {/block:If400}
- {block:If500}
- width:500px;
- {/block:If500}
- height: auto;
- word-wrap: break-word;
- z-index:9;
- border: 1px solid {color:Permalink bg};
- {block:IndexPage}
- padding:25px 30px ;
- border-radius: 0em 0em 1em 1em / 1em ;
- {/block:IndexPage}
- {block:permalinkpage}
- padding: 30px;
- border-radius: 1em 1em 0em 0em / 1em ;
- border-bottom:0px;
- {/block:permalinkpage}
- background-color: {color:Post bg};
- }
- #info {
- {block:If250}
- width:250px;
- {/block:If250}
- {block:If400}
- width:400px;
- {/block:If400}
- {block:If500}
- width:500px;
- {/block:If500}
- color:{color:Text};
- text-align:left;
- font-family: arial;
- font-size:9px;
- margin-top:-152px;
- line-height:200%;
- border: 1px solid {color:Permalink bg};
- border-top:0px;
- padding:0px 30px 30px;
- border-radius: 0em 0em 1em 1em / 1em ;
- margin-bottom:100px;
- background:{color:Post bg};
- }
- #info a {
- color:{color:Text};
- }
- #tags {
- {block:If250}
- width:250px;
- {/block:If250}
- {block:If400}
- width:400px;
- {/block:If400}
- {block:If500}
- width:500px;
- {/block:If500}
- color:{color:Text};
- text-align:left;
- font-family: arial;
- font-size:9px;
- margin-top:-140px;
- margin-bottom:150px;
- padding:0px 10px;
- }
- .permalink, .permalink a {
- color:{color:Permalink};
- text-transform:uppercase;
- font-size:9px;
- font-family:calibri;
- }
- .permalink {
- margin-top:-48px;
- margin-left: -31px;
- position: absolute;
- text-align:center;
- height:auto;
- {block:If250}
- width:312px;
- {/block:If250}
- {block:If400}
- width:462px;
- {/block:If400}
- {block:If500}
- width:562px;
- {/block:If500}
- opacity:1;
- letter-spacing:3px;
- padding-top:5px ;
- padding-bottom:5px;
- background:{color:Permalink bg};
- border-radius: 1em 1em 0em 0em / 1em ;
- }
- #question {
- text-align:left;
- padding: 15px ;
- {block:If250}
- width:210px;
- {/block:If250}
- {block:If400}
- width:360px;
- {/block:If400}
- {block:If500}
- width:460px;
- {/block:If500}
- height:auto;
- line-height:150%;
- border:4px double {color:Ask};
- background:white;
- }
- #asker {
- text-align:right;
- font-family:calibri;
- text-transform:uppercase;
- font-size:10px;
- margin-bottom:10px;
- {block:If250}
- width:245px;
- {/block:If250}
- {block:If400}
- width:395px;
- {/block:If400}
- {block:If500}
- width:495px;
- {/block:If500}
- }
- .caption {
- text-align:left;
- margin-left:3px;
- margin-top:10px;
- padding-top:5px;
- {block:If250}
- width:250px;
- {/block:If250}
- {block:If400}
- width:400px;
- {/block:If400}
- {block:If500}
- width:500px;
- {/block:If500}
- }
- .quote {
- font-size:20px;
- max-width:100%;
- font-weight:700;
- line-height:120%;
- }
- #audio {
- {block:If250}
- width:210px;
- {/block:If250}
- {block:If400}
- width:360px;
- {/block:If400}
- {block:If500}
- width:460px;
- {/block:If500}
- background:white;
- border:4px double {color:Audio};
- padding:10px;
- }
- #side {
- width:200px;
- height:100%;
- margin-top:150px;
- margin-left:150px;
- position:fixed;
- }
- #side #title {
- margin-top:0px;
- margin-left:0px;
- position:absolute;
- font-size:20px;
- font-family: arial black;
- color:{color:Title};
- background:{color:Sidebar bg};
- border:1px solid {color:Sidebar Border};
- width:200px;
- height:20px;
- text-align:center;
- padding:15px 0px;
- border-radius: 0em 1em 0em 0em / 1em ;
- text-shadow: 1px 1px #f1f1f1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #side:hover #title {
- border-radius: 1em 0em 0em 0em / 1em ;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #side #desc {
- word-wrap: break-word;
- margin-top:35px;
- margin-left:0px;
- position:absolute;
- font-family: baskerville;
- font-size:11px;
- color:{color:Description};
- width:160px;
- padding:10px 20px 20px ;
- text-align:justify;
- border-radius: 0em 0em 0em 1em / 1em ;
- background:{color:Sidebar bg};
- border:1px solid {color:Sidebar Border};
- border-top:0px;
- height:auto;
- min-height:130px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #side:hover #desc {
- border-radius: 0em 0em 1em 0em / 1em ;
- margin-top:175px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #side #navigation {
- padding:10px 20px;
- width:160px;
- height:140px;
- margin-top:35px;
- margin-left:0px;
- position:absolute;
- text-align:center;
- background:{color:Sidebar bg};
- border-left:1px solid {color:Sidebar Border};
- border-right:1px solid {color:Sidebar Border};
- }
- #navigation a {
- display:inline-block;
- background:{color:Navigation bg};
- color:{color:Navigation};
- margin-top:10px;
- text-align:center;
- text-transform:uppercase;
- font-family:calibri;
- font-size:9px;
- width:75px;
- line-height:100%;
- padding:1px 0px 2px;
- height:10px;
- border:1px solid {color:Navigation bg};
- border-radius:20px/60px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #navigation a:hover {
- color:#aaa;
- background:white;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #pagination {
- position:fixed;
- margin-top:250px;
- margin-left:127px;
- width:24px;
- color:{color:Title};
- border-top: 1px solid {color:Sidebar Border};
- border-bottom: 1px solid {color:Sidebar Border};
- background:{color:Sidebar bg};
- font-family:arial;
- font-size:7;
- }
- .jump_page {
- display:block;
- padding: 4px 8px;
- border-left: 1px solid {color:Sidebar Border};
- color:#585858;
- }
- .current_page, .jump_page:hover {
- display:block;
- padding: 4px 8px;
- border-left: 1px solid {color:Pagination};
- color: #585858;
- }
- .sfm input {
- background-color: #f5f5f5;
- font-size: 9px;
- border: 0px;
- text-transform: uppercase;
- color: #999;
- letter-spacing: 1px;
- padding: 4px;
- font-family: calibri;
- width:125px;
- }
- #sf {
- margin-top:5px;
- margin-bottom:5px;
- }
- #sb {
- height: 11px;
- width:11px;
- vertical-align: top;
- margin-top:5px;
- margin-bottom:5px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="side">
- <div id="title">{Title}</div>
- <div id="navigation">
- <form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="Search" id="sf"/>
- <input type="image" value="Search" src="http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png" id="sb"/>
- </form>
- {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifLink3URL}
- {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:ifLink4URL}
- {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 Title}</a>{/block:ifLink5URL}
- {block:ifLink6URL}<a href="{text:Link 6 URL}">{text:Link 6 Title}</a>{/block:ifLink6URL}
- {block:ifLink7URL}<a href="{text:Link 7 URL}">{text:Link 7 Title}</a>{/block:ifLink7URL}
- {block:ifLink8URL}<a href="{text:Link 8 URL}">{text:Link 8 Title}</a>{/block:ifLink8URL}
- </div><div id="desc">{Description}</div></div>
- {block:Pagination}<div id="pagination">
- {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}
- </div> {/block:Pagination}
- <div id="entries">{block:Posts}
- {block:ContentSource}<!--- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div id="post">{block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:IfNot250}{DayOfMonth}.{MonthNumberWithZero}.{ShortYear} {/block:IfNot250}{NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank" >reblog</a></div>{/block:IndexPage}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}{block:If250}<img src="{PhotoURL-250}">{/block:If250}{block:If400}<img src="{PhotoURL-400}">{/block:If400}{block:If500}<img src="{PhotoURL-500}">{/block:If500}{LinkCloseTag}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Photo}
- <div class="photoset">{block:Photoset}{block:If250}{Photoset-250}{/block:If250}{block:If400}{Photoset-400}{/block:If400}{block:If500}{Photoset-500}{/block:If500}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Photoset}</div>
- {block:Quote}<div class="quote">"{Quote}"</div><p>{block:Source} — {Source}</p>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<div id="audio">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><br><center>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} - {Artist}{/block:Artist}</center>{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Audio}
- {block:Video}{block:If250}{Video-250}{/block:If250}{block:If400}{Video-400}{/block:If400}{block:If500}{Video-500}{/block:If500}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"> β {Asker}</div><div id="question">{Question}</div><br><p>{Answer}</p>{/block:Answer}
- {block:permalinkpage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:permalinkpage} </div>
- {block:IndexPage}{block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}"> β² {Tag} </a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}{/block:IndexPage}
- {block:PermalinkPagination}{block:permalinkpage}<div id="info">
- {block:PostNotes}{PostNotes}{/block:PostNotes}Posted {block:Date}{TimeAgo}{/block:Date} with {NoteCountWithLabel} {block:If250}<br>{/block:If250}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> <a href="{ReblogRootURL}"title="{ReblogRootName}">source</a>{/block:RebloggedFrom}<br>
- {block:HasTags}Tags: {block:Tags}<a href="{TagURL}"> <u>{Tag}</u> </a>{/block:Tags}{/block:HasTags}</div>{/block:permalinkpage}{/block:PermalinkPagination}
- {/block:Posts}</div>
- <div style="bottom:10px;right:10px;z-index:999;position:fixed;"> <a href="http://exorgy.tumblr.com/" > <font color="#494949">βΆ</font></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment