Advertisement
firebends

eject me into the sun theme by firebends (tumblr)

Nov 15th, 2015
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. eject me into the sun theme
  5. by tumblr user hailey firebends
  6. base code by tumblr user animecharacter
  7. do not remove the credit ever please
  8.  
  9. here are some customization resources:
  10. - http://firebends.tumblr.com/tagged/colors
  11. - http://firebends.tumblr.com/tagged/backgrounds
  12. - http://firebends.tumblr.com/tagged/icons
  13.  
  14. see more of my themes here:
  15. - http://firebends.tumblr.com/tagged/my-themes
  16. -->
  17.  
  18. <head>
  19. <meta charset="utf-8">
  20. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  21.  
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}"/>
  24. {/block:Description}
  25.  
  26. <title>{Title}</title>
  27.  
  28. {block:ifnotcustomfavicon}
  29. <link rel="shortcut icon" href="{Favicon}">
  30. {/block:ifnotcustomfavicon}
  31. {block:ifcustomfavicon}
  32. <link rel="shortcut icon" href="{image:favicon}">
  33. {/block:ifcustomfavicon}
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  36.  
  37. <meta name="image:favicon" content=""/>
  38. <meta name="image:cursor" content="http://i.imgur.com/CTuOsr9.png"/>
  39. <meta name="image:bg" content=""/>
  40.  
  41. <meta name="color:bg" content="#ccc"/>
  42. <meta name="color:text" content="#000"/>
  43. <meta name="color:posts" content="#fff"/>
  44. <meta name="color:links" content="#eee"/>
  45. <meta name="color:hover" content="#000"/>
  46. <meta name="color:accent" content="#000"/>
  47. <meta name="color:accent text" content="#fff"/>
  48. <meta name="color:highlight" content="#888"/>
  49. <meta name="color:scrollbar" content="#000"/>
  50. <meta name="color:tooltip" content="#eee"/>
  51.  
  52. <meta name="select:font" title="ms gothic" content="ms gothic"/>
  53. <meta name="select:font" title="consolas" content="consolas"/>
  54. <meta name="select:font" title="arial/helvetica" content="helvetica"/>
  55. <meta name="select:font" title="courier new" content="courier new"/>
  56. <meta name="select:font" title="georgia" content="georgia"/>
  57. <meta name="select:font" title="comic sans" content="comic sans ms"/>
  58. <meta name="select:font" title="tahoma" content="tahoma"/>
  59. <meta name="select:font" title="calibri" content="calibri"/>
  60. <meta name="select:font" title="verdana" content="verdana"/>
  61. <meta name="select:font" title="times" content="times new roman"/>
  62.  
  63. <meta name="if:custom favicon" content="1"/>
  64. <meta name="if:invert controls" content="1"/>
  65. <meta name="if:monochrome img" content="0"/>
  66. <meta name="if:rainbow hover" content="1"/>
  67. <meta name="if:infinite scroll" content="0"/>
  68. <meta name="if:fit screen bg" content="0"/>
  69. <meta name="if:show stat counter" content="0"/>
  70. <meta name="if:smaller posts" content="0"/>
  71. <meta name="if:alternate ask link" content="0"/>
  72. <meta name="if:hidden visitor tracker" content="0"/>
  73. <meta name="if:lazy load" content="1"/>
  74.  
  75. <meta name="text:alt ask link" content="/ask"/>
  76. <meta name="text:link 1" content="link"/>
  77. <meta name="text:link 1 url" content="/"/>
  78. <meta name="text:link 2" content="link"/>
  79. <meta name="text:link 2 url" content="/"/>
  80. <meta name="text:link 3" content="link"/>
  81. <meta name="text:link 3 url" content="/"/>
  82. <meta name="text:stat counter" content=""/>
  83. <meta name="text:hidden visitor tracker code" content=""/>
  84.  
  85. <style type="text/css">
  86.  
  87. {block:ifinvertcontrols}
  88. #tumblr_controls {
  89. -webkit-filter: invert(100%);
  90. position: fixed!important;
  91. }
  92. {/block:ifinvertcontrols}
  93.  
  94. ::-webkit-scrollbar{
  95. height:0px;
  96. width:8px;
  97. background:{color:bg};
  98. cursor:url('{image:cursor}'), auto;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb{
  102. background:{color:scrollbar};
  103. height:8px;
  104. width:8px;
  105. border:1px solid {color:bg};
  106. cursor:url('{image:cursor}'), auto;
  107. }
  108.  
  109. body{
  110. margin:0px;
  111. background:{color:bg};
  112. background-image:url('{image:bg}');
  113. background-position:right top;
  114. background-attachment:fixed;
  115. {block:iffitscreenbg}
  116. background-size:cover;
  117. background-position:right top;
  118. background-position:right bottom;
  119. {/block:iffitscreenbg}
  120. font-family:{select:font};
  121. font-size:12px;
  122. line-height:135%;
  123. letter-spacing:1px;
  124. color:{color:text};
  125. cursor:url('{image:cursor}'), auto;
  126. text-align:justify;
  127. }
  128.  
  129. p{
  130. margin:0 0 10px 0;
  131. padding:0;
  132. }
  133.  
  134. small{
  135. font-size:11px;
  136. font:{select:font};
  137. color:{color:accent text};
  138. letter-spacing:2px;
  139. line-height:125%;
  140. }
  141.  
  142. pre{
  143. font-size:13px;
  144. font:{select:font};
  145. color:{color:accent text};
  146. letter-spacing:1px;
  147. }
  148.  
  149. a{
  150. color:{color:links};
  151. text-decoration:none;
  152. cursor:url('{image:cursor}'), auto;
  153. }
  154.  
  155. a:hover{
  156. color:{color:hover};
  157. text-decoration:none;
  158. cursor:url('{image:cursor}'), auto;
  159. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  160. }
  161.  
  162. ::-moz-selection{
  163. background:none;
  164. color:{color:highlight};
  165. }
  166.  
  167. ::selection{
  168. background:none;
  169. color:{color:highlight};
  170. }
  171.  
  172. li{
  173. margin-left:-15px;
  174. }
  175.  
  176. #wrapper{
  177. width:600px;
  178. margin:50px auto;
  179. }
  180.  
  181. #sidebar{
  182. width:200px;
  183. margin-left:auto;
  184. margin-right:auto;
  185. top:10px;
  186. font-size:12px;
  187. padding:5px;
  188. background:{color:posts};
  189. }
  190.  
  191. .rocket{
  192. text-align:center;
  193. margin-top:5px;
  194. padding:2px;
  195. font-size:16px;
  196. padding-bottom:8px;
  197. margin-left:-5px;
  198. width:207px;
  199. border-bottom:1px solid {color:text};
  200. }
  201.  
  202. .description{
  203. color:{color:text};
  204. text-align:center;
  205. margin-top:5px;
  206. padding:2px;
  207. max-height:150px;
  208. overflow:auto;
  209. }
  210.  
  211. .sidelinks{
  212. width:207px;
  213. margin-left:-5px;
  214. border-top:1px solid {color:text};
  215. padding-top:3px;
  216. margin-top:5px;
  217. text-align:center;
  218. font-family:{select:font};
  219. font-size:11px;
  220. padding:2px;
  221. }
  222.  
  223. .sidelinks a{
  224. color:{color:links};
  225. padding-bottom:1px;
  226. text-decoration:none;
  227. border-bottom:1px solid {color:text};
  228. cursor:url('{image:cursor}'), auto;
  229. }
  230.  
  231. .sidelinks a:hover{
  232. color:{color:hover};
  233. padding-bottom:1px;
  234. text-decoration:none;
  235. border-bottom:1px solid {color:text};
  236. cursor:url('{image:cursor}'), auto;
  237. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  238. }
  239.  
  240. #content{
  241. width:400px;
  242. margin-top:50px;
  243. margin-left:auto;
  244. margin-right:auto;
  245. {block:ifsmallerposts}
  246. {block:indexpage}
  247. width:250px;
  248. {/block:indexpage}
  249. {block:permalinkpage}
  250. width:400px;
  251. {/block:permalinkpage}
  252. {/block:ifsmallerposts}
  253. }
  254.  
  255. .post{
  256. width:400px;
  257. {block:ifsmallerposts}
  258. {block:indexpage}
  259. width:250px;
  260. {/block:indexpage}
  261. {block:permalinkpage}
  262. width:400px;
  263. {/block:permalinkpage}
  264. {/block:ifsmallerposts}
  265. margin:0 0 100px 0;
  266. padding:5px;
  267. overflow:none;
  268. background:{color:posts};
  269. }
  270.  
  271. .post img{
  272. max-width:100%;
  273. cursor:url('{image:cursor}'), auto;
  274. {block:ifmonochromeimg}
  275. {block:indexpage}
  276. -webkit-filter: Grayscale(100%);
  277. {/block:indexpage}
  278. {/block:ifmonochromeimg}
  279. }
  280.  
  281. {block:ifmonochromeimg}
  282. {block:indexpage}
  283. .post img:hover{
  284. -webkit-filter: Grayscale(0%);
  285. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  286. {block:ifcustomcursor}
  287. cursor:url('{image:cursor}'), auto;
  288. {/block:ifcustomcursor}
  289. }
  290.  
  291. iframe.photoset{
  292. -webkit-filter: Grayscale(100%);
  293. }
  294.  
  295. iframe.photoset:hover{
  296. -webkit-filter: Grayscale(0%);
  297. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  298. {block:ifcustomcursor}
  299. cursor:url('{image:cursor}'), auto;
  300. {/block:ifcustomcursor}
  301. }
  302. {/block:indexpage}
  303. {/block:ifmonochromeimg}
  304.  
  305. {block:ifnotinfinitescroll}
  306. #nav{
  307. margin-left:auto;
  308. margin-right:auto;
  309. width:200px;
  310. text-align:center;
  311. padding:5px;
  312. font-size:11px;
  313. background:{color:posts};
  314. cursor:url('{image:cursor}'), auto;
  315. }
  316. {/block:ifnotinfinitescroll}
  317.  
  318. .media{
  319. margin:0 0 5px 0;
  320. cursor:url('{image:cursor}'), auto;
  321. }
  322.  
  323. .heading{
  324. font-size:16px;
  325. line-height:125%;
  326. margin-bottom:10px;
  327. text-align:justify;
  328. }
  329.  
  330. .linkdesc{
  331. background:none;
  332. }
  333.  
  334. .chat{
  335. border-bottom:1px dotted {color:text};
  336. font-size:12px;
  337. padding:1px;
  338. }
  339.  
  340. .chat .odd{
  341. background:{color:accent};
  342. color:{color:accent text};
  343. }
  344.  
  345. .chat .even{
  346. background:{color:posts};
  347. color:{color:text};
  348. }
  349.  
  350. .question{
  351. margin-bottom:10px;
  352. color:{color:accent text};
  353. background:{color:accent};
  354. font-size:12px;
  355. padding:5px;
  356. text-align:justify;
  357. border:1px dotted {color:text};
  358. }
  359.  
  360. .question a{
  361. color:{color:accent text};
  362. text-decoration:underline;
  363. }
  364.  
  365. .question a:hover{
  366. color:{color:hover};
  367. text-decoration:none;
  368. }
  369.  
  370. .permabox{
  371. position:absolute;
  372. border-top:1px solid {color:text};
  373. background:{color:posts};
  374. width:406px;
  375. {block:ifsmallerposts}
  376. width:272px;
  377. {/block:ifsmallerposts}
  378. margin-top:5px;
  379. font-size:11px;
  380. padding:2px;
  381. padding-top:3px;
  382. padding-bottom:3px;
  383. margin-left:-5px;
  384. text-align:justify;
  385. line-height:140%;
  386. }
  387.  
  388. .permabox a{
  389. border-bottom:1px solid {color:text};
  390. padding-bottom:1px;
  391. }
  392.  
  393. .permabox a:hover{
  394. border-bottom:1px solid {color:text};
  395. padding-bottom:1px;
  396. font-style:normal;
  397. }
  398.  
  399. .perma{
  400. margin-top:20px;
  401. margin-bottom:20px;
  402. width:406px;
  403. margin-left:-5px;
  404. border-top:1px solid {color:text};
  405. border-bottom:1px solid {color:text};
  406. font-size:11px;
  407. text-align:center;
  408. padding:2px;
  409. text-transform:lowercase;
  410. background:{color:accent};
  411. }
  412.  
  413. .perma a{
  414. color:{color:links};
  415. text-decoration:none;
  416. }
  417.  
  418. .perma a:hover{
  419. color:{color:hover};
  420. text-decoration:none;
  421. }
  422.  
  423. blockquote{
  424. margin:0 0 5px 1px;
  425. padding:0 0 0 10px;
  426. border-left:1px solid {color:text};
  427. }
  428.  
  429. #rebloglike{
  430. margin-top:20px;
  431. font-style:italic;
  432. font-size:10px;
  433. overflow:auto;
  434. max-height:150px;
  435. text-align:left;
  436. padding:5px;
  437. line-height:150%;
  438. }
  439.  
  440. #rebloglike a{
  441. font-style:italic;
  442. }
  443.  
  444. #rebloglike a:hover{
  445. font-style:normal;
  446. }
  447.  
  448. #rebloglike img{
  449. display:none;
  450. }
  451.  
  452. #rebloglike li{
  453. list-style-type:none;
  454. text-align:left;
  455. }
  456.  
  457. #s-m-t-tooltip{
  458. max-width:100%;
  459. margin-top:15px;
  460. margin-left:20px;
  461. display:inline-block;
  462. font-size:10px;
  463. text-transform:uppercase;
  464. letter-spacing:2px;
  465. color:{color:text};
  466. background:{color:tooltip};
  467. padding:2px;
  468. font-family:{select:font};
  469. }
  470.  
  471. #stat{
  472. bottom:5px;
  473. right:5px;
  474. height:15px;
  475. width:15px;
  476. padding:2px;
  477. background:{color:posts};
  478. text-align:center;
  479. position:fixed;
  480. border-radius:50%;
  481. font-size:12px;
  482. }
  483.  
  484. #stat a{
  485. color:{color:links};
  486. text-decoration:none;
  487. }
  488.  
  489. #stat a:hover{
  490. color:{color:hover};
  491. text-decoration:none;
  492. }
  493.  
  494. #credit{
  495. bottom:5px;
  496. left:5px;
  497. height:15px;
  498. width:15px;
  499. padding:2px;
  500. background:{color:posts};
  501. text-align:center;
  502. position:fixed;
  503. border-radius:50%;
  504. font-size:18px;
  505. }
  506.  
  507. #credit a{
  508. color:{color:links};
  509. text-decoration:none;
  510. }
  511.  
  512. #credit a:hover{
  513. color:{color:hover};
  514. text-decoration:none;
  515. }
  516.  
  517. {CustomCSS}
  518.  
  519. </style>
  520.  
  521. {block:ifrainbowhover}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt"></script>{/block:ifrainbowhover}
  522.  
  523. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  524. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  525.  
  526. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  527. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  528. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  529.  
  530. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  531. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  532. <script>
  533. (function($){
  534. $(document).ready(function(){
  535. $("[title]").style_my_tooltips({
  536. tip_follows_cursor:true,
  537. tip_delay_time:200,
  538. tip_fade_speed:300
  539. }
  540. );
  541. });
  542. })(jQuery);
  543. </script>
  544.  
  545. {block:ifinfinitescroll}
  546. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  547. {/block:ifinfinitescroll}
  548.  
  549. {block:iflazyload}
  550. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  551. <script type="text/javascript" charset="utf-8">
  552. var $j = jQuery.noConflict();
  553. $j(function() {
  554. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  555. $j("img").lazyload({
  556. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  557. effect: "fadeIn",
  558. });
  559. });
  560. </script>
  561. {/block:iflazyload}
  562.  
  563. </head>
  564.  
  565. <body>
  566. <div id="wrapper">
  567.  
  568. <div id="sidebar">
  569. <div class="rocket">『 <i class="fa fa-rocket fa-lg"></i> 』</div>
  570. {block:Description}<div class="description"><center>{Description}</center></div>{/block:Description}
  571. <div class="sidelinks"><center><a href="/">home</a> {block:ifnotalternateasklink}<a href="/ask">inbox</a>{/block:ifnotalternateasklink}{block:ifalternateasklink}<a href="{text:alt ask link}">inbox</a>{/block:ifalternateasklink}{block:iflink1} <a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}{block:iflink2} <a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}{block:iflink3} <a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}</center></div>
  572. </div>
  573.  
  574. <div id="content">
  575.  
  576. {block:Posts}
  577.  
  578. <div class="post">
  579.  
  580. {block:Text}
  581. {block:Title}
  582. <div class="heading"><b>{Title}</b></div>
  583. {/block:Title}
  584. {Body}
  585. {/block:Text}
  586.  
  587. {block:Photo}
  588. <center><div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div></center>
  589. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  590. {/block:Photo}
  591.  
  592. {block:Photoset}
  593. {block:ifnotsmallerposts}<div class="media"><center>{Photoset-400}</center></div>{/block:ifnotsmallerposts}
  594. {block:ifsmallerposts}{block:indexpage}<div class="media"><center>{Photoset-250}</center></div>{block:indexpage}{block:permalinkpage}<div class="media"><center>{Photoset-400}</center></div>{/block:permalinkpage}{/block:ifsmallerposts}
  595. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  596. {/block:Photoset}
  597.  
  598. {block:Quote}
  599. <div class="heading">「{Quote}」</div>
  600. {block:Source}<div class="quotesource" style="text-align:right;">— {Source}</div>{/block:Source}
  601. {/block:Quote}
  602.  
  603. {block:Link}
  604. {block:Thumbnail}<div class="media"><center><img src="{Thumbnail-HighRes}"/></center></div>{/block:Thumbnail}
  605. <div class="heading"><a href="{URL}" title="go to link?">{Name} <i class="fa fa-arrow-circle-right"></i></a></div>
  606. {block:Description}
  607. <div class="linkdesc">{Description}</div>
  608. {/block:Description}
  609. {/block:Link}
  610.  
  611. {block:Chat}
  612. {block:Title}
  613. <div class="heading"><b>{Title}</b></div>
  614. {/block:Title}
  615.  
  616. {block:Lines}<div class="chat">
  617. <div class="{Alt} user_{UserNumber}">
  618. {block:Label}<div style="display:inline; font-weight:bold; font-size:10px; text-transform:uppercase;">{Label}</div>{/block:Label}
  619. {Line}
  620. </div></div>
  621. {/block:Lines}
  622. {/block:Chat}
  623.  
  624. {block:Video}
  625. {block:ifnotsmallerposts}<div class="media"><center>{Video-400}</center></div>{/block:ifnotsmallerposts}{block:ifsmallerposts}{block:indexpage}<div class="media"><center>{Video-250}</center></div>{/block:indexpage}{block:permalinkpage}<div class="media"><center>{Video-400}</center></div>{/block:permalinkpage}{/block:ifsmallerposts}
  626. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  627. {/block:Video}
  628.  
  629. {block:Audio}
  630. {block:ifnotsmallerposts}<div class="media"><center>{AudioEmbed-400}</center></div>{/block:ifnotsmallerposts}{block:ifsmallerposts}{block:indexpage}<div class="media"><center>{AudioEmbed-250}</center></div>{block:indexpage}{block:permalinkpage}<div class="media"><center>{AudioEmbed-400}</center></div>{/block:permalinkpage}{/block:ifsmallerposts}
  631. {block:Caption}{Caption}{/block:Caption}
  632. {/block:Audio}
  633.  
  634. {block:Answer}
  635. <div class="question"><div style="display:inline; text-transform:uppercase;"><b>{Asker}:</b></div> <div style="display:inline; font-size:14px; letter-spacing:.5px;">{Question}</div></div>
  636. <div class="caption">{Answer}</div>
  637. {/block:Answer}
  638.  
  639. {block:Date}
  640. {block:IndexPage}
  641. <div class="permabox"><a href="{permalink}" title="go to permalink?">{TimeAgo}</a> <div style="float:right; text-align:right; display:inline;"><a href="{ReblogUrl}" title="reblog post?">{NoteCountWithLabel}</a></div>{block:HasTags}<br><div style="display:inline; font-weight:bold; text-transform:uppercase; font-size:10px;">categorized as:</div> <div style="display:inline; font-size:10px; font-style:italic;">{block:Tags}<a href="{TagUrl}" title="view more?">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  642. {/block:IndexPage}
  643.  
  644. {block:PermalinkPage}
  645. <div class="perma">
  646. <a href="{ReblogUrl}" title="reblog post?">{NoteCountWithLabel}</a><br>{block:PermalinkPagination}{block:NextPost}<a href="{NextPost}" title="go to post?"><i class="fa fa-arrow-circle-left"></i> next post</a>{/block:NextPost}{block:PreviousPost}{block:NextPost} <div style="display:inline; font-size:9px;"><i class="fa fa-rocket fa-lg"></i></div> {/block:NextPost}<a href="{PreviousPost}" title="go to post?">last post <i class="fa fa-arrow-circle-right"></i></a>{/block:PreviousPost}<br>{/block:PermalinkPagination}<a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="see all posts from {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}?">{12HourWithZero}:{Minutes}{AMPM} {DayOfWeek} {DayOfMonthWithZero} {Month} {Year}</a>{block:Reblog}<br><a href="{ReblogParentURL}" title="go to post?">via @{ReblogParentName}</a>{block:ContentSource}{block:Reblog} <div style="display:inline; font-size:9px;"><i class="fa fa-rocket fa-lg"></i></div> {/block:Reblog}{block:NotReblog}<br>{/block:NotReblog}<a href="{SourceURL}" title="go to original post?">by @{ReblogRootName}</a>{/block:ContentSource}{/block:Reblog}{block:HasTags}<br>{block:Tags}<a href="{TagUrl}" title="view more?">#{Tag}</a> {/block:Tags}{/block:HasTags}
  647. </div>
  648. {/block:PermalinkPage}
  649.  
  650. {block:PermalinkPage}
  651. {block:NoteCount}<div id="rebloglike">
  652. {block:PostNotes}{PostNotes}{/block:PostNotes}
  653. </div>{/block:NoteCount}
  654. {/block:PermalinkPage}
  655.  
  656. {/block:Date}
  657.  
  658. </div>
  659.  
  660. {/block:Posts}
  661.  
  662. {block:ifnotinfinitescroll}
  663. {block:Pagination}
  664. <div id="nav"><center>{block:PreviousPage}<a href="{PreviousPage}" title="go to page?"><i class="fa fa-arrow-circle-left"></i> last page</a> <div style="display:inline; font-size:9px;"><i class="fa fa-rocket fa-lg"></i></div> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="go to page?">next page <i class="fa fa-arrow-circle-right"></i></a>{/block:NextPage}<br><div style="display:inline; font-size:8px;"><i class="fa fa-rocket fa-lg"></i></div> <div style="display:inline; text-transform:uppercase; font-size:10px; letter-spacing:2px; font-weight:bold;">{CopyrightYears}</div> <div style="display:inline; font-size:8px;"><i class="fa fa-rocket fa-lg"></i></div></center></div>
  665. {/block:Pagination}
  666. {/block:ifnotinfinitescroll}
  667.  
  668. {block:ifshowstatcounter}<div id="stat">{text:stat counter}</div>{/block:ifshowstatcounter}
  669.  
  670. <div id="credit"><a href="http://firebends.tumblr.com/" title="theme credit" target="_blank">©</a></div>
  671.  
  672. {block:ifhiddenvisitortracker}
  673. {text:hidden visitor tracker code}
  674. {/block:ifhiddenvisitortracker}
  675.  
  676. </div>
  677. </div>
  678. </div>
  679.  
  680. </div>
  681.  
  682. </body>
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement