Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME MADE BY NAMUNAMOO/HIKOUSHI (http://hikoushi.tumblr.com)
- PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
- -->
- <!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">
- <html>
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--LOOK AT ALL THESE FREAKIN' OPTIONS. ^^"-->
- <meta name="color:Background" content=""/>
- <meta name="color:Body Font" content="#363636"/>
- <meta name="color:Posts" content="#FFFFFF"/>
- <meta name="color:Border" content="#cccccc"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:Links" content="#507dc4"/>
- <meta name="color:Links hover" content="#FFFFFF"/>
- <meta name="color:Description" content="#898989"/>
- <meta name="color:Navlinks" content="#8fb5e9"/>
- <meta name="color:Navlinks Hover" content="#c9dff5"/>
- <meta name="color:Navlinks Font" content="#353434"/>
- <meta name="color:Sidebar Frame" content="#726f6f">
- <meta name="color:Entry Bold" content="#4db35a">
- <meta name="color:Entry Italic" content="#53a7f8">
- <meta name="color:Notes" content="#898989"/>
- <meta name="color:Post Title" content="#8f65f5"/>
- <meta name="color:Quote" content="#363636"/>
- <meta name="color:Question Background" content="#EEEEEE"/>
- <meta name="color:ScrollBar" content="#484848"/>
- <meta name="color:ScrollBar Background" content="#e8e8e8"/>
- <meta name="image:Sidebar" content="http://25.media.tumblr.com/tumblr_lqrlg5Inzd1qeo03no1_500.png"/>
- <meta name="image:Background" content="http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/scribble_light.png"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:500px posts" content="1"/>
- <meta name="if:400px posts" content="0"/>
- <meta name="if:250px posts" content="0"/>
- <meta name="if:Faded Images" content="1">
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 name" content="Link 1"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 2 name" content="Link 2"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 name" content="Link 3"/>
- <style type="text/css">
- body {
- background-color: {color:Background};
- font-family: calibri;
- font-size: 10px;
- color: {color:Body Font};
- text-align: justify;
- background-image: url('{image:Background}');
- background-attachment: fixed;
- }
- @font-face {
- font-family: "Meow";
- src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");
- }
- @font-face {font-family: "dk";src: url('http://static.tumblr.com/iuggpng/XaZm5hhme/dk_pimpernel.ttf');}
- #posts {
- position: absolute;
- left: 25px;
- top: 25px;
- }
- #lineup {
- background-image: url('{image:Post Box Background}');
- position: relative;
- margin-left: 480px;
- top:25px;
- {block:if500pxposts}width: 500px;{/block:if500pxposts}
- {block:if400pxposts}width: 400px;{/block:if400pxposts}
- {block:if250pxposts}width: 250px;{/block:if250pxposts}
- background-color:{color:Posts};
- margin-bottom: 5px;
- padding: 7px;
- z-index:500;
- }
- #permalink {
- font-family: calibri;
- font-size: 8px;
- text-transform:uppercase;
- letter-spacing:1px;
- opacity: 0;
- {block:if500pxposts}margin-left:480px;{/block:if500pxposts}
- {block:if400pxposts}margin-left:380px;{/block:if400pxposts}
- {block:if250pxposts}margin-left:230px;{/block:if250pxposts}
- filter: alpha (opacity=0);
- position: absolute;
- top: 3px;
- text-align: left;
- padding-right: 9px;
- padding-top:5px;
- width: 80px;
- background-image: url('{image:Post Box Background}');
- background-color: #transp;
- color: #387dcc;
- -webkit-transition: all 1.0s ease;
- -moz-transition: all 1.0s ease;
- -o-transition: all 1.0s ease;
- padding-left:15px;
- }
- #lineup:hover #permalink {
- {block:if500pxposts}margin-left:505px;{/block:if500pxposts}
- {block:if400pxposts}margin-left:405px;{/block:if400pxposts}
- {block:if250pxposts}margin-left:250px;{/block:if250pxposts}
- opacity:1;
- background-color: #transp;
- color:{color:description};
- filter: alpha (opacity=8);
- width: 80px;
- padding-top:5px;
- -webkit-transition: all 1.0s ease;
- -moz-transition: all 1.0s ease;
- -o-transition: all 1.0s ease;
- }
- #permalink a {
- color:{color:Notes};
- padding-left:10px;
- margin-left:-10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .question{
- background-color:{color:Question Background};
- padding: 5px 5px 5px 5px;
- {block:if500pxposts}width:435px;{/block:if500pxposts}
- {block:if400pxposts}width:335px;{/block:if400pxposts}
- {block:if250pxposts}width:185px;{/block:if250pxposts}
- margin-left:55px;
- margin-top:-51px;
- min-height:40px;
- }
- .answer {
- background-color:{color:posts};
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 10px;
- }
- #header {
- text-align: center;
- font-family: "loremipsum", serif;
- font-size: 30px;
- letter-spacing: {text:Title letter spacing};
- background-color: {color:Title Background};
- color: {color:Title};
- text-shadow: 1px 1px 1px #C4C4C4;
- font-weight: lighter;
- }
- a.perma {
- color: {color:links};
- }
- a.perma:hover {
- color: {color:Links hover};
- }
- .story {
- font-family: book antiqua;
- font-size: 20px;
- color: {color:Post Title};
- text-align: left;
- margin:3px 0px 3px 0px;
- {block:if500pxposts}width: 470px;{/block:if500pxposts}
- {block:if400pxposts}width: 370px;{/block:if400pxposts}
- {block:if250pxposts}width: 200px;{/block:if250pxposts}
- border-left:45px solid {color:Post Title};
- padding-left:10px;
- }
- #lineup img {max-width: 100%;}
- .quote {
- font-family: Meow;
- font-size: 12px;
- font-style: italic;
- color: {color:Quote}
- }
- blockquote {
- padding: 2px 2px 2px 2px;
- background-color: #eee;
- padding-left:5px;
- border-left:3px solid #898989;
- }
- .tags {
- padding: 3px;
- }
- a {
- color:{color:Links};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- text-decoration: none;
- }
- a:hover {
- color:{color:Links hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- text-decoration: none;
- }
- .entry b, strong {
- color: {color:Entry Bold};
- }
- .entry i, em {
- color: {color:Entry Italic};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:ScrollBar};
- border-top:2px solid {color:ScrollBar};
- border-bottom:2px solid {color:ScrollBar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:vertical:hover{
- background-color:{color:ScrollBar};
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:{color:ScrollBar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal:hover{
- background-color:{color:ScrollBar};
- }
- ::-webkit-scrollbar{
- height:6px;
- width:6px;
- background-color: {color:ScrollBar Background};
- }
- .topp {
- font-family: consolas;
- font-size: 20px;
- }
- #scrollToTop:link,
- #scrollToTop:visited {
- color: {color:main links hover};
- background-color: transparent;
- display: none;
- position: fixed;
- bottom: 0px;
- margin-left: 410px;
- }
- .bar{
- position:fixed;
- z-index:-10;
- margin-top:70px;
- margin-left:-30px;
- width:490px;
- height:30px;
- background-color:{color:Navlinks};
- -moz-border-radius:50px;
- -webkit-border-radius:50px;}
- .b1a4{
- margin-top:-4px;
- margin-left:30px;
- width:430px;
- font-family:dk;
- position: fixed;
- font-size: 40px;
- letter-spacing: 3px;
- color: {color:title};
- text-align: center;
- z-index:999;
- }
- .linkers{
- position:fixed;
- margin-top:135px;
- margin-left:340px;
- width:100px;}
- .links a{
- float: left;
- width: 100px;
- height: 10px;
- margin-bottom:3px;
- border-bottom: 0px solid #898989;
- padding-left:5px;
- color: {color:Navlinks Font};
- background-color: {color:Navlinks};
- margin-left: 3px;
- padding-right: 5px;
- letter-spacing: 1px;
- padding-bottom: 5px;
- text-align: center;
- font-size: 8px;
- text-transform:uppercase;
- opacity:0.8;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- padding-top: 5px; z-index:1;}
- .links a:hover{
- float: left;
- background-color: {color:Navlinks Hover};
- color: {color:Navlinks Font};
- text-transform:uppercase;
- text-align: center;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- z-index:1;
- -moz-border-radius:50px;
- -webkit-border-radius:50px;
- }
- .info{
- position: fixed;
- margin-top:120px;
- margin-left: 70px;
- }
- .words{
- position: fixed;
- margin-left:0px;
- margin-top:49px;
- margin-bottom:2px;
- text-align: center;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- padding:10px;
- font-size:8px;
- width:240px;
- color: {color:description};
- background-color:{color:posts};
- }
- .baf{
- position: fixed;
- width:100px;
- margin-top: 5px;
- margin-left: 7px;
- font-size: 20px;
- text-align:center;
- font-family:consolas;
- text-transform:uppercase;
- z-index:999999999999999;
- color: {color:Navlinks Font};
- }
- .baf a{color:{color:Navlinks};}
- .baf a:hover{color:{color:Navlinks Hover};}
- #whee{
- border:5px solid {color:posts};
- opacity:1;
- z-index:999;}
- .words b, strong {
- color: {color:Entry Bold};
- }
- .words i, em {
- color: {color:Entry Italic};
- }
- {block:ifFadedImages}
- img {
- padding: 0px;
- filter: alpha (opacity=100);
- opacity: 0.8;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor: }
- img:hover {
- filter: alpha (opacity=80);
- opacity: 1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;cursor: }
- {/block:ifFadedImages}
- #about{
- position:fixed;
- margin-top:-175px;
- margin-left:3px;
- z-index:99;}
- #file1{
- position:fixed;
- padding:2px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- #file1:hover #file2{
- opacity:0;
- margin-top:-105px;
- z-index:-1;}
- #file1:hover #box{
- opacity:1;}
- #file2{
- border:1px solid #transp;
- text-transform:uppercase;
- letter-spacing: 8px;
- font-size:50px;
- opacity:0.8;
- color:{color:Sidebar Frame};
- padding:5px;
- height:167px;
- width:240px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- #box{
- opacity:0;
- position:fixed;
- padding:6px;
- margin-left:-10px;
- margin-top:10px;
- font-family:calibri;
- font-size:8px;
- width:100px;
- color:#999;
- letter-spacing:4px;
- text-transform:uppercase;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- {CustomCSS}
- </style>
- {Block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/Block:IfInfiniteScrolling}
- </head>
- <body>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <div class="topp">
- <a href="javascript:;" id="scrollToTop"><font size="7">▲</font></a>
- </div>
- <div class="bar"><div class="b1a4">{title}</div></div>
- <div class="info">
- <img src="{image:sidebar}" id="whee" width="250" height="167"><br>
- <div id="about">
- <div id="file1">
- <div id="file2">
- <div style="margin-left:213px;margin-top:-30px;">▜</div>
- <div style="margin-left:-10px;margin-top:79px;">▙</div></div>
- <div id="box">
- <div class="words">{description}</div>
- </div>
- </div>
- </div>
- </div>
- <div class="linkers">
- <div class="links">
- <a href="/"> Home</a><br><br>
- <a href="/ask"> Message</a><br><br>
- <a href="/archive"> History</a><br><br>
- {block:IfLink1}<a href="{text:link 1}"> {text:link 1 name}</a><br><br>{/block:IfLink1}
- {block:IfLink2}<a href="{text:link 2}"> {text:link 2 name}</a><br><br>{/block:IfLink2}
- {block:IfLink3}<a href="{text:link 3}"> {text:link 3 name}</a><br><br>{/block:IfLink3}
- </div>
- {Block:IfNotInfiniteScrolling}
- <div class="baf">{block:PreviousPage}<a href="{PreviousPage}" title="previous">-</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next">+</a>{/block:NextPage}</div>{/Block:IfNotInfiniteScrolling}
- </div>
- <div style="font-size:8px;color:#000000; position:fixed; bottom:2px; right:9px;letter-spacing:1px;"><a href="http://hikoushi.tumblr.com">{★} THEME</a></div>
- {Block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/Block:IfInfiniteScrolling}
- {block:Posts}
- <div id="lineup">
- {block:Text}
- {block:Title}
- <div class="story">
- {Title}
- </div>
- {/block:Title}
- {Body}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- {block:if500pxposts}
- <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">{/block:if500pxposts}
- {block:if400pxposts}
- <img src="{PhotoURL-HighRes}" width="400px" alt="{PhotoAlt}">{/block:if400pxposts}
- {block:if250pxposts}
- <img src="{PhotoURL-HighRes}" width="250px" alt="{PhotoAlt}">{/block:if250pxposts}
- {LinkCloseTag}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:links};">
- {PostNotes}</div>
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
- {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
- {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
- </div>
- {block:Source}
- <div style="text-align:right">—{Source}</div>
- {/block:Source}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}>
- <div class="story"><div style="margin-left:0px">{Name}</div></div>
- </a>
- {block:Description}
- {Description}
- {/block:Description}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="story">
- {Title}
- </div>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b><font color="{color:Quote}">{Label}</font></b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:if500pxposts}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px; border: 2px solid #ccc;"/>{/block:AlbumArt}
- <div class="audio"> {AudioPlayerWhite}</div>
- <div style="border-top:1px solid {color:border}; margin-left:5px;"></div>
- {block:Artist}
- <p><b><font color="{color:Post Title}">Artist:</font></b> {Artist}
- {/block:Artist}
- {block:Album}
- <br><b><font color="{color:Post Title}">Album:</font></b> {Album}
- {/block:Album}
- {block:TrackName}
- <br><b><font color="{color:Post Title}">Track:</font></b> {TrackName}
- {/block:TrackName}
- {block:PlayCount}
- <br><b><font color="{color:Post Title}">Plays:</font></b> {FormattedPlayCount}
- {/block:PlayCount}{/block:if500pxposts}
- {block:if400pxposts}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px; border: 2px solid #ccc;"/>{/block:AlbumArt}
- <div class="audio"> {AudioPlayerWhite}</div>
- <div style="border-top:1px solid {color:border}; margin-left:5px;"></div>
- {block:Artist}
- <p><b><font color="{color:Post Title}">Artist:</font></b> {Artist}
- {/block:Artist}
- {block:Album}
- <br><b><font color="{color:Post Title}">Album:</font></b> {Album}
- {/block:Album}
- {block:TrackName}
- <br><b><font color="{color:Post Title}">Track:</font></b> {TrackName}
- {/block:TrackName}
- {block:PlayCount}
- <br><b><font color="{color:Post Title}">Plays:</font></b> {FormattedPlayCount}
- {/block:PlayCount}{/block:if400pxposts}
- {block:if250pxposts}
- <div class="audio"> {AudioPlayerWhite}</div>
- <div style="border-top:1px solid {color:border}; margin-left:5px;padding-bottom:7px;"></div>
- {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px; border: 2px solid #ccc;"/>{/block:AlbumArt}
- {block:Artist}
- <p><b><font color="{color:Post Title}">Artist:</font></b> {Artist}
- {/block:Artist}
- {block:Album}
- <br><b><font color="{color:Post Title}">Album:</font></b> {Album}
- {/block:Album}
- {block:TrackName}
- <br><b><font color="{color:Post Title}">Track:</font></b> {TrackName}
- {/block:TrackName}
- {block:PlayCount}
- <br><b><font color="{color:Post Title}">Plays:</font></b> {FormattedPlayCount}
- {/block:PlayCount}{/block:if250pxposts}
- <br clear="all">
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:if500pxposts}{Video-500}{/block:if500pxposts}
- {block:if400pxposts}{Video-400}{/block:if400pxposts}
- {block:if250pxposts}{Video-250}{/block:if250pxposts}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" style="height: 48px; width:48px;"></img>
- <div class="question">
- <b>{Asker}</b> whispered: {Question}</div>
- <div class="answer">
- {block:if500pxposts}<div style="margin-left: 400px; margin-top:-5px;color: {color:Question Background};font-size:20px;">◤</div>{/block:if500pxposts}
- {block:if400pxposts}<div style="margin-left: 300px; margin-top:-5px;color: {color:Question Background};font-size:20px;">◤</div>{/block:if400pxposts}
- {block:if250pxposts}<div style="margin-left: 200px; margin-top:-5px;color: {color:Question Background};font-size:20px;">◤</div>{/block:if250pxposts}
- {Answer}</div>
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Answer}
- {Block:IndexPage}<div id="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a><br>
- <a href="{ReblogURL}" target="_blank">Reblog</a>
- <br>{block:RebloggedFrom}
- <div style="width:40px; height:1px; background-color:{color:notes};margin-top:6px;"></div><br>
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
- {block:ContentSource}<a href="{SourceURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}{/block:RebloggedFrom}
- {/block:ContentSource}
- </div>
- </div>{/Block:IndexPage}
- {/block:Posts}{Block:IfInfiniteScrolling}</div>{/Block:IfInfiniteScrolling}
- </body>
- </html>
Add Comment
Please, Sign In to add comment