Advertisement
paigeh987

Theme 21 - neonbike themes

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