Advertisement
itsbrandon

fame theme

Mar 30th, 2013
10,951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.71 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.  
  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:sidebarbackground" content="#dddddd"/>
  41. <meta name="color:post outline" content="#dddddd"/>
  42. <meta name="color:Link" content="#000000"/>
  43. <meta name="image:Background" content=""/>
  44. <meta name="image:sidebar" content="0"/>
  45. <meta name="if:show sidebar image" content="0">
  46. <meta name="if:two column" 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. <meta name="text:Custom Link four Title" content= >
  57. <meta name="text:custom link hover text four" content= >
  58. <meta name="text:Custom Link four" content="http://" />
  59. <meta name="text:Custom Link five Title" content= >
  60. <meta name="text:custom link hover text five" content= >
  61. <meta name="text:Custom Link five" content="http://" />
  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.  
  163. .entry img{max-width:100%;}
  164.  
  165. .entry {
  166. margin:6px;
  167. padding: 8px;
  168. padding-bottom: 5px;
  169. font-size:8px;
  170. background:#F7F7F7;
  171. text-transform:uppercase;
  172.  
  173. border:1px solid {color:post outline};
  174. opacity: 1;
  175. line-height:;
  176. {block:IndexPage}
  177. width:220px;
  178. {/block:IndexPage}
  179. {block:PermalinkPage}
  180. width:470px;
  181. {/block:PermalinkPage}
  182. }
  183.  
  184.  
  185.  
  186. .entry .sex{
  187. text-align:center;
  188. position:absolute;
  189. width:214px;
  190. height:10px;
  191. padding:3px;
  192. background-color:#fff;
  193. overflow:hidden;
  194. opacity:0.0;
  195. font-size:10px;
  196. left:8px;
  197. text-transform:uppercase;
  198. bottom:-6px;
  199.  
  200. z-index:10;
  201.  
  202. -webkit-transition: all .5s ease-in-out;
  203. -moz-transition: all .5s ease-in-out;
  204. -o-transition: all .5s ease-in-out;
  205. transition: all .5s ease-in-out;
  206. }
  207.  
  208.  
  209. .entry:hover .sex{
  210. overflow:visible;
  211. -webkit-transition: opacity 0.5s linear; opacity: 0.6;
  212. transition: all 0.5s linear;
  213. left:8px;
  214. bottom: 7px;
  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.  
  224. .entry:hover .sex:hover {
  225. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  226. transition: all 0.5s linear;
  227. background-color: #e6e4e4;
  228. -webkit-transition: all .5s ease-in-out;
  229. -moz-transition: all .5s ease-in-out;
  230. -o-transition: all .5s ease-in-out;
  231. transition: all .5s ease-in-out;
  232. }
  233.  
  234.  
  235. .linkss a{
  236. text-transform: uppercase;
  237. background:;
  238. font-size:11px;
  239. line-height: 3px;
  240. display:inline-block;
  241. margin-top:9px;
  242. margin-left:2px;
  243. margin-right:2px;
  244. text-align:center;
  245. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  246. -webkit-transition: all .5s ease-in-out;
  247. -moz-transition: all .5s ease-in-out;
  248. -o-transition: all .5s ease-in-out;
  249. transition: all .5s ease-in-out;
  250. }
  251.  
  252. .linkss a:hover{
  253. text-decoration:line-through;
  254. color: {color:Hover};
  255. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  256. -webkit-transition: all .5s ease-in-out;
  257. -moz-transition: all .5s ease-in-out;
  258. -o-transition: all .5s ease-in-out;
  259. transition: all .5s ease-in-out;
  260. }
  261.  
  262.  
  263. .links a{
  264. text-transform: uppercase;
  265. background:;
  266. line-height: 3px;
  267. display:inline-block;
  268. margin-top:5px;
  269. text-align:center;
  270. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  271. }
  272.  
  273. .links a:hover{
  274. text-decoration:underline;
  275. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  276. }
  277.  
  278. .quote {
  279. font-family:consolas;
  280. font-size: 9px;
  281. float: left;
  282. margin-right: 5px;
  283. }
  284.  
  285.  
  286.  
  287. #sidebar {
  288. z-index: 12;
  289. display: block;
  290. position:fixed;
  291. top:150px;
  292. padding:8px;
  293. width:200px;
  294. height:auto;
  295. font-family:consolas;
  296. text-align:center;
  297. text-transform:none;
  298. font-size:8px;
  299. letter-spacing:1px;
  300. background-color: transparent;
  301.  
  302. opacity:1;
  303. {block:indexpage}
  304. margin-left:200px;
  305. {/block:indexpage}
  306. {block:permalinkpage}
  307. margin-left:200px;
  308. {/block:permalinkpage}
  309. {block:iftwocolumn}
  310. margin-left:200px;
  311. {/block:iftwocolumn}
  312. }
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325. div #blogtitle{
  326. position: fixed;
  327. text-align: left;
  328. font-family:consolas;
  329. height: 20px;
  330.  
  331. font-size:18px;
  332. width:160px;
  333. margin-top:-14px;
  334.  
  335. background: {color:sidebarbackground};
  336. color:{color:title};
  337. margin-left: 20px;
  338. padding:0px;
  339. text-shadow:3px 0px transparent, -3px 0px transparent;
  340.  
  341. text-align:center;
  342. letter-spacing:2px;
  343. font-weight:lighter;
  344. line-height:20px;
  345. {block:ifshowsidebarimage}
  346. margin-left: 4px;
  347. line-height:22px;
  348. margin-top:-6px;
  349. border-top:1px solid {color:post outline} ;
  350. border-right:1px solid {color:post outline} ;
  351. border-left:1px solid {color:post outline} ;
  352. {/block:ifshowsidebarimage}
  353. }
  354.  
  355. div #blogtitle:hover{
  356. text-shadow:3px 0px #CCC, -3px 0px transparent;
  357. text-decoration: underline;
  358. -webkit-transition: opacity 0.5s linear; opacity: 1.0;
  359. transition: all 0.5s linear;
  360.  
  361. -webkit-transition: all .5s ease-in-out;
  362. -moz-transition: all .5s ease-in-out;
  363. -o-transition: all .5s ease-in-out;
  364. transition: all .5s ease-in-out;
  365.  
  366. }
  367.  
  368.  
  369.  
  370. #posts {
  371. width: 750px;
  372. height: 100%;
  373. background-attachment: fixed;
  374. background-color:auto;
  375. background-repeat:repeat;
  376. opacity: .5px;
  377. margin-left:450px;
  378. padding:4px;
  379. margin-top:0px;
  380. float:left;
  381. -webkit-animation:fadeIn 3s;
  382. -moz-animation:fadeIn 3s;
  383. -ms-animation:fadeIn 3s;
  384. {block:iftwocolumn}
  385. width: 500px;
  386. margin-left:450px;
  387. {/block:iftwocolumn}
  388. }
  389.  
  390.  
  391.  
  392. #s-m-t-tooltip {
  393.  
  394. max-width:300px;
  395. padding:1px 2px 3px 2px;
  396. margin:-23px 0px 20px 0px;
  397. background-color:#F7F7F7; /* change the background color */
  398. border:1px solid #ddd; /* change the border color */
  399. border-top-left-radius:3px;
  400. border-top-right-radius:3px;
  401. border-bottom-left-radius:3px;
  402. border-bottom-right-radius:3px;
  403. font-family:calibri; /* change the font */
  404. font-size:9px; /* change the font size */
  405. letter-spacing:0px; /* change the letter spacing */
  406. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  407. color:#999; /* change the text color */
  408. z-index:999999999999999999999999999999999999;
  409. }
  410.  
  411.  
  412. {CustomCSS}
  413.  
  414. </style>
  415.  
  416.  
  417. <script type="text/javascript"
  418. src="http://static.tumblr.com/4w0ukby/qghmpsocr/merppp.js"></script>
  419. <script type="text/javascript"
  420. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  421. <script type="text/javascript" src="http://static.tumblr.com/4w0ukby/V6impsom0/mana.txt"></script>
  422.  
  423.  
  424. <script type="text/javascript">
  425. $(window).load(function () {
  426. var $content = $('#posts');
  427. $content.masonry({itemSelector: '.entry'}),
  428. $content.infinitescroll({
  429. navSelector : 'div#pagination',
  430. nextSelector : 'div#pagination a#nextPage',
  431. itemSelector : '.entry',
  432. loading: {
  433. finishedMsg: '',
  434. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  435. },
  436. bufferPx : 600,
  437. debug : false,
  438. },
  439. // call masonry as a callback.
  440. function( newElements ) {
  441. var $newElems = $( newElements );
  442. $newElems.hide();
  443. // ensure that images load before adding to masonry layout
  444. $newElems.imagesLoaded(function(){
  445. $content.masonry( 'appended', $newElems, true,
  446. function(){$newElems.fadeIn(300);} );
  447.  
  448.  
  449. });
  450. });
  451. });
  452. </script>
  453. <title>{title}</title>
  454.  
  455. </style>
  456.  
  457. </head>
  458.  
  459.  
  460. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  461. <script>
  462. (function($){
  463. $(document).ready(function(){
  464. $("a[title]").style_my_tooltips({
  465. tip_follows_cursor:true,
  466. tip_delay_time:90,
  467. tip_fade_speed:600,
  468. attribute:"title"
  469. });
  470. });
  471. })(jQuery);
  472. </script>
  473.  
  474.  
  475.  
  476. <body>
  477.  
  478.  
  479. <div id="sidebar">
  480. <div id="blogtitle"><a href="/">{title}</a></div><br>
  481. {block:ifshowsidebarimage}
  482. <a href="/"><img style=" border:1px solid {color:post outline};padding:5px;margin-top:4px;background-color:{color:sidebarbackground};" src="{image:sidebar}" width="180"></a>
  483. {/block:ifshowsidebarimage}
  484. <div style="border-bottom:2px solid #aaa;padding-bottom: 6px;margin-top:3px;margin-left:10px;text-transform: uppercase;text-align:center;width: 180px">{description}</div>
  485. <center>
  486.  
  487. <div class="linkss">
  488. <a title="↻"href="/">Home</a>
  489. <a title="message"href="/ask">ask</a>
  490. {block:ifcustomlinkonetitle}<a title="{text:custom link hover text one}"href="{text:custom link one}">{text:custom link one title}</a>{/block:ifcustomlinkonetitle}
  491.  
  492. {block:ifcustomlinktwotitle}<a title="{text:custom link hover text two}"href="{text:custom link two}">{text:custom link two title}</a>{/block:ifcustomlinktwotitle}
  493.  
  494. {block:ifcustomlinkthreetitle}<a title="{text:custom link hover text three}"href="{text:custom link three}">{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}
  495.  
  496. {block:ifcustomlinkfourtitle}<a title="{text:custom link hover text four}"href="{text:custom link four}">{text:custom link four title}</a>{/block:ifcustomlinkfourtitle}
  497.  
  498. {block:ifcustomlinkfivetitle}<a title="{text:custom link hover text five}"href="{text:custom link five}">{text:custom link five title}</a>{/block:ifcustomlinkfivetitle}
  499.  
  500.  
  501. <a title="Creator"href="http://itsbrvndon.tumblr.com">Theme</a>
  502.  
  503.  
  504.  
  505.  
  506. </center>
  507. </div></div>
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514. <div class="wrapper">
  515. <div style="position:fixed;right:0px;top:28px;">
  516. </span>
  517. </div>
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524. <div id="posts">
  525.  
  526. {block:Posts}
  527.  
  528. {block:ContentSource}
  529. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  530. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  531. {/block:SourceLogo}
  532. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  533. {/block:ContentSource}
  534.  
  535. <div class="entry">
  536.  
  537. {block:Text}
  538. {block:Title}<span class="title">{Title}</span>{/block:Title}
  539. <span class="entrytext">{Body}</span>
  540. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;font-size:9px;"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></div></span>{block:IndexPage}
  541. {/block:Text}
  542.  
  543. {block:Link}
  544. <a href="{URL}" class="title">{Name}</a>
  545. {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;font-size:9px;"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></div></span>{block:IndexPage}
  546. {block:Link}
  547.  
  548.  
  549.  
  550. {block:Photo}
  551. {block:IndexPage}
  552. <div class="sex"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></center></div>
  553.  
  554. {/block:IndexPage}
  555. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="220"/></a></div>{LinkCloseTag}
  556. {/block:IndexPage}
  557. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="470"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  558.  
  559. {/block:Photo}
  560.  
  561.  
  562. {block:Photoset}
  563. {block:IndexPage}
  564. <div class="sex"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></center></div>
  565. <div style="width:220px; overflow-x:hidden; overflow-y:hidden;">{Photoset-250}</div>{/block:IndexPage}
  566. {block:permalinkpage}
  567. {Photoset-450}
  568. {/block:permalinkpage}
  569. {/block:Photoset}
  570.  
  571. {block:Quote}
  572. <i><div class="quote">-</div>
  573. <span style="text-transform:uppercase;letter-spacing:1px;"> {Quote}" </span></i>
  574. {block:Source}
  575. <div style="text-align:right; color:{color:link};border-top:2px solid #ddd; padding:3px;margin-top:3px;text-transform:uppercase;"> • {Source}</div>
  576. {/block:Source}
  577. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;font-size:9px;"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></div></span>{block:IndexPage}
  578. {/block:Quote}
  579.  
  580.  
  581. {block:Chat}
  582. {block:Title}<span class="title">{Title}</span>{/block:Title}
  583. <ul class="chat">
  584. {block:Lines}
  585. <li class="user_{UserNumber}">
  586. {block:Label}
  587. <span class="label">{Label}</span>
  588. {/block:Label}
  589.  
  590. {Line}
  591. </li>
  592. {/block:Lines}
  593. </ul>
  594. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;font-size:9px;"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></div></span>{block:IndexPage}
  595. {/block:Chat}
  596.  
  597. {block:Audio}
  598. <div style="width:220px; height:28px;">{AudioPlayerWhite}</div>
  599. {/block:IndexPage}
  600. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;font-size:9px;"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></div></span>{block:IndexPage}
  601. {/block:Audio}
  602.  
  603. {block:Video}
  604. {block:IndexPage}
  605. <div class="sex"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></center></div>
  606.  
  607. {/block:IndexPage}
  608. {block:IndexPage}
  609. <center>
  610. <div style="width:220px; overflow-x:hidden; overflow-y:hidden;">{Video-250}</center></div>
  611. {/block:IndexPage}
  612. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  613.  
  614. {/block:Video}
  615.  
  616. {block:Answer}
  617. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  618. <strong>{Asker} said:</strong> {Question}
  619. <div class="caption">
  620. <b>I replied:</b><i>{Answer}</i></div>
  621. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;font-size:9px;"><a href="{ReblogURL}">Reblog</a> with <a href="{Permalink}">{NoteCountwithlabel}</a></div></span>{block:IndexPage}
  622. {/block:Answer}
  623.  
  624. {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}
  625.  
  626. {block:PermalinkPage}
  627. {block:Date}
  628. {block:Caption}{Caption}{/block:Caption}<center>
  629. {TimeAgo} | {12Hour}:{Minutes}{AmPm}<br>
  630. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  631. {/block:Date}
  632. <br>
  633. <center>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</center>
  634. <br>
  635.  
  636. {/block:PermalinkPage}
  637.  
  638. {block:PostNotes}{PostNotes}
  639. {/block:PostNotes}
  640. </div>
  641.  
  642.  
  643. {/block:Posts}
  644. </div>
  645. </div>
  646. {block:IndexPage}<br>
  647. {block:Pagination}
  648. <div id="pagination">
  649. {block:NextPage}
  650. <a id="nextPage" href="{NextPage}"></a>
  651. {/block:NextPage}
  652. {block:PreviousPage}
  653. <a href="{PreviousPage}"></a>
  654. {/block:PreviousPage}
  655. </div>
  656. {/block:Pagination}
  657. {/block:IndexPage}
  658. </div>
  659.  
  660.  
  661.  
  662.  
  663. </body>
  664. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement