Advertisement
maxeirons

THEME 1 - DARK VERSION

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