Advertisement
itsbrandon

broadtheme

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