Advertisement
officialdogblog

toffee

Apr 2nd, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.92 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. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
  10.  
  11. <!-- Start Photoset plugin -->
  12.  
  13. <script src="http://static.tumblr.com/fpdiq1j/N9Bmyhj01/jquery.photoset-grid.min.js"></script>
  14. <script>
  15. $(function(){
  16. $('.photoset-grid').photosetGrid({
  17. highresLinks: false,
  18. rel: $('.photoset-grid').attr('data-id'),
  19. gutter: '10px',
  20. onComplete: function(){
  21.  
  22. }
  23. });
  24. });
  25. </script>
  26.  
  27. <!-- End Photoset plugin-->
  28.  
  29. <script type="text/javascript">
  30. $(document).ready(
  31. function() {
  32. $("#ask").click(function() {
  33. $("#askbox").fadeToggle();
  34. });
  35. });
  36. </script>
  37.  
  38. <script type="text/javascript">
  39. $(document).ready(
  40. function() {
  41. $("#links").click(function() {
  42. $("#linkdiv").fadeToggle();
  43. });
  44. });
  45. </script>
  46.  
  47. <script type="text/javascript">
  48. $(document).ready(
  49. function() {
  50. $("#submit").click(function() {
  51. $("#submitbox").fadeToggle();
  52. });
  53. });
  54. </script>
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Roboto:100,400,300' rel='stylesheet' type='text/css'>
  57.  
  58. <meta name="image:Background" content="" />
  59.  
  60. <meta name="color:Background" content="#999999" />
  61. <meta name="color:Border" content="#AEAEAE" />
  62. <meta name="color:Info" content="#FFFFFF" />
  63. <meta name="color:Link" content="#aeaeae" />
  64. <meta name="color:Link Hover" content="#FFFFFF" />
  65. <meta name="color:Text" content="#000000" />
  66.  
  67. <meta name="text:Link 1 Title" content="" />
  68. <meta name="text:Link 1 URL" content="" />
  69. <meta name="text:Link 2 Title" content="" />
  70. <meta name="text:Link 2 URL" content="" />
  71. <meta name="text:Link 3 Title" content="" />
  72. <meta name="text:Link 3 URL" content="" />
  73. <meta name="text:Link 4 Title" content="" />
  74. <meta name="text:Link 4 URL" content="" />
  75.  
  76. <meta name="if:Link 1" content="1" />
  77. <meta name="if:Link 2" content="0" />
  78. <meta name="if:Link 3" content="0" />
  79. <meta name="if:Link 4" content="0" />
  80. <meta name="if:Pop Up Ask" content="1" />
  81. <meta name="if:Pop Up Submit" content="1" />
  82.  
  83. </head>
  84.  
  85. <style type="text/css">
  86.  
  87. ::-webkit-scrollbar {
  88. width: 0px;
  89. height: 0px;
  90. }
  91.  
  92. @font-face {
  93. font-family: 'Carrois Gothic SC';
  94. font-style: normal;
  95. font-weight: 400;
  96. src: local('Carrois Gothic SC'), local('CarroisGothicSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/carroisgothicsc/v2/bVp4nhwFIXU-r3LqUR8DSNce8QJcbznVYyCETTx3XZM.woff) format('woff');
  97. }
  98.  
  99. #tumblr_controls{
  100. -webkit-filter: invert(100%);
  101. -moz-filter: invert(100%);
  102. -ms-filter: invert(100%);
  103. -o-filter: invert(100%);
  104. filter: invert(100%);
  105. opacity: 0.3;
  106. }
  107.  
  108. .pagination {
  109. position: absolute;
  110. margin-left: 80px;
  111. margin-bottom: 50px;
  112. width: 380px;
  113. font-size: 50px;
  114. font-weight: 100;
  115. }
  116.  
  117. .pagination a {
  118. border: outset 10px {color:Border};
  119. font-size: 15px;
  120. background-color: #fff;
  121. color: #000;
  122. padding-top: 8px;
  123. padding-left: 12px;
  124. padding-right: 12px;
  125. padding-bottom: 8px;
  126. text-transform: lowercase;
  127. font-family: Roboto;
  128. font-weight: 300;
  129. }
  130.  
  131. body {
  132. font-family: helvetica;
  133. font-weight: 100;
  134. font-size: 12px;
  135. color: {color:Text};
  136. background: {color:Background} url({image:Background}) fixed;
  137. background-size: cover;
  138. }
  139.  
  140. body a {
  141. font-family: arial;
  142. text-transform: uppercase;
  143. color: {color:Link};
  144. -o-transition: .7s;
  145. -ms-transition: .7s;
  146. -moz-transition: .7s;
  147. -webkit-transition: .7s;
  148. transition: .7s;
  149. }
  150.  
  151. body a:hover {
  152. color: {color:Link Hover};
  153. text-decoration: none;
  154. }
  155.  
  156. .posts {
  157. position: absolute;
  158. margin-top: 50px;
  159. left: 50%;
  160. {block:IndexPage}margin-left: -260px;{/block:IndexPage}
  161. {block:PermalinkPage}margin-left: -370px;{/block:PermalinkPage}
  162. }
  163.  
  164. .post {
  165. background-color: rgba(300, 300, 300, 1);
  166. position: relative;
  167. padding: 30px;
  168. border: outset 10px {color:Border};
  169. margin-bottom: 100px;
  170. margin-left: 50px;
  171. margin-right: 50px;
  172. width: 380px;
  173. word-wrap: break-word;
  174. text-align: justify;
  175. -o-transition: all 0.8s ease;
  176. -ms-transition: all 0.8s ease;
  177. -moz-transition: all 0.8s ease;
  178. -webkit-transition: all 0.8s ease;
  179. transition: all 0.8s ease;
  180. {block:IfZoom}
  181. outline: 0px solid {color:Border};
  182. outline-offset: 2000px;
  183. {/block:IfZoom}
  184. }
  185.  
  186. .post img {
  187. max-width: 100%;
  188. }
  189.  
  190. .answer {
  191. width: 320px;
  192. padding: 7px;
  193. background-color: rgba(150, 150, 150, 0.2);
  194. }
  195.  
  196. .permalink .answer {
  197. width: 440px;
  198. }
  199.  
  200. .permalink {
  201. border: outset 10px {color:Border};
  202. padding: 20px;
  203. margin-top: 150px;
  204. margin-left: 100px;
  205. margin-right: 100px;
  206. margin-bottom: -100px;
  207. width: 500px;
  208. word-wrap: break-word;
  209. text-align: justify;
  210. background-color: rgba(300, 300, 300, 1);
  211. }
  212.  
  213. .permalink img {
  214. width: 100%;
  215. }
  216.  
  217. .title {
  218. font-family: carrois gothic sc;
  219. font-size: 17px;
  220. text-transform: uppercase;
  221. }
  222.  
  223. .quote.short {
  224. font-size: 17px;
  225. font-weight: 100;
  226. }
  227.  
  228. .quote.medium {
  229. font-size: 16px;
  230. font-weight: 100;
  231. }
  232.  
  233. .quote.long {
  234. font-size: 13px;
  235. font-weight: 100;
  236. }
  237.  
  238. .quote a {
  239. font-style: normal;
  240. }
  241.  
  242. ol.notes {
  243. max-height: 200px;
  244. overflow: auto;
  245. list-style-type: none;
  246. margin-left: -35px;
  247. }
  248.  
  249. ol.notes img {
  250. padding-right: 5px;
  251. width: 16px;
  252. }
  253.  
  254. .quote a {
  255. font-family: georgia;
  256. }
  257.  
  258. #linkdiv {
  259. display: none;
  260. }
  261.  
  262. #askbox {
  263. display: none;
  264. }
  265.  
  266. #submitbox {
  267. display: none;
  268. }
  269.  
  270. blockquote {
  271. {block:IndexPage}
  272. background: rgba(100, 100, 100, 0.1);
  273. padding: 10px;
  274. {/block:IndexPage}
  275. {block:PermalinkPage}
  276. padding-left: 8px;
  277. width: 95%;
  278. margin-left: 4px;
  279. text-align: justify;
  280. {/block:PermalinkPage}
  281. }
  282.  
  283. .slideout {
  284. position: absolute;
  285. height: 100px;
  286. width: 380px;
  287. text-align: center;
  288. bottom: -80px;
  289. opacity: 0;
  290. -o-transition:.7s;
  291. -ms-transition:.7s;
  292. -moz-transition:.7s;
  293. -webkit-transition:.7s;
  294. transition:.7s;
  295. }
  296.  
  297. .post:hover .slideout {
  298. bottom: -120px;
  299. opacity: 1;
  300. }
  301.  
  302. </style>
  303.  
  304. <body>
  305.  
  306. <div class="autopagerize_page_element">
  307. <div class="posts">
  308.  
  309. <center>
  310. {block:Description}{Description}.   {/block:Description}<a href="#" id="links" title="click again to disappear">links</a>.<br /><br />
  311. <div id="linkdiv"><div id="linkthings">{block:IfPopUpAsk}<a href="#" id="ask" title="click again to disappear">ask</a>.   {/block:IfPopUpAsk}{block:IfPopUpSubmit}<a href="#" id="submit" title="click again to disappear">submit</a>.   {/block:IfPopUpSubmit}{block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>.   {/block:IfLink1}{block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>.   {/block:IfLink2}{block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>.   {/block:IfLink3}{block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>.   {/block:IfLink4}<a href="gay8.tumblr.com/">credit</a>.</div><br /></div>
  312. {block:IfPopUpAsk}<div id="askbox"><br /><br /><br /><br /><p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/PUT YOUR URL HERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p></div>{/block:IfPopUpAsk}
  313.  
  314. {block:IfPopUpSubmit}<div id="submitbox"><br /><br /><br /><br /><p><iframe id="submit_form" src="http://www.tumblr.com/submit_form/PUT YOUR URL HERE.tumblr.com" frameborder="0" height="500" scrolling="no" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p></div>{/block:IfPopUpSubmit}
  315. </center>
  316.  
  317. {block:IndexPage}<br /><br /><br /><br />{/block:IndexPage}
  318.  
  319. {block:Posts}
  320.  
  321. {block:Text}
  322. {block:IndexPage}
  323. <div class="post">
  324. {block:Title}<div class="title">{Title}</div>{/block:Title}
  325. <center>{Body}</cemter>
  326. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  327. </div>
  328. {/block:IndexPage}
  329. {block:PermalinkPage}
  330. <div style="margin-top: 100px;"></div>
  331. <div class="permalink">
  332. {block:Title}<div class="title">{Title}</div>{/block:Title}
  333. {Body}<br />
  334. {block:Date}
  335. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  336. <br />
  337. {/block:Date}
  338. {block:RebloggedFrom}
  339. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  340. {/block:RebloggedFrom}
  341. {block:NoteCount}
  342. <b>number of notes:</b> {NoteCount}
  343. {/block:NoteCount}
  344. {block:HasTags}
  345. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  346. {/block:HasTags}
  347. </div>
  348. {/block:PermalinkPage}
  349. {/block:Text}
  350.  
  351. {block:Photo}
  352. {block:IndexPage}
  353. <div class="post">
  354. <a href="{Permalink}" target="_blank">
  355. <img src="{PhotoURL-HighRes}" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')" onmouseout="$(this).changebackground('{image:Background}')" width="100%" />
  356. </a><br />
  357. <center>
  358. {block:Caption}{Caption}{/block:Caption}
  359. </center>
  360. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  361. </div>
  362. {/block:IndexPage}
  363. {block:PermalinkPage}
  364. <div style="margin-top: 100px;"></div>
  365. <div class="permalink">
  366. <img src="{PhotoURL-HighRes}" width="100%" />
  367. {block:Caption}{Caption}{/block:Caption}
  368. <div style="margin-top: -10px;"></div>
  369. <br />
  370. {block:Date}
  371. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  372. <br />
  373. {/block:Date}
  374. {block:RebloggedFrom}
  375. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  376. {/block:RebloggedFrom}
  377. <b>number of notes:</b> {NoteCount}
  378. {block:HasTags}
  379. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  380. {/block:HasTags}
  381. </div>
  382. {/block:PermalinkPage}
  383. {/block:Photo}
  384.  
  385. {block:Photoset}
  386. {block:IndexPage}
  387. <div class="post">
  388. <a href="{Permalink}" target="_blank">
  389. <div class="photoset-grid" data-layout="{PhotosetLayout}" data-id="photoset{PostID}">
  390. {block:Photos}
  391. <img src="{PhotoURL-500}" {block:HighRes}data-highres="{PhotoURL-HighRes}"{/block:HighRes} onmouseover="$(this).changebackground('{PhotoURL-HighRes}')" onmouseout="$(this).changebackground('{image:Background}')" />
  392. {/block:Photos}
  393. </div>
  394. </a>
  395. <center>
  396. {block:Caption}{Caption}{/block:Caption}
  397. </center>
  398. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  399. </div>
  400. {/block:IndexPage}
  401. {block:PermalinkPage}
  402. <div style="margin-top: 100px;"></div>
  403. <div class="permalink">
  404. {Photoset}
  405. {block:Caption}{Caption}{/block:Caption}
  406. <div style="margin-top: -10px;"></div>
  407. <br />
  408. {block:Date}
  409. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  410. <br />
  411. {/block:Date}
  412. {block:RebloggedFrom}
  413. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  414. {/block:RebloggedFrom}
  415. <b>number of notes:</b> {NoteCount}
  416. {block:HasTags}
  417. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  418. {/block:HasTags}
  419. </div>
  420. {/block:PermalinkPage}
  421. {/block:Photoset}
  422.  
  423. {block:Quote}
  424. {block:IndexPage}
  425. <div class="post">
  426. <center><div class="quote {Length}">“{Quote}”</div></center>
  427. {block:Source}<br /><br /><center><span style="font-family: arial;" class="quote"><i>{Source}</i></span></center>{/block:Source}
  428. <div style="clear:both;"></div>
  429. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  430. </div>
  431. {/block:IndexPage}
  432. {block:PermalinkPage}
  433. <div style="margin-top: 100px;"></div>
  434. <div class="permalink">
  435. <div class="quote {Length}">“{Quote}”</div>
  436. {block:Source}<span style="float: right; font-family: arial;" class="quote"><i>{Source}</i></span>{/block:Source}<div style="clear: both;"></div><br />
  437. {block:Date}
  438. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  439. <br />
  440. {/block:Date}
  441. {block:RebloggedFrom}
  442. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  443. {/block:RebloggedFrom}
  444. <b>number of notes:</b> {NoteCount}
  445. {block:HasTags}
  446. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  447. {/block:HasTags}
  448. </div>
  449. {/block:PermalinkPage}
  450. {/block:Quote}
  451.  
  452. {block:Link}
  453. {block:IndexPage}
  454. <div class="post">
  455. <center><div class="title"><a href="{URL}">{Name}</a></div>
  456. {block:Description}{Description}{/block:Description}</center>
  457. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  458. </div>
  459. {/block:IndexPage}
  460. {block:PermalinkPage}
  461. <div style="margin-top: 100px;"></div>
  462. <div class="permalink">
  463. <div class="title"><a href="{URL}">{Name}</a></div>
  464. {block:Description}{Description}{/block:Description}<br />
  465. {block:Date}
  466. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  467. <br />
  468. {/block:Date}
  469. {block:RebloggedFrom}
  470. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  471. {/block:RebloggedFrom}
  472. <b>number of notes:</b> {NoteCount}
  473. {block:HasTags}
  474. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  475. {/block:HasTags}
  476. </div>
  477. {/block:PermalinkPage}
  478. {/block:Link}
  479.  
  480. {block:Chat}
  481. {block:IndexPage}
  482. <div class="post">
  483. {block:Title}<div class="title">{Title}</div>{/block:Title}
  484. {block:Lines}
  485. {block:Label}<i><b>{Label}</b></i>{/block:Label} {Line}<br /><br />
  486. {/block:Lines}
  487. <div style="margin-top: -10px;"></div>
  488. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  489. </div>
  490. {/block:IndexPage}
  491. {block:PermalinkPage}
  492. <div style="margin-top: 100px;"></div>
  493. <div class="permalink">
  494. {block:Title}<div class="title">{Title}</div>{/block:Title}
  495. {block:Lines}
  496. {block:Label}<i><b>{Label}</b></i>{/block:Label} {Line}<br /><br />
  497. {/block:Lines}
  498. {block:Date}
  499. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  500. <br />
  501. {/block:Date}
  502. {block:RebloggedFrom}
  503. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  504. {/block:RebloggedFrom}
  505. <b>number of notes:</b> {NoteCount}
  506. {block:HasTags}
  507. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  508. {/block:HasTags}
  509. </div>
  510. {/block:PermalinkPage}
  511. {/block:Chat}
  512.  
  513. {block:Audio}
  514. {block:IndexPage}
  515. <div class="post">
  516. <center>
  517. <div class="opacity">
  518. {block:AlbumArt}
  519. <img src="{AlbumArtURL}" width="100%" /><br />
  520. {/block:AlbumArt}
  521. {block:AudioEmbed}
  522. <br />{AudioEmbed-250}<br /><br />
  523. {/block:AudioEmbed}
  524. {block:AudioPlayer}
  525. <br />{AudioPlayer}
  526. {/block:AudioPlayer}
  527. </div>
  528. {block:AudioPlayer}
  529. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}
  530. {block:Artist}- <i>{Artist}</i>{/block:Artist}<br /><br />
  531. {/block:AudioPlayer}
  532. </center>
  533. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  534. </div>
  535. {/block:IndexPage}
  536. {block:PermalinkPage}
  537. <div style="margin-top: 100px;"></div>
  538. <div class="permalink">
  539. <center>
  540. {block:AlbumArt}
  541. <img src="{AlbumArtURL}" width="100%" /><br />
  542. {/block:AlbumArt}
  543. {block:AudioEmbed}
  544. <br />{AudioEmbed-400}<br /><br />
  545. {/block:AudioEmbed}
  546. {block:AudioPlayer}
  547. <br />{AudioPlayer}
  548. {/block:AudioPlayer}
  549. {block:AudioPlayer}
  550. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}
  551. {block:Artist}- <i>{Artist}</i>{/block:Artist}<br /><br />
  552. {/block:AudioPlayer}
  553. </center>
  554. {block:Caption}
  555. {block:AudioPlayer}<div style="margin-top: -10px;"></div>{/block:AudioPlayer}
  556. {Caption}
  557. {/block:Caption}
  558. {block:Date}
  559. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  560. <br />
  561. {/block:Date}
  562. {block:RebloggedFrom}
  563. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  564. {/block:RebloggedFrom}
  565. <b>number of notes:</b> {NoteCount}
  566. {block:HasTags}
  567. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  568. {/block:HasTags}
  569. </div>
  570. {/block:PermalinkPage}
  571. {/block:Audio}
  572.  
  573. {block:Video}
  574. {block:IndexPage}
  575. <div class="post">
  576. <br /><br /><br /><br />
  577. <center>
  578. <div class="opacity">
  579. {VideoEmbed-250}
  580. <br /><br /><br /><br /><br />
  581. </div>
  582. </center>
  583. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  584. </div>
  585. {/block:IndexPage}
  586. {block:PermalinkPage}
  587. <div style="margin-top: 100px;"></div>
  588. <div class="permalink">
  589. <br />
  590. <center>
  591. {VideoEmbed-400}
  592. </center>
  593. <br />
  594. {block:Caption}{Caption}{/block:Caption}
  595. {block:Date}
  596. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  597. <br />
  598. {/block:Date}
  599. {block:RebloggedFrom}
  600. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  601. {/block:RebloggedFrom}
  602. <b>number of notes:</b> {NoteCount}
  603. {block:HasTags}
  604. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  605. {/block:HasTags}
  606. </div>
  607. {/block:PermalinkPage}
  608. {/block:Video}
  609.  
  610. {block:Answer}
  611. {block:IndexPage}
  612. <div class="post">
  613. <span style="float: left;">
  614. <img src="{AskerPortraitURL-30}" />
  615. </span>
  616. <span class="answer" style="float: right;">
  617. "{Question}"
  618. </span>
  619. <br />
  620. <span style="float: right; text-transform: lowercase; margin-top: 5px;">asked by {Asker}</span>
  621. <div style="clear: both;"></div>
  622. {Answer}
  623. <div class="slideout">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}  /  <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}  /  <a href="{ReblogURL}">reblog</a></div>
  624. </div>
  625. {/block:IndexPage}
  626. {block:PermalinkPage}
  627. <div style="margin-top: 100px;"></div>
  628. <div class="permalink">
  629. <span style="float: left;">
  630. <img src="{AskerPortraitURL-30}" />
  631. </span>
  632. <span class="answer" style="float: right;">
  633. "{Question}"
  634. </span>
  635. <br />
  636. <span style="float: right; text-transform: lowercase; margin-top: 5px;">asked by {Asker}</span>
  637. <div style="clear: both;"></div>
  638. {Answer}<br />
  639. {block:Date}
  640. <b>posted on:</b> {DayOfMonth} {Month} {Year} at {12Hour}:{Minutes}{AmPm}
  641. <br />
  642. {/block:Date}
  643. {block:RebloggedFrom}
  644. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />
  645. {/block:RebloggedFrom}
  646. <b>number of notes:</b> {NoteCount}
  647. {block:HasTags}
  648. <br /><b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>  {block:Tags}
  649. {/block:HasTags}
  650. </div>
  651. {/block:PermalinkPage}
  652. {/block:Answer}
  653.  
  654. {block:PostNotes}
  655. <div class="permalink">
  656. {PostNotes-16}
  657. </div>
  658. {/block:PostNotes}
  659.  
  660. {block:ContentSource}
  661. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  662. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  663. {/block:SourceLogo}
  664. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  665. {/block:ContentSource}
  666.  
  667. {block:ReblogParent}{/block:ReblogParent}
  668.  
  669. {/block:Posts}
  670.  
  671. <div style="margin-bottom: 50px;">
  672. {block:Pagination}
  673. <div class="pagination">
  674. {block:PreviousPage}
  675. <span style="float: left;"><a href="{PreviousPage}">previous</a></span>
  676. {/block:PreviousPage}
  677. {block:NextPage}
  678. <span style="float: right;"><a href="{NextPage}">next</a></span>
  679. {/block:NextPage}
  680. <div style="clear: both;"></div>
  681. </div>
  682. {/block:Pagination}
  683. </div>
  684.  
  685. <br /><br /><br /><br /><br /><br />  
  686.  
  687. </div>
  688. </div>
  689.  
  690. </body>
  691.  
  692. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement