dohdoro

bobby

Mar 24th, 2015
3,033
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.02 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. <!--
  5.  
  6. █▀▀▄ █▀▀█ █░░█ █▀▀▄ █▀▀█ █▀▀█ █▀▀█   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  7. █░░█ █░░█ █▀▀█ █░░█ █░░█ █▄▄▀ █░░█   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  8. ▀▀▀░ ▀▀▀▀ ▀░░▀ ▀▀▀░ ▀▀▀▀ ▀░▀▀ ▀▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  9.  
  10.  
  11. BOBBY THEME BY DOHDORO//TUMBLR
  12.  
  13. -->
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <meta name="image:little icon" content=""/>
  22.  
  23. <meta name="if:Show Captions" content="0"/>
  24. <meta name="if:Infinite Scroll" content"0"/>
  25. <meta name="if:Show Tags" content"0"/>
  26.  
  27. <meta name="if:2columns" content"1"/>
  28. <meta name="if:250px" content"1"/>
  29. <meta name="if:400px" content""/>
  30. <meta name="if:500px" content""/>
  31.  
  32. <meta name="color:Background" content="#ffffff"/>
  33. <meta name="color:Text" content="#888888"/>
  34. <meta name="color:bold" content="#000000"/>
  35. <meta name="color:italic" content="#000000"/>
  36. <meta name="color:underline" content="#888888"/>
  37. <meta name="color:links" content="#232323"/>
  38. <meta name="color:links hover" content="#afafaf"/>
  39. <meta name="color:blockquote border" content="#eeeeee"/>
  40. <meta name="color:h1 border" content="#c0c0c0"/>
  41. <meta name="color:h1 text" content="#232323"/>
  42. <meta name="color:permalink border" content="#c0c0c0"/>
  43. <meta name="color:permalink text" content="#888888"/>
  44. <meta name="color:post bg" content="#fafafa"/>
  45. <meta name="color:caption bg" content="#fafafa"/>
  46. <meta name="color:caption text" content="#888888"/>
  47. <meta name="color:ask bg" content="#fafafa"/>
  48. <meta name="color:ask text" content="#888888"/>
  49. <meta name="color:asker border" content="#c0c0c0"/>
  50. <meta name="color:asker text" content="#232323"/>
  51. <meta name="color:ask reply bg" content="#232323"/>
  52. <meta name="color:ask reply text" content="#ffffff"/>
  53. <meta name="color:theme credit bg" content="#fafafa"/>
  54. <meta name="color:theme credit border" content="#eeeeee"/>
  55. <meta name="color:theme credit text" content="#888888"/>
  56. <meta name="color:scrollbar bg" content="#232323"/>
  57. <meta name="color:scrollbar line" content="#ffffff"/>
  58. <meta name="color:scrollbar bg" content="#232323"/>
  59. <meta name="color:scrollbar line" content="#ffffff"/>
  60. <meta name="color:pagination border" content="#c0c0c0"/>
  61. <meta name="color:pagination text" content="#232323"/>
  62. <meta name="color:pagination bg hover" content="#232323"/>
  63. <meta name="color:pagination text hover" content="#ffffff"/>
  64. <meta name="color:theme border color" content="#eeeeee"/>
  65. <meta name="color:title border" content="#c0c0c0"/>
  66. <meta name="color:title text" content="#232323"/>
  67. <meta name="color:description text" content="#888888"/>
  68. <meta name="color:side icon border" content="#eeeeee"/>
  69. <meta name="color:navigation links border" content="#eeeeee"/>
  70. <meta name="color:navigation links text" content="#888888"/>
  71. <meta name="color:navigation links border hover" content="#000000"/>
  72. <meta name="color:post info bg" content="#232323"/>
  73. <meta name="color:post notes color" content="#232323"/>
  74. <meta name="color:post info text" content="#ffffff"/>
  75. <meta name="color:post tags border" content="#c0c0c0"/>
  76. <meta name="color:post tags color" content="#888888"/>
  77.  
  78. <meta name="text:Link One Url" content=""/>
  79. <meta name="text:Link One" content="link one"/>
  80. <meta name="text:Link Two Url" content=""/>
  81. <meta name="text:Link Two" content="link two"/>
  82. <meta name="text:Link Three Url" content=""/>
  83. <meta name="text:Link Three" content="link three"/>
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88. #tumblr_controls {position: fixed !important;}
  89. #tumblr_controls {-webkit-filter: invert(100%);}
  90. #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;}
  91. #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;}
  92.  
  93.  
  94. /* scroll bar */
  95.  
  96. ::-webkit-scrollbar {
  97. width:8px;
  98. height:3px;
  99. background:{color:scrollbar bg};
  100.  
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb:vertical {
  104. background-color:{color:scrollbar line};
  105. width:8px;
  106. border-radius:6px;
  107. border-left:3px solid {color:scrollbar bg};
  108. border-right:3px solid {color:scrollbar bg};
  109.  
  110. }
  111.  
  112. /* THEME CREDIT - DO NOT REMOVE */
  113.  
  114. #themecredit {
  115. position:fixed;
  116. z-index:99;
  117. right:25px;
  118. padding:10px;
  119. bottom:20px;
  120. font-family:georgia;
  121. font-size:10px;
  122. background:{color:theme credit bg};
  123. font-style:italic;
  124. border:1px solid {color:theme credit border};
  125.  
  126. }
  127.  
  128. #themecredit a {
  129. color:{color:theme credit text};
  130.  
  131. }
  132.  
  133. /* Pagination */
  134.  
  135. .pagination {
  136. position:fixed;
  137. z-index:999;
  138. bottom:13px;
  139. color:#000;
  140. opacity:1;
  141. font-size:9px;
  142. left:46%;
  143. padding:7px;
  144. font-weight:900;
  145. text-transform:uppercase;
  146.  
  147. }
  148.  
  149. .pagination a {
  150. margin-left:20px;
  151. padding:3px 5px 3px 5px;
  152. margin-right:20px;
  153. font-weight:900;
  154. color:{color:pagination text};
  155. border:1px solid {color:pagination border};
  156. -webkit-transition: opacity 0.4s linear;
  157. -webkit-transition: all 0.4s ease-in-out;
  158. -moz-transition: all 0.4s ease-in-out;
  159. -o-transition: all 0.4s ease-in-out;
  160.  
  161. }
  162.  
  163. .pagination a:hover {
  164. background:{color:pagination bg hover};
  165. color:{color:pagination text hover};
  166.  
  167. }
  168.  
  169. {block:IfInfiniteScroll}
  170. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  171. #infscr-loading {display:none;}
  172. .pagination {display:none!important;} {/block:IfInfiniteScroll}
  173.  
  174. /* Hover text - style this however you like*/
  175.  
  176. #s-m-t-tooltip {
  177. z-index:999999;
  178. padding:4px 7px 4px 7px;
  179. background-color:#000;
  180. border:1px solid #fff;
  181. color:#fff;
  182. font-family:arial;
  183. font-size:10px;
  184. letter-spacing:1px;
  185. text-transform:uppercase;
  186.  
  187. }
  188.  
  189. /* Body */
  190.  
  191. html, body {
  192. height:100%;
  193. margin: 0;
  194. padding: 0;
  195. border: 0;
  196.  
  197. }
  198.  
  199. body {
  200. font-family:arial;
  201. font-size:10px;
  202. letter-spacing:1px;
  203. color:{color:Text};
  204. background:{color:Background};
  205.  
  206. }
  207.  
  208. a {
  209. color:{color:links};
  210. text-decoration:none;
  211.  
  212. }
  213.  
  214. a:hover {
  215. color:{color:links hover};
  216.  
  217. }
  218.  
  219. b, strong {
  220. color:{color:bold};
  221.  
  222. }
  223.  
  224. i, em {
  225. color:{color:italic};
  226.  
  227. }
  228.  
  229. u {
  230. color:{color:underline};
  231.  
  232. }
  233.  
  234. ul {
  235. padding:10px;
  236. list-style-type: circle;
  237.  
  238. }
  239.  
  240. li {
  241. padding:0;
  242.  
  243. }
  244.  
  245. blockquote {
  246. margin-top:10px;
  247. border-left:2px solid {color:blockquote border};
  248. padding:0px 0px 0px 10px;
  249. margin-left:5px;
  250. word-wrap:break-word;
  251.  
  252. }
  253.  
  254. h1 {
  255. font-family:arial;
  256. font-size:13px;
  257. text-transform:uppercase;
  258. padding:15px;
  259. letter-spacing:1px;
  260. font-weight:900;
  261. border:1px solid {color:h1 border};
  262. color:{color:h1 text};
  263.  
  264. }
  265.  
  266. h1 a {
  267. color:{color:h1 text};
  268. text-decoration:none;
  269.  
  270. }
  271.  
  272. /* Posts */
  273.  
  274. #wrapped {
  275. margin-top:200px;
  276. padding-bottom:150px;
  277. margin-left:auto;
  278. margin-right:auto;
  279. {block:if2columns}width:720px;{/block:if2columns}
  280. {block:if250px}width:450px;{/block:if250px}
  281. {block:if400px}width:720px;{/block:if400px}
  282. {block:if500px}width:720px;{/block:if500px}
  283.  
  284. }
  285.  
  286. .blog {
  287. float:left;
  288. position:relative;
  289. padding:30px;
  290. margin-left:25px;
  291. margin-top:100px;
  292. background:{color:post bg};
  293. width:250px;
  294. {block:if2columns}
  295. width:250px;
  296. margin-left:50px;
  297. {/block:if2columns}
  298. {block:if250px}
  299. width:250px;
  300. margin-left:50px;
  301. {/block:if250px}
  302. {block:if400px}
  303. width:400px;
  304. margin-left:50px;
  305. {/block:if400px}
  306. {block:if500px}
  307. width:500px;
  308. margin-left:50px;
  309. {/block:if500px}
  310. {block:PermalinkPage}
  311. width:500px;
  312. {/block:PermalinkPage}
  313.  
  314. }
  315.  
  316. .blog a {
  317. color:{color:links};
  318.  
  319. }
  320.  
  321. .blog img{
  322. max-width:100%;
  323. display:block;
  324.  
  325. }
  326.  
  327. /* quotes */
  328.  
  329. #quotes {
  330. margin-top:10px;
  331. font-family:georgia;
  332. font-size:24px;
  333. padding:10px;
  334. letter-spacing:-1px;
  335. text-transform:none;
  336.  
  337. }
  338.  
  339. /* Permalink */
  340.  
  341. #permalink {
  342. margin-left:0px;
  343. margin-top:20px;
  344. padding:10px;
  345.  
  346. }
  347.  
  348. .perma {
  349. font-size:9px;
  350. font-family:arial;
  351. text-transform:lowercase;
  352. text-align:left;
  353. border:1px solid {color:permalink border};
  354. margin-top:0px;
  355. color:{color:permalink text};
  356. margin-left:0px;
  357. padding:10px;
  358.  
  359. }
  360.  
  361. .notecounts {
  362. margin-top:10px;
  363. font-size:9px;
  364. font-family:arial;
  365. text-transform:lowercase;
  366. color:{color:permalink text};
  367. padding:18px;
  368.  
  369. }
  370.  
  371. .notecounts img {
  372. visibility: hidden;
  373.  
  374. }
  375.  
  376. ol.notes {
  377. list-style-type:circle;
  378.  
  379. }
  380.  
  381. /* post captions*/
  382.  
  383. #caption {
  384. background:{color:caption bg};
  385. color:{color:caption text};
  386. padding:5px;
  387. word-wrap:break-word;
  388. font-size:11px;
  389. font-family:arial;
  390.  
  391. }
  392.  
  393. #caption a {
  394. color:{color:links};
  395.  
  396. }
  397.  
  398. /* questions */
  399.  
  400. #theask {
  401. background:{color:ask bg};
  402. font-size:10px;
  403. line-height:12px;
  404. padding:10px;
  405. color:{color:ask text};
  406.  
  407. }
  408.  
  409. #theask span {
  410. display:block;
  411. margin-bottom:10px;
  412. padding:5px 9px 5px 9px;
  413. font-weight:900;
  414. text-transform:uppercase;
  415. font-size:15px;
  416. border:1px solid {color:asker border};
  417. color:{color:asker text};
  418.  
  419. }
  420.  
  421. #theask span a {
  422. color:{color:asker text};
  423.  
  424. }
  425.  
  426. #theanswer {
  427. padding:10px;
  428. font-family:arial;
  429. text-align:left;
  430. background:{color:ask reply bg};
  431. color:{color:ask reply text};
  432. font-size:10px;
  433. line-height:12px;
  434.  
  435. }
  436.  
  437. /* Music */
  438.  
  439. #audio {
  440. padding:5px;
  441. margin-left:-5px;
  442.  
  443. }
  444.  
  445. .musicinfo {
  446. color:{color:Text};
  447. margin-top:20px;
  448. margin-bottom:5px;
  449. font-size:10px;
  450. line-height:10px;
  451. letter-spacing:1px;
  452.  
  453. }
  454.  
  455. /* theme borders */
  456.  
  457.  
  458. #bbordone {
  459. position:fixed;
  460. z-index:9;
  461. left:0;
  462. top:0;
  463. width:100%;
  464. height:60px;
  465. background:{color:Background};
  466. border-bottom:1px solid {color:theme border color};
  467.  
  468. }
  469.  
  470. #bbordtwo {
  471. position:fixed;
  472. z-index:9;
  473. left:0;
  474. bottom:0;
  475. width:100%;
  476. height:60px;
  477. background:{color:Background};
  478. border-top:1px solid {color:theme border color};
  479.  
  480. }
  481.  
  482. #bbordfo {
  483. position:fixed;
  484. z-index:9;
  485. right:0;
  486. top:0;
  487. width:120px;
  488. height:100%;
  489. background:{color:Background};
  490. border-left:1px solid {color:theme border color};
  491.  
  492. }
  493.  
  494. #bbordtree {
  495. position:fixed;
  496. z-index:9;
  497. left:0;
  498. top:0;
  499. width:120px;
  500. height:100%;
  501. background:{color:Background};
  502. border-right:1px solid {color:theme border color};
  503.  
  504. }
  505.  
  506. /* description and title */
  507.  
  508. #bigtwo {
  509. position:absolute;
  510. margin-top:-65px;
  511. margin-left:45px;
  512.  
  513. }
  514.  
  515. .titale {
  516. text-transform:uppercase;
  517. font-size:15px;
  518. letter-spacing:2px;
  519. font-weight:900;
  520. color:{color:title text};
  521. padding:8px 20px 8px 20px;
  522. border:1px solid {color:title border};
  523.  
  524. }
  525.  
  526. .about {
  527. margin-top:13px;
  528. overflow:hidden;
  529. width:250px;
  530. text-align:left;
  531. height:50px;
  532. font-size:9px;
  533. color:{color:description text};
  534.  
  535. }
  536.  
  537. /* explore blog*/
  538.  
  539. #tonavigate {
  540. position:absolute;
  541. margin-left:-90px;
  542. margin-top:-65px;
  543.  
  544. }
  545.  
  546. #tonavigate img {
  547. padding:10px;
  548. width:70px;
  549. height:70px;
  550. margin-bottom:15px;
  551. border:1px solid {color:side icon border};
  552. border-radius:10px;
  553.  
  554. }
  555.  
  556. .duhlink {
  557. text-align:center;
  558. text-transform:uppercase;
  559. letter-spacing:2px;
  560. font-weight:bold;
  561. font-size:8px;
  562.  
  563. }
  564.  
  565. .duhlink a {
  566. display:block;
  567. position: relative;
  568. padding:8px 5px 8px 5px;
  569. text-align:center;
  570. color:{color:navigation links text};
  571. border-bottom:1px solid {color:navigation links border};
  572.  
  573. }
  574.  
  575. .duhlink a:before {
  576. content:'';
  577. display:block;
  578. position: absolute;
  579. left:0;
  580. bottom:-1px;
  581. height:1px;
  582. width:0;
  583. transition: width 0s ease, background .7s ease;
  584.  
  585. }
  586.  
  587. .duhlink a:after {
  588. content:'';
  589. display:block;
  590. position:absolute;
  591. right:0;
  592. bottom:-1px;
  593. height:1px;
  594. width:0;
  595. background:{color:navigation links border hover};
  596. transition:width .7s ease;
  597.  
  598. }
  599.  
  600. .duhlink a:hover:before {
  601. width:100%;
  602. background:{color:navigation links border hover};
  603. transition: width .7s ease;
  604.  
  605. }
  606.  
  607. .duhlink a:hover:after {
  608. width:100%;
  609. background:transparent;
  610. transition:all 0s ease;
  611.  
  612. }
  613.  
  614. /* Post infos*/
  615.  
  616. #postuff {
  617. position:absolute;
  618. background:{color:post info bg};
  619. width:290px;
  620. padding:10px;
  621. margin-top:-61px;
  622. margin-left:-30px;
  623. {block:if2columns}width:290px;{/block:if2columns}
  624. {block:if250px}width:290px;{/block:if250px}
  625. {block:if400px}width:440px;{/block:if400px}
  626. {block:if500px}width:540px;{/block:if500px}
  627.  
  628. }
  629.  
  630. .thestuff span {
  631. color:{color:post notes color};
  632. background:{color:post bg};
  633. font-size:9px;
  634. text-transform:uppercase;
  635. font-weight:bold;
  636. padding:11px 10px 10px 10px;
  637.  
  638. }
  639.  
  640. .thestuff a {
  641. color:{color:post info text};
  642. padding:10px 10px 10px 3px;
  643. -webkit-transition: opacity 0.4s linear;
  644. -webkit-transition: all 0.4s ease-in-out;
  645. -moz-transition: all 0.4s ease-in-out;
  646. -o-transition: all 0.4s ease-in-out;
  647.  
  648. }
  649.  
  650. .thestuff a:hover {
  651. opacity:0;
  652. -webkit-transition: opacity 0.4s linear;
  653. -webkit-transition: all 0.4s ease-in-out;
  654. -moz-transition: all 0.4s ease-in-out;
  655. -o-transition: all 0.4s ease-in-out;
  656.  
  657. }
  658.  
  659. .posre {
  660. position:absolute;
  661. margin-top:-10px;
  662. font-size:8px;
  663. font-family:arial;
  664. font-weight:bold;
  665. text-transform:uppercase;
  666. {block:if2columns}margin-left:250px;{/block:if2columns}
  667. {block:if250px}margin-left:250px;{/block:if250px}
  668. {block:if400px}margin-left:390px;{/block:if400px}
  669. {block:if500px}margin-left:490px;{/block:if500px}
  670.  
  671. }
  672.  
  673. .posre a {
  674. color:{color:post info text};
  675. -webkit-transition: opacity 0.4s linear;
  676. -webkit-transition: all 0.4s ease-in-out;
  677. -moz-transition: all 0.4s ease-in-out;
  678. -o-transition: all 0.4s ease-in-out;
  679.  
  680. }
  681.  
  682. .posre a:hover {
  683. opacity:0;
  684. -webkit-transition: opacity 0.4s linear;
  685. -webkit-transition: all 0.4s ease-in-out;
  686. -moz-transition: all 0.4s ease-in-out;
  687. -o-transition: all 0.4s ease-in-out;
  688.  
  689. }
  690.  
  691. #postags {
  692. background:{color:post bg};
  693. margin-top:20px;
  694. padding:10px;
  695. border-top:1px solid {color:post tags border};
  696. padding-top:10px;
  697.  
  698. }
  699.  
  700. #postags span {
  701. float:left;
  702. color:{color:bold};
  703. margin-right:5px;
  704. font-size:8px;
  705. font-family:arial;
  706. font-weight:900;
  707. text-transform:uppercase;
  708. border-radius:5px;
  709.  
  710. }
  711.  
  712. #postags a {
  713. color:{color:post tags color};
  714.  
  715. }
  716.  
  717. </style>
  718.  
  719. <!-- DON'T MESS WITH THIS -->
  720.  
  721. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  722. <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>
  723.  
  724. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  725.  
  726. {block:IfInfiniteScroll}
  727. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>{/block:IfInfiniteScroll}
  728.  
  729.  
  730. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  731.  
  732. <script>
  733. $(function(){
  734. var $container = $('#wrapped');
  735. $container.imagesLoaded(function(){
  736. $container.masonry({
  737. itemSelector: '.blog',
  738. });
  739. });
  740. $container.infinitescroll({
  741. itemSelector : ".blog",
  742. navSelector : "div.pagination",
  743. nextSelector : ".pagination a#next",
  744. loadingImg : "",
  745. loadingText : "<em></em>",
  746. bufferPx : 10000,
  747. extraScrollPx: 12000,
  748. },
  749. // trigger Masonry as a callback
  750. function( newElements ) {
  751. var $newElems = $( newElements ).css({ opacity: 0 });
  752. // ensure that images load before adding to masonry layout
  753. $newElems.imagesLoaded(function(){
  754. $newElems.animate({ opacity: 1 });
  755. $container.masonry( 'appended', $newElems, true );
  756. });
  757. }
  758. );
  759. });
  760. </script>
  761.  
  762. </head>
  763. <body>
  764.  
  765. <!-- theme borders-->
  766.  
  767. <div id="bbordone"></div>
  768. <div id="bbordtwo"></div>
  769. <div id="bbordtree"></div>
  770. <div id="bbordfo"></div>
  771.  
  772.  
  773. <!-- Pagination -->
  774.  
  775. <div class="pagination">
  776. {block:Pagination}
  777.  
  778. {block:PreviousPage}
  779. <a href="{PreviousPage}" id="next">Previous</a>
  780. {/block:PreviousPage}
  781.  
  782. {CurrentPage} of {TotalPages}
  783.  
  784. {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  785.  
  786. </div>
  787.  
  788. <!-- Container -->
  789.  
  790. <div id="wrapped">
  791.  
  792. <!-- Title and description -->
  793.  
  794. <div id="bigtwo">
  795. <div class="titale">
  796. {title}</div>
  797.  
  798. <div class="about">
  799. {description}
  800. </div>
  801. </div>
  802.  
  803. <!-- Navigation -->
  804.  
  805. <div id="tonavigate">
  806. <img src="{image:little icon}" />
  807. <div class="duhlink">
  808. <a href="/">Index</a>
  809. <a href="/ask">contact</a>
  810. <a href="/archive">Archive</a>
  811. {block:ifLinkOne}<a href="{text:Link One Url}">{text:Link One}</a>{/block:ifLinkOne}
  812. {block:ifLinkTwo}<a href="{text:Link Two Url}">{text:Link Two}</a>{/block:ifLinkTwo}
  813. {block:ifLinkThree}<a href="{text:Link Three Url}">{text:Link Three}</a>{/block:ifLinkThree}
  814. </div>
  815.  
  816. </div>
  817.  
  818. <!-- Posts -->
  819.  
  820. {block:posts}
  821.  
  822. <div class="blog">
  823. {block:ContentSource}
  824. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  825. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  826. {/block:SourceLogo}
  827. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  828. {/block:ContentSource}
  829.  
  830.  
  831. <!-- Post info-->
  832.  
  833. {block:IndexPage}
  834. <div id="postuff">
  835. <div class="thestuff">
  836. {block:Date}
  837. <a href="{Permalink}" title="permalink">{12Hour} : {Minutes} {CapitalAmPm}</a>
  838. {/block:Date}
  839.  
  840. {block:NoteCount}
  841. <span>{NoteCount} notes </span>
  842. {/block:NoteCount}
  843.  
  844. <div class="posre">
  845. <a href="{ReblogURL}">reblog</a>
  846. </div>
  847. </div>
  848. </div>
  849. {/block:IndexPage}
  850.  
  851. {block:text}{block:title}<h1>{title}</h1>{/block:title}{body}{/block:text}
  852.  
  853. {block:photo}
  854. {block:IndexPage}
  855. {block:if2columns}<img src="{PhotoURL-250}"/>{/block:if2columns}
  856. {block:if250px}<img src="{PhotoURL-250}"/>{/block:if250px}
  857. {block:if400px}<img src="{PhotoURL-400}"/>{/block:if400px}
  858. {block:if500px}<img src="{PhotoURL-500}"/>{/block:if500px}
  859. {block:ifShowCaptions}
  860. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  861. {/block:ifShowCaptions}{/block:IndexPage}
  862.  
  863. {block:PermalinkPage}
  864. <img src="{PhotoURL-500}"/>
  865. {block:Caption}
  866. <div id="caption">{Caption}</div>
  867. {/block:Caption}
  868. {/block:PermalinkPage}
  869. {/block:photo}
  870.  
  871.  
  872. {block:Photoset}
  873. {block:IndexPage}
  874. {block:if2columns}{Photoset-250}{/block:if2columns}
  875. {block:if250px}{Photoset-250}{/block:if250px}
  876. {block:if400px}{Photoset-400}{/block:if400px}
  877. {block:if500px}{Photoset-500}{/block:if500px}
  878. {block:ifShowCaptions}
  879. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  880. {/block:ifShowCaptions}
  881. {/block:IndexPage}
  882.  
  883. {block:PermalinkPage}
  884. {Photoset-500}
  885. {block:Caption}
  886. <div id="caption">{Caption}</div>
  887. {/block:Caption}
  888. {/block:PermalinkPage}
  889. {/block:Photoset}
  890.  
  891. {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right"></div>{/block:Source}{/block:Quote}
  892.  
  893. {block:Link}
  894. <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
  895. {block:Description}{Description}{/block:Description} {/block:Link}
  896.  
  897. <!-- Music and Video -->
  898.  
  899. {block:Audio}
  900. <div id="audio">
  901. {block:if2columns}{AudioEmbed-250}{/block:if2columns}
  902. {block:if250px}{AudioEmbed-250}{/block:if250px}
  903. {block:if400px}{AudioEmbed-400}{/block:if400px}
  904. {block:if500px}{AudioEmbed-500}{/block:if500px}
  905. </div>
  906.  
  907. <div class="musicinfo">
  908. {block:Artist}<b>ARTIST: </b>{Artist}{/block:Artist}<br>
  909. {block:TrackName}<B>TRACK: </B>{TrackName}{/block:TrackName}<br>
  910. {block:Album}<B>ALBUM: </B>{Album}{/block:Album}<br></div><br>
  911. {block:ifShowCaptions}
  912. {block:caption}<div id="caption">{caption}</div>{/block:caption}
  913. {/block:ifShowCaptions}
  914. {/block:Audio}
  915.  
  916. {block:Video}
  917. {block:if250px}{VideoEmbed-250}{/block:if250px}
  918. {block:if400px}{VideoEmbed-400}{/block:if400px}
  919. {block:if500px}{VideoEmbed-250}{/block:if500px}
  920. {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Video}
  921.  
  922.  
  923. <!-- chat -->
  924.  
  925. {block:Chat}
  926. {block:Title}<h1>{Title}</h1>{/block:Title}
  927. {block:Lines}
  928. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  929. {/block:Lines}
  930. {/block:Chat}
  931.  
  932.  
  933. <!-- Asks -->
  934.  
  935. {block:Answer}
  936. <div id="theask"><span>{asker}</span><br> {question}</div>
  937. <div id="theanswer">{Answer}</div>
  938. {/block:Answer}
  939.  
  940. <!-- Post Tags-->
  941.  
  942. {block:IndexPage}
  943. {block:ifShowTags}
  944. <div id="postags">
  945. {block:HasTags}
  946. <span>Tags</span>
  947. {block:Tags}
  948. <a href="{TagURL}"># {Tag} </a>
  949. {/block:Tags}
  950. {/block:HasTags}
  951. </div>
  952. {/block:ifShowTags}
  953. {/block:IndexPage}
  954.  
  955. <!-- Permalink -->
  956.  
  957. {block:PermalinkPage}
  958. {block:Date}
  959. <div id="permalink">
  960. <div class="perma">
  961. <b>Posted on :</b>
  962. {DayOfMonth}{DayOfMonthSuffix} of {Month} {Year}{/block:Date} <BR>
  963. {block:NoteCount}
  964. <a href="{ReblogURL}">Reblog</a>
  965. <b>With : </b>
  966. <a href="{Permalink}" title="permalink">{NoteCount} notes</a>{/block:NoteCount}<br>
  967. {block:RebloggedFrom}
  968. <a href="{ReblogParentURL}"><b>VIA:</b> {ReblogParentName}</a>
  969. <a href="{ReblogRootURL}"><b>SOURCE:</b> {ReblogRootName}</a>
  970. {/block:RebloggedFrom}<br>
  971. {block:HasTags}
  972. <a href="{TagURL}"><b>TAGS:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</a><br>
  973. {/block:HasTags}
  974. </div>
  975. {/block:PermalinkPage}
  976.  
  977. {block:PostNotes}
  978. <div class="notecounts">{PostNotes}</div>
  979. {/block:PostNotes}
  980.  
  981. </div>
  982. {/block:posts}
  983. </div>
  984. </body>
  985.  
  986. <!-- DO NOT REMOVE-->
  987. <div id="themecredit">
  988. <a href="http://dohdoro.tumblr.com">dthm</a>
  989. </div>
  990. <!-- DO NOT REMOVE -->
  991.  
  992. </html>
Advertisement
Add Comment
Please, Sign In to add comment