Advertisement
paigeh987

Theme 19 - neonbike themes

Sep 14th, 2014
9,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.62 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4.  
  5. Theme 19 by Paige @ neonbikethemes.tumblr.com
  6.  
  7. Rules:
  8. - don't steal code or design
  9. - edit as much as you want just leave the credit
  10. - if you can, like or reblog the post of this theme
  11.  
  12. base code by Farahmir
  13.  
  14. last updated 12/28/15
  15.  
  16. -->
  17.  
  18. <!DOCTYPE html>
  19. <head>
  20.  
  21.  
  22. <title>{Title}</title>
  23.  
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27.  
  28. <!--Default Variables-->
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Sidebar" content="#f8f8f8"/>
  32. <meta name="color:Captions" content="#f8f8f8"/>
  33. <meta name="color:Text" content="#aaaaaa"/>
  34. <meta name="color:Link" content="#000000"/>
  35. <meta name="color:Hover" content="#a0a0a0"/>
  36. <meta name="color:Border" content="#a0a0a0"/>
  37.  
  38. <meta name="image:Sidebar Image" content=""/>
  39.  
  40. <meta name="text:Link 1 URL" content="/" />
  41. <meta name="text:Link 1" content="" />
  42. <meta name="text:Link 2 URL" content="/" />
  43. <meta name="text:Link 2" content="" />
  44. <meta name="text:Link 3 URL" content="/" />
  45. <meta name="text:Link 3" content="" />
  46. <meta name="text:Link 4 URL" content="/" />
  47. <meta name="text:Link 4" content="" />
  48.  
  49. <meta name="select:Font" content="'PT Sans'" title="PT Sans">
  50. <meta name="select:Font" content="Inconsolata" title="Inconsolata">
  51. <meta name="select:Font" content="Open Sans" title="Open Sans">
  52. <meta name="select:Font" content="Montserrat" title="Montserrat">
  53. <meta name="select:Font" content="Dosis" title="Dosis">
  54. <meta name="select:Font" content="Roboto" title="Roboto">
  55. <meta name="select:Font" content="Bitter" title="Bitter">
  56. <meta name="select:Font" content="Lato" title="Lato">
  57. <meta name="select:Font" content="Helvetica" title="Helvetica">
  58. <meta name="select:Font" content="Arial" title="Arial">
  59.  
  60. <meta name="if:hide captions" content="0"/>
  61. <meta name="if:500px posts" content="0"/>
  62. <meta name="if:grayscale posts" content="0"/>
  63. <meta name="if:hover tags" content="0"/>
  64. <meta name="if:hide sidebar img" content="0"/>
  65. <meta name="if:Infinite Scroll" content="0">
  66.  
  67. <!-- infinite scroll scripts -->
  68.  
  69. {block:IfInfiniteScroll}
  70. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  71. {/block:IfInfiniteScroll}
  72.  
  73. <!-- jquery for tooltips-->
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76.  
  77. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  78.  
  79. <!-- Fonts -->
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  82.  
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("a[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:30,
  89. tip_fade_speed:300,
  90. attribute:"title"
  91. });
  92. });
  93. })(jQuery);
  94.  
  95. </script>
  96.  
  97. <!-- FONTS -->
  98.  
  99. <link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
  100.  
  101. <script type="text/javascript">
  102. WebFontConfig = {
  103. google: { families: [ 'PT+Sans:400,700,400italic,700italic:latin' ] }
  104. };
  105. (function() {
  106. var wf = document.createElement('script');
  107. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  108. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  109. wf.type = 'text/javascript';
  110. wf.async = 'true';
  111. var s = document.getElementsByTagName('script')[0];
  112. s.parentNode.insertBefore(wf, s);
  113. })(); </script>
  114.  
  115.  
  116. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600|Inconsolata:400,700|Montserrat|Lato:400,700|Bitter:400,700|Roboto:400,700' rel='stylesheet' type='text/css'>
  117.  
  118. <script type="text/javascript">
  119. WebFontConfig = {
  120. google: { families: [ 'Open+Sans:400,600:latin', 'Inconsolata:400,700:latin', 'Montserrat::latin', 'Lato:400,700:latin', 'Bitter:400,700:latin', 'Roboto:400,700:latin' ] }
  121. };
  122. (function() {
  123. var wf = document.createElement('script');
  124. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  125. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  126. wf.type = 'text/javascript';
  127. wf.async = 'true';
  128. var s = document.getElementsByTagName('script')[0];
  129. s.parentNode.insertBefore(wf, s);
  130. })(); </script>
  131.  
  132.  
  133. <!--CSS customization here. -->
  134.  
  135. <style type="text/css">
  136.  
  137. #s-m-t-tooltip{
  138. position:absolute;
  139. margin-top: 15px;
  140. margin-left:15px;
  141. z-index:9999999;
  142. background:{color:background};
  143. font-style:italic;
  144. padding:5px;
  145. }
  146.  
  147. @import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
  148.  
  149. /*basics*/
  150. blockquote {
  151. padding:5px 0 5px 15px;
  152. border-left:1px solid {color:text};
  153. margin: 0px 0px 0px 10px;
  154. }
  155.  
  156. blockquote blockquote blockquote{
  157. padding:5px 0 5px 10px;
  158. border-left:1px solid {color:text};
  159. margin-left:0px;
  160. }
  161.  
  162. body {
  163. background:{color:background};
  164. color:{color:text};
  165. font-family: {select:font}, sans-serif;
  166. font-size:11px;
  167. text-align:justify;
  168. margin:0;
  169. line-height:140%;
  170. word-wrap: break-word;
  171. }
  172.  
  173. pre {
  174. white-space: pre-wrap;
  175. white-space: -moz-pre-wrap;
  176. white-space: -pre-wrap;
  177. white-space: -o-pre-wrap;
  178. word-wrap: break-word;
  179. }
  180.  
  181.  
  182. a {
  183. color:{color:link};
  184. text-decoration:none;
  185. -webkit-transition: all .3s;
  186. -moz-transition: all .3s;
  187. -o-transition: all .3s;
  188. -ms-transition: all .3s;
  189. transition: all .3s;
  190. }
  191.  
  192. a:hover {
  193. text-decoration:none;
  194. color:{color:hover};
  195. -webkit-transition: all .3s;
  196. -moz-transition: all .3s;
  197. -o-transition: all .3s;
  198. -ms-transition: all .3s;
  199. transition: all .3s;
  200. }
  201.  
  202. img{
  203. opacity:1;
  204. border:none;
  205. text-decoration:none
  206. margin-bottom:0px;
  207. }
  208.  
  209.  
  210. small {
  211. font-size:9px;
  212. }
  213.  
  214. big {
  215. font-size:12px;
  216. }
  217.  
  218. ol{
  219. list-style-type:decimal-leading-zero;
  220. }
  221.  
  222. ul{
  223. list-style-type:circle;
  224. }
  225.  
  226. .caption{
  227. padding:15px;
  228. margin-top:10px;
  229. background:{color:captions};
  230. }
  231.  
  232. #title {
  233. font-size:12px;
  234. text-transform:uppercase;
  235. text-align:left;
  236. padding:15px;
  237. font-weight:700;
  238. letter-spacing:1px;
  239. background:{color:captions};
  240. }
  241.  
  242. iframe#tumblr_controls {
  243. -webkit-filter: invert(100%);
  244. -moz-filter: invert(100%);
  245. -o-filter: invert(100%);
  246. -ms-filter: invert(100%);
  247. filter: invert(100%);
  248. white-space:nowrap;
  249. opacity:.4;
  250. -webkit-transition: all .3s;
  251. -moz-transition: all .3s;
  252. -o-transition: all .3s;
  253. -ms-transition: all .3s;
  254. transition: all .3s;
  255. }
  256.  
  257.  
  258.  
  259. /*sidebar*/
  260. #sidebar {
  261. text-align:center;
  262. position:fixed;
  263. left:0px;
  264. top:0px;
  265. padding-top:200px;
  266. padding-left:150px;
  267. padding-right:130px;
  268. width:170px;
  269. height:100%;
  270. background:{color:sidebar};
  271. }
  272.  
  273. #sidebarim {
  274. position:relative;
  275. display:inline-block;
  276. margin-bottom:20px;
  277. padding:7px;
  278. border:0px dotted {color:border};
  279. background:{color:background};
  280. }
  281.  
  282. #sidebarim img {
  283. margin-bottom:-3px;
  284. width:100px;
  285. }
  286.  
  287. #blogt {
  288. font-size:12px;
  289. text-transform:uppercase;
  290. letter-spacing:3px;
  291. font-weight:700;
  292. }
  293.  
  294. #links {
  295. line-height:16px;
  296. text-transform:uppercase;
  297. letter-spacing:1px;
  298. font-size:10px;
  299. }
  300.  
  301. #links a{
  302. color:{color:text};
  303. text-decoration:none;
  304. }
  305.  
  306. .link{
  307. position:relative;
  308. display:inline-block;
  309. padding:6px;
  310. text-align:center;
  311. border-top:0px dotted {color:border};
  312. border-bottom:0px dotted {color:border};
  313. margin-bottom:5px;
  314. background:{color:background};
  315. width:100px;
  316. -webkit-transition: all .3s;
  317. -moz-transition: all .3s;
  318. -o-transition: all .3s;
  319. -ms-transition: all .3s;
  320. transition: all .3s;
  321. }
  322.  
  323. .link:hover{
  324. font-weight:700;
  325. -webkit-transition: all .3s;
  326. -moz-transition: all .3s;
  327. -o-transition: all .3s;
  328. -ms-transition: all .3s;
  329. transition: all .3s;
  330. }
  331.  
  332. #description {
  333. margin-bottom:20px;
  334. margin-top:8px;
  335. font-size:10px;
  336. text-transform:lowercase;
  337. font-style:italic;
  338. }
  339.  
  340.  
  341. /*pagination*/
  342.  
  343. #pagination {
  344. margin:50px 0;
  345. text-transform:uppercase;
  346. text-align:right;
  347. }
  348.  
  349. .pagibutton{
  350. position:relative;
  351. display:inline-block;
  352. padding:10px;
  353. background-color:{color:captions};
  354. margin-left:30px;
  355. }
  356.  
  357. /*container*/
  358. #con {
  359. left:470px;
  360. background:{color:background};
  361. position:absolute;
  362. }
  363.  
  364.  
  365.  
  366. /*posts*/
  367.  
  368. #entries {
  369. {block:if500pxposts}
  370. width:500px;
  371. {/block:if500pxposts}
  372. {block:ifnot500pxposts}
  373. width:400px;
  374. {/block:ifnot500pxposts}
  375. padding:100px;
  376. padding-right:130px;
  377. }
  378.  
  379.  
  380.  
  381. #posts {
  382. {block:if500pxposts}
  383. width:500px;
  384. {/block:if500pxposts}
  385. {block:ifnot500pxposts}
  386. width:400px;
  387. {/block:ifnot500pxposts}
  388. {block:IndexPage}
  389. margin-bottom:100px;
  390. {/block:IndexPage}
  391. {block:PermalinkPage}
  392. margin-bottom:20px;
  393. {/block:PermalinkPage}
  394. {block:Ifgrayscaleposts}
  395. -webkit-filter: grayscale(100%);
  396. -webkit-transition: all 0.3s;
  397. -moz-transition: all 0.3s;
  398. -o-transition: all 0.3s;
  399. -ms-transition: all 0.3s;
  400. transition: all 0.3s;
  401. {/block:Ifgrayscaleposts}
  402. }
  403.  
  404. #posts:hover{
  405. {block:Ifgrayscaleposts}
  406. -webkit-filter: grayscale(0%);
  407. -webkit-transition: all 0.3s;
  408. -moz-transition: all 0.3s;
  409. -o-transition: all 0.3s;
  410. -ms-transition: all 0.3s;
  411. transition: all 0.3s;
  412. {/block:Ifgrayscaleposts}
  413. }
  414.  
  415. #posts img {
  416. max-width:100%;
  417. }
  418.  
  419. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  420.  
  421.  
  422. /* text */
  423.  
  424. .text{
  425. padding:15px;
  426. }
  427.  
  428.  
  429. /*quote*/
  430.  
  431. #quote{
  432. text-align:left;
  433. font-size:12px;
  434. line-height:190%;
  435. text-transform:uppercase;
  436. font-style:italic;
  437. letter-spacing:1px;
  438. }
  439.  
  440. #source {
  441. text-align:right;
  442. margin-top:15px;
  443. padding:15px;
  444. padding-bottom:0px;
  445. border-top:1px dotted {color:border};
  446. }
  447.  
  448. /*audio*/
  449.  
  450. .audio{
  451. min-height:90px;
  452. text-align:left;
  453. }
  454.  
  455. .player {
  456. position:absolute;
  457. margin-left:30px;
  458. margin-top:30px;
  459. width:29px;
  460. height:30px;
  461. overflow:hidden;
  462. z-index:999999;
  463. }
  464.  
  465. .audioart{
  466. width:90px;
  467. height:90px;
  468. overflow:hidden;
  469. position:relative;
  470. float:left;
  471. }
  472.  
  473. .audioartimg{
  474. width:100%;
  475. height:100%;
  476. position:absolute;
  477. z-index:999;
  478. }
  479.  
  480. .audioinfo {
  481. position:relative;
  482. float:right;
  483. height:50px;
  484. {block:if500pxposts}
  485. width:355px;
  486. {/block:if500pxposts}
  487. {block:ifnot500pxposts}
  488. width:255px;
  489. {/block:ifnot500pxposts}
  490. padding:20px;
  491. background:{color:captions};
  492. text-align:center;
  493. }
  494.  
  495. .tracktitle{
  496. padding-top:10px;
  497. text-transform:uppercase;
  498. letter-spacing:2px;
  499. font-weight:600;
  500. }
  501.  
  502. /*asks*/
  503. .q {
  504. background:{color:captions};
  505. margin-bottom:10px;
  506. padding:15px;
  507. line-height:160%;
  508. }
  509. .as {
  510. font-weight:bold;
  511. text-transform:uppercase;
  512. letter-spacing:1px;
  513. }
  514.  
  515. .a {
  516. margin:10px;
  517. margin-bottom:0px;
  518. }
  519.  
  520.  
  521. /*chat*/
  522.  
  523. .chat {
  524. padding:0;
  525. margin-bottom:-15px;
  526. }
  527.  
  528. .line {
  529. padding:10px;
  530. border-top:1px dotted {color:border};
  531. }
  532.  
  533. .even .line {
  534. background:{color:background};
  535. }
  536.  
  537. .odd .line {
  538. background:{color:captions};
  539. }
  540.  
  541. .label {
  542. font-weight:bold;
  543. text-transform:uppercase;
  544. }
  545.  
  546.  
  547.  
  548.  
  549.  
  550. /*permalink and notes*/
  551.  
  552. #permalink {
  553. margin-top:15px;
  554. font-size:9px;
  555. text-transform:uppercase;
  556. border-top:1px dotted {color:border};
  557. padding:6px;
  558. padding-top:10px;
  559. }
  560.  
  561. #permalink a {
  562. margin-right:10px;
  563. }
  564.  
  565. #permalink img{
  566. margin-right:8px;
  567. margin-bottom:-2px;
  568. border:none;
  569. }
  570.  
  571. .tags {
  572. word-break:break-all;
  573. font-size:9px;
  574. text-transform:lowercase;
  575. letter-spacing:1px;
  576. {block:Ifhovertags}
  577. opacity:0;
  578. {/block:Ifhovertags}
  579. -webkit-filter: grayscale(0%);
  580. -webkit-transition: all 0.3s;
  581. -moz-transition: all 0.3s;
  582. -o-transition: all 0.3s;
  583. -ms-transition: all 0.3s;
  584. transition: all 0.3s;
  585. }
  586.  
  587. #posts:hover .tags{
  588. {block:Ifhovertags}
  589. opacity:1;
  590. {/block:Ifhovertags}
  591. -webkit-filter: grayscale(0%);
  592. -webkit-transition: all 0.3s;
  593. -moz-transition: all 0.3s;
  594. -o-transition: all 0.3s;
  595. -ms-transition: all 0.3s;
  596. transition: all 0.3s;
  597. }
  598.  
  599. .pagenotes {
  600. {block:IndexPage}
  601. display: none!important;
  602. {/block:IndexPage}
  603. padding:15px;
  604. text-align:left;
  605.  
  606. }
  607. .pagenotes img {
  608. display:none!important;}
  609. .pagenotes li {
  610. list-style-type:none;
  611. padding:5px 0px;
  612. text-align:left;
  613. margin:0 0 0 -40px;
  614. }
  615.  
  616. .credit{
  617. position:fixed;
  618. z-index:999;
  619. right:15px;
  620. bottom:15px;
  621. }
  622.  
  623. {CustomCSS}
  624.  
  625.  
  626. </style>
  627.  
  628.  
  629.  
  630. </head>
  631.  
  632. <body>
  633.  
  634.  
  635. <div id="sidebar">
  636.  
  637. {block:Ifnothidesidebarimg}
  638. <div id="sidebarim">
  639. <img src="{image:Sidebar Image}">
  640. </div>
  641. {/block:Ifnothidesidebarimg}
  642. {block:Ifhidesidebarimg}
  643. {/block:Ifhidesidebarimg}
  644.  
  645. <div id="blogt">{Title}</div>
  646. <div id="description">{Description}</div>
  647. <div id="links">
  648. {block:ifLink1}<a href="{text:Link 1 URL}"><div class="link">{text:Link 1}</div></a>{/block:ifLink1}
  649. {block:ifLink2}<a href="{text:Link 2 URL}"><div class="link">{text:Link 2}</div></a>{/block:ifLink2}
  650. {block:ifLink3}<a href="{text:Link 3 URL}"><div class="link">{text:Link 3}</div></a>{/block:ifLink3}
  651. {block:ifLink4}<a href="{text:Link 4 URL}"><div class="link">{text:Link 4}</div></a>{/block:ifLink4}
  652. <br>
  653. </div>
  654.  
  655. </div>
  656.  
  657.  
  658. <div id="con">
  659.  
  660.  
  661.  
  662. <div id="entries">
  663.  
  664. <div class="autopagerize_page_element">
  665. {block:Posts}
  666. <div id="posts">
  667.  
  668.  
  669. {block:Quote}
  670. <div id="quote">{Quote}</div>
  671. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  672. {/block:Quote}
  673.  
  674.  
  675.  
  676. {block:Text}
  677. {block:Title}
  678. <div id="title">{Title}</div>{/block:Title}
  679. <div class="text">{Body}</div>
  680. {/block:Text}
  681.  
  682. {block:Link}
  683. <div id="title"><a href="{URL}">{Name}</a></div>
  684. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  685. {/block:Link}
  686.  
  687. {block:Chat}
  688. {block:Title}
  689. <h1>{Title}</h1>
  690. {/block:Title}
  691. <div class="chat">
  692. {block:Lines}
  693. <div class="line">
  694. {block:Label}<span class="label">
  695. {Label}
  696. </span>{/block:Label}
  697. {Line}
  698. </div>
  699. {/block:Lines}
  700. </div>
  701. {/block:Chat}
  702.  
  703. {block:Photo}
  704. {block:If500pxposts}
  705. {LinkOpenTag}
  706. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  707. {/block:If500pxposts}
  708. {block:Ifnot500pxposts}
  709. {LinkOpenTag}
  710. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  711. {/block:Ifnot500pxposts}
  712. {/block:Photo}
  713.  
  714. {block:Photoset}
  715. {block:If500pxposts}
  716. {Photoset-500}
  717. {/block:If500pxposts}
  718. {block:Ifnot500pxposts}
  719. {Photoset-400}
  720. {/block:Ifnot500pxposts}
  721. {/block:Photoset}
  722.  
  723. {block:Video}
  724. {block:If500pxposts}
  725. {Video-500}
  726. {/block:If500pxposts}
  727. {block:Ifnot500pxposts}
  728. {Video-400}
  729. {/block:Ifnot500pxposts}
  730. {/block:Video}
  731.  
  732. {block:Audio}
  733. <div class="audio">
  734. <div class="audioart">
  735. <div class="player">{AudioPlayerBlack}</div>
  736. <div class="audioartimg">
  737. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  738. </div>
  739. </div>
  740. <div class="audioinfo">
  741. {block:TrackName}
  742. <div class="tracktitle">{TrackName}</div>
  743. {/block:TrackName}
  744. {block:Artist}{Artist}{/block:Artist}
  745. </div>
  746. </div>
  747. {/block:Audio}
  748.  
  749. {block:Answer}
  750. <div class="q">
  751. <span class="as">{Asker} said: </span>
  752. {Question}</div>
  753. <div class="a">{Answer}</div>
  754. {/block:Answer}
  755.  
  756.  
  757. <!-- CAPTIONS -->
  758. {block:Ifhidecaptions}
  759. {block:permalink}
  760. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  761. {/block:Permalink}
  762. {/block:Ifhidecaptions}
  763. {block:Ifnothidecaptions}
  764. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  765. {/block:Ifnothidecaptions}
  766.  
  767. {block:Date}
  768. <div id="permalink">
  769. <a href="{Permalink}" title="{TimeAgo}">
  770. <b>{12Hour}:{Minutes} {AmPm} </b></a>
  771. {block:NoteCount}
  772. <a href="{Permalink}">+ {NoteCount}</a>
  773. {/block:NoteCount}
  774. {block:RebloggedFrom}
  775. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">from</a>
  776. {/block:RebloggedFrom}
  777. {block:ContentSource}
  778. <a a href="{SourceURL}" title="{ReblogRoottitle}">origin</a>
  779. {/block:ContentSource}
  780. {block:HasTags}
  781. <div class="tags">{block:Tags}
  782. <a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>
  783. {/block:HasTags}
  784. </div>
  785. {/block:Date}
  786.  
  787.  
  788.  
  789. </div>
  790.  
  791.  
  792. {block:PostNotes}
  793. <div class="pagenotes">
  794. {PostNotes}
  795. </div>
  796. {/block:PostNotes}
  797.  
  798.  
  799. {/block:Posts}
  800. </div>
  801.  
  802. {block:IfNotInfiniteScroll}
  803. <div id="pagination">
  804. {block:Pagination}
  805. {block:PreviousPage}
  806. <a href="{PreviousPage}"><div class="pagibutton">previous</div></a>
  807. {/block:PreviousPage}
  808.  
  809.  
  810. {block:NextPage}
  811. <a href="{NextPage}"><div class="pagibutton">next</div></a>
  812. {/block:NextPage}
  813. {/block:Pagination}
  814. </div>
  815. {/block:IfNotInfiniteScroll}
  816.  
  817.  
  818. </div>
  819.  
  820. </div>
  821.  
  822.  
  823. {block:ContentSource}
  824. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  825. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  826. {/block:SourceLogo}
  827. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  828. {/block:ContentSource}
  829.  
  830. <div class="credit"><a href="http://neonbikethemes.tumblr.com" itle="Neonbike Themes">[ n ]</a></div>
  831.  
  832. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement