Advertisement
dohdoro

Eldoraro version 1

Apr 23rd, 2014
2,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.18 KB | None | 0 0
  1. \<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- EL DORADO THEME BY DOHDORO ----//*********
  5.  
  6. ***DO NOT REMOVE THE CREDIT PLEASE.
  7. ***DO NOT COMBINE MY CODES WITH SOMEONE ELSES
  8. ***DO NOT REDISTRIBUTE AND CLAIM AS YOURS
  9. ***DO NOT USE AS BASE --->
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15.  
  16. <link rel="shortcut icon" href="{favicon}" />
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#888"/>
  20. <meta name="color:Bold" content="#000000"/>
  21. <meta name="color:Italic" content="#000000"/>
  22. <meta name="color:Underline" content="#888888"/>
  23. <meta name="color:links" content="#888888"/>
  24. <meta name="color:links hover" content="#000000"/>
  25. <meta name="color:h1 bg" content="#fff"/>
  26. <meta name="color:h1" content="#888"/>
  27. <meta name="color:h1 border" content="#eeeeeee"/>
  28. <meta name="color:caption bg" content="#fafafa"/>
  29. <meta name="color:caption" content="#888888"/>
  30. <meta name="color:top bar bg" content="#ffffff"/>
  31. <meta name="color:Description" content="#888888"/>
  32. <meta name="color:Description Border" content="#eeeeee"/>
  33. <meta name="color:Top Icon Border" content="#fafafa"/>
  34. <meta name="color:Title" content="#101010"/>
  35. <meta name="color:Navigation Bg" content="#101010"/>
  36. <meta name="color:Navigation" content="#ffffff"/>
  37. <meta name="color:Posts Bg" content="#ffffff"/>
  38. <meta name="color:Posts Border" content="#eeeeee"/>
  39. <meta name="color:Posts Text" content="#888888"/>
  40. <meta name="color:Post Info Bg" content="#ffffff"/>
  41. <meta name="color:Post Info Border" content="#eeeeee"/>
  42. <meta name="color:Post Info" content="#888888"/>
  43. <meta name="color:Post Info Icon Bg" content="#ffffff"/>
  44. <meta name="color:Asker Bg" content="#101010"/>
  45. <meta name="color:Asker" content="#ffffff"/>
  46. <meta name="color:Question Bg" content="#ffffff"/>
  47. <meta name="color:Question" content="#888888"/>
  48. <meta name="color:Question Border" content="#eeeeee"/>
  49. <meta name="color:Reply Bg" content="#ffffff"/>
  50. <meta name="color:Reply" content="#888888"/>
  51. <meta name="color:Album Border" content="#fafafa"/>
  52. <meta name="color:Audio Bg" content="#ffffff"/>
  53. <meta name="color:Audio Border" content="#eeeeee"/>
  54. <meta name="color:Audio Info Bg" content="#fffffff"/>
  55. <meta name="color:Audio Info" content="#888888"/>
  56. <meta name="color:Audio Info Border" content="#eeeeee"/>
  57. <meta name="color:Permalink bg" content="#ffffff"/>
  58. <meta name="color:Permalink" content="#888888"/>
  59. <meta name="color:Permalink Date" content="#101010"/>
  60. <meta name="color:Permalink Border" content="#eeeeee"/>
  61. <meta name="color:Pagination Bg" content="#101010"/>
  62. <meta name="color:Pagination" content="#ffffff"/>
  63. <meta name="color:Pagination Bold" content="#00FFFF"/>
  64. <meta name="color:scrollbar bg" content="#ffffff"/>
  65. <meta name="color:scrollbar" content="#000000"/>
  66.  
  67. <meta name="image:Background" content="http://static.tumblr.com/bj5zkci/u8fn4h1eh/20.jpg"/>
  68. <meta name="image:top image" content="http://static.tumblr.com/197ea0a83566fd3b38895bf5672142ea/bj5zkci/Wjen4gpud/tumblr_static_5rfsutaaaakg4wgkw40o0ko0.jpg"/>
  69.  
  70. <meta name="if:Show Captions" content="0"/>
  71. <meta name="text:Link One URL" content="/"/>
  72. <meta name="text:Link One" content="link one"/>
  73. <meta name="text:Link Two URL" content="/"/>
  74. <meta name="text:Link Two" content="link two"/>
  75. <meta name="text:Link Three URL" content="/"/>
  76. <meta name="text:Link Three" content="link three"/>
  77.  
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82. #tumblr_controls {position: fixed !important;}
  83. #tumblr_controls {-webkit-filter: invert(100%);}
  84. #tumblr_controls {opacity: 0.5; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  85. #tumblr_controls:hover {opacity: 1; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  86.  
  87.  
  88. ::-webkit-scrollbar {
  89. width: 8px;
  90. height:3px;
  91. background:{color:scrollbar bg};
  92.  
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {
  96. height: 20px;
  97. background-color:{color:scrollbar};
  98.  
  99. }
  100.  
  101. /* Body */
  102.  
  103. body {
  104. font-family:consolas;
  105. font-size:10px;
  106. letter-spacing:1px;
  107. color:{color:Text};
  108. background:{color:Background};
  109. background-image:url('{image:Background}');
  110. background-repeat:repeat;
  111. background-attachment:fixed;
  112.  
  113. }
  114.  
  115. a {
  116. color:{color:Links};
  117. text-decoration:none;
  118.  
  119. }
  120.  
  121. a:hover {
  122. color:{color:Links Hover};
  123.  
  124. }
  125.  
  126. b, strong {
  127. color:{color:Bold};
  128.  
  129. }
  130.  
  131. i, em {
  132. color:{color:Italic};
  133.  
  134. }
  135.  
  136. u {
  137. color:{color:Underline};
  138.  
  139. }
  140.  
  141. h1 {
  142. font-family:helvetica;
  143. font-size:13px;
  144. text-transform:uppercase;
  145. text-align:center;
  146. background:{color:h1 bg};
  147. color:{color:h1};
  148. padding:15px;
  149. border:1px solid {color:h1 border};
  150.  
  151. }
  152.  
  153. h1 a {
  154. color:{color:Links};
  155. text-decoration:none;
  156.  
  157. }
  158.  
  159. pre {
  160. background:{color:caption bg};
  161. color:{color:caption};
  162. padding:5px;
  163. width:230px;
  164. margin-left:-35px;
  165. word-wrap:break-word;
  166.  
  167. }
  168.  
  169. #quotes {
  170. margin-top:10px;
  171. font-family:helvetica;
  172. font-size:10px;
  173. background:{color:caption bg}
  174. color:{color:caption};
  175. padding:10px;
  176. text-align:center;
  177. letter-spacing:-1px;
  178. text-transform:none;
  179.  
  180. }
  181.  
  182. /* top bar */
  183.  
  184. #eldorado {
  185. position:fixed;
  186. background:{color:top bar bg};
  187. z-index:9999;
  188. padding:20px;
  189. height:106px;
  190. width:300%;
  191. border-bottom:10px solid {color:Navigation Bg};
  192. top:0px;
  193. left:-10px;
  194. }
  195.  
  196. #alltop {
  197. position:fixed;
  198. z-index:9999;
  199. left:auto;
  200. right:auto;
  201. top:40px;
  202. }
  203.  
  204. .exoplanet {
  205. overflow:auto;
  206. position:absolute;
  207. width:200px;
  208. height:70px;
  209. margin-left:280px;
  210. margin-top:-25px;
  211. text-align:center;
  212. font-family:calibri;
  213. color:{color:Description};
  214. padding:5px;
  215. padding-right:15px;
  216. border-right:1px solid {color:Description Border};
  217.  
  218. }
  219.  
  220. .photos img {
  221. position:absolute;
  222. width:80px;
  223. height:80px;
  224. border-radius:100%;
  225. border:8px solid {color:Top Icon Border};
  226. margin-top:-30px;
  227. margin-left:130px;
  228.  
  229. }
  230.  
  231. .weareone {
  232. position:fixed;
  233. z-index:9999;
  234. margin-top:0px;
  235. color:{color:Title};
  236. font-family:feastofflesh;
  237. font-size:50px;
  238. margin-left:550px;
  239. margin-top:-15px;
  240.  
  241. }
  242.  
  243. .menus {
  244. margin-top:75px;
  245. margin-left:0px;
  246. background:{color:Navigation Bg};
  247. width:975px;
  248. padding:10px;
  249. color:{color:Navigation};
  250. font-family:helvetica;
  251. font-size:9px;
  252. text-align:center;
  253. text-transform:uppercase;
  254. text-align:center;
  255. -webkit-border-top-left-radius: 50px;
  256. -webkit-border-top-right-radius: 50px;
  257. -moz-border-radius-topleft: 50px;
  258. -moz-border-radius-topright: 50px;
  259. border-top-left-radius: 50px;
  260. border-top-right-radius: 50px;
  261.  
  262. }
  263.  
  264. .menus a {
  265. color:{color:Navigation};
  266. padding:20px;
  267.  
  268. }
  269.  
  270. .slides a::before,
  271. .slides a::after {
  272. display: inline-block;
  273. opacity: 0;
  274. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  275. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  276. transition: transform 0.3s, opacity 0.2s;
  277.  
  278. }
  279.  
  280. .slides a::before {
  281. margin-right: 10px;
  282. content: '[';
  283. -webkit-transform: translateX(20px);
  284. -moz-transform: translateX(20px);
  285. transform: translateX(20px);
  286.  
  287. }
  288.  
  289. .slides a::after {
  290. margin-left: 10px;
  291. content: ']';
  292. -webkit-transform: translateX(-20px);
  293. -moz-transform: translateX(-20px);
  294. transform: translateX(-20px);
  295.  
  296. }
  297.  
  298. .slides a:hover::before,
  299. .slides a:hover::after,
  300. .slides a:focus::before,
  301. .slides a:focus::after {
  302. opacity: 1;
  303. -webkit-transform: translateX(0px);
  304. -moz-transform: translateX(0px);
  305. transform: translateX(0px);
  306.  
  307. }
  308.  
  309. @font-face {font-family:feastofflesh; src: url(http://static.tumblr.com/bj5zkci/hhzn4gr7n/feasfbi_.ttf) format("truetype"); }
  310.  
  311. /* Posts */
  312.  
  313. #wrap {
  314. top:130px;
  315. margin:auto;
  316. background:{color:Posts Bg};
  317. width:990px;
  318. padding-bottom:60px;
  319. {block:PermalinkPage}
  320. height:auto;
  321. padding-bottom:100px;
  322. border-bottom:10px solid {color:Navigation Bg};
  323. {/block:PermalinkPage}
  324.  
  325. }
  326.  
  327. .entries {
  328. float:left;
  329. position:relative;
  330. padding:20px;
  331. margin-left:25px;
  332. margin-top:25px;
  333. border:3px double {color:Posts Border};
  334. background:{color:Posts Bg};
  335. color:{color:Posts Text};
  336. font-family:helvetica;
  337. font-size:10px;
  338. width:250px;
  339. {block:PermalinkPage}
  340. margin-left:250px;
  341. margin-top:50px;
  342. width:400px;
  343. padding-bottom:50px;
  344. {/block:PermalinkPage}
  345.  
  346. }
  347.  
  348. .entries a {
  349. color:{color:links};
  350.  
  351. }
  352.  
  353. .entries img{
  354. max-width:100%;
  355. display:block;
  356.  
  357. }
  358.  
  359. #caption {
  360. margin-top:-3px;
  361. color:{color:caption};
  362. background:{color:caption bg};
  363. padding:5px;
  364. word-wrap:break-word;
  365. white-space:normal;
  366. font-size:11px;
  367. font-family:calibri;
  368.  
  369. }
  370.  
  371. /* Post Info */
  372.  
  373. #information {
  374. position:relative;
  375. text-align:center;
  376. text-transform:uppercase;
  377. display:inline-block;
  378. background:{color:Post Info Bg};
  379. margin-top:0px;
  380. border:1px solid {color:Post Info Border};
  381. width:238px;
  382. height:7px;
  383. padding:5px;
  384. font-size:9px;
  385. font-family:calibri;
  386.  
  387. }
  388.  
  389. .retag {
  390. position:relative;
  391. margin-left:30px;
  392. margin-top:-2px;
  393. text-align:left;
  394. text-transform:uppercase;
  395. color:{color:Post Info};
  396. font-size:9px;
  397. font-family:calibri;
  398.  
  399. }
  400.  
  401. .retag img {
  402. position:absolute;
  403. display:inline-block;
  404. background:{color:Post Info Icon Bg};
  405. margin-top:-2px;
  406. margin-left:-50px;
  407. border-right:1px solid {color:Post Info Border};
  408. }
  409.  
  410. .retag a {
  411. color:{color:Post Info};
  412. margin-left:20px;
  413. }
  414.  
  415.  
  416. .retag a:hover {
  417. font-style:italic;
  418.  
  419. }
  420.  
  421. /* Asks */
  422.  
  423. #askey {
  424. display:inline-block;
  425. margin:auto;
  426. background:{color:Asker Bg};
  427. color:{color:Asker};
  428. padding:5px;
  429. border-radius:5px;
  430. float:left;
  431. margin-right:5px;
  432. text-transform:uppercase;
  433.  
  434. }
  435.  
  436. #askey a {
  437. color:{color:Asker};
  438.  
  439. }
  440.  
  441. .ques {
  442. text-align:left;
  443. border:1px solid {color:Question Border};
  444. background:{color:Question Bg};
  445. color:{color:Question};
  446. margin-top:10px;
  447. padding:10px;
  448. line-height:10px;
  449. font-family:calibri;
  450. font-size:10px;
  451.  
  452. }
  453.  
  454. .ques a {
  455. color:{color:Question};
  456.  
  457. }
  458.  
  459. .reply{
  460. Color:{color:Reply};
  461. background:{color:Reply Bg};
  462. text-align:center;
  463. padding:10px;
  464. font-size:10px;
  465. font-family:calibri;
  466.  
  467. }
  468.  
  469. /* Music */
  470.  
  471. #audio {
  472. position:relative;
  473. display:inline-block;
  474. width:100%;
  475. margin-left:0px;
  476. margin-top:10px;
  477.  
  478. }
  479.  
  480. #audio img {
  481. width:100px;
  482. border:5px solid {color:Album Border};
  483. border-radius:10px;
  484. }
  485.  
  486. .beats {
  487. overflow:hidden;
  488. position:absolute;
  489. width:120px;
  490. margin-left:125px;
  491. margin-top:-105px;
  492. background:{color:Audio Bg};
  493. border:1px solid {color:Audio Border};
  494.  
  495. }
  496.  
  497. .muzik {
  498. position:absolute;
  499. background:{color:Audio Info Bg};
  500. color:{color:Audio Info};
  501. width:100px;
  502. margin-top:-70px;
  503. margin-left:125px;
  504. border:1px solid {color:Audio Info Border};
  505. padding:10px;
  506. font-family:calibri;
  507. font-size:10px;
  508. line-height:10px;
  509. letter-spacing:1px;
  510.  
  511. }
  512.  
  513. /* Perma */
  514.  
  515. #permy {
  516. position:absolute;
  517. margin-left:-273px;
  518. margin-top:163px;
  519. padding:20px;
  520. color:{color:Permalink};
  521. background:{color:Permalink bg};
  522. border-bottom:1px solid {color:Permalink Border};
  523. border-top:1px solid {color:Permalink Border};
  524. font-size:9px;
  525. font-family:calibri;
  526. text-transform:uppercase;
  527. text-align:center;
  528. width:949px;
  529. height:auto;
  530. word-wrap:break-word;
  531.  
  532. }
  533.  
  534. #permy a {
  535. display:inline-block;
  536. color:{color:Permalink};
  537.  
  538. }
  539.  
  540. .dateytimy {
  541. font-size:25px;
  542. font-family:helvetica;
  543. letter-spacing:-2px;
  544. color:{color:Permalink Date};
  545. text-transform:lowercase;
  546.  
  547. }
  548.  
  549. .notecounts {
  550. position:absolute;
  551. overflow:auto;
  552. text-align:center;
  553. margin-top:21px;
  554. margin-left:-20px;
  555. font-family:helvetica;
  556. font-size:10px;
  557. text-align:left;
  558. background:{color:Permalink bg};
  559. color:{color:Permalink};
  560. text-transform:uppercase;
  561. padding:20px;
  562. width:949px;
  563.  
  564. }
  565.  
  566. .notecounts a {
  567. color:{color:Permalink};
  568.  
  569. }
  570.  
  571. .notecounts img {
  572. display:inline-block;
  573. border:5px solid {color:Permalink Border};
  574.  
  575. }
  576.  
  577. ol.notes {
  578. list-style-type:none;
  579. text-align:center;
  580.  
  581. }
  582.  
  583. /* Pagination */
  584.  
  585. .pagination {
  586. z-index:9999;
  587. position:fixed;
  588. bottom:0px;
  589. margin-left:0px;
  590. width:980px;
  591. background:{color:Pagination Bg};
  592. padding:5px;
  593. text-align:center;
  594.  
  595. }
  596.  
  597. .pagetopage {
  598. display:inline-block;
  599. padding: 4px 8px;
  600. color:{color:Pagination};
  601. font-family:century gothic;
  602. font-size:11px;
  603. text-decoration:none;
  604.  
  605. }
  606.  
  607. .currentpage, .pagetopage:hover {
  608. padding: 4px 8px;
  609. color:{color:Pagination Bold};
  610. font-family:century gothic;
  611. font-size:10px;
  612. text-decoration:underline;
  613.  
  614. }
  615.  
  616. /* Hover text */
  617.  
  618. #s-m-t-tooltip {
  619. z-index:999999;
  620. max-width:300px;
  621. margin-top:25px;
  622. margin-left:15px;
  623. padding-left:5px;
  624. padding-right:5px;
  625. padding-top:1px;
  626. padding-bottom:1px;
  627. background-color:#000;
  628. border:1px solid #fff;
  629. color:#fff;
  630. font-family:consolas;
  631. font-size:10px;
  632. letter-spacing:1px;
  633. text-transform:uppercase;
  634. line-height:13px;
  635.  
  636. }
  637.  
  638. /* theme credit */
  639.  
  640. #thmcredit a {
  641. position:fixed;
  642. z-index:99999;
  643. bottom:0px;
  644. right:0px;
  645. background:#101010;
  646. font-weight:bold;
  647. font-size:10px;
  648. padding:5px;
  649. border-radius:10%;
  650. color:#fff;
  651. font-family:helvetica;
  652.  
  653. }
  654.  
  655.  
  656. </style>
  657.  
  658. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  659. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  660.  
  661. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  662.  
  663. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  664.  
  665.  
  666. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  667.  
  668. <script>
  669. $(function(){
  670. var $container = $('#wrap');
  671. $container.imagesLoaded(function(){
  672. $container.masonry({
  673. itemSelector: '.entries',
  674. });
  675. });
  676. $container.infinitescroll({
  677. itemSelector : ".entries",
  678. navSelector : "div.pagination",
  679. nextSelector : ".pagination a#next",
  680. loadingImg : "",
  681. loadingText : "<em></em>",
  682. bufferPx : 10000,
  683. extraScrollPx: 12000,
  684. },
  685. // trigger Masonry as a callback
  686. function( newElements ) {
  687. var $newElems = $( newElements ).css({ opacity: 0 });
  688. // ensure that images load before adding to masonry layout
  689. $newElems.imagesLoaded(function(){
  690. $newElems.animate({ opacity: 1 });
  691. $container.masonry( 'appended', $newElems, true );
  692. });
  693. }
  694. );
  695. });
  696. </script>
  697.  
  698. </head>
  699. <body>
  700.  
  701. <!-- top bar -->
  702.  
  703. <div id="eldorado">
  704. </div>
  705. <div id="wrap">
  706. <div id="alltop">
  707. <div class="photos"><img src="{image:top image}"></div>
  708. <div class="exoplanet">{description}</div>
  709. <div class="weareone">{title}</div>
  710.  
  711. <div class="menus">
  712. <div class="slides">
  713. <a href="/">HOME</a> |
  714. <a href="/ask">MESSAGE</a> |
  715. <a href="/archive">HISTORY</a> |
  716. {block:ifLinkOneURL}
  717. <a href="{text:Link One URl}">{text:Link One}</a> |
  718. {/block:ifLinkOneURL}
  719.  
  720. {block:ifLinkTwoURL}
  721. <a href="{text:Link Two URl}">{text:Link Two}</a> |
  722. {/block:ifLinkTwoURL}
  723.  
  724. {block:ifLinkThreeURL}
  725. <a href="{text:Link Three URl}">{text:Link Three}</a>
  726. {/block:ifLinkThreeURL}
  727. </div>
  728. </div>
  729. </div>
  730. <!-- Pagination -->
  731.  
  732. <div class="pagination">
  733. {block:Pagination}
  734. {block:PreviousPage}<a href="{PreviousPage}" class="pagetopage">&laquo;</a>{/block:PreviousPage}
  735. {block:JumpPagination length="5"}
  736. {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}
  737. {block:JumpPage}<a class="pagetopage" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  738. {block:NextPage}<a href="{NextPage}" class="pagetopage">&raquo;</a>{/block:NextPage}
  739. {/block:Pagination}
  740. </div>
  741.  
  742. <!-- Posts -->
  743.  
  744. {block:posts}
  745.  
  746. <div class="entries">
  747. {block:ContentSource}
  748. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  749. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  750. {/block:SourceLogo}
  751. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  752. {/block:ContentSource}
  753.  
  754. <!-- Post info -->
  755.  
  756. {block:IndexPage}
  757. <div id="information">
  758.  
  759. <div class="retag">
  760. <a href="{ReblogURL}" title="reblog"><img src="http://static.tumblr.com/bj5zkci/SbGn4gupi/undo.png"></a>
  761.  
  762.  
  763. {block:HasTags}
  764. <a href="{TagURL}" title="{block:Tags}#{Tag}{/block:Tags}"><img src="http://static.tumblr.com/bj5zkci/lWln4gw47/edit.png"></a>
  765. {/block:HasTags}
  766.  
  767. {block:NoteCount}
  768. <a href="{Permalink}" title="{NoteCount}">{NoteCount} notes</a>{/block:NoteCount}
  769.  
  770. </div>
  771. </div>{/block:IndexPage}
  772.  
  773. <!-- the body -->
  774.  
  775. {block:text}{block:title}<h1>{title}</h1>{/block:title}{body}{/block:text}
  776.  
  777. {block:photo}
  778. {block:IndexPage}
  779. <img src="{PhotoURL-250}"/>
  780. {block:ifShowCaptions}
  781. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  782. {/block:ifShowCaptions}{/block:IndexPage}
  783. {block:PermalinkPage}
  784. <img src="{PhotoURL-400}"/>
  785. {block:Caption}
  786. <div id="caption">{Caption}</div>
  787. {/block:Caption}
  788. {/block:PermalinkPage}
  789. {/block:photo}
  790.  
  791.  
  792. {block:Photoset}
  793. {block:IndexPage}
  794. {Photoset-250}
  795. {block:ifShowCaptions}
  796. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  797. {/block:ifShowCaptions}
  798. {/block:IndexPage}
  799. {block:PermalinkPage}
  800. {Photoset-400}
  801. {block:Caption}
  802. <div id="caption">{Caption}</div>
  803. {/block:Caption}
  804. {/block:PermalinkPage}
  805. {/block:Photoset}
  806.  
  807. {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right"></div>{/block:Source}{/block:Quote}
  808.  
  809. {block:Link}
  810. <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
  811. {block:Description}{Description}{/block:Description} {/block:Link}
  812.  
  813. <!-- Music and Video -->
  814.  
  815. {block:Audio}
  816. <div id="audio">
  817. {block:AlbumArt}
  818. <img src="{AlbumArtURL}">
  819. {/block:AlbumArt}</div>
  820. <div class="beats">{AudioPlayerWhite}</div>
  821.  
  822. <div class="muzik">{block:Artist}<b>ARTIST: </b>{Artist}{/block:Artist}<br>
  823. {block:TrackName}<B>TRACK: </B>{TrackName}{/block:TrackName}<br>
  824. {block:Album}<B>ALBUM: </B>{Album}{/block:Album}<br></div><br><br>
  825. {block:caption}<div id="caption">{caption}</div>{/block:caption}
  826. {/block:Audio}
  827.  
  828. {block:Video}
  829. {block:if250px}{Video-250}{/block:if250px}
  830. {block:if400px}{Video-400}{/block:if400px}
  831. {block:if500px}{Video-500}{/block:if500px}
  832. {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Video}
  833.  
  834.  
  835. <!-- chat -->
  836.  
  837. {block:Chat}
  838. {block:Title}{Title}<br />{/block:Title}
  839. {block:Lines}
  840. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  841. {/block:Lines}
  842. {/block:Chat}
  843.  
  844. <!-- Asks -->
  845.  
  846. {block:Answer}
  847. <div class="ques"><div id="askey">{Asker}</div> {Question}</div>
  848. <div class="reply">{Answer}</div>
  849. {/block:Answer}
  850.  
  851. <!-- Permalink -->
  852.  
  853. {block:PermalinkPage}
  854.  
  855. <div id="permy">
  856. {block:Date}
  857. <div class="dateytimy">{DayOfMonth}{DayOfMonthSuffix} of {Month} {Year}</div>{/block:Date} <BR>
  858. {block:NoteCount}
  859. <a href="{Permalink}" title="{NoteCount}">{NoteCount}<b> notes</b></a>{/block:NoteCount} -
  860. <a href="{ReblogURL}" title="reblog">reblog</a><BR>
  861. {block:HasTags}
  862. <a href="{TagURL}"><b>TAGS:</b> {block:Tags}#{Tag}{/block:Tags}</a><br>
  863. {/block:HasTags}
  864. {block:RebloggedFrom}
  865. <a href="{ReblogParentURL}"><b>VIA:</b> {ReblogParentName}</a>
  866. <a href="{ReblogRootURL}"><b>SOURCE:</b> {ReblogRootName}</a>
  867. {/block:RebloggedFrom}{/block:PermalinkPage}
  868.  
  869. {block:PostNotes}
  870. <div class="notecounts">{PostNotes}</div>
  871. {/block:PostNotes}
  872. </div>
  873. {/block:posts}
  874.  
  875. </div>
  876. </body>
  877.  
  878. <!-- theme credit - DO NOT REMOVE - -->
  879.  
  880. <div id="thmcredit"><a href="http://dohdoro.tumblr.com" title="theme by dohdoro">DTHM.</a></div>
  881. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement