precioussammy

arrow:1

Dec 30th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.04 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <head>
  12.  
  13. <!--
  14. © sunshinesthemes.tumblr.com | Base Code 1
  15. edited and created by precioussammy.tumblr.com
  16. -->
  17.  
  18. <!-- defaults -->
  19.  
  20. <!-- images -->
  21.  
  22. <meta name="image:Background" content=""/>
  23.  
  24. <!-- colors -->
  25.  
  26. <meta name="color:Background" content="#ffffff" />
  27. <meta name="color:TopBarBackground" content="#000000" />
  28. <meta name="color:Body" content="#000000" />
  29. <meta name="color:Title" content="#000000" />
  30. <meta name="color:Description" content="#000000" />
  31. <meta name="color:Border" content="#eeeeee" />
  32. <meta name="color:Italic" content="#faacd7" />
  33. <meta name="color:Bold" content="#000000" />
  34.  
  35. <meta name="color:Tags" content="#000000" />
  36.  
  37. <meta name="color:Pagination" content="#000000" />
  38. <meta name="color:PaginationHover" content="#000000" />
  39.  
  40. <meta name="color:Links" content="#000000" />
  41. <meta name="color:LinksHover" content="#000000" />
  42.  
  43. <meta name="color:SBLinkText" content="#ffffff" />
  44. <meta name="color:SBLinkTextHover" content="#000000" />
  45. <meta name="color:SBLinkHover" content="#ffffff" />
  46.  
  47. <!-- links/text -->
  48. <meta name="text:Title2" content="title 2" />
  49. <meta name="text:Link1" content="/" />
  50. <meta name="text:Link1 Title" content="link" />
  51. <meta name="text:Link1 Hover" content="link" />
  52. <meta name="text:Link2" content="/" />
  53. <meta name="text:Link2 Title" content="link" />
  54. <meta name="text:Link2 hover" content="link" />
  55.  
  56. <!-- tooltips -->
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59. <script>
  60. (function($){
  61. $(document).ready(function(){
  62. $("a[title]").style_my_tooltips({
  63. tip_follows_cursor:true,
  64. tip_delay_time:90,
  65. tip_fade_speed:600,
  66. attribute:"title"
  67. });
  68. });
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73. <!--bubble tooltip from tutorial-baby! Enjoy-->
  74.  
  75. <style>
  76.  
  77. #s-m-t-tooltip{
  78. display: inline;
  79. position: relative;
  80. z-index:999;
  81. }
  82.  
  83. #s-m-t-tooltip {
  84. min-width:60px; /*the smallest the tooltip can be*/
  85. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  86. margin:15px 7px -2px -20px; /*distance from link, adjust triangle bottom value if you fiddle with this*/
  87. background: {color:TopBarBackground}; /*background color*/
  88. font-family:calibri; /*tooltip font*/
  89. font-size:10px; /*tooltip font size*/
  90. letter-spacing:2px; /*tooltip letter spacing*/
  91. text-transform:uppercase; /*makes the tooltip title uppercase*/
  92. color:{color:SBLinkText}; /*tooltip font color*/
  93. text-align: center;
  94. z-index:100;
  95.  
  96. }
  97.  
  98. #s-m-t-tooltip:after {
  99. position: absolute;
  100. display: block;
  101. content: "";
  102. border-color: transparent transparent {color:TopBarBackground} transparent ;
  103. border-style: solid;
  104. border-width: 7px; /*changes size of triangle*/
  105. height:0;
  106. width:0;
  107. position:absolute;
  108. bottom: 17px;
  109. left:10px;
  110. z-index:999;
  111. }
  112. </style>
  113.  
  114. <!-- fonts -->
  115.  
  116. <script type="text/javascript">
  117. WebFontConfig = {
  118. google: { families: [ 'Quicksand:400,700:latin', 'Paytone+One::latin', 'Comfortaa::latin' ] }
  119. };
  120. (function() {
  121. var wf = document.createElement('script');
  122. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  123. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  124. wf.type = 'text/javascript';
  125. wf.async = 'true';
  126. var s = document.getElementsByTagName('script')[0];
  127. s.parentNode.insertBefore(wf, s);
  128. })(); </script>
  129.  
  130. <style type="text/css">
  131.  
  132.  
  133.  
  134. /*
  135. function f() {
  136. Y.one("#main").setStyle("height",String(window.innerHeight-100)+"px");
  137. //Y.one("#main").setStyle("backgroundColor","#FFFFFF");
  138. };
  139.  
  140. window.onresize = f;
  141.  
  142. f();
  143. */
  144.  
  145. /* fonts (if you use them) */
  146.  
  147. <link href='http://fonts.googleapis.com/css?family=Monoton' rel='stylesheet' type='text/css'>
  148.  
  149. /* scroll bar */
  150.  
  151. ::-webkit-scrollbar-thumb {
  152. background:#ccc;
  153. border: 2px solid white;
  154. height:auto;
  155. }
  156.  
  157. ::-webkit-scrollbar {
  158. height:9px;
  159. width:9px;
  160. background:#ccc;
  161. border:4px solid white;
  162. }
  163.  
  164. ::selection {
  165. background:black;
  166. }
  167.  
  168. /* body/post defaults */
  169.  
  170. h1 {
  171. font-size: 7px;
  172. text-transform: uppercase;
  173. font-family: Century Gothic;
  174. letter-spacing: 1px;
  175. color:{color:Body};
  176. }
  177.  
  178. body {
  179. background:{color:Background};
  180. {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
  181. color:{color:Body};
  182. margin:0px;
  183. font-family:Calibri;
  184. font-style:none;
  185. font-size:9px;
  186. line-height:100%;
  187. cursor: url(http://i.imgur.com/ZOrzC.png), progress;
  188. }
  189.  
  190. a:link, a:active {
  191. text-decoration:none;
  192. color:{color:Links};
  193. }
  194.  
  195. a:visited {
  196. text-decoration:none;
  197. color:{color:Links};
  198. }
  199.  
  200. a:hover {
  201. text-decoration:none;
  202. color:{color:LinksHover};
  203. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
  204. -webkit-transition: all .8s linear;
  205. }
  206.  
  207. b, strong, .strong {
  208. color:{color:Bold};
  209. }
  210.  
  211. i, em, .em {
  212. color:{color:Italic};
  213. }
  214.  
  215. small{
  216. font-size:7px;
  217. }
  218.  
  219. big{
  220. font-size:12px;
  221. }
  222.  
  223. blockquote {
  224. padding-left:5px;
  225. border-left:2px solid {color:Body};
  226. }
  227.  
  228. img {
  229. border:none;
  230. }
  231.  
  232. /* tumblr controls */
  233.  
  234. iframe#tumblr_controls{
  235. white-space:nowrap;
  236. -webkit-filter: invert(100%);
  237. -moz-filter: invert(100%);
  238. -o-filter: invert(100%);
  239. -ms-filter: invert(100%);
  240. filter: invert(100%);
  241. opacity:.7;
  242. -webkit-transition: all .8s linear;
  243. }
  244.  
  245. /* posts */
  246.  
  247.  
  248. #container{
  249. position:absolute;
  250. width:600px;
  251. min-height:600px;
  252. margin-left:300px;
  253. }
  254.  
  255. .entry {
  256. float:left;
  257. display: block;
  258. margin:10px;
  259. overflow:hidden;
  260. width:400px;
  261. padding-right:10px;
  262. padding-left:10px;
  263. padding-bottom:10px;
  264. z-index:0;
  265. text-align:left;
  266. background:transparent;
  267. border:1px solid {color:Border};
  268. box-shadow:1px 1px 10px rgba(0,0,0,.9);
  269. -webkit-transition: all .7s ease;
  270. -moz-transition: all .7s ease;
  271. -o-transition: all .7s ease;
  272. transition: all .7s ease;
  273. {block:Permalink}
  274. width:400px;
  275. margin-left:20px;{/block:Permalink}
  276. }
  277.  
  278. .entry:hover{
  279. -webkit-transition: all .7s ease;
  280. -moz-transition: all .7s ease;
  281. -o-transition: all .7s ease;
  282. transition: all .7s ease;
  283. }
  284.  
  285. .posts {
  286. width:800px;
  287. margin-top:15px;
  288. z-index:99;
  289. margin-left:55px;
  290. background:transparent;
  291. margin-right:auto;
  292. position:relative;
  293. overflow-y: hidden;
  294. -webkit-animation: fadeInDown 2s;
  295. -moz-animation: fadeInDown 2s;
  296. -ms-animation: fadeInDown 2s;
  297.  
  298. }
  299. /* sidebar */
  300.  
  301. html, body { height: 100%; }
  302. #header {
  303. background-color: {color:TopBarBackground};
  304. height:6px;
  305. width:100%;
  306. position: fixed;
  307. padding-top:25px;
  308. z-index:100;
  309. }
  310.  
  311. #footerwrapper {
  312. height: 10%;
  313. }
  314.  
  315. #lol {
  316. background:{color:background};
  317. width:100%;
  318. height:50px;
  319. margin-top:0px;
  320. }
  321.  
  322. #title {
  323. width:100px;
  324. position:absolute;
  325. font-size:30px;
  326. letter-spacing:-2px;
  327. line-height:15px;
  328. margin-top:11px;
  329. margin-left:310px;
  330. margin-bottom:1px;
  331. font-family: 'Comfortaa', cursive;
  332. font-weight: bold;
  333. z-index:100;
  334. color:{color:Title};
  335. -webkit-transition: all 0.8s ease-out;
  336. -moz-transition: all 0.8s ease-out;
  337. transition: all 0.8s ease-out;
  338. }
  339.  
  340. #title2 {
  341. width:140px;
  342. position:absolute;
  343. font-size:15px;
  344. letter-spacing:-1px;
  345. line-height:15px;
  346. margin-top:7px;
  347. margin-left:400px;
  348. margin-bottom:1px;
  349. z-index:100;
  350. font-family: 'Quicksand', sans-serif;
  351. color:{color:Title};
  352. -webkit-transition: all 0.8s ease-out;
  353. -moz-transition: all 0.8s ease-out;
  354. transition: all 0.8s ease-out;
  355. }
  356.  
  357. /* links */
  358.  
  359. #links {
  360. position:fixed;
  361. text-align:center;
  362. width:400px;
  363. height:auto;
  364. margin-top:-10px;
  365. margin-left:185px;
  366. -webkit-transition: all .8s linear;
  367. }
  368.  
  369. #links a{
  370. font-size:12px;
  371. font-family: 'Quicksand', sans-serif;
  372. text-transform: uppercase;
  373. color:{color:SBLinkText};
  374. padding:5px;
  375. letter-spacing:-1px;
  376. margin-top:5px;
  377. -webkit-transition: all .8s linear;
  378. }
  379.  
  380. #links a:hover {
  381. background:{color:SBLinkHover};
  382. color:{color:SBLinkTextHover};
  383. text-decoration: underline;
  384. -webkit-transition: all .8s linear;
  385.  
  386. }
  387.  
  388. .arrow_box {
  389. position: relative;
  390. background:{color:TopBarBackground};
  391.  
  392. }
  393. .arrow_box:after, .arrow_box:before {
  394. top: 100%;
  395. left: 10%;
  396. border: solid transparent;
  397. content: " ";
  398. height: 0;
  399. width: 0;
  400. position: absolute;
  401. pointer-events: none;
  402. }
  403.  
  404. .arrow_box:after {
  405. border-color: rgba(136, 183, 213, 0);
  406. border-top-color: {color:TopBarBackground};
  407. border-width: 10px;
  408. margin-left: -10px;
  409. }
  410. .arrow_box:before {
  411. border-color: rgba(194, 225, 245, 0);
  412. border-top-color: {color:TopBarBackground};
  413. border-width: 16px;
  414. margin-left: -16px;
  415. }
  416.  
  417. /* description */
  418.  
  419. #description {
  420. font-size:8px;
  421. color:{color:Description};
  422. border-bottom:1px solid {color:Border};
  423. margin-top:5px;
  424. margin-left:525px;
  425. text-align:justify;
  426. width:300px;
  427. height:25px;
  428. font-family: 'Quicksand', sans-serif;
  429. overflow:hidden;
  430. padding:5px;
  431. z-index:100;
  432. }
  433.  
  434. #description a {
  435. color:{color:Description};
  436. }
  437.  
  438. #description:after, #description:before {
  439. top: 90%;
  440. left: 850px;
  441. border: solid transparent;
  442. content: " ";
  443. height: 0;
  444. width: 0;
  445. position: absolute;
  446. pointer-events: none;
  447. }
  448.  
  449. #description:after {
  450. border-color: rgba(136, 183, 213, 0);
  451. border-top-color: {color:TopBarBackground};
  452. border-width: 10px;
  453. margin-left: -10px;
  454. }
  455. #description:before {
  456. border-color: rgba(194, 225, 245, 0);
  457. border-top-color: {color:TopBarBackground};
  458. border-width: 16px;
  459. margin-left: -16px;
  460. }
  461.  
  462. /* pagi */
  463.  
  464. #pagination {
  465. width:50px;
  466. margin-top:-15px;
  467. margin-left:600px;
  468. text-align:center;
  469. position:absolute;
  470. padding:5px;
  471. font-size: 8px;
  472. font-family: Consolas;
  473. color:{color:Pagination};
  474. }
  475.  
  476. #pagination a {
  477. color:{color:Pagination};
  478. }
  479.  
  480. #pagination a:hover {
  481. color:{color:PaginationHover};
  482. }
  483.  
  484.  
  485. /* via & source */
  486.  
  487. #info {
  488. margin-bottom:5px;
  489. text-align:right;
  490. text-transform:uppercase;
  491. font-size:8px;
  492. font-style:none;
  493. border-bottom:1px solid {color:Border};
  494. }
  495.  
  496. /* tags */
  497.  
  498. #tags {
  499. width:490px;
  500. height:auto;
  501. color:{color:Tags};
  502. margin-top:5px;
  503. text-align:left;
  504. -webkit-transition: all .8s linear;
  505. }
  506.  
  507. #tags a {
  508. display:inline;
  509. text-transform:none;
  510. font-family:cambria;
  511. font-style:italic;
  512. color:{color:Tags};
  513. font-size:8px;
  514. letter-spacing:1px;
  515. line-height:120%;
  516. -webkit-transition: all .8s linear;
  517. }
  518.  
  519. /* asks */
  520.  
  521. #question {
  522. font-size:10px;
  523. display:block;
  524. height:auto;
  525. width:auto;
  526. padding:10px;
  527. background:{color:TopBarBackground};
  528. text-align:left;
  529. color:{color:SBLinkText};
  530. }
  531.  
  532. #question a{
  533. color:{color:SBLinkText};
  534. text-transform:none;
  535. font-style:none;
  536. }
  537.  
  538.  
  539. #answer {
  540. width:400px;
  541. margin-top:10px;
  542. text-transform:none;
  543. font-style:none;
  544. text-align:center;
  545. padding:1px;
  546. font-size:9px;
  547. height:auto;
  548. }
  549.  
  550. #answer a{
  551. text-align:left;
  552. }
  553.  
  554. /* audio player */
  555.  
  556. .cover {
  557. width:80px;
  558. height:80px;
  559. padding:5px;
  560. margin-top:0px;
  561. border:1px solid {color:Border};
  562. }
  563.  
  564. .playbox {
  565. background:white;
  566. position: absolute;
  567. z-index: 1000;
  568. margin-top: -65px;
  569. margin-left: 26px;
  570. border-radius:100%;
  571. opacity:.5;
  572. -webkit-transition: all .8s linear;
  573. }
  574.  
  575. .playbox:hover {
  576. opacity:1;
  577. -webkit-transition: all .8s linear;
  578. }
  579.  
  580. .playbutton {
  581. width: 20px;
  582. height: 30px;
  583. overflow: hidden;
  584. position: relative;
  585. z-index: 1000;
  586. margin: 5px 14px 3px 6px;
  587. }
  588.  
  589. .audioinfo {
  590. display:inline;
  591. float:right;
  592. width:auto;
  593. height:auto;
  594. text-align:center;
  595. padding:10px;
  596. font-size: 7px;
  597. text-transform: uppercase;
  598. font-family: Century Gothic;
  599. letter-spacing: 1px;
  600. border:1px solid {color:Border};
  601. }
  602.  
  603. /* quotes */
  604.  
  605. .quote{
  606. text-align:right;
  607. font-size: 7px;
  608. text-transform: uppercase;
  609. font-family: Century Gothic;
  610. letter-spacing: 1px;
  611. border:1px solid {color:Border};
  612. padding:5px;
  613. }
  614.  
  615.  
  616. /* credit */
  617.  
  618. #cred {
  619. position:fixed;
  620. right:-160px;
  621. bottom:10px;
  622. padding:5px;
  623. width:auto;
  624. height:auto;
  625. background:white;
  626. color:{color:Body};
  627. border: 1px solid {color:Border};
  628. -webkit-transition: all 1s linear;
  629. }
  630.  
  631. #cred a{
  632. text-align:center;
  633. color:{color:Body};
  634. font-style:bold;
  635. font-size: 6px;
  636. text-transform: uppercase;
  637. font-family: Century Gothic;
  638. letter-spacing: 1px;
  639. border-radius:2px;
  640. }
  641.  
  642. #cred img {
  643. height:auto;
  644. width:auto;
  645. position:fixed;
  646. bottom:10px;
  647. right:10px;
  648. -webkit-transition: all 1s linear;
  649. }
  650.  
  651. #cred:hover {
  652. right:30px;
  653. -webkit-transition: all 1s linear;
  654. }
  655.  
  656. </style>
  657.  
  658. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  659. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  660. </script>
  661. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  662. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  663. <script type="text/javascript">
  664.  
  665. $(window).load(function () {
  666. $('.posts').masonry(),
  667. $('.masonryWrap').infinitescroll({
  668. navSelector : "div#navigation",
  669. // selector for the paged navigation (it will be hidden)
  670. nextSelector : "div#navigation a#nextPage",
  671. // selector for the NEXT link (to page 2)
  672. itemSelector : ".entry",
  673. // selector for all items you'll retrieve
  674. bufferPx : 10000,
  675. extraScrollPx: 11000,
  676. loadingImg : "",
  677. loadingText : "<em></em>",
  678. },
  679. // call masonry as a callback.
  680. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  681. );
  682. });
  683. </script>
  684. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  685.  
  686.  
  687.  
  688. <div id="footerwrapper">
  689. <div id="header">
  690. <div id="links">
  691. <a href="/" title="home">home</a>
  692. <a href="/ask" title="ask">mail</a>
  693. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Hover}">{text:Link1 Title}</a>{/block:ifLink1}
  694. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Hover}">{text:Link2 Title}</a>{/block:ifLink2}
  695. </div>
  696.  
  697. <div id="pagination">
  698. {block:PreviousPage}
  699. <a href="{PreviousPage}">back</a>
  700. {/block:PreviousPage}
  701.  
  702. {block:JumpPagination length="5"}
  703. {block:CurrentPage}
  704. <span class="current_page">{PageNumber}</span>
  705. {/block:CurrentPage}
  706.  
  707. {block:JumpPage}
  708. <a class="jump_page" href="{URL}">{PageNumber}</a>
  709. {/block:JumpPage}
  710. {/block:JumpPagination}
  711.  
  712. {block:NextPage}
  713. <a href="{NextPage}">next</a>
  714. {/block:NextPage}
  715. </div>
  716. {/block:Pagination}
  717. <div id="lol">
  718. <div id="title">{Title}</div>
  719. <div id="title2">{text:title2}</div>
  720. <div id="description">{Description}</div>
  721. </div>
  722. </div>
  723. </div>
  724.  
  725.  
  726.  
  727.  
  728.  
  729. <!-- POSTS -->
  730.  
  731. <div id="container">
  732.  
  733. <div class="posts">
  734.  
  735. {block:Posts}
  736.  
  737. <div class="entry">
  738.  
  739. <div class="content">
  740.  
  741. <!-- Date -->
  742. <div id="info">
  743. {block:Date}<p>
  744. <a href="{Permalink}">
  745. {TimeAgo}</a>
  746. {block:NoteCount}
  747. / {NoteCountWithLabel}
  748. {/block:NoteCount}
  749.  
  750.  
  751. <!-- Reblogged from -->
  752. {block:RebloggedFrom}
  753. <a href="{ReblogParentURL}">
  754. / via</a>{/block:RebloggedFrom}
  755. {block:ContentSource}
  756. <a href="{SourceURL}"
  757. target=blank>/ source</a>
  758. {/block:ContentSource}
  759. </div>
  760. {/block:Date}
  761.  
  762.  
  763. <!-- Text -->
  764. {block:Text}
  765. {block:Title}
  766. <a href="{Permalink}">
  767. <h1>{Title}</h1></a>
  768. {/block:Title}
  769. <h2>{Body}</h2>
  770. {/block:Text}
  771.  
  772.  
  773. <!-- Photo -->
  774. {block:Photo}
  775. {block:IndexPage}
  776. <img src="{PhotoURL-400}"
  777. </a>{/block:IndexPage}
  778. {block:PermalinkPage}
  779. <a href="{permalink}">
  780. <img src="{PhotoURL-400}"
  781. width="400"/></a>{/block:PermalinkPage}
  782. {/block:Photo}
  783.  
  784.  
  785. <!-- Photoset -->
  786. {block:Photoset}
  787. {block:IndexPage}
  788. {Photoset-400}
  789. {/block:IndexPage}
  790. {block:PermalinkPage}
  791. {Photoset-400}
  792. {/block:PermalinkPage}
  793. {/block:Photoset}
  794.  
  795.  
  796. <!-- Quote -->
  797. {block:Quote}
  798. <div id="quote">
  799. " {Quote} "
  800. {block:Source}
  801. <div class="source">-{Source}
  802. </div>{/block:Source}</div>
  803. {/block:Quote}
  804.  
  805. <!-- Link -->
  806. {block:Link}
  807. <center>
  808. <a href="{URL}"
  809. id="linkpost"
  810. target="_blank">
  811. <h1>{Name} &raquo; <h1></a>
  812. </center>
  813. {block:Description}
  814. <h2>{Description}</h2>
  815. {/block:Description}
  816. {/block:Link}
  817.  
  818. <!-- Chat -->
  819. {block:Chat}
  820. <div id="chat">
  821. <ul>
  822. {block:Lines}
  823. <li class="{Alt}">
  824. {block:Label}<b>{Label}</b>{/block:Label}
  825. {Line}
  826. </li>
  827. {/block:Lines}
  828. </ul>
  829. </div>
  830. {/block:Chat}
  831.  
  832. <!-- Audio -->
  833. {block:Audio}
  834. {AudioPlayerWhite}
  835. <br>{block:Artist}
  836. Artist: {Artist}
  837. {/block:Artist}
  838. <br>{block:Title}
  839. Artist: {Title}
  840. {/block:Title}
  841. <br>{block:Album}
  842. Artist: {Album}
  843. {/block:Album}<br>
  844. {/block:Audio}
  845.  
  846.  
  847. <!-- Video -->
  848. {block:Video}
  849. {block:IndexPage}
  850. {Video-400}
  851. {/block:IndexPage}
  852. {block:PermalinkPage}
  853. {Video-400}
  854. {/block:PermalinkPage}
  855. {/block:Video}
  856.  
  857.  
  858. <!-- Ask -->
  859. {block:Answer}
  860. <div class="arrow_box"><div id="question"><b>{Asker}:</b> {Question}</div></div>
  861. <div id="answer">{Answer}</div>
  862. {/block:Answer}
  863.  
  864. <!-- Tags -->
  865. <br>{block:HasTags}
  866. {block:Tags}&nbsp;#
  867. <a href="{TagURL}">
  868. {Tag}</a>,&nbsp;
  869. {/block:Tags}
  870. {/block:HasTags}
  871.  
  872. <!-- Permalink page -->
  873. {block:PermalinkPage}
  874. {block:PostNotes}
  875. {PostNotes}
  876. {/block:PostNotes}
  877. {/block:PermalinkPage}
  878.  
  879. <!-- Other -->
  880. {block:ContentSource}
  881. <!-- {SourceURL}
  882. {block:SourceLogo}
  883. <img src="{BlackLogoURL}"
  884. width="{LogoWidth}"
  885. height="{LogoHeight}"
  886. alt="{SourceTitle}" />
  887. {/block:SourceLogo}
  888. {block:NoSourceLogo}
  889. {SourceLink}
  890. {/block:NoSourceLogo} -->
  891. {/block:ContentSource}
  892.  
  893. </div></div>
  894.  
  895. {/block:Posts}
  896.  
  897. <!-- END POSTS -->
  898.  
  899. </div></div>
  900.  
  901. <!-- END CONTAINER -->
  902.  
  903.  
  904. <div id="cred"><a href="http://precioussammy.tumblr.com/"><img src="http://static.tumblr.com/d3afqhp/CYZnbyomn/tumblr_lm6ow3rkt81qfoi4t.gif">precioussammy</a></div>
  905.  
  906.  
  907. </body>
  908. </html>
Advertisement
Add Comment
Please, Sign In to add comment