Advertisement
pistachi-o

theme15

Sep 7th, 2012
2,097
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.38 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.  
  3.  
  4. <!-- theme 015 -->
  5. <!-- made by pistachi-o (nutty-themes @ tumblr) -->
  6. <!-- please don't remove the credit and claim it as your own -->
  7.  
  8.  
  9. <html>
  10. <head>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#FFFFFF" />
  14. <meta name="color:sidebar" content="#EEEEEE" />
  15. <meta name="color:navbar" content="#141311" />
  16. <meta name="color:entry" content="#F3F3F3" />
  17. <meta name="color:posts" content="#FFFFFF" />
  18. <meta name="color:header" content="#FFFFFF" />
  19. <meta name="color:text" content="#696866" />
  20. <meta name="color:link" content="#4B3F3F" />
  21. <meta name="color:link hover" content="#707D7E" />
  22. <meta name="color:border" content="#d9d9d9" />
  23. <meta name="color:border2" content="#E4E8E9" />
  24. <meta name="color:tags" content="#707D7E" />
  25.  
  26. <meta name="font:title" content="georgia" />
  27. <meta name="font:body" content="arial" />
  28.  
  29. <meta name="image:side" content=""/>
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:background" content=""/>
  32.  
  33. <meta name="text:Link1" content="" />
  34. <meta name="text:Link1 Title" content="" />
  35. <meta name="text:Link2" content="" />
  36. <meta name="text:Link2 Title" content="" />
  37. <meta name="text:Link3" content="" />
  38. <meta name="text:Link3 Title" content="" />
  39. <meta name="text:Link4" content="" />
  40. <meta name="text:Link4 Title" content="" />
  41. <meta name="text:Link5" content="" />
  42. <meta name="text:Link5 Title" content="" />
  43. <meta name="text:Link6" content="" />
  44. <meta name="text:Link6 Title" content="" />
  45. <meta name="text:Link7" content="" />
  46. <meta name="text:Link7 Title" content="" />
  47. <meta name="text:Link8" content="" />
  48. <meta name="text:Link8 Title" content="" />
  49.  
  50. <meta name="if:Greyscale" content="1"/>
  51.  
  52. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <link rel="shortcut icon" href="{Favicon}" />
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
  60.  
  61. </head>
  62.  
  63. <style type="text/css">
  64.  
  65. body,div,dl,dt,dd,pre,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}
  66.  
  67. ::-webkit-scrollbar {width: 6px;}
  68. ::-webkit-scrollbar-track {background: #FFF;}
  69. ::-webkit-scrollbar-thumb {background: #DDD;}
  70.  
  71. ::selection {background: {color:border2}; color:#FFF;}
  72. ::-moz-selection {background: {color:border2}; color:#FFF;}
  73. ::-webkit-selection {background: {color:border2}; color:#FFF;}
  74.  
  75. body {
  76. background-color: #E4EBE9;
  77. background-image: url('{image:Background}');
  78. background-attachment: fixed;
  79. background-repeat: no-repeat;
  80. font-family: Cambria;
  81. font-size: 11px;
  82. color: #000;
  83. text-align: justify;
  84. overflow-x: hidden;
  85. }
  86.  
  87. a:link, a:active, a:visited {
  88. color: {color:link};
  89. text-decoration: none;
  90. }
  91.  
  92. a:hover{
  93. color: {color:link hover};
  94. text-decoration: none;
  95. }
  96.  
  97. #menu {
  98. top: 0;
  99. left: 0;
  100. width: 100%;
  101. height: 100px;
  102. padding: 10px 0px;
  103. margin: 0px auto;
  104. background: {color:sidebar};
  105. position: fixed;
  106. text-align: center;
  107. z-index: 2000;
  108. }
  109.  
  110. .wrap {
  111. width: 660px;
  112. height: 80px;
  113. margin: 0px auto;
  114. padding: 10px;
  115. background: transparent;
  116. }
  117.  
  118. .userpic {
  119. width: 80px;
  120. float: left;
  121. overflow: hidden;
  122. }
  123.  
  124. .userpic img {
  125. width: 70px;
  126. height: 70px;
  127. border: 2px solid {color:border};
  128. }
  129.  
  130. .links {
  131. width: 80px;
  132. float: left;
  133. overflow: hidden;
  134. padding-right: 10px;
  135. border-right: 2px solid {color:border};
  136. }
  137.  
  138. .links a {
  139. display: block;
  140. text-decoration: none;
  141. font-family: 'Droid Sans Mono', sans-serif;
  142. font-size: 8px;
  143. letter-spacing: 1px;
  144. font-weight: normal;
  145. text-transform: uppercase;
  146. text-align: center;
  147. padding: 3px 0px;
  148. margin-bottom: 2px;
  149. border: 1px solid {color:border2};
  150. background: {color:sidebar};
  151. }
  152.  
  153. .links a:hover {
  154. color: {color:posts};
  155. }
  156.  
  157. .desc {
  158. width: 470px;
  159. float: left;
  160. font-family: 'Droid Sans Mono', sans-serif;
  161. font-size: 9px;
  162. text-transform: uppercase;
  163. text-align: justify;
  164. margin-left: 10px;
  165. }
  166.  
  167. .desc a {
  168. color: {color:link hover}
  169. }
  170.  
  171.  
  172. .dlinks {
  173. float: right;
  174. margin-right: 5px;
  175. }
  176.  
  177. .dlinks a {
  178. display: inline-block;
  179. text-decoration: none;
  180. font-family: 'Droid Sans Mono', sans-serif;
  181. font-size: 8px;
  182. line-height: 12px;
  183. letter-spacing: 1px;
  184. font-weight: normal;
  185. text-transform: uppercase;
  186. text-align: center;
  187. padding: 2px 0px;
  188. margin: 4px;
  189. background: transparent;
  190. }
  191.  
  192. .dlinks a:hover {
  193. color: {color:posts};
  194. border-bottom: 2px solid {color:border2};
  195. }
  196.  
  197. .userpic img {
  198. width: 70px;
  199. height: 70px;
  200. }
  201.  
  202. #entries {
  203. background: transparent;
  204. width: 540px;
  205. margin: 130px auto;
  206. z-index: 10;
  207. }
  208.  
  209. .posts {
  210. float: left;
  211. width: 500px;
  212. background: {color:posts};
  213. padding: 20px;
  214. margin-bottom: 30px;
  215. text-align: justify;
  216. position: relative;
  217. }
  218.  
  219. .infoarea {
  220. width: 150px;
  221. height: 100%;
  222. margin-left: 520px;
  223. margin-top: -20px;
  224. background: {color:tags};
  225. position: absolute;
  226. border-left: 5px solid {color:border2};
  227. font-family: 'Droid Sans Mono', sans-serif;
  228. font-size: 8px;
  229. line-height: 10px;
  230. text-transform: uppercase;
  231. }
  232.  
  233. .permanote {
  234. list-style-type: square;
  235. width: 130px;
  236. padding: 10px;
  237. text-align: left;
  238. word-wrap: break-word;
  239. }
  240.  
  241. .posts .infoarea {
  242. display: block;
  243. opacity: 0;
  244. margin-left: 450px;
  245. transition: all 0.5s ease-in-out;
  246. -webkit-transition: all 0.5s ease-in-out;
  247. -moz-transition: all 0.5s ease-in-out;
  248. -o-transition: all 0.5s ease-in-out;
  249. }
  250.  
  251. .posts:hover .infoarea {
  252. display: block;
  253. opacity: 1;
  254. margin-left: 520px;
  255. }
  256.  
  257. {block:IfGreyscale}
  258. .posts img {
  259. filter: grayscale(100%);
  260. -webkit-filter: grayscale(100%);
  261. -moz-filter: grayscale(100%);
  262. -ms-filter: grayscale(100%);
  263. -o-filter: grayscale(100%);
  264. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  265. filter: gray;
  266. -webkit-filter: grayscale(1);
  267. transition: all 0.8s ease-in-out;
  268. -webkit-transition: all 0.8s ease-in-out;
  269. -moz-transition: all 0.8s ease-in-out;
  270. -o-transition: all 0.8s ease-in-out;
  271. }
  272.  
  273. .posts img:hover {
  274. filter: grayscale(0%);
  275. -webkit-filter: grayscale(0%);
  276. -moz-filter: grayscale(0%);
  277. -ms-filter: grayscale(0%);
  278. -o-filter: grayscale(0%);
  279. -webkit-filter: grayscale(0);
  280. }
  281. {/block:IfGreyscale}
  282.  
  283. .cut {
  284. margin: 20px 0px 10px 0px;
  285. border-top: 1px solid rgba(0, 0, 0, 0.2);
  286. -webkit-box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
  287. -moz-box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
  288. box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
  289. }
  290.  
  291. .dated {
  292. text-align: center;
  293. font-family: 'Droid Sans Mono', sans-serif;
  294. text-decoration: none;
  295. font-size: 9px;
  296. font-weight: normal;
  297. text-transform: uppercase;
  298. transition: all 0.5s ease-in-out;
  299. -webkit-transition: all 0.5s ease-in-out;
  300. -moz-transition: all 0.5s ease-in-out;
  301. -o-transition: all 0.5s ease-in-out;
  302. }
  303.  
  304. .dated a:hover {
  305. color: #FFF;
  306. background: {color:border2};
  307. padding: 2px 5px;
  308. }
  309.  
  310. #s-m-t-tooltip {
  311. max-width: 400px;
  312. z-index: 9999;
  313. margin: 10px;
  314. padding: 3px 5px;
  315. background: {color:sidebar};
  316. -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  317. -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  318. box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  319. font-family: 'Droid Sans Mono', sans-serif;
  320. text-decoration: none;
  321. font-size: 9px;
  322. font-weight: normal;
  323. text-transform: uppercase;
  324. line-height: 12px;
  325. }
  326.  
  327. a.icon {
  328. margin: 12px;
  329. background-color: transparent;
  330. display: inline-block;
  331. position: relative;
  332. vertical-align: top;
  333. height: 46px;
  334. width: 46px;
  335. z-index: 9000;
  336. }
  337.  
  338. a.icon:after,
  339. a.icon:before {
  340. background: #fed;
  341. border: 3px solid {color:border};
  342. content: '';
  343. position: absolute;
  344. }
  345.  
  346. a.icon:hover:after,
  347. a.icon:hover:before {
  348. border: 3px solid {color:border2};
  349. }
  350.  
  351. a.next:after,
  352. a.next:before {
  353. border-radius: 2px;
  354. height: 0;
  355. right: 15px;
  356. width: 32px;
  357. }
  358.  
  359. a.next:after {
  360. top: 8px;
  361. -webkit-transform: rotate(45deg);
  362. -moz-transform: rotate(45deg);
  363. -o-transform: rotate(45deg);
  364. transform: rotate(45deg);
  365. }
  366.  
  367. a.next:before {
  368. bottom: 8px;
  369. -webkit-transform: rotate(-45deg);
  370. -moz-transform: rotate(-45deg);
  371. -o-transform: rotate(-45deg);
  372. transform: rotate(-45deg);
  373. }
  374.  
  375. a.prev:after,
  376. a.prev:before {
  377. border-radius: 2px;
  378. height: 0;
  379. left: 15px;
  380. width: 32px;
  381. }
  382.  
  383. a.prev:after {
  384. bottom: 8px;
  385. -webkit-transform: rotate(45deg);
  386. -moz-transform: rotate(45deg);
  387. -o-transform: rotate(45deg);
  388. transform: rotate(45deg);
  389. }
  390.  
  391. a.prev:before {
  392. top: 8px;
  393. -webkit-transform: rotate(-45deg);
  394. -moz-transform: rotate(-45deg);
  395. -o-transform: rotate(-45deg);
  396. transform: rotate(-45deg);
  397. }
  398.  
  399. #pagel {
  400. position: fixed;
  401. left: 0;
  402. top: 40%;
  403. }
  404.  
  405. #pager {
  406. position: fixed;
  407. right: 0;
  408. top: 40%;
  409. }
  410.  
  411.  
  412. h1 {
  413. font-family: 'Lato', sans-serif;
  414. font-size: 18px;
  415. line-height: 120%;
  416. font-weight: normal;
  417. text-transform: uppercase;
  418. text-align: left;
  419. padding: 5px 0px 5px 18px;
  420. border-bottom: 2px solid {color:border2};
  421. background: #f3f3f3;
  422. transition: all 0.5s ease-in-out;
  423. -webkit-transition: all 0.5s ease-in-out;
  424. -moz-transition: all 0.5s ease-in-out;
  425. -o-transition: all 0.5s ease-in-out;
  426. }
  427.  
  428. h2 {
  429. font-size: 15px;
  430. line-height: 15px;
  431. font-weight: normal;
  432. font-family: 'Lato', sans-serif;
  433. text-transform: uppercase;
  434. text-align: center;
  435. }
  436.  
  437. blockquote {
  438. border-left: 3px solid {color:border2};
  439. padding: 1px 3px;
  440. }
  441.  
  442. blockquote i {
  443. color: {color:text};
  444. }
  445.  
  446. blockquote img {
  447. max-width: 480px;
  448. }
  449.  
  450. blockquote blockquote {
  451. margin-left: 8px;
  452. margin-top: 0px;
  453. margin-bottom: 0px;
  454. border-left: 3px solid {color:border};
  455. padding: 1px 3px;
  456. }
  457.  
  458. .askwrap {
  459. width: 450px;
  460. margin: 10px auto;
  461. padding: 20px;
  462. position: relative;
  463. }
  464.  
  465. .ask {
  466. margin-top: 30px;
  467. padding-top: 95px;
  468. width: 460px;
  469. border-top: 5px solid {color:border2};
  470. }
  471.  
  472. .porto {
  473. display: block;
  474. width: 90px;
  475. height: 90px;
  476. border-radius: 50%;
  477. background: {color:border2};
  478. position: absolute;
  479. left: 50%;
  480. top: -45px;
  481. margin: 0 0 0 -45px;
  482. }
  483.  
  484. .porto img {
  485. width: 80px;
  486. height: 80px;
  487. border-radius: 50%;
  488. margin: 5px 0px 0px 5px;
  489. }
  490.  
  491. .question:before,
  492. .question:after {
  493. font-family: 'fontello';
  494. position: absolute;
  495. font-size: 50px;
  496. line-height: 50px;
  497. letter-spacing: 10px;
  498. top: 5px;
  499. color: #f5ce61;
  500. text-shadow: 0 0 1px rgba(0,0,0,0.3);
  501. display: inline-block;
  502. text-decoration: inherit;
  503. }
  504.  
  505. .question:before{
  506. left: 0px;
  507. content: '\275e';
  508. -webkit-transform: rotate(180deg);
  509. -moz-transform: rotate(180deg);
  510. -o-transform: rotate(180deg);
  511. transform: rotate(180deg);
  512. }
  513.  
  514. .question:after{
  515. right: 0px;
  516. content: '\275e';
  517. }
  518.  
  519. .question p {
  520. font-family: 'Lato', serif;
  521. font-size: 10px;
  522. padding: 10px;
  523. text-align: center;
  524. margin: 0 0 20px 0;
  525. }
  526.  
  527. .asker {
  528. font-family: 'Lato', serif;
  529. font-size: 12px;
  530. text-transform: uppercase;
  531. margin-top: -40px;
  532. text-shadow: 0 1px 1px rgba(255,255,255,0.1);
  533. text-align: center;
  534. }
  535.  
  536. @font-face {
  537. font-family: 'fontello';
  538. src: url("http://static.tumblr.com/whx9ghv/gKnm7tvrv/fontello.eot");
  539. src:
  540. url("http://static.tumblr.com/whx9ghv/gKnm7tvrv/fontello.eot?#iefix") format('embedded-opentype'),
  541. url("http://static.tumblr.com/whx9ghv/0Ezm7tvsw/fontello.woff") format('woff'),
  542. url("http://static.tumblr.com/whx9ghv/zemm7tvsn/fontello.ttf") format('truetype'),
  543. url("http://static.tumblr.com/whx9ghv/37Gm7tvs5/fontello.svg#icons") format('svg');
  544. font-weight: normal;
  545. font-style: normal;
  546. }
  547.  
  548. b, strong{
  549. color: {color:border};
  550. }
  551.  
  552. i, em {
  553. color: {color:link};
  554. }
  555.  
  556. p {
  557. margin-top: 3px;
  558. margin-bottom: 3px;
  559. }
  560.  
  561. img a {
  562. border: none;
  563. width: 100%;
  564. }
  565.  
  566. .audioplayer {
  567. position: absolute;
  568. z-index: 3;
  569. opacity: 0.7;
  570. margin: 32px 33px;
  571. }
  572.  
  573. .audio {
  574. width: 20px;
  575. padding: 5px 10px 5px 5px;
  576. background-color: #fefefe;
  577. overflow: hidden;
  578. }
  579.  
  580. #audiocap {
  581. min-height: 100px;
  582. }
  583.  
  584. #audioinfo {
  585. height: 10px;
  586. padding: 4px 5px;
  587. display: block;
  588. overflow: hidden;
  589. font-family: 'Droid Sans Mono', sans-serif;
  590. font-size: 10px;
  591. text-align: left;
  592. margin-bottom: 3px;
  593. text-transform: uppercase;
  594. }
  595.  
  596. #audioinfo b {
  597. color: {color:link};
  598. }
  599.  
  600. #audioimg img {
  601. margin-right: 2px;
  602. }
  603.  
  604. .user_1 .label {color:{color:link}; font-weight:bold}
  605. .user_2 .label {color:{color:link hover}; font-weight:bold}
  606. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  607.  
  608. .notes img{width:10px; position:relative; top:1px;}
  609. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  610.  
  611. .ending {
  612. max-width: 500px;
  613. text-align: left;
  614. padding: 10px;
  615. text-decoration: none;
  616. line-height: 180%;
  617. }
  618.  
  619. .ending a {
  620. text-transform: uppercase;
  621. font-size: 10px;
  622. }
  623.  
  624. .ending img {
  625. width: 12px;
  626. height: 12px;
  627. border: 2px solid {color:tags};
  628. }
  629.  
  630. </style>
  631.  
  632. <body>
  633.  
  634. {block:Pagination}
  635. {block:PreviousPage}
  636. <div id="pagel">
  637. <a class="prev icon" title="Previous" href="{PreviousPage}"></a>
  638. </div>
  639. {/block:PreviousPage}
  640. {block:NextPage}
  641. <div id="pager">
  642. <a class="next icon" title="Next" href="{NextPage}"></a>
  643. </div>
  644. {/block:NextPage}
  645. {/block:Pagination}
  646.  
  647. <div id="menu">
  648. <div class="wrap">
  649.  
  650. <div class="userpic"><img src="{PortraitURL-96}"></div>
  651.  
  652. <div class="links">
  653. <a href="/">Home</a>
  654. <a href="/ask">Ask</a>
  655. <a href="/archive">Archive</a>
  656. <a href="http://nutty-themes.tumblr.com/">Theme</a>
  657. </div>
  658.  
  659. <div class="desc">
  660. {block:Description}{Description}{/block:Description}</div>
  661.  
  662. <div class="dlinks">
  663. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  664. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  665. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  666. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  667. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  668. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  669. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  670. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  671. </div>
  672.  
  673. </div>
  674. </div>
  675.  
  676. <div id="entries">
  677. {block:Posts}
  678. <div class="posts">
  679.  
  680. {block:HasTags}
  681. <div class="infoarea">
  682. <div class="permanote">{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}</div>
  683. </div>
  684. {/block:HasTags}
  685.  
  686. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  687. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  688. {block:Text}{Body}{/block:Text}
  689.  
  690. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  691. {block:Description}<p><div class="answer">{Description}</div></p>{/block:Description}{/block:Link}
  692.  
  693. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  694. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  695.  
  696. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  697.  
  698. {block:Video}{Video-500}{block:Caption}<div class="answer">{Caption}</div>{/block:Caption}{/block:Video}
  699.  
  700. {block:Answer}<div class="askwrap ask">
  701. <div class="porto"><img src="{AskerPortraitURL-96}"></div>
  702. <div class="question">
  703. <div class="asker">{Asker} ASKED:</div>
  704. <p>{Question}</p></div>
  705. <div class="answer">{Answer}</div>
  706. </div>{/block:Answer}
  707.  
  708. {block:Audio}{block:AlbumArt}<div id="audioimg"><img src="{AlbumArtURL}" width="100" height="100" align="left"></div>{/block:AlbumArt}
  709. <div class="audioplayer"><div class="audio">{AudioPlayerWhite}</div></div>
  710. <div id="audiocap">
  711. <div id="audioinfo"><b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}</div>
  712. <div id="audioinfo"><b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
  713. <div id="audioinfo"><b>ALBUM:</b> {block:Album}{Album}{/block:Album}</div>
  714. <div id="audioinfo">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  715. </div>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>{/block:Audio}
  716.  
  717. <div class="cut"></div>
  718.  
  719. <div class="dated">{block:Date}<a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year} @ {24HourWithZero}:{Minutes} </a>{/block:Date}// {NoteCountWithLabel} {block:RebloggedFrom} // VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} // ORIG: <a href="{SourceURL}">{SourceLink} </a>{/block:ContentSource}</div>
  720.  
  721. </div>
  722. {/block:Posts}
  723.  
  724. {block:PostNotes}
  725. <div class="ending">{PostNotes}</div>
  726. {/block:PostNotes}
  727.  
  728. </div>
  729.  
  730. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  731.  
  732. <script src="http://static.tumblr.com/whx9ghv/omZm88ne9/jquery.style-my-tooltips.js"></script>
  733. <script type="text/javascript">
  734. (function($){
  735. $(document).ready(function(){
  736. $("[title]").style_my_tooltips();
  737. });
  738. })(jQuery);
  739. </script>
  740.  
  741. </body>
  742. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement