Advertisement
maxeirons

THEME 1 - LIGHT VERSION

Jul 7th, 2014
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.40 KB | None | 0 0
  1.  
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6.  
  7. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  8.  
  9. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  10.  
  11. <script>
  12.  
  13. (function($){
  14.  
  15. $(document).ready(function(){
  16.  
  17. $("a[title]").style_my_tooltips({
  18.  
  19. tip_follows_cursor:true,
  20.  
  21. tip_delay_time:90,
  22.  
  23. tip_fade_speed:600,
  24.  
  25. attribute:"title"
  26.  
  27. });
  28.  
  29. });
  30.  
  31. })(jQuery);
  32.  
  33. </script>
  34.  
  35.  
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  41.  
  42. <!---
  43.  
  44. THEME 1 - LIGHT VERSION BY MAXEIRONS
  45.  
  46. PLEASE DO NOT REMOVE THE CREDIT OR MOVE IT TO A SECONDARY PAGE. IF YOU HAVE ANY QUESTIONS, PLEASE SEND THEM IN HERE HTTP://MAXEIRONS.TUMBLR.COM/ASK OR HTTP://ALICANTETHEMES.TUMBLR.COM/ASK
  47.  
  48. --->
  49.  
  50.  
  51. <!---META TAGS--->
  52. <!--color related tags-->
  53. <meta name="color:background" content="#ffffff"/>
  54. <meta name="color:text" content="#414141"/>
  55. <meta name="color:title" content="#000000"/>
  56. <meta name="color:link" content="#575757"/>
  57. <meta name="color:sidebar link" content="#e5e5e5"/>
  58. <meta name="color:hover" content="#151515"/>
  59. <meta name="color:accent" content="#ededed"/>
  60. <meta name="color:sidebar" content="#bbbbbb"/>
  61. <meta name="color:tag hover" content="#ffffff"/>
  62. <meta name="color:accent2" content="#979797"/>
  63. <meta name="color:blockquote" content="#cecece"/>
  64. <meta name="color:description" content="#ffffff"/>
  65. <meta name="color:border" content="#d7d7d7"/>
  66. <meta name="color:link hover background" content="#ededed"/>
  67. <meta name="color:selection" content="#edf5f3"/>
  68. <meta name="color:post info" content="#c3c3c3"/>
  69. <meta name="color:ask background" content="#e6eff0"/>
  70. <meta name="color:notes background" content="#f0f0f0"/>
  71.  
  72.  
  73.  
  74. <!---Sidebar link related tags--->
  75. <meta name="text:link1" content="link1"/>
  76. <meta name="text:link1url" content="/"/>
  77. <meta name="text:link2" content="link2"/>
  78. <meta name="text:link2url" content="/"/>
  79. <meta name="text:link3" content="link3"/>
  80. <meta name="text:link3url" content="/"/>
  81. <meta name="text:link4" content="link4"/>
  82. <meta name="text:link4url" content="/"/>
  83.  
  84.  
  85. <!---sidebar image related tags-->
  86. <meta name="image:sidebar" content="http://static.tumblr.com/1b7eb6331a39c45e1d4ed4192dbfdee0/6xaxuyn/qLkn8d3bo/tumblr_static_7ibahcfg1m4oww8cwcgwwocwo.png" />
  87. <meta name="text:sidebar image URL" content="url here"/>
  88.  
  89. <!---post related if blocks--->
  90. <meta name="if:only render captions on permalink page" content="0"/>
  91. <meta name="if:Show Reblog Button" content="1"/>
  92.  
  93. <!---Misc. Tags--->
  94. <meta name="font:title" content="helvetica"/>
  95.  
  96.  
  97.  
  98.  
  99.  
  100. <style type="text/css">
  101.  
  102. .tooltip{
  103. display: inline;
  104. position: relative;
  105. }
  106. #s-m-t-tooltip {
  107. max-width:300px;
  108. border-radius: 0px;
  109. padding:3px 4px 5px 4px;
  110. margin:20px 7px -2px 20px;
  111. background-color:{color:background};
  112. border:1px solid {color:border};
  113. font-family:calibri;
  114. font-size:9px;
  115. letter-spacing:2px;
  116. text-transform:uppercase;
  117. color:{color:hover};
  118. z-index:999999999999999999999999999999999999;
  119. }
  120.  
  121.  
  122. /*--OVERALL STYLING---*/
  123.  
  124. body {
  125. background-color:{color:background};
  126. font-family:Helvetica;
  127. font-size:10px;
  128. color:{color:text};
  129. }
  130.  
  131. a {
  132. color:{color:link};
  133. text-decoration:none;
  134. -webkit-transition-duration:.3s;
  135. -moz-transition-duration:.3s;
  136. -o-transition-duration:.3s;
  137. }
  138.  
  139. a:hover {
  140. color:{color:hover};
  141.  
  142. }
  143.  
  144. h1 {
  145. font-size:17px;
  146. font-weight:lighter;
  147. text-transform:uppercase;
  148. letter-spacing:
  149. 4px;color:{color:text};
  150. padding-bottom:10px;
  151. border-bottom:1px solid {color:border};
  152. text-align:center;
  153. }
  154.  
  155. h2 {
  156. font-weight:normal;
  157. font-size:15px;
  158. letter-spacing:2px;
  159. }
  160.  
  161. blockquote {
  162. padding:2px 2px 5px 10px;
  163. border-left:1px solid {color:blockquote};
  164. color:{color:text};
  165. text-align:left;
  166. letter-spacing:1px;
  167. }
  168.  
  169. blockquote blockquote {
  170. padding:2px 2px 5px 10px;
  171. border-left:1px solid {color:blockquote};
  172. color:{color:text};
  173. }
  174.  
  175. ::selection {
  176. background-color:{color:selection};
  177. }
  178.  
  179.  
  180. ::-webkit-scrollbar {
  181. width:5px;
  182. background-color:{color:accent};
  183. border:5px solid {color:background};}
  184.  
  185. ::-webkit-scrollbar-thumb {
  186. background-color:{color:accent};
  187. border-width:3px;}
  188.  
  189.  
  190.  
  191. #credit {bottom:3px;position:fixed;right:10px;float:right;font-family:calibri;color:{color:link};font-size:9px;letter-spacing:1px;text-transform:uppercase;padding:5px;}
  192.  
  193. #credit a {color:{color:link};background-color:{color:background};padding:5px;-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-o-transition-duration:.8s;-ms-transition-duration:.8s;}
  194.  
  195. #credit a:hover {color:white;background-color:#00bdb3;}
  196.  
  197.  
  198. /*---SIDEBAR---*/
  199.  
  200. #sidebar {
  201. width: 300px;
  202. height: 100%;
  203. margin-top:-50px;
  204. margin-left:30px;
  205. color:{color:sidetext};
  206. position: fixed;
  207. background-color:{color:sidebar};
  208. padding:10px;
  209. background-image:url("{image:sidebar}");
  210. background-size:cover;
  211. text-align:center;
  212. background-position:center bottom;
  213. }
  214.  
  215. #fresh {
  216. font-family:{font:title};
  217. margin-top:320px;
  218. text-align:center;
  219. background:none;
  220. width:100%;
  221. font-size:15px;
  222. color:{color:title};
  223. letter-spacing:5px;
  224. font-weight:bold;
  225. text-transform:uppercase;
  226. -webkit-transition-duration:1s;
  227. -moz-transition-duration:1s;
  228. -o-transition-duration:1s;
  229.  
  230. }
  231.  
  232. #fresh a {
  233. color:{color:title};
  234. background:none;
  235. -webkit-transition-duration:1s;
  236. -moz-transition-duration:1s;
  237. -o-transition-duration:1s;
  238.  
  239. }
  240.  
  241. #fresh a:hover {
  242. background:none;
  243. letter-spacing:6px;
  244. -webkit-transition-duration:1s;
  245. -moz-transition-duration:1s;
  246. -o-transition-duration:1s;
  247. }
  248.  
  249.  
  250.  
  251.  
  252.  
  253. #desc {
  254. width:100%;
  255. margin-top:20px;
  256. margin-bottom:10px;
  257. color:{color:description};
  258. text-align:center;
  259. font-family:helvetica;
  260. font-size:10px;
  261. font-weight:normal;
  262. line-height:150%;
  263. }
  264.  
  265.  
  266. #links {
  267. width:100%;
  268. word-spacing:2px;
  269. display:inline-block;
  270. font-family:helvetica;
  271. text-align:center;
  272. font-size:10px;
  273. margin-top:10px;
  274. color:{color:link};
  275. margin-left:-2px;
  276. letter-spacing:1px;
  277. text-transform:lowercase;
  278.  
  279. }
  280.  
  281.  
  282. #links a {
  283. color:{color:sidebar link};
  284. padding:3px;
  285. display:inline-block;
  286. }
  287.  
  288.  
  289. #links a:hover {
  290. color:{color:text};
  291. }
  292.  
  293.  
  294. /*--- PAGE NAVIGATION ---*/
  295. #pagei {
  296. padding:10px 0px;
  297. width:20;
  298. margin-left:-2px;
  299. z-index:9;
  300. }
  301.  
  302. #previous {
  303. font-size:10px;
  304. letter-spacing:0px;
  305. }
  306.  
  307. #next {
  308. font-size:10px;
  309. letter-spacing:0px;
  310. }
  311.  
  312. #previous a, #next a {
  313. color:{color:navi};
  314. -moz-transition:0.5s ease-in-out;
  315. -webkit-transition:0.5s ease-in-out;
  316. -o-transition:0.5s ease-in-out;
  317. }
  318.  
  319. #previous a:hover, #next a:hover {
  320. color:{color:links};
  321. -moz-transition:0.5s ease-in-out;
  322. -webkit-transition:0.5s ease-in-out;
  323. -o-transition:0.5s ease-in-out;
  324. }
  325.  
  326.  
  327. /*---POSTS---*/
  328.  
  329. #postcontainer {
  330. margin-left:500px;
  331. margin-top:50px;
  332. width:550px;
  333. }
  334.  
  335. #post {
  336. line-height:150%;
  337. width:500px;
  338. margin-top:50px;
  339. letter-spacing:1px;}
  340.  
  341. #post ul {list-style:circle;letter-spacing:2px;text-align:left;}
  342.  
  343. #post ol {list-style:upper-roman;letter-spacing:2px;text-align:left;}
  344.  
  345.  
  346. /*---MESSAGE POSTS---*/
  347.  
  348.  
  349. .ask_block {
  350. width:480px;
  351. background-color:{color:ask background};
  352. padding:10px;
  353. }
  354.  
  355. .answer {
  356. color:{color:text};
  357. padding:10px;
  358. padding-top:5px;
  359. letter-spacing:1px;
  360. }
  361.  
  362. .asker {
  363. font-size:9px;
  364. color:{color:text};
  365. text-transform:uppercase;
  366. font-weight:normal;
  367. letter-spacing:2px;
  368. }
  369.  
  370. .asker a:hover {
  371. color:{color:hover};
  372. }
  373.  
  374.  
  375.  
  376. /*---POST INFORMATION---*/
  377. #info {
  378. margin-top:5px;
  379. border-top:1px solid {color:border};
  380. font-size:9px;
  381. color:{color:text};
  382. padding-top:7px;
  383. padding-bottom:7px;
  384. text-align:center;
  385. width:500;
  386. opacity:0;
  387. margin-left:0px;
  388. -webkit-transition-duration:.7s;
  389. -moz-transition-duration:.7s;
  390. -o-transition-duration:.7s;
  391. -ms-transition-duration:.7s;
  392.  
  393. }
  394.  
  395. #info a {
  396. color:{color:post info};
  397. font-size:9px;
  398. letter-spacing:2px;
  399. display:inline-block;
  400. margin-left:20px;
  401. }
  402.  
  403. #info a:hover {
  404. color:{color:hover};
  405. }
  406.  
  407.  
  408. .tags {
  409. text-align:center;
  410. width:100%;
  411. font-size:8px;
  412. text-transform:lowercase;
  413. font-weight:lighter;
  414. }
  415.  
  416. .tags a {
  417. display:inline-block;
  418. font-weight:normal;
  419. letter-spacing:2px;
  420. font-size:8px;
  421. font-family:Helvetica;
  422. }
  423.  
  424.  
  425. .tags a:hover {
  426. color:{color:tag hover};
  427. }
  428.  
  429. #info {
  430. opacity:1;
  431. }
  432.  
  433.  
  434. .captoin {
  435. color:{color:text};
  436. padding:0px;
  437. letter-spacing:1px;
  438. display:block;
  439. margin-top:10px;
  440. width:466px;
  441. }
  442.  
  443. #postnotes {
  444. display:{color:accent};
  445. margin-left:500px;
  446. color:{color:text};
  447. width:450px;
  448. }
  449.  
  450. #postnotes ol {
  451. line-height:110%;
  452. color:{color:text};
  453. list-style-type: none;
  454.  
  455. }
  456.  
  457. #postnotes li {
  458. padding:5px;
  459. letter-spacing:2px;
  460. display:{color:text};
  461. margin-top:5px;
  462. background-color:{color:notes background};
  463. color:{color:text};
  464. -webkit-transition-duration:.4s;
  465. -moz-transition-duration:.4s;
  466. -o-transition-duration:.4s;
  467. -ms-transition-duration:.4s;
  468. }
  469.  
  470. #postnotes li:hover {
  471. background-color:{color:background};
  472. color:{color:text};
  473.  
  474. }
  475.  
  476. #postnotes li:hover a {
  477. color:{color:link};
  478. }
  479.  
  480. #postnotes img {
  481. padding-right:5px;
  482. }
  483.  
  484.  
  485. .convo li {list-style: none;}
  486.  
  487. .convo .label {text-transform: uppercase;}
  488.  
  489. .line_odd .label {color: {color:text};}
  490. .line_even .label {color: {color:text};}
  491.  
  492. .dinky {
  493. float:left;
  494. }
  495.  
  496.  
  497. #albumart img{
  498. width:150px;
  499. height:150px;
  500. padding:0px;
  501. border-width:0px;
  502. }
  503.  
  504.  
  505. .player {
  506. width:30px;
  507. overflow:hidden;
  508. height:30px;
  509. padding:0px;
  510. padding-left:5px;
  511. padding-top:3px;
  512. position:absolute;
  513. left:50%;
  514. top:50%;
  515. margin-top:-20px;
  516. margin-left:-20px;
  517. -webkit-transition-duration:500ms;
  518. -moz-transition-duration:500ms;
  519. -o-transition-duration:500ms;
  520. -ms-transition-duration:500ms;
  521.  
  522. }
  523.  
  524. .daplaya:hover {
  525. -webkit-transform:scale(.4);
  526.  
  527. }
  528.  
  529. .daplaya:hover .player {
  530. -webkit-transform:scale(3);
  531. }
  532.  
  533. .daplaya {
  534. background-color:white;
  535. width:120px;
  536. height:120px;
  537. position:absolute;
  538. margin-top:-135px;
  539. margin-left:15px;
  540. -webkit-transition-duration:500ms;
  541. -moz-transition-duration:500ms;
  542. -o-transition-duration:500ms;
  543. -ms-transition-duration:500ms;
  544. }
  545.  
  546. .donkey {
  547. float:left top;
  548. margin-left:150px;
  549. background-color:white;
  550. padding:20px;
  551. height:110px;
  552. text-align:center;
  553. color:black;
  554. }
  555.  
  556. .track {
  557. font-size:15px;
  558. text-shadow:0px 0px 1px #fff;
  559. letter-spacing:4px;
  560. padding:10px;
  561. font-weight:300;
  562. text-transform:uppercase;
  563. font-family:Helvetica;
  564. color:black;
  565. }
  566.  
  567.  
  568. .artist {
  569. letter-spacing:1px;
  570. font-style:italic;
  571. font-weight:bold;
  572.  
  573. }
  574.  
  575. .playcount {
  576. font-size:9px;
  577. text-transform:uppercase;
  578. letter-spacing:3px;
  579. }
  580.  
  581.  
  582. #audiolo {
  583. width:500px;
  584. padding-bottom:0px;
  585. }
  586.  
  587. .album {
  588. font-weight:normal;
  589. }
  590.  
  591. .qtation {
  592. color:{color:text};
  593. font-family:Helvetica;
  594. text-align:center;
  595. font-size:14px;
  596. letter-spacing:2px;
  597. font-weight:lighter;
  598. }
  599.  
  600. .src {
  601. padding:8px;
  602. color:{color:text};
  603. text-align:center;
  604. margin-top:10px;
  605. margin-bottom:10;
  606. background-color:{color:accent};
  607. }
  608.  
  609. #dano {
  610. float: right;
  611. margin-top: -6px;
  612. margin-right: 15px;
  613. font-family: calibri;
  614. font-size: 8px;
  615. text-transform: uppercase;
  616. text-align: right;
  617. }
  618.  
  619. #dano a {
  620. background-color: {color:background};
  621. }
  622.  
  623. {CustomCSS}
  624. </style>
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631. </head>
  632. <body>
  633.  
  634.  
  635. <div id="sidebar">
  636. <div id="sidebarimage">
  637. {block:IfTextUrl}
  638. {/block:IfTextUrl}
  639. {block:IfUpload}<img src="{image:sidebar}">{/block:IfUpload}
  640. </div>
  641. <div id="fresh"><a href="/">{Title}</a></div>
  642.  
  643. <div id="links">
  644. <a href="/ask" title="message">i.</a>
  645. <a href="{text:link1url}" title="{text:link1}">ii.</a>
  646. <a href="{text:link2url}" title="{text:link2}">iii.</a>
  647. <a href="{text:link3url}" title="{text:link3}">iv.</a>
  648. <a href="{text:link4url}" title="{text:link4}">v.</a>
  649.  
  650.  
  651. </div>
  652. <div id="desc">{Description}</div>
  653. {block:Pagination}
  654. <div id="pagi">
  655. {block:Pagination}
  656. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  657.  
  658. {block:JumpPagination length="5"}
  659. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  660. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  661. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  662. {/block:Pagination}
  663. </div>
  664.  
  665.  
  666.  
  667.  
  668. </div>
  669.  
  670.  
  671. <div id="postcontainer">
  672. {block:Posts}
  673. <div id="post">
  674.  
  675.  
  676.  
  677.  
  678.  
  679. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  680.  
  681.  
  682.  
  683. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="500px"></center>
  684. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  685. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  686. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  687. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  688.  
  689.  
  690.  
  691. {/block:Photo}
  692.  
  693.  
  694. {block:Photoset}
  695. <div class="photoset">{Photoset-500}</div>{block:IfOnlyRenderCaptionsOnPermalinkPage}
  696. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  697. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  698. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Photoset}
  699.  
  700.  
  701. {block:Video}{Video-500}{block:IfOnlyRenderCaptionsOnPermalinkPage}
  702. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  703. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  704. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Video}
  705.  
  706.  
  707. {block:Audio}<div id="audiolo">
  708. <div class="dinky">
  709. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  710.  
  711. <div class="daplaya"><div class="player">{AudioPlayerWhite}</div></div></div>
  712. <div class="donkey">
  713. <div class="track"> {block:TrackName}
  714. {TrackName}
  715. {/block:TrackName} </div>
  716.  
  717.  
  718. <div class="artist">
  719. {block:Artist}
  720. Artist: {Artist}
  721. {/block:Artist} </div>
  722.  
  723. <div class="album">
  724. {block:Album}
  725. Album: {Album}
  726. {/block:Album}
  727. </div>
  728.  
  729. <div class="download">{block:ExternalAudio}<a href="{ExternalAudioURL}">download this song</a>{/block:ExternalAudio}</div>
  730.  
  731. <div class="playcount">
  732.  
  733. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  734.  
  735.  
  736. </div>
  737.  
  738.  
  739. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  740. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  741. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  742. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}</div>{/block:Audio}
  743.  
  744.  
  745. {block:Quote}<div class="qtation"><span style="font-family:times;font-size:15px;font-weight:900;">“</span>{Quote}<span style="font-family:times;font-size:15px;font-weight:900;">”</span></div>{block:Source}<div class="src">-- {Source}</div>{/block:Source}{/block:Quote}
  746.  
  747.  
  748. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  749.  
  750. {block:Answer}<div class="question">
  751. <div class="ask_block"><span class="asker">{Asker}</span> asked: {Question}</div>
  752. <div class="answer">{Answer}</div>
  753. </div>{/block:Answer}
  754.  
  755.  
  756. {block:Chat}
  757. {block:Title}<h2>{Title}</h2>{/block:Title}
  758. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  759. {Line}</li>{/block:Lines}</ul>
  760. {/block:Chat}
  761.  
  762. <div id="info">
  763. <!---POST INFO--->
  764. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}</a><a href="{Permalink}">+{NoteCount}</a>
  765. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{block:IfShowReblogButton}<a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogButton}
  766. <br></div>
  767. <div class="tags">{block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}</div>
  768. {/block:Posts}</div>
  769. </div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  770.  
  771. <div id="credit"><a href="http://maxeirons.tumblr.com/">maxeirons</a></div>
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement