Advertisement
officialdogblog

the magician

Jun 20th, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.10 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5.  
  6. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  7. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  8.  
  9. {block:IfInfiniteScrolling}<script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>{/block:IfInfiniteScrolling}
  10.  
  11. <script type="text/javascript">
  12. $(window).load(function () {
  13. $('.block').masonry(),
  14. $('.masonryWrap').infinitescroll({
  15. itemSelector : ".posts",
  16. {block:IfInfiniteScrolling}
  17. navSelector : "div.navigation",
  18. nextSelector : ".navigation a#next",
  19. bufferPx : 10000,
  20. extraScrollPx: 10000,
  21. loadingImg : "",
  22. loadingText : "",
  23. {/block:IfInfiniteScrolling}
  24. },
  25. function() { $('.block').masonry({ appendedContent: $(this) });
  26. });
  27. });</script>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  30.  
  31. <meta name="image:Background" content="" />
  32.  
  33. <meta name="color:Background" content="#ffffff" />
  34. <meta name="color:Border" content="#008080" />
  35. <meta name="color:Link" content="#008080" />
  36. <meta name="color:Link Hover" content="#ffffff" />
  37. <meta name="color:Scrollbar" content="#008080" />
  38. <meta name="color:Text" content="#888888" />
  39.  
  40. <meta name="if:Tile Background" content="0" />
  41. <meta name="if:Infinite Scrolling" content="0" />
  42.  
  43. <meta name="text:Links URL" content="/links" />
  44.  
  45. <meta name="select:Border" content="solid" title="solid">
  46. <meta name="select:Border" content="dotted" title="dotted">
  47. <meta name="select:Border" content="dashed" title="dashed">
  48. <meta name="select:Border" content="double" title="double">
  49. <meta name="select:Border" content="groove" title="groove">
  50. <meta name="select:Border" content="ridge" title="ridge">
  51. <meta name="select:Border" content="inset" title="inset">
  52. <meta name="select:Border" content="outset" title="outset">
  53.  
  54. </head>
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {
  59. width: 4px;
  60. margin-left: -2px;
  61. }
  62.  
  63. ::-webkit-scrollbar:horizontal {
  64. display: none;
  65. }
  66.  
  67. ::-webkit-scrollbar-thumb {
  68. background-color: {color:Scrollbar};
  69. width: 0px;
  70. }
  71.  
  72. body {
  73. background: {color:Background} url({image:Background}) fixed;
  74. {block:IfNotTileBackground}
  75. background-size: cover;
  76. {/block:IfNotTileBackground}
  77. font-family: open sans;
  78. font-size: 13px;
  79. color: {color:Text};
  80. }
  81.  
  82. body a {
  83. text-decoration: none;
  84. color: {color:Link};
  85. -webkit-transition: all 0.3s linear;
  86. -moz-transition: all 0.3s linear;
  87. -ms-transition: all 0.3s linear;
  88. -o-transition: all 0.3s linear;
  89. transition: all 0.3s linear;
  90. }
  91.  
  92. body a:hover {
  93. color: {color:Link Hover};
  94. }
  95.  
  96. body b {
  97. font-weight: 400;
  98. color: #aeaeae;
  99. }
  100.  
  101. .topbar {
  102. position: fixed;
  103. width: 610px;
  104. {block:IfNotBackgroundImage}
  105. background: {color:Background};
  106. height: 140px;
  107. top: 0px;
  108. border-bottom: solid 1px {color:Border};
  109. {/block:IfNotBackgroundImage}
  110. {block:IfBackgroundImage}
  111. background: {color:Background};
  112. height: 45px;
  113. top: 95px;
  114. {/block:IfBackgroundImage}
  115. left: 85px;
  116. z-index: 99999;
  117. }
  118.  
  119. .topbar a {
  120. font-size: 18px;
  121. }
  122.  
  123. {block:IfNotBackgroundImage}
  124. .topbar2 {
  125. position: fixed;
  126. width: 1000px;
  127. height: 140px;
  128. top: 0px;
  129. left: 0px;
  130. background: {color:Background};
  131. z-index: 99999;
  132. }
  133. {/block:IfNotBackgroundImage}
  134.  
  135. .block {
  136. {block:IndexPage}margin-left: 90px;{/block:IndexPage}
  137. {block:PermalinkPage}margin-left: 160px;{/block:PermalinkPage}
  138. margin-top: 150px;
  139. width: 650px;
  140. height: 100%;
  141. {block:IndexPage}padding-bottom: 800px;{/block:IndexPage}
  142. }
  143.  
  144. .posts {
  145. float: left;
  146. }
  147.  
  148. blockquote {
  149. margin-left: 0px;
  150. padding-left: 5px;
  151. border-left: solid 1px {color:Border};
  152. max-width: 100%;
  153. }
  154.  
  155. .post {
  156. position: relative;
  157. background: rgba(300, 300, 300, 1);
  158. {block:IndexPage}width: 250px;{/block:IndexPage}
  159. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  160. {block:IndexPage}
  161. margin-left: 10px;
  162. margin-top: 10px;{/block:IndexPage}
  163. {block:PermalinkPage}margin: 5px;{/block:PermalinkPage}
  164. padding: 10px;
  165. text-align: justify;
  166. word-wrap: break-word;
  167. {block:IndexPage}
  168. border: {select:Border} 5px {color:Border};
  169. outline: 0px solid {color:Background};
  170. {/block:IndexPage}
  171. }
  172.  
  173. {block:IndexPage}
  174. .post:hover {
  175. outline: 1000px solid {color:Background};
  176. z-index: 9999;
  177. }
  178. {/block:IndexPage}
  179.  
  180. .post img {
  181. max-width: 100%;
  182. }
  183.  
  184. .permalink {
  185. background: rgba(300, 300, 300, 1);
  186. {block:IndexPage}width: 250px;{/block:IndexPage}
  187. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  188. margin-top: 15px;
  189. margin-left: 5px;
  190. margin-right: 5px;
  191. padding: 10px;
  192. text-align: justify;
  193. word-wrap: break-word;
  194. }
  195.  
  196. .link {
  197. background: {color:link};
  198. color: {color:background};
  199. {block:IndexPage}width: 240px;{/block:IndexPage}
  200. {block:PermalinkPage}width: 390px;{/block:PermalinkPage}
  201. padding: 5px;
  202. text-transform: uppercase;
  203. margin-bottom: 5px;
  204. -webkit-transition: all 0.3s linear;
  205. -moz-transition: all 0.3s linear;
  206. -ms-transition: all 0.3s linear;
  207. -o-transition: all 0.3s linear;
  208. transition: all 0.3s linear;
  209. }
  210.  
  211. .link:hover {
  212. margin-bottom: 0px;
  213. background: rgba(0, 0, 0, 0);
  214. color: {color:Link};
  215. }
  216.  
  217. .quote.short {
  218. font-size: 17px;
  219. font-weight: 100;
  220. }
  221.  
  222. .quote.medium {
  223. font-size: 16px;
  224. font-weight: 100;
  225. }
  226.  
  227. .quote.long {
  228. font-size: 13px;
  229. font-weight: 100;
  230. }
  231.  
  232. .test {
  233. font-size: 10px;
  234. margin-top: -25px;
  235. opacity: 0;
  236. padding-bottom: 10px;
  237. }
  238.  
  239. .post:hover .test {
  240. margin-top: 20px;
  241. opacity: 1;
  242. }
  243.  
  244. .phototest {
  245. font-size: 10px;
  246. margin-top: -20px;
  247. opacity: 0;
  248. padding-top: 5px;
  249. padding-bottom: 10px;
  250. }
  251.  
  252. .post:hover .phototest {
  253. padding-top: 0px;
  254. margin-top: 15px;
  255. opacity: 1;
  256. }
  257.  
  258. .linktest {
  259. font-size: 10px;
  260. margin-top: -15px;
  261. opacity: 0;
  262. padding-bottom: 10px;
  263. }
  264.  
  265. .post:hover .linktest {
  266. margin-top: 15px;
  267. opacity: 1;
  268. }
  269.  
  270. .quotetest {
  271. font-size: 10px;
  272. margin-top: -15px;
  273. opacity: 0;
  274. padding-top: 10px;
  275. padding-bottom: 13px;
  276. }
  277.  
  278. .post:hover .quotetest {
  279. margin-top: 25px;
  280. opacity: 1;
  281. }
  282.  
  283. .chattest {
  284. font-size: 10px;
  285. margin-top: -15px;
  286. opacity: 0;
  287. padding-top: 3px;
  288. padding-bottom: 12px;
  289. }
  290.  
  291. .post:hover .chattest {
  292. margin-top: 5px;
  293. opacity: 1;
  294. }
  295.  
  296. .audiotest {
  297. font-size: 10px;
  298. margin-top: -5px;
  299. opacity: 0;
  300. padding-bottom: 10px;
  301. }
  302.  
  303. .post:hover .audiotest {
  304. margin-top: 15px;
  305. opacity: 1;
  306. }
  307.  
  308. .videotest {
  309. font-size: 10px;
  310. margin-top: -15px;
  311. opacity: 0;
  312. padding-top: 3px;
  313. padding-bottom: 12px;
  314. }
  315.  
  316. .post:hover .videotest {
  317. padding-top: 0px;
  318. margin-top: 10px;
  319. opacity: 1;
  320. }
  321.  
  322. .answertest {
  323. font-size: 10px;
  324. margin-top: -30px;
  325. opacity: 0;
  326. padding-top: 5px;
  327. padding-bottom: 10px;
  328. }
  329.  
  330. .post:hover .answertest {
  331. margin-top: 15px;
  332. opacity: 1;
  333. }
  334.  
  335. magician {
  336. bottom: 15px;
  337. right: 20px;
  338. position: fixed;
  339. font-size: 30px;
  340. text-shadow: 2px 2px #fff;
  341. -webkit-transition: all 0.3s;
  342. -moz-transition: all 0.3s;
  343. -ms-transition: all 0.3s;
  344. -o-transition: all 0.3s;
  345. transition: all 0.3s;
  346. }
  347.  
  348. magician:hover {
  349. -webkit-transform:rotate(360deg);
  350. -moz-transform:rotate(360deg);
  351. -ms-transform:rotate(360deg);
  352. -o-transform:rotate(360deg);
  353. transform:rotate(360deg);
  354. }
  355.  
  356. {block:IfInfiniteScrolling}
  357.  
  358. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  359. display: none;
  360. }
  361.  
  362. #infscr-loading {
  363. display: none;
  364. }
  365.  
  366. .navigation {
  367. display: none!important;
  368. }
  369.  
  370. {/block:IfInfiniteScrolling}
  371.  
  372. #left {
  373. float: left;
  374. }
  375.  
  376. #right {
  377. float: right;
  378. }
  379.  
  380. #center {
  381. width: 190px;
  382. margin: 0 auto;
  383. }
  384.  
  385. .title {
  386. font-size: 16px;
  387. text-transform: uppercase;
  388. }
  389.  
  390. </style>
  391.  
  392. <body>
  393.  
  394. <magician>
  395. <strong>
  396. <a title="theme credit" href="http://gay8.tumblr.com/">8</a>
  397. </strong>
  398. </magician>
  399.  
  400. <div class="topbar2"></div>
  401.  
  402. <div class="topbar">
  403. {block:IfNotBackgroundImage}
  404. <br /><br /><br /><br /><br /><br />
  405. {/block:IfNotBackgroundImage}
  406. {block:IfBackgroundImage}
  407. <div style="margin-top: 10px;"></div>
  408. {/block:IfBackgroundImage}
  409. {block:IfNotInfiniteScrolling}
  410. {block:Pagination}
  411. {block:PreviousPage}
  412. <div id="left"><a href="{PreviousPage}">   ←</a></div>
  413. {/block:PreviousPage}
  414. {block:NextPage}
  415. <div id="right"><a href="{NextPage}">→   </a></div>
  416. {/block:NextPage}
  417. {/block:Pagination}
  418. {/block:IfNotInfiniteScrolling}
  419. <div id="center">
  420. <a href="/">HOME   </a>
  421. <a href="/ask">ASK   </a>
  422. <a href="{text:Links URL}">LINKS   </a>
  423. </div>
  424. </div>
  425.  
  426. <div class="block">
  427.  
  428. {block:Posts}
  429.  
  430. <div class="posts">
  431.  
  432. {block:ContentSource}
  433. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  434. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  435. {/block:SourceLogo}
  436. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  437. {/block:ContentSource}
  438. {block:ReblogParent}{/block:ReblogParent}
  439.  
  440. {block:Text}
  441.  
  442. <div class="post">
  443. {block:Title}<span class="title">{Title}</span><br />
  444. <div style="margin-top: 20px;"></div>{/block:Title}
  445. <div style="margin-top: -15px;"></div>
  446. {body}
  447. {block:Date}<div style="margin-bottom: -13px;"></div>{/block:Date}
  448.  
  449. {block:IndexPage}
  450. <div class="test">
  451. <center>
  452. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  453. </center>
  454. </div>
  455. {/block:IndexPage}
  456.  
  457. </div>
  458.  
  459. {block:PermalinkPage}
  460. <div class="permalink">
  461.  
  462. {block:Date}
  463. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  464. {/block:Date}
  465.  
  466. {block:RebloggedFrom}
  467. <br />
  468. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  469. {/block:RebloggedFrom}
  470.  
  471. {block:NoteCount}
  472. <br />
  473. <b>number of notes:</b> {NoteCount}
  474. {/block:NoteCount}
  475.  
  476. {block:RebloggedFrom}
  477. <br />
  478. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  479. {/block:RebloggedFrom}
  480.  
  481. {block:HasTags}
  482. <br />
  483. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  484. {/block:HasTags}
  485.  
  486. </div>
  487. {/block:PermalinkPage}
  488.  
  489. {/block:Text}
  490.  
  491. {block:Photo}
  492.  
  493. <div class="post">
  494. <img src="{PhotoURL-HighRes}" width="100%" />
  495. <div style="margin-bottom: -5px;"></div>
  496.  
  497. {block:IndexPage}
  498. <div class="phototest">
  499. <center>
  500. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  501. </center>
  502. </div>
  503. {/block:IndexPage}
  504.  
  505. {block:PermalinkPage}
  506. {block:Caption}
  507. {Caption}
  508. <div style="margin-bottom: -10px;"></div>
  509. {/block:Caption}
  510. {/block:PermalinkPage}
  511.  
  512. </div>
  513.  
  514. {block:PermalinkPage}
  515. <div class="permalink">
  516.  
  517. {block:Date}
  518. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  519. {/block:Date}
  520.  
  521. {block:RebloggedFrom}
  522. <br />
  523. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  524. {/block:RebloggedFrom}
  525.  
  526. {block:NoteCount}
  527. <br />
  528. <b>number of notes:</b> {NoteCount}
  529. {/block:NoteCount}
  530.  
  531. {block:RebloggedFrom}
  532. <br />
  533. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  534. {/block:RebloggedFrom}
  535.  
  536. {block:HasTags}
  537. <br />
  538. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  539. {/block:HasTags}
  540.  
  541. </div>
  542. {/block:PermalinkPage}
  543.  
  544. {/block:Photo}
  545.  
  546. {block:Photoset}
  547.  
  548. <div class="post">
  549.  
  550. {Photoset}
  551. <div style="margin-bottom: -5px;"></div>
  552.  
  553. {block:IndexPage}
  554. <div class="phototest">
  555. <center>
  556. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  557. </center>
  558. </div>
  559. {/block:IndexPage}
  560.  
  561. {block:PermalinkPage}
  562. {block:Caption}
  563. {Caption}
  564. <div style="margin-bottom: -10px;"></div>
  565. {/block:Caption}
  566. {/block:PermalinkPage}
  567.  
  568. </div>
  569.  
  570. {block:PermalinkPage}
  571. <div class="permalink">
  572.  
  573. {block:Date}
  574. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  575. {/block:Date}
  576.  
  577. {block:RebloggedFrom}
  578. <br />
  579. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  580. {/block:RebloggedFrom}
  581.  
  582. {block:NoteCount}
  583. <br />
  584. <b>number of notes:</b> {NoteCount}
  585. {/block:NoteCount}
  586.  
  587. {block:RebloggedFrom}
  588. <br />
  589. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  590. {/block:RebloggedFrom}
  591.  
  592. {block:HasTags}
  593. <br />
  594. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  595. {/block:HasTags}
  596.  
  597. </div>
  598. {/block:PermalinkPage}
  599.  
  600. {/block:Photoset}
  601.  
  602. {block:Link}
  603.  
  604. <div class="post">
  605. <a href="{URL}">
  606. <div class="link">
  607. {Name}
  608. </div>
  609. </a>
  610.  
  611. {block:IndexPage}
  612. <div class="linktest">
  613. <center>
  614. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  615. </center>
  616. </div>
  617. {/block:IndexPage}
  618.  
  619. {block:PermalinkPage}
  620. {block:Description}
  621. {Description}
  622. <div style="margin-bottom: -10px;"></div>
  623. {/block:Description}
  624. {/block:PermalinkPage}
  625.  
  626. </div>
  627.  
  628. {block:PermalinkPage}
  629. <div class="permalink">
  630.  
  631. {block:Date}
  632. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  633. {/block:Date}
  634.  
  635. {block:RebloggedFrom}
  636. <br />
  637. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  638. {/block:RebloggedFrom}
  639.  
  640. {block:NoteCount}
  641. <br />
  642. <b>number of notes:</b> {NoteCount}
  643. {/block:NoteCount}
  644.  
  645. {block:RebloggedFrom}
  646. <br />
  647. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  648. {/block:RebloggedFrom}
  649.  
  650. {block:HasTags}
  651. <br />
  652. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  653. {/block:HasTags}
  654.  
  655. </div>
  656. {/block:PermalinkPage}
  657.  
  658. {/block:Link}
  659.  
  660. {block:Quote}
  661.  
  662. <div class="post">
  663. <div class="quote {Length}">“{Quote}”</div>
  664. {block:Source}
  665. <div style="float: right; font-family: georgia; font-size: 12px; margin-top: 5px; {block:IndexPage}height: 20px; overflow: hidden; line-height: 2;{/block:IndexPage}"><i>{Source}</i></div><div style="margin-bottom: {block:IndexPage}16px;{/block:IndexPage}{block:PermalinkPage}30px;{/block:PermalinkPage}"></div>
  666. {/block:Source}
  667.  
  668. {block:IndexPage}
  669. <div class="quotetest">
  670. <center>
  671. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  672. </center>
  673. </div>
  674. {/block:IndexPage}
  675.  
  676. {block:PermalinkPage}
  677. {block:Caption}{Caption}{/block:Caption}
  678. <div style="margin-bottom: -10px;"></div>
  679. {/block:PermalinkPage}
  680.  
  681. </div>
  682.  
  683. {block:PermalinkPage}
  684. <div class="permalink">
  685.  
  686. {block:Date}
  687. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  688. {/block:Date}
  689.  
  690. {block:RebloggedFrom}
  691. <br />
  692. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  693. {/block:RebloggedFrom}
  694.  
  695. {block:NoteCount}
  696. <br />
  697. <b>number of notes:</b> {NoteCount}
  698. {/block:NoteCount}
  699.  
  700. {block:RebloggedFrom}
  701. <br />
  702. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  703. {/block:RebloggedFrom}
  704.  
  705. {block:HasTags}
  706. <br />
  707. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  708. {/block:HasTags}
  709.  
  710. </div>
  711. {/block:PermalinkPage}
  712.  
  713. {/block:Quote}
  714.  
  715. {block:Chat}
  716.  
  717. <div class="post">
  718.  
  719. {block:Title}<span class="title">{Title}</span><br />
  720. <div style="margin-top: 20px;"></div>{/block:Title}
  721. {block:Lines}
  722. {block:Label}
  723. <span style="text-transform: uppercase;">{Label}</span>
  724. {/block:Label} <span style="font-size: 12px;">{Line}</span><br />
  725. {/block:Lines}
  726.  
  727. {block:IndexPage}
  728. <div class="chattest">
  729. <center>
  730. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  731. </center>
  732. </div>
  733. {/block:IndexPage}
  734.  
  735. </div>
  736.  
  737. {block:PermalinkPage}
  738. <div class="permalink">
  739.  
  740. {block:Date}
  741. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  742. {/block:Date}
  743.  
  744. {block:RebloggedFrom}
  745. <br />
  746. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  747. {/block:RebloggedFrom}
  748.  
  749. {block:NoteCount}
  750. <br />
  751. <b>number of notes:</b> {NoteCount}
  752. {/block:NoteCount}
  753.  
  754. {block:RebloggedFrom}
  755. <br />
  756. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  757. {/block:RebloggedFrom}
  758.  
  759. {block:HasTags}
  760. <br />
  761. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  762. {/block:HasTags}
  763.  
  764. </div>
  765. {/block:PermalinkPage}
  766.  
  767. {/block:Chat}
  768.  
  769. {block:Audio}
  770.  
  771. <div class="post">
  772. <center>
  773. {block:AlbumArt}
  774. <img src="{AlbumArtURL}"
  775. {block:IndexPage}width="250px"{/block:IndexPage}
  776. {block:PermalinkPage}width="400px"{/block:PermalinkPage} />
  777. {block:AudioPlayer}<br /><br />{/block:AudioPlayer}
  778. {/block:AlbumArt}
  779.  
  780. {block:AudioEmbed}
  781. {block:IndexPage}{AudioEmbed-250}{/block:IndexPage}
  782. {block:PermalinkPage}{AudioEmbed-400}{/block:PermalinkPage}
  783. {/block:AudioEmbed}
  784.  
  785. {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
  786. </center>
  787.  
  788. {block:IndexPage}
  789. <div class="audiotest">
  790. <center>
  791. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  792. </center>
  793. </div>
  794. {/block:IndexPage}
  795.  
  796. {block:PermalinkPage}
  797. {block:Caption}{Caption}{/block:Caption}
  798. <div style="margin-bottom: -10px;"></div>
  799. {/block:PermalinkPage}
  800.  
  801. </div>
  802.  
  803. {block:PermalinkPage}
  804. <div class="permalink">
  805.  
  806. {block:Date}
  807. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  808. {/block:Date}
  809.  
  810. {block:RebloggedFrom}
  811. <br />
  812. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  813. {/block:RebloggedFrom}
  814.  
  815. {block:NoteCount}
  816. <br />
  817. <b>number of notes:</b> {NoteCount}
  818. {/block:NoteCount}
  819.  
  820. {block:RebloggedFrom}
  821. <br />
  822. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  823. {/block:RebloggedFrom}
  824.  
  825. {block:HasTags}
  826. <br />
  827. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  828. {/block:HasTags}
  829.  
  830. </div>
  831. {/block:PermalinkPage}
  832.  
  833. {/block:Audio}
  834.  
  835. {block:Video}
  836.  
  837. <div class="post">
  838. {block:IndexPage}{VideoEmbed-250}{/block:IndexPage}
  839. {block:PermalinkPage}{VideoEmbed-400}{/block:PermalinkPage}
  840.  
  841. {block:IndexPage}
  842. <div class="videotest">
  843. <center>
  844. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  845. </center>
  846. </div>
  847. {/block:IndexPage}
  848.  
  849. {block:PermalinkPage}
  850. {block:Caption}{Caption}{/block:Caption}
  851. <div style="margin-bottom: -10px;"></div>
  852. {/block:PermalinkPage}
  853.  
  854. </div>
  855.  
  856. {block:PermalinkPage}
  857. <div class="permalink">
  858.  
  859. {block:Date}
  860. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  861. {/block:Date}
  862.  
  863. {block:RebloggedFrom}
  864. <br />
  865. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  866. {/block:RebloggedFrom}
  867.  
  868. {block:NoteCount}
  869. <br />
  870. <b>number of notes:</b> {NoteCount}
  871. {/block:NoteCount}
  872.  
  873. {block:RebloggedFrom}
  874. <br />
  875. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  876. {/block:RebloggedFrom}
  877.  
  878. {block:HasTags}
  879. <br />
  880. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  881. {/block:HasTags}
  882.  
  883. </div>
  884. {/block:PermalinkPage}
  885.  
  886. {/block:Video}
  887.  
  888. {block:Answer}
  889.  
  890. <div class="post">
  891.  
  892. <div style="background-color: rgba(200, 200, 200, 0.5); padding: 5px;" {block:IndexPage}width="250px"{/block:IndexPage}{block:PermalinkPage}width="400px"{/block:PermalinkPage}>{Asker} asked: {Question}</div>
  893. {Answer}
  894.  
  895. <div style="margin-bottom: -13px;"></div>
  896.  
  897. {block:IndexPage}
  898. <div class="answertest">
  899. <center>
  900. <span style="float: right; margin-left: 7px;">{LikeButton size="14"}</span> <span style="float: right;">{ReblogButton size="15"}</span><span style="float: left;"><a href="{Permalink}" target="_blank">{NoteCount} notes</a></span>
  901. </center>
  902. </div>
  903. {/block:IndexPage}
  904.  
  905. {block:PermalinkPage}
  906. {block:Caption}{Caption}{/block:Caption}
  907. <div style="margin-bottom: -10px;"></div>
  908. {/block:PermalinkPage}
  909.  
  910. </div>
  911.  
  912. {block:PermalinkPage}
  913. <div class="permalink">
  914.  
  915. {block:Date}
  916. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  917. {/block:Date}
  918.  
  919. {block:RebloggedFrom}
  920. <br />
  921. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  922. {/block:RebloggedFrom}
  923.  
  924. {block:NoteCount}
  925. <br />
  926. <b>number of notes:</b> {NoteCount}
  927. {/block:NoteCount}
  928.  
  929. {block:RebloggedFrom}
  930. <br />
  931. <b>posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  932. {/block:RebloggedFrom}
  933.  
  934. {block:HasTags}
  935. <br />
  936. <b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  937. {/block:HasTags}
  938.  
  939. </div>
  940. {/block:PermalinkPage}
  941.  
  942. {/block:Answer}
  943.  
  944. </div>
  945.  
  946. {/block:Posts}
  947.  
  948. <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
  949.  
  950. </div>
  951.  
  952. </body>
  953.  
  954. {block:IfInfiniteScrolling}
  955. <div class="navigation">
  956. {block:Pagination}
  957. {block:NextPage}
  958. <p id="page_nav"><a style="float:right" href="{NextPage}" id="next">nextpage</a>
  959. {/block:NextPage}
  960. {block:PreviousPage}
  961. <a style="float:left" href="{PreviousPage}">previouspage</a></p>
  962. {/block:PreviousPage}
  963. {/block:Pagination}
  964. </div>
  965. {/block:IfInfiniteScrolling}
  966.  
  967. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement