Advertisement
itsbrandon

quiettheme

Apr 5th, 2013
5,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.47 KB | None | 0 0
  1. <!---
  2. THEME BY itsbrvndon
  3.  
  4. http://itsbrandon.com
  5.  
  6. more themes at brandonthemes.tumblr.com
  7.  
  8. base theme by terrible
  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:Hover" content="#000000"/>
  40. <meta name="color:post outline" content="#dddddd"/>
  41. <meta name="color:Link" content="#000000"/>
  42. <meta name="color:nav" content="#000000"/>
  43. <meta name="color:navoutline" content="#000000"/>
  44. <meta name="color:sidebarandheader" content="#ffffff"/>
  45. <meta name="image:Background" content=""/>
  46. <meta name="image:sidebarbackground" content="0"/>
  47. <meta name="image:sidebar" content="0"/>
  48. <meta name="if:show sidebar image" content="0">
  49. <meta name="text:Custom Link One Title" content= >
  50. <meta name="text:custom link hover text one" content= >
  51. <meta name="text:Custom Link One" content="http://" />
  52. <meta name="text:Custom Link Two Title" content= >
  53. <meta name="text:custom link hover text two" content= >
  54. <meta name="text:Custom Link Two" content="http://" />
  55. <meta name="text:Custom Link Three Title" content= >
  56. <meta name="text:custom link hover text three" content= >
  57. <meta name="text:Custom Link Three" content="http://" />
  58. <meta name="text:Custom Link four Title" content= >
  59. <meta name="text:custom link hover text four" content= >
  60. <meta name="text:Custom Link four" content="http://" />
  61. <meta name="text:Custom Link five Title" content= >
  62. <meta name="text:custom link hover text five" content= >
  63. <meta name="text:Custom Link five" content="http://" />
  64.  
  65. <style type="text/css">
  66. @import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
  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. body {
  100. padding: 0px;
  101. margin: 0px;
  102. font-family:consolas;
  103. color:{color:text};
  104. background-color: {color:Background};
  105. background-image:url({image:Background});
  106. background-attachment: fixed;background-position:bottom center;
  107.  
  108. background-repeat:repeat;
  109. background-attachment: fixed;
  110.  
  111. background-repeat: repeat;}
  112.  
  113.  
  114. letter-spacing: 1px;
  115. font-size: 8px;
  116. line-height:10px;
  117. color:{color:text};
  118. }
  119.  
  120.  
  121.  
  122.  
  123. p {
  124. margin:0px;
  125. margin-top:0px;
  126. }
  127.  
  128. a:link, a:active, a:visited{
  129. color: {color:Link};
  130. text-decoration: none;
  131. -webkit-transition: color 0.5s ease-out;
  132. -moz-transition: color 0.5s ease-out;
  133. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  134. }
  135.  
  136. a:hover{
  137. color:{color:Hover};
  138. -webkit-transition-duration: .9s;
  139. -webkit-transition: color 0.3s ease-out;
  140. -moz-transition: color 0.3s ease-out;
  141. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  142. }
  143.  
  144. a:active{
  145. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  146. -webkit-transition:all 0.05s ease-in-out;
  147. -moz-transition:all 0.05s ease-in-out;
  148. -o-transition:all 0.05s ease-in-out;
  149. transition:all 0.05s ease-in-out;
  150. color: #000;
  151. text-decoration:underline;
  152. }
  153.  
  154.  
  155.  
  156. ::selection {
  157. background:#000;
  158. color: #777;
  159. }
  160.  
  161. ::-moz-selection {
  162. background:#aaa;
  163. color: #777;
  164. }
  165. .entry img{max-width:100%;}
  166. .entry {
  167. margin: 7px;
  168. padding: 10px;
  169.  
  170. font-size:8px;
  171. background:#F7F7F7;
  172. text-transform:uppercase;
  173.  
  174. border:1px solid {color:post outline};
  175. opacity: 1;
  176. line-height:;
  177. {block:IndexPage}
  178. width:300px;
  179. {/block:IndexPage}
  180. {block:PermalinkPage}
  181. width:300px;
  182. {/block:PermalinkPage}
  183. }
  184.  
  185. .entry .sex{
  186. position:absolute;
  187. width:80px;
  188. padding:2px;
  189. padding-left: 5px;
  190. height: auto;
  191. line-height: 10px;
  192. text-align: left;
  193. background-color:transparent;
  194. border-left:2px solid #ddd;
  195. border-top:0px solid #ddd;
  196. overflow:hidden;
  197. opacity:0.0;
  198. font-size:8px;
  199. right:-95px;
  200. text-transform:uppercase;
  201. top:0px;
  202. z-index:10;
  203. -webkit-transition: all .5s ease-in-out;
  204. -moz-transition: all .5s ease-in-out;
  205. -o-transition: all .5s ease-in-out;
  206. transition: all .5s ease-in-out;
  207. }
  208.  
  209. .entry:hover .sex{
  210. overflow:visible;
  211. -webkit-transition: opacity 0.5s linear; opacity: 0.85;
  212. transition: all 0.5s linear;
  213.  
  214.  
  215. -webkit-transition: all .5s ease-in-out;
  216. -moz-transition: all .5s ease-in-out;
  217. -o-transition: all .5s ease-in-out;
  218. transition: all .5s ease-in-out;
  219. }
  220.  
  221.  
  222.  
  223. .entry:hover .sex:hover {
  224. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  225. transition: all 0.5s linear;
  226. background-color: transparent;
  227. -webkit-transition: all .5s ease-in-out;
  228. -moz-transition: all .5s ease-in-out;
  229. -o-transition: all .5s ease-in-out;
  230. transition: all .5s ease-in-out;
  231. }
  232.  
  233.  
  234. .linkss a{
  235.  
  236. text-transform: uppercase;
  237. color: {color:nav};
  238. background:;
  239. font-size:11px;
  240. line-height: 3px;
  241. display:inline-block;
  242. margin-top:-1px;
  243. padding-bottom:5px;
  244. padding-left:3px;
  245. padding-top: 5px;
  246. margin-bottom:4px;
  247. margin-left:0px;
  248. margin-right:-9px;
  249. text-align:right;
  250. border-right:1px solid {color:post outline};
  251.  
  252. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  253. -webkit-transition: all .5s ease-in-out;
  254. -moz-transition: all .5s ease-in-out;
  255. -o-transition: all .5s ease-in-out;
  256. transition: all .5s ease-in-out;
  257. }
  258.  
  259. .linkss a:hover{
  260. border-right:15px solid {color:post outline};
  261. border-left:3px solid #555454;
  262. color: {color:Hover};
  263. background:{color:post outline};
  264. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  265. -webkit-transition: all .5s ease-in-out;
  266. -moz-transition: all .5s ease-in-out;
  267. -o-transition: all .5s ease-in-out;
  268. transition: all .5s ease-in-out;
  269. }
  270.  
  271.  
  272.  
  273. .links a{
  274. text-transform: uppercase;
  275. color: {color:links};
  276. background:;
  277. line-height: 3px;
  278. display:inline-block;
  279. margin-top:2px;
  280. text-align:center;
  281. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  282. }
  283.  
  284. .links a:hover{
  285. text-decoration:underline;
  286. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  287. }
  288.  
  289.  
  290. .quote {
  291. font-family:consolas;
  292. font-size: 9px;
  293. float: left;
  294. margin-right: 5px;
  295. }
  296.  
  297.  
  298.  
  299. #sidebar {
  300. display: block;
  301. position:fixed;
  302. top:00px;
  303. padding:8px;
  304. padding-top: 200px;
  305. width:80px;
  306. height:100%;
  307. font-family:consolas;
  308. color:#000000;
  309. z-index:9999999999999999999999999;
  310. font-size:8px;
  311. letter-spacing:1px;
  312.  
  313. border-right:1px solid {color:post outline};
  314. border-left:1px solid {color:post outline};
  315. border-bottom:1px solid {color:post outline};
  316. border-top:1px solid {color:post outline};
  317. opacity:0.8;
  318. -webkit-transition: all .5s ease-in-out;
  319. -moz-transition: all .5s ease-in-out;
  320. -o-transition: all .5s ease-in-out;
  321. transition: all .5s ease-in-out;
  322.  
  323. background-color: {color:sidebarandheader};
  324. background-image:url({image:sidebarbackground});
  325. background-attachment: fixed;background-position:bottom center;
  326.  
  327. background-repeat:repeat;
  328. background-attachment: fixed;
  329.  
  330. background-repeat: repeat;
  331. {block:indexpage}
  332. margin-left:252px;
  333. {/block:indexpage}
  334. {block:permalinkpage}
  335. margin-left:252px;
  336. {/block:permalinkpage}
  337.  
  338. }
  339.  
  340.  
  341. #sidebar:hover {
  342. -webkit-transition: opacity 0.7s linear; opacity: 0.9;
  343. transition: all 0.7s linear;
  344. -webkit-transition: all .5s ease-in-out;
  345. -moz-transition: all .5s ease-in-out;
  346. -o-transition: all .5s ease-in-out;
  347. transition: all .5s ease-in-out;
  348.  
  349. }
  350.  
  351.  
  352. #blockbar {
  353. display: block;
  354. position:fixed;
  355. text-align: center;
  356. top:00px;
  357. padding:10px;
  358. padding-left: 0px;
  359. width:310px;
  360. height:auto;
  361. font-family:consolas;
  362. color:#000000;
  363. z-index:9999999999999999999999999999999;
  364. font-size:8px;
  365. letter-spacing:1px;
  366. background-color:{color:sidebarandheader};
  367. border-right:1px solid {color:post outline};
  368. border-left:1px solid {color:post outline};
  369. border-bottom:1px solid {color:post outline};
  370. border-top:1px solid {color:post outline};
  371.  
  372. -webkit-transition: all .5s ease-in-out;
  373. -moz-transition: all .5s ease-in-out;
  374. -o-transition: all .5s ease-in-out;
  375. transition: all .5s ease-in-out;
  376. opacity: 0.8;
  377. {block:indexpage}
  378. margin-left:361px;
  379. {/block:indexpage}
  380. {block:permalinkpage}
  381. margin-left:352px;
  382. {/block:permalinkpage}
  383.  
  384. }
  385.  
  386. #blockbar:hover {
  387.  
  388. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  389. transition: all 0.5s linear;
  390. -webkit-transition: all .5s ease-in-out;
  391. -moz-transition: all .5s ease-in-out;
  392. -o-transition: all .5s ease-in-out;
  393. transition: all .5s ease-in-out;
  394.  
  395. }
  396.  
  397.  
  398.  
  399.  
  400. div #blogtitle{
  401. position: fixed;
  402. text-align: center;
  403. font-family:gloria hallelujah;
  404. height: 20px;
  405.  
  406. font-size:20px;
  407. width:300px;
  408. margin-top:0px;
  409. margin-left:10px;
  410.  
  411. color:{color:title};
  412.  
  413. padding:0px;
  414. text-shadow:3px 0px transparent, -3px 0px transparent;
  415.  
  416. text-align:center;
  417. letter-spacing:2px;
  418. font-weight:lighter;
  419. line-height:10px;
  420. }
  421.  
  422. div #blogtitle:hover{
  423. text-shadow:3px 0px #CCC, -3px 0px transparent;
  424. text-decoration: underline;
  425. -webkit-transition: opacity 0.5s linear; opacity: 1.0;
  426. transition: all 0.5s linear;
  427. color:{color:titlehover};
  428. -webkit-transition: all .5s ease-in-out;
  429. -moz-transition: all .5s ease-in-out;
  430. -o-transition: all .5s ease-in-out;
  431. transition: all .5s ease-in-out;
  432.  
  433. }
  434.  
  435.  
  436.  
  437.  
  438. #posts {
  439. width: 335px;
  440. height: 100%;
  441. background-attachment: fixed;
  442. background-color:;
  443. background-repeat:repeat;
  444. opacity: .5px;
  445. margin-left:350px;
  446. padding:4px;
  447.  
  448. margin-top:60px;
  449. float:left;
  450. -webkit-animation:fadeIn 5s;
  451. -moz-animation:fadeIn 5s;
  452. -ms-animation:fadeIn 5s;
  453. {block:permalinkpage}
  454. margin-left:350px;
  455. {/block:permalinkpage}
  456. }
  457.  
  458.  
  459. .my-like {text-align:center;
  460. cursor:pointer;-webkit-transition-duration:0.2s;
  461. }
  462. .my-liked, .my-like:hover {
  463. color:{color:Hover};
  464. cursor:pointer;
  465. }
  466.  
  467.  
  468. #s-m-t-tooltip{
  469. max-width:300px;
  470. margin-top:22px;
  471. margin-left:12px;
  472. padding-left:4px;
  473. padding-right:4px;
  474. border:1px solid #ddd;
  475. border-radius:4px;
  476. background-color:#fff;
  477. color:#aaa;
  478. font-family:calibri;
  479. z-index:999999999999999999999999999999;
  480. font-size:8px;
  481. letter-spacing:1px;
  482. font-style:italic;
  483. text-transform:lowercase;
  484. line-height:14px;
  485. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  486. }
  487.  
  488. {CustomCSS}
  489.  
  490.  
  491.  
  492. </style>
  493.  
  494. <script type="text/javascript">
  495. $(window).load(function(){
  496. $("p").remove(":contains('Source:')");
  497. $("p").remove(":contains('via ')");
  498. });
  499. </script>
  500. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  501. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  502. <script>
  503. (function($){
  504. $(document).ready(function(){
  505. $("[title],a[title],img[title]").style_my_tooltips({
  506. tip_follows_cursor:true,
  507. tip_delay_time:100,
  508. tip_fade_speed:300,
  509. attribute:"title"
  510. });
  511. });
  512. })(jQuery);
  513. </script>
  514.  
  515. <script>
  516. window.onload = function () {
  517. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  518. document.addEventListener( 'click', function ( event ) {
  519. var myLike = event.target;
  520. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  521. var frame = document.getElementById( 'my-like-frame' ),
  522. liked = ( myLike.className == 'my-liked' ),
  523. command = liked ? 'unlike' : 'like',
  524. reblog = myLike.getAttribute( 'data-reblog' ),
  525. id = myLike.getAttribute( 'data-id' ),
  526. oauth = reblog.slice( -8 );
  527. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  528. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  529. };
  530. }, false );
  531. };
  532. </script>
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. <script type="text/javascript"
  541. src="http://static.tumblr.com/4w0ukby/qghmpsocr/merppp.js"></script>
  542. <script type="text/javascript"
  543. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  544. <script type="text/javascript" src="http://static.tumblr.com/4w0ukby/V6impsom0/mana.txt"></script>
  545.  
  546.  
  547. <script type="text/javascript">
  548. $(window).load(function () {
  549. var $content = $('#posts');
  550. $content.masonry({itemSelector: '.entry'}),
  551. $content.infinitescroll({
  552. navSelector : 'div#pagination',
  553. nextSelector : 'div#pagination a#nextPage',
  554. itemSelector : '.entry',
  555. loading: {
  556. finishedMsg: '',
  557. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  558. },
  559. bufferPx : 600,
  560. debug : false,
  561. },
  562. // call masonry as a callback.
  563. function( newElements ) {
  564. var $newElems = $( newElements );
  565. $newElems.hide();
  566. // ensure that images load before adding to masonry layout
  567. $newElems.imagesLoaded(function(){
  568. $content.masonry( 'appended', $newElems, true,
  569. function(){$newElems.fadeIn(300);} );
  570.  
  571.  
  572. });
  573. });
  574. });
  575. </script>
  576.  
  577.  
  578.  
  579.  
  580. <title>{title}</title>
  581.  
  582.  
  583.  
  584.  
  585. </style>
  586.  
  587.  
  588.  
  589.  
  590. </head>
  591.  
  592.  
  593.  
  594.  
  595.  
  596. <body>
  597.  
  598. <div id="sidebar">
  599.  
  600.  
  601. {block:ifshowsidebarimage}
  602. <center>
  603. <a href="/"><img style=" border:1px solid {color:post outline};padding:5px;margin-left: -5px; opacity:1.0;" src="{image:sidebar}" width="77"></a>
  604. </center>
  605. {/block:ifshowsidebarimage}
  606. <br>
  607. <div style="margin-top:10px; text-align:right;">
  608.  
  609. <div class="linkss">
  610.  
  611. <a title="↻"href="/">Home</a></div>
  612. <div class="linkss"><a title="message"href="/ask">ask</a></div>
  613. {block:ifcustomlinkonetitle}<div class="linkss"><a title="{text:custom link hover text one}"href="{text:custom link one}"></div>{text:custom link one title}</a>{/block:ifcustomlinkonetitle}
  614.  
  615. {block:ifcustomlinktwotitle}<div class="linkss"><a title="{text:custom link hover text two}"href="{text:custom link two}"></div>{text:custom link two title}</a>{/block:ifcustomlinktwotitle}
  616.  
  617. {block:ifcustomlinkthreetitle}<div class="linkss"><a title="{text:custom link hover text three}"href="{text:custom link three}"></div>{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}
  618.  
  619. {block:ifcustomlinkfourtitle}<div class="linkss"><a title="{text:custom link hover text four}"href="{text:custom link four}">{text:custom link four title}</a></div>{/block:ifcustomlinkfourtitle}
  620.  
  621. {block:ifcustomlinkfivetitle}<div class="linkss"><a title="{text:custom link hover text five}"href="{text:custom link five}">{text:custom link five title}</a></div>{/block:ifcustomlinkfivetitle}
  622.  
  623.  
  624. <div class="linkss"><a title="Creator"href="http://itsbrvndon.tumblr.com">Theme</a>
  625. </div>
  626.  
  627.  
  628.  
  629.  
  630. </div></div>
  631. <div id="merp">
  632. </div>
  633.  
  634. <div id="blockbar">
  635. <div id="blogtitle"><a href="/">{title}</a></div>
  636. <div style="border-top:1px solid #aaa;padding-bottom: 0px;margin-top:20px;margin-left:20px;text-align:center;width: 280px"><center><div style="margin-top:5px;margin-left:20px;margin-bottom:0px;text-transform: none;text-align:center;width: 280px">{description}</center></div></div></div>
  637. <div class="wrapper">
  638. <div style="position:fixed;right:0px;top:28px;">
  639. </span>
  640. </div>
  641.  
  642.  
  643.  
  644.  
  645.  
  646. <div id="posts">
  647.  
  648. {block:Posts}
  649.  
  650. {block:ContentSource}
  651. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  652. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  653. {/block:SourceLogo}
  654. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  655. {/block:ContentSource}
  656.  
  657. <div class="entry">
  658.  
  659. {block:Text}
  660. {block:Title}<span class="title">{Title}</span>{/block:Title}
  661. <span class="entrytext">{Body}</span>
  662. {block:IndexPage}<div class="sex">
  663. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">Like</span><br>
  664. <a title="Reblog This post" href="{ReblogURL}">reblog</a><br>
  665.  
  666. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  667. <br><a title="{ReblogParentURL}" href="{ReblogParentURL}">Reblogged from</a>
  668. <br>{TimeAgo}
  669. </div>{block:IndexPage}
  670. {/block:Text}
  671.  
  672. {block:Link}
  673. <a href="{URL}" class="title">{Name}</a>
  674. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<div class="sex">
  675. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">Like</span><br>
  676. <a title="Reblog This post" href="{ReblogURL}">reblog</a><br>
  677.  
  678. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  679. <br><a title="{ReblogParentURL}" href="{ReblogParentURL}">Reblogged from</a>
  680. <br>{TimeAgo}
  681. </div>{block:IndexPage}
  682. {block:Link}
  683.  
  684.  
  685.  
  686. {block:Photo}
  687. {block:IndexPage}
  688.  
  689. <div class="sex">
  690. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">Like</span><br>
  691. <a title="Reblog This post" href="{ReblogURL}">reblog</a><br>
  692.  
  693. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  694. <br><a title="{ReblogParentURL}" href="{ReblogParentURL}">Reblogged from</a>
  695. <br>{TimeAgo}
  696. </div>
  697.  
  698.  
  699. {/block:IndexPage}
  700. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/></a></div>{LinkCloseTag}
  701. {/block:IndexPage}
  702. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  703.  
  704. {/block:Photo}
  705.  
  706.  
  707. {block:Photoset}
  708. {block:IndexPage}
  709. <div class="sex"><a title="Reblog This" href="{ReblogURL}">reblog</a> &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Note Count" href="{Permalink}">{NoteCount}</a></center></div>
  710. <div style="width:220px; overflow-x:hidden; overflow-y:hidden;">{Photoset-250}</div>{/block:IndexPage}
  711. {block:permalinkpage}
  712. {Photoset-250}
  713. {/block:permalinkpage}
  714. {/block:Photoset}
  715.  
  716. {block:Quote}
  717. <i><div class="quote">-</div>
  718. <span style="text-transform:uppercase;letter-spacing:1px;"> {Quote}" </span></i>
  719. {block:Source}
  720. <div style="text-align:right; color:{color:link};border-top:2px solid #ddd; padding:3px;margin-top:3px;text-transform:uppercase;"> • {Source}</div>
  721. {/block:Source}
  722. {block:IndexPage}<div class="sex">
  723. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">Like</span><br>
  724. <a title="Reblog This post" href="{ReblogURL}">reblog</a><br>
  725.  
  726. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  727. <br><a title="{ReblogParentURL}" href="{ReblogParentURL}">Reblogged from</a>
  728. <br>{TimeAgo}
  729. </div>{block:IndexPage}
  730. {/block:Quote}
  731.  
  732.  
  733. {block:Chat}
  734. {block:Title}<span class="title">{Title}</span>{/block:Title}
  735. <ul class="chat">
  736. {block:Lines}
  737. <li class="user_{UserNumber}">
  738. {block:Label}
  739. <span class="label">{Label}</span>
  740. {/block:Label}
  741.  
  742. {Line}
  743. </li>
  744. {/block:Lines}
  745. </ul>
  746. {block:IndexPage}<div class="sex">
  747. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">Like</span><br>
  748. <a title="Reblog This post" href="{ReblogURL}">reblog</a><br>
  749.  
  750. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  751. <br><a title="{ReblogParentURL}" href="{ReblogParentURL}">Reblogged from</a>
  752. <br>{TimeAgo}
  753. </div>{block:IndexPage}
  754. {/block:Chat}
  755.  
  756. {block:Audio}
  757. <div style="width:170px; height:28px;">{AudioPlayerWhite}</div>
  758. {/block:IndexPage}
  759. {block:IndexPage}<div class="sex">
  760. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">Like</span><br>
  761. <a title="Reblog This post" href="{ReblogURL}">reblog</a><br>
  762.  
  763. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  764. <br><a title="{ReblogParentURL}" href="{ReblogParentURL}">Reblogged from</a>
  765. <br>{TimeAgo}
  766. </div>{block:IndexPage}
  767. {/block:Audio}
  768.  
  769. {block:Video}
  770. {block:IndexPage}
  771. <div class="sex">
  772. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">Like</span><br>
  773. <a title="Reblog This post" href="{ReblogURL}">reblog</a><br>
  774.  
  775. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  776. <br><a title="{ReblogParentURL}" href="{ReblogParentURL}">Reblogged from</a>
  777. <br>{TimeAgo}
  778. </div>
  779.  
  780. {/block:IndexPage}
  781. {block:IndexPage}
  782. <center>
  783. {Video-250}</center>
  784. {/block:IndexPage}
  785. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  786.  
  787. {/block:Video}
  788.  
  789. {block:Answer}
  790. <img src="{AskerPortraitURL-35}" width="35" align="left" style="margin-right:3px;"/>
  791. <strong>{Asker} said:</strong> {Question}
  792. <div class="caption">
  793. <b>I replied:</b><i>{Answer}</i></div>
  794. {block:IndexPage}<div class="sex">
  795. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">Like</span><br>
  796. <a title="Reblog This post" href="{ReblogURL}">reblog</a><br>
  797.  
  798. <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  799. <br><a title="{ReblogParentURL}" href="{ReblogParentURL}">Reblogged from</a>
  800. <br>{TimeAgo}
  801. </div>{block:IndexPage}
  802. {/block:Answer}
  803.  
  804. {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}
  805.  
  806. {block:PermalinkPage}
  807. {block:Date}
  808. {block:Caption}{Caption}{/block:Caption}<center>
  809. {TimeAgo} | {12Hour}:{Minutes}{AmPm}<br>
  810. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  811. {/block:Date}
  812. <br>
  813. <center>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</center>
  814. <br>
  815.  
  816. {/block:PermalinkPage}
  817.  
  818. {block:PostNotes}{PostNotes}
  819. {/block:PostNotes}
  820. </div>
  821.  
  822.  
  823. {/block:Posts}
  824. </div>
  825. </div>
  826. {block:IndexPage}<br>
  827. {block:Pagination}
  828. <div id="pagination">
  829. {block:NextPage}
  830. <a id="nextPage" href="{NextPage}"></a>
  831. {/block:NextPage}
  832. {block:PreviousPage}
  833. <a href="{PreviousPage}"></a>
  834. {/block:PreviousPage}
  835. </div>
  836. {/block:Pagination}
  837. {/block:IndexPage}
  838. </div>
  839.  
  840.  
  841.  
  842.  
  843. </body>
  844. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement