Advertisement
sleeplessthemes

Astound Theme

Aug 30th, 2012
3,703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.75 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <!-- Please keep my credit on this theme. Or at least link
  5. me as the creator on your blog somewhere. Thanks! =)
  6.  
  7. Astound Theme by: destroyer.tumblr.com | sleeplessthemes.com
  8. Astound Theme by: destroyer.tumblr.com | sleeplessthemes.com
  9. Astound Theme by: destroyer.tumblr.com | sleeplessthemes.com
  10. Astound Theme by: destroyer.tumblr.com | sleeplessthemes.com
  11. Astound Theme by: destroyer.tumblr.com | sleeplessthemes.com
  12. Astound Theme by: destroyer.tumblr.com | sleeplessthemes.com
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <!-- DEFAULT COLORS -->
  18. <meta name="color:Background" content="#070707"/>
  19. <meta name="color:navigation background" content="#a3b929"/>
  20. <meta name="color:top background" content="#040404"/>
  21. <meta name="color:post hover text" content="#000000"/>
  22. <meta name="color:post" content="#040404"/>
  23. <meta name="color:photo post hover" content="#a3b929"/>
  24. <meta name="color:Text" content="#9e9e9e"/>
  25. <meta name="color:text headers" content="#a3b929"/>
  26. <meta name="color:bold text" content="#999999"/>
  27. <meta name="color:label background" content="#f4f4f4"/>
  28. <meta name="color:link" content="#969696"/>
  29. <meta name="color:link hover" content="#ffffff"/>
  30. <meta name="color:nav link" content="#111111"/>
  31. <meta name="color:nav link hover" content="#ffffff"/>
  32. <meta name="color:scrollbar" content="#a3b929" />
  33. <meta name="color:scrollbar track" content="#040404" />
  34.  
  35.  
  36. <meta name="image:Portrait 1 96x96" content=""/>
  37. <meta name="image:Portrait 2 96x96" content=""/>
  38. <meta name="image:Portrait 3 96x96" content=""/>
  39. <meta name="image:Portrait 4 96x96" content=""/>
  40.  
  41.  
  42. <meta name="image:Background" content=""/>
  43.  
  44. <meta name="if:Show Infinite Scroll" content="1" />
  45.  
  46. <meta name="text:Font Size" content="9px"/>
  47. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  48.  
  49. <meta name="text:Custom Link One" content="" />
  50. <meta name="text:Custom Link One Title" content="" />
  51. <meta name="text:Custom Link Two" content="" />
  52. <meta name="text:Custom Link Two Title" content="" />
  53. <meta name="text:Custom Link Three" content="" />
  54. <meta name="text:Custom Link Three Title" content="" />
  55. <meta name="text:Custom Link Four" content="" />
  56. <meta name="text:Custom Link Four Title" content="" />
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
  63.  
  64. <title>{Title}</title>
  65. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  66. <link rel="shortcut icon" href="{Favicon}">
  67. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  68. {block:Description}
  69. <meta name="description" content="{MetaDescription}" />
  70. {/block:Description}
  71.  
  72. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  73.  
  74. <style type="text/css">
  75. body{
  76. margin-top:0px;
  77. text-align:justify;
  78. color: {color:Text};
  79. font-family: {font:Body};
  80. font-size: {text:Font Size};
  81. line-height: 12px;
  82. background-color: {color:Background};
  83. background-image:url({image:Background});
  84. background-attachment: fixed;
  85. background-position:bottom center;
  86. background-repeat: repeat;}
  87.  
  88. ::-webkit-scrollbar {
  89. width: 8px;
  90. height: 8px;
  91. background: {color:scrollbar track};}
  92.  
  93. ::-webkit-scrollbar-thumb {
  94. background-image:url();
  95. background-color: {color:scrollbar};
  96. -webkit-border-radius: 0ex;
  97. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);}
  98.  
  99. ::-webkit-scrollbar-corner {
  100. background: #transparent;}
  101.  
  102.  
  103. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  104. font-family: {font:Body};
  105. font-size: {text:Font Size}; line-height:12px; }
  106. a:hover{color: {color:link hover}; line-height:12px;}
  107.  
  108. #tumblr_controls{
  109. position:fixed!important;}
  110.  
  111. b, strong{color: {color:bold text};
  112. font-family: {font:Body};
  113. font-size: {text:Font Size}; line-height:12px;}
  114.  
  115. #wtf {
  116. background-color: transparent;
  117. margin-top:140px;
  118. width:822px;
  119. overflow: visible;
  120. margin-left: auto;
  121. margin-right: auto;
  122. padding:4px 4px 4px 20px;
  123.  
  124. {block:PermalinkPage}
  125. width:500px;
  126. {/block:PermalinkPage}
  127.  
  128. color: {color:Text};
  129. font-family: {font:Body};
  130. font-size: {text:Font Size};
  131. line-height: 12px;}
  132.  
  133. #entry {
  134. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  135. position:relative;
  136. float:left;
  137. background-color: {color:post};
  138. border: 4px solid {color:post};
  139. z-index:6;
  140. overflow:hidden;
  141. width:250px;
  142. height: 100px;
  143. {block:PermalinkPage}
  144. width:500px;
  145. height: auto;
  146. {/block:PermalinkPage}
  147. padding: 0px;
  148. margin:0px 16px 16px 0px;}
  149.  
  150.  
  151. #info {
  152. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  153. position:relative;
  154. float:left;
  155. background-color: {color:post};
  156. border: 4px solid {color:post};
  157. z-index:6;
  158. overflow:visible;
  159. width:500px;
  160. height: auto;
  161. padding: 0px;
  162. margin:0px 0px 16px 0px;}
  163.  
  164. #notes {
  165. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  166. position:relative;
  167. float:left;
  168. background-color: {color:post};
  169. border: 4px solid {color:post};
  170. z-index:6;
  171. overflow:visible;
  172. width:500px;
  173. height: auto;
  174. padding: 0px;
  175. margin:0px 0px 16px 0px;}
  176.  
  177.  
  178. #sidebar {
  179. overflow:hidden;
  180. top:0px;
  181. margin-left:0px;
  182. position:fixed;
  183. left:0;
  184. background-color:{color:sidebar};
  185. width: 100%;
  186. height: 116px;
  187. padding: 0px;
  188. z-index:1000;}
  189.  
  190. p{
  191. margin-top:0px;
  192. margin-bottom:0px;}
  193.  
  194. #question{
  195. overflow:SHOW;
  196. padding-bottom:3px;
  197. margin-bottom:3px;}
  198.  
  199. #askr{
  200. display:block;
  201. float:left;
  202. width:33px;
  203. overflow:hidden;
  204. margin-right:3px;}
  205.  
  206. ul {
  207. list-style: disc;
  208. padding: 4px 0px 6px 20px;}
  209.  
  210. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  211.  
  212. blockquote img{display:block; width:100%;}
  213.  
  214. blockquote p{padding:0px; margin:0px;}
  215.  
  216. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  217.  
  218. #bottominfo{
  219. padding:2px 0px 0px 0px;
  220. display:block;}
  221.  
  222. .answer p{margin:0px;}
  223. .notes img{
  224. width:10px;
  225. position:relative;
  226. top:1px;}
  227.  
  228. ol.notes, .notes li{
  229. list-style:none;
  230. margin:0px;
  231. padding:0px;}
  232.  
  233. small {font-size:8px; line-height:8px; letter-spacing:0px;}
  234. big {font-family:arial black; color:{color:text}; font-size:14px;}
  235.  
  236. .audio {width:100%; background:black; border:0px dotted #D6D6D6;}
  237.  
  238. a img{border:none;}
  239.  
  240. .label {
  241. color: {color:bold text};font-weight: bold; line-height:12px;}
  242.  
  243. .odd {
  244. background-color:{color:label background};}
  245.  
  246.  
  247. h1 {
  248. font-size: 38px;
  249. line-height: 38px;
  250. font-family: impact;
  251. font-weight:normal;
  252. text-transform: uppercase;
  253. letter-spacing: -1px;
  254. color:{color:text headers};
  255. text-align:center;
  256. margin:0px;
  257. padding-bottom:4px;}
  258.  
  259. h2 {
  260. font-size: 28px;
  261. line-height: 28px;
  262. font-family: Six Caps;
  263. font-weight:400;
  264. text-transform: uppercase;
  265. letter-spacing: -1px;
  266. color:{color:text headers};
  267. text-align:left;}
  268.  
  269.  
  270. a.links1 {
  271. text-align:center;
  272. width: 96px;
  273. height:auto;
  274. margin-top:0px;
  275. margin-bottom:8px;
  276. color: {color:nav link hover};
  277. display: inline-block;
  278. text-transform: uppercase;
  279. font-family:consolas;
  280. font-weight:bold;
  281. font-size:8px;
  282. letter-spacing:1px;
  283. padding: 2px;
  284. -webkit-transition-property:color, text;
  285. -webkit-transition-duration: .2s;
  286. -moz-transition-duration: .2s;
  287. -webkit-transition-timing-function: linear, ease-in;
  288. background-color: {color:nav link};}
  289.  
  290.  
  291. a.links1:hover {
  292. color: {color:nav link};
  293. -webkit-transition-duration: .2s;
  294. -moz-transition-duration: .2s;
  295. background-color: {color:nav link hover};}
  296.  
  297.  
  298. #ask {
  299. font-size:10px;
  300. line-height:12px;
  301. background-color: {color:text headers};
  302. padding:4px;
  303. margin-bottom:4px;}
  304.  
  305.  
  306. img.middle {
  307. vertical-align:middle;
  308. margin-bottom:3px;}
  309.  
  310.  
  311.  
  312. #entry #infos {
  313. z-index:10;
  314. opacity:0.0;
  315. filter: alpha(opacity=0);
  316. -moz-opacity:0.0;
  317. background-color:{color:photo post hover};
  318. width:250px;
  319. position: absolute;
  320. top:0px;
  321. margin-left:0px;
  322. -webkit-transition: all .8s ease-out;
  323. -moz-transition: all .8s ease-out;
  324. -o-transition: all .8s ease-out;
  325. transition: all .8s ease-out;
  326. z-index:10;
  327. overflow-y:hidden;
  328. height: 100px;}
  329.  
  330. #entry:hover #infos {
  331. opacity:0.8;
  332. filter: alpha(opacity=80);
  333. -moz-opacity:0.8;
  334. z-index:10;
  335. top: 0px;}
  336.  
  337. #entry #infos #details {
  338. float:left;
  339. display:block;
  340. width:250px;
  341. height: auto;
  342. padding: 30px 0px 0px 0px;}
  343.  
  344.  
  345. #description {
  346. background-color: {color:top background};
  347. width: 100%;
  348. height: 106px;
  349. top: 25px;
  350. position: fixed;
  351. z-index: 999;}
  352.  
  353. #desc {
  354. color:{color:Text};
  355. width: 800px;
  356. margin: auto;
  357. padding: 4px;
  358. text-align: justify;}
  359.  
  360. #desc img {
  361. margin-right: 5px;}
  362.  
  363.  
  364.  
  365. h3 {
  366. text-shadow: 1px 1px 6px #000;
  367. color: {color:post hover text};
  368. font-size: 40px;
  369. line-height: 40px;
  370. font-family: Six Caps;
  371. font-weight: normal;
  372. text-transform: uppercase;
  373. letter-spacing: -2px;
  374. margin-top:-6px;
  375. margin-bottom:-14px;}
  376.  
  377. h4 {
  378. text-shadow: 1px 1px 6px #000;
  379. color: {color:post hover text};
  380. font-size: 16px;
  381. line-height: 16px;
  382. font-family: Mr Dafoe;
  383. font-weight: normal;
  384. text-transform: lowercase;
  385. letter-spacing: 1px;}
  386.  
  387. h5 {
  388. margin-top:2px;
  389. text-align:center;
  390. text-shadow: 1px 1px 6px #000;
  391. color: {color:text headers};
  392. font-size: 16px;
  393. line-height: 16px;
  394. font-family: Mr Dafoe;
  395. font-weight: normal;
  396. text-transform: lowercase;
  397. letter-spacing: 1px;}
  398.  
  399. #notez {
  400. cursor:pointer;
  401. opacity:0.6;
  402. filter: alpha(opacity=60);
  403. -moz-opacity:0.6;
  404. color: #ffffff;
  405. font-size: 8px;
  406. line-height: 9px;
  407. font-family: Open Sans Condensed;
  408. font-weight: 700;
  409. text-transform: uppercase;
  410. letter-spacing: 0px;
  411. position:absolute;
  412. bottom:0px;
  413. padding:4px 0px 2px 0px;
  414. z-index:100000;
  415. width:250px;
  416. height:10px;
  417. background-color:#000000;
  418. -webkit-transition: all .8s ease-out;
  419. -moz-transition: all .8s ease-out;
  420. -o-transition: all .8s ease-out;
  421. transition: all .8s ease-out;}
  422.  
  423. #notez:hover {
  424. height:28px;
  425. opacity:0.9;
  426. filter: alpha(opacity=100);
  427. -moz-opacity:0.9;}
  428.  
  429. a.navz {
  430. text-align:center;
  431. width: 125px;
  432. height: 125px;
  433. color: {color:nav link hover};
  434. display: inline-block;
  435. text-transform: uppercase;
  436. font-family:arial;
  437. font-weight:bold;
  438. font-size:100px;
  439. line-height:100px;
  440. -webkit-transition: all .8s ease-out;
  441. -moz-transition: all .8s ease-out;
  442. -o-transition: all .8s ease-out;
  443. transition: all .8s ease-out;
  444. background-color: {color:navigation background};}
  445.  
  446. a.navz:hover {
  447. background-color:{color:post};}
  448.  
  449.  
  450. .bubble
  451. {width: auto;
  452. padding: 4px;
  453. margin-bottom:-6px;
  454. background: {color:label background};
  455. -moz-border-radius: 10px;
  456. -webkit-border-radius: 10px;
  457. border-radius: 10px;}
  458.  
  459. .bubble:after
  460. {content: "";
  461. border: solid 6px transparent;
  462. border-top-color: {color:label background};
  463. border-bottom: 0;
  464. width: 0;
  465. height: 0;
  466. overflow: hidden;
  467. display: block;
  468. position: relative;
  469. bottom: -10px;
  470. margin: auto;}​
  471.  
  472. {CustomCSS}
  473. </style>
  474.  
  475. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  476.  
  477. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/TKllubdk7/scrolltopcontrol.js"></script>
  478.  
  479. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  480.  
  481. </head>
  482.  
  483.  
  484. <body>
  485.  
  486. <div id="wtf">
  487.  
  488. <div id="sidebar">
  489.  
  490. <div style="left:0px; top:0; width:100%; height:18px; background-color:{color:navigation background}; padding:4px;">
  491. <center>
  492. <a href="http://{name}.tumblr.com" class="links1">Home</a>
  493. {block:AskEnabled}<a href="/ask" class="links1">Ask</a>{/block:AskEnabled}
  494.  
  495. {block:SubmissionsEnabled}<a href="/submit" class="links1">Submit</a>{/block:SubmissionsEnabled}
  496.  
  497. {block:HasPages}
  498. {block:Pages}
  499. <a href="{URL}" class="links1">{Label}</a>
  500. {/block:Pages}
  501. {/block:HasPages}
  502.  
  503. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  504.  
  505. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  506.  
  507. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  508.  
  509. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  510. <a href="http://sleeplessthemes.com" class="links1">Theme</a>
  511. </center>
  512. </div>
  513.  
  514. <div id="description">
  515. <div id="desc">
  516.  
  517. {block:IfPortrait196x96Image}
  518. <a href="http://{name}.tumblr.com"><img src="{image:Portrait 1 96x96}" width="96" height="96" align="left"></a>
  519. {/block:IfPortrait196x96Image}
  520. {block:IfPortrait296x96Image}
  521. <a href="http://{name}.tumblr.com"><img src="{image:Portrait 2 96x96}" width="96" height="96" align="left"></a>
  522. {/block:IfPortrait296x96Image}
  523. {block:IfPortrait396x96Image}
  524. <a href="http://{name}.tumblr.com"><img src="{image:Portrait 3 96x96}" width="96" height="96" align="left"></a>
  525. {/block:IfPortrait396x96Image}
  526. {block:IfPortrait496x96Image}
  527. <a href="http://{name}.tumblr.com"><img src="{image:Portrait 4 96x96}" width="96" height="96" align="left"></a>
  528. {/block:IfPortrait496x96Image}
  529.  
  530.  
  531.  
  532. {block:Description}<div style="overflow:auto; height:96px; padding:0px 4px 0px 0px;">{Description}</div>{/block:Description}
  533.  
  534. </div>
  535. </div>
  536.  
  537.  
  538.  
  539.  
  540. </div>
  541.  
  542.  
  543.  
  544. <div class="autopagerize_page_element">
  545. {block:Posts}
  546. <div id="entry">
  547.  
  548. {block:Text}<h2>{Title}</h2>{Body}
  549.  
  550. {block:IndexPage}<div id="notez"><center>This post has {NoteCount} notes & was posted {TimeAgo}.</center>
  551. <a href="{permalink}" target="_blank"><h5>View This Post</h5></a>
  552. </div>
  553. {/block:IndexPage}
  554. {/block:Text}
  555.  
  556. {block:Photo}
  557. {block:IndexPage}{LinkOpenTag}<a href="{permalink}">
  558. <table width="250" height="100" border="0" cellspacing="0" cellpadding="0">
  559. <tr>
  560. <td background="{PhotoURL-250}" style="background-position:center center;">&nbsp;</td>
  561. </tr>
  562. </table>
  563. </a>{LinkCloseTag}
  564. {/block:IndexPage}
  565.  
  566.  
  567. {block:PermalinkPage}
  568. {LinkOpenTag}<img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"/>{LinkCloseTag}
  569. {Caption}
  570. {/block:PermalinkPage}
  571.  
  572. {block:IndexPage}
  573. <center><div id="infos">
  574. <div id="details">
  575. <a href="{Permalink}"><h3>{NoteCount}</h3></a><br>
  576.  
  577. <a href="{ReblogURL}" target="_blank"><h4>reblog this</h4></a>
  578. </div>
  579. </div></center>
  580. {/block:IndexPage}
  581.  
  582. {/block:Photo}
  583.  
  584. {block:Photoset}<center>{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}
  585.  
  586. {block:IndexPage}
  587. <center><div id="infos">
  588. <div id="details">
  589. <a href="{Permalink}"><h3>{NoteCount}</h3></a><br>
  590.  
  591. <a href="{ReblogURL}" target="_blank"><h4>reblog this</h4></a>
  592. </div>
  593. </div></center>
  594. {/block:IndexPage}
  595. {/block:Photoset}
  596.  
  597. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}
  598.  
  599. {block:IndexPage}<div id="notez"><center>This post has {NoteCount} notes & was posted {TimeAgo}.</center>
  600. <a href="{permalink}" target="_blank"><h5>View This Post</h5></a>
  601. </div>
  602. {/block:IndexPage}
  603. {/block:Quote}
  604.  
  605. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
  606.  
  607. {block:IndexPage}<div id="notez"><center>This post has {NoteCount} notes & was posted {TimeAgo}.</center>
  608. <a href="{permalink}" target="_blank"><h5>View This Post</h5></a>
  609. </div>
  610. {/block:IndexPage}
  611. {/block:Link}
  612.  
  613. {block:Chat}
  614. {block:Title}{Title}{/block:Title}
  615. {block:Lines}
  616. {block:Label}
  617. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  618. <span class="line">{Line}</span></div>
  619. {/block:Label}
  620. {/block:Lines}
  621.  
  622. {block:IndexPage}<div id="notez"><center>This post has {NoteCount} notes & was posted {TimeAgo}.</center>
  623. <a href="{permalink}" target="_blank"><h5>View This Post</h5></a>
  624. </div>
  625. {/block:IndexPage}
  626. {/block:Chat}
  627.  
  628. {block:Video}<center>{block:IndexPage}<div id="video">{Video-250}</div>{block:IfNotHidePhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaption}{/block:IndexPage}
  629.  
  630. {block:PermalinkPage}<div id="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  631.  
  632. {block:IndexPage}<div id="notez"><center>This post has {NoteCount} notes & was posted {TimeAgo}.</center>
  633. <a href="{permalink}" target="_blank"><h5>View This Post</h5></a>
  634. </div>
  635. {/block:IndexPage}
  636. {/block:Video}
  637.  
  638. {block:Audio}
  639. <center><div class="audio">{AudioPlayerBlack}</div></center>
  640. {block:Caption}{Caption}{/block:Caption}
  641.  
  642. {block:IndexPage}<div id="notez"><center>This post has {NoteCount} notes & was posted {TimeAgo}.</center>
  643. <a href="{permalink}" target="_blank"><h5>View This Post</h5></a>
  644. </div>
  645. {/block:IndexPage}
  646. {/block:Audio}
  647.  
  648. {block:Answer}
  649. <div class="bubble">{Question}</div>​
  650. <center>
  651. <img src="{AskerPortraitURL-16}" width="16" height="16" style="
  652. -moz-border-radius: 16px;
  653. -webkit-border-radius: 16px;
  654. border-radius: 16px;" margin-top:-10px; position:relative; border="0">
  655. </center>
  656.  
  657. <p>{Answer}</p>
  658.  
  659. {block:IndexPage}<div id="notez"><center>This post has {NoteCount} notes & was posted {TimeAgo}.</center>
  660. <a href="{permalink}" target="_blank"><h5>View This Post</h5></a>
  661. </div>
  662. {/block:IndexPage}
  663. {/block:Answer}
  664.  
  665.  
  666. </div>
  667.  
  668.  
  669. {block:PermalinkPage}
  670. {block:Date}
  671. <div id="info"><div id="bottominfo">
  672.  
  673. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  674.  
  675. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  676.  
  677. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  678.  
  679. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  680.  
  681. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  682.  
  683. </div></div>
  684. {/block:Date}
  685. {/block:PermalinkPage}
  686.  
  687.  
  688. {block:PostNotes}
  689. <div id="notes">{PostNotes}</div>
  690. {/block:PostNotes}
  691.  
  692. {/block:Posts}
  693.  
  694. </div> </*Infinite Scroll*/>
  695.  
  696.  
  697. {block:Pagination}
  698. <div id="entry">
  699. <table width="250" border="0" cellspacing="0" cellpadding="0">
  700. <tr>
  701. <td width="125" height="100">{block:PreviousPage}<center><a href="{PreviousPage}" class="navz">◄</a></center>{/block:PreviousPage}</td>
  702. <td width="125" height="100">{block:NextPage}<center><a href="{NextPage}" class="navz">►</a></center>{/block:NextPage}</td>
  703. </tr>
  704. </table>
  705. </div>
  706. {/block:Pagination}
  707.  
  708.  
  709.  
  710.  
  711. </div> </*WTF*/>
  712.  
  713.  
  714.  
  715. </body>
  716. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement