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">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:300' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{FavIcon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <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><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/95njt7t/WY7lqgdrx/backtotop_arrowblk.png" border="0"></a>
- <head>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="color:scroll bar" content="#778866" />
- <meta name="color:Background" content="#CCCCCC" />
- <meta name="color:Sidebar Background" content="#F3F3F3" />
- <meta name="color:Sidebar Edge" content="#343434" />
- <meta name="color:Text" content="#444444" />
- <meta name="color:Links" content="#89AAD7" />
- <meta name="color:Links Hover" content="#D3B1B1" />
- <meta name="color:Bold" content="#F4A6B3" />
- <meta name="color:Italic" content="#D0A9C2" />
- <meta name="color:Post Background" content="#FFFFFF" />
- <meta name="color:Title BG" content="#FFFFFF" />
- <meta name="color:Title Text" content="#7A6D6D" />
- <meta name="color:Description BG" content="#FFFFFF" />
- <meta name="color:Description Text" content="#000000" />
- <meta name="color:Custom BG" content="#CCCCCC" />
- <meta name="color:Custom Text" content="#000000" />
- <meta name="color:Navilinks BG" content="#FFFFFF" />
- <meta name="color:Navilinks Border" content="#CCCCCC" />
- <meta name="color:Borders" content="#d3d3d3"/>
- <meta name="color:Ask Background" content="#CCCCCC" />
- <meta name="color:Permalink" content="#99BB66" />
- <meta name="color:PermaLink Hover" content="#F4A6B3" />
- <meta name="color:Post title" content="#8A99A4" />
- <meta name="if:Endless Scrolling" content=""/>
- <meta name="if:Show Captions" content="">
- <meta name="if:Show Custom Links" content="1">
- <meta name="if:Tiny cursor" content="1">
- <meta name="image:Sidebar background" content="" />
- <meta name="text:Custom Link 1" content="/" />
- <meta name="text:Custom Link 1 Title" content="" />
- <meta name="text:Custom Link 2" content="/" />
- <meta name="text:Custom Link 2 Title" content="" />
- <meta name="text:Custom Link 3" content="/" />
- <meta name="text:Custom Link 3 Title" content="" />
- <meta name="text:Custom Link 4" content="/" />
- <meta name="text:Custom Link 4 Title" content="" />
- <meta name="text:Custom Link 5" content="/" />
- <meta name="text:Custom Link 5 Title" con/tent="" />
- <meta name="text:Custom Link 6" content="" />
- <meta name="text:Custom Link 6 Title" content="" />
- <meta name="text:Custom Link 7" content="/" />
- <meta name="text:Custom Link 7 Title" content="" />
- <meta name="text:Custom Link 8" content="/" />
- <meta name="text:Custom Link 8 Title" content="" />
- <meta name="text:Custom Link 9" content="/" />
- <meta name="text:Custom Link 9 Title" content="" />
- <meta name="text:Custom Link 10" content="/" />
- <meta name="text:Custom Link 10 Title" content="" />
- <style>
- div#qTip {
- padding: 5px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:10px;
- line-height:9px;
- z-index: 1000;
- background: white;
- border:1px solid {color:borders};
- color: {color:text};
- background: {color:post background};
- font-style:italic;}
- </style>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- width: 5px;
- height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background: #9C9C9C;}
- ::-webkit-scrollbar-track-piece {background-color: white;}
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- height: 50px;
- background-color: {color:scroll bar};}
- /* CONTENT */
- body {
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- color:{color:Text};
- font-family:cambria;
- font-size:11px;
- margin: 0px;
- padding: 0px;
- {block:iftinycursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:iftinycursor}}
- a {
- text-decoration:none;
- color:{color:links};
- opacity:;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out; }
- a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- {block:iftinycursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:iftinycursor}}
- b {
- color:{color:Bold};}
- i{
- color:{color:Italic};}
- .contentwhole {
- width:520px;
- margin-left:460px;
- height:100%;
- }
- /* POSTS */
- .content {
- width: 400px;
- margin-left:15px;
- margin-right:15px;
- margin-bottom:25px;
- margin-top:15px;
- padding:5px;
- padding-bottom:30px;
- background-color:{color:post background};
- }
- .posttitle{
- color:{color:post title};
- font-size: 15px;
- line-height: 15px;
- letter-spacing: 0px;
- text-align: left;
- text-transform: normal;}
- blockquote{
- padding-left: 5px;
- margin: 0px 0px 10px 0px;
- display: block;
- position: relative;
- border-left: 1px solid {color:bold};}
- blockquote img{
- max-width: 100%!important;}
- #quote {font-size:15px}
- /* AUDIO POSTS */
- #audiopost {
- margin-bottom:5px;
- width:400px;
- height:150px}
- .cover {
- width:150px;
- height:150px;
- position:absolute;}
- .cover img {
- width:150px;
- height:150px;
- float:left;}
- .player {
- opacity: 0.5;position:absolute;
- z-index:1;
- background:#fff;
- width:150px;
- height:150px;
- display:block;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .playerr {
- width:25px;
- height:25px;
- margin-top:55px;
- margin-left:55px;
- overflow:hidden;
- padding:3px;}
- .track {
- margin-left:160px; line-height:12px; padding-top: 35px;}
- #linkpost { padding:8px;
- font-family:cambria;
- letter-spacing:2px;
- margin-bottom:5px;
- text-align:left;
- font-style:italic;
- border-bottom:1px {color:border} solid;
- color:{color:text};
- }
- #question {
- padding:8px;
- font-family:cambria;
- letter-spacing:2px;
- text-align:left;
- font-style:italic;
- border:1px {color:border} solid;
- color:{color:text};
- background-color:{color:ask background}
- }
- .chat ul {
- list-style: none;
- margin: 0;
- padding: 0;}
- .chat li {
- border-radius: 0.2em;
- border-bottom:1px {color:border} solid;
- margin-bottom: 2%;
- padding: 1%;}
- /* Permalinks, the links that appear when you hover on a post */
- .permalink {
- position:relative;
- z-index:333;
- text-transform:uppercase;
- letter-spacing:1px;
- font-family: consolas;
- font-size:8px;
- background-color:{color:post background};
- padding:4px;
- text-align:right;
- margin-bottom:-45px;
- margin-left:-5px;
- opacity:0;
- width:402px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;}
- .permalink a {
- color:{color:permalink};
- text-decoration: none;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .permalink a:hover{
- color: {color:permalink hover};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .content:hover .permalink{
- opacity:1;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- #tumblr_controls{
- position:fixed!important; right: 0px; top:0px;}
- /* PERMALINK PAGE */
- #source{
- width: 400px;
- padding:0px 5px;
- margin-left:-5px!important;
- margin-top: 10px;
- font-size: 10px;
- font-family: calibri;
- color:{color:post text};
- text-transform: uppercase;
- text-align:center;}
- #source a{
- color:{color:links};
- text-decoration:none;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #source a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #PostNotes {
- margin-left:0px;
- text-align:left;
- width:400px;
- max-height:200px;
- overflow:auto
- }
- /* SIDEBAR */
- #sidebar {
- position:fixed;
- width:300px;
- height:1000px;
- margin-left:0px;
- margin-top:-15px;
- border-right:5px solid {color:Sidebar edge};
- background-color:{color:Sidebar Background};
- background-image: url('{image:Sidebar Background}');
- }
- #sidebarimage {}
- #sidebarimage img {
- width:250px;
- margin-top:15px;
- margin-left:25px;}
- #title {position: fixed;
- margin-left: 5px;
- width: 270px;
- padding: 3px 10px 3px 10px;
- margin-top:20px;
- font-size: 8px;
- letter-spacing: 1px;
- line-height: 10px;
- font-family: cambria;
- text-transform: uppercase;
- text-align:center;
- color:{color:title text};
- background-color: {color:title bg};
- opacity: 1;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -o-transition: all 0.6s ;
- }
- .desc {
- position:fixed;
- margin-top:130px;
- margin-left:5px;
- font-family:cambria;
- line-height:110%;
- font-size:9px;
- width:280px;
- padding:5px;
- text-align:justify;
- color:{color:description text};
- text-transform: none;
- background-color: {color:description bg};}
- .desc a{width:1px;
- height:1px;}
- .links {
- position:fixed;
- margin-top:10px;
- margin-left:0px;
- width:300px;
- height:100px;
- font-family:calibri;
- text-align:center;
- font-style:none;
- text-transform:uppercase;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- .links a {background-color:{color:navilinks bg};
- font-size: 9px;
- display:block;
- width: 50px;
- height:30px;
- text-align: center;
- padding-top:15px;
- padding-bottom:4px;
- margin-left:3px;
- margin-top:30px;
- position:relative;
- text-align: center;
- z-index:1;
- display: inline-block;
- border: 1px solid transparent;}
- .links a:hover {
- color:{color:Hover};
- border: 1px solid {color:navilinks border};
- border-radius: 50%;}
- .navi {background:{color:custom bg};
- margin-bottom:15px;
- margin-top:5px;
- margin-left:5px;
- padding-top:10px;
- border-top:0px;
- font-family: Calibri;
- font-size: 9px;
- text-transform:uppercase;
- position: relative;
- padding: 3px;
- width: 250px;
- border: 0px solid white;}
- #pagi{
- width:430px;
- font-size:8px;
- text-align:center;
- left:750px;
- bottom:0px;
- font-family:cambria;
- letter-spacing:0px;
- padding-top:45px;
- margin-top:20px;
- background-color:{color:post background};
- padding:5px;
- padding-bottom:20px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-border-top-left-radius: 20px;
- -webkit-border-top-right-radius: 20px;}
- /* THEME CREDIT DO NOT REMOVE */
- .credit { position: fixed;
- bottom: -40px;
- right: 5px;}
- .credittext {
- width:50px;
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- text-align:center;
- background-color:white;
- padding:5px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-border-top-left-radius: 20px;
- -webkit-border-top-right-radius: 20px;}
- .credit:hover .credittext{
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-border-top-left-radius: 0px;
- -webkit-border-top-right-radius: 0px;
- padding-bottom:35px;}
- </style></head>
- <body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="title">{title}</div>
- <div class="links">
- <a href="/">Home</a>
- <a href="/ask">Ask</a>
- <a href="/archive">Past</a>
- <a href="/random">Random</a>
- <a href="http://chinqu.tumblr.com">Theme</a>
- {block:ifshowcustomlinks}<div class="navilinks"><center>
- <select onChange="location.href=this.options[this.selectedIndex].value;" class="navi">
- <option value="/">Links</option>
- {block:IfCustomLink1}<option value="{text:Custom Link 1}">{text:Custom Link 1 title}</option>{/block:IfCustomLink1}
- {block:IfCustomLink2}<option value="{text:Custom Link 2}">{text:Custom Link 2 Title}</option>{/block:IfCustomLink2}
- {block:IfCustomLink3}<option value="{text:Custom Link 3}">{text:Custom Link 3 Title}</option>{/block:IfCustomLink3}
- {block:IfCustomLink4}<option value="{text:Custom Link 4}">{text:Custom Link 4 Title}</option>{/block:IfCustomLink4}
- {block:IfCustomLink5}<option value="{text:Custom Link 5}">{text:Custom Link 5 Title}</option>{/block:IfCustomLink5}
- {block:IfCustomLink6}<option value="{text:Custom Link 6}">{text:Custom Link 6 Title}</option>{/block:IfCustomLink6}
- {block:IfCustomLink7}<option value="{text:Custom Link 7}">{text:Custom Link 7 Title}</option>{/block:IfCustomLink7}
- {block:IfCustomLink8}<option value="{text:Custom Link 8}">{text:Custom Link 8 Title}</option>{/block:IfCustomLink8}
- {block:IfCustomLink9}<option value="{text:Custom Link 9}">{text:Custom Link 9 Title}</option>{/block:IfCustomLink9}
- {block:IfCustomLink10}<option value="{text:Custom Link 10}">{text:Custom Link 10 Title}</option>{/block:IfCustomLink10}
- </select>
- </div> {/block:ifshowcustomlinks}
- </div>
- <div class="desc">
- {Description}
- </div>
- </div>
- </div>
- {block:IndexPage}
- {/block:IndexPage}
- <div class="contentwhole">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <!— {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 class="content">
- {block:Text}
- {block:indexpage}
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body} {/block:indexpage}
- {block:PermalinkPage}
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:indexpage}
- <img src="{PhotoURL-400}" class="center">
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- <img src="{PhotoURL-400}" class="center">
- {block:Caption}{Caption}{/block:caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- {Photoset-400}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:indexpage}
- {block:PermalinkPage}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:indexpage}
- <div id="quote">❝ {Quote} ❞ </div><p>
- {block:Source}<p style="text-align:right">- {Source}{/block:Source} {/block:indexpage}
- {block:PermalinkPage}
- {Quote}<p>
- {block:Source}- {Source}{/block:Source}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- {block:indexpage}<div id="linkpost"><a href="{URL}" target="{Target}"> {Name} </a></div>
- {block:Description} {Description} {/block:Description}
- {/block:indexpage}
- {block:PermalinkPage}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:indexpage}
- <div class="chat"><ul>
- {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
- </ul></div>
- {/block:indexpage}
- {block:PermalinkPage}
- {block:Title} {Title} {/block:Title} <p>
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:indexpage}{block:AudioPlayer}{/block:AudioPlayer}
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
- <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
- {Caption}
- {/block:indexpage}
- {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
- <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
- {Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:indexpage}
- {Video-400}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:indexpage}
- {block:permalinkpage}{Video-400}
- {block:Caption}{Caption}{/block:Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>{/block:permalinkpage}
- {/block:Video}
- {block:Answer}
- {block:indexpage}
- <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"><img src="{AskerPortraitURL-30}" float:left"> — {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font> {/block:indexpage}
- {block:permalinkpage}
- <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"><img src="{AskerPortraitURL-48}" float:left"> — {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Answer}
- <div class="permalink">
- <a href="{Permalink}" title="Notes">{NoteCount}</a> - <a href="{Permalink}" title="{TimeAgo}">Posted</a> - <a href="{ReblogURL}" target="_blank" title="Grab it">Reblog</a></br></div>
- </div>
- {/block:Posts}
- {block:ifnotendlessscrolling} <div id="pagi">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
- {block:JumpPagination length="15"}
- {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}
- {/block:Pagination}</div>{/block:ifnotendlessscrolling}
- </div>
- </head></body>
Advertisement
Add Comment
Please, Sign In to add comment