Advertisement
sngmno

Winner

Jul 30th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #33 PIXELATED
  10. jyuubi.org | manatopia.org
  11.  
  12. --RULES--
  13. 1) DO NOT REMOVE CREDIT.
  14. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  15. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  16. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  17. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW UNLESS PROVIDED.
  18. -->
  19.  
  20. <meta name="color:BackgroundM" content="#000000">
  21.  
  22. <meta name="color:Header" content="#858585">
  23. <meta name="color:Description Text" content="#595959">
  24. <meta name="color:Description Bold" content="#c83535">
  25. <meta name="color:Description Italic" content="#858585">
  26. <meta name="color:Description Link" content="#56a6af">
  27. <meta name="color:titles" content="#56a6af">
  28.  
  29. <meta name="color:Nav Header Background" content="#101010">
  30. <meta name="color:Nav Header Text" content="#c83535">
  31. <meta name="color:Links Background" content="#101010">
  32. <meta name="color:Links Text" content="#56a6af">
  33.  
  34.  
  35. <meta name="color:Entry Background" content="#101010">
  36. <meta name="color:Entry Text" content="#595959">
  37. <meta name="color:Entry Bold" content="#c83535">
  38. <meta name="color:Entry Italic" content="#858585">
  39. <meta name="color:Entry Link" content="#56a6af">
  40.  
  41. <meta name="color:Entry Titles" content="#858585">
  42. <meta name="color:Entry Titles Border" content="#000000">
  43.  
  44. <meta name="color:Question Background" content="#090909">
  45.  
  46. <meta name="color:Stats Background" content="#101010">
  47. <meta name="color:Stats Text" content="#c83535">
  48.  
  49. <meta name="image:BackgroundM" content="">
  50. <meta name="image:pic1" content="">
  51. <meta name="image:pic2" content="">
  52.  
  53.  
  54. <meta name="if:Infinite Scroll" content="0">
  55. <meta name="if:Show Captions" content="0">
  56.  
  57. <meta name="if:Faded Images" content="1">
  58. <meta name="if:Lazy Load" content="1">
  59. <meta name="if:250 Posts" content="1">
  60. <meta name="if:400 Posts" content="0">
  61. <meta name="if:500 Posts" content="0">
  62.  
  63. <meta name="text:Header" content="">
  64. <meta name="text:one" content="one">
  65. <meta name="text:links" content="links">
  66. <meta name="text:morelinks" content="morelinks">
  67. <meta name="text:title" content="title">
  68. <meta name="text:desc5" content="desc5">
  69.  
  70. <meta name="text:Link1" content="/" />
  71. <meta name="text:Link1 Title" content="LINK 1" />
  72. <meta name="text:Link2" content="/" />
  73. <meta name="text:Link2 Title" content="LINK 2" />
  74. <meta name="text:Link3" content="/" />
  75. <meta name="text:Link3 Title" content="LINK 3" />
  76. <meta name="text:Link4" content="/"/>
  77. <meta name="text:Link4 Title" content="LINK 4" />
  78.  
  79.  
  80. <head>
  81.  
  82.  
  83. <link href='http://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'>
  84. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  85. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  86. <link href='http://fonts.googleapis.com/css?family=Monofett' rel='stylesheet' type='text/css'>
  87. <title>{Title}</title>
  88. <link rel="shortcut icon" href="{Favicon}">
  89. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  90. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  91.  
  92. <style type="text/css">
  93. @font-face{font-family:Edosz;src:url(http://static.tumblr.com/9wzbixa/yRZmj2htw/edosz.ttf);}
  94.  
  95. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  96.  
  97.  
  98. @font-face { font-family: "redensek"; src: url('http://static.tumblr.com/4yxykdm/ICUlrfl4t/redensek_1_.ttf'); }
  99.  
  100.  
  101. /* BODY */
  102. body {
  103. background-image: url('{image:BackgroundM}');
  104. background-attachment: fixed;
  105. background-color: {color:BackgroundM};
  106. margin: 0;
  107. }
  108.  
  109. /* THEME SPECIALS */
  110. ::-webkit-scrollbar-thumb:vertical {
  111. background-color: {color:Entry Bold};
  112. height: 50px;
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. height: 10px;
  117. width: 5px;
  118. background-color: {color:BackgroundM};
  119. }
  120.  
  121. /* SIDEBAR */
  122. #sidebar {
  123. position: fixed;
  124. top: 272px;
  125. left: 100px;
  126. width: 120px;
  127. font-family: calibri;
  128. font-size: 8px;
  129. color: {color:Description Text};
  130. text-transform: uppercase;
  131. letter-spacing: 1px;
  132. text-align: center;
  133.  
  134. }
  135.  
  136. #sidebar b, strong {
  137. color: {color:Description Bold};
  138. }
  139.  
  140. #sidebar i, em {
  141. color: {color:Description Italic};
  142. }
  143.  
  144. #sidebar a {
  145. color: {color:Description Link};
  146. text-decoration: none;
  147. }
  148.  
  149. #sidebar h1 {
  150. color: {color:Header};
  151. font-size: 10px;
  152. font-weight: normal;
  153. margin: 0;
  154. }
  155.  
  156. {block:IfNotSidebarPixels}
  157. #sidebar img {
  158. max-width: 120px;
  159. }
  160. {/block:IfNotSidebarPixels}
  161. }
  162.  
  163.  
  164. /* NAVIGATION */
  165. #navigation {
  166. background-color: {color:Nav Header Background};
  167. color: {color:Nav Header Text};
  168. font-size: 9px;
  169. top: 100px;
  170. left: 100px;
  171. width: 120px;
  172. font-family: "redensek";
  173. height: 14px;
  174. line-height: 14px;
  175. margin-top: 10px;
  176. text-transform: uppercase;
  177. letter-spacing: 1px;
  178. text-align: center;
  179. }
  180.  
  181. #mainlinks a {
  182. background-color: {color:Links Background};
  183. display: inline-block;
  184. width: 55px;
  185. height: 11px;
  186. color: {color:Links Text};
  187. text-decoration: none;
  188. line-height: 10px;
  189. margin-top: 3px;
  190. }
  191. #one {
  192. background-color: {color:Nav Header Background};
  193. color: {color:Nav Header Text};
  194. position: fixed;
  195. top: 190px;
  196. left: 236px;
  197. font-size: 9px;
  198. font-family: "redensek";
  199. width: 151px;
  200. height: 70px;
  201. line-height: 12px;
  202. margin-top: 10px;
  203. overflow:auto;
  204. }
  205. #desc5 {
  206. background-color: {color:Nav Header Background};
  207. color: {color:Nav Header Text};
  208. position: fixed;
  209. top: 391px;
  210. left: 85px;
  211. font-size: 9px;
  212. font-family: "redensek";
  213. width: 150px;
  214. height: 69px;
  215. line-height: 12px;
  216. margin-top: 10px;
  217. overflow:auto;
  218.  
  219. }
  220.  
  221.  
  222. #morelinks {
  223. background-color: {color:Nav Header Background};
  224. color: {color:Nav Header Text};
  225. position: fixed;
  226. top: 190px;
  227. left: 50px;
  228. font-size: 15px;
  229. font-family: "littlefont";
  230. width: 30px;
  231. height: 270px;
  232. line-height: 63px;
  233. margin-top: 10px;
  234. opacity:0.75;
  235.  
  236. }
  237. #title {
  238. color: {color:titles};
  239. position: fixed;
  240. top: 150px;
  241. left: 140px;
  242. font-size: 80px;
  243. font-family:Edosz;
  244. width: 126px;
  245. height: 25px;
  246. line-height:20px;
  247. margin-top: 10px;
  248.  
  249. }
  250.  
  251.  
  252. /* PAGINATION */
  253. #pagination {
  254. position: fixed;
  255. {block:If250Posts}left: 670px;{/block:If250Posts}
  256. {block:If400Posts}left: 820px;{/block:If400Posts}
  257. {block:If500Posts}left: 920px;{/block:If500Posts}
  258. top: 300px;
  259. font-family: "redensek";
  260. font-size: 8px;
  261. color: {color:Description Link};
  262. letter-spacing: 1px;
  263. text-align: center;
  264. }
  265.  
  266. #pagination a {
  267. background-color: {color:Links Background};
  268. display: block;
  269. width: 50px;
  270. height: 15px;
  271. line-height: 14px;
  272. font-family: "redensek";
  273. font-size: 8px;
  274. color: {color:Dropdown Text};
  275. text-decoration: none;
  276. text-transform: uppercase;
  277. letter-spacing: 1px;
  278. text-align: center;
  279. margin-bottom: 5px;
  280. }
  281.  
  282. #pagination a.last {
  283. border-left: 3px solid {color:Description Bold};
  284. }
  285.  
  286. #pagination a.next {
  287. border-right: 3px solid {color:Description Link};
  288. }
  289.  
  290. /* pic1 */
  291.  
  292. #pic1 {
  293. position: fixed;
  294. top: 270px;
  295. left: 236px;
  296. width: 120px;
  297. font-family: "redensek";
  298. font-size: 8px;
  299. color: {color:Description Text};
  300. text-transform: uppercase;
  301. letter-spacing: 1px;
  302. text-align: center;
  303.  
  304. }
  305. #pic1 b, strong {
  306. color: {color:Description Bold};
  307. }
  308.  
  309. #pic1 i, em {
  310. color: {color:Description Italic};
  311. }
  312.  
  313. #pic1 a {
  314. color: {color:Description Link};
  315. text-decoration: none;
  316. }
  317.  
  318. #pic1 h1 {
  319. color: {color:Header};
  320. font-size: 10px;
  321. font-weight: normal;
  322. margin: 0;
  323. }
  324. #pic1 img {
  325. max-width: 150px;
  326. min-height:200px;
  327. }
  328. /* pic2 */
  329. #pic2 {
  330. position: fixed;
  331. top: 200px;
  332. left: 85px;
  333. width: 150px;
  334. font-family: calibri;
  335. font-size: 8px;
  336. color: {color:Description Text};
  337. text-transform: uppercase;
  338. letter-spacing: 1px;
  339. text-align: center;
  340.  
  341.  
  342. }
  343. #pic2 b, strong {
  344. color: {color:Description Bold};
  345. }
  346.  
  347. #pic2 i, em {
  348. color: {color:Description Italic};
  349. }
  350.  
  351. #pic2 a {
  352. color: {color:Description Link};
  353. text-decoration: none;
  354. }
  355.  
  356. #pic2 h1 {
  357. color: {color:Header};
  358. font-size: 10px;
  359. font-weight: normal;
  360. margin: 0;
  361. }
  362. #pic2 img {
  363. max-width: 150px;
  364. min-height:200px;
  365. }
  366.  
  367.  
  368. /* BLOG POSTS */
  369. .posts {
  370. margin-left: 600px; right
  371. margin-top: 15px;
  372. }
  373.  
  374. .entry {
  375. background-color: {color:Entry Background};
  376. {block:If250Posts}width: 250px;{/block:If250Posts}
  377. {block:If400Posts}width: 400px;{/block:If400Posts}
  378. {block:If500Posts}width: 500px;{/block:If500Posts}
  379. {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
  380. padding: 10px;
  381. margin-bottom: 20px;
  382. font-family: "redensek";
  383. font-size: {text:Entry Text Size}px;
  384. color: {color:Entry Text};
  385. letter-spacing: 1px;
  386. text-align: justify;
  387. }
  388.  
  389. .entry b, strong {
  390. color: {color:Entry Bold};
  391. }
  392.  
  393. .entry i, em {
  394. color: {color:Entry Italic};
  395. }
  396.  
  397. .entry a {
  398. color: {color:Entry Link};
  399. text-decoration: none;
  400. transition: 0.5s;
  401. -moz-transition: 0.5s;
  402. -webkit-transition: 0.5s;
  403. -o-transition: 0.5s;
  404. }
  405.  
  406. .entry a:hover {
  407. color: {color:Entry Italic};
  408. }
  409.  
  410. .title {
  411. font-size: 12px;
  412. color: {color:Entry Titles};
  413. text-transform: uppercase;
  414. border-left: 15px solid {color:Entry Titles Border};
  415. padding-left: 5px;
  416. }
  417.  
  418. .entry img {
  419. {block:If250Posts}max-width: 250px;{/block:If250Posts}
  420. {block:If400Posts}max-width: 400px;{/block:If400Posts}
  421. {block:If500Posts}max-width: 500px;{/block:If500Posts}
  422. {block:PermalinkPage}max-width: 500px;{/block:PermalinkPage}
  423. {block:IfFadedImages}opacity: .7;{/block:IfFadedImages}
  424. transition: 0.5s;
  425. -moz-transition: 0.5s;
  426. -webkit-transition: 0.5s;
  427. -o-transition: 0.5s;
  428. }
  429.  
  430. .entry img:hover {
  431. opacity: 1;
  432. }
  433.  
  434. .photo {
  435. {block:IfFadedImages}opacity: .7;{/block:IfFadedImages}
  436. transition: 0.5s;
  437. -moz-transition: 0.5s;
  438. -webkit-transition: 0.5s;
  439. -o-transition: 0.5s;
  440. }
  441.  
  442. .photo:hover {
  443. opacity: 1;
  444. }
  445.  
  446. .entry blockquote {
  447. border-left: 3px solid {color:Entry Titles Border};
  448. margin-left: 0px;
  449. padding-left: 5px;
  450. }
  451.  
  452. /* QUESTIONS */
  453. .ask {
  454. background-color: {color:Question Background};
  455. padding: 3px;
  456. font-size: 9px;
  457. text-transform: uppercase;
  458. }
  459.  
  460. .ask i {
  461. color: {color:Entry Bold};
  462. font-style: normal;
  463. }
  464.  
  465. /* QUOTES */
  466. .entry h2 {
  467. font-family: "redensek";
  468. font-size: 11px;
  469. color: {color:Entry Titles};
  470. font-weight: normal;
  471. letter-spacing: 1px;
  472. }
  473.  
  474. .quote {
  475. font-family: georgia;
  476. font-size: 24px;
  477. color: {color:Entry Bold};
  478. float: left;
  479. margin-top: 2px;
  480. }
  481.  
  482. /* AUDIO */
  483. .audio img {
  484. max-width: 50px;
  485. float: left;
  486. margin-right: 5px;
  487. border: 5px solid {color:Entry Titles Border};
  488. }
  489.  
  490. .player {
  491. background-color: #000;
  492. height: 25px;
  493. width: 25px;
  494. padding: 5px;
  495. margin-left: 85px;
  496. margin-top: 10px;
  497. overflow: hidden;
  498. position: absolute;
  499. margin-left: 13px;
  500. margin-top: 13px;
  501. opacity: .2;
  502. transition: 0.5s;
  503. -moz-transition: 0.5s;
  504. -webkit-transition: 0.5s;
  505. -o-transition: 0.5s;
  506. }
  507.  
  508. .player:hover {
  509. opacity: .7;
  510. }
  511.  
  512. /* STATISTICS */
  513. .stats {
  514. width: 150px;
  515. position: absolute;
  516. opacity: 0;
  517. {block:If250Posts}margin-left: 250px;{/block:If250Posts}
  518. {block:If400Posts}margin-left: 400px;{/block:If400Posts}
  519. {block:If500Posts}margin-left: 500px;{/block:If500Posts}
  520. font-family: "redensek";
  521. font-size: 12px;
  522. transition: 1s;
  523. -moz-transition: 1s;
  524. -webkit-transition: 1s;
  525. -o-transition: 1s;
  526. }
  527.  
  528. .stats a {
  529. background-color: {color:Stats Background};
  530. padding: 5px;
  531. color: {color:Stats Text};
  532. text-decoration: none;
  533. }
  534.  
  535. .entry:hover .stats {
  536. opacity: 1;
  537. transform: translate(20px);
  538. -ms-transform: translate(20px);
  539. -webkit-transform: translate(20px);
  540. -o-transform: translate(20px);
  541. -moz-transform: translate(20px);
  542. }
  543.  
  544. /* PERMALINK PAGE */
  545. .permalink {
  546. font-family: "redensek";
  547. font-size: 9px;
  548. color: {color:Entry Text};
  549. text-transform: uppercase;
  550. width: 520px;
  551. position: relative;
  552. letter-spacing: 1px;
  553. z-index: 999px;
  554. }
  555.  
  556. .permalink b {
  557. color: {color:Entry Bold};
  558. font-weight: normal;
  559. }
  560.  
  561. #date {
  562. color: {color:Entry Italic};
  563. }
  564.  
  565. .permalink a {
  566. color: {color:Entry Link};
  567. text-decoration: none;
  568. }
  569.  
  570. ol.notes {
  571. padding: 0px;
  572. margin: 15px 0px;
  573. list-style-type: none;
  574. background: transparent;
  575. border: 0px;
  576. letter-spacing: 1px;
  577. text-transform: uppercase;
  578. }
  579.  
  580. ol.notes li.note {
  581. padding: 1px;
  582. text-align: left;
  583. letter-spacing: 1px;
  584. text-transform: uppercase;
  585. }
  586.  
  587. .notes img{
  588. width: 8px;
  589. position: relative;
  590. top: 1px;
  591. opacity: .7;
  592. -moz-border-radius: 8px;
  593. -webkit-border-radius: 8px;
  594. border-radius: 8px;
  595. }
  596.  
  597. /* FOLLOW CODE */
  598. iframe#tumblr_controls {
  599. right:3px !important;
  600. position: fixed !important;
  601. -webkit-transition: opacity 0.7s linear;
  602. opacity: 0.2;
  603. -webkit-transition: all 0.8s ease-out;
  604. -moz-transition: all 0.8s ease-out;
  605. transition: all 0.8s ease-out;
  606. }
  607.  
  608. iframe#tumblr_controls:hover {
  609. -webkit-transition: opacity 0.7s linear;
  610. opacity: 1;
  611. -webkit-transition: all 0.4s ease-out;
  612. -moz-transition: all 0.4s ease-out;
  613. transition: all 0.4s ease-out;
  614. }
  615.  
  616. {CustomCSS}
  617. </style>
  618. {block:IfInfiniteScroll}
  619. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  620. {/block:IfInfiniteScroll}
  621. {block:IfLazyLoad}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == “iPhone”) return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>{/block:IfLazyLoad}
  622. </head>
  623. <body>
  624.  
  625. <div id="pic1">
  626. <img src="{image:pic1}">
  627.  
  628. </div>
  629.  
  630. <div id="pic2">
  631. <img src="{image:pic2}">
  632.  
  633. </div>
  634.  
  635. <div id="sidebar">
  636.  
  637. <div id="morelinks">
  638. <a class="blog" href="{text:link1}" title="{text:link1 title}">001</a>
  639. <a class="blog" href="{text:Link2}" title="{text:Link2 Title}">003</a>
  640. <a class="blog" href="{text:link3}" title="{text:link3 title}">004</a>
  641. <a class="blog" href="{text:link4}" title="{text:link4 title}">005</a>
  642. </div>
  643.  
  644.  
  645.  
  646. <div id="desc5">{text:desc5}</div>
  647. <div id="one">{text:one}</div>
  648. <div id="title">{text:title}</div>
  649.  
  650.  
  651.  
  652. </div>
  653.  
  654.  
  655. </div>
  656.  
  657. {block:IfNotInfiniteScroll}{block:Pagination}
  658. <div id="pagination">
  659. {block:PreviousPage}<a class="last" href="{PreviousPage}">&larr; last</a>{/block:PreviousPage}
  660. {block:NextPage}<a class="next" href="{NextPage}">next &rarr;</a>{/block:NextPage}
  661. {CurrentPage}/{TotalPages}
  662. </div>
  663. {/block:Pagination}{/block:IfNotInfiniteScroll}
  664.  
  665. <div class="autopagerize_page_element">
  666. <div class="posts">
  667. {block:Posts}
  668.  
  669. <div class="entry">
  670.  
  671. {block:IndexPage}<div class="stats">
  672. <a href="{Permalink}">x</a>
  673. </div>{block:IndexPage}
  674.  
  675. {block:Text}
  676. {block:Title}<div class="title">{Title}</div>{/block:Title}
  677. {Body}
  678. {/block:Text}
  679.  
  680. {block:Photo}
  681. <div style="margin-bottom: -3px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center></div>
  682. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  683. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  684. {Caption}
  685. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  686. {/block:Photo}
  687.  
  688. {block:Photoset}
  689. <div style="margin-bottom: -3px;"><div class="photo">
  690. {block:IndexPage}{block:If250Posts}{Photoset-250}{/block:If250Posts}
  691. {block:If400Posts}{Photoset-400}{/block:If400Posts}
  692. {block:If500Posts}{Photoset-500}{/block:If500Posts}{/block:IndexPage}
  693. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  694. </div></div>
  695. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  696. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  697. {Caption}
  698. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  699. {/block:Photoset}
  700.  
  701. {block:Quote}
  702. <div class="quote">&#10077;</div>
  703. <h2>{Quote}</h2>
  704. {block:Source}<div style="font-size: 9px; text-transform: uppercase;"><p align="right">{Source} <b>&mdash;</b></p></div>{/block:Source}
  705. {/block:Quote}
  706.  
  707. {block:Link}
  708. <a href="{URL}" target="{Target}">
  709. <div class="title">{Name}</div></a>
  710. {block:Description}{Description}{/block:Description}
  711. {/block:Link}
  712.  
  713. {block:Chat}
  714. {block:Title}<div class="title">{Title}</div>{/block:Title}
  715. {block:Lines}
  716. {block:Label}
  717. <b>{Label}</b>
  718. {/block:Label}
  719. {Line}<br />
  720. {/block:Lines}
  721. {/block:Chat}
  722.  
  723. {block:Audio}
  724. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  725. <div class="player">{AudioPlayerBlack}</div>
  726. <div style="font-size: 9px; margin-top: 8px; margin-left: 10px; text-transform: uppercase;">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br /><b>Plays:</b> {FormattedPlayCount}</div>
  727. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  728. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  729. {Caption}
  730. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  731. {block:IfNotShowCaptions}<div style="padding: 4px;"></div>{/block:IfNotShowCaptions}
  732. {/block:Audio}
  733.  
  734. {block:Video}
  735. {block:If250Posts}{Video-250}{/block:If250Posts}
  736. {block:If400Posts}{Video-400}{/block:If400Posts}
  737. {block:If500Posts}{Video-500}{/block:If500Posts}
  738. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  739. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  740. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  741. {Caption}
  742. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  743. {/block:Video}
  744.  
  745. {block:Answer}
  746. <div class="ask"><i>{Asker}:</i> {Question}</div>
  747. {Answer}
  748. {/block:Answer}
  749. </div>
  750.  
  751. {block:PermalinkPage}
  752. <div class="permalink">
  753. <div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  754. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  755. {block:PostNotes}
  756. {PostNotes}
  757. {/block:PostNotes}
  758. </div>
  759. {/block:PermalinkPage}
  760.  
  761. {/block:Posts}
  762. </div>
  763. </div>
  764.  
  765. </body>
  766. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement