Advertisement
missdilaurentis

MissDiLaurentis Theme #25

Feb 19th, 2014
8,351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.50 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. <script src="js/jquery-1.7.1.js" type="text/javascript"></script>
  5. <script src="js/jquery.adipoli.min.js" type="text/javascript"></script>
  6. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  7.  
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--,
  14. THEME #25 BY JASONDILAURENTS / THEMESBYJASONDILAURENTS
  15.  
  16. http://jasondilaurents.tumblr.com
  17. http://themesbyjasondilaurents.tumblr.com
  18.  
  19. Please do not use as base
  20. Don't claim as your own
  21. Don't remove my credit.
  22.  
  23. Thank you!
  24. -->
  25.  
  26. <!--COLORS-->
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Bold" content="#fb4f99"/>
  29. <meta name="color:Blog title" content="#da0c7e"/>
  30. <meta name="color:Info" content="#ba0062"/>
  31. <meta name="color:Info bg" content="#232323"/>
  32. <meta name="color:Italic" content="#8a8a8a"/>
  33. <meta name="color:Links" content="#a40063"/>
  34. <meta name="color:Links Hover" content="#ff37a5"/>
  35. <meta name="color:NavLinks" content="#aeaeae"/>
  36. <meta name="color:NavLinks bg" content="#232323"/>
  37. <meta name="color:NavLinks bg hover" content="#000000"/>
  38. <meta name="color:Pagination" content="#ffffff"/>
  39. <meta name="color:Post background" content="#ffffff"/>
  40. <meta name="color:Post title" content="#808080"/>
  41. <meta name="color:Question Bg" content="#000000"/>
  42. <meta name="color:Selection" content="#ffffff"/>
  43. <meta name="color:Selection BG" content="#000000"/>
  44. <meta name="color:Scrollbar" content="#000000"/>
  45. <meta name="color:Scrollbar bg" content="#ffffff"/>
  46. <meta name="color:Sidebar Background" content="#000000"/>
  47. <meta name="color:Sidebar Border" content="#fb4f99"/>
  48. <meta name="color:Sidebar Text" content="#d0cbcb"/>
  49. <meta name="color:Sidebar2 Background" content="#000000"/>
  50. <meta name="color:Tags" content="#000000"/>
  51. <meta name="color:Text" content="#9f9f9f"/>
  52.  
  53. <!--IMAGES-->
  54. <meta name="image:Background" content="" />
  55. <meta name="image:Sidebar background" content=""/>
  56. <meta name="image:Sidebar" content=""/>
  57.  
  58. <!--NAVIGATION LINKS-->
  59. <meta name="text:Link 1 URL" content="/" />
  60. <meta name="text:Link 1 Title" content="link 1" />
  61. <meta name="text:Link 2 URL" content="/" />
  62. <meta name="text:Link 2 Title" content="link 2" />
  63. <meta name="text:Link 3 URL" content="/" />
  64. <meta name="text:Link 3 Title" content="link 3" />
  65. <meta name="text:Link 4 URL" content="/" />
  66. <meta name="text:Link 4 Title" content="link 4" />
  67. <meta name="text:Link 5 URL" content="/" />
  68. <meta name="text:Link 5 Title" content="link 5" />
  69. <meta name="text:Link 6 URL" content="/" />
  70. <meta name="text:Link 6 Title" content="link 6" />
  71.  
  72. <!--ASKBOX OPTIONS-->
  73. <meta name="text:ASKBOX URL" content="type your url without http://" />
  74. <meta name="text:Askbox Title" content="your askbox title" />
  75.  
  76. <!--SHOW/HIDE OPTIONS-->
  77. <meta name="if:Show Link1" content="1">
  78. <meta name="if:Show Link2" content="1">
  79. <meta name="if:Show Link3" content="1">
  80. <meta name="if:Show Link4" content="1">
  81. <meta name="if:Show Link5" content="1">
  82. <meta name="if:Show Link6" content="1">
  83. <meta name="if:Show Sidebar2" content="1">
  84. <meta name="if:Popup Ask" content="1">
  85. <meta name="if:Infinite Scroll" content="0">
  86.  
  87.  
  88. <!--FONTS-->
  89. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic,700italic' rel='stylesheet' type='text/css'>
  90.  
  91. <style type="text/css">
  92.  
  93. body {
  94. background:{color:background};
  95. background-image: url('{image:background}');
  96. background-attachment:fixed;
  97. margin:0px;
  98. color:{color:text};
  99. font-family:'calibri';
  100. font-size:10px;
  101. line-height:100%;}
  102.  
  103. /* SCROLLBAR */
  104.  
  105. ::-webkit-scrollbar-thumb:vertical {
  106. height:12px;;
  107. background-color:{color:scrollbar};}
  108. ::-webkit-scrollbar-thumb:horizontal {
  109. background-color:{color:scrollbar bg};}
  110. ::-webkit-scrollbar {
  111. width:5px;
  112. height:7px;
  113. background-color:{color:scrollbar bg};}
  114.  
  115. /* BASICS */
  116.  
  117. a, a:active, a:visited {
  118. transition:0.8s;
  119. -o-transition-transition:0.8s;
  120. -webkit-transition-duration:0.8s;
  121. -moz-transition-duration:0.8s;
  122. text-decoration:none;
  123. color:{color:links};}
  124.  
  125. a:hover {
  126. transition:0.8s;
  127. -o-transition-transition:0.8s;
  128. -webkit-transition-duration:0.8s;
  129. -moz-transition-duration:0.8s;
  130. text-decoration:none;
  131. color:{color:links hover};
  132. background-color:{color:transparent};}
  133.  
  134. blockquote {
  135. padding-left: 5px;
  136. border-left: 2px solid ;border-color:{color:text};
  137. max-width:500px;}
  138.  
  139. blockquote blockquote {
  140. padding-left:5px;
  141. border-left:2px solid ;border-color:{color:text};
  142. max-width:500px;}
  143.  
  144. b, strong {color:{color:bold};}
  145. i, em {color:{color:italic};letter-spacing:1px;}
  146. p{margin-top:5px; margin-bottom:5px}
  147.  
  148. blockquote {
  149. padding:0px;
  150. padding-left:5px;
  151. margin:5px;
  152. margin-top:10px;
  153. margin-bottom:10px;
  154. border-left:2px solid ; border-color:{color:text};
  155. max-width:500px;}
  156.  
  157. blockquote img {
  158. max-width:450px}
  159.  
  160. ul, li img {
  161. max-width:300px}
  162.  
  163. h1 {
  164. font-size:12px;
  165. font-family:'calibri';
  166. line-height:100%;
  167. text-transform:none;
  168. font-weight:normal;
  169. font-style:none;
  170. text-align:center;
  171. color:{color:post title};}
  172.  
  173. /* POSTS */
  174.  
  175. #entries {
  176. padding:20px;
  177. width:520px;
  178. margin-left:180px;
  179. margin-right:auto;
  180. margin-top:0px;
  181. font-family:'calibri';
  182. color:{color:Text};
  183. background:{color:entry bg};}
  184.  
  185. #post {
  186. width:500px;
  187. padding:10px;
  188. margin-top:-10px;
  189. font-family:'calibri';
  190. font-size:10px;
  191. text-transform:none;
  192. color:{color:text};
  193. background-color:{color:post background};
  194. word-wrap: break-word;}
  195.  
  196. #quote {
  197. font-size: 14pt;
  198. line-height: 15pt;
  199. font-style:italic;
  200. color: {color:text};
  201. font-family: 'Playfair Display';
  202. padding-left: 0px;}
  203.  
  204. #source {
  205. text-align: left;
  206. font-style:none;}
  207.  
  208. /* AUDIO */
  209.  
  210. #audioplayer {
  211. z-index:1;
  212. height:100px;
  213. width:100px;
  214. margin-top:11px;
  215. margin-left:10px;
  216. display:block;
  217. overflow:hidden;
  218. position:absolute;
  219. background-color:#000000;
  220. opacity: 0.5;filter:alpha(opacity=60);
  221. -webkit-transition: all 0.7s ease;
  222. -moz-transition: all 0.7s ease;
  223. -o-transition: all 0.7s ease;}
  224.  
  225. #audioplayer:hover {
  226. opacity: 0.5; filter:alpha(opacity=60);}
  227.  
  228. #audioplayerz {
  229. width:25px;
  230. height:25px;
  231. margin-top:35px;
  232. margin-left:35px;
  233. overflow:hidden;
  234. padding:3px;}
  235.  
  236. #albumart {
  237. margin-top:0px;
  238. margin-left:10px;
  239. margin-right:10px;
  240. z-index:0;
  241. float:left;}
  242.  
  243. #audiostuff {
  244. font-style:italic;
  245. color:{color:text};
  246. text-transform:none;
  247. float:left;
  248. text-align:center;
  249. padding:8px;
  250. letter-spacing:1;
  251. font-size:10px;
  252. margin-top:15px;
  253. margin-bottom:10px;
  254. margin-left:110px;
  255. position:absolute;}
  256.  
  257. /* CREDIT */
  258.  
  259. .credit a{z-index:99999;font-family:'calibri'; letter-spacing:1px; font-size:8px; bottom:1px; right:15px; position:fixed; padding:3px; text-align:right; font-weight:normal;opacity:1;}
  260.  
  261. /* SIDEBAR */
  262.  
  263. #sidebar {
  264. width:140px;
  265. height:100%;
  266. position:fixed;
  267. left:0px;
  268. margin-top:-20px;
  269. padding-top:10px;
  270. padding-bottom:10px;
  271. background:{color:sidebar background};
  272. border-right:3px solid;
  273. border-color:{color:sidebar border};}
  274.  
  275. #title {
  276. text-align:center;
  277. width:120px;
  278. margin-left:auto;
  279. margin-right:auto;
  280. margin-top:5px;
  281. font-family:'cambria';
  282. color:{color:blog title};
  283. letter-spacing:1px;
  284. font-style:none;
  285. text-transform:uppercase;
  286. font-size:8px;}
  287.  
  288. #sidebarimage {
  289. width:120px;
  290. margin-left:auto;
  291. margin-right:auto;
  292. text-align:center;
  293. margin-top:80px;}
  294.  
  295. #sidebarimage img {
  296. width:120px;
  297. height:120px;
  298. border-radius:120px;}
  299.  
  300. #description {
  301. z-index:999999;
  302. width:120px;
  303. height:auto;
  304. margin-top:3px;
  305. margin-left:auto;
  306. margin-right:auto;
  307. margin-bottom:15px;
  308. font-family:'calibri';
  309. font-style:none;
  310. font-size:10px;
  311. text-transform:none;
  312. font-weight:normal;
  313. text-align:left;
  314. color:{color:sidebar text};}
  315.  
  316. /* SIDEBAR 2*/
  317.  
  318. #sidebar2 {
  319. width:300px;
  320. height:100%;
  321. position:fixed;
  322. left:780px;
  323. margin-top:-20px;
  324. padding-top:10px;
  325. padding-bottom:10px;
  326. background:{color:sidebar2 background};
  327. background-image: url('{image:sidebar background}');
  328. background-repeat:repeat;
  329. background-position:center bottom;}
  330.  
  331. /* PAGINATION */
  332.  
  333. #pagination {
  334. font-family:'arial';
  335. font-style:none;
  336. font-size:9px;
  337. color:{color:pagination};
  338. width:140px;
  339. margin-top:20px;
  340. margin-left:auto;
  341. margin-bottom:10px;
  342. text-align:center;
  343. text-transform:lowercase;}
  344.  
  345. #pagination a {
  346. text-align:center;
  347. padding:3px;
  348. color:{color:pagination};}
  349.  
  350. #pagination a:hover {
  351. color:{color:links hover};}
  352.  
  353. /* NAVIGATION LINKS */
  354.  
  355. #Navlinks {
  356. width:120px;
  357. margin-left:auto;
  358. margin-right:auto;
  359. margin-top:20px;
  360. margin-bottom:10px;
  361. word-spacing:1px;
  362. text-align:center;}
  363.  
  364. #Navlinks a{
  365. display:inline-block;
  366. width:90px;
  367. height:10px;
  368. padding:5px;
  369. margin-bottom:-3px;
  370. font-family:'calibri';
  371. font-weight:normal;
  372. text-transform:uppercase;
  373. letter-spacing:1px;
  374. text-align:center;
  375. font-size:8px;
  376. background-color:{color:navlinks bg};
  377. color:{color:Navlinks};}
  378.  
  379. #Navlinks a:hover{
  380. background-color:{color:Navlinks bg hover};
  381. transition:0.3s;
  382. -o-transition-transition:0.3s;
  383. -webkit-transition-duration:0.3s;
  384. -moz-transition-duration:0.3s;}
  385.  
  386. /* INFO & TAGS */
  387.  
  388. #info {
  389. text-align:left;
  390. text-transform:uppercase;
  391. letter-spacing:1px;
  392. font-family:'trebuchet ms';
  393. font-style:none;
  394. font-weight:normal;
  395. font-size:7px;
  396. color:{color:info};
  397. margin-top:0px;
  398. margin-bottom:5px;
  399. margin-left:auto;
  400. margin-right:auto;
  401. background-color:{color:info bg};
  402. padding-top:10px;
  403. padding-bottom:10px;
  404. padding-left:10px;}
  405.  
  406. #info a{
  407. color:{color:info};}
  408.  
  409. #info a:hover{
  410. color:{color:links hover};}
  411.  
  412. #tags {
  413. width:500px;
  414. word-wrap:break-word;
  415. font-family: 'trebuchet ms';
  416. text-transform:uppercase;
  417. text-align:left;
  418. font-style:none;
  419. font-size:7px;
  420. line-height:10px;
  421. letter-spacing:1px;
  422. font-weight:normal;
  423. color:{color:tags};
  424. margin-top:-6px;
  425. padding: 3px 3px 35px 3px;
  426. -webkit-transition: opacity 0.5s linear;
  427. -webkit-transition: all 0.5s ease-in-out;
  428. -moz-transition: all 0.5s ease-in-out;
  429. -o-transition: all 0.5s ease-in-out; }
  430.  
  431. #tags a{
  432. color:{color:tags};}
  433.  
  434. #tags a:hover{
  435. text-decoration:none;
  436. font-style:italic;}
  437.  
  438. /* QUESTIONS */
  439.  
  440. #allask {
  441. background-color:transparent;
  442. padding:10px;}
  443.  
  444. #question {
  445. background-color: none;
  446. color:{color:text};
  447. text-transform:none;
  448. text-align: justify;
  449. letter-spacing:0px;
  450. font-style:none;
  451. margin-left:40px;
  452. padding:13px;
  453. margin-top:-15px;}
  454.  
  455. #askerportrait {
  456. float:left;
  457. width:48px;
  458. height:48px;
  459. position:absolute;}
  460.  
  461. #answer {
  462. text-align: justify;
  463. background-color:none;
  464. padding:3px;
  465. background-color:{color:question bg};
  466. margin-left:0px;}
  467.  
  468. /* POP UP ASKBOX*/
  469.  
  470. #fade {
  471. display: none;
  472. background:#000;
  473. position: fixed;
  474. left:0;
  475. top:0;
  476. width:100%;
  477. height:100%;
  478. opacity:.60;
  479. z-index:9999;}
  480.  
  481. .popup_block{
  482. display:none;
  483. background:#ffffff;
  484. background-image:url('' );
  485. background-repeat:no-repeat;
  486. background-position:center top;
  487. font-family:'calibri';
  488. font-weight:normal;
  489. font-style:none;
  490. font-size:14px;
  491. color:#000;
  492. padding:20px;
  493. float:left;
  494. position:fixed;
  495. width:100%;
  496. top:50%;
  497. left:50%;
  498. z-index:999999;
  499. opacity:1;
  500. overflow:hidden;}
  501.  
  502. img.btn_close {
  503. float: right;
  504. margin: -55px -55px 0 0;}
  505.  
  506. *html #fade {
  507. position:absolute;}
  508.  
  509. *html .popup_block {
  510. position:absolute;}
  511.  
  512. /* SELECTION */
  513.  
  514. ::selection {color:{color:selection}; background: {color:selection BG};}
  515. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  516. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  517.  
  518.  
  519. {CustomCSS}</style>
  520.  
  521. <!------------------------------------------------------->
  522.  
  523. {block:IfInfiniteScroll}
  524. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  525. {/block:IfInfiniteScroll}
  526.  
  527. <!------------------------------------------------------->
  528.  
  529. </head><body>
  530.  
  531. <!-------------------POP UP ASKBOX SCRIPT----------------------------->
  532.  
  533. <script type="text/javascript"
  534. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  535.  
  536. <script>
  537.  
  538.  
  539.  
  540. $(document).ready(function() {
  541.  
  542. //
  543.  
  544.  
  545.  
  546. //When you click on a link with class of poplight and the href starts with a #
  547.  
  548. $('a.poplight[href^=#]').click(function() {
  549.  
  550. var popID = $(this).attr('rel'); //Get Popup Name
  551.  
  552. var popURL = $(this).attr('href'); //Get Popup href to define size
  553.  
  554.  
  555.  
  556. //Pull Query & Variables from href URL
  557.  
  558. var query= popURL.split('?');
  559.  
  560. var dim= query[1].split('&');
  561.  
  562. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  563.  
  564.  
  565.  
  566. //Fade in the Popup and add close button
  567.  
  568. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/1raka3s/YNLnnzb4n/close.png" title="Close Window alt="Close" /></a>');
  569.  
  570.  
  571. //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
  572.  
  573. var popMargTop = ($('#' + popID).height() + 80) / 2;
  574.  
  575. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  576.  
  577.  
  578.  
  579. //Apply Margin to Popup
  580.  
  581. $('#' + popID).css({
  582.  
  583. 'margin-top' : -popMargTop,
  584.  
  585. 'margin-left' : -popMargLeft
  586.  
  587. });
  588.  
  589.  
  590.  
  591. //Fade in Background
  592.  
  593. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  594.  
  595. $('#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
  596.  
  597.  
  598.  
  599. return false;
  600.  
  601. });
  602.  
  603.  
  604.  
  605. //Close Popups and Fade Layer
  606.  
  607. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  608.  
  609. $('#fade , .popup_block').fadeOut(function() {
  610.  
  611. $('#fade, a.close').remove(); //fade them both out
  612.  
  613. });
  614.  
  615. return false;
  616.  
  617. });
  618.  
  619.  
  620.  
  621.  
  622.  
  623. });
  624.  
  625. </script>
  626.  
  627. <!--------------END OF POP UP ASKBOX SCRIPT----------------------------->
  628.  
  629. {block:IfPopupAsk}
  630. <!-- ASKBOX -->
  631. <div id="popup_name" class="popup_block">
  632. </br>
  633. <center>{Text:Askbox Title}</center>
  634. </br>
  635.  
  636. <iframe frameborder="0"
  637. height="200"
  638. id="ask_form"
  639. scrolling="no"
  640. src="http://www.tumblr.com/ask_form/{Text:ASKBOX URL}"
  641. width="100%">
  642. </iframe></br></div>{/block:IfPopupAsk}
  643.  
  644.  
  645. <div id="sidebar">
  646. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  647. <div id="title">{Title}</div>
  648. <div id="description">{Description}</div>
  649.  
  650. <div id="Navlinks">
  651. <a href="/">home</a><p>
  652. {block:IfPopupAsk}
  653. <a href="#?w=500" rel="popup_name" class="poplight">ask</a><p>
  654. {/block:IfPopupAsk}
  655. {block:IfNotPopupAsk}
  656. <a href="/ask">ask</a><p>
  657. {/block:IfNotPopupAsk}
  658. {block:IfShowLink1}<a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a><p>{/block:IfShowLink1}
  659. {block:IfShowLink2}<a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a><p>{/block:IfShowLink2}
  660. {block:IfShowLink3}<a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a><p>{/block:IfShowLink3}
  661. {block:IfShowLink4}<a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a><p>{/block:IfShowLink4}
  662. {block:IfShowLink5}<a href="{Text:Link 5 URL}">{Text:Link 5 Title}</a><p>{/block:IfShowLink5}
  663. {block:IfShowLink6}<a href="{Text:Link 6 URL}">{Text:Link 6 Title}</a><p>{/block:IfShowLink6}</div>
  664.  
  665. {block:IfNotInfiniteScroll}
  666. <div id="pagination">
  667. {block:Pagination}
  668. {block:PreviousPage}<a href="{PreviousPage}">‹</a>{/block:PreviousPage}
  669. {block:JumpPagination length="1"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination} of {TotalPages}
  670. {block:NextPage}<a href="{NextPage}">›</a>{/block:NextPage}
  671. {/block:Pagination}</div>{/block:IfNotInfiniteScroll}
  672. </div>
  673.  
  674. {block:IfShowSidebar2}<div id="sidebar2"></div>{block:IfShowSidebar2}
  675.  
  676. <div id="entries">
  677. <div class="autopagerize_page_element">
  678. {block:Posts}<div id="post">
  679.  
  680. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  681.  
  682. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  683.  
  684. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  685.  
  686. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  687.  
  688. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  689.  
  690. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  691.  
  692. {block:Audio}
  693. <div id="audioplayer"><div id="audioplayerz">{AudioPlayerBlack}</div></div><br>
  694.  
  695. <div id="albumart">
  696. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" height="100">{/block:AlbumArt} </div>
  697.  
  698. <div id="audiostuff">
  699. {block:TrackName}
  700. {TrackName}<br>
  701. {/block:TrackName}
  702.  
  703. {block:Artist}{Artist}<br>
  704.  
  705. {/block:Artist}
  706. {block:Album}{Album}<br>
  707. {/block:Album}
  708.  
  709. {PlayCountWithLabel}</div></br></br></br></br></br></br></br></br></br></br>
  710. {block:caption}{Caption}{/block:caption}
  711. {/block:Audio}
  712.  
  713. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  714.  
  715. {block:Answer}
  716. <div id="allask">
  717. <div id="askerportrait"><span style="width:48px;height:48px;"><img src="{AskerPortraitURL-48}"></span></div>
  718. <div id="question">{asker} said:</br>{Question}</br></div></div>
  719. <div style="padding:10px">
  720. <div id="answer">
  721. <span style="color:{color:text};">{Answer}</span></div></div>{/block:Answer}</div>
  722.  
  723. <div id="info">
  724. {block:Date}{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}&nbsp;-&nbsp;
  725. <a href="{Permalink}">{NoteCount}&nbsp;notes</a>&nbsp;-&nbsp;<a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  726. {block:RebloggedFrom}&nbsp;-&nbsp;<a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>&nbsp;{block:ContentSource}/&nbsp;<a href="{SourceURL}">source</a> {/block:ContentSource} {/block:RebloggedFrom}</div>
  727.  
  728. <div id="tags">{block:HasTags}■&nbsp;{block:Tags}<a href="{TagURL}">{Tag};</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  729.  
  730. {/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  731. </div>
  732.  
  733. <div class="credit"><a href="http://themesbyjasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  734.  
  735. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement