wuunderstruckthemes

THEME #2 - PHOTOGRAPH (v2)

Nov 11th, 2017
3,618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.89 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3.  
  4. <!-- ✧ THEME #2 BY WUUNDERSTRUCKTHEMES - PHOTOGRAPH ✧
  5.  
  6. made using a base code by axialthemes. fonts hosted by bonecarvers. imessage code by animalities. audio player code by padyluppet.
  7.  
  8. ✧ TERMS OF USE ✧
  9. edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
  10.  
  11. enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
  12.  
  13. <meta name="color:background" content="#ffffff">
  14. <meta name="color:container" content="#ffffff">
  15. <meta name="color:title" content="#ae4b33">
  16. <meta name="color:subtitle" content="#7ca2a2">
  17. <meta name="color:links" content="#823826">
  18. <meta name="color:links hover" content="#9bcaca">
  19. <meta name="color:nav links background" content="#eeeeee">
  20. <meta name="color:text shadow" content="#a18ba2">
  21. <meta name="color:text" content="#cccccc">
  22. <meta name="color:chat bubble 1" content="#d7eaea">
  23. <meta name="color:chat bubble 2" content="eeeeee">
  24.  
  25. <meta name="text:title" content="">
  26. <meta name="text:subtitle" content="">
  27. <meta name="text:ask link label" content="ask">
  28. <meta name="text:link 1 name" content="link">
  29. <meta name="text:link 1" content="/">
  30. <meta name="text:link 2 name" content="link">
  31. <meta name="text:link 2" content="/">
  32. <meta name="text:link 3 name" content="link">
  33. <meta name="text:link 3" content="/">
  34.  
  35. <meta name="if:webkit scroll bar" content="1">
  36. <meta name="if:show archive link" content="1">
  37. <meta name="if:show link 1" content="1">
  38. <meta name="if:show link 2" content="1">
  39. <meta name="if:show link 3" content="1">
  40.  
  41. <meta name="image:sidebar" content="">
  42.  
  43.  
  44. <title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <link href="https://fonts.googleapis.com/css?family=Raleway|Righteous" rel="stylesheet">
  50. <script src="https://use.fontawesome.com/59231e1de3.js"></script>
  51.  
  52. <style type="text/css">
  53.  
  54. @font-face { font-family: "hijrnotes"; src: url('https://dl.dropboxusercontent.com/s/452lfychrbgdlb2/Hijrnotes_PERSONAL_USE_ONLY.ttf') ;}
  55.  
  56. body {
  57. background-color:{color:background};
  58. font-family:raleway;
  59. font-weight:normal;
  60. margin:0px;
  61. top:0;
  62. left:0;
  63. word-wrap:break-word;
  64. }
  65.  
  66. {block:IfWebkitScrollBar}
  67. ::-webkit-scrollbar-thumb {
  68. height:auto;
  69. background-color: {color:text};
  70. border:2px solid {color:background};
  71. }
  72. ::-webkit-scrollbar {
  73. height:9px;
  74. width:9px;
  75. background-color: {color:background};
  76. }
  77. {/block:IfWebkitScrollBar}
  78.  
  79. a {
  80. color:{color:links};
  81. text-decoration:none;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. }
  86.  
  87. a:hover {
  88. color:{color:links hover};
  89. text-decoration:none;
  90. -moz-transition-duration:0.5s;
  91. -webkit-transition-duration:0.5s;
  92. -o-transition-duration:0.5s;
  93. }
  94.  
  95.  
  96. h1 {
  97. font-size:24pt;
  98. font-weight:normal;
  99. font-family:'hijrnotes';
  100. text-transform:none;
  101. letter-spacing:0px;
  102. line-height:0%;
  103. color:{color:title};
  104. text-shadow:2px 2px 2px {color:text shadow};
  105. -ms-transform: rotate(-7deg); /* IE 9 */
  106. -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  107. transform: rotate(-7deg);
  108. padding-bottom:20px;
  109. }
  110.  
  111. h1 a{
  112. color:{color:title};
  113. }
  114.  
  115. h1 a:hover {
  116. color:{color:links};
  117. }
  118.  
  119. h2 {
  120. text-decoration:none;
  121. text-transform:lowercase;
  122. font-size:32px;
  123. font-family:'hijrnotes';
  124. text-align:center;
  125. line-height:80%;
  126. color:{color:text};
  127. text-shadow:2px 2px 2px {color:text shadow};
  128. padding:5px;
  129. padding-bottom:2px;
  130. font-weight:normal;
  131. letter-spacing:0px;
  132. }
  133.  
  134. h3 {
  135. font-weight:normal;
  136. font-size:14px;
  137. text-align:center;
  138. font-style:normal;
  139. color:{color:text};
  140. }
  141.  
  142. h4 {
  143. font-weight:normal;
  144. font-size:10px;
  145. color:{color:subtitle};
  146. font-family:'consolas';
  147. -ms-transform: rotate(-7deg); /* IE 9 */
  148. -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  149. transform: rotate(-7deg);
  150. line-height:50%;
  151. margin-top:-28px;
  152. }
  153.  
  154. h5 {
  155. font-weight:normal;
  156. font-size:25px;
  157. font-family:'hijrnotes';
  158. }
  159.  
  160. blockquote {
  161. border-left:2px solid {color:nav links background};
  162. background-color:transparent;
  163. border-radius: 10px;
  164. padding:5px;
  165. margin:5px;
  166. }
  167.  
  168. .credit
  169. {
  170. color:#cdcdcd;
  171. font-family:'raleway';
  172. font-size:13px;
  173. font-weight:bold;
  174. float:right;
  175. }
  176.  
  177. .credit a
  178. {
  179. color:#cdcdcd;
  180. font-family:'raleway';
  181. font-weight:bold;
  182. font-size:13px;
  183. float:right;
  184. }
  185.  
  186.  
  187. #theme {
  188. margin:auto;
  189. width:875px;
  190. height:100%;
  191. text-align: center;
  192. background-color:{color:background};
  193. z-index:9990;
  194. position:relative;
  195. }
  196.  
  197.  
  198. #sidewrap {
  199. width:250px;
  200. height:100%;
  201. display:table;
  202. position:fixed;
  203. width:250px;
  204. background-color:{color:container};
  205. }
  206.  
  207. #sidebar {
  208. display:table-cell;
  209. vertical-align:middle;
  210. color: {color:text};
  211. }
  212.  
  213. #sidebar img {
  214. width:210px;
  215. max-height:300px;
  216. border-radius: 5px;
  217. -ms-transform: rotate(-5deg); /* IE 9 */
  218. -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
  219. transform: rotate(-5deg);
  220. }
  221.  
  222.  
  223. #titleandstuff {
  224. padding-left:20px;
  225. padding-right:20px;
  226. background-color:{color:container};
  227. }
  228.  
  229. #description {
  230. text-align:center;
  231. font-size:11px;
  232. padding-bottom:20px;
  233. }
  234.  
  235. .links {
  236. width:210px;
  237. position:relative;
  238. line-height:15px;
  239. font-size:10px;
  240. margin-top:30px;
  241. text-align:center;
  242. font-style:none;
  243. font-family:'raleway';
  244. text-transform:uppercase;
  245. margin-bottom:20px;
  246. font-weight:bold;
  247. }
  248.  
  249. .links a {
  250. display:inline-block;
  251. margin-left:2px;
  252. margin-bottom:2px;
  253. padding:2px 5px 0px 5px;
  254. height:15px;
  255. text-align:center;
  256. color:{color:links};
  257. background-color:{color:nav links background};
  258. border-radius:80px;
  259. -moz-transition-duration:1s;
  260. -webkit-transition-duration:1s;
  261. -o-transition-duration:1s;
  262. }
  263.  
  264. .links a:hover {
  265. background-color:transparent;
  266. color:{color:links hover};
  267. -moz-transition-duration:0.5s;
  268. -webkit-transition-duration:0.5s;
  269. -o-transition-duration:0.5s;
  270. letter-spacing:1px;
  271. }
  272.  
  273. #pagi {
  274. font-size:12px;
  275. font-family:'raleway';
  276. text-transform:uppercase;
  277. width:250px;
  278. font-weight:normal;
  279. font-style:normal;
  280. text-align:center;
  281. margin-bottom:20px;
  282. padding-top:15px;
  283. color:{color:links};
  284. letter-spacing:0px;
  285. }
  286.  
  287. #pagi a {
  288. display:inline-block;
  289. color:{color:links};
  290. background-color:{color:nav links background};
  291. border-radius:80px;
  292. font-weight:bold;
  293. padding:2px 5px 2px 5px;
  294. height:15px;
  295. -moz-transition-duration:0.5s;
  296. -webkit-transition-duration:0.5s;
  297. -o-transition-duration:0.5s;
  298. }
  299.  
  300. #pagi a:hover {
  301. background-color:transparent;
  302. color:{color:links hover};
  303. -moz-transition-duration:1s;
  304. -webkit-transition-duration:1s;
  305. -o-transition-duration:1s;
  306. letter-spacing:3px;
  307. }
  308.  
  309.  
  310. #postscontainer {
  311. margin-left:300px;
  312. padding:10px;
  313. width:520px;
  314. position:relative;
  315. text-align:justify;
  316. background-color:{color:container};
  317. color:{color:text};
  318. z-index:999;
  319. }
  320.  
  321. .posts {
  322. background-color:{color:container};
  323. padding:15px 0px 15px 0px;
  324. width:500px;
  325. margin-top:20px;
  326. margin-bottom:60px;
  327. margin-left:10px;
  328. margin-right:10px;
  329. text-align:justify;
  330. font-size:12px;
  331. line-height:100%;
  332. letter-spacing:0px;
  333. color:{color:text};
  334. }
  335.  
  336. .caption {
  337. width:500px;
  338. text-align:justify;
  339. line-height:120%;
  340. }
  341.  
  342.  
  343. .postinfo {
  344. width:500px;
  345. margin-top:20px;
  346. text-align:right;
  347. line-height:100%;
  348. display:inline-block;
  349. background-color:transparent;
  350. font-family:'raleway';
  351. text-transform:uppercase;
  352. letter-spacing:2px;
  353. font-weight:bold;
  354. }
  355.  
  356. .postinfo a {
  357. font-style:normal;
  358. text-transform:uppercase;
  359. letter-spacing:2px;
  360. }
  361.  
  362. .postinfo a:hover {
  363. color:{color:links hover};
  364. }
  365.  
  366. .dates {
  367. display:inline-block;
  368. font-size:11px;
  369. text-transform:none;
  370. font-weight:bold;
  371. letter-spacing:0px;
  372. margin-top:7px;
  373. }
  374.  
  375. .sourcevia {
  376. margin-top:8px;
  377. display:inline;
  378. padding-left:5px;
  379. }
  380.  
  381. .sourcevia img {
  382. border-radius:100%;
  383. width:12px;
  384. height:12px;
  385. margin-right:5px;
  386. margin-top:5px;
  387. }
  388.  
  389. .notesetc {
  390. margin-top:8px;
  391. display:inline-block;
  392. letter-spacing:0px;
  393. }
  394.  
  395. .tags {
  396. text-transform:none;
  397. font-size:10px;
  398. font-weight:bold;
  399. text-align:right;
  400. margin-top:2px;
  401. letter-spacing:1px;
  402. font-family:'consolas';
  403. }
  404.  
  405. .buttonss {
  406. width:40px;
  407. display:inline;
  408. padding:5px 5px 0px 0px;
  409. }
  410.  
  411. .likee {
  412. opacity:0.7;
  413. display:inline-block;
  414. }
  415.  
  416. .likee:hover {
  417. opacity:1;
  418. }
  419.  
  420. .reblogg {
  421. padding-left:4px;
  422. padding-right:5px;
  423. opacity:0.7;
  424. display:inline-block;
  425. }
  426.  
  427. .reblogg:hover {
  428. opacity:1;
  429. }
  430.  
  431. .chat ol {
  432. line-height:170%;
  433. list-style:none;
  434. width:500px;
  435. margin-left:-40px;
  436. }
  437.  
  438. .line.odd {
  439. background:{color:chat bubble 1};
  440. margin-bottom:0px;
  441. margin-left:auto;
  442. padding:7px;
  443. float:right;
  444. clear:left;
  445. border-radius: 15px;
  446. display:block;
  447. }
  448.  
  449. .line.even {
  450. background:{color:chat bubble 2};
  451. margin-bottom:0px;
  452. padding:7px;
  453. margin-top:30px;
  454. float:left;
  455. margin-right:auto;
  456. border-radius: 15px;
  457. display:block;
  458. }
  459.  
  460. .label {
  461. padding-right:2px;
  462. text-transform:uppercase;
  463. font-weight:bold;
  464. color:{color:text};
  465. font-family:'raleway';
  466. padding-left:0px;
  467. }
  468.  
  469. .note {
  470. text-transform:uppercase;
  471. font-style:normal;
  472. font-weight:bold;
  473. letter-spacing:0px;
  474. font-size: 9px;
  475. text-align:left;
  476. line-height:90%;
  477. margin-left:-40px;
  478. }
  479.  
  480. .note li {
  481. list-style-type:none;
  482. padding:10px 25px 10px 25px;
  483. text-align:left;
  484. margin:0px;
  485. -moz-transition-duration:0.5s;
  486. -webkit-transition-duration:0.5s;
  487. -o-transition-duration:0.5s;
  488. line-height:120%;
  489. }
  490.  
  491. .note img {
  492. border-radius:100%;
  493. margin-right:10px;
  494. width:15px;
  495. }
  496.  
  497. .question {
  498. background-color: transparent;
  499. padding:20px;
  500. line-height:120%;
  501. text-align:justify;
  502. font-size:15px;
  503. }
  504.  
  505. .question img {
  506. border:transparent;
  507. border-radius: 5px;
  508. width:48px;
  509. float:right;
  510. display:block;
  511. margin-left:10px;
  512. }
  513.  
  514. .playerbuttonbg {
  515. position: absolute;
  516. left: 75px;
  517. top: 75px;
  518. width: 19px;
  519. height: 19px;
  520. background-color: #ffffff;
  521. padding: 10px;
  522. -webkit-border-radius: 40px;
  523. -moz-border-radius: 40px;
  524. border-radius: 40px;
  525. opacity: .4;
  526. filter: alpha(opacity=40);
  527. -moz-opacity: 0.4;
  528. -khtml-opacity: 0.4;
  529. transition: opacity .7s ease-in-out;
  530. -moz-transition: opacity .7s ease-in-out;
  531. -webkit-transition: opacity .7s ease-in-out;
  532. }
  533.  
  534. .playerbuttonbg:hover {
  535. opacity: 1;
  536. filter: alpha(opacity=100);
  537. -moz-opacity: 1;
  538. -khtml-opacity: 1;
  539. }
  540.  
  541. .newplayerbutton {
  542. position: relative;
  543. width: 19px;
  544. height: 19px;
  545. overflow: hidden;
  546. }
  547.  
  548. .tumblr_audio_player {
  549. height: 90px;
  550. width: 270px;
  551. -moz-transform: scale(0.60, 0.60);
  552. -webkit-transform: scale(0.60, 0.60);
  553. -o-transform: scale(0.60, 0.60);
  554. -ms-transform: scale(0.60, 0.60);
  555. transform: scale(0.60, 0.60);
  556. -moz-transform-origin: top left;
  557. -webkit-transform-origin: top left;
  558. -o-transform-origin: top left;
  559. -ms-transform-origin: top left;
  560. transform-origin: top left;
  561. }
  562.  
  563. .audioimgwrapper {
  564. position: absolute;
  565. left: 0px;
  566. top: 0px;
  567. -webkit-border-radius: 5px;
  568. -moz-border-radius: 5px;
  569. border-radius: 5px;
  570. overflow: hidden;
  571. width: 180px;
  572. height: 180px;
  573. }
  574.  
  575. .audioimgwrapper img {
  576. width: 100%;
  577. height: auto;
  578. -webkit-border-radius: 5px;
  579. -moz-border-radius: 5px;
  580. border-radius: 5px;
  581. }
  582.  
  583. .trackdetails {
  584. width: auto;
  585. display:inline-block;
  586. margin-left: 200px;
  587. min-height: 85px;
  588. padding-bottom:80px;
  589. font-family:'raleway';
  590. font-weight:bold;
  591. text-transform:lowercase;
  592. letter-spacing:1px;
  593. text-align:center;
  594. }
  595.  
  596. .audiowrapper {
  597. position: relative;
  598. display:inline-block;
  599. }
  600.  
  601. /* IMESSAGE CHAT POST */
  602. .answer span,
  603.  
  604. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
  605.  
  606. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
  607.  
  608. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
  609.  
  610. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
  611.  
  612. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
  613.  
  614. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  615.  
  616. .asked p {
  617. text-align: left;
  618. margin: 0 0px 10px 0px;
  619. padding: 0;
  620. color: #666666;
  621. font-family:'raleway';
  622. font-size: 12px;
  623. line-height: 0px;
  624. }
  625. .footerright .viasrc {
  626. float: left;
  627. }
  628. .asked a {
  629. margin:0;padding:0;
  630. }
  631. .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
  632. .convo {
  633. overflow: hidden;
  634. list-style-type: none;
  635. padding: 0;
  636. margin: 0;
  637. }
  638.  
  639. {CustomCSS}
  640.  
  641. </style>
  642.  
  643. </head>
  644.  
  645. <body>
  646.  
  647.  
  648. <div id="theme">
  649.  
  650.  
  651. <div id="sidewrap">
  652. <div id="sidebar">
  653. <img src="{image:sidebar}">
  654. <div id="titleandstuff">
  655. <h1>{text:title}</h1>
  656. <h4>{text:subtitle}</h4>
  657.  
  658. <div class="links">
  659. <a href="/">home</a>
  660.  
  661. {block:AskEnabled}
  662. <a href="/ask">{text:ask link label}</a>
  663. {/block:AskEnabled}
  664.  
  665. {block:IfShowArchiveLink}
  666. <a href="/archive">archive</a>
  667. {/block:IfShowArchiveLink}
  668. <br>
  669.  
  670. {block:ifshowlink1}<a href="{text:link 1}">{text:link 1 name}</a>{/block:ifshowlink1}
  671. {block:ifshowlink2}<a href="{text:link 2}">{text:link 2 name}</a>{/block:ifshowlink2}
  672. {block:ifshowlink3}<a href="{text:link 3}">{text:link 3 name}</a>{/block:ifshowlink3}
  673.  
  674. </div>
  675. {block:Description}<div id="description">{description}</div>{/block:Description}
  676.  
  677. </div>
  678.  
  679. {block:Pagination}
  680. <div id="pagi">
  681. {block:PreviousPage}<a href="{PreviousPage}">swim</a>
  682. {/block:PreviousPage}
  683. {block:NextPage}<a href="{NextPage}">sink</a>
  684. {/block:NextPage}
  685. </div>
  686. {/block:Pagination}
  687. </div>
  688.  
  689.  
  690.  
  691. </div>
  692.  
  693.  
  694.  
  695. <div id="postscontainer">
  696.  
  697.  
  698. {block:TagPage}<h2 style="width:500px; padding:10px 0px 30px 0px;">posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
  699.  
  700.  
  701. {block:Posts}
  702. <div class="posts">
  703.  
  704. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  705.  
  706. {block:Quote}<h2 padding:10px;><b>“</b>{Quote}<b>”</b></h2><h3>— {Source}</h3>{/block:Quote}
  707.  
  708. {block:Link}<a href="{URL}"><h2 style="padding:18px; border-radius: 5px; background-color:{color:nav links background}">{Name} →</h2></a>
  709. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  710.  
  711. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  712.  
  713. {block:Panorama}
  714. {LinkOpenTag}
  715. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  716. {LinkCloseTag}
  717. {block:Caption}{Caption}{/block:Caption}
  718. {/block:Panorama}
  719.  
  720. {block:Photoset}<center>{Photoset-500}</center>
  721. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  722.  
  723. {block:Chat}
  724. {block:Title}
  725. <h2>{Title}</h2>{/block:Title}<br>
  726. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  727. {Line}</li>{/block:Lines}</ul>
  728. {/block:Chat}
  729.  
  730. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  731.  
  732. {block:Answer}
  733. <div class="question"><img src="{AskerPortraitURL-48}"><b>{Asker} asked:</b> {Question}</div>
  734. <div align="center">&mdash;</div><br>
  735. {Answer}
  736. {/block:Answer}
  737.  
  738. {block:Audio}
  739. {block:AudioPlayer}
  740. <div class="audiowrapper">
  741. {block:AlbumArt}
  742. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  743. {/block:AlbumArt}
  744.  
  745. <div class="playerbuttonbg">
  746. <div class="newplayerbutton">
  747. <div class="playerbuttonhug">
  748.  
  749. {AudioPlayer}
  750.  
  751. </div>
  752. </div>
  753. </div>
  754.  
  755. <div class="trackdetails">
  756.  
  757. {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
  758. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  759. {block:Album}Album: {Album}{/block:Album}<br/>
  760. {PlayCountWithLabel}
  761.  
  762. </div>
  763. </div>
  764. {/block:AudioPlayer}
  765.  
  766. {block:Caption}{Caption}{/block:Caption}
  767. {block:Audio}
  768.  
  769. {block:date}
  770. <div class="postinfo">
  771. <div class="dates"><a href="{Permalink}">{TimeAgo}</a> </div> <div class="notesetc">{block:NoteCount}<a href="{Permalink}">&nbsp;&nbsp;{NoteCountWithLabel} </a>{/block:NoteCount}</div><div class="sourcevia">{block:RebloggedFrom}<a href="{ReblogParentURL}"> <img src="{ReblogParentPortraitURL-16}" title="{ReblogParentName}"> </a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> <i class="fa fa-bookmark-o" aria-hidden="true"></i> </a>{/block:ContentSource}</div><div class="buttonss"><a href="{ReblogUrl}"> <i class="fa fa-refresh" aria-hidden="true"></i></a></div>
  772. </div>
  773. {/block:date}
  774.  
  775.  
  776.  
  777.  
  778. {block:HasTags}<div class="tags"><i class="fa fa-tags" aria-hidden="true"></i>
  779. {block:Tags}<a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
  780. {/block:HasTags}
  781.  
  782.  
  783. {block:PostNotes}<div class="note">
  784. {PostNotes}</div>{/block:PostNotes}
  785.  
  786. </div>
  787. {/block:posts}
  788.  
  789.  
  790. </div>
  791. </div>
  792. <div class="credit" style="position:fixed; bottom:0px; right:0px;"><a href="http://www.wuunderstruckthemes.tumblr.com">WT</a></div>
  793. </div>
  794.  
  795.  
  796. </body>
  797. </html>
Advertisement
Add Comment
Please, Sign In to add comment