Advertisement
itsbrandon

relevanttheme

Apr 12th, 2013
4,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.39 KB | None | 0 0
  1. <!---
  2. THEME BY itsbrvndon
  3.  
  4. http://itsbrvndon.tumblr.com
  5.  
  6. more themes at brandonthemes.tumblr.com
  7.  
  8. theme based off of pitchblackglow
  9. please don't remove credit
  10. ---->
  11.  
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17.  
  18. <head>
  19.  
  20.  
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30.  
  31.  
  32. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  33. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  34.  
  35.  
  36.  
  37. <meta name="color:Background" content="#f0eeee"/>
  38. <meta name="color:Text" content="#000000"/>
  39. <meta name="color:description" content="#000000"/>
  40. <meta name="color:Hover" content="#dddddd"/>
  41. <meta name="color:post outline" content="#dddddd"/>
  42. <meta name="color:Link" content="#607bc5"/>
  43. <meta name="color:sidebar background" content="#F7F7F7"/>
  44. <meta name="image:Background" content=""/>
  45. <meta name="image:sidebar" content="0"/>
  46. <meta name="if:show sidebar image" content="0">
  47. <meta name="text:Custom Link One Title" content= >
  48. <meta name="text:custom link hover text one" content= >
  49. <meta name="text:Custom Link One" content="http://" />
  50. <meta name="text:Custom Link Two Title" content= >
  51. <meta name="text:custom link hover text two" content= >
  52. <meta name="text:Custom Link Two" content="http://" />
  53. <meta name="text:Custom Link Three Title" content= >
  54. <meta name="text:custom link hover text three" content= >
  55. <meta name="text:Custom Link Three" content="http://" />
  56.  
  57. <style type="text/css">
  58. @import url(http://fonts.googleapis.com/css?family=Megrim);
  59. @import url(http://fonts.googleapis.com/css?family=Marck+Script);
  60. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  61. @import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
  62.  
  63.  
  64.  
  65.  
  66. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  67.  
  68.  
  69. #tumblr_controls{
  70. position:fixed !important;
  71. -webkit-filter:invert(100%);
  72. opacity:.7;
  73. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  74. }
  75.  
  76. #tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  77.  
  78. ::-webkit-scrollbar {
  79.  
  80. width: 7px;
  81.  
  82. height: 4px;
  83.  
  84. background: #eeecec;
  85.  
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb {
  89.  
  90. background: #C7C3C5;
  91. }
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. body {
  104. padding: 0px;
  105. margin: 0px;
  106. color:{color:text};
  107. background-color: {color:Background};
  108. background-image:url({image:Background});
  109. background-attachment: fixed;
  110. -webkit-background-size: cover;
  111. -moz-background-size: cover;
  112. -o-background-size: cover;
  113. background-size: cover;
  114. background-size: ;
  115. font-family:consolas;
  116. letter-spacing: 1px;
  117. font-size: 8px;
  118. line-height:10px;
  119.  
  120. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
  121. }
  122.  
  123.  
  124.  
  125. p {
  126. margin:0px;
  127. margin-top:0px;
  128. }
  129.  
  130.  
  131. a:link, a:active, a:visited{
  132. color: {color:Link};
  133. text-decoration: none;
  134. -webkit-transition: color 0.5s ease-out;
  135. -moz-transition: color 0.5s ease-out;
  136. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  137. }
  138.  
  139. a:hover{
  140. color:{color:Hover};
  141. -webkit-transition-duration: .9s;
  142. -webkit-transition: color 0.3s ease-out;
  143. -moz-transition: color 0.3s ease-out;
  144. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  145. }
  146.  
  147. a:active{
  148. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  149. -webkit-transition:all 0.05s ease-in-out;
  150. -moz-transition:all 0.05s ease-in-out;
  151. -o-transition:all 0.05s ease-in-out;
  152. transition:all 0.05s ease-in-out;
  153. color: #000;
  154. text-decoration:underline;
  155. }
  156.  
  157.  
  158.  
  159. ::selection {
  160. background:#000;
  161. color: #777;
  162. }
  163.  
  164. ::-moz-selection {
  165. background:#aaa;
  166. color: #777;
  167. }
  168.  
  169. div#sidebar {
  170. position:fixed !important;
  171. float:right;
  172. width: 230px;
  173. margin-top: 120px;
  174. margin-left:200px;
  175. padding-top: 4px;
  176. padding-left: 4px;
  177. padding-right: 4px;
  178. padding-bottom: 5px;
  179. border: solid 1px {color:post outline};
  180. font-family: Droid sans Mono;
  181. color: {color:description};
  182. text-align:left;
  183. font-size: 10px;
  184. line-height: 14px;
  185. opacity: 1;
  186. background-color: {color:sidebar background};
  187.  
  188. }
  189.  
  190. .entry img{max-width:100%;}
  191. .entry {
  192. margin: 4px;
  193. {block:IndexPage}
  194. width:250px;
  195. {/block:IndexPage}
  196. {block:PermalinkPage}
  197. width:510px;
  198. {/block:PermalinkPage}
  199. padding-top:4px;
  200. padding-left:4px;
  201. padding-right:4px;
  202. padding-bottom:2px;
  203. border: 1px solid {color:post outline};
  204. float:left;
  205. background-color: #fff;
  206. font-family: Droid sans Mono;
  207. font-size: 9px;
  208. line-height:12px;
  209.  
  210. -moz-box-shadow: 0px 0px ;
  211. -webkit-box-shadow: 0px 0px ;
  212. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6)
  213.  
  214.  
  215. }
  216.  
  217. .entry .sex{
  218. position:absolute;
  219. width:250px;
  220. height: 15px;
  221. padding-top:2px;
  222. padding-bottom: 2px;
  223. background-color: #fff;
  224. margin-left: 0px;
  225. overflow:hidden;
  226. letter-spacing: 0;
  227. top: 15px;
  228. font-family: Droid sans Mono;
  229. text-transform: uppercase;
  230. font-size: 8px;
  231. line-height:16px;
  232. text-align:center;
  233. opacity:0.0;
  234. border-bottom-right-radius:0px;
  235. border-top-right-radius:0px;
  236. border-top-left-radius:0px;
  237. border-bottom-left-radius:0px;
  238. -webkit-transition: all 0.6s linear;
  239. -moz-transition: all 0.6s linear;
  240. transition: all 0.6s linear;
  241. }
  242.  
  243.  
  244. .entry:hover .sex{
  245. overflow:visible;
  246. -webkit-transition: opacity 0.5s linear; opacity: 0.6;
  247. transition: all 0.4s linear;
  248. margin-left: 0px;
  249. width: 250px;
  250. height: 15px;
  251. top: 15px;
  252. padding-top: 2px;
  253. padding-bottom: 2px;
  254. opacity: 0.7;
  255. border-bottom-right-radius:0px;
  256. border-top-right-radius:0px;
  257. border-top-left-radius:0px;
  258. border-bottom-left-radius:0px;
  259. -webkit-transition: all 0.6s linear;
  260. -moz-transition: all 0.6s linear;
  261. transition: all 0.6s linear;
  262. }
  263.  
  264.  
  265.  
  266. .entry:hover .sex:hover {
  267. opacity: 1;
  268. height: 15px;
  269. top: 15px;
  270. padding-top: 2px;
  271. padding-bottom: 2px;
  272. border-bottom-right-radius:0px;
  273. border-top-right-radius:0px;
  274. border-top-left-radius:0px;
  275. border-bottom-left-radius:0px;
  276. -webkit-transition: all 0.2s linear;
  277. -moz-transition: all 0.6s linear;
  278. transition: all 0.2s linear;
  279. }
  280.  
  281. .cunt{display: block;
  282. margin-top: 0px;
  283. font-family: Droid sans Mono;
  284. font-size: 7px;
  285. line-height: 0px;
  286. text-align:center;
  287. letter-spacing: 1;
  288. border-top: 1px solid #ddd;
  289. width: 250px;
  290. background-color: ;
  291. text-transform: uppercase;
  292. }
  293.  
  294. .entry .cunt{
  295. opacity: 0;
  296. width:250px;
  297. margin-top: -13px;
  298. padding-top: 8px;
  299. text-align:center;
  300. position:absolute;
  301. -webkit-transition: all 0.4s linear;
  302. }
  303.  
  304. .entry:hover .cunt{
  305. overflow:visible;
  306. width: 250px;
  307. text-align:center;
  308. opacity: 1;
  309. -webkit-transition: all 0.4s linear;
  310. }
  311.  
  312.  
  313. .linkss a{
  314.  
  315. }
  316.  
  317. .linkss a:hover{
  318. opacity: 1.0;
  319. text-decoration:none;
  320. color: {color:Hover};
  321. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  322. -webkit-transition: all .5s ease-in-out;
  323. -moz-transition: all .5s ease-in-out;
  324. -o-transition: all .5s ease-in-out;
  325. transition: all .5s ease-in-out;
  326. }
  327.  
  328.  
  329.  
  330. .links a{
  331. text-transform: uppercase;
  332. color: {color:links};
  333. background:;
  334. line-height: 3px;
  335. display:inline-block;
  336. margin-top:2px;
  337. text-align:center;
  338. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  339. }
  340.  
  341. .links a:hover{
  342. text-decoration:underline;
  343. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  344. }
  345.  
  346. .blogtitle {
  347. letter-spacing:4px;
  348. font-size:13px;
  349.  
  350. }
  351.  
  352.  
  353.  
  354. #posts {
  355. margin-top: 0px;
  356. width: 540px;
  357. margin-left:450px;
  358. float:left;
  359.  
  360. }
  361.  
  362.  
  363.  
  364.  
  365. .my-like {
  366. color:{color:link};
  367. text-align:center;
  368. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;-webkit-transition-duration:0.2s;
  369. -webkit-transition: all .5s ease-in-out;
  370. -moz-transition: all .5s ease-in-out;
  371. -o-transition: all .5s ease-in-out;
  372. transition: all .5s ease-in-out;
  373. }
  374. .my-liked, .my-like:hover {
  375. color:{color:hover};
  376. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
  377. -webkit-transition: all .5s ease-in-out;
  378. -moz-transition: all .5s ease-in-out;
  379. -o-transition: all .5s ease-in-out;
  380. transition: all .5s ease-in-out;
  381. }
  382.  
  383.  
  384. #s-m-t-tooltip{
  385. max-width:300px;
  386. margin-top:15px;
  387. margin-left:8px;
  388. padding-left:4px;
  389. padding-right:4px;
  390. border:1px solid #ddd;
  391. border-radius:0px;
  392. background-color:#fff;
  393. color:#aaa;
  394. font-family:Droid sans Mono;
  395. z-index:999999999999999999999999999999;
  396. font-size:8px;
  397. letter-spacing:1px;
  398. font-style:italic;
  399. text-transform:lowercase;
  400. line-height:14px;
  401. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  402. }
  403.  
  404. {CustomCSS}
  405.  
  406.  
  407.  
  408. </style>
  409.  
  410. <script type="text/javascript">
  411. $(window).load(function(){
  412. $("p").remove(":contains('Source:')");
  413. $("p").remove(":contains('via ')");
  414. });
  415. </script>
  416. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  417. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  418. <script>
  419. (function($){
  420. $(document).ready(function(){
  421. $("[title],a[title],img[title]").style_my_tooltips({
  422. tip_follows_cursor:true,
  423. tip_delay_time:100,
  424. tip_fade_speed:300,
  425. attribute:"title"
  426. });
  427. });
  428. })(jQuery);
  429. </script>
  430.  
  431. <script>
  432. window.onload = function () {
  433. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  434. document.addEventListener( 'click', function ( event ) {
  435. var myLike = event.target;
  436. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  437. var frame = document.getElementById( 'my-like-frame' ),
  438. liked = ( myLike.className == 'my-liked' ),
  439. command = liked ? 'unlike' : 'like',
  440. reblog = myLike.getAttribute( 'data-reblog' ),
  441. id = myLike.getAttribute( 'data-id' ),
  442. oauth = reblog.slice( -8 );
  443. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  444. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  445. };
  446. }, false );
  447. };
  448. </script>
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456. <script type="text/javascript"
  457. src="http://static.tumblr.com/4w0ukby/qghmpsocr/merppp.js"></script>
  458. <script type="text/javascript"
  459. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  460. <script type="text/javascript" src="http://static.tumblr.com/4w0ukby/V6impsom0/mana.txt"></script>
  461.  
  462.  
  463. <script type="text/javascript">
  464. $(window).load(function () {
  465. var $content = $('#posts');
  466. $content.masonry({itemSelector: '.entry'}),
  467. $content.infinitescroll({
  468. navSelector : 'div#pagination',
  469. nextSelector : 'div#pagination a#nextPage',
  470. itemSelector : '.entry',
  471. loading: {
  472. finishedMsg: '',
  473. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  474. },
  475. bufferPx : 600,
  476. debug : false,
  477. },
  478. // call masonry as a callback.
  479. function( newElements ) {
  480. var $newElems = $( newElements );
  481. $newElems.hide();
  482. // ensure that images load before adding to masonry layout
  483. $newElems.imagesLoaded(function(){
  484. $content.masonry( 'appended', $newElems, true,
  485. function(){$newElems.fadeIn(300);} );
  486.  
  487.  
  488. });
  489. });
  490. });
  491. </script>
  492.  
  493.  
  494.  
  495.  
  496. <title>{title}</title>
  497.  
  498.  
  499.  
  500.  
  501. </style>
  502.  
  503.  
  504.  
  505.  
  506. </head>
  507. <div id="sidebar">
  508.  
  509. {block:ifshowsidebarimage}
  510. <center><a href="/"><img style="padding:0px;" src="{image:sidebar}" width="230"></a></center>
  511. {/block:ifshowsidebarimage}
  512. <div style="text-transform: none;padding:5px;"><div class="blogtitle"><a title="{title}"href="/"><center>{title}</center></a></div></div><div style="text-transform: none;margin-bottom:4px;"><center>{description}</center></div>
  513.  
  514. <center>
  515. <a title="Home"href="/">↻</a> /
  516. <a title="message"href="/ask">ask</a> /
  517. {block:ifcustomlinkonetitle}<a title="{text:custom link hover text one}"href="{text:custom link one}">{text:custom link one title}</a> /{/block:ifcustomlinkonetitle}
  518.  
  519. {block:ifcustomlinktwotitle}<a title="{text:custom link hover text two}"href="{text:custom link two}">{text:custom link two title}</a> /{/block:ifcustomlinktwotitle}
  520.  
  521. {block:ifcustomlinkthreetitle}<a title="{text:custom link hover text three}"href="{text:custom link three}">{text:custom link three title}</a> /{/block:ifcustomlinkthreetitle}
  522.  
  523.  
  524.  
  525.  
  526. <a title="Creator"href="http://itsbrvndon.tumblr.com">Theme</a>
  527.  
  528. </center></div></div></div>
  529.  
  530.  
  531.  
  532. <body>
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. <div class="wrapper">
  541. <div style="position:fixed;right:0px;top:28px;">
  542. </span>
  543. </div>
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550. <div id="posts">
  551.  
  552. {block:Posts}
  553.  
  554. {block:ContentSource}
  555. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  556. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  557. {/block:SourceLogo}
  558. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  559. {/block:ContentSource}
  560.  
  561. <div class="entry">
  562.  
  563. {block:Text}
  564. {block:Title}<span class="title">{Title}</span>{/block:Title}
  565. <span class="entrytext">{Body}</span>
  566. {block:IndexPage}<span class="perm1"><div style="padding-top:15px;"><div class="cunt"><a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; {TimeAgo} &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></center></div></div></span>{/block:IndexPage}
  567. {/block:Text}
  568.  
  569. {block:Link}
  570. <a href="{URL}" class="title">{Name}</a>
  571. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<span class="perm1"><div style="padding-top:15px;"><div class="cunt"><a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; {TimeAgo} &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></center></div></div></span>{/block:IndexPage}
  572. {block:Link}
  573.  
  574.  
  575.  
  576. {block:Photo}
  577. {block:IndexPage}
  578. <div class="sex">
  579. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; {TimeAgo} &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></div>
  580.  
  581.  
  582. {/block:IndexPage}
  583. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  584. {/block:IndexPage}
  585. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  586.  
  587. {/block:Photo}
  588.  
  589.  
  590. {block:Photoset}
  591. {block:IndexPage}
  592. <div class="sex">
  593. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; {TimeAgo} &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></div>
  594.  
  595. {/block:IndexPage}
  596. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  597. {block:permalinkpage}
  598. {Photoset-500}
  599. {/block:permalinkpage}
  600. {/block:Photoset}
  601.  
  602. {block:Quote}
  603. <i><div class="quote">-</div>
  604. <span style="text-transform:uppercase;letter-spacing:1px;"> {Quote}" </span></i>
  605. {block:Source}
  606. <div style="text-align:right; color:{color:link};border-top:0px solid #ddd; padding:3px;margin-top:3px;text-transform:uppercase;"> • {Source}</div>
  607. {/block:Source}
  608. {block:IndexPage}<span class="perm1"><div style="padding-top:15px;"><div class="cunt"><a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; {TimeAgo} &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></center></div></div></span>{/block:IndexPage}
  609. {/block:Quote}
  610.  
  611.  
  612. {block:Chat}
  613. {block:Title}<span class="title">{Title}</span>{/block:Title}
  614. <ul class="chat">
  615. {block:Lines}
  616. <li class="user_{UserNumber}">
  617. {block:Label}
  618. <span class="label">{Label}</span>
  619. {/block:Label}
  620.  
  621. {Line}
  622. </li>
  623. {/block:Lines}
  624. </ul>
  625. {block:IndexPage}<span class="perm1"><div style="padding-top:5px;"><div class="cunt"><a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; {TimeAgo} &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></center></div></div></span>{/block:IndexPage}
  626. {/block:Chat}
  627.  
  628. {block:Audio}
  629. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  630. {/block:IndexPage}
  631. {block:IndexPage}<span class="perm1"><div style="padding-top:8px;"><div class="cunt"><a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; {TimeAgo} &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></center></div></div></span>{/block:IndexPage}
  632. {/block:Audio}
  633.  
  634.  
  635.  
  636. {block:Video}
  637. {block:IndexPage}<span class="perm1"><div style="padding-top:15px;"><div class="cunt"><a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; {TimeAgo} &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></center></div></div></span>{/block:IndexPage}
  638. {block:IndexPage}
  639. <center>
  640. {Video-250}</center>
  641. {/block:IndexPage}
  642. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  643.  
  644. {/block:Video}
  645.  
  646. {block:Answer}
  647. <img src="{AskerPortraitURL-25}" width="25" align="left" style="margin-right:3px;"/>
  648. <strong>{Asker} said:</strong> {Question}
  649. <div class="caption">
  650. <b>I replied:</b><i>{Answer}</i></div>
  651. {/block:IndexPage}
  652. {block:IndexPage}<span class="perm1"><div style="padding-top:8px;"><div class="cunt"><a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; {TimeAgo} &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></center></div></div></span>{/block:IndexPage}
  653. {/block:Answer}
  654.  
  655. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  656.  
  657. {block:PermalinkPage}
  658. {block:Date}
  659. {block:Caption}{Caption}{/block:Caption}<center>
  660. {TimeAgo} | {12Hour}:{Minutes}{AmPm}<br>
  661. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  662. {/block:Date}
  663. <br>
  664. <center>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</center>
  665. <br>
  666.  
  667. {/block:PermalinkPage}
  668.  
  669. {block:PostNotes}{PostNotes}
  670. {/block:PostNotes}
  671. </div>
  672.  
  673.  
  674. {/block:Posts}
  675. </div>
  676. </div>
  677. {block:IndexPage}<br>
  678. {block:Pagination}
  679. <div id="pagination">
  680. {block:NextPage}
  681. <a id="nextPage" href="{NextPage}"></a>
  682. {/block:NextPage}
  683. {block:PreviousPage}
  684. <a href="{PreviousPage}"></a>
  685. {/block:PreviousPage}
  686. </div>
  687. {/block:Pagination}
  688. {/block:IndexPage}
  689. </div>
  690.  
  691.  
  692.  
  693.  
  694. </body>
  695. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement