Advertisement
sleeplessthemes

Audio Theme

Sep 11th, 2012
2,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.65 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. Audio Theme by: destroyer.tumblr.com | sleeplessthemes.com
  8. Audio Theme by: destroyer.tumblr.com | sleeplessthemes.com
  9. Audio Theme by: destroyer.tumblr.com | sleeplessthemes.com
  10. Audio Theme by: destroyer.tumblr.com | sleeplessthemes.com
  11. Audio Theme by: destroyer.tumblr.com | sleeplessthemes.com
  12. Audio Theme by: destroyer.tumblr.com | sleeplessthemes.com
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <!-- DEFAULT COLORS -->
  18. <meta name="color:background" content="#0a6c90"/>
  19. <meta name="color:middle" content="#0a7890"/>
  20. <meta name="color:post" content="#0c526c"/>
  21. <meta name="color:sidebar" content="#b0dd13"/>
  22. <meta name="color:sidebar text" content="#000000"/>
  23. <meta name="color:Text" content="#e5ecd2"/>
  24. <meta name="color:text headers" content="#ddcc13"/>
  25. <meta name="color:bold text" content="#34c5d2"/>
  26. <meta name="color:label background" content="#0b485f"/>
  27. <meta name="color:link" content="#d0f060"/>
  28. <meta name="color:link hover" content="#eaf4c5"/>
  29. <meta name="color:notes link" content="#000000"/>
  30. <meta name="color:notes link hover" content="#ffffff"/>
  31. <meta name="color:notes background" content="#b0dd13"/>
  32. <meta name="color:reblog background" content="#91b516"/>
  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="#0c526c"/>
  36. <meta name="color:scrollbar track" content="#0b485f"/>
  37. <meta name="color:scrollbar" content="#b0dd13"/>
  38. <meta name="color:highlight" content="#b0dd13"/>
  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:post};
  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:background};}
  270.  
  271. a.links1:hover {
  272. width:134px;
  273. background-color: {color:post};
  274. border-right:26px solid {color: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. #ask {
  299. color: {color:Text};
  300. -moz-border-radius: 6px; /* Firefox */
  301. -webkit-border-radius: 6px; /* Safari, Chrome */
  302. border-radius: 6px; /* CSS3 */
  303. behavior: url(http://static.tumblr.com/eptm5us/QyKlzgosw/border-radius.htc);
  304. font-size:10px;
  305. line-height:12px;
  306. background-color: {color:label background};
  307. padding:10px;
  308. margin-bottom:8px;}
  309.  
  310.  
  311. img.middle {
  312. vertical-align:middle;
  313. margin-bottom:3px;}
  314.  
  315.  
  316. .audio {
  317. height: 28px;
  318. width: 26px;
  319. overflow: hidden;
  320. margin: auto;
  321. padding-top: 7px;}
  322.  
  323. .audioc {
  324. background-image:url('http://static.tumblr.com/f1whv92/9iCl6bfgp/audiocircle.png');
  325. background-repeat: no-repeat;
  326. height: 41px;
  327. width: 41px;}
  328.  
  329.  
  330. .pagination {
  331. margin-top:0px;
  332. margin-bottom:0px;
  333. text-align:center;
  334. line-height:20px;
  335. font-family:arial;
  336. font-size:10px; }
  337.  
  338. .pagination a {
  339. text-decoration:none;
  340. background-color:{color:label background};
  341. padding:2px 4px 2px 4px;
  342. color:{color:sidebar}; }
  343.  
  344. .pagination a:hover {
  345. background-color: {color:sidebar};
  346. color:{color:label background}; }
  347.  
  348.  
  349. #footer {
  350. background-color:{color:bottom link background};
  351. padding:6px 6px 6px 6px;
  352. margin:0px 0px 12px 0px;
  353. -moz-border-radius: 0px 0px 10px 10px; /* Firefox */
  354. -webkit-border-radius: 0px 0px 10px 10px; /* Safari, Chrome */
  355. border-radius: 0px 0px 10px 10px; /* CSS3 */
  356. behavior: url(http://static.tumblr.com/eptm5us/RoPm8t8jd/border-radius.htc);}
  357.  
  358.  
  359. .notez {
  360. margin:8px 0px 0px 0px;
  361. font-weight:normal;
  362. background-color: {color:notes background};
  363. padding:4px;
  364. color: {color:notes link};
  365. font-family: consolas;
  366. font-size: 8px;
  367. line-height: 10px;
  368. letter-spacing:1px;
  369. text-transform: uppercase;
  370. -webkit-transition: all .4s ease-out;
  371. -moz-transition: all .4s ease-out;
  372. -o-transition: all .4s ease-out;
  373. transition: all .4s ease-out;
  374. text-align:left;}
  375.  
  376. .notez a {color: {color:notes link}; }
  377. .notez a:hover{color:{color:notes link hover};}
  378.  
  379.  
  380. #tags {
  381. width:400px;
  382. height:auto;
  383. overflow:hidden;
  384. color: {color:link};
  385. font-family: consolas;
  386. font-size: 6px;
  387. line-height: 10px;
  388. letter-spacing:1px;
  389. text-transform: uppercase;
  390. -webkit-transition: all .4s ease-out;
  391. -moz-transition: all .4s ease-out;
  392. -o-transition: all .4s ease-out;
  393. transition: all .4s ease-out;}
  394.  
  395. .bubble
  396. {color:{color:sidebar text};
  397. width: auto;
  398. padding: 6px;
  399. background: {color:sidebar};
  400. -moz-border-radius: 10px;
  401. -webkit-border-radius: 10px;
  402. border-radius: 10px;}
  403.  
  404. .bubble:after
  405. {content: "";
  406. border: solid 10px transparent;
  407. border-top-color: {color:sidebar};
  408. border-bottom: 0;
  409. width: 0;
  410. height: 0;
  411. overflow: hidden;
  412. display: block;
  413. position: relative;
  414. bottom: -16px;
  415. margin: auto;}
  416.  
  417. table, th, td {
  418. border-collapse:separate;
  419. border-spacing: 0px -2px;}
  420.  
  421. .audiotext {
  422. overflow:hidden;
  423. font-family: consolas;
  424. font-size: 8px;
  425. line-height: 10px;
  426. letter-spacing:1px;
  427. text-transform: uppercase;
  428. margin-left: 8px;
  429. margin-bottom: 6px;
  430. padding: 7px 4px 7px 4px;
  431. width:200;
  432. height:10px;
  433. background-color:{color:label background};}
  434.  
  435. .audioplayer {
  436. margin-left: 8px;
  437. margin-bottom: 7px;
  438. padding: 10px 4px 6px 4px;
  439. width:200;
  440. height:44px;
  441. background-color:{color:notes background};}
  442.  
  443. #sidebar {
  444. text-align:justify;
  445. color: {color:sidebar text};
  446. font-family: {font:Body};
  447. font-size: {text:Font Size};
  448. line-height: 12px;
  449. -moz-border-radius: 10px 10px 10px 10px; /* Firefox */
  450. -webkit-border-radius: 10px 10px 10px 10px; /* Safari, Chrome */
  451. border-radius: 10px 10px 10px 10px; /* CSS3 */
  452. behavior: url(http://static.tumblr.com/eptm5us/RoPm8t8jd/border-radius.htc);
  453. top:0px;
  454. left:50%;
  455. position:fixed;
  456. margin:100px 0px 0px 240px;
  457. overflow:hidden;
  458. background-color: {color:sidebar};
  459. width: 160px;
  460. height: auto;
  461. padding: 8px 8px 8px 8px;}
  462.  
  463. {CustomCSS}
  464. </style>
  465.  
  466. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  467.  
  468. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/TKllubdk7/scrolltopcontrol.js"></script>
  469.  
  470. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  471.  
  472.  
  473.  
  474. </head>
  475.  
  476.  
  477. <body>
  478.  
  479.  
  480. <div id="sidebar">
  481. {block:IfPortraitImage}
  482. <a href="http://{name}.tumblr.com"><img src="{image:Portrait}" width="160" style="padding-bottom:6px;"></a>
  483. {/block:IfPortraitImage}
  484.  
  485. <center>
  486. <a href="http://{name}.tumblr.com" class="links1">Home</a>
  487. {block:AskEnabled}<a href="/ask" class="links1">Ask</a>{/block:AskEnabled}
  488.  
  489. {block:SubmissionsEnabled}<a href="/submit" class="links1">Submit</a>{/block:SubmissionsEnabled}
  490.  
  491. {block:HasPages}
  492. {block:Pages}
  493. <a href="{URL}" class="links1">{Label}</a>
  494. {/block:Pages}
  495. {/block:HasPages}
  496.  
  497. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  498.  
  499. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  500.  
  501. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  502.  
  503. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  504. <a href="http://sleeplessthemes.com" class="links1">Theme</a>
  505. </center>
  506.  
  507.  
  508.  
  509. {block:Description}<div style="padding:6px 0px 6px 0px;">{Description}</div>{/block:Description}
  510.  
  511.  
  512. {block:Pagination}<div class="pagination">
  513. {block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage}
  514. {block:JumpPagination length="8"}{block:CurrentPage}
  515. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  516. {/block:CurrentPage}
  517. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  518. {/block:JumpPagination}
  519. {block:NextPage}<a href="{NextPage}">►</a> {/block:NextPage}
  520. </div>{/block:Pagination}
  521.  
  522. </div>
  523.  
  524. <div id="wtf">
  525.  
  526. <div class="autopagerize_page_element">
  527. {block:Posts}
  528. <div id="entry">
  529.  
  530. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  531.  
  532. {block:Photo}
  533. {block:IndexPage}
  534. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="400" border="0"></a></center>
  535. {block:IfShowPhotoCaption}{block:Caption}<div style="padding-top:6px;">{Caption}</div>{/block:Caption}{/block:IfShowPhotoCaption}
  536. {/block:IndexPage}
  537.  
  538. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  539.  
  540. {block:Photoset}<center>{block:IndexPage}{Photoset-400}
  541. {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}
  542.  
  543. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  544.  
  545. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  546.  
  547. {block:Chat}
  548. {block:Title}{Title}{/block:Title}
  549. {block:Lines}
  550. {block:Label}
  551. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  552. <span class="line">{Line}</span></div>
  553. {/block:Label}
  554. {/block:Lines}
  555. {/block:Chat}
  556.  
  557. {block:Video}<center>{block:IndexPage}<div id="video">{Video-400}</div>{block:IfNotHidePhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaption}{/block:IndexPage}
  558.  
  559. {block:PermalinkPage}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  560. {/block:Video}
  561.  
  562. {block:Audio}
  563. <table width="400" height="180" border="0" cellspacing="0" cellpadding="0">
  564. <tr>
  565. <td width="180" height="180" rowspan="4">{block:AlbumArt}
  566. <img src="{AlbumArtURL}" width="180" style="padding-bottom:6px;"/>
  567. {/block:AlbumArt}
  568. </td>
  569. <td width="220" height="60"><center>
  570. <div class="audioplayer"> <div class="audioc">
  571. <div class="audio">{AudioPlayerBlack}</div>
  572. </div> </div>
  573. </center>
  574. {block:Artist}
  575. <div class="audiotext"><b>Artist:</b> {Artist}</div>
  576. {/block:Artist}
  577.  
  578. {block:TrackName}
  579. <div class="audiotext"><b>Track:</b> {TrackName}</div>
  580. {/block:TrackName}
  581.  
  582. {block:Album}
  583. <div class="audiotext"><b>Album:</b> {Album}</div>
  584. {/block:Album}
  585.  
  586. {block:PlayCount}
  587. <div class="audiotext"><b>Plays:</b> {PlayCount}</div>
  588. {/block:PlayCount}
  589.  
  590. </td>
  591. </tr>
  592.  
  593. </table>
  594.  
  595. {block:Caption}<div style="padding-top:2px;">{Caption}</div>{/block:Caption}
  596. {/block:Audio}
  597.  
  598. {block:Answer}
  599. <div class="bubble">{Question}</div>​
  600. <center>
  601. <img src="{AskerPortraitURL-24}" width="24" height="24" style="
  602. -moz-border-radius: 24px;
  603. -webkit-border-radius: 24px;
  604. border-radius: 24px;" border="0">
  605. <div style="left:50%; margin-top:-24px; padding:4px; margin-left:0px; opacity:0.8;
  606. filter: alpha(opacity=80);
  607. -moz-opacity:0.8;
  608. background-color:{color:post}; font-family: consolas;
  609. font-size: 6px;
  610. line-height: 10px;
  611. letter-spacing:1px;
  612. text-transform: uppercase; z-index:10000;
  613. ">{Asker}</div>
  614. </center><br>
  615.  
  616. <p>{Answer}</p>
  617.  
  618. {/block:Answer}
  619.  
  620. {block:IndexPage}
  621. <div class="notez">
  622. <a href="{Permalink}">{NoteCountWithLabel}</a>
  623.  
  624. <div style="float:right; background-color:{color:reblog background}; width:94px; height:10px; margin-top:-14px; margin-left:294px; padding:4px; position:absolute;">
  625. <img src="http://static.tumblr.com/j4dtzbm/zsrma1de9/reblog.png" width="7">
  626. <a href="{ReblogURL}" target="blank">Reblog this Post</a>
  627. </div>
  628. </div>
  629.  
  630. {block:IfShowTags}
  631. {block:HasTags}<div id="tags"><b>Tagged:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  632. {/block:IfShowTags}
  633.  
  634.  
  635. {/block:IndexPage}
  636.  
  637.  
  638.  
  639.  
  640. </div>
  641.  
  642.  
  643.  
  644. {block:PermalinkPage}
  645. {block:Date}
  646. <div id="info"><div id="bottominfo">
  647.  
  648. 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}
  649.  
  650. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  651.  
  652. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  653.  
  654. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  655.  
  656. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  657.  
  658. </div></div>
  659. {/block:Date}
  660. {/block:PermalinkPage}
  661.  
  662.  
  663. {block:PostNotes}
  664. <div id="notes">{PostNotes}</div>
  665. {/block:PostNotes}
  666.  
  667. {/block:Posts}
  668. </div> </*Infinite Scroll*/>
  669.  
  670. {block:Pagination}
  671. <div id="entry">
  672. <center>
  673. <div class="pagination">
  674. {block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage}
  675. {block:JumpPagination length="10"}{block:CurrentPage}
  676. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  677. {/block:CurrentPage}
  678. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  679. {/block:JumpPagination}
  680. {block:NextPage}<a href="{NextPage}">►</a> {/block:NextPage}
  681. </div>
  682. </center>
  683. </div>
  684. {/block:Pagination}
  685.  
  686.  
  687.  
  688.  
  689. <div id="footer">
  690. <center>
  691. <a href="http://{name}.tumblr.com" class="links2">Home</a>
  692.  
  693. {block:AskEnabled}<a href="/ask" class="links2">Ask</a>{/block:AskEnabled}
  694.  
  695. {block:SubmissionsEnabled}<a href="/submit" class="links2">Submit</a>{/block:SubmissionsEnabled}
  696.  
  697. {block:HasPages}
  698. {block:Pages}
  699. <a href="{URL}" class="links2">{Label}</a>
  700. {/block:Pages}
  701. {/block:HasPages}
  702.  
  703. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links2">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  704.  
  705. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links2">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  706.  
  707. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links2">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  708.  
  709. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links2">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  710.  
  711. <a href="/archive" class="links2">Archive</a>
  712.  
  713. <a href="http://sleeplessthemes.com" class="links2">Theme</a><br>
  714. </center>
  715. </div>
  716.  
  717. </div> </*WTF*/>
  718.  
  719. <br>
  720.  
  721.  
  722. </body>
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement