Advertisement
maxeirons

THEME 3

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