Advertisement
cironmonger

Theme #5 - Devil May Care

Oct 17th, 2013
2,421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.33 KB | None | 0 0
  1. <html><head>
  2.  
  3. <!--
  4.  
  5. Theme #05 Devil May Care by Wicnhesterlegacies.tumblr.com
  6.  
  7. -->
  8. {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
  9.  
  10. <!-- page title -->
  11. <title>
  12. {block:TagPage}{Tag} - {/block:TagPage}
  13. {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}
  14. {block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}
  15. </title>
  16.  
  17.  
  18. <link rel="shortcut icon" href="{Favicon}"/>
  19. <link rel="alternate" type="application/rss+xml" title="{Title} RSS" href="{RSS}"/>
  20. <link rel="stylesheet" href="http://static.tumblr.com/hznqxps/ivOmgjf8v/normalize.css" />
  21.  
  22. <meta name="if:Show Searchbox" content="0"/>
  23. <meta name="if:Infinite Scroll" content="0">
  24.  
  25. <script type="text/javascript">
  26. <!--
  27. function handleThis(formElm)
  28. {
  29. window.location="http://yourtumblrURLhere.tumblr.com/tagged/"+formElm.number.value+"";
  30. return false;
  31. }
  32. // -->
  33. </script>
  34. <!-- Default Variables -->
  35.  
  36. <meta name="color:Backgroundcolor" content="#fdfcfc">
  37. <meta name="color:PostText" content="#1d1d1d"/>
  38. <meta name="color:InfoText" content="#ff8700"/>
  39. <meta name="color:Infoborder" content="#1d1d1d"/>
  40. <meta name="color:Sidebarbg" content="#1d1d1d"/>
  41. <meta name="color:Texttitles" content="#1d1d1d"/>
  42. <meta name="color:Tagcolor" content="#ff8700"/>
  43. <meta name="color:Description" content="#ff8700"/>
  44. <meta name="color:Descriptionbg" content="#1d1d1d"/>
  45. <meta name="color:Postbg" content="#fdfcfc"/>
  46. <meta name="color:Links" content="#ff8700"/>
  47.  
  48. <meta name="image:Sidebarimage1" content="http://static.tumblr.com/yf7iedv/BgTmutupa/spn902hd_2247.png"/>
  49. <meta name="image:Sidebarimage2" content="http://static.tumblr.com/yf7iedv/gzRmutuvy/spn902hd_2230.png"/>
  50.  
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
  53. <link href='http://fonts.googleapis.com/css?family=Merienda:400,700' rel='stylesheet' type='text/css'><!--- import fonts want to use --->
  54.  
  55. {block:IfInfiniteScroll}
  56. <script type="text/javascript"
  57. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  58. {/block:IfInfiniteScroll}
  59.  
  60.  
  61.  
  62. <style type="text/css">
  63. .postnotes{ padding-top:70px; position:relative; }
  64.  
  65.  
  66. /* --- SCROLLBAR --- */
  67.  
  68.  
  69. ::-webkit-scrollbar-thumb:vertical {
  70. height:12px;
  71. border:2px solid {color:Backgroundcolor};
  72. background-color:{color:Posttext};
  73. }
  74. ::-webkit-scrollbar-thumb:horizontal {
  75. height:12px;
  76. border:2px solid {color:Backgroundcolor};
  77. background-color:{color:Posttext};
  78. }
  79. ::-webkit-scrollbar {
  80. width:11px;
  81. height:11px;
  82. border:5px solid {color:Backgroundcolor};
  83. background-color:{color:Posttext};
  84. }
  85. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  86. display:block;
  87. height:5px;
  88. width:5px;
  89. border-right:2px solid {color:Backgroundcolor};
  90. border-left:2px solid {color:Backgroundcolor};
  91. background-color:{color:Backgroundcolor};
  92. }
  93.  
  94. /* --- Posts ---*/
  95. body {
  96. text-align:justify;
  97. font-size:14px;
  98. height: 100%;
  99. color:{color:Posttext};
  100. font-family:calibri;
  101. text-decoration:none;
  102. }
  103.  
  104. a {
  105. color:{color:Postext};
  106. text-decoration:none;
  107. -webkit-transition:opacity 0.8s linear;
  108. -webkit-transition:all 0.5s ease-out;
  109. -moz-transition:all 0.5s ease-out;
  110. transition:all 0.5s ease-out;
  111. }
  112.  
  113. a:hover {
  114. text-decoration:none;
  115. color:{color:Posttext};
  116. }
  117.  
  118. a:link {
  119. color:{color:Links};
  120. text-decoration: none;
  121. }
  122.  
  123. a:visited {
  124. color:{color:Links};
  125. text-decoration: none;
  126. }
  127.  
  128. a:link:hover {
  129. text-decoration:none;
  130. color:{color:Posttext};
  131. }
  132.  
  133. a:visited:hover {
  134. color:{color:Posttext};
  135. text-decoration: none;
  136. }
  137.  
  138. #container {
  139. position:fixed;
  140. top:0px;
  141. left:0px;
  142. width:100%;
  143. background-color:{color:Backgroundcolor};
  144. height: 100%;
  145. }
  146.  
  147. #entries {
  148. padding-top: 40px;
  149. position: absolute;
  150. top:0px;
  151. left:545px;
  152. width:650px;
  153. min-height: 100%;
  154. height:auto;
  155. top:0px;
  156. background-color:transparent;
  157. padding-bottom:50px;
  158. }
  159.  
  160. #posts {
  161. width:500px;
  162. margin-top:40px;
  163. padding:5px;
  164. background-color:{color:Postbg};
  165. overflow:hidden;
  166. padding-bottom:0px;
  167. padding-top:5px;
  168. padding-bottom:40px;
  169. }
  170.  
  171.  
  172.  
  173. /* --- SIDEBAR --- */
  174. #sidebar{
  175. width:350px;
  176. height:100%;
  177. position:fixed;
  178. left:50px;
  179. background-color:{color:sidebarbg};
  180. border-right: 0px solid {color:sidebarborder};
  181. -webkit-transition:opacity 0.8s linear;
  182. -webkit-transition:all 0.8s ease-out;
  183. -moz-transition:all 0.8s ease-out;
  184. transition:all 0.8s ease-out;
  185. background-image:URL('{image:Sidebarimage1}');
  186. background-size: auto 100%;
  187. background-repeat:no-repeat;
  188. background-position:left -15 top;
  189. }
  190.  
  191.  
  192. .sidebarimg {
  193. opacity:0;
  194. position:absolute;
  195. background-image:URL('{image:Sidebarimage2}');
  196. background-size: auto 100%;
  197. background-repeat:no-repeat;
  198. background-position:left -25 top;
  199. background-color:black;
  200. width:350px;
  201. height:100%;
  202.  
  203. -webkit-transition:opacity 0.8s linear;
  204. -webkit-transition:all 0.8s ease-out;
  205. -moz-transition:all 0.8s ease-out;
  206. transition:all 0.8s ease-out;
  207. }
  208.  
  209. #sidebar:hover .sidebarimg {
  210. opacity:1;
  211. left:0px;
  212. -webkit-transition:opacity 0.8s linear;
  213. -webkit-transition:all 0.8s ease-out;
  214. -moz-transition:all 0.8s ease-out;
  215. transition:all 0.8s ease-out;
  216. }
  217.  
  218.  
  219. .innersidebar {
  220. position:absolute;
  221. width:153px;
  222. left:100px;
  223. height:100%;
  224. margin-top:300px;
  225. background-color:transparent;
  226. -webkit-transition:opacity 0.8s linear;
  227. -webkit-transition:all 0.8s ease-out;
  228. -moz-transition:all 0.8s ease-out;
  229. transition:all 0.8s ease-out;
  230. opacity:1;
  231. overflow:hidden;
  232. }
  233. #sidebar:hover .innersidebar{
  234. margin-top:170px;
  235. -webkit-transition:opacity 0.8s linear;
  236. -webkit-transition:all 0.8s ease-out;
  237. -moz-transition:all 0.8s ease-out;
  238. transition:all 0.8s ease-out;
  239. }
  240.  
  241.  
  242. .description {
  243. padding:2px;
  244. padding-top:5px;
  245. width:150px;
  246. left:0px;
  247. max-height:250px;
  248. font-size:10px;
  249. font-family:calibri;
  250. letter-spacing:1px;
  251. color:{color:Description};
  252. background-color:{color:Descriptionbg};
  253. opacity:1;
  254. text-align:center;
  255. text-transform:uppercase;
  256. -webkit-transition:opacity 0.8s linear;
  257. -webkit-transition:all 0.8s ease-out;
  258. -moz-transition:all 0.8s ease-out;
  259. transition:all 0.8s ease-out;
  260. opacity:0.6;
  261. overflow:hidden;
  262. }
  263.  
  264.  
  265. #mylink{
  266. width:100%;
  267. background:transparent;
  268. margin-top:-250px;
  269. text-align:center;
  270. visibility:hidden;
  271. opacity:0;
  272. -webkit-transition:opacity 0.8s linear;
  273. -webkit-transition:all 0.8s ease-out;
  274. -moz-transition:all 0.8s ease-out;
  275. transition:all 0.8s ease-out;
  276. }
  277.  
  278. #sidebar:hover #mylink{
  279. margin-top:0px;
  280. visibility:visible;
  281. opacity:0.6;
  282. -webkit-transition:opacity 0.8s linear;
  283. -webkit-transition:all 0.8s ease-out;
  284. -moz-transition:all 0.8s ease-out;
  285. transition:all 0.8s ease-out;
  286. }
  287.  
  288. #mylink a{
  289. display:block;
  290. width:100%;
  291. left:0px;
  292. font-size:10px;
  293. font-family:calibri;
  294. letter-spacing:1px;
  295. color:{color:Description};
  296. background-color:{color:Descriptionbg};
  297. margin-top:2px;
  298. opacity:0.6;
  299. padding:2px;
  300. }
  301.  
  302. #mylink a:hover {
  303. color:{color:Descriptionbg};
  304. background-color:{color:Description};
  305. }
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. .title {
  314. text-align:center;
  315. font-size:15px;
  316. font-family: 'Merienda', cursive;
  317. text-align:center;
  318. position:relative;
  319. color:{color:Sidebarnextpage};
  320. background-color:transparent;
  321. }
  322.  
  323.  
  324. /* --- TITLES --- */
  325.  
  326. #title1 {
  327. margin-top:5px;
  328. font-size:20px;
  329. font-family:calibri;
  330. text-decoration:none;
  331. text-align:center;
  332. text-transform:uppercase;
  333. background-color:{color:Texttitles};
  334. color:{color:Backgroundcolor};
  335. /* border-bottom:2px solid {color:Texttitles};
  336. border-top:2px solid {color:Texttitles};*/
  337. text-decoration:none;
  338. opacity: 0.9;
  339. width: 500px;
  340. margin-left:0px;
  341. }
  342.  
  343. #title2 {
  344. font-size:14px;
  345. text-transform:uppercase;
  346. font-family:calibri;
  347. text-align:center;
  348. text-decoration:none;
  349. }
  350.  
  351.  
  352.  
  353.  
  354.  
  355. /* --- AUDIO --- */
  356.  
  357. #audio {
  358. overflow:inherit;
  359. margin-bottom:5px;
  360. width:500px;
  361. height:62px;
  362. }
  363.  
  364. .albumart {
  365. width:57px;
  366. height:57px;
  367. position:absolute;
  368. }
  369.  
  370. .albumart img {
  371. width:57px;
  372. height:57px;
  373. float:left;
  374. }
  375.  
  376. .playercontainer {
  377. opacity: .2;
  378. display:block;
  379. width:57px;
  380. height:57px;
  381. background-color:white;
  382. position:absolute;
  383. z-index:3;
  384. -webkit-transition:all 0.5s ease-in-out;
  385. -moz-transition:all 0.5s ease-in-out;
  386. -o-transition:all 0.5s ease-in-out;
  387. -ms-transition:all 0.5s ease-in-out;
  388. transition:all 0.5s ease-in-out;
  389. }
  390.  
  391. .playercontainer:hover {
  392. opacity:.7;
  393. }
  394.  
  395. .player {
  396. margin-left:16px;
  397. margin-top:16px;
  398. width:25px;
  399. height:25px;
  400. overflow:hidden;
  401. background-color:white;
  402. }
  403.  
  404. .audioinfo {
  405. margin-left:60px;
  406. float:left;
  407. background-color:transparent;
  408. padding:2px;
  409. margin-bottom:3px;
  410. margin-top:0px;
  411. width:435px;
  412. }
  413.  
  414.  
  415. /* --- CHAT POST --- */
  416.  
  417. .chatline {
  418. background-color:{color:Posttext};
  419. margin-bottom:2px;
  420. color:{color:Postbg};
  421. }
  422.  
  423.  
  424. /* --- INFO & OTHER --- */
  425. #info {
  426. <center>
  427. position:absolute;
  428. margin-top:0px;
  429. width: 500px;
  430. margin-left:-5px;
  431. padding-bottom:6px;
  432. padding-left:5px;
  433. padding-right:5px;
  434. padding-top:3px;
  435. line-height:90%;
  436. color:{color:Posttext};
  437. font-size:9px;
  438. font-family:calibri;
  439. text-transform:uppercase;
  440. background:{color:Infoborder};
  441. letter-spacing:0px;
  442. text-align:center;
  443. opacity: 0.9;
  444.  
  445. -webkit-transition:opacity 0.8s linear;
  446. -webkit-transition:all 0.5s ease-out;
  447. -moz-transition:all 0.5s ease-out;
  448. transition:all 0.5s ease-out;
  449. visibility:visible;
  450. margin-bottom:0px;
  451. }
  452.  
  453. #info a {
  454. color:{color:Infotext};
  455. background-color:transparent;
  456. padding:4px;
  457. text-align:center;
  458. }
  459.  
  460. #info a:hover {
  461. color:{color:Posttext};
  462.  
  463. }
  464. #posts:hover #info {
  465. opacity:0.9;
  466. visibility:visible;
  467. -webkit-transition:opacity 0.8s linear;
  468. -webkit-transition:all 0.5s ease-out;
  469. -moz-transition:all 0.5s ease-out;
  470. transition:all 0.5s ease-out;
  471. }
  472.  
  473. #questions {
  474. color:{color:Posttext};
  475. padding:10px;
  476. margin-bottom:0px;
  477. font-size:10px;
  478. font-family:arial;
  479. text-align:justify;
  480. background-color:{color:Infoborder};
  481. border-bottom:2px solid {color:Infotext};
  482. }
  483.  
  484. #questions a {
  485. color:{color:Tagcolor};
  486. }
  487.  
  488. #questions a:hover {
  489. color:{color:Posttext};
  490. }
  491.  
  492.  
  493. #tags {
  494. float:left;
  495. margin-top:1px;
  496. position:absolute;
  497. width:500px;
  498. height:auto;
  499. padding:3px;
  500. font-size:10px;
  501. transition:all 0.5s ease-in-out;
  502. -moz-transition:all 0.5s ease-in-out;
  503. -webkit-transition:all 0.5s ease-in-out;
  504. -o-transition:all 0.5s ease-in-out;
  505. color:{color:Posttext};
  506. font-family:calibri;
  507. text-transform:none;
  508. letter-spacing:0px;
  509. text-align:left;
  510. opacity: 0;
  511. -webkit-transition:opacity 0.8s linear;
  512. -webkit-transition:all 0.5s ease-out;
  513. -moz-transition:all 0.5s ease-out;
  514. transition:all 0.5s ease-out;
  515. }
  516.  
  517. #posts:hover #tags {
  518.  
  519. opacity:1;
  520. -webkit-transition:opacity 0.8s linear;
  521. -webkit-transition:all 0.5s ease-out;
  522. -moz-transition:all 0.5s ease-out;
  523. transition:all 0.5s ease-out;
  524. }
  525.  
  526. #tags a {
  527. color:{color:Tagcolor};
  528. background-color:transparent;
  529. padding:1px;
  530. text-decoration:none;
  531. display:inline;
  532. width:100px;
  533. }
  534.  
  535. #tags a:hover {
  536. color:{color:Posttext};
  537. text-decoration:none;
  538. }
  539.  
  540.  
  541. #source {
  542. margin-top:3px;
  543. text-align:right;
  544. margin-bottom:5px;
  545. font-size:10px;
  546. }
  547.  
  548. #pagination {
  549.  
  550. font-size:12px;
  551. text-transform:uppercase;
  552. width:100%;
  553. margin-bottom:5px;
  554. font-style:normal;
  555. text-align:center;
  556. -webkit-transition:opacity 0.8s linear;
  557. -webkit-transition:all 0.8s ease-out;
  558. -moz-transition:all 0.8s ease-out;
  559. transition:all 0.8s ease-out;
  560. color:{color:Description};
  561. background-color:{color:Descriptionbg};
  562. opacity:0.6;
  563. }
  564.  
  565. #sidebar:hover #pagination{
  566.  
  567. -webkit-transition:opacity 0.8s linear;
  568. -webkit-transition:all 0.8s ease-out;
  569. -moz-transition:all 0.8s ease-out;
  570. transition:all 0.8s ease-out;
  571.  
  572. }
  573.  
  574. #pagination a {
  575. padding-left:3px;
  576. padding-right:3px;
  577. text-decoration:none;
  578. display:inline;
  579. font-family:calibri;
  580. text-align:center;
  581. background-color:transparent;
  582. color:{color:Description};
  583. background-color:{color:Descriptionbg};
  584.  
  585. }
  586.  
  587. #pagination a:hover {
  588.  
  589. opacity:0.6;
  590. background-color:{color:Description};
  591. color:{color:Descriptionbg};
  592. }
  593.  
  594. .postnotes {
  595. margin-top:-5px;
  596.  
  597. }
  598.  
  599. ol.notes, .notes li {
  600. width:500px;
  601. list-style:none;
  602. }
  603.  
  604. blockquote {
  605. border-left:2px solid {color:Posttext};
  606. padding:0px;
  607. padding-left:5px;
  608. margin:5px;
  609. }
  610.  
  611. blockquote img {
  612. max-width:350px;
  613. }
  614.  
  615. #credit{
  616. position:fixed;
  617. right:5px;
  618. bottom:5px;
  619. padding-top:3px;
  620. padding-bottom:3px;
  621. background-color:{color:Postbg};
  622. border:1px solid {color:Posttext};
  623. color:{color:Posttext};
  624. }
  625.  
  626. {CustomCSS}
  627.  
  628.  
  629.  
  630. </style>
  631.  
  632. <!--- want to enable infinite scrolling put in here --->
  633.  
  634. </head>
  635.  
  636.  
  637.  
  638.  
  639.  
  640. <body>
  641.  
  642. <div id="container">
  643.  
  644.  
  645. <div id="sidebar">
  646. <div class="sidebarimg">
  647. <!--<div id="title"><div class="title">{Title}</div></div>-->
  648. </div>
  649. <div class="innersidebar">
  650.  
  651. {block:IfNotInfiniteScroll}
  652. <div id="pagination">
  653. {block:Pagination}
  654.  
  655. {block:PreviousPage}
  656. <a href="{PreviousPage}">«</a>
  657. {/block:PreviousPage}
  658. {block:JumpPagination length="5"}
  659. {block:CurrentPage}
  660. <span class="current_page">{PageNumber}</span>
  661. {/block:CurrentPage}
  662. {block:JumpPage}
  663. <a class="jump_page" href="{URL}">{PageNumber}</a>
  664. {/block:JumpPage}
  665. {/block:JumpPagination}
  666. {block:NextPage}
  667. <a href="{NextPage}">»</a>
  668. {/block:NextPage}
  669.  
  670. {/block:Pagination}
  671. </div>
  672. {/block:IfNotInfiniteScroll}
  673.  
  674. {block:Description}
  675. <div class="description">{Description}</div>
  676. {/block:Description}
  677.  
  678. <div id="mylink">
  679. <a href="/">Home</a>
  680. <a href="/ask">Ask Away</a>
  681. <a href="/submit">Submit</a>
  682.  
  683.  
  684. {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a>{/block:Pages}{/block:HasPages}
  685. {block:IfShowSearchbox}
  686. <form action="/search" method="get">
  687. <input type="text" name="q" value="{SearchQuery}"/>
  688. <input type="submit" value="Search"/>
  689. </form>
  690. {/block:IfShowSearchbox}
  691. </div>
  692. </div>
  693. </div>
  694.  
  695.  
  696. </div>
  697.  
  698.  
  699.  
  700.  
  701. </div>
  702. </div>
  703.  
  704.  
  705. </div>
  706.  
  707. </div>
  708. <div id="entries">
  709. <div class = "autopagerize_page_element" >
  710. {block:posts}
  711. <div id="posts">
  712.  
  713.  
  714.  
  715. <!-- text posts -->
  716.  
  717. {block:Title}<div id="title1">{Title}</div>{/block:Title}
  718. {block:text}{Body}{/block:text}
  719.  
  720. <!-- photo -->
  721. {block:photo}
  722.  
  723. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  724. {block:Caption}{Caption}{/block:Caption}
  725.  
  726.  
  727. {/block:photo}
  728.  
  729.  
  730. <!-- Photo set-->
  731. {block:Photoset}
  732. <center>{Photoset-500}</center>
  733. {block:Caption}{Caption}{/block:Caption}
  734.  
  735. {/block:Photoset}
  736.  
  737.  
  738. <!-- Quote -->
  739. {block:Quote}
  740. <div id="title2">"{Quote}"</div>
  741. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  742. {/block:Quote}
  743.  
  744. <!-- Link -->
  745. {block:Link}
  746. <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  747. {block:Description}{Description}{/block:Description}
  748. {/block:Link}
  749.  
  750. <!--Chat -->
  751. {block:chat}
  752. {block:Lines}<div class="chatline">{block:Label}{Label} {/block:Label}{Line}</div> {/block:Lines}
  753. {/block:chat}
  754.  
  755. <!--Audio-->
  756. {block:Audio}
  757. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}{block:ifBlackPlayer}{AudioPlayerBlack}{/block:IfBlackPlayer}</div></div>{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}
  758. {/block:Audio}
  759.  
  760. <!-- Video-->
  761. {block:Video}
  762. {Video-500}
  763. {block:Caption}{Caption}{/block:Caption}
  764. {/block:Video}
  765.  
  766. {block:Answer}
  767.  
  768. <div style="margin-left:0px;"><div id="questions">
  769. <img src="{AskerPortraitURL-48}" style="float:left; border:2px solid white; border-radius: 25px 25px;top:50%; margin-right:10px; margin-top:center center;">
  770. {Asker} asked: {Question}
  771. </div></div>
  772. {Answer}<p>
  773. {/block:Answer}
  774.  
  775. <!--Info ---->
  776. {block:Date}
  777. <center>
  778. <div id="info">
  779. <div style="margin-left:-4px;"><a href="{Permalink}"> {TimeAgo}</a>{/block:Date}
  780.  
  781.  
  782.  
  783. {block:RebloggedFrom}
  784. <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a>
  785. <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a>
  786. {/block:RebloggedFrom}
  787. {block:NoteCount} <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</div></div>
  788.  
  789. <!-- Tags -->
  790. {block:HasTags}<div id="tags">→ Tagged {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  791. </div>
  792.  
  793.  
  794. <!-- Notes -->
  795. {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
  796.  
  797. {/block:Posts}
  798. </div>
  799. </div>
  800. </div>
  801.  
  802.  
  803. </div>
  804. <div id="credit"><a href="http://www.winchesterlegacies.tumblr.com">WLT</a>
  805. </div>
  806.  
  807. </div>
  808.  
  809. </body>
  810. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement