Advertisement
pausodontic

~Theme 26~Gold

Aug 19th, 2013
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.17 KB | None | 0 0
  1. <!--
  2. ~       
  3. ~ ~ ~ ~ ~
  4. ~ ~ ~ ~ ~ ~ ~ ~ ~
  5. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  6. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  7. /THEME #26 ~SLIDE DOWN DESC~ PAUSODONTIC\
  8. ----------------------------------------------
  9.  
  10. -->
  11.  
  12. <html>
  13. <head>
  14. <title>{title}</title>
  15.  
  16.  
  17.  
  18.  
  19. <!-- Text + Scrollbar Color Controls -->
  20. <meta name="color:bold" content="#ae1b3a" />
  21. <meta name="color:italic" content="#ae1b3a" />
  22. <meta name="color:text" content="#000000" />
  23. <meta name="color:link" content="#ae1b3a" />
  24. <meta name="color:sidelinks" content="#ae1b3a" />
  25. <meta name="color:linkhover" content="#000000" />
  26. <meta name="color:posttitle" content="#ae1b3a" />
  27. <meta name="color:postitlehover" content="#000000" />
  28. <meta name="color:maincolor" content="#ae1b3a" />
  29. <!-- Check boxes for links 3-6 -->
  30. <meta name="if:ShowLink3" content="1" />
  31. <meta name="if:ShowLink4" content="1" />
  32. <meta name="if:ShowLink5" content="1" />
  33. <meta name="if:ShowLink6" content="1" />
  34.  
  35. <!-- Home Link Controls -->
  36. <meta name="text:Home Title" content="Home" />
  37. <meta name="text:Home Hover" content="/" />
  38.  
  39. <!-- Ask Link Controls -->
  40. <meta name="text:Ask Title" content="Ask" />
  41. <meta name="text:Ask Hover" content="/" />
  42.  
  43. <!-- Link 3 Controls -->
  44. <meta name="text:Link3 URL" content="/" />
  45. <meta name="text:Link3 Title" content="Link3" />
  46. <meta name="text:Link3 Hover" content="/" />
  47.  
  48. <!-- Link 4 Controls -->
  49. <meta name="text:Link4 URL" content="/" />
  50. <meta name="text:Link4 Title" content="Link4" />
  51. <meta name="text:Link4 Hover" content="/" />
  52.  
  53. <!-- Link 5 Controls -->
  54. <meta name="text:Link5 URL" content="/" />
  55. <meta name="text:Link5 Title" content="Link5" />
  56. <meta name="text:Link5 Hover" content="/" />
  57.  
  58. <!-- Link 6 Controls -->
  59. <meta name="text:Link6 URL" content="/" />
  60. <meta name="text:Link6 Title" content="Link6" />
  61. <meta name="text:Link6 Hover" content="/" />
  62.  
  63.  
  64. <meta name="text:postheight" content="200px" />
  65.  
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Roboto:900' rel='stylesheet' type='text/css'>
  68.  
  69.  
  70.  
  71. <meta name="image:sidebar1" content=""/>
  72. <meta name="image:sidebar2" content=""/>
  73.  
  74.  
  75.  
  76. <script type="text/javascript"
  77. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  78.  
  79. <script type="text/javascript">
  80. jQuery(document).ready(function() {
  81. jQuery(".sub").hide();
  82. //toggle the componenet with class msg_body
  83. jQuery(".cthrough").click(function()
  84. {
  85. jQuery(this).next(".sub").slideToggle(500);return false;
  86. });});
  87. </script>
  88.  
  89.  
  90. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  91.  
  92. <title>{title}</title>
  93.  
  94. <!-- Small Cursor Controls -->
  95. <meta name="if:tinycursor" content="1"/>
  96.  
  97. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  98.  
  99. <link rel="shortcut icon" href="{favicon}" />
  100.  
  101. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  102.  
  103. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. <link href='http://fonts.googleapis.com/css?family=Roboto:900' rel='stylesheet' type='text/css'>
  112.  
  113.  
  114. <style type="text/css">
  115.  
  116. /* Makes top right buttons inverted + opaque */
  117. iframe#tumblr_controls {
  118. opacity:0.2;
  119. -webkit-filter: invert(100%);
  120. -moz-filter: invert(100%);
  121. -o-filter: invert(100%);
  122. -ms-filter: invert(100%);
  123. filter: invert(100%);
  124. -moz-transition-duration:1s;
  125. -webkit-transition-duration:1s;
  126. -o-transition-duration:1s;
  127. }
  128.  
  129. iframe#tumblr_controls:hover {
  130. opacity: 0.8;
  131. -moz-transition-duration:1s;
  132. -webkit-transition-duration:1s;
  133. -o-transition-duration:1s;
  134. }
  135.  
  136. {block:iftinycursor}
  137. body, a, a:hover{
  138. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  139. }
  140. {/block:iftinycursor}
  141.  
  142. /* Scrollbar Controls */
  143. ::-webkit-scrollbar-thumb {
  144. background-color: {color:hover};
  145. height:auto;
  146. }
  147.  
  148. ::-webkit-scrollbar {
  149. height:7px;
  150. width:9px;
  151. background-color: #fff;
  152.  
  153. }
  154.  
  155.  
  156.  
  157. b, strong {
  158. color: {color:bold};
  159. font-weight: 400;
  160. }
  161.  
  162. i {
  163. color: {color:italic};
  164. }
  165.  
  166. body {
  167. line-height: 100%;
  168. margin-top: 20px;
  169. font-family: arial;
  170. }
  171.  
  172.  
  173.  
  174. /* Link HTML */
  175. a:link, a:active, a:visited {
  176. text-decoration: none;
  177. color: {color:link};
  178. -moz-transition-duration:.6s;
  179. -webkit-transition-duration:.6s;
  180. -o-transition-duration:.6s;
  181. }
  182.  
  183. a:hover {
  184. color: {color:linkhover};
  185. -moz-transition-duration:.6s;
  186. -webkit-transition-duration:.6s;
  187. -o-transition-duration:.6s;
  188. }
  189.  
  190. /* Entries HTML */
  191. #entries {
  192. position:absolute;
  193. margin-left: 425px;
  194. width:auto;
  195. margin-top: 50px;
  196. color: {color:text};
  197. font-family: arial;
  198. text-transform: lowercase;
  199. font-size: 9px;
  200. }
  201.  
  202.  
  203.  
  204. /* All Post HTML */
  205. #posts {
  206. width: 500px;
  207. text-align: justify;
  208. color: {color:sidelinks};
  209. line-height: 90%;
  210. padding-bottom: 2px;
  211. padding-top: 10px;
  212. margin-bottom: 2px;
  213. z-index: -9999999999999999999999;
  214. }
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. /* Post HTML */
  223. h1{
  224. color: {color:maincolor};
  225. text-transform: lowercase;
  226. font-style: italic;
  227. font-size: 20px;
  228. text-align: left;
  229. line-height: 15px;
  230. height: auto;
  231. font-family: arial;
  232. font-weight: bold;
  233. padding: 25px;
  234. background-color: #f2f2f2;
  235. }
  236.  
  237. h1 a{
  238. color: {color:maincolor};
  239. }
  240.  
  241. h1 a:hover {
  242. color: {color:maincolor};
  243. }
  244.  
  245.  
  246. blockquote {
  247. padding: 2px;
  248. color: {color:text};
  249. }
  250.  
  251.  
  252. blockquote img, blockquote a img {
  253. max-width: 100%;
  254. }
  255.  
  256. p {
  257. margin-top: 5px;
  258. margin-bottom: 10px;
  259. }
  260.  
  261. img a{
  262. border: none;
  263. }
  264.  
  265. img a:hover {
  266. opacity: 1;
  267. }
  268.  
  269.  
  270.  
  271.  
  272. .notes img{
  273. width: 10px;
  274. position: relative;
  275. top: 1px;
  276. }
  277.  
  278. ol.notes, .notes li{
  279. list-style: none;
  280. margin: 0px;
  281. padding: 0px;
  282. color: {color:text};
  283. }
  284.  
  285.  
  286. /* Other Post Info HTML */
  287. #info {
  288. margin-top:-90;
  289. letter-spacing:0px;
  290. text-transform: lowercase;
  291. font-style:none;
  292. text-align:left;
  293. position:relative;
  294. line-height: 0px;
  295. font-family: arial;
  296. width: 500px;
  297. }
  298.  
  299. #datelink {
  300. text-align:left;
  301. font-family: arial;
  302. color: #707070;
  303. font-size: 10px;
  304. text-transform: lowercase;
  305. font-style:normal;
  306. background-color: #f2f2f2;
  307. padding: 2px;
  308. text-align: left;
  309. }
  310.  
  311. #datelink a {
  312. text-align:left;
  313. font-family: arial;
  314. color: #707070 ;
  315. font-size: 10px;
  316. text-transform: lowercase;
  317. font-style:normal;
  318. padding: 5px;
  319. background-color: #f2f2f2;
  320. }
  321.  
  322.  
  323. /* Tags HTML */
  324. #tags {
  325. text-align:left;
  326. font-family: arial;
  327. color: #707070;
  328. font-size: 10px;
  329. text-transform: lowercase;
  330. font-style:normal;
  331. padding-right: 0px;
  332. padding-left: 2px;
  333. margin-left: 1px;
  334. font-style: none;
  335. }
  336.  
  337. #tags:hover {
  338. color: {color:maincolor};
  339. }
  340.  
  341. #tags a {
  342. display:inline;
  343. text-align:left;
  344. color: #707070;
  345. padding-right: 0px;
  346. padding-left: 2px;
  347. margin: 0px;
  348. font-style: none;
  349. }
  350.  
  351. #tags a:hover {
  352. color: {color:maincolor};
  353. }
  354.  
  355.  
  356. #infobox {
  357. margin-top: -8px;
  358. margin-left: 2px;
  359. }
  360.  
  361.  
  362. #topinfo {
  363. font-style:none;
  364. position:relative;
  365. margin-left: -7px;
  366. margin-top: 10px;
  367. border-top: 1px solid #f2f2f2;
  368. padding-top: 15px;
  369. width: 510px;
  370. }
  371.  
  372.  
  373. #postbox img {
  374. width: 15px;
  375. }
  376.  
  377.  
  378. /* Tooltip Controls */
  379. #s-m-t-tooltip {
  380. max-width:300px;
  381. line-height: 90%;
  382. margin-top: 5px;
  383. margin-left: -30px;
  384. padding: 5px;
  385. background-color: #fff;
  386. color: {color:bold};
  387. text-transform: lowercase;
  388. font-size: 9px;
  389. line-height: 14px;
  390. margin-left: 5px;
  391. margin-top: 5px;
  392. z-index:999999999999999999999999999999999999;
  393. }
  394.  
  395.  
  396.  
  397. /* Credit HTML */
  398. #cred {
  399. color: {color:text};
  400. font-style: italic;
  401. position: fixed;
  402. font-size: 20px;
  403. bottom: 5px;
  404. right: 0px;
  405. line-height: 16px;
  406. letter-spacing: -2px;
  407.  
  408. }
  409.  
  410. #cred a {
  411. color: {color:maincolor};
  412. }
  413.  
  414.  
  415. /* Asker Link HTML */
  416. #asker {
  417. color: {color:maincolor};
  418. text-transform: lowercase;
  419. font-style: italic;
  420. font-size: 20px;
  421. text-align: left;
  422. line-height: 12px;
  423. height: auto;
  424. font-family: arial;
  425. font-weight: bold;
  426. }
  427.  
  428. #asker a {
  429. color: {color:maincolor};
  430. }
  431.  
  432.  
  433. /* Question HTML */
  434. #question {
  435. color: #707070;
  436. text-transform: lowercase;
  437. font-size: 10px;
  438. text-align: left;
  439. line-height: 120%;
  440. margin-top: -2px;
  441. height: auto;
  442. width: 400px;
  443. margin-left: 25px;
  444. }
  445.  
  446. /* Answer HTML */
  447. #answer {
  448. color: {color:text};
  449. line-height: 10px;
  450. bottom: 5px;
  451. font-size:10px;
  452. text-align: left;
  453. }
  454.  
  455.  
  456. #askbox {
  457. height: auto;
  458. padding: 25px;
  459. background-color: #f2f2f2;
  460. }
  461.  
  462.  
  463.  
  464. #music {
  465. width: auto;
  466. padding: 20px;
  467. }
  468.  
  469.  
  470. #track {
  471. color: {color:maincolor};
  472. font-style: italic;
  473. font-size: 15px;
  474. line-height: 120%;
  475. }
  476.  
  477. #font {
  478. color: {color:text};
  479. font-size: 10px;
  480. margin-top: -2px;
  481. }
  482.  
  483. #label {
  484. text-align: center;
  485.  
  486. }
  487.  
  488. #box {
  489. position: absolute;
  490. z-index: 99999;
  491. width: 100px;
  492. overflow: hidden;
  493. }
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. #source2 {
  501. color: {color:text};
  502. margin-top: -5px;
  503. text-transform: lowercase;
  504. font-size: 10px;
  505. text-align: left;
  506. font-family: times new roman;
  507. font-style: italic;
  508. -webkit-transition: all 0.5s ease-in-out;
  509. -moz-transition: all 0.5s ease-in-out;
  510. -o-transition: all 0.5s ease-in-out;
  511. }
  512.  
  513. #source2 a{
  514. color: {color:text};
  515. text-transform: lowercase;
  516. font-size: 10px;
  517. text-align: left;
  518. font-family: times new roman;
  519. font-style: italic;
  520. -webkit-transition: all 0.5s ease-in-out;
  521. -moz-transition: all 0.5s ease-in-out;
  522. -o-transition: all 0.5s ease-in-out;
  523. }
  524.  
  525. #quote {
  526. color: {color:maincolor};
  527. text-transform: lowercase;
  528. font-size: 16px;
  529. text-align: left;
  530. line-height: 120%;
  531. font-family: times new roman;
  532. font-style: italic;
  533. }
  534.  
  535. #box2 {
  536. padding: 25px;
  537. }
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546. #top {
  547. margin-top: 10px;
  548. }
  549.  
  550. #height {
  551. top: 0;
  552. }
  553.  
  554. #postheader {
  555. background-color: {color:maincolor};
  556. color: #fff;
  557. font-weight: bold;
  558. font-family: arial;
  559. font-size: 25px;
  560. text-align: center;
  561. width: 470px;
  562.  
  563. padding: 15px;
  564. }
  565.  
  566. #postbox {
  567. overflow: auto;
  568. height: 230px;
  569. padding: 10px;
  570. width: 380px;
  571. background-color: #fff;
  572. }
  573.  
  574. #tagsheight {
  575. margin-top: 0px;
  576. }
  577.  
  578. #theheight {
  579. margin-top: -20px;
  580. }
  581.  
  582. #links {
  583. font-size: 11px;
  584. }
  585.  
  586. #links a{
  587. color: {color:sidelinks};
  588. font-weight: 400;
  589. }
  590.  
  591. #sidebar {
  592. position: fixed;
  593. text-align: right;
  594. line-height: 90%;
  595. margin-left: 260px;
  596. margin-top: 40px;
  597. text-transform: lowercase;
  598. }
  599.  
  600. #sidebar img {
  601. width: 80px;
  602. padding-bottom: 5px;
  603. }
  604.  
  605.  
  606.  
  607.  
  608.  
  609. #title {
  610. font-size: 16px;
  611. width: 150px;
  612. font-weight: bold;
  613. font-family: arial;
  614. }
  615.  
  616. #desc {
  617. font-size: 10px;
  618. padding: 4px;
  619. font-weight: 400;
  620. }
  621.  
  622. #grey {
  623. background-color: #f2f2f2;
  624. padding: 9px;
  625. color: #707070;
  626. line-height: 100%;
  627. }
  628.  
  629. #grey a {
  630. text-decoration: underline;
  631. }
  632.  
  633. #other {
  634. color: #707070;
  635. text-align: right;
  636. }
  637.  
  638. #other a {
  639. color: #707070;
  640. text-align: right;
  641. }
  642.  
  643. #other2 {
  644. color: #707070;
  645. text-align: right;
  646. }
  647.  
  648. #other2 a {
  649. color: #707070;
  650. text-align: right;
  651. }
  652.  
  653. #from {
  654. text-align:left;
  655. font-family: arial;
  656. color: #707070;
  657. font-size: 10px;
  658. text-transform: lowercase;
  659. font-style:normal;
  660. background-color: #f2f2f2;
  661. padding-top: 10px;
  662. padding-bottom: 10px;
  663. padding-left: 8px;
  664. padding-right: 10px;
  665. text-align: left;
  666. margin-left: 505px;
  667. position: absolute;
  668. opacity: 0;
  669. -webkit-transition: all 0.5s ease-in-out;
  670. -moz-transition: all 0.5s ease-in-out;
  671. -o-transition: all 0.5s ease-in-out;
  672. }
  673.  
  674. #from a {
  675. text-align:left;
  676. font-family: arial;
  677. color: #707070 ;
  678. font-size: 10px;
  679. text-transform: lowercase;
  680. font-style:normal;
  681. padding: 10px;
  682. background-color: #f2f2f2;
  683. -webkit-transition: all 0.5s ease-in-out;
  684. -moz-transition: all 0.5s ease-in-out;
  685. -o-transition: all 0.5s ease-in-out;
  686. }
  687.  
  688. #from:hover {
  689. background-color: {color:maincolor};
  690. color: #fff;
  691. -webkit-transition: all 0.5s ease-in-out;
  692. -moz-transition: all 0.5s ease-in-out;
  693. -o-transition: all 0.5s ease-in-out;
  694. }
  695.  
  696. #posts:hover #from {
  697. opacity: 1;
  698. -webkit-transition: all 0.5s ease-in-out;
  699. -moz-transition: all 0.5s ease-in-out;
  700. -o-transition: all 0.5s ease-in-out;
  701. }
  702.  
  703. #entries img {
  704. max-width: 100%;
  705. }
  706.  
  707. #hoverside {
  708. opacity: 0;
  709. margin-top: -86px;
  710. -webkit-transition: all 0.5s ease-in-out;
  711. -moz-transition: all 0.5s ease-in-out;
  712. -o-transition: all 0.5s ease-in-out;
  713. }
  714.  
  715. #hoverside img {
  716. width: 80px;
  717. padding-bottom: 5px;
  718. }
  719.  
  720. #sidebar:hover #hoverside {
  721. opacity: 1;
  722. -webkit-transition: all 0.5s ease-in-out;
  723. -moz-transition: all 0.5s ease-in-out;
  724. -o-transition: all 0.5s ease-in-out;
  725. }
  726.  
  727. </style>
  728.  
  729.  
  730. </head>
  731.  
  732. <!-- Tooltip Controls -->
  733. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  734. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  735. <script>
  736. (function($){
  737. $(document).ready(function(){
  738. $("a[title]").style_my_tooltips({
  739. tip_follows_cursor:true,
  740. tip_delay_time:90,
  741. tip_fade_speed:600,
  742. attribute:"title"
  743. });
  744. });
  745. })(jQuery);
  746. </script>
  747.  
  748.  
  749. <body>
  750.  
  751. <!-- CREDIT -->
  752.  
  753.  
  754. <div id="cred">
  755. <a href="http://pausodontic.tumblr.com/">cred.</a></div>
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766. <div id="sidebar">
  767. <img src="{image:sidebar1}">
  768. <div id="hoverside"><img src="{image:sidebar2}"></div>
  769. <a href="#" class="cthrough" style="cursor:help">
  770. <div id="title">
  771. {title}
  772. </a>
  773. <div class="sub">
  774. <div id="desc">
  775. {description}
  776. </div></div>
  777.  
  778. <div id="links">
  779. {block:NextPage}<a href="{NextPage}">next </a>{/block:NextPage}
  780.  
  781. <a title="{text:Home Hover}"href="/" >{text:Home Title}</a>
  782. <a title="{text:Ask Hover}"href="/ask" >{text:Ask Title}</a>
  783. {block:IfShowLink3}<a title="{text:Link3 Hover}"href="{text:Link3 URL}">{text:Link3 Title}</a>{/block:IfShowLink3}
  784. {block:IfShowLink4}<a title="{text:Link4 Hover}"href="{text:Link4 URL}">{text:Link4 Title}</a>{/block:IfShowLink4}
  785. {block:IfShowLink5}<a title="{text:Link5 Hover}"href="{text:Link5 URL}">{text:Link5 Title}</a>{/block:IfShowLink5}
  786. {block:IfShowLink6}<a title="{text:Link6 Hover}"href="{text:Link6 URL}">{text:Link6 Title}</a>{/block:IfShowLink6}
  787.  
  788.  
  789. {block:PreviousPage}<a href="{PreviousPage}"> prev </a> {/block:PreviousPage}
  790. </div></div></div></div></div></div>
  791.  
  792.  
  793. <div id="entries">
  794.  
  795.  
  796. <div id="height">
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804. <div id="theheight">
  805. {block:Posts}
  806. <div id="posts">
  807.  
  808. {block:RebloggedFrom}
  809. <a href="{ReblogParentURL}" id="from">via</a>
  810. {/block:RebloggedFrom}
  811.  
  812.  
  813.  
  814. {block:Quote}<div id="box2"><div id="quote">"{Quote}"</div>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<div id="source2"> — {Source}</div></div> {/block:Quote}
  815.  
  816. {block:Title}<h1><a href="{Permalink}">{Title}</a>&nbsp;</h1>{/block:Title}
  817.  
  818. {block:Text}{Body}{/block:Text}
  819.  
  820. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  821. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  822.  
  823.  
  824. {block:Photo}<center>{LinkOpenTag}
  825. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  826. {LinkCloseTag}
  827. </center>
  828.  
  829. {block:Caption}
  830. {Caption}
  831. {/block:Caption}
  832. {/block:Photo}
  833.  
  834.  
  835.  
  836.  
  837. {block:Photoset}<center>
  838. {Photoset-500}
  839. </center>
  840. {block:Caption}{Caption}{/block:Caption}
  841. {/block:Photoset}
  842.  
  843.  
  844.  
  845. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  846.  
  847.  
  848.  
  849. {block:Video}{block:If500pxposts}{Video-500}{/block:If500pxposts}
  850. {block:If400pxposts}
  851. {video-400}
  852. {/block:If400pxposts} {block:Caption}{Caption}{/block:Caption}{/block:Video}
  853.  
  854.  
  855.  
  856. {block:Answer}<div id="askbox"><div id="asker">{asker}</div> <div id="question">{Question}</div></div><div id="answer"><p>{Answer}</p><br><br></div>{/block:Answer}
  857.  
  858.  
  859. {block:Audio}<div id="music"><div id="box">{AudioPlayerWhite}</div><div id="label">{block:TrackName}<div id="track">{TrackName} </div>{/block:TrackName}<div id="font">{block:Artist}{Artist}{/block:Artist} <br>{block:Playcount}{Playcount} Plays{/block:Playcount}</div></div></div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}</div>
  860.  
  861. <div id="info">
  862. <div id="red"></div>
  863.  
  864. <div id="grey">filed under:
  865. {block:HasTags}
  866. {block:Tags}<a title="posts tagged {tag}" href="/tagged/{Tag}" id="tags">
  867. {Tag}</a> ,
  868. {/block:Tags}
  869. {/block:HasTags}
  870. </div>
  871.  
  872. <div id="topinfo">
  873.  
  874.  
  875.  
  876. {block:Date}
  877. <div id="top">
  878. <div id="infobox">
  879. <a href="{Permalink}" id="datelink">
  880. {MonthNumber}.{DayOfMonthWithZero}</a> <p style="text-align:right; margin-top: -5px"> <a href="{Permalink}" id="other">notes ({NoteCount})</a>
  881. {block:ContentSource} <a href="{SourceURL}" id="other2">©</a>{/block:ContentSource}</p>
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889. </div></div>
  890. </div></div>
  891.  
  892. </div>
  893.  
  894. {/block:Date}
  895. <br><div align="left">
  896. {/block:Posts}
  897.  
  898. {block:PostNotes}
  899. <div id="postheader">notes
  900.  
  901.  
  902. </div><div id="postbox">
  903.  
  904. {PostNotes}
  905.  
  906.  
  907. {/block:PostNotes}
  908.  
  909.  
  910.  
  911. </div></div>
  912. </div></div></div>
  913.  
  914.  
  915.  
  916.  
  917. </div></div>
  918.  
  919. </div></div></div>
  920.  
  921.  
  922.  
  923. </body>
  924. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement