Advertisement
alithegreat

AGLEERPH | #21 | CONTROL

Jul 23rd, 2016
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.01 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!----
  16.  
  17. agleerph / #21: control.
  18.  
  19. --->
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="image:Header" content=""/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Pattern" content=""/>
  25.  
  26. <meta name="color:Pattern Alt" content=""/>
  27. <meta name="color:Background" content=""/>
  28. <meta name="color:Blockquote" content=""/>
  29. <meta name="color:Border" content=""/>
  30. <meta name="color:Entries" content=""/>
  31. <meta name="color:Link" content=""/>
  32. <meta name="color:Navigation" content=""/>
  33. <meta name="color:Navigation Hover" content=""/>
  34. <meta name="color:Navigation Links" content=""/>
  35. <meta name="color:Pre BG" content=""/>
  36. <meta name="color:Pre Border" content=""/>
  37. <meta name="color:Pre Text" content=""/>
  38. <meta name="color:Question1" content=""/>
  39. <meta name="color:Question2" content=""/>
  40. <meta name="color:Scrollbar1" content=""/>
  41. <meta name="color:Scrollbar2" content=""/>
  42. <meta name="color:Sidebar" content=""/>
  43. <meta name="color:Tabs" content=""/>
  44. <meta name="color:Text" content=""/>
  45. <meta name="color:Title" content=""/>
  46.  
  47. <meta name="text:link one URL" content="/"/>
  48. <meta name="text:link one hover" content="link one hover"/>
  49. <meta name="text:link two URL" content="/"/>
  50. <meta name="text:link two hover" content="link two hover"/>
  51. <meta name="text:link three URL" content="/"/>
  52. <meta name="text:link three hover" content="link three hover"/>
  53. <meta name="text:link four URL" content="/"/>
  54. <meta name="text:link four hover" content="link four hover"/>
  55.  
  56. <meta name="text:quote" content="this is your little quote thing! four or five lines looks best imo but it will automatically go into a scrollbar (above the pagination) once you reach a certain amount. i hope you like it!"/>
  57.  
  58. <meta name="text:header title" content="this is header title in the customize section!"/>
  59.  
  60. <meta name="text:second tab" content="this is second tab in the customizesection! your first tab is your description."/>
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. ::-webkit-scrollbar-thumb {
  66. height:auto;
  67. background-color:{color:Scrollbar2};
  68. }
  69.  
  70. ::-webkit-scrollbar {
  71. height:3px;
  72. width:3px;
  73. background-color:{color:Scrollbar1};
  74. }
  75.  
  76.  
  77. body {
  78. background: {color:Background};
  79. font-family: cambria;
  80. font-size: 10px;
  81. line-height:14px;
  82. color: {color:Text};
  83. background-image:url('{image:Background}');
  84. background-attachment:fixed;
  85.  
  86. }
  87.  
  88. blockquote {
  89. border-left:2px solid {color:blockquote};
  90. padding: 2px 10px;
  91. margin: 10px;
  92. }
  93.  
  94.  
  95. li {
  96. padding-left: 1.2em;
  97. list-style: none;
  98. }
  99.  
  100. li:before {
  101. color: {color:title};
  102. content: "\f105";
  103. font-family: FontAwesome;
  104. font-size:10px;
  105. display: inline-block;
  106. margin-left: -1.2em;
  107. width: 1.2em;
  108. }
  109.  
  110.  
  111. a {
  112. text-decoration: none;
  113. color: {color:Link};
  114. }
  115.  
  116. pre {
  117. font-family:cambria;
  118. font-size:9px;
  119. padding:5px;
  120. text-transform:uppercase;
  121. border-bottom:1px solid {color:Pre Border};
  122. text-align:center;
  123. color:{color:Pre Text};
  124. background-color:{color:Pre BG};
  125. word-wrap:break-word;
  126. }
  127.  
  128. pre a {
  129. color:{color:pre text};
  130. }
  131.  
  132. pre b,strong {
  133. color:{color:pre text};
  134. }
  135.  
  136. pre i,em {
  137. color:{color:pre text};
  138. }
  139.  
  140.  
  141. small, sub {
  142. font-size:10px;
  143. }
  144.  
  145. b, strong {
  146. color:{color:Title};
  147. }
  148.  
  149.  
  150. #sideph {
  151. position:fixed;
  152. margin-left:3px;
  153. margin-top:3px;
  154. border:1px solid {color:border};
  155. width:200px;
  156. height:300px;
  157. }
  158.  
  159. #backbar {
  160. position:fixed;
  161. margin-left:640px;
  162. margin-top:50px;
  163. width:208px;
  164. height:557px;
  165. border:1px solid {color:border};
  166. background-image:url('{image:Pattern}');
  167. background-color:{color:pattern alt};
  168. background-attachment:fixed;
  169. }
  170.  
  171. #quotething {
  172. position:fixed;
  173. margin-top:308px;
  174. margin-left:3px;
  175. border:1px solid {color:border};
  176. width:180px;
  177. height:83px;
  178. background-color:{color:Sidebar};
  179. padding:10px;
  180. line-height:12px;
  181. text-align:justify;
  182. }
  183.  
  184. #pagination {
  185. margin-top:10px;
  186. font-size:10px;
  187. font-family:cambria;
  188. letter-spacing:0px;
  189. line-height:12px;
  190. text-align:center;
  191. text-transform:uppercase;
  192. color:{color:text};
  193. }
  194.  
  195. #pagination a {
  196. color:{color:link};
  197. }
  198.  
  199. #navbar {
  200. margin-left:3px;
  201. margin-top:416px;
  202. width:200px;
  203. background-color:{color:sidebar};
  204. border:1px solid {color:border};
  205. height:136px;
  206. position:fixed;
  207. }
  208.  
  209. #navigation {
  210. margin-top:3px;
  211. text-align:center;
  212. }
  213.  
  214. #navigation a {
  215. display:inline-block;
  216. text-align:center;
  217. width:94px;
  218. height:40px;
  219. line-height:40px;
  220. text-transform:uppercase;
  221. font-family:cambria;
  222. font-size:11px;
  223. letter-spacing:-1px;
  224. margin-bottom:2px;
  225. border:1px solid {color:border};
  226. background-color:{color:navigation};
  227. color:{color:navigation links};
  228. -webkit-transition: all 0.5s ease-in-out;
  229. -moz-transition: all 0.5s ease-in-out;
  230. -o-transition: all 0.5s ease-in-out;
  231. }
  232.  
  233. #navigation a:hover {
  234. color:{color:navigation hover};
  235. -webkit-transition: all 0.5s ease-in-out;
  236. -moz-transition: all 0.5s ease-in-out;
  237. -o-transition: all 0.5s ease-in-out;
  238. }
  239.  
  240.  
  241. #entries {
  242. position:absolute;
  243. width:528px;
  244. margin-left:50px;
  245. padding:0px;
  246. margin-top:210px;
  247. }
  248.  
  249. #entrybg {
  250. padding:3px;
  251. margin-bottom:20px;
  252. background-color:{color:pattern alt};
  253. border:1px solid {color:Border};
  254. background-image:url('{image:Pattern}');
  255. background-attachment:absolute;
  256. }
  257.  
  258. #entry {
  259. background-color:{color:Entries};
  260. margin-bottom:0px;
  261. padding:8px;
  262. border:1px solid {color:Border};
  263. }
  264.  
  265.  
  266. #posttitles {
  267. text-align: center;
  268. font-size: 14px;
  269. line-height:130%;
  270. text-transform:uppercase;
  271. font-family:cambria;
  272. font-weight:300;
  273. padding:0px;
  274. color: {color:title};
  275. }
  276.  
  277.  
  278. #posttitles a {
  279. color:{color:title};
  280. }
  281.  
  282. #ask {
  283. z-index:10;
  284. font-family:cambria;
  285. font-size:16px;
  286. text-align:center;
  287. text-transform:lowercase;
  288. color:{color:question2};
  289. background-color:{color:question1};
  290. margin-right:0px;
  291. padding:10px;
  292. padding-left:10px;
  293. border-bottom:1px solid {color:text};
  294. }
  295.  
  296. #ask a {
  297. color:{color:question2};
  298. }
  299.  
  300.  
  301. #question {
  302. background-color:{color:Question1};
  303. color:{color:Question2};
  304. font-size:10px;
  305. z-index:10;
  306. text-align:center;
  307. padding:10px;
  308. }
  309.  
  310. .playerbuttonbg {
  311. position: absolute;
  312. left: 20px;
  313. top: 20px;
  314. width: 19px;
  315. height: 19px;
  316. background-color: #ffffff;
  317. padding: 10px;
  318. -webkit-border-radius: 40px;
  319. -moz-border-radius: 40px;
  320. border-radius: 40px;
  321. opacity: .4;
  322. filter: alpha(opacity=40);
  323. opacity: 0.4;
  324. -khtml-opacity: 0.4;
  325. transition: opacity .7s ease-in-out;
  326. -moz-transition: opacity .7s ease-in-out;
  327. -webkit-transition: opacity .7s ease-in-out;
  328. }
  329.  
  330. .playerbuttonbg:hover {
  331. opacity: 1;
  332. filter: alpha(opacity=100);
  333. -moz-opacity: 1;
  334. -khtml-opacity: 1;
  335. }
  336.  
  337. .newplayerbutton {
  338. position: relative;
  339. width: 19px;
  340. height: 19px;
  341. overflow: hidden;
  342. }
  343.  
  344. .playerbuttonhug {
  345. position: absolute;
  346. top: -18px;
  347. left: -7px;
  348. }
  349.  
  350. .tumblr_audio_player {
  351. height: 90px;
  352. width: 270px;
  353. -moz-transform: scale(0.60, 0.60);
  354. -webkit-transform: scale(0.60, 0.60);
  355. -o-transform: scale(0.60, 0.60);
  356. -ms-transform: scale(0.60, 0.60);
  357. transform: scale(0.60, 0.60);
  358. -moz-transform-origin: top left;
  359. -webkit-transform-origin: top left;
  360. -o-transform-origin: top left;
  361. -ms-transform-origin: top left;
  362. transform-origin: top left;
  363. }
  364.  
  365. .audioimgwrapper {
  366. position: absolute;
  367. left: 0px;
  368. top: 0px;
  369. -webkit-border-radius: 40px;
  370. -moz-border-radius: 40px;
  371. border-radius: 40px;
  372. overflow: hidden;
  373. width: 79px;
  374. height: 79px;
  375. }
  376.  
  377. .audioimgwrapper img {
  378. width: 100%;
  379. height: auto;
  380. -webkit-border-radius: 40px;
  381. -moz-border-radius: 40px;
  382. border-radius: 40px;
  383. }
  384.  
  385. .trackdetails {
  386. width: auto;
  387. display:inline-block;
  388. margin-left: 90px;
  389. min-height: 85px;
  390. }
  391.  
  392. .audiowrapper {
  393. position: relative;
  394. display:inline-block;
  395. }
  396.  
  397. #permalink {
  398. text-align: right;
  399. border-top: 1px solid {color:Border};
  400. border-bottom:1px solid {color:Border};
  401. background-color:{color:entries};
  402. position: relative;
  403. font-size:9px;
  404. letter-spacing:0px;
  405. text-transform:lowercase;
  406. margin-top: 3px;
  407. margin-left:-3px;
  408. margin-right:-3px;
  409. padding-right:10px;
  410. padding-bottom:5px;
  411. padding-top: 5px;
  412. }
  413.  
  414. #headerback {
  415. position:fixed;
  416. margin-left:50px;
  417. margin-top:-10px;
  418. width:526px;
  419. height:200px;
  420. border:1px solid {color:border};
  421. background-image:url('{image:Pattern}');
  422. background-color:{color:pattern alt};
  423. background-attachment:fixed;
  424. z-index:99999999999999999999;
  425. }
  426.  
  427. #headerdesc {
  428. position:fixed;
  429. margin-top:8px;
  430. padding:5px;
  431. margin-left:-1px;
  432. width:320px;
  433. font-family:cambria;
  434. height:10px;
  435. line-height:10px;
  436. text-transform:Uppercase;
  437. text-align:center;
  438. border:1px solid {color:border};
  439. background-color:{color:sidebar};
  440. }
  441.  
  442. #headerph {
  443. position:fixed;
  444. margin-top:-1px;
  445. margin-left:330px;
  446. width:190px;
  447. height:200px;
  448. border:1px solid {color:border};
  449. }
  450.  
  451. /* tabs from http://tympanus.net/ */
  452.  
  453. #tabbar {
  454. margin-top:30px;
  455. position:fixed;
  456. margin-left:5px;
  457. width:400px;
  458. }
  459.  
  460. .tabs {
  461. position: relative;
  462. margin-left:0px;
  463. width:320px;
  464. }
  465.  
  466. .tabs input {
  467. position: absolute;
  468. z-index: 1000;
  469. width: 20px;
  470. height: 30px;
  471. left: 0px;
  472. top: 0px;
  473. opacity: 0;
  474. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  475. filter: alpha(opacity=0);
  476. cursor: pointer;
  477. }
  478. .tabs input#tab-2{
  479. top: 30px;
  480. }
  481. .tabs input#tab-3{
  482. top: 60px;
  483. }
  484. .tabs input#tab-4{
  485. top: 90px;
  486. }
  487.  
  488. .tabs label {
  489. background: {color:tabs};
  490. margin-top:5px;
  491. line-height: 30px;
  492. height: 30px;
  493. position: relative;
  494. padding:5px;
  495. float: left;
  496. display: block;
  497. width: 148px;
  498. color: {color:text};
  499. font-family: cambria;
  500. text-transform:uppercase;
  501. font-size:10px;
  502. top: 0px;
  503. text-align: center;
  504. border-top:1px solid {color:border};
  505. border-left:1px solid {color:border};
  506. border-right:1px solid {color:border};
  507. }
  508.  
  509. .tabs label:after {
  510. webkit-transition: top linear 0.5s;
  511. -moz-transition: top linear 0.5s;
  512. -o-transition: top linear 0.5s;
  513. -ms-transition: top linear 0.5s;
  514. transition: top linear 0.5s;
  515. }
  516.  
  517. .tabs input:hover + label {
  518. webkit-transition: top linear 0.5s;
  519. -moz-transition: top linear 0.5s;
  520. -o-transition: top linear 0.5s;
  521. -ms-transition: top linear 0.5s;
  522. transition: top linear 0.5s;
  523. }
  524. .tabs input:hover + label:after{
  525. webkit-transition: top linear 0.5s;
  526. -moz-transition: top linear 0.5s;
  527. -o-transition: top linear 0.5s;
  528. -ms-transition: top linear 0.5s;
  529. transition: top linear 0.5s;
  530. }
  531. .tabs input:hover + label ~ .clear-shadow {
  532. webkit-transition: top linear 0.5s;
  533. -moz-transition: top linear 0.5s;
  534. -o-transition: top linear 0.5s;
  535. -ms-transition: top linear 0.5s;
  536. transition: top linear 0.5s;
  537. }
  538.  
  539. .tabs input:checked:hover + label {
  540. webkit-transition: top linear 0.5s;
  541. -moz-transition: top linear 0.5s;
  542. -o-transition: top linear 0.5s;
  543. -ms-transition: top linear 0.5s;
  544. transition: top linear 0.5s;
  545. }
  546. .tabs input:checked:hover + label:after{
  547. webkit-transition: top linear 0.5s;
  548. -moz-transition: top linear 0.5s;
  549. -o-transition: top linear 0.5s;
  550. -ms-transition: top linear 0.5s;
  551. transition: top linear 0.5s;
  552. }
  553. .tabs input:checked:hover + label ~ .clear-shadow {
  554. webkit-transition: top linear 0.5s;
  555. -moz-transition: top linear 0.5s;
  556. -o-transition: top linear 0.5s;
  557. -ms-transition: top linear 0.5s;
  558. transition: top linear 0.5s;
  559. }
  560.  
  561. .tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
  562. z-index: 3;
  563. }
  564.  
  565. .tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
  566. z-index: 2;
  567. }
  568.  
  569. .tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
  570. z-index: 1;
  571. }
  572.  
  573. .tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
  574. z-index: 0;
  575. }
  576. .tabs label:first-of-type {
  577. z-index: 4;
  578. }
  579.  
  580. .tab-label-2 {
  581. z-index: 3;
  582. }
  583.  
  584. .tab-label-3 {
  585. z-index: 2;
  586. }
  587.  
  588. .tab-label-4 {
  589. z-index: 1;
  590. }
  591.  
  592. .tabs input:checked + label {
  593. webkit-transition: top linear 0.5s;
  594. -moz-transition: top linear 0.5s;
  595. -o-transition: top linear 0.5s;
  596. -ms-transition: top linear 0.5s;
  597. transition: top linear 0.5s;
  598. }
  599.  
  600. .clear-shadow {
  601. position: relative;
  602. top: 0;
  603. height: 10px;
  604. margin-bottom: -10px;
  605. clear: both;
  606. z-index: -2;
  607. }
  608.  
  609. .content {
  610. background-color: {color:sidebar};
  611. position: relative;
  612. height: 117px;
  613. overflow:auto;
  614. width:auto;
  615. z-index: 5;
  616. border:1px solid {color:border};
  617. }
  618.  
  619. .content div {
  620. position: absolute;
  621. top:0;
  622. left:0;
  623. bottom: 100%;
  624. overflow: auto;
  625. z-index: 1;
  626. opacity: 0;
  627. -webkit-transition: all linear 0.1s;
  628. -moz-transition: all linear 0.1s;
  629. -o-transition: all linear 0.1s;
  630. -ms-transition: all linear 0.1s;
  631. transition: all linear 0.1s;
  632. }
  633.  
  634. .tabs input.tab-selector-1:checked ~ .content .content-1,
  635. .tabs input.tab-selector-2:checked ~ .content .content-2,
  636. .tabs input.tab-selector-3:checked ~ .content .content-3,
  637. .tabs input.tab-selector-4:checked ~ .content .content-4 {
  638. bottom: 0px;
  639. z-index: 100;
  640. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  641. filter: alpha(opacity=100);
  642. opacity: 1;
  643. -webkit-transition: all ease-out 0.5s 0.5s;
  644. -moz-transition: all ease-out 0.5s 0.5s;
  645. -o-transition: all ease-out 0.5s 0.5s;
  646. -ms-transition: all ease-out 0.5s 0.5s;
  647. transition: all ease-out 0.5s 0.5s;
  648. }
  649.  
  650. .content div full {
  651. padding-left:10px;
  652. padding-top:10px;
  653. padding-bottom:5px;
  654. padding-right:10px;
  655. margin-top:0px;
  656. margin-bottom:0px;
  657. line-height: 12px;
  658. text-align:justify;
  659. display:block;
  660. }
  661.  
  662. #credit {
  663. font-size:10px;
  664. float:center;
  665. position:fixed;
  666. font-family:cambria;
  667. font-weight:bold;
  668. bottom:15px;
  669. right:15px;
  670. padding:10px;
  671. text-transform:uppercase;
  672. border:1px solid {color:border};
  673. background-color:{color:entries};
  674. color:{color:title};
  675. }
  676.  
  677. #credit a {
  678. color:{color:title};
  679. }
  680.  
  681. cred {
  682. padding-left: 1.2em;
  683. list-style: none;
  684. }
  685.  
  686. cred:before {
  687. color: {color:title};
  688. content: "\f105";
  689. font-family: FontAwesome;
  690. font-size:10px;
  691. display: inline-block;
  692. margin-left: -1.2em;
  693. width: 1.2em;
  694. }
  695.  
  696.  
  697. </style>
  698.  
  699. </head>
  700.  
  701. <body>
  702.  
  703. <div id="backbar">
  704.  
  705. <div id="sideph"><img src="{image:Sidebar}"></div>
  706.  
  707. <div id="quotething">
  708.  
  709.  
  710. <div style="overflow:auto; padding-right:5px; width: 180px; height: 60px; text-align: justify;">
  711. {text:quote}
  712. </div>
  713.  
  714. <div id="pagination">
  715. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  716. </div>
  717. </div>
  718.  
  719. <div id="navbar">
  720. <div id="navigation">
  721. <a href="/" title="index">i</a>
  722. <a href="/ask" title="inquire">ii</a><br>
  723. <a href="{text:link one url}" title="{text:link one hover}">iii</a>
  724. <a href="{text:link two url}" title="{text:link two hover}">iv</a><br>
  725. <a href="{text:link three url}" title="{text:link three hover}">v</a>
  726. <a href="{text:link four url}" title="{text:link four hover}">vi</a>
  727. </div>
  728. </div>
  729.  
  730. </div>
  731.  
  732. <div id="headerback">
  733.  
  734. <div id="headerdesc">
  735. {text:header title}
  736. </div>
  737.  
  738. <div id="tabbar">
  739.  
  740. <section class="tabs">
  741. <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked" />
  742. <label for="tab-1" class="tab-label-1">about</label>
  743.  
  744. <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2" />
  745. <label for="tab-2" class="tab-label-2">etcetera</label>
  746.  
  747. <div class="clear-shadow"></div>
  748.  
  749. <div class="content">
  750.  
  751. <div class="content-1">
  752.  
  753. <full>{description}</full>
  754.  
  755. </p>
  756.  
  757.  
  758. </div>
  759.  
  760. <div class="content-2">
  761.  
  762.  
  763. <full>{text:second tab}</full>
  764.  
  765. </div>
  766.  
  767. </section>
  768.  
  769. </div>
  770.  
  771. <div id="headerph"><img src="{image:header}"></div>
  772.  
  773. </div>
  774.  
  775. <div id="entries">
  776. {block:Posts}
  777. <div id="entrybg">
  778. <div id="entry">
  779.  
  780.  
  781. {block:Text}
  782. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  783. {Body}
  784. {/block:Text}
  785.  
  786. {block:Photo}
  787. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  788. {block:Caption}{Caption}{/block:Caption}
  789. {/block:Photo}
  790.  
  791. {block:Photoset}
  792. {Photoset-500}
  793. {block:Caption}{Caption}{/block:Caption}
  794. {/block:Photoset}
  795.  
  796. {block:Quote}
  797. <div id="posttitles">{Quote}</div>
  798. {block:Source}<br>—{Source}{/block:Source}
  799. {/block:Quote}
  800.  
  801. {block:Link}
  802. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  803. {block:Description}{Description}{/block:Description}
  804. {/block:Link}
  805.  
  806. {block:Chat}
  807. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  808. {block:Lines}
  809. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  810. {/block:Lines}
  811. {/block:Chat}
  812.  
  813. {block:Audio}{block:AudioPlayer}
  814. <div class="audiowrapper">
  815. {block:AlbumArt}
  816. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  817. {/block:AlbumArt}
  818.  
  819. <div class="playerbuttonbg">
  820. <div class="newplayerbutton">
  821. <div class="playerbuttonhug">
  822.  
  823. {AudioPlayerWhite}
  824.  
  825. </div>
  826. </div>
  827. </div>
  828.  
  829. <div class="trackdetails">
  830.  
  831. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  832. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  833. {block:Album}Album: {Album}{/block:Album}<br/>
  834. {PlayCountWithLabel}
  835.  
  836. </div>
  837. </div>
  838. {/block:AudioPlayer}
  839.  
  840. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  841.  
  842. {block:Video}
  843. {Video-500}
  844. {block:Caption}{Caption}{/block:Caption}
  845. {/block:Video}
  846.  
  847. {block:Answer}
  848. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  849. <br>{Answer}
  850. {/block:Answer}
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857. </div> <!-- /div entry ---><div id="permalink">
  858. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  859. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  860.  
  861. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  862.  
  863. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  864. </div> </div>
  865.  
  866. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  867.  
  868. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 21 by agleerph"><cred>agrph</cred></a></div>
  869.  
  870. </body>
  871.  
  872. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement