Advertisement
dohdoro

Eldoraro version 2

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