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