Advertisement
maxeirons

THEME 2

Jul 18th, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.98 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3.  
  4.  
  5.  
  6. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  7.  
  8. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  9.  
  10. <script>
  11.  
  12. (function($){
  13.  
  14. $(document).ready(function(){
  15.  
  16. $("a[title]").style_my_tooltips({
  17.  
  18. tip_follows_cursor:true,
  19.  
  20. tip_delay_time:90,
  21.  
  22. tip_fade_speed:600,
  23.  
  24. attribute:"title"
  25.  
  26. });
  27.  
  28. });
  29.  
  30. })(jQuery);
  31.  
  32. </script>
  33. <!--basic tooltip from tutorial-baby! Enjoy-->
  34.  
  35.  
  36. <title>{Title}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  40.  
  41. <!---
  42.  
  43. THEME 2 BY MAXEIRONS
  44.  
  45. PLEASE DO NOT REMOVE THE CREDIT OR MOVE IT TO A SECONDARY PAGE. IF YOU HAVE ANY QUESTIONS, PLEASE SEND THEM IN HERE HTTP://MAXEIRONS.TUMBLR.COM/ASK OR HTTP://ALICANTETHEMES.TUMBLR.COM/ASK
  46.  
  47. --->
  48.  
  49.  
  50. <!---META TAGS--->
  51. <!--color related tags-->
  52. <meta name="color:background" content="#ffffff"/>
  53. <meta name="color:text" content="#414141"/>
  54. <meta name="color:title" content="#898989"/>
  55. <meta name="color:link" content="#90a593"/>
  56. <meta name="color:sidebar link" content="#b3b3b3"/>
  57. <meta name="color:hover" content="#b8c3a0"/>
  58. <meta name="color:accent" content="##e3e7e0"/>
  59. <meta name="color:sidebar" content="#bbbbbb"/>
  60. <meta name="color:tag hover" content="#ffffff"/>
  61. <meta name="color:accent2" content="#eaf0ea"/>
  62. <meta name="color:blockquote" content="#cecece"/>
  63. <meta name="color:description" content="#ffffff"/>
  64. <meta name="color:border" content="#d7d7d7"/>
  65. <meta name="color:selection" content="#edf5f3"/>
  66. <meta name="color:post info" content="#c3c3c3"/>
  67. <meta name="color:accent2" content="#e6eff0"/>
  68. <meta name="color:notes background" content="#f0f0f0"/>
  69. <meta name="color:title hover" content="#b0c1ab"/>
  70.  
  71.  
  72.  
  73. <!---Sidebar link related tags--->
  74. <meta name="text:link1" content="link1"/>
  75. <meta name="text:link1url" content="/"/>
  76. <meta name="text:link2" content="link2"/>
  77. <meta name="text:link2url" content="/"/>
  78. <meta name="text:link3" content="link3"/>
  79. <meta name="text:link3url" content="/"/>
  80. <meta name="text:link4" content="link4"/>
  81. <meta name="text:link4url" content="/"/>
  82.  
  83.  
  84. <!---sidebar image related tags-->
  85. <meta name="image:sidebar image" content="https://secure.static.tumblr.com/2db8e597d84cc9d39eae6c36f63c6664/6xaxuyn/wtAn8xfbh/tumblr_static_b6mlicfclrksg4kw00g8gkw8c.png" />
  86. <meta name="text:sidebar image URL" content="url here"/>
  87.  
  88. <!---post related if blocks--->
  89. <meta name="if:only render captions on permalink page" content="0"/>
  90. <meta name="if:Show Reblog Button" content="1"/>
  91.  
  92.  
  93.  
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98. .tooltip{
  99. display: inline;
  100. position: relative;
  101. }
  102. #s-m-t-tooltip {
  103. max-width:300px; /*how big the tooltip can be at most*/
  104. border-radius: 0px; /*change your border radius*/
  105. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  106. margin:20px 7px -2px 20px; /*distance from word*/
  107. background-color:{color:background}; /*background color*/
  108. border:1px solid {color:border}; /*border info*/
  109. font-family:trebuchet; /*tooltip font*/
  110. font-size:9px; /*tooltip font size*/
  111. letter-spacing:2px; /*tooltip letter spacing*/
  112. text-transform:uppercase; /*makes the tooltip title uppercase*/
  113. color:{color:link}; /*tooltip font color*/
  114. z-index:999999999999999999999999999999999999;
  115. }
  116.  
  117.  
  118. /*--OVERALL STYLING---*/
  119.  
  120. body {
  121. background-color:{color:background};
  122. font-family:trebuchet;
  123. font-size:10px;
  124. color:{color:text};
  125. }
  126.  
  127. a {
  128. color:{color:link};
  129. text-decoration:none;
  130. -webkit-transition-duration:.3s;
  131. -moz-transition-duration:.3s;
  132. -o-transition-duration:.3s;
  133. }
  134.  
  135. a:hover {
  136. color:{color:accent2};
  137.  
  138. }
  139.  
  140. h1 {
  141. font-size:17px;
  142. font-weight:lighter;
  143. text-transform:uppercase;
  144. letter-spacing:
  145. 4px;color:{color:text};
  146. padding-bottom:10px;
  147. border-bottom:1px solid {color:border};
  148. text-align:center;
  149. }
  150.  
  151. h2 {
  152. font-weight:normal;
  153. font-size:15px;
  154. letter-spacing:2px;
  155. }
  156.  
  157. blockquote {
  158. padding:2px 2px 5px 10px;
  159. border-left:1px solid {color:blockquote};
  160. color:{color:text};
  161. text-align:left;
  162. letter-spacing:1px;
  163. }
  164.  
  165. blockquote blockquote {
  166. padding:2px 2px 5px 10px;
  167. border-left:1px solid {color:blockquote};
  168. color:{color:text};
  169. }
  170.  
  171. ::selection {
  172. background-color:{color:selection};
  173. }
  174.  
  175.  
  176. ::-webkit-scrollbar {
  177. width:5px;
  178. background-color:{color:accent};
  179. border:5px solid {color:background};}
  180.  
  181. ::-webkit-scrollbar-thumb {
  182. background-color:{color:accent};
  183. border-width:3px;}
  184.  
  185.  
  186.  
  187. #credit {bottom:3px;position:fixed;right:10px;float:right;font-family:calibri;color:{color:link};font-size:9px;letter-spacing:1px;text-transform:uppercase;padding:5px;}
  188.  
  189. #credit a {color:{color:link};background-color:{color:background};padding:5px;-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-o-transition-duration:.8s;-ms-transition-duration:.8s;}
  190.  
  191. #credit a:hover {color:white;background-color:#00bdb3;}
  192.  
  193.  
  194. /*---SIDEBAR---*/
  195.  
  196. #sidebar {
  197. width: 220px;
  198. margin-top:-60px;
  199. margin-left:180px;
  200. color:{color:sidetext};
  201. position: fixed;
  202. padding:10px;
  203. background-size:cover;
  204. text-align:center;
  205. background-position:center bottom;
  206. }
  207.  
  208.  
  209. #sidebarim {
  210. margin-left:px;
  211. margin-top:0px;
  212. overflow:hidden;
  213. position:fixed;
  214. width:220px;
  215. z-index:1;
  216. }
  217.  
  218. #sidebarim img {
  219. height:450px
  220. }
  221.  
  222.  
  223. #fresh {
  224. font-family:times;
  225. margin-top:470px;
  226. margin-bottom:0px;
  227. text-align:center;
  228. background:none;
  229. width:220;
  230. font-size:20px;
  231. color:{color:title};
  232. letter-spacing:2px;
  233. font-weight:bold;
  234. font-style:italic;
  235. z-index:100;
  236.  
  237. text-transform:none;
  238. -webkit-transition-duration:1s;
  239. -moz-transition-duration:1s;
  240. -o-transition-duration:1s;
  241.  
  242. }
  243.  
  244. #fresh a {
  245. color:{color:title};
  246. margin-bottom:0px;
  247. background:none;
  248. -webkit-transition-duration:1s;
  249. -moz-transition-duration:1s;
  250. -o-transition-duration:1s;
  251.  
  252. }
  253.  
  254. #fresh a:hover {
  255. background:none;
  256. color:{color:title hover};
  257. -webkit-transition-duration:1s;
  258. -moz-transition-duration:1s;
  259. -o-transition-duration:1s;
  260. }
  261.  
  262.  
  263.  
  264.  
  265.  
  266. #desc {
  267. width:100%;
  268. margin-top:10px;
  269. margin-bottom:10px;
  270. color:{color:description};
  271. text-align:center;
  272. font-family:trebuchet;
  273. font-size:10px;
  274. font-weight:normal;
  275. line-height:150%;
  276. }
  277.  
  278.  
  279. #links {
  280. width:75%;
  281. word-spacing:2px;
  282. border-top:1px solid {color:accent2};
  283. padding-top:2px;
  284. border-bottom:1px solid {color:accent2};
  285. padding-bottom:2px;
  286. display:inline-block;
  287. font-family:trebuchet;
  288. text-align:center;
  289. font-size:11px;
  290. text-transform:uppercase;
  291. margin-top:10px;
  292. color:{color:link};
  293. margin-left:-2px;
  294. letter-spacing:1px;
  295.  
  296. }
  297.  
  298.  
  299. #links a {
  300. color:{color:sidebar link};
  301. padding:3px;
  302. display:inline-block;
  303. }
  304.  
  305.  
  306. #links a:hover {
  307. color:{color:hover};
  308. }
  309.  
  310.  
  311. /*--- PAGE NAVIGATION ---*/
  312. #pagei {
  313. padding:10px 0px;
  314. width:20;
  315. margin-left:-2px;
  316. z-index:9;
  317. }
  318.  
  319. #previous {
  320. font-size:10px;
  321. letter-spacing:0px;
  322. }
  323.  
  324. #next {
  325. font-size:10px;
  326. letter-spacing:0px;
  327. }
  328.  
  329. #previous a, #next a {
  330. color:{color:navi};
  331. -moz-transition:0.5s ease-in-out;
  332. -webkit-transition:0.5s ease-in-out;
  333. -o-transition:0.5s ease-in-out;
  334. }
  335.  
  336. #previous a:hover, #next a:hover {
  337. color:{color:links};
  338. -moz-transition:0.5s ease-in-out;
  339. -webkit-transition:0.5s ease-in-out;
  340. -o-transition:0.5s ease-in-out;
  341. }
  342.  
  343.  
  344. /*---POSTS---*/
  345.  
  346. #postcontainer {
  347. margin-left:550px;
  348. margin-top:50px;
  349. width:550px;
  350. }
  351.  
  352. #post {
  353. line-height:150%;
  354. width:500px;
  355. margin-top:50px;
  356. letter-spacing:1px;}
  357.  
  358. #post ul {list-style:circle;letter-spacing:2px;text-align:left;}
  359.  
  360. #post ol {list-style:upper-roman;letter-spacing:2px;text-align:left;}
  361.  
  362.  
  363. /*---MESSAGE POSTS---*/
  364.  
  365.  
  366. .ask_block {
  367. width:480px;
  368. background-color:{color:accent2};
  369. padding:10px;
  370. }
  371.  
  372. .answer {
  373. color:{color:text};
  374. padding:10px;
  375. padding-top:5px;
  376. letter-spacing:1px;
  377. }
  378.  
  379. .asker {
  380. font-size:9px;
  381. color:{color:text};
  382. text-transform:uppercase;
  383. font-weight:normal;
  384. letter-spacing:2px;
  385. }
  386.  
  387. .asker a:hover {
  388. color:{color:hover};
  389. }
  390.  
  391.  
  392.  
  393. /*---POST INFORMATION---*/
  394. #info {
  395. margin-top:5px;
  396. border-top:1px solid {color:border};
  397. font-size:9px;
  398. color:{color:text};
  399. padding-top:7px;
  400. padding-bottom:7px;
  401. text-align:center;
  402. width:500;
  403. opacity:0;
  404. margin-left:0px;
  405. -webkit-transition-duration:.7s;
  406. -moz-transition-duration:.7s;
  407. -o-transition-duration:.7s;
  408. -ms-transition-duration:.7s;
  409.  
  410. }
  411.  
  412. #info a {
  413. color:{color:post info};
  414. font-size:9px;
  415. letter-spacing:2px;
  416. display:inline-block;
  417. margin-left:20px;
  418. }
  419.  
  420. #info a:hover {
  421. color:{color:hover};
  422. }
  423.  
  424.  
  425. .tags {
  426. text-align:center;
  427. font-family:'arial';
  428. width:100%;
  429. font-size:8px;
  430. text-transform:lowercase;
  431. font-weight:none;
  432. color:{color:post info};
  433. }
  434.  
  435. .tags a {
  436. display:inline-block;
  437. font-weight:normal;
  438. letter-spacing:2px;
  439. font-size:8px;
  440. font-family:arial;
  441. }
  442.  
  443.  
  444. .tags a:hover {
  445. color:{color:post info};
  446.  
  447. }
  448.  
  449. #info {
  450. opacity:1;
  451. }
  452.  
  453.  
  454. .captoin {
  455. color:{color:text};
  456. padding:0px;
  457. letter-spacing:1px;
  458. display:block;
  459. margin-top:10px;
  460. width:466px;
  461. font-family:trebuchet;
  462. }
  463.  
  464. #postnotes {
  465. display:{color:text};
  466. margin-left:500px;
  467. color:{color:text};
  468. width:450px;
  469. font-family:trebuchet;
  470. }
  471.  
  472. #postnotes ol {
  473. line-height:110%;
  474. color:{color:text};
  475. list-style-type: none;
  476. font-family:trebuchet;
  477.  
  478. }
  479.  
  480. #postnotes li {
  481. padding:5px;
  482. letter-spacing:2px;
  483. display:{color:text};
  484. margin-top:5px;
  485. background-color:{color:notes background};
  486. color:{color:text};
  487. font-family:trebuchet;
  488. -webkit-transition-duration:.4s;
  489. -moz-transition-duration:.4s;
  490. -o-transition-duration:.4s;
  491. -ms-transition-duration:.4s;
  492. }
  493.  
  494. #postnotes li:hover {
  495. background-color:{color:background};
  496. color:{color:text};
  497.  
  498. }
  499.  
  500. #postnotes li:hover a {
  501. color:{color:link};
  502. }
  503.  
  504. #postnotes img {
  505. padding-right:5px;
  506. }
  507.  
  508.  
  509. .convo li {list-style: none;}
  510.  
  511. .convo .label {text-transform: uppercase;}
  512.  
  513. .line_odd .label {color: {color:text};}
  514. .line_even .label {color: {color:text};}
  515.  
  516. .dinky {
  517. float:left;
  518. }
  519.  
  520.  
  521. #albumart img{
  522. width:150px;
  523. height:150px;
  524. padding:0px;
  525. border-width:0px;
  526. }
  527.  
  528.  
  529. .player {
  530. width:30px;
  531. overflow:hidden;
  532. height:30px;
  533. padding:0px;
  534. padding-left:5px;
  535. padding-top:3px;
  536. position:absolute;
  537. left:50%;
  538. top:50%;
  539. margin-top:-20px;
  540. margin-left:-20px;
  541. -webkit-transition-duration:500ms;
  542. -moz-transition-duration:500ms;
  543. -o-transition-duration:500ms;
  544. -ms-transition-duration:500ms;
  545.  
  546. }
  547.  
  548. .daplaya:hover {
  549. -webkit-transform:scale(.4);
  550.  
  551. }
  552.  
  553. .daplaya:hover .player {
  554. -webkit-transform:scale(3);
  555. }
  556.  
  557. .daplaya {
  558. background-color:white;
  559. width:120px;
  560. height:120px;
  561. position:absolute;
  562. margin-top:-135px;
  563. margin-left:15px;
  564. -webkit-transition-duration:500ms;
  565. -moz-transition-duration:500ms;
  566. -o-transition-duration:500ms;
  567. -ms-transition-duration:500ms;
  568. }
  569.  
  570. .donkey {
  571. float:left top;
  572. margin-left:150px;
  573. background-color:{color:accent};
  574. padding:20px;
  575. height:110px;
  576. text-align:center;
  577. color:{color:text};
  578. }
  579.  
  580. .track {
  581. font-size:15px;
  582. text-shadow:0px 0px 1px #fff;
  583. letter-spacing:4px;
  584. padding:10px;
  585. font-weight:300;
  586. text-transform:uppercase;
  587. font-family:times;
  588. color:{color:text};
  589. }
  590.  
  591.  
  592. .artist {
  593. letter-spacing:1px;
  594. font-style:italic;
  595. font-weight:bold;
  596.  
  597. }
  598.  
  599. .playcount {
  600. font-size:9px;
  601. text-transform:uppercase;
  602. letter-spacing:3px;
  603. }
  604.  
  605.  
  606. #audiolo {
  607. width:500px;
  608. padding-bottom:0px;
  609. }
  610.  
  611. .album {
  612. font-weight:normal;
  613. }
  614.  
  615. .qtation {
  616. color:{color:text};
  617. font-family:times;
  618. text-align:center;
  619. font-size:14px;
  620. letter-spacing:2px;
  621. font-weight:lighter;
  622. }
  623.  
  624. .src {
  625. padding:8px;
  626. color:{color:text};
  627. text-align:center;
  628. margin-top:10px;
  629. margin-bottom:10;
  630. background-color:{color:accent};
  631. }
  632.  
  633. #dano {
  634. float: right;
  635. margin-top: -6px;
  636. margin-right: 15px;
  637. font-family: calibri;
  638. font-size: 8px;
  639. text-transform: uppercase;
  640. text-align: right;
  641. }
  642.  
  643. #dano a {
  644. background-color: {color:background};
  645. }
  646.  
  647. {CustomCSS}
  648. </style>
  649.  
  650.  
  651.  
  652. <script type="text/javascript"
  653. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  654.  
  655. <script>
  656.  
  657.  
  658.  
  659. $(document).ready(function() {
  660.  
  661. //
  662.  
  663.  
  664.  
  665. //When you click on a link with class of poplight and the href starts with a #
  666.  
  667. $('a.poplight[href^=#]').click(function() {
  668.  
  669. var popID = $(this).attr('rel'); //Get Popup Name
  670.  
  671. var popURL = $(this).attr('href'); //Get Popup href to define size
  672.  
  673.  
  674.  
  675. //Pull Query & Variables from href URL
  676.  
  677. var query= popURL.split('?');
  678.  
  679. var dim= query[1].split('&');
  680.  
  681. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  682.  
  683.  
  684.  
  685. //Fade in the Popup and add close button
  686.  
  687. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
  688.  
  689.  
  690. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  691.  
  692. var popMargTop = ($('#' + popID).height() + 80) / 2;
  693.  
  694. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  695.  
  696.  
  697.  
  698. //Apply Margin to Popup
  699.  
  700. $('#' + popID).css({
  701.  
  702. 'margin-top' : -popMargTop,
  703.  
  704. 'margin-left' : -popMargLeft
  705.  
  706. });
  707.  
  708.  
  709.  
  710. //Fade in Background
  711.  
  712. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  713.  
  714. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  715.  
  716.  
  717.  
  718. return false;
  719.  
  720. });
  721.  
  722.  
  723.  
  724. //Close Popups and Fade Layer
  725.  
  726. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  727.  
  728. $('#fade , .popup_block').fadeOut(function() {
  729.  
  730. $('#fade, a.close').remove(); //fade them both out
  731.  
  732. });
  733.  
  734. return false;
  735.  
  736. });
  737.  
  738.  
  739.  
  740.  
  741.  
  742. });
  743.  
  744. </script>
  745.  
  746.  
  747. </head>
  748. <body>
  749.  
  750.  
  751. <div id="sidebar">
  752.  
  753.  
  754. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  755.  
  756. <div id="fresh"><a href="/">{Title}</a></div>
  757.  
  758.  
  759. <div id="links">
  760. <a href="/ask" title="message">I</a>
  761. <a href="{text:link1url}" title="{text:link1}">II</a>
  762. <a href="{text:link2url}" title="{text:link2}">III</a>
  763. <a href="{text:link3url}" title="{text:link3}">IV</a>
  764. <a href="{text:link4url}" title="{text:link4}">V</a>
  765.  
  766.  
  767.  
  768. </div>
  769. <div id="desc">{Description}</div>
  770. {block:Pagination}
  771. <div id="pagi">
  772. {block:Pagination}
  773. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  774.  
  775. {block:JumpPagination length="5"}
  776. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  777. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  778. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  779. {/block:Pagination}
  780. </div>
  781.  
  782.  
  783.  
  784.  
  785. </div>
  786.  
  787.  
  788. <div id="postcontainer">
  789. {block:Posts}
  790. <div id="post">
  791.  
  792.  
  793.  
  794.  
  795.  
  796. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  797.  
  798.  
  799.  
  800. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="500px"></center>
  801. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  802. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  803. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  804. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  805.  
  806.  
  807.  
  808. {/block:Photo}
  809.  
  810.  
  811. {block:Photoset}
  812. <div class="photoset">{Photoset-500}</div>{block:IfOnlyRenderCaptionsOnPermalinkPage}
  813. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  814. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  815. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Photoset}
  816.  
  817.  
  818. {block:Video}{Video-500}{block:IfOnlyRenderCaptionsOnPermalinkPage}
  819. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  820. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  821. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Video}
  822.  
  823.  
  824. {block:Audio}<div id="audiolo">
  825. <div class="dinky">
  826. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  827.  
  828. <div class="daplaya"><div class="player">{AudioPlayerWhite}</div></div></div>
  829. <div class="donkey">
  830. <div class="track"> {block:TrackName}
  831. {TrackName}
  832. {/block:TrackName} </div>
  833.  
  834.  
  835. <div class="artist">
  836. {block:Artist}
  837. Artist: {Artist}
  838. {/block:Artist} </div>
  839.  
  840. <div class="album">
  841. {block:Album}
  842. Album: {Album}
  843. {/block:Album}
  844. </div>
  845.  
  846. <div class="download">{block:ExternalAudio}<a href="{ExternalAudioURL}">download this song</a>{/block:ExternalAudio}</div>
  847.  
  848. <div class="playcount">
  849.  
  850. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  851.  
  852.  
  853. </div>
  854.  
  855.  
  856. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  857. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  858. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  859. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}</div>{/block:Audio}
  860.  
  861.  
  862. {block:Quote}<div class="qtation"><span style="font-family:times;font-size:15px;font-weight:900;">“</span>{Quote}<span style="font-family:times;font-size:15px;font-weight:900;">”</span></div>{block:Source}<div class="src">-- {Source}</div>{/block:Source}{/block:Quote}
  863.  
  864.  
  865. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  866.  
  867. {block:Answer}<div class="question">
  868. <div class="ask_block"><span class="asker">{Asker}</span> asked: {Question}</div>
  869. <div class="answer">{Answer}</div>
  870. </div>{/block:Answer}
  871.  
  872.  
  873. {block:Chat}
  874. {block:Title}<h2>{Title}</h2>{/block:Title}
  875. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  876. {Line}</li>{/block:Lines}</ul>
  877. {/block:Chat}
  878.  
  879. <div id="info">
  880. <!---POST INFO--->
  881. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}</a><a href="{Permalink}">+{NoteCount}</a>
  882. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{block:IfShowReblogButton}<a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogButton}
  883. <br></div>
  884. <div class="tags">{block:Tags}<a href="{TagURL}"> {Tag} </a>, {/block:Tags}</div>
  885. {/block:Posts}</div>
  886. </div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  887.  
  888. <div id="credit"><a href="http://maxeirons.tumblr.com/">maxeirons</a></div>
  889.  
  890.  
  891.  
  892.  
  893. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement