Advertisement
missdilaurentis

MissDiLaurentis Theme #15

Oct 25th, 2013
1,999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.00 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 #15 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="#8dabc0"/>
  29. <meta name="color:Blog title" content="#8dabc0"/>
  30. <meta name="color:Entry bg" content="#ffffff"/>
  31. <meta name="color:Header bg" content="#f1f1f1"/>
  32. <meta name="color:Info" content="#6c6b6b"/>
  33. <meta name="color:Info Border" content="#f1f1f1"/>
  34. <meta name="color:Italic" content="#c2c0c7"/>
  35. <meta name="color:Links" content="#c3d7e5"/>
  36. <meta name="color:Links Hover" content="#af97e9"/>
  37. <meta name="color:NavLinks" content="#c6c4c9"/>
  38. <meta name="color:Navmenus" content="#969595"/>
  39. <meta name="color:Navmenus bg" content="#fafafa"/>
  40. <meta name="color:Navmenus border" content="#cfcece"/>
  41. <meta name="color:Navmenus firstletter" content="#8dabc0"/>
  42. <meta name="color:Post background" content="#ffffff"/>
  43. <meta name="color:Post title" content="#5381a1"/>
  44. <meta name="color:Question BG" content="#f1f1f1"/>
  45. <meta name="color:Question text" content="#969595"/>
  46. <meta name="color:Sbimage border" content="#cfcece"/>
  47. <meta name="color:Selection" content="#000000"/>
  48. <meta name="color:Selection BG" content="#a1bcd1"/>
  49. <meta name="color:Sidebar Background" content="#ffffff"/>
  50. <meta name="color:Sidebar Borders" content="#f1f1f1"/>
  51. <meta name="color:Sidebar Text" content="#969595"/>
  52. <meta name="color:Text" content="#969595"/>
  53.  
  54. <!--IMAGES AND SUBTITLE-->
  55. <meta name="image:Background" content="" />
  56. <meta name="image:Header" content="" />
  57. <meta name="image:Sidebarimage" content=""/>
  58.  
  59. <!--NAVIGATION LINKS-->
  60. <meta name="text:Link 1 URL" content=" " />
  61. <meta name="text:Link 1 Title" content="link 1" />
  62. <meta name="text:Link 2 URL" content=" " />
  63. <meta name="text:Link 2 Title" content="link 2" />
  64. <meta name="text:Link 3 URL" content=" " />
  65. <meta name="text:Link 3 Title" content="link 3" />
  66. <meta name="text:Link 4 URL" content=" " />
  67. <meta name="text:Link 4 Title" content="link 4" />
  68. <meta name="text:Link 5 URL" content=" " />
  69. <meta name="text:Link 5 Title" content="link 5" />
  70. <meta name="text:Link 6 URL" content=" " />
  71. <meta name="text:Link 6 Title" content="link 6" />
  72.  
  73. <!--SHOW NAVIGATION LINKS-->
  74. <meta name="if:Show Link1" content="1">
  75. <meta name="if:Show Link2" content="1">
  76. <meta name="if:Show Link3" content="1">
  77. <meta name="if:Show Link4" content="1">
  78. <meta name="if:Show Link5" content="1">
  79. <meta name="if:Show Link6" content="1">
  80. <meta name="if:Infinite Scroll" content="0">
  81. <meta name="if:Header" content="1">
  82.  
  83. <!--FONTS-->
  84. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic,700italic' rel='stylesheet' type='text/css'>
  85.  
  86. <link href='http://fonts.googleapis.com/css?family=Share+Tech' rel='stylesheet' type='text/css'>
  87.  
  88. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  89.  
  90. <!------------------------------------------------------------->
  91.  
  92. <script type="text/javascript">
  93. function unhide(divID) {
  94. var item = document.getElementById(divID);
  95. if (item) {
  96. item.className=(item.className=='hidden')?'unhidden':'hidden';
  97. }
  98. }
  99. </script>
  100.  
  101. <!------------------------------------------------------------->
  102.  
  103. <style type="text/css">
  104.  
  105.  
  106. body {
  107. background:{color:background};
  108. background-image: url('{image:background}');
  109. background-attachment:fixed;
  110. margin:0px;
  111. color:{color:text};
  112. font-family:'pt sans';
  113. font-size:11px;
  114. line-height:100%;}
  115.  
  116.  
  117. /* SCROLLBAR */
  118.  
  119. ::-webkit-scrollbar-thumb:vertical {
  120. height:12px;
  121. border:2px solid #ffffff;
  122. background-color:{color:links};
  123. }
  124. ::-webkit-scrollbar-thumb:horizontal {
  125. background-color:#ffffff;
  126. }
  127. ::-webkit-scrollbar {
  128. width:11px;
  129. height:7px;
  130. border:5px solid #ffffff;
  131. background-color:#000000;
  132. }
  133. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  134. display:block;
  135. height:8px;
  136. border-right:2px solid #ffffff;
  137. border-left:2px solid #ffffff;
  138. background-color:{color:links};
  139. }
  140.  
  141.  
  142. /* BASICS */
  143.  
  144. .hidden {display: none;}
  145. .unhidden {display: block;}
  146.  
  147. a, a:active, a:visited {
  148. transition:0.8s;
  149. -o-transition-transition:0.8s;
  150. -webkit-transition-duration:0.8s;
  151. -moz-transition-duration:0.8s;
  152. text-decoration:none;
  153. color:{color:links};}
  154.  
  155. a:hover {
  156. transition:0.8s;
  157. -o-transition-transition:0.8s;
  158. -webkit-transition-duration:0.8s;
  159. -moz-transition-duration:0.8s;
  160. text-decoration:none;
  161. color:{color:links hover};
  162. background-color:{color:transparent};}
  163.  
  164. blockquote {
  165. padding-left: 5px;
  166. border-left: 2px solid ;border-color:#eee6ea;
  167. max-width:500px;}
  168.  
  169. blockquote blockquote {
  170. padding-left:5px;
  171. border-left:2px solid ;border-color:#eee6ea;
  172. max-width:500px;}
  173.  
  174. b, strong {color:{color:bold};}
  175. i, em {color:{color:italic};}
  176. p{margin-top:5px; margin-bottom:5px}
  177.  
  178. blockquote {
  179. padding:0px;
  180. padding-left:5px;
  181. margin:5px;
  182. margin-top:10px;
  183. margin-bottom:10px;
  184. border-left:2px solid ; border-color:#eee6ea;
  185. max-width:500px;}
  186.  
  187. blockquote img {
  188. max-width:450px}
  189.  
  190. ul, li img {
  191. max-with:300px}
  192.  
  193. h1 {
  194. font-size:16px;
  195. font-family:'share tech';
  196. line-height:100%;
  197. text-transform:none;
  198. font-weight:normal;
  199. font-style:none;
  200. text-align:center;
  201. color:{color:post title};}
  202.  
  203. /* POSTS */
  204.  
  205. #entries {
  206. padding:20px;
  207. width:520px;
  208. margin-left:412px;
  209. margin-right:auto;
  210. margin-top:0px;
  211. font-family:'cambria';
  212. color:{color:Text};
  213. background:{color:entry bg};}
  214.  
  215. #post {
  216. width:500px;
  217. padding-bottom:10px;
  218. padding-top:10px;
  219. padding-left:10px;
  220. padding-right:10px;
  221. margin-top:-10px;
  222. font-family:'cambria';
  223. font-size:10px;
  224. color:{color:text};
  225. background-color:{color:post background};
  226. word-wrap: break-word;}
  227.  
  228. #quote {
  229. font-size: 16px;
  230. line-height: 15pt;
  231. font-style:italic;
  232. color: {color:text};
  233. font-family: 'playfair display';
  234. padding-left: 0px;}
  235.  
  236. #source {
  237. text-align: left;
  238. font-style:none;}
  239.  
  240.  
  241. /* AUDIO */
  242.  
  243. #audioplayer {
  244. z-index:1;
  245. height:26px;
  246. width:27px;
  247. margin-top:50px;
  248. margin-left:45px;
  249. overflow:hidden;
  250. position:absolute;
  251. opacity: 1;filter:alpha(opacity=60) ;}
  252.  
  253. #audioplayer:hover {
  254. opacity: 1; filter:alpha(opacity=60);}
  255.  
  256. #albumart {
  257. margin-top:0px;
  258. margin-left:10px;
  259. margin-right:10px;
  260. z-index:0;
  261. float:left;}
  262.  
  263. #audiostuff {
  264. font-family:'Cambria';
  265. color:{color:question text};
  266. background-color:transparent;
  267. text-transform:none;
  268. float:left;
  269. text-align:center;
  270. padding:8px;
  271. letter-spacing:1;
  272. font-size:12px;
  273. margin-top:15px;
  274. margin-bottom:10px;
  275. margin-left:0px;}
  276.  
  277. #caption {
  278. margin-left:10px;
  279. margin-top:115px;
  280. }
  281.  
  282. /* CREDIT */
  283.  
  284. .credit {font-family:'calibri'; letter-spacing:1px; font-size:8px; bottom:1px; right:15px; position:fixed; padding:3px; text-align:right; font-weight:normal;color:#c6c4c9;}
  285.  
  286. .credit a{font-family:'calibri'; letter-spacing:1px; font-size:8px; bottom:1px; right:15px; position:fixed; padding:3px; text-align:right; font-weight:normal;opacity:0.8;color:#c6c4c9;}
  287.  
  288. .credit a:hover{font-family:'calibri'; letter-spacing:1px; font-size:8px; bottom:1px; right:15px; position:fixed; padding:3px; text-align:right; font-weight:normal;background-color:transparent;opacity:1;color:#c6c4c9; }
  289.  
  290.  
  291. /* Header & SIDEBAR */
  292.  
  293. {block:IfHeader}
  294. #Header {
  295. width:550px;
  296. height:250px;
  297. z-index:999;
  298. float:center;
  299. margin-left:412px;
  300. position:absolute;
  301. margin-top:-1px;
  302. padding:5px;
  303. background-color:{color:Header bg};
  304. background-image: url('{image:Header}');
  305. background-repeat:repeat;
  306. background-position:top;}{/block:IfHeader}
  307.  
  308. #sidebar {
  309. width:200px;
  310. height:1000%;
  311. position:fixed;
  312. margin-left:100px;
  313. margin-top:-40px;
  314. padding-top:10px;
  315. padding-bottom:10px;
  316. padding-left:10px;
  317. padding-right:10px;
  318. background:{color:sidebar background};
  319. border-right:1px solid;
  320. border-left:1px solid;
  321. border-color:{color:sidebar borders};}
  322.  
  323. #title {
  324. width:auto;
  325. color:{color:blog title};
  326. letter-spacing:0px;
  327. margin-left:-240px;
  328. line-height:22px;
  329. font-style:none;
  330. font-size:20px;
  331. font-family:'codystar';
  332. text-align:center;
  333. padding-top:3px;
  334. padding-bottom:2px;
  335. -webkit-transform: rotate(270deg);
  336. -moz-transform: rotate(270deg);
  337. -o-transform: rotate(270deg);}
  338.  
  339. #sidebarimage {
  340. width:150px;
  341. margin-top:220px;
  342. margin-left:auto;
  343. margin-right:auto;
  344. text-align:center;}
  345.  
  346. #sidebarimage img {
  347. width:150px;
  348. border:4px solid;
  349. border-color:{color:sbimage border};}
  350.  
  351. #description {
  352. width:165px;
  353. padding:15px;
  354. margin-top:-35px;
  355. margin-bottom:10px;
  356. text-align:justify;
  357. margin-left:auto;
  358. margin-right:auto;
  359. font-size:10px;
  360. font-family:'cambria';
  361. color:{color:sidebar text};
  362. background-color:{color:sidebar bg};}
  363.  
  364.  
  365. /* PAGINATION */
  366.  
  367. #pagination {
  368. font-family:'cambria'';
  369. width:520px;
  370. word-spacing:3px;
  371. line-height:30px;
  372. font-size:10px;
  373. background-color:{color:entry bg}
  374. font-style:normal;
  375. text-align:center;
  376. }
  377.  
  378. #pagination a {
  379. color:{color:text};
  380. }
  381.  
  382. #pagination a:hover {
  383. color:{color:links hover};}
  384.  
  385.  
  386. /* NAVIGATION LINKS */
  387.  
  388. #navtitle {
  389. color:{color:navmenus};
  390. letter-spacing:2px;
  391. margin-left:auto;
  392. margin-right:auto;
  393. font-style:italic;
  394. width:170px;
  395. font-size:12px;
  396. font-family:'cambria';
  397. text-align:center;
  398. background-color:{color:navmenus bg};
  399. border-bottom:1px solid;
  400. border-color:{color:navmenus border};
  401. padding-top:3px;
  402. padding-bottom:2px;}
  403.  
  404. #navtitle a{
  405. color:{color:navmenus};}
  406.  
  407. #navtitle:first-letter {
  408. color:{color:navmenus firstletter};
  409. font-weight:bold;}
  410.  
  411. .Navlinks {
  412. margin-left:0px;
  413. width:170px;
  414. margin-left:auto;
  415. margin-right:auto;
  416. margin-top:10px;
  417. font-family:'cambria';
  418. font-style:italic;
  419. text-transform:none;
  420. letter-spacing:1px;
  421. word-spacing:1px;
  422. text-align:center;}
  423.  
  424. .Navlinks a{
  425. display:inline-block;
  426. width:100px;
  427. height:12px;
  428. padding:1px;
  429. font-family:'cambria';
  430. font-weight:normal;
  431. letter-spacing:1px;
  432. text-align:center;
  433. font-size:10px;
  434. color:{color:Navlinks};}
  435.  
  436. .Navlinks a:hover{
  437. letter-spacing:2px;
  438. color:{color:Navlinks};
  439. background-color:transparent;
  440. -webkit-transition: all 0.3s ease-in-out;
  441. -moz-transition: all 0.3s ease-in-out;
  442. -o-transition: all 0.3s ease-in-out;
  443. -ms-transition: all 0.3s ease-in-out;
  444. transition: all 0.3s ease-in-out;}
  445.  
  446. .Navlinks2 {
  447. margin-left:0px;
  448. width:170px;
  449. margin-left:auto;
  450. margin-right:auto;
  451. margin-top:10px;
  452. font-family:'cambria';
  453. font-style:italic;
  454. text-transform:none;
  455. letter-spacing:1px;
  456. word-spacing:1px;
  457. text-align:center;}
  458.  
  459. .Navlinks2 a{
  460. display:inline-block;
  461. width:100px;
  462. height:12px;
  463. padding:1px;
  464. font-family:'cambria';
  465. font-weight:normal;
  466. letter-spacing:1px;
  467. text-align:center;
  468. font-size:10px;
  469. color:{color:Navlinks};}
  470.  
  471. .Navlinks2 a:hover{
  472. letter-spacing:2px;
  473. color:{color:Navlinks};
  474. background-color:transparent;
  475. -webkit-transition: all 0.3s ease-in-out;
  476. -moz-transition: all 0.3s ease-in-out;
  477. -o-transition: all 0.3s ease-in-out;
  478. -ms-transition: all 0.3s ease-in-out;
  479. transition: all 0.3s ease-in-out;}
  480.  
  481.  
  482. /* INFO & TAGS */
  483.  
  484. #info {
  485. width:520px;
  486. height:10px;
  487. display:inline-block;
  488. text-align:right;
  489. text-transform:uppercase;
  490. letter-spacing:2px;
  491. font-family:'calibri';
  492. font-style:none;
  493. font-weight:normal;
  494. font-size:8px;
  495. color:{color:info};
  496. margin-top:0px;
  497. margin-bottom:55px;
  498. padding-top:4px;
  499. padding-bottom:7px;
  500. background-color:{color:post background};
  501. border-bottom:1px solid;
  502. border-color:{color:info border};}
  503.  
  504. #info a{
  505. color:{color:info};}
  506.  
  507. #info a:hover{
  508. color:{color:text};}
  509.  
  510. #tags {
  511. font-family: 'cambria';
  512. text-transform:lowercase;
  513. text-align:right;
  514. font-size:9px;
  515. font-weight:normal;
  516. font-style:italic;
  517. color:{color:text};
  518. margin-top:10px;
  519. padding:0px;
  520. -webkit-transition: opacity 0.5s linear;
  521. -webkit-transition: all 0.5s ease-in-out;
  522. -moz-transition: all 0.5s ease-in-out;
  523. -o-transition: all 0.5s ease-in-out; }
  524.  
  525. #tags a{
  526. color:{color:text};}
  527.  
  528. #tags a:hover{
  529. color:{color:links hover};}
  530.  
  531.  
  532. /* QUESTIONS */
  533.  
  534. #allask {
  535. background-color:{color:Question bg};
  536. padding:10px;}
  537.  
  538. #question {
  539. background-color: none;
  540. color:{color:Question text};
  541. text-align: justify;
  542. font-family: 'calibri';
  543. font-size: 11px;
  544. font-style:italic;
  545. margin-left: 45px;
  546. padding: 13px;}
  547.  
  548. #askerportrait {
  549. float:left;
  550. width:48px;
  551. height:48px;
  552. position: absolute;}
  553.  
  554. #answer {
  555. padding-top:3px;
  556. text-align: justify;
  557. margin-top: -3px;}
  558.  
  559.  
  560. /* SELECTION */
  561.  
  562. ::selection {color:{color:selection}; background: {color:selection BG};}
  563. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  564. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  565.  
  566.  
  567. {CustomCSS}</style>
  568.  
  569. <!------------------------------------------------------->
  570.  
  571. {block:IfInfiniteScroll}
  572. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  573. {/block:IfInfiniteScroll}
  574.  
  575. <!------------------------------------------------------->
  576.  
  577. <style>
  578. .my-like {
  579. background-image: url(http://static.tumblr.com/g1muzcu/dAemv89to/png23.png) !important;
  580. height:11px;
  581. width:12px;
  582. cursor:pointer;
  583. display:inline-block;
  584. vertical-align:top;
  585. }
  586. .my-liked, .my-like:hover {
  587. background-image: url(http://static.tumblr.com/g1muzcu/CvQmv89va/png22.png) !important;
  588. height:11px;
  589. width:12px;
  590. cursor:pointer;
  591. display:inline-block;
  592. vertical-align:top;
  593. }
  594. </style>
  595. <script>
  596. window.onload = function () {
  597. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  598. document.addEventListener( 'click', function ( event ) {
  599. var myLikeLink = event.target;
  600. if( myLikeLink.className.indexOf( 'my-like' ) > -1 ) {
  601. var myLikeFrame = document.getElementById( 'my-like-frame' ),
  602. liked = ( myLikeLink.className == 'my-liked' ),
  603. command = liked ? 'unlike' : 'like',
  604. reblog = myLikeLink.getAttribute( 'data-reblog' ),
  605. postId = myLikeLink.getAttribute( 'data-id' ),
  606. oauth = reblog.slice( -8 ),
  607. likeUrl = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + postId;
  608. myLikeFrame.src = likeUrl;
  609. liked ? myLikeLink.className = 'my-like'
  610. : myLikeLink.className = 'my-liked';
  611. };
  612. }, false );
  613. };
  614. </script>
  615.  
  616. <!------------------------------------------------------->
  617.  
  618. </head><body>
  619.  
  620. {block:IfHeader}<div id="Header"></div>{/block:IfHeader}
  621. <div id="sidebar">
  622. <div id="sidebarimage"><img src="{image:sidebarimage}"></div>
  623.  
  624. </br>
  625.  
  626. <div id="title">{Title}</div>
  627. <div id="description">{Description}</div>
  628.  
  629. <div id="navtitle">
  630. <a href="javascript:unhide('displaybx');">Navigation</a></div>
  631. <div id="displaybx" class="hidden">
  632.  
  633. <div class="Navlinks">
  634.  
  635. <a href="/">home</a>&nbsp;</br>
  636. <a href="/ask">message</a>&nbsp;</br>
  637. <a href="/archive">archive</a>&nbsp;</br></div></div>
  638.  
  639. </br>
  640.  
  641. <div id="navtitle">
  642. <a href="javascript:unhide('displaybx2');">Links</a></div>
  643. <div id="displaybx2" class="hidden">
  644. <div class="Navlinks2">
  645.  
  646. {block:IfShowLink1}<a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a>&nbsp;</br>{/block:IfShowLink1}
  647. {block:IfShowLink2}<a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a>&nbsp;</br>{/block:IfShowLink2}
  648. {block:IfShowLink3}<a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a>&nbsp;</br>{/block:IfShowLink3}
  649. {block:IfShowLink4}<a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a>&nbsp;</br>{/block:IfShowLink4}
  650. {block:IfShowLink5}<a href="{Text:Link 5 URL}">{Text:Link 5 Title}</a>&nbsp;</br>{/block:IfShowLink5}
  651. {block:IfShowLink6}<a href="{Text:Link 6 URL}">{Text:Link 6 Title}</a>&nbsp;</br>{/block:IfShowLink6}
  652. </div></div></div></div>
  653.  
  654. <div id="entries">
  655.  
  656. </br></br>
  657.  
  658. {block:IfHeader}
  659. </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>
  660. {/block:IfHeader}
  661.  
  662. <div class="autopagerize_page_element">
  663. {block:Posts}<div id="post">{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  664.  
  665. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  666.  
  667. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  668.  
  669. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  670.  
  671. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  672.  
  673. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  674.  
  675.  
  676. {block:Audio}
  677. <div id="audioplayer">{AudioPlayerWhite}</div><br>
  678.  
  679. <div id="albumart">
  680. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" height="100">{/block:AlbumArt} </div>
  681.  
  682. <div id="audiostuff">
  683. {block:TrackName}
  684. {TrackName}<br>
  685. {/block:TrackName}
  686.  
  687. {block:Artist}{Artist}<br>
  688.  
  689. {/block:Artist}
  690. {block:Album}{Album}<br>
  691. {/block:Album}
  692.  
  693. {PlayCountWithLabel}</div>
  694. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  695. {/block:Audio}
  696.  
  697. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  698.  
  699. {block:Answer}
  700. <div id="allask">
  701. <div id="askerportrait"><span style="width:48px;height:48px;"><img src="{AskerPortraitURL-48}"></span></div>
  702. <div id="question"><b><i>{asker} said:</i></b></br>{Question} </br></div></div>
  703. <div id="answer">{Answer}</div>{/block:Answer}</div>
  704.  
  705. <div id="info">
  706. {block:Date}
  707. {TimeAgo}{/block:Date} &nbsp;
  708. <a href="{Permalink}">{NoteCount} notes</a> &nbsp;
  709. <a href="{ReblogURL}" target="_blank" class="details"><span style="background-color:{color:info border};padding:3px;">Reblog</a></span>
  710.  
  711. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}";></div>
  712.  
  713. <span style="float:right; padding:5px; left:2px; margin-top:-10px;">
  714. {block:RebloggedFrom}
  715. <a title ="{ReblogParentName}" href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a>
  716. <a title ="{ReblogRootName}" href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></span>
  717. {/block:RebloggedFrom}</span>
  718.  
  719. {block:ContentSource}
  720. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  721. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  722. {/block:SourceLogo}
  723. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  724. {/block:ContentSource}
  725.  
  726. <div id="tags">{block:HasTags}{block:Tags}&nbsp;&nbsp;<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  727.  
  728. {/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}</div>
  729.  
  730. {block:IfNotInfiniteScroll}
  731. <center>{block:Pagination}
  732. <div id="pagination">
  733. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  734. {block:JumpPagination length="5"}
  735. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  736. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  737. {/block:JumpPagination}
  738. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  739. </div>{/block:Pagination}</div>{/block:IfNotInfiniteScroll}
  740.  
  741. </center>
  742.  
  743. <div class="credit"><a href="http://themesbyjasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  744.  
  745. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement