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=Economica' 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>
- <link href='http://fonts.googleapis.com/css?family=Varela' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:8px;
- line-height:9px;
- font-family:calibri;
- z-index: 1000;
- border: 1px solid #000000;
- background-color:#ffffff;
- color: {color:text};
- text-transform:uppercase;
- letter-spacing: 1px;
- }
- </style>
- <head>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="color:Background" content="#EBF3F6" />
- <meta name="color:Content Background" content="#F4F4F4" />
- <meta name="color:Sidebar Background" content="#F4F4F4" />
- <meta name="color:Title" content="#102739" />
- <meta name="color:Text" content="#4D4D4D" />
- <meta name="color:Ask background" content="#A4C6CF" />
- <meta name="color:Links" content="#435E69" />
- <meta name="color:Bold" content="#7D979E" />
- <meta name="color:Italic" content="#7D979E" />
- <meta name="color:scroll bar" content="#A4C6CF" />
- <meta name="color:Title BG" content="#CCCCCC" />
- <meta name="color:Title Text" content="#000000" />
- <meta name="color:Post title" content="#102739" />
- <meta name="color:Links bg" content="#EBF3F6" />
- <meta name="if:Endless Scrolling" content=""/>
- <meta name="if:Show Captions" content="">
- <meta name="if:Show Updates Tab" content="">
- <meta name="if:Rounded Sidebar" content="">
- <meta name="if:Monochrome" content="">
- <meta name="text:UPDATES" content=""/>
- <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:Verdana;
- font-size:11px;
- margin: 0px;
- padding: 0px;
- overflow:hidden;}
- 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:linkshover};
- opacity: .5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- b {color:{color:Bold};}
- i{color:{color:Italic};}
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0.3;
- position: fixed !important;
- filter:alpha(opacity=30);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- iframe#tumblr_controls:hover{
- top: 0% !important;
- right:0% !important;
- opacity:0.8;
- position: fixed !important;
- filter:alpha(opacity=80);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- img{ opacity: 0.8;
- transition: opacity 1s ease-in-out;
- -moz-transition: opacity 1s ease-in-out;
- -webkit-transition: opacity 1s ease-in-out;}
- img:hover {
- opacity: 1.0;
- transition: opacity .55s ease-in-out;
- -moz-transition: opacity .55s ease-in-out;
- -webkit-transition: opacity .55s ease-in-out;}
- /* POSTS */
- #wrapper {-webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- width:500px;
- height:100%;
- margin-top:0px;
- padding: 20px 30px 0px 0px;
- position:absolute;
- background-color:{color:content background};
- margin-left:400px;}
- .contentwhole {
- width:px;
- margin-left:40px;
- height:95%;
- overflow:auto;
- overflow-x:hidden;
- }
- .content {
- width: 400px;
- margin:15px;
- padding:5px;
- padding-bottom:30px;
- background-color:{color:content background};
- }
- .posttitle{
- color:{color:post title};
- font-size: 20px;
- letter-spacing: 1px;
- text-align: left;
- text-transform: normal;
- font-family: 'Tulpen One', cursive;}
- 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;}
- #link, .Link {font-family:'Economica', sans-serif;
- text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
- font-size:20px;
- letter-spacing:1px;
- }
- #quote {font-size:15px;}
- .ask {
- display:block;
- padding:10px;
- background-color:{color:ask background};
- color:{color:text};}
- .ask1 img {
- max-width: 40px;
- display:block;
- margin-left:5px;
- margin-top:5px;
- -moz-border-radius: 10px 10px 10px 10px;
- -webkit-border-radius: 10px 10px 10px 10px;
- border-radius: 10px 10px 10px 10px;}
- .ask2 {
- display:block;
- float:left;
- font-family: calibri;
- text-transform:uppercase;
- margin-top:35px;
- font-size:10px;
- margin-left:5px;}
- .ask3{
- display:block;
- margin-top:50px;
- border-top: 1px solid {color:ask background};}
- .point {
- margin-top:-5px;
- display:block;
- margin-left:10px;
- width:0px;
- height:0px;
- border-left:10px solid transparent;
- border-right:10px solid transparent;
- border-top:15px solid{color:ask background};
- font-size:0px;
- line-height:0px;}
- /*MAKES POSTS BLACK AND WHITE */
- {block:ifmonochrome}
- img, .photo, .photoset{
- -webkit-filter: Grayscale(100%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration:0.8s;
- transition-duration:0.8s;
- -o-transition-duration:0.8s;}
- img:hover, .photo:hover, .photoset:hover{
- -webkit-filter: Grayscale(100%);
- opacity:;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- {block:ifmonochrome}
- #tumblr_controls{
- position:fixed!important; right: 0px; top:0px;}
- /* PERMALINKS */
- .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:center;
- 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;}
- /* PERMALINK PAGE */
- #source{
- width: 400px;
- padding:0px 5px;
- margin-left:-5px!important;
- margin-top: 10px;
- font-size: 10px;
- font-family: 'Varela', sans-serif;
- 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:500px;}
- /*SIDEBAR */
- #sidebar {
- background:{color:sidebar background};
- position:fixed;
- width:320px;
- height:300px;
- margin-left:50px;
- bottom:0px;
- padding-top:20px;
- {block:ifroundedsidebar}
- -webkit-border-top-left-radius: 50px;
- -webkit-border-top-right-radius: 50px;
- -moz-border-radius-topleft: 50px;
- -moz-border-radius-topright: 50px;
- border-top-left-radius: 50px;
- border-top-right-radius: 50px;
- {/block:ifroundedsidebar}
- }
- #sidebarimage {margin-left:25px;}
- #sidebarimage img {width:100px;
- height:100px;
- opacity:1;}
- #title {position: fixed;
- margin-left: 5px;
- width: 290px;
- padding: 3px 10px 3px 10px;
- margin-top:105px;
- 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:25px;
- margin-left:5px;
- font-family:cambria;
- line-height:110%;
- font-size:9px;
- font-style:italic;
- width:300px;
- height:150px;
- overflow:auto;
- padding:5px;
- text-align:justify;
- color:{color:text};
- }
- .desc a
- {color:{color:text};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .links {
- position:fixed;
- margin-top:-105px;
- margin-left:135px;
- width:170px;
- height:100px;
- font-family:calibri;
- text-align:center;
- text-transform:uppercase;
- }
- .links a {background-color:{color:links bg};
- font-size: 9px;
- display:block;
- width: 75px;
- height:25px;
- text-align: center;
- padding-top:13px;
- padding-bottom:10px;
- margin-left:3px;
- margin-top:5px;
- position:relative;
- text-align: center;
- z-index:1;
- display: inline-block;
- border-bottom:-3px solid black;
- }
- .links a:hover {
- color:{color:Hover};
- }
- #pagu { width:35px;
- padding:10px;
- left:950px;
- bottom:0px;
- height:25px;
- position:fixed;
- background-color:{color:content background};
- {block:ifroundedsidebar}
- -webkit-border-top-left-radius: 50px;
- -webkit-border-top-right-radius: 50px;
- -moz-border-radius-topleft: 50px;
- -moz-border-radius-topright: 50px;
- border-top-left-radius: 50px;
- border-top-right-radius: 50px;
- {/block:ifroundedsidebar}}
- #names {font-family:calibri;
- font-size:8px;
- color:#254A48;
- text-align:center;
- padding-top:px;}
- #tabbox {
- text-align: center;
- font-size: 11px; /*self-explanatory*/
- position:fixed;
- left:10px;
- top:-111px;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- z-index:999;}
- #tabbox:hover {top:0px;}
- #boxhover {
- padding: 9px;
- background: #fff; /*Color of the tab box background*/
- width:175px;
- color:#BDBDBD; /*color of the box text*/
- height:90px; /*how tall it is*/
- z-index: 9999;
- }
- #tablabel{
- font-size:10px;
- text-align: center;
- color:#BDBDBD; /*Color of the tab title*/
- height:20px;
- padding: 7px 0px 0px 0px;
- background:#fff; /*Color of the tab label background*/
- width: 65px;
- -webkit-border-bottom-right-radius: 20px;
- -webkit-border-bottom-left-radius: 20px;
- -moz-border-radius-bottomright: 20px;
- -moz-border-radius-bottomleft: 20px;
- border-bottom-right-radius: 20px;
- border-bottom-left-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="title">{title}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- <a href="/" title="Refresh">Home</a><a href="/ask" title="Message">Ask</a>
- <a href="/archive" title="History">archive</a><a href="/random" title="Random Post">Random</a> </div>
- </div>
- {block:ifshowupdatestab}
- <div id="tabbox">
- <div id="boxhover">
- <center> <!--You can delete this if you don't want it to be centered--> {text:UPDATES}
- </center> <!--You can delete this if you don't want it to be centered-->
- </div> <!--TABBOX END-->
- <div id="tablabel">Updates </div></div>
- </div><!--TABBOX END-->
- {/block:ifshowupdatestab} </div></div>
- {block:IfNotEndlessScrolling}<div id="pagu">
- {block:Pagination}<div id="names">{block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}{/block:Pagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}{/block:Pagination} </div>
- {/block:IfNotEndlessScrolling}
- </div>
- {block:IndexPage}
- {/block:IndexPage}
- <div id="wrapper">
- <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}
- <center><a href="{URL}" target="{Target}" class="Link"> {Name} </a> </class></center>
- {block:Description} {Description} {/block:Description}
- {/block:indexpage}
- {block:PermalinkPage}
- <a href="{URL}" target="{Target}" class="Link">» {Name} </a> </class>
- {block:Description} {Description} {/block:Description}
- <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}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- <p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:indexpage}
- {block:PermalinkPage}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- <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"><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 class="ask">{Question}</div>
- <div class="point"></div>
- <div class="ask1"><img src="{AskerPortraitURL-40}" align="left"></div>
- <div class="ask2">{Asker}</div>
- <div class="ask3">{Answer}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <div class="ask">{Question}</div>
- <div class="point"></div>
- <div class="ask1"><img src="{AskerPortraitURL-40}" align="left"></div>
- <div class="ask2">{Asker}</div>
- <div class="ask3">{Answer}</div>
- <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}
- </div>
- </div>
- <div class="credit"><div class="credittext"><a href="http://chinqu.tumblr.com"><font size="2">©</font></a><p>theme</div></div>
- </head></body>
Advertisement
Add Comment
Please, Sign In to add comment