Advertisement
paigeh987

Theme 6 (Revamp) - neonbike themes

Apr 19th, 2015
17,742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. theme #06 (REVAMP) by Paige @ neonbikethemes.tumblr.com
  6. last updated 08.25.17
  7.  
  8. Rules:
  9.  
  10. - Do not steal code or design
  11. - Edit as much as you want but don't remove credit!
  12. - Like/reblog the post
  13.  
  14. -->
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <meta name="color:Background" content="#ebf1ef"/>
  26. <meta name="color:posts" content="#ffffff"/>
  27. <meta name="color:border" content="#f5f5f5"/>
  28. <meta name="color:Text" content="#000000"/>
  29. <meta name="color:Link" content="#000000"/>
  30. <meta name="color:Hover" content="#a0a0a0"/>
  31. <meta name="color:text box" content="#f3f3f3"/>
  32. <meta name="color:post info" content="#fafafa"/>
  33. <meta name="color:Tags" content="#a0a0a07"/>
  34.  
  35. <meta name="select:Font" content="Courier" title="Courier">
  36. <meta name="select:Font" content="'Inconsolata'" title="Inconsolata"/>
  37. <meta name="select:Font" content="helvetica" title="Helvetica"/>
  38. <meta name="select:Font" content="arial" title="Arial"/>
  39. <meta name="select:Font" content="'Lora'" title="Lora"/>
  40. <meta name="select:Font" content="'Montserrat'" title="Montserrat"/>
  41. <meta name="select:Font" content="'Ubuntu Condensed'" title="Ubuntu Condensed"/>
  42.  
  43. <meta name="select:Font Size" content="9px" title="9px">
  44. <meta name="select:Font Size" content="10px" title="10px">
  45. <meta name="select:Font Size" content="11px" title="11px">
  46. <meta name="select:Font Size" content="12px" title="12px">
  47.  
  48. <meta name="select:Title Size" content="12px" title="12px">
  49. <meta name="select:Title Size" content="14px" title="14px">
  50. <meta name="select:Title Size" content="16px" title="16px">
  51. <meta name="select:Title Size" content="18px" title="18px">
  52.  
  53. <meta name="image:sidebar" content=""/>
  54. <meta name="image:bg" content=""/>
  55.  
  56. <meta name="if:full size bg" content="0"/>
  57. <meta name="if:400px posts" content="0"/>
  58. <meta name="if:Hide Captions" content="0"/>
  59. <meta name="if:Grayscale posts" content="0"/>
  60. <meta name="if:Show Tags" content="1"/>
  61. <meta name="if:Show Title" content="1"/>
  62. <meta name="if:Show Description" content="1"/>
  63. <meta name="if:Infinite Scroll" content="0">
  64. <meta name="if:Alt Tumblr Controls" content="0"/>
  65.  
  66. <meta name="text:linkA" content="">
  67. <meta name="text:linkA url" content="/">
  68. <meta name="text:linkB" content="">
  69. <meta name="text:linkB url" content="/">
  70. <meta name="text:linkC" content="">
  71. <meta name="text:linkC url" content="/">
  72. <meta name="text:linkD" content="">
  73. <meta name="text:linkD url" content="/">
  74. <meta name="text:linkE" content="">
  75. <meta name="text:linkE url" content="/">
  76.  
  77.  
  78. <!-- FONT SCRIPTS -->
  79.  
  80. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Ubuntu+Condensed|Inconsolata:400,700|Montserrat:400,700' rel='stylesheet' type='text/css'>
  83.  
  84. <script type="text/javascript">
  85. WebFontConfig = {
  86. google: { families: [ 'Lora:400,700,400italic,700italic:latin', 'Ubuntu+Condensed::latin', 'Inconsolata:400,700:latin', 'Montserrat:400,700:latin' ] }
  87. };
  88. (function() {
  89. var wf = document.createElement('script');
  90. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  91. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  92. wf.type = 'text/javascript';
  93. wf.async = 'true';
  94. var s = document.getElementsByTagName('script')[0];
  95. s.parentNode.insertBefore(wf, s);
  96. })(); </script>
  97.  
  98.  
  99. <!-- INFINITE SCROLL -->
  100.  
  101. {block:IfInfiniteScroll}
  102. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  103. {/block:IfInfiniteScroll}
  104.  
  105.  
  106.  
  107. <style type="text/css">
  108.  
  109. @import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Ubuntu+Condensed|Inconsolata:400,700|Montserrat:400,700);
  110.  
  111. ::-webkit-scrollbar {
  112. width: 8px;
  113. height: 0px;}
  114. ::-webkit-scrollbar-button:start:decrement,
  115. ::-webkit-scrollbar-button:end:increment {
  116. height: 0px;
  117. display: block;
  118. background-color: {color:background};
  119. }
  120. ::-webkit-scrollbar-track-piece {
  121. background-color: {color:background};}
  122. ::-webkit-scrollbar-thumb:vertical {
  123. height: 9px;
  124. background-color: {color:text};
  125. border-top:1px solid {color:text};
  126. border-bottom:1px solid {color:background};
  127. }
  128.  
  129.  
  130. body {
  131. background-color:{color:background};
  132. background-image: url('{image:bg}');
  133. background-attachment: fixed;
  134. {block:Iffullsizebg}
  135. background-size:cover;
  136. {/block:Iffullsizebg}
  137. margin:0px;
  138. color:{color:text};
  139. font-family: {select:font}, Helvetica;
  140. font-size:{select:font size};
  141. line-height:160%;
  142. }
  143.  
  144. a {
  145. text-decoration:none;
  146. color:{color:link};
  147. }
  148.  
  149. img {
  150. border:none;
  151. max-width:100%;
  152. }
  153.  
  154.  
  155. h1 {
  156. font-size:12px;
  157. text-transform:uppercase;
  158. }
  159.  
  160.  
  161. blockquote {
  162. padding-left:20px;
  163. margin-left:10px;
  164. border-left:1px solid {color:border};
  165. }
  166.  
  167. blockquote img{
  168. max-width:100%;
  169. height:auto;
  170. }
  171.  
  172. a:hover {
  173. opacity:1;
  174. color:{color:hover};
  175. -webkit-transition: all .3s;
  176. -moz-transition: all .3s;
  177. -o-transition: all .3s;
  178. -ms-transition: all .3s;
  179. transition: all .3s;
  180. }
  181.  
  182. .tmblr-iframe, #tumblr_controls, tmblr-iframe tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop{
  183. position:fixed !important;
  184. opacity:0.7 !important;
  185. z-index:999999 !important;
  186. top:15px !important;
  187. right:25px !important;
  188. {block:IfAltTumblrControls}
  189. top:70px !important;
  190. {/block:IfAltTumblrControls}
  191. }
  192.  
  193.  
  194. /* CONTAINER */
  195.  
  196. #all {
  197. position:absolute;
  198. padding:10px;
  199. left:50%;
  200. {block:Ifnot400pxposts}
  201. width:500px;
  202. {/block:Ifnot400pxposts}
  203. {block:If400pxposts}
  204. width:400px;
  205. {/block:If400pxposts}
  206. {block:Ifnot400pxposts}
  207. margin-left:-250px;
  208. {/block:Ifnot400pxposts}
  209. {block:If400pxposts}
  210. margin-left:-150px;
  211. {/block:If400pxposts}
  212. margin-top:90px;
  213. }
  214.  
  215.  
  216. /* POST STUFF */
  217.  
  218. #posts {
  219. {block:Ifnot400pxposts}
  220. width:500px;
  221. {/block:Ifnot400pxposts}
  222. {block:If400pxposts}
  223. width:400px;
  224. {/block:If400pxposts}
  225. padding-bottom:20px;
  226. padding:30px;
  227. margin-bottom:40px;
  228. background:{color:posts};
  229. border: solid 1px {color:border};
  230. {block:Ifgrayscaleposts}
  231. filter: gray;
  232. -webkit-filter: grayscale(100%);
  233. {/block:Ifgrayscaleposts}
  234. -webkit-transition: all .3s;
  235. -moz-transition: all .3s;
  236. -o-transition: all .3s;
  237. -ms-transition: all .3s;
  238. transition: all .3s;
  239. }
  240.  
  241. #posts:hover{
  242. {block:Ifgrayscaleposts}
  243. filter: gray;
  244. -webkit-filter: grayscale(0%);
  245. {/block:Ifgrayscaleposts}
  246. -webkit-transition: all .3s;
  247. -moz-transition: all .3s;
  248. -o-transition: all .3s;
  249. -ms-transition: all .3s;
  250. transition: all .3s;
  251. }
  252.  
  253. .details {
  254. text-align:center;
  255. margin-top:10px;
  256. text-transform:uppercase;
  257. font-style:none;
  258. border:1px solid {color:border};
  259. background:{color:post info};
  260. padding:15px;
  261. }
  262.  
  263. .details a{
  264. margin-left:4px;
  265. margin-right:4px;
  266. }
  267.  
  268.  
  269. .tags {
  270. text-transform:lowercase;
  271. font-style:italic;
  272. text-align:center;
  273. margin-top:-2px;
  274. font-style:none;
  275. border:1px solid {color:border};
  276. background:{color:post info};
  277. padding:10px;
  278. }
  279.  
  280. .tags a {
  281. display:inline-block;
  282. padding:-3px;
  283. text-align:right;
  284. color:{color:Tags};
  285. -webkit-transition: all .3s;
  286. -moz-transition: all .3s;
  287. -o-transition: all .3s;
  288. -ms-transition: all .3s;
  289. transition: all .3s;
  290. }
  291.  
  292. .question {
  293. padding:15px;
  294. text-align:left;
  295. font-style:italic;
  296. border:1px {color:border} solid;
  297. color:{color:text};
  298. background-color:{color:post info}
  299. }
  300.  
  301. .question img{
  302. margin: 0px 5px -4px 0;
  303. }
  304.  
  305. #quotes{
  306. text-align:left;
  307. font-style:italic;
  308. font-size:{select:title size};
  309. letter-spacing:1px;
  310. word-spacing:1px;
  311. line-height:120%;
  312. }
  313.  
  314. .posttitle{
  315. font-size:{select:title size};
  316. text-transform:uppercase;
  317. }
  318.  
  319.  
  320. /* SIDEBAR */
  321.  
  322. #stripe{
  323. position:fixed;
  324. left:0px;
  325. top:0px;
  326. height:60px;
  327. width:100%;
  328. background:{color:posts};
  329. border-bottom: solid 1px {color:border};
  330. z-index:999;
  331. }
  332.  
  333. #sidebar{
  334. position:fixed;
  335. left:50%;
  336. top:60px;
  337. width:180px;
  338. {block:Ifnot400pxposts}
  339. margin-left:-520px;
  340. {/block:Ifnot400pxposts}
  341. {block:If400pxposts}
  342. margin-left:-420px;
  343. {/block:If400pxposts}
  344. background:{color:posts};
  345. border: solid 1px {color:border};
  346. border-top: solid 0px {color:border};
  347. padding:30px;
  348. padding-top:0px;
  349. z-index:9999;
  350. }
  351.  
  352. #toplinkscontainer{
  353. position:fixed;
  354. top:15px;
  355. width:100%;
  356. {block:If400pxposts}
  357. padding-left:90px;
  358. {/block:If400pxposts}
  359. {block:Ifnot400pxposts}
  360. padding-left:40px;
  361. {/block:Ifnot400pxposts}
  362. text-align:center;
  363. color:{color:toplinks};
  364. z-index:9999;
  365. letter-spacing:2px;
  366. word-spacing:3px;
  367. }
  368.  
  369. #toplinkscontainer a{
  370. color:{color:toplinks};
  371. }
  372.  
  373. .toplinks{
  374. position:relative;
  375. display:inline-block;
  376. background:{color:text box};
  377. padding:10px;
  378. padding-top:5px;
  379. padding-bottom:5px;
  380. margin-left:5px;
  381. margin-right:5px;
  382. border: 1px solid {color:border};
  383. text-transform:uppercase;
  384. -webkit-transition: all .3s;
  385. -moz-transition: all .3s;
  386. -o-transition: all .3s;
  387. -ms-transition: all .3s;
  388. transition: all .3s;
  389. }
  390.  
  391. .toplinks:hover{
  392. background:transparent;
  393. color:{color:hover};
  394. -webkit-transition: all .3s;
  395. -moz-transition: all .3s;
  396. -o-transition: all .3s;
  397. -ms-transition: all .3s;
  398. transition: all .3s;
  399. }
  400.  
  401. #sidebarimg{
  402. position:relative;
  403. display:inline-block;
  404. padding:15px;
  405. background:{color:text box};
  406. border: 1px solid {color:border};
  407. }
  408.  
  409. #sidebarimg img{
  410. width:150px;
  411. }
  412.  
  413. #sidebartitle{
  414. margin-top:15px;
  415. text-align:center;
  416. color:{color:Text};
  417. border: 1px solid {color:border};
  418. font-size:{select:title size};
  419. text-transform:uppercase;
  420. background:{color:text box};
  421. letter-spacing:3px;
  422. line-height:100%;
  423. padding:15px;
  424. padding-top:25px;
  425. padding-bottom:25px;
  426. }
  427.  
  428. #sidebardescription{
  429. position:relative;
  430. margin-top:15px;
  431. background:{color:text box};
  432. border: 1px solid {color:border};
  433. line-height:120%;
  434. padding:15px;
  435. }
  436.  
  437. #pagination{
  438. text-align:center;
  439. position:absolute;
  440. float:left;
  441. width:240px;
  442. margin-top:50px;
  443. margin-left:-30px;
  444. word-spacing:0px;
  445. }
  446.  
  447. .navbutton{
  448. position:relative;
  449. display:inline-block;
  450. text-transform:uppercase;
  451. padding:7px;
  452. padding-left:10px;
  453. padding-right:10px;
  454. margin-right:-5px;
  455. margin-left:-5px;
  456. background:{color:posts};
  457. border: 1px solid {color:border};
  458. }
  459.  
  460.  
  461. /* MUSIC */
  462.  
  463. .albumimg{
  464. position:relative;
  465. float:left;
  466. padding:15px;
  467. border:1px solid {color:border};
  468. background:{color:text box};
  469. width:80px;
  470. height:80px;
  471. margin-right:30px;
  472. margin-bottom:0px;
  473. }
  474.  
  475. .audiobutton{
  476. position:absolute;
  477. width:30px;
  478. height:30px;
  479. overflow:hidden;
  480. margin-top:25px;
  481. margin-left:25px;
  482. z-index:999;
  483. background:#fff;
  484. opacity:0.6;
  485. }
  486.  
  487. .audioinfo{
  488. padding:15px;
  489. border:1px solid {color:border};
  490. background:{color:text box};
  491. height:80px;
  492. text-align:right;
  493. padding-right:30px;
  494. }
  495.  
  496. .tracktitle{
  497. font-size:{select:title size};
  498. font-weight:bold;
  499. text-transform:uppercase;
  500. }
  501.  
  502.  
  503. /* PAGE NOTES */
  504.  
  505. .pagenotes{
  506. background:{color:posts};
  507. border:1px solid {color:border};
  508. padding:20px;
  509. margin-right:-60px;
  510. margin-bottom:50px;
  511. }
  512.  
  513. .pagenotes ol{
  514. list-style-type:none;
  515. margin-left:-35px;
  516. }
  517.  
  518. .pagenotes li{
  519. background:{color:text box};
  520. border:1px solid {color:border};
  521. padding:5px;
  522. margin-bottom:-1px;
  523. }
  524.  
  525. .pagenotes img{
  526. display:none;
  527. }
  528.  
  529.  
  530. /* CREDIT */
  531.  
  532. .credit{
  533. position:fixed;
  534. bottom:10px;
  535. right:10px;
  536. padding:4px;
  537. padding-left:7px;
  538. padding-right:7px;
  539. letter-spacing:1px;
  540. background:{color:posts};
  541. color:{color:text};
  542. border:1px solid {color:border};
  543. }
  544.  
  545.  
  546. {CustomCSS}</style></head><body>
  547.  
  548.  
  549. <div id="stripe">
  550. </div>
  551.  
  552. <div id="toplinkscontainer">
  553. {block:IfLinkA}
  554. <a href="{text:linkA url}"><div class="toplinks">{text:linkA}</div></a>
  555. {/block:IfLinkA}
  556.  
  557. {block:IfLinkB}
  558. <a href="{text:linkB url}"><div class="toplinks">{text:linkB}</div></a>
  559. {/block:IfLinkB}
  560.  
  561. {block:IfLinkC}
  562. <a href="{text:linkC url}"><div class="toplinks">{text:linkC}</div></a>
  563. {/block:IfLinkC}
  564.  
  565. {block:IfLinkD}
  566. <a href="{text:linkD url}"><div class="toplinks">{text:linkD}</div></a>
  567. {/block:IfLinkD}
  568.  
  569. {block:IfLinkE}
  570. <a href="{text:linkE url}"><div class="toplinks">{text:linkE}</div></a>
  571. {/block:IfLinkE}
  572.  
  573. </div>
  574.  
  575. <div id="sidebar">
  576.  
  577. <div id="sidebarimg">
  578. <img src="{image:sidebar}">
  579. </div>
  580.  
  581. {block:Ifshowtitle}
  582. <a href="/"><div id="sidebartitle">{Title}</div></a>
  583. {/block:Ifshowtitle}
  584.  
  585. {block:Ifshowdescription}
  586. <div id="sidebardescription">{Description}</div>
  587. {/block:Ifshowdescription}
  588.  
  589. {block:IfnotInfiniteScroll}
  590. <div id="pagination">
  591. {block:Pagination}
  592. {block:PreviousPage}
  593. <a href="{PreviousPage}"><div class="navbutton">prev</div></a>&nbsp;&nbsp;{/block:PreviousPage}
  594. {block:JumpPagination length="3"}
  595. {block:CurrentPage}
  596. <span class="current_page"><div class="navbutton">{PageNumber}</div></span>&nbsp;&nbsp;{/block:CurrentPage}
  597. {block:JumpPage}
  598. <a class="jump_page" href="{URL}"><div class="navbutton">{PageNumber}</div></a>&nbsp;&nbsp;{/block:JumpPage}
  599. {/block:JumpPagination}
  600. {block:NextPage}<a href="{NextPage}">
  601. <div class="navbutton">next</div></a>{/block:NextPage}
  602. </div>{/block:Pagination}
  603. {/block:IfnotInfiniteScroll}
  604.  
  605. </div>
  606.  
  607.  
  608.  
  609. </div>
  610.  
  611. <div id="all">
  612.  
  613. <div class="autopagerize_page_element">
  614. {block:Posts}
  615. <div id="posts">
  616.  
  617. {block:Text}
  618. <h1>{block:Title}
  619. <div class="posttitle">{Title}</div>
  620. {/block:Title}</h1>
  621. {Body}
  622. {/block:Text}
  623.  
  624. {block:Photo}
  625. {block:Ifnot400pxposts}
  626. <img src="{PhotoURL-500}">
  627. {/block:Ifnot400pxposts}
  628. {block:If400pxposts}
  629. <img src="{PhotoURL-400}">
  630. {/block:If400pxposts}
  631. {block:Ifnothidecaptions}
  632. {block:Caption}{Caption}{/block:Caption}
  633. {/block:Ifnothidecaptions}
  634. {block:Ifhidecaptions}
  635. {block:PermalinkPage}
  636. {block:Caption}{Caption}{/block:Caption}
  637. {/block:PermalinkPage}
  638. {/block:Ifhidecaptions}
  639. {/block:Photo}
  640.  
  641. {block:Link}
  642. <h1><a href="{URL}">{Name}</a></h1>
  643. {block:Description}{Description}{/block:Description}
  644. {/block:Link}
  645.  
  646. {block:Photoset}
  647. {block:Ifnot400pxposts}
  648. {Photoset-500}
  649. {/block:Ifnot400pxposts}
  650. {block:If400pxposts}
  651. {Photoset-400}
  652. {/block:If400pxposts}
  653. {block:Ifnothidecaptions}
  654. {block:Caption}{Caption}{/block:Caption}
  655. {/block:Ifnothidecaptions}
  656. {block:Ifhidecaptions}
  657. {block:PermalinkPage}
  658. {block:Caption}{Caption}{/block:Caption}
  659. {/block:PermalinkPage}
  660. {/block:Ifhidecaptions}
  661. {/block:Photoset}
  662.  
  663. {block:Quote}
  664. <div id="quotes">"{Quote}"</div>
  665. <center>{block:Source}—{Source}{/block:Source}</center>
  666. {/block:Quote}
  667.  
  668. {block:Audio}
  669. <div class="albumimg">
  670. <div class="audiobutton">{AudioPlayerWhite}</div>
  671. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  672. </div>
  673. <div class="audioinfo">
  674. <br>{block:TrackName}<div class="tracktitle">{TrackName}</div>{/block:TrackName}
  675. {block:Artist} {Artist}{/block:Artist}
  676. <br>{PlayCount} plays
  677. </div>
  678. {block:Ifnothidecaptions}
  679. {block:Caption}{Caption}{/block:Caption}
  680. {/block:Ifnothidecaptions}
  681. {block:Ifhidecaptions}
  682. {block:PermalinkPage}
  683. {block:Caption}{Caption}{/block:Caption}
  684. {/block:PermalinkPage}
  685. {/block:Ifhidecaptions}
  686. {/block:Audio}
  687.  
  688. {block:Video}
  689. {block:Ifnot400pxposts}
  690. {Video-500}
  691. {/block:Ifnot400pxposts}
  692. {block:If400pxposts}
  693. {Video-400}
  694. {/block:If400pxposts}
  695. {block:Ifnothidecaptions}
  696. {block:Caption}{Caption}{/block:Caption}
  697. {/block:Ifnothidecaptions}
  698. {block:Ifhidecaptions}
  699. {block:PermalinkPage}
  700. {block:Caption}{Caption}{/block:Caption}
  701. {/block:PermalinkPage}
  702. {/block:Ifhidecaptions}
  703. {/block:Video}
  704.  
  705. {block:Chat}
  706. {block:Title}<h1>{Title}</h1>{/block:Title}
  707. {block:Lines}
  708. {block:Label}<b>{Label}</b>{/block:Label}
  709. {Line}<br>
  710. {/block:Lines}
  711. {/block:Chat}
  712.  
  713.  
  714. {block:Answer}
  715. <div class="question">
  716. <img src="{AskerPortraitURL-16}"> {Asker} — {Question}
  717. </div>
  718. <p>{Answer}</p>
  719. {/block:Answer}
  720.  
  721. {block:Date}
  722. <div class="details">
  723. {block:IndexPage}
  724. <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
  725. / <a href="{Permalink}"> {12Hour}:{Minutes} {AmPm} </a>
  726. {/block:IndexPage}
  727. {block:PermalinkPage}
  728. {TimeAgo}
  729. {/block:PermalinkPage}
  730. / <a href="{Permalink}">{NoteCountWithLabel}</a>
  731. {block:PermalinkPage}
  732. {block:RebloggedFrom}
  733. <br> <a href="{ReblogParentURL}">Via {ReblogParentName}</a>
  734. {/block:RebloggedFrom}
  735. {block:ContentSource}
  736. / <a href="{SourceURL}">Source{SourceLink}</a>
  737. {/block:ContentSource}
  738. {/block:PermalinkPage}
  739.  
  740. </div>
  741. {/block:Date}
  742.  
  743. {block:HasTags}
  744. {block:Ifshowtags}
  745. <div class="tags">
  746. {block:Tags} <a href="{TagURL}">#{Tag},</a> {/block:Tags}
  747. </div>
  748. {/block:IfShowTags}
  749. {/block:HasTags}
  750.  
  751. </div>
  752. {/block:Posts}
  753. </div>
  754.  
  755. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  756. {/block:Posts}</div></div></div>
  757.  
  758.  
  759. <div class="credit"><a href="http://neonbikethemes.tumblr.com/">NB</a></center></div>
  760.  
  761.  
  762. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement