Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _______________________________________________________________________
- ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
- [THEME #5] I CAN'T STOP
- If you have any questions, go to 7th-district.tumblr.com/message for help.
- ► Terms Of Use
- - Do not remove the credit or move it anywhere! (No pages!)
- - Do not block the credit with images or anything else.
- - Do not make heavy changes that make the theme no longer recognizable as mine.
- - Do not take parts of my theme codes and add it into your theme.
- _______________________________________________________________________
- -->
- <!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>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href="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 type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <meta name="color:scrollbar" content="#565656" />
- <meta name="color:scrollbar background" content="#ffffff" />
- <meta name="color:background" content="#ffffff" />
- <meta name="color:blockquote" content="#565656" />
- <meta name="color:links" content="#565656" />
- <meta name="color:links hover" content="#eeeeee" />
- <meta name="color:text" content="#565656" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:posts border" content="#dddddd" />
- <meta name="color:sidebar image border" content="#aaaaaa" />
- <meta name="color:title" content="#262626" />
- <meta name="color:description" content="#262626" />
- <meta name="color:navigation" content="#565656" />
- <meta name="color:custom link text" content="#ffffff" />
- <meta name="color:custom link text hover" content="#ffffff" />
- <meta name="color:custom link background hover" content="#6a6a6a" />
- <meta name="color:permalink" content="#888888" />
- <meta name="color:permalink hover" content="#eeeeee" />
- <meta name="color:pagination" content="#565656" />
- <meta name="color:pagination hover" content="#eeeeee" />
- <meta name="color:asker border" content="#565656" />
- <meta name="image:background" content="" />
- <meta name="image:left sidebar" content="http://static.tumblr.com/qgsvv0s/GJnmrhwiv/60.jpg" />
- <meta name="image:right sidebar" content="http://static.tumblr.com/qgsvv0s/GJnmrhwiv/60.jpg" />
- <meta name="if:500" content="1" />
- <meta name="if:400" content="0" />
- <meta name="if:photo fade" content="0" />
- <meta name="if:grayscale" content="0" />
- <meta name="text:Link1 url" content="/">
- <meta name="text:Link1" content"link 1"/>
- <meta name="text:Link2 url" content="/">
- <meta name="text:Link2" content"link 2"/>
- <meta name="text:Link3 url" content="/">
- <meta name="text:Link3" content"link 3"/>
- <meta name="text:Link4 url" content="/">
- <meta name="text:Link4" content"link 4"/>
- <meta name="text:Link5 url" content="/">
- <meta name="text:Link5" content"link 5"/>
- <meta name="text:Link6 url" content="/">
- <meta name="text:Link6" content"link 6"/>
- <meta name="text:navigation top" content="190" />
- <style type="text/css">
- ::-webkit-scrollbar-track {background-color:{color:scrollbar background};}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
- ::-webkit-scrollbar {width:5px;height:5px;;}
- ::-moz-scrollbar-track {background-color:{color:scrollbar background};}
- ::-moz-scrollbar-thumb {background-color:{color:scrollbar};}
- ::-moz-scrollbar {width:5px;height:5px;}
- iframe#tumblr_controls {
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- -ms-transition: all 0.6s linear;
- -o-transition: all 0.6s linear;
- transition: all 0.6s linear;
- opacity:.3;
- }
- iframe#tumblr_controls:hover{
- opacity:1;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- -ms-transition: all 0.6s linear;
- -o-transition: all 0.6s linear;
- transition: all 0.6s linear;
- }
- body {
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-repeat:repeat;
- word-wrap:break-word;
- margin:0;
- padding:0;
- font-family:calibri;
- font-size:11px;
- }
- body a{
- text-decoration:none;
- }
- #content{
- {block:if500}
- width:520px;
- {/block:if500}
- {block:if400}
- width:420px;
- {/block:if400}
- margin:30px 0px 30px 480px;
- }
- #content blockquote{
- border-left:2px solid {color:blockquote};
- padding-left:8px;
- margin:0;
- }
- #content blockquote img{
- {block:if500}
- width:450px;
- {/block:if500}
- {block:if400}
- width:350px;
- {/block:if400}
- {block:permalinkpage}
- width:450px;
- {/block:permalinkpage}
- }
- #content a {
- color:{color:links};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- }
- #content a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- }
- .posts{
- color:{color:text};
- border:1px solid {color:posts border};
- padding:10px 10px 10px 10px;
- margin-bottom:20px;
- margin-left:auto;
- margin-right:auto;
- background:{color:posts};
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- {block:ifphotofade}
- opacity:.8;
- {/block:ifphotofade}
- {block:ifgrayscale}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- {/block:ifgrayscale}
- {block:if500}
- width:500px;
- {/block:if500}
- {block:if400}
- width:400px;
- {/block:if400}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .posts:hover{
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- opacity:1;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- z-index:-1;
- }
- #side{
- width:250px;
- height:75px;
- top:255px;
- left:100px;
- position:fixed;
- border-top:1px solid {color:sidebar image border};
- border-bottom:1px solid {color:sidebar image border};
- }
- #tit {
- position:fixed;
- top:230px;
- left:175px;
- height:auto;
- font-family: cambria;
- letter-spacing:-1px;
- font-size:20px;
- font-style:italic;
- text-transform:uppercase;
- width:250px;
- color:{color:title};
- }
- #desc {
- margin-top:0px;
- width:214px;
- height:70px;
- font-family:calibri;
- font-size:11px;
- font-style:italic;
- text-align:right;
- line-height:100%;
- padding:14px 8px 12px 8px;
- color:{color:description};
- background:transparent;
- margin-left:20px;
- }
- #desc a{
- color:{color:links};
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s;
- }
- #desc a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s;
- }
- #image{
- top:196px;
- position:fixed;
- left:100px;
- z-index:3;
- }
- #leftimg img{
- width:60px;
- height:60px;
- padding:4px;
- border:1px solid {color:sidebar image border};
- background:{color:background};
- }
- #rightimg img{
- width:60px;
- height:60px;
- padding:4px;
- border:1px solid {color:sidebar image border};
- margin-left:180px;
- margin-top:52px;
- background:{color:background};
- }
- #boob{
- position:fixed;
- top:0px;
- width:35px;
- left:400px;
- z-index:99!important;
- text-align:center;
- background:{color:navigation};
- height:100%;
- word-wrap:break-word;
- float:left;
- padding-top:{text:navigation top}px;
- }
- .bob{
- line-height:25px;
- margin:3px;
- text-align:center;
- font-family:calibri;
- font-size:11px;
- color:{color:custom link text};
- background:{color:navigation};
- text-transform:uppercase;
- padding:2px 4px 3px 4px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- }
- .bob:hover{
- color:{color:custom link text hover};
- padding:2px 7px 3px 7px!important;
- background:{color:custom link background hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- }
- #audio{
- display:block;
- {block:if500}
- max-width:500px;
- {/block:if500}
- {block:if400}
- max-width:400px;
- {/block:if400}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- background:#e4e4e4;
- }
- #ques{
- padding:0px;
- height:auto;
- margin-left:0px;
- line-height:110%;
- }
- #asker{
- float:right;
- padding-top:8px;
- padding-right:6px;
- text-align:right;
- font-size:10px;
- vertical-align:-15px!important;
- }
- #answer{
- padding-top:5px;
- margin-left:0px;
- margin-bottom:-10px;
- }
- .info {
- width:auto;
- padding-top:5px;
- margin-bottom:0px;
- margin-left:330!important;
- margin:0;
- text-transform:uppercase;
- font-size:10px;
- background:white;
- line-height:110%;
- border:1px solid #ddd;
- background:#eee;
- padding:7px;
- }
- .info a{
- color:{color:links};
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s;
- }
- .info a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s;
- }
- .posts .perma{
- text-align:left;
- position: absolute;
- width:60px;
- height: 14px;
- line-height:14px;
- position:absolute;
- color: black;
- margin-top: 30px;
- {block:if500}
- margin-left:515px;
- {/block:if500}
- {block:if400}
- margin-left:415px;
- {/block:if400}
- padding: 5px 5px 19px 5px;
- opacity: 0;
- font-size: 8px;
- font-family:calibri;
- text-transform: uppercase;
- letter-spacing: 1px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- .posts:hover .perma{
- margin-top:0px;
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition-duration: 0.5s;
- }
- .perma a {
- color: {color:permalink}!important;
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s;
- }
- .perma a:hover {
- color: {color:permalink hover}!important;
- background:transparent;
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s;
- }
- .date{
- font-size:10px;
- text-transform:uppercase;
- }
- #note{
- margin:20px auto;
- width: 500px;
- font-size: 9px;
- text-transform:uppercase;
- font-family:consolas;
- }
- ol.notes{
- list-style-type:none;
- margin:0px;
- padding:0;
- line-height:130%;
- color:{color:text}!important;
- }
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:99999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:3px 4px 4px 4px;
- font:8px calibri;
- background:#fff;
- line-height:100%;
- text-transform:uppercase;
- box-shadow:0px 1px #eee;
- border:0px solid #ddd;
- letter-spacing:1px;
- font-weight:bold;
- color:#565656;
- }
- #pagination{
- position:fixed;
- top:450px;
- left:100px;
- width:250px;
- z-index:9;
- text-align:center;
- }
- #pagination a{
- font-family:cambria;
- font-size:11px;
- margin:3px;
- color:{color:pagination}!important;
- padding:0px 3px;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #pagination a:hover{
- color:{color:pagination hover}!important;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #pagination .current_page {
- font-family:cambria;
- font-size:13px;
- padding:0px 3px;
- color:{color:pagination}!important;
- }
- .title{
- font-size:16px;
- font-family:calibri;
- text-align:left;
- }
- </style>
- </head>
- <body>
- {block:Pagination}
- <div id="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}
- <div id="tit">{Title}</div>
- <div id="side">
- <div id="desc">{block:description}{description}{/block:description}</div>
- <div id="boob">
- <a href="/" class="bob" title="home">i</a>
- <a href="/ask" class="bob" title="message">ii</a>
- <a href="/archive" class="bob" title="history">iii</a>
- <a href="http://almightyone.tumblr.com/" class="bob" title="theme made by almightyone">iv</a>
- {block:IfLink1}
- <a href="{text:Link1 url}" class="bob" title="{text:Link1}">v</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:Link2 url}" class="bob" title="{text:Link2}">vi</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:Link3 url}" class="bob" title="{text:Link3}">vii</a>
- {/block:IfLink3}
- {block:IfLink4}
- <a href="{text:Link4 url}" class="bob" title="{text:Link4}">viii</a>
- {/block:IfLink4}
- {block:IfLink5}
- <a href="{text:Link5 url}" class="bob" title="{text:Link5}">ix</a>
- {/block:IfLink5}
- {block:IfLink6}
- <a href="{text:Link6 url}" class="bob" title="{text:Link6}">x</a>
- {/block:IfLink6}
- </div>
- </div> <!--side -->
- <div id="image">
- <div id="leftimg"><img src="{image:left sidebar}" /></div>
- <div id="rightimg"><img src="{image:right sidebar}" /></div>
- </div>
- <div id="content">
- {block:posts}
- <div class="posts">
- {block:Text}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
- {ReblogParentName}</a>
- source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
- {/block:RebloggedFrom}
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}"><small>#</small>{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Text}
- {block:Photo}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- {block:RebloggedFrom}
- <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {LinkOpenTag}<img src="{PhotoURL-500}" style="{block:if500}max-width:500px;{/block:if500}
- {block:if400}max-width:400px;{/block:if400}"/>{LinkCloseTag}
- {/block:indexpage}
- {block:permalinkpage}
- {LinkOpenTag}<img src="{PhotoURL-500}" style="max-width:500px;"/>{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
- {ReblogParentName}</a>
- source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
- {/block:RebloggedFrom}
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}<br /> <span style="font-size:8px">tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- {block:RebloggedFrom}
- <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {block:if500}
- {Photoset-500}
- {/block:if500}
- {block:if400}{Photoset-400}{/block:if400}
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
- {ReblogParentName}</a>
- source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
- {/block:RebloggedFrom}
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Video}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- {block:RebloggedFrom}
- <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {block:if500}
- {Video-500}
- {/block:if500}
- {block:if400}{Video-400}{/block:if400}
- {/block:indexpage}
- {block:permalinkpage}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
- {ReblogParentName}</a>
- source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
- {/block:RebloggedFrom}
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- {block:RebloggedFrom}
- <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="audio">{AudioPlayerGrey}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:indexpage}
- {block:permalinkpage}
- <div id="audio">{AudioPlayerGrey}</div>
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
- {ReblogParentName}</a>
- source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
- {/block:RebloggedFrom}
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Audio}
- {block:Quote}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- {block:RebloggedFrom}
- <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="quote">“{Quote}”</div>
- {block:Source}<br /><div id="source">{Source}</div>{/block:Source}
- {/block:indexpage}
- {block:permalinkpage}
- <div id="quote">“{Quote}”</div>
- {block:Source}<br /><div id="source">{Source}</div>{/block:Source}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
- {ReblogParentName}</a>
- source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
- {/block:RebloggedFrom}
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Quote}
- {block:Answer}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- </div>
- <div id="ques">{Question}<br />
- <img src="{AskerPortraitURL-16}" style="border:3px solid {color:asker border};float:right;margin-right:12px;margin-top:3px;"/>
- <div id="asker"> - {Asker}</div>
- </div><br />
- <div id="answer">{Answer}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <div id="ques">{Question}<br />
- <img src="{AskerPortraitURL-16}" style="border:3px solid black;float:right;margin-right:12px;margin-top:3px;"/>
- <div id="asker"> - {Asker}</div>
- </div><br />
- <div id="answer">{Answer}</div>
- <div class="info">
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Answer}
- {block:Chat}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- {block:RebloggedFrom}
- <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}
- {block:Label}<span style="line-height:110%;"><strong>{Label}</strong>{/block:Label} {Line}</span><br />
- {/block:Lines}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}
- {block:Label}<span style="line-height:110%;"><strong>{Label}</strong>{/block:Label} {Line}</span><br />
- {/block:Lines}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
- {ReblogParentName}</a>
- source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
- {/block:RebloggedFrom}
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Chat}
- {block:Link}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
- {block:RebloggedFrom}
- <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div class="title"><a href="{URL}" >{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:indexpage}
- {block:permalinkpage}
- <div class="title"><a href="{URL}" >{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
- {ReblogParentName}</a>
- source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
- {/block:RebloggedFrom}
- <div class="date">
- {block:Date}{Month} {DayOfMonth}, {Year}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>{/block:Date}
- {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--info -->
- {/block:permalinkpage}
- {/block:Link}
- {block:PostNotes}
- <div id="note">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:posts}
- </div> <!--content -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment