Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!---Theme 32 by Heidi @ladmilk---->
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. <meta name="color:Background" content="#ffffff" />
  15. <meta name="color:Posts" content="#ffffff" />
  16. <meta name="color:Post Title" content="#666666" />
  17. <meta name="color:Border" content="#eeeeee" />
  18. <meta name="color:Text" content="#888888" />
  19. <meta name="color:Links" content="#f0c5d7" />
  20. <meta name="color:Links Hover" content="#ffffff" />
  21. <meta name="color:Bold" content="#555555" />
  22. <meta name="color:Italic" content="#bbbbbb"/>
  23. <meta name="color:Scroll" content="#ffffff" />
  24. <meta name="color:Scrollbar" content="#cccccc" />
  25. <meta name="color:Heart" content="#f398be" />
  26. <meta name="color:Sidebar" content="#ffffff" />
  27. <meta name="color:Sidebar Text" content="#999999" />
  28. <meta name="color:Nav Links" content="#cccccc" />
  29. <meta name="color:Nav Links Hover" content="#999999" />
  30. <meta name="color:Nav Links Background Hover" content="#eeeeee" />
  31. <meta name="color:Permalinks" content="#aaaaaa" />
  32. <meta name="color:Tags" content="#aaaaaa" />
  33. <meta name="color:Tags Background" content="#f8f8f8" />
  34.  
  35. <meta name="if:ShowCaptions" content="1" />
  36. <meta name="if:ShowLace" content="1" />
  37. <meta name="if:ShowTags" content="0" />
  38. <meta name="if:InfiniteScroll" content="1" />
  39. <meta name="if:DropNavigation" content="1" />
  40. <meta name="if:PermaHover" content="1" />
  41. <meta name="if:Lace1" content="1" />
  42. <meta name="if:Lace2" content="0" />
  43. <meta name="if:Lace3" content="0" />
  44. <meta name="if:Lace4" content="0" />
  45. <meta name="if:Lace5" content="0" />
  46. <meta name="if:250px" content="1" />
  47. <meta name="if:400px" content="0" />
  48. <meta name="if:500px" content="0" />
  49.  
  50. <meta name="text:LinkTitle1" content="" />
  51. <meta name="text:LinkTitle2" content="" />
  52. <meta name="text:LinkTitle3" content="" />
  53. <meta name="text:LinkTitle4" content="" />
  54. <meta name="text:LinkTitle5" content="" />
  55. <meta name="text:LinkTitle6" content="" />
  56. <meta name="text:LinkTitle7" content="" />
  57.  
  58. <meta name="text:Link1" content="" />
  59. <meta name="text:Link2" content="" />
  60. <meta name="text:Link3" content="" />
  61. <meta name="text:Link4" content="" />
  62. <meta name="text:Link5" content="" />
  63. <meta name="text:Link6" content="" />
  64. <meta name="text:Link7" content="" />
  65.  
  66.  
  67. <meta name="image:Background" content="" />
  68. <meta name="image:Side" content="" />
  69.  
  70. <style type="text/css">
  71.  
  72. /*Body*/
  73.  
  74. iframe#tumblr_controls {
  75. margin-top:30px!important;
  76. right:0%!important;
  77. position:fixed!important;
  78. z-index:999999999!important;
  79. opacity:0.2!important;
  80. -webkit-filter:invert(100%);
  81. -moz-filter:invert(100%);
  82. -o-filter:invert(100%);
  83. -ms-filter:invert(100%);
  84. filter:invert(100%);
  85. }
  86.  
  87. ::-webkit-scrollbar {
  88. width:7px;
  89. height:7px;
  90. }
  91.  
  92. ::-webkit-scrollbar-track-piece {
  93. background-color:{color:Scroll};
  94. }
  95. ::-webkit-scrollbar-thumb {
  96. background-color:{color:Scrollbar};
  97. border:2px solid {color:Scroll};
  98. }
  99.  
  100. body {
  101. margin-right:center;margin-left:center;
  102. padding:0;
  103. border:0;
  104. background:url('{image:Background}');
  105. background-attachment:fixed;
  106. background-repeat:repeat;
  107. background-color:{color:Background};
  108. color:{color:Text};
  109. font-family:trebuchet ms;
  110. font-size:12px;
  111. line-height:12px;
  112. word-wrap:break-word;
  113. }
  114.  
  115. a {
  116. color:{color:Links};
  117. text-decoration:none;
  118. transition-duration: 0.6s;
  119. -moz-transition-duration: 0.6s;
  120. -webkit-transition-duration: 0.6s;
  121. -o-transition-duration: 0.6s;
  122. }
  123.  
  124. a:hover{
  125. color:{color:Links Hover};
  126. }
  127.  
  128. pre {
  129. width:95%;
  130. white-space:pre-wrap;
  131. word-wrap:break-word;
  132. background:#f4f4f4;
  133. padding:4px;
  134. }
  135.  
  136. blockquote {
  137. width:92%;
  138. margin-top:7px;
  139. margin-left:0px;
  140. margin-right:0px;
  141. padding-left:10px;
  142. padding-right:10px;
  143. padding-top:1px;
  144. padding-bottom:1px;
  145. border:1px solid #eee;
  146. background:rgba(220,220,220,0.2);
  147. }
  148.  
  149. b, strong {
  150. color:{color:Bold};
  151. font-weight:bold;
  152. }
  153.  
  154. i, em {
  155. color:{color:Italic};
  156. font-style:italic;
  157. }
  158.  
  159.  
  160. /* Center Wrapper */
  161.  
  162. #wrapper{
  163. {block:if250px}
  164. {block:IndexPage}
  165. width:278px;
  166. {/block:IndexPage}
  167. {block:PermalinkPage}
  168. width:428px;
  169. {/block:PermalinkPage}
  170. {/block:if250px}
  171. {block:if400px}
  172. width:428px;
  173. {/block:if400px}
  174. {block:if500px}
  175. width:528px;
  176. {/block:if500px}
  177. height:auto;
  178. margin-left:auto;
  179. margin-right:auto;
  180. margin-top:60px;
  181. margin-bottom:50px;
  182. padding:0;
  183. border:0;
  184. background:transparent;
  185. }
  186.  
  187.  
  188.  
  189. /* Posts */
  190.  
  191. .posts {
  192. {block:if250px}
  193. {block:IndexPage}
  194. width:270px;
  195. {/block:IndexPage}
  196. {block:PermalinkPage}
  197. width:400px;
  198. {/block:PermalinkPage}
  199. {/block:if250px}
  200. {block:if400px}
  201. width:400px;
  202. {/block:if400px}
  203. {block:if500px}
  204. width:500px;
  205. {/block:if500px}
  206. height:auto;
  207. margin-top:20px;
  208. margin-bottom:20px;
  209. margin-center:180px;
  210. padding:10px;
  211. position:relative;
  212. border:4px double {color:Border};
  213. background:{color:Posts};
  214. color:{color:Text};
  215. font-family:trebuchet ms;
  216. font-size:12px;
  217. line-height:12px;
  218. word-wrap:break-word;
  219. }
  220.  
  221. .posts img { max-width:100%; }
  222. #photo img { max-width:100%; display:block; }
  223. #pset, #vid { margin-bottom:-3px; }
  224.  
  225. .posts_title {
  226. padding-bottom:5px;
  227. border-bottom:1px solid {color:Border};
  228. font-family:times;
  229. font-size:14px;
  230. font-style:italic;
  231. letter-spacing:2px;
  232. text-align:center;
  233. }
  234.  
  235.  
  236.  
  237. /* Permalinks */
  238.  
  239. .perma {
  240. height:10px;
  241. {block:ifnotPermaHover}
  242. margin-top:10px;
  243. {block:ifnotPermaHover}
  244. padding:0px;
  245. font-family:times;
  246. font-size:10px;
  247. font-style:italic;
  248. letter-spacing:2px;
  249. text-align:center;
  250. {block:ifPermaHover}
  251. margin-top:-10px;
  252. opacity:0;
  253. -webkit-transition: all 0.6s ease-in-out;
  254. -moz-transition: all 0.6s ease-in-out;
  255. transition: all 0.6s ease-in-out;
  256. {/block:ifPermaHover}
  257. }
  258. .perma a {
  259. color:{color:Permalinks}
  260. }
  261. .perma a:hover {
  262. color:{color:Links Hover};
  263. }
  264.  
  265. {block:ifPermaHover}
  266. .posts:hover .perma {
  267. margin-top:10px;
  268. opacity:1;
  269. }
  270. {/block:ifPermaHover}
  271.  
  272. .tags {
  273. padding-left:4px;
  274. padding-right:4px;
  275. margin-top:5px;
  276. border:1px solid {color:Border};
  277. background:{color:Tags Background};
  278. font-family:calibri;
  279. font-size:8px;
  280. font-style:normal;
  281. letter-spacing:2px;
  282. text-align:left;
  283. text-transform:uppercase;
  284. }
  285. .tags a {
  286. margin-right:8px;
  287. color:{color:Tags};
  288. }
  289.  
  290.  
  291.  
  292. /* Top Banner */
  293.  
  294. .banner {
  295. width:100%;
  296. height:55px;
  297. top:0px;
  298. left:0px;
  299. position:fixed;
  300. z-index:99999!important;
  301. background-image:url('http://i1357.photobucket.com/albums/q744/jadeannej/tumblr_inline_moqnxpfNVh1qz4rgp_zps2145f283.gif');
  302.  
  303. repeat:repeat-x;
  304. }
  305.  
  306.  
  307.  
  308. /* Sidebar */
  309.  
  310. .side {
  311. width:133px;
  312. height:auto;
  313. margin-top:40px;
  314. margin-right:-500px;
  315. position:fixed;
  316.  
  317. }
  318.  
  319. .side img {
  320. width:95px;
  321. height:auto;
  322. padding:15px;
  323. border:4px double {color:Border};
  324. background:{color:Sidebar};
  325. }
  326.  
  327. .side_desc {
  328. padding-top:8px;
  329. padding-bottom:8px;
  330. color:{color:Sidebar Text};
  331. text-align:center;
  332. }
  333.  
  334. .side_click {
  335. padding:4px;
  336. border:4px double {color:Border};
  337. cursor:pointer;
  338. background:{color:Sidebar};
  339. color:{color:Sidebar Text};
  340. font-family:times;
  341. font-size:10px;
  342. font-style:italic;
  343. letter-spacing:2px;
  344. text-align:center;
  345. }
  346.  
  347. .side_hidden {
  348. height:auto;
  349. border-left:1px double {color:Border};
  350. border-right:1px double {color:Border};
  351. background:{color:Sidebar};
  352. }
  353.  
  354. .side_hidden a {
  355. padding:2px;
  356. display:block;
  357. border-bottom:1px double {color:Border};
  358. background:{color:Sidebar};
  359. color:{color:Nav Links};
  360. font-family:calibri;
  361. font-size:8px;
  362. letter-spacing:2px;
  363. text-align:center;
  364. text-transform:uppercase;
  365. }
  366. .side_hidden a:hover {
  367. background:{color:Nav Links Background Hover};
  368. color:{color:Nav Links Hover};
  369. }
  370.  
  371. .banner2 {
  372. height:55px;
  373. {block:ifLace1}
  374. background-image:url('http://i1357.photobucket.com/albums/q744/jadeannej/tumblr_inline_moqnxpfNVh1qz4rgp_zps2145f283.gif');
  375. border-left:1px double {color:Border};
  376. border-right:1px double {color:Border};
  377. {/block:ifLace1}
  378. {block:ifLace2}
  379. background-image:url('http://static.tumblr.com/3yblkz0/Jwgmre3t3/lace2.png');
  380. border-left:1px double {color:Border};
  381. border-right:1px double {color:Border};
  382. {/block:ifLace2}
  383. {block:ifLace3}
  384. background-image:url('http://static.tumblr.com/3yblkz0/HLGmre3te/lace3.png');
  385. border-left:1px double {color:Border};
  386. border-right:1px double {color:Border};
  387. {/block:ifLace3}
  388. {block:ifLace4}
  389. background-image:url('http://static.tumblr.com/3yblkz0/zC4mre3tn/lace4.png');
  390. {/block:ifLace4}
  391. {block:ifLace5}
  392. background-image:url('http://static.tumblr.com/3yblkz0/9f9mre3tw/lace5.png');
  393. {/block:ifLace5}
  394. repeat:repeat-x;
  395. }
  396.  
  397.  
  398.  
  399. /* Quote */
  400.  
  401. #quote {
  402. margin-bottom:5px;
  403. padding-left:45px;
  404. padding-right:40px;
  405. padding-top:10px;
  406. font-family:times;
  407. font-size:14px;
  408. font-style:italic;
  409. }
  410.  
  411. #source {
  412. padding-right:25px;
  413. text-align:right;
  414. }
  415.  
  416.  
  417.  
  418. /* Ask */
  419.  
  420. #question {
  421. padding-bottom:5px;
  422. border-bottom:1px solid {color:Border};
  423. font-style:italic;
  424. }
  425.  
  426. #asker {
  427. font-style:normal;
  428. letter-spacing:1px;
  429. text-transform:uppercase;
  430. }
  431.  
  432.  
  433.  
  434. /* Audio */
  435.  
  436. #audio_player {
  437. width:29px;
  438. padding-left:1px;
  439. padding-top:1px;
  440. padding-bottom:0px;
  441. margin-left:17px;
  442. margin-top:17px;
  443. overflow:hidden;
  444. position:absolute;
  445. border:5px solid #fff;
  446. background:#fff;
  447. -webkit-border-radius:100%;
  448. -moz-border-radius:100%;
  449. border-radius:100%;
  450. opacity:0.5;
  451. }
  452. .posts:hover #audio_player {
  453. opacity:1;
  454. }
  455.  
  456.  
  457. #info_line {
  458. padding-top:3px;
  459. padding-bottom:3px;
  460. padding-left:5px;
  461. padding-right:5px;
  462. font-family:calibri;
  463. font-size:8px;
  464. line-height:14px;
  465. letter-spacing:1px;
  466. text-align:left;
  467. text-transform:uppercase;
  468. }
  469.  
  470.  
  471. #audio_art {
  472. width:74px;
  473. height:74px;
  474. padding-left:8px;
  475. padding-right:8px;
  476. padding-top:8px;
  477. padding-bottom:6px;
  478. border:1px solid {color:Border};
  479. background-image:url('http://static.tumblr.com/3yblkz0/O5lmpxrwz/artwork__22.png');
  480. background-position:center;
  481. background-repeat:no-repeat;
  482. background-color:{color:Posts};
  483. }
  484.  
  485.  
  486.  
  487. /* Pagination */
  488.  
  489. #pagi {
  490. {block:if250px}
  491. {block:IndexPage}
  492. width:278px;
  493. {/block:IndexPage}
  494. {block:PermalinkPage}
  495. width:428px;
  496. {/block:PermalinkPage}
  497. {/block:if250px}
  498. {block:if400px}
  499. width:428px;
  500. {/block:if400px}
  501. {block:if500px}
  502. width:528px;
  503. {/block:if500px}
  504. padding-bottom:30px;
  505. padding-top:20px;
  506. position:absolute;
  507. color:{color:Text};
  508. font-family:calibri;
  509. letter-spacing:2px;
  510. text-align:center;
  511. }
  512.  
  513.  
  514. /*Permalink Page */
  515.  
  516. .perma2 {
  517. color:{color:Permalinks};
  518. text-align:center;
  519. }
  520.  
  521. .perma2 a {
  522. color:{color:Permalinks};
  523. }
  524. .perma2 a:hover {
  525. color:{color:Links Hover};
  526. }
  527.  
  528.  
  529. ol.notes {
  530. padding:0px;
  531. margin:10px 0px;
  532. list-style-type:none;
  533. border-bottom:1px solid {color:Border};
  534. font-family:calibri;
  535. font-size:8px;
  536. font-style:normal;
  537. letter-spacing:1px;
  538. text-transform:uppercase;
  539. }
  540.  
  541. ol.notes a {
  542. color:{color:Text};
  543. text-decoration:none;
  544. }
  545. ol.notes a:hover {
  546. color:{color:Links Hover};
  547. }
  548.  
  549. li.note {
  550. padding:5px;
  551. border-top:1px solid {color:Border};
  552. }
  553.  
  554. img.avatar {
  555. vertical-align:-4px;
  556. margin-right:10px;
  557. width:14px;
  558. height:14px;
  559. }
  560.  
  561. /* Tooltip */
  562.  
  563. #s-m-t-tooltip{
  564. max-width:300px;
  565. margin-top:25px;
  566. margin-left:15px;
  567. padding-left:5px;
  568. padding-right:5px;
  569. padding-top:0px;
  570. padding-bottom:0px;
  571. z-index:999999;
  572. border:4px double {color:Border};
  573. background-color:{color:Posts};
  574. color:{color:Text};
  575. font-family:calibri;
  576. font-size:8px;
  577. letter-spacing:1px;
  578. text-transform:uppercase;
  579. line-height:13px;
  580. }
  581.  
  582.  
  583. </style>
  584. </head>
  585.  
  586. {block:IndexPage}
  587. {block:ifInfiniteScroll}
  588. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  589. {/block:ifInfiniteScroll}
  590. {/block:IndexPage}
  591.  
  592. {block:ifDropNavigation}
  593. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
  594. <script type="text/javascript">
  595. $(document).ready(function(){
  596. $(".side_hidden").hide();
  597. $(".side_click").show();
  598. $('.side_click').click(function(){
  599. $(".side_hidden").slideToggle();
  600. });});
  601. </script>
  602. <script src="http://static.tumblr.com/iuw14ew/nuYmb5ynx/modernizr.custom.04022.js"></script>
  603. {/block:ifDropNavigation}
  604.  
  605. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  606. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  607. <script>
  608. (function($){
  609. $(document).ready(function(){
  610. $("[title],a[title],img[title]").style_my_tooltips({
  611. tip_follows_cursor:true,
  612. tip_delay_time:100,
  613. tip_fade_speed:250,
  614. attribute:"title"
  615. });
  616. });
  617. })(jQuery);
  618. </script>
  619.  
  620.  
  621. <body>
  622.  
  623. <img src='http://i1357.photobucket.com/albums/q744/jadeannej/tumblr_n91hqc3DMl1thv1l7o1_500_zps66559803.png' height="560" width="360" style='position:fixed;bottom:10px;left:10px;z-index:-999'/>
  624.  
  625. <img src='http://i1357.photobucket.com/albums/q744/jadeannej/tumblr_n2cte9PMHW1rjrdgoo1_500_zps268c21a6.png' height="580" width="280" style='position:fixed;top:10px;right:10px;z-index:-999'/>
  626.  
  627.  
  628.  
  629. {block:ifShowLace}
  630. <div class="banner"></div>
  631. {/block:ifShowLace}
  632.  
  633.  
  634. <div id="wrapper">
  635.  
  636.  
  637. <div class="side">
  638. {block:ifSideImage}
  639. <center><a href="/"><img src="{image:Side}"></a></center>
  640. {/block:ifSideImage}
  641. <div class="side_desc">
  642. <span style="line-height:14px; background:{color:Sidebar};padding-left:3px; padding-left:3px;">{Description}</span>
  643. </div>
  644. {block:ifDropNavigation}
  645. <div class="side_click">links</div>
  646. {/block:ifDropNavigation}
  647. <div class="side_hidden">
  648. <a href="/"
  649. {block:ifnotDropNavigation}
  650. style="border-top:1px solid {color:Border}"
  651. {/block:ifnotDropNavigation}
  652. >home</a>
  653. <a href="/ask">Message me</a>
  654. {block:ifLink1}<a href="{text:Link1}">{text:LinkTitle1}</a>{/block:ifLink1}
  655. {block:ifLink2}<a href="{text:Link2}">{text:LinkTitle2}</a>{/block:ifLink2}
  656. {block:ifLink3}<a href="{text:Link3}">{text:LinkTitle3}</a>{/block:ifLink3}
  657. {block:ifLink4}<a href="{text:Link4}">{text:LinkTitle4}</a>{/block:ifLink4}
  658. {block:ifLink5}<a href="{text:Link5}">{text:LinkTitle5}</a>{/block:ifLink5}
  659. {block:ifLink6}<a href="{text:Link6}">{text:LinkTitle6}</a>{/block:ifLink6}
  660. </div>
  661. {block:ifShowLace}
  662. <div class="banner2"></div>
  663. {/block:ifShowLace}
  664. </div>
  665.  
  666. <div class="autopagerize_page_element">
  667. {block:Posts}
  668. <div class="posts">
  669.  
  670. {block:ContentSource}
  671. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  672. {/block:SourceLogo}
  673. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  674. {/block:ContentSource}
  675.  
  676.  
  677.  
  678. {block:Photo}
  679. {block:IndexPage}
  680. <div id="photo">
  681. <center>{LinkOpenTag}
  682. <img src="{PhotoURL-500}" alt='{PhotoAlt}'/>
  683. {LinkCloseTag}</center>
  684. </div>
  685. {/block:IndexPage}
  686. {block:PermalinkPage}
  687. <div id="photo">
  688. <center>{LinkOpenTag}
  689. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  690. {LinkCloseTag}</center>
  691. </div>
  692. {/block:PermalinkPage}
  693. {block:ifShowCaptions}
  694. {block:Indexpage}
  695. {block:Caption}{Caption}{/block:Caption}
  696. {/block:Indexpage}
  697. {/block:ifShowCaptions}
  698. {block:PermalinkPage}
  699. {block:Caption}{Caption}{/block:Caption}
  700. {/block:PermalinkPage}
  701. {/block:Photo}
  702.  
  703.  
  704. {block:Photoset}
  705. <div id="pset">
  706. {block:if250px}
  707. {block:IndexPage}
  708. {Photoset-250}
  709. {/block:IndexPage}
  710. {block:PermalinkPage}
  711. {Photoset-400}
  712. {/block:PermalinkPage}
  713. {/block:if250px}
  714. {block:if400px}
  715. {Photoset-400}
  716. {/block:if400px}
  717. {block:if500px}
  718. {Photoset-500}
  719. {/block:if500px}
  720. </div>
  721. {block:ifShowCaptions}
  722. {block:Indexpage}
  723. {block:Caption}{Caption}{/block:Caption}
  724. {/block:Indexpage}
  725. {/block:ifShowCaptions}
  726. {block:PermalinkPage}
  727. {block:Caption}{Caption}{/block:Caption}
  728. {/block:PermalinkPage}
  729. {/block:Photoset}
  730.  
  731.  
  732. {block:Video}
  733. <div id="vid">
  734. {block:if250px}
  735. {block:IndexPage}
  736. <center>{Video-250}</center>
  737. {/block:IndexPage}
  738. {block:PermalinkPage}
  739. <center>{Video-400}</center>
  740. {/block:PermalinkPage}
  741. {/block:if250px}
  742. {block:if400px}
  743. <center>{Video-400}</center>
  744. {/block:if400px}
  745. {block:if500px}
  746. <center>{Video-500}</center>
  747. {/block:if500px}
  748.  
  749. </div>
  750. {block:ifShowCaptions}
  751. {block:Indexpage}
  752. {block:Caption}{Caption}{/block:Caption}
  753. {/block:Indexpage}
  754. {/block:ifShowCaptions}
  755. {block:PermalinkPage}
  756. {block:Caption}{Caption}{/block:Caption}
  757. {/block:PermalinkPage}
  758. {/block:Video}
  759.  
  760.  
  761.  
  762. {block:Audio}
  763. <table border="0" cellpadding="0" cellspacing="0" width="100%" height="92px"><tr>
  764. <td id="audio_art" valign="top">
  765. <div id="audio_player">{AudioPlayerWhite}</div>
  766. {block:AlbumArt}
  767. <img width="74px" height="74px" src="{AlbumArtURL}"/>
  768. {/block:AlbumArt}
  769. </td>
  770. <td valign="top" >
  771. <div id="info_line"><b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
  772. <div id="info_line"><b>Artist:</b> {block:Artist}{Artist}{/block:Artist}</div>
  773. <div id="info_line"><b>Album:</b> {block:Album}{Album}{/block:Album}</div>
  774. <div id="info_line"><b>Plays:</b>{block:PlayCount}{FormattedPlayCount}{/block:PlayCount}</div>
  775. </td>
  776. </tr>
  777. </table>
  778. {block:ifShowCaptions}
  779. {block:Indexpage}
  780. {block:Caption}{Caption}{/block:Caption}
  781. {/block:Indexpage}
  782. {/block:ifShowCaptions}
  783. {block:PermalinkPage}
  784. {block:Caption}{Caption}{/block:Caption}
  785. {/block:PermalinkPage}
  786. {/block:Audio}
  787.  
  788. {block:Text}
  789. {block:Title}<div class="posts_title">{Title}</div>{/block:Title}
  790. {Body}
  791. {/block:Text}
  792.  
  793. {block:Link}
  794. <div class="posts_title"><a href="{URL}" {Target}>{Name}</a></div>
  795. {block:Description}{Description}{/block:Description}
  796. {/block:Link}
  797.  
  798.  
  799. {block:Answer}
  800. <div id="question"><img style="opacity:0.1; padding-right:2px;" src="http://static.tumblr.com/3yblkz0/CLqmrewxo/1335651574_mail.gif"> <span id="asker">{Asker} asked:</span> {Question}</div>
  801. {Answer}
  802. {/block:Answer}
  803.  
  804.  
  805. {block:Quote}
  806. <span style="
  807. margin-left:15px;
  808. margin-top:-5px;
  809. float:left;
  810. font:45px times;
  811. font-style:italic;
  812. font-weight:bold;">“</span>
  813. <div id="quote">{Quote}</div>
  814. {block:Source}<div id="source"> — {Source}</div>{/block:Source}
  815. {/block:Quote}
  816.  
  817.  
  818. {block:Chat}
  819. {block:Title}<div class="posts_title">{Title}</div>{/block:Title}
  820. {block:Lines}<p>
  821. {block:Label}
  822. <b>{Label}</b>
  823. {/block:Label}
  824. {Line}</p>
  825. {/block:Lines}
  826. {/block:Chat}
  827.  
  828.  
  829. {block:IndexPage}
  830. <div class="perma"><a href="{Permalink}" title="Permalink">{TimeAgo}</a> <font color="{color:Heart}">♥</font> <a href="{ReblogURL}" title="reblog?">{NoteCountWithLabel}</a></div>
  831. {block:ifShowTags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  832. {/block:ifShowTags}
  833. {/block:IndexPage}
  834.  
  835. </div>
  836.  
  837.  
  838. {block:PermalinkPage}
  839. <div class="perma2">
  840. {block:Date}{DayOfWeek} {Month} {MonthNumber}, {Year} ({TimeAgo}){/block:Date}{block:NoteCount} / {NoteCountWithLabel} {/block:NoteCount}{block:RebloggedFrom} /
  841. <a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}">via</a> / <a href="{ReblogRootURL}" title="posted by {ReblogRootName}">original</a>{/block:RebloggedFrom}{block:ContentSource} / <a href="{SourceURL}" title="source">©</a> {/block:ContentSource}
  842. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags} </div>{/block:HasTags}
  843. </div>
  844. {block:PostNotes}{PostNotes}{/block:PostNotes}
  845. {/block:PermalinkPage}
  846.  
  847.  
  848. {/block:Posts}
  849. </div>
  850.  
  851.  
  852. {block:ifnotInfiniteScroll}
  853. {block:Pagination}
  854. <div id="pagi">
  855. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  856. {CurrentPage} of {TotalPages}
  857. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  858. </div>
  859. {/block:Pagination}
  860. {/block:ifnotInfiniteScroll}
  861. </div>
  862. <a href="http://ladmilk.tumblr.com" title="theme by heidi" style="bottom:5px; right:5px; pading:2px; position:fixed; font-size:8px;">♥</a>
  863.  
  864.  
  865. </div>
  866.  
  867. </body>
  868. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement