spirkism

Theme #14: Forgive the Sinner

Aug 28th, 2014
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.07 KB | None | 0 0
  1. <!--
  2. THEME: Forgive the Sinner
  3. by Phil (spirkism/spirkthemes)
  4.  
  5. Rules:
  6. - please do not steal/redistribute, I spent quite a bit of time coding this
  7. - also don't remove the credit please, that would make me very sad :(
  8. - don't use as a base code, there are plenty of those out there
  9. - you are allowed to edit as much as you like though, have fun playing around with code, that's how you learn! :)
  10. - tell me if there are any bugs or if you have any questions, need help with the theme or want a detail differently - I'll see what I can do for you ;)
  11. And now: enjoy! :)
  12.  
  13. Originally created per request for forgivethesinnersammy
  14. -->
  15.  
  16.  
  17. <!DOCTYPE html>
  18. <html lang="en">
  19.  
  20. <head>
  21.  
  22. <title>{Title}</title>
  23.  
  24.  
  25. {block:Description}
  26. <meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28.  
  29. <link rel="shortcut icon" href="{Favicon}" />
  30.  
  31. <link rel="alternate" type="application/rss+xml" title="{Title} RSS" href="{RSS}"/>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  34.  
  35.  
  36. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  37.  
  38. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41.  
  42.  
  43.  
  44. <meta name="color:background" content="#ffffff" />
  45. <meta name="color:header" content="#ffdc90" />
  46. <meta name="color:title" content="#ff8e25" />
  47. <meta name="color:titlehover" content="#ffae00" />
  48. <meta name="color:sblinkbg" content="#ff8e25" />
  49. <meta name="color:sblinkbghover" content="#ffae00" />
  50. <meta name="color:navcolor" content="#3b3b3b" />
  51. <meta name="color:navcolorhover" content="#ffffff" />
  52. <meta name="color:text color" content="#373737" />
  53. <meta name="color:link color" content="#ef790b" />
  54. <meta name="color:link hover color" content="#ffa024" />
  55. <meta name="color:border" content="#e3c3a1" />
  56. <meta name="color:postinside" content="#fff6d6" />
  57.  
  58.  
  59. <!-- image metas -->
  60. <meta name="image:sbimg" content="" />
  61.  
  62. <!-- text metas -->
  63. <meta name="text:link1url" content="/" />
  64. <meta name="text:link1hover" content="home" />
  65. <meta name="text:link2url" content="/ask" />
  66. <meta name="text:link2hover" content="ask" />
  67. <meta name="text:link3url" content="/" />
  68. <meta name="text:link3hover" content="link" />
  69. <meta name="text:link4url" content="/" />
  70. <meta name="text:link4hover" content="link" />
  71. <meta name="text:link5url" content="/" />
  72. <meta name="text:link5hover" content="link" />
  73. <meta name="text:link6url" content="/" />
  74. <meta name="text:link6hover" content="link" />
  75. <meta name="text:link7url" content="/" />
  76. <meta name="text:link7hover" content="link" />
  77. <meta name="text:link8url" content="/" />
  78. <meta name="text:link8hover" content="link" />
  79.  
  80.  
  81. <meta name="if:Wideheader" content="1" />
  82. <meta name="if:HoverDesc" content="1" />
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87.  
  88.  
  89. iframe#tumblr_controls {
  90. position:fixed;-webkit-filter:invert(100%);opacity:0.5;
  91. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  92. -o-transition: 0.7s ease;-moz-transition: 0.7s ease;}
  93.  
  94.  
  95. div#qTip {
  96. margin-left: 5px;
  97. margin-top: -5px;
  98. text-transform: lowercase;
  99. font-size: 9px;
  100. line-height: 13px;
  101. display: none;
  102. text-align: center;
  103. position: absolute;
  104. z-index: 9999999999999999;
  105. background: {color:background};
  106. padding: 2px 3px;
  107. color: {color:text color};
  108. max-width: 100px;
  109. height: auto;
  110. border: 2px double {color:border};
  111. font-family: 'Calibri', sans-serif;
  112. -webkit-transition: all 0.1s ease-out;
  113. -moz-transition: all 0.1s ease-out;
  114. -o-transition: all 0.1s ease-out;
  115. }
  116.  
  117.  
  118.  
  119. /* GENERAL STUFF */
  120.  
  121. ::-webkit-scrollbar {
  122. width:5px;height: 5px;background: {color:border};
  123. }
  124.  
  125. ::-webkit-scrollbar-thumb {
  126. background: {color:title};
  127. }
  128.  
  129. body {
  130. background-color: {color:background};
  131. font-family: 'Calibri', sans-serif;
  132. margin: 0;
  133. word-wrap: break-word;
  134. background-attachment: fixed;
  135. background-repeat: no-repeat;
  136. color: {color:text color};
  137. }
  138.  
  139. a:link, a:active, a:visited {
  140. text-decoration: none;
  141. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  142. -o-transition: 0.5s ease;
  143. -moz-transition: 0.5s ease;
  144. color:{color:link color};
  145. }
  146.  
  147. a:hover {
  148. color:{color:link hover color};
  149. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  150. -o-transition: 0.5s ease;
  151. -moz-transition: 0.5s ease;
  152. }
  153.  
  154. /* SIDEBAR THINGS */
  155.  
  156. #header {
  157. position: fixed;
  158. width: 500px;
  159. top: 0;
  160. left: 525px;
  161. height: 50px;
  162. background-color: {color:header};
  163. z-index: 99999;
  164. }
  165.  
  166. #wideheader {
  167. position: fixed;
  168. width: 100%;
  169. top: 0;
  170. height: 50px;
  171. background-color: {color:header};
  172. z-index: 9999;
  173. }
  174.  
  175. #title {
  176. position: absolute;
  177. text-align: center;
  178. width: 400px;
  179. left: 50px;
  180. top: 12px;
  181. font-family: 'Playball', serif;
  182. font-size: 20px;
  183. }
  184.  
  185. #title a {
  186. color: {color:title};
  187. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  188. -o-transition: 0.5s ease;
  189. -moz-transition: 0.5s ease;
  190. }
  191.  
  192. #title a:hover {
  193. color: {color:titlehover};
  194. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  195. -o-transition: 0.5s ease;
  196. -moz-transition: 0.5s ease;
  197. }
  198.  
  199. #sidebar {
  200. position: fixed;
  201. left: 150px;
  202. top: 150px;
  203. width: 170px;
  204. height: auto;
  205. }
  206.  
  207. #sbimg {
  208. position: relative;
  209. width: 170px;
  210. height: auto;
  211. margin-bottom: 10px;
  212. }
  213.  
  214. #sbimg img {
  215. width: 170px;
  216. height: auto;
  217. }
  218.  
  219. #sidebarlinks {
  220. position: relative;
  221. width: 170px;
  222. height: 35px;
  223. margin-bottom: 10px;
  224. }
  225.  
  226. #sblinks {
  227. position: absolute;
  228. width: 80px;
  229. left: 43px;
  230. height: 60px;
  231. }
  232.  
  233. .sblink {
  234. width: 10px;
  235. height: 10px;
  236. border-radius: 50%;
  237. background-color: {color:sblinkbg};
  238. float: left;
  239. margin-left: 5px;
  240. margin-bottom: 5px;
  241. border:2px solid {color:border};
  242. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  243. -o-transition: 0.5s ease;
  244. -moz-transition: 0.5s ease;
  245. }
  246.  
  247. .sblink:hover {
  248. background-color: {color:sblinkbghover};
  249. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  250. -o-transition: 0.5s ease;
  251. -moz-transition: 0.5s ease;
  252. }
  253.  
  254. #prevpage {
  255. position: absolute;
  256. width: 15px;
  257. height: 15px;
  258. border-radius: 50%;
  259. background-color: {color:sblinkbg};
  260. color: {color:navcolor};
  261. top: 7px;
  262. left: 23px;
  263. text-align: center;
  264. line-height: 13px;
  265. font-size: 15px;
  266. border:2px solid {color:border};
  267. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  268. -o-transition: 0.5s ease;
  269. -moz-transition: 0.5s ease;
  270. }
  271.  
  272. #prevpage:hover {
  273. background-color: {color:sblinkbghover};
  274. color: {color:navcolorhover};
  275. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  276. -o-transition: 0.5s ease;
  277. -moz-transition: 0.5s ease;
  278. }
  279.  
  280. #nextpage {
  281. position: absolute;
  282. width: 15px;
  283. height: 15px;
  284. border-radius: 50%;
  285. background-color: {color:sblinkbg};
  286. color: {color:navcolor};
  287. top: 7px;
  288. left: 125px;
  289. text-align: center;
  290. font-size: 15px;
  291. line-height: 13px;
  292. border:2px solid {color:border};
  293. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  294. -o-transition: 0.5s ease;
  295. -moz-transition: 0.5s ease;
  296. }
  297.  
  298. #nextpage:hover {
  299. background-color: {color:sblinkbghover};
  300. color: {color:navcolorhover};
  301. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  302. -o-transition: 0.5s ease;
  303. -moz-transition: 0.5s ease;
  304. }
  305.  
  306. {block:IfHoverDesc}
  307. #desc {
  308. position: absolute;
  309. width: 170px;
  310. height: auto;
  311. color: {color:text color};
  312. font-size: 11px;
  313. font-family: 'Calibri', sans-serif;
  314. text-align: center;
  315. opacity: 0;
  316. margin-top: -60px;
  317. -webkit-transition: 1s ease;transition: 1s ease;
  318. -o-transition: 1s ease;
  319. -moz-transition: 1s ease;
  320. }
  321.  
  322. #sidebar:hover #desc {
  323. margin-top: 1px;
  324. opacity: 1;
  325. -webkit-transition: 1s ease;transition: 1s ease;
  326. -o-transition: 1s ease;
  327. -moz-transition: 1s ease;
  328. }
  329.  
  330. {/block:IfHoverDesc}
  331.  
  332. {block:IfNotHoverDesc}
  333.  
  334. #desc {
  335. position: absolute;
  336. width: 170px;
  337. height: auto;
  338. color: {color:text color};
  339. font-size: 11px;
  340. font-family: 'Calibri', sans-serif;
  341. text-align: center;
  342. margin-top: 1px;
  343. -webkit-transition: 1s ease;transition: 1s ease;
  344. -o-transition: 1s ease;
  345. -moz-transition: 1s ease;
  346. }
  347.  
  348. {/block:IfNotHoverDesc}
  349.  
  350.  
  351. /*CONTENT THINGS */
  352.  
  353. #content {
  354. width: 600px;
  355. background-color: none;
  356. padding: 20px 0;
  357. color: {color:text};
  358. overflow: hidden;
  359. margin-left: 515px;
  360. margin-top: 70px;
  361. position: relative;
  362. }
  363.  
  364. #content a {
  365. color: {color:link color};
  366. text-decoration: none;
  367. }
  368.  
  369. #content a:hover {
  370. color: {color:link hover color};
  371. }
  372.  
  373. #content blockquote {
  374. border-left: solid 2px #505050;
  375. margin: 0;
  376. padding-left: 10px;
  377. }
  378.  
  379. img {
  380. border: 0;
  381. max-width: 100%;
  382. }
  383.  
  384.  
  385. #content #posts {
  386. width: 500px;
  387. height: auto;
  388. margin: 0 0 80px 0;
  389. padding: 10px 10px 20px 10px;
  390. font-size: 14px;
  391. position: relative;
  392. border-bottom: 3px double {color:border};
  393. }
  394.  
  395.  
  396. #content #posts .title {
  397. font-size: 16px;
  398. }
  399.  
  400. #content #posts .text {
  401. font-size: 12px;
  402. }
  403.  
  404.  
  405. /* PERMALINK STUFF */
  406.  
  407. #permalink {
  408. font-size: 9px;
  409. margin-top: 2px;
  410. }
  411.  
  412. #posts:hover #tags {
  413. opacity: 1;
  414. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  415. -o-transition: 0.7s ease;
  416. -moz-transition: 0.7s ease;
  417. }
  418.  
  419. #tags {
  420. font-size:9px;
  421. width: 500px;
  422. text-align: center;
  423. margin-top: 35px;
  424. opacity:0;
  425. position: absolute;
  426. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  427. -o-transition: 0.7s ease;
  428. -moz-transition: 0.7s ease;
  429. }
  430.  
  431. #tags .comma:last-child {
  432. display: none;
  433. }
  434.  
  435.  
  436. #reblogged {
  437. position: relative;
  438. font-size: 9px;
  439. overflow: hidden;
  440. }
  441.  
  442.  
  443. /* PERMALINK PAGE THINGS */
  444.  
  445. #content #notecontainer {
  446. margin-left: 30px;
  447. margin-top: -10px;
  448. width: 460px;
  449. font-size: 11px;
  450. }
  451.  
  452.  
  453. #content #notecontainer ol.notes {
  454. list-style-type: none;
  455. margin: 1px 1px 1px 1px;
  456. padding: 1px;
  457. line-height: 16px;
  458. }
  459.  
  460. #content #notecontainer img.avatar {
  461. width: 16px;
  462. height: 16px;
  463. margin: 1px 5px 1px 1px;
  464. padding: 1px;
  465. }
  466.  
  467. #content #posts #tagsbox {
  468. position: absolute;
  469. padding: 1px 4px 3px 4px;
  470. margin-top: 11px;
  471. background-color: {color:postinside};
  472. text-align: center;
  473. width: 450px;
  474. margin-left: 19px;
  475. border: 2px double {color:border};
  476. }
  477.  
  478. /* POST STUFF */
  479.  
  480. .linkpost {
  481. padding: 5px;
  482. }
  483.  
  484.  
  485. .linktitle {
  486. margin-bottom: 3px;
  487. font-size: 18px;
  488. background-color: {color:postinside};
  489. border: 2px double {color:border};
  490. padding: 10px;
  491. text-align: center;
  492. font-family: 'Playball', sans-serif;
  493. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  494. -o-transition: 0.5s ease;
  495. -moz-transition: 0.5s ease;
  496. }
  497.  
  498. .linktitle:hover {
  499. background-color: {color:caption};
  500. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  501. -o-transition: 0.5s ease;
  502. -moz-transition: 0.5s ease;
  503. }
  504.  
  505.  
  506. .askicon img {
  507. z-index: 9;
  508. height: 40px;
  509. width: 40px;
  510. position: relative;
  511. border: 5px solid {color:border};
  512. }
  513.  
  514.  
  515. .askicon img{
  516. z-index: 9;
  517. width: 40px;
  518. }
  519.  
  520.  
  521.  
  522. .arrow-left {
  523. width: 0;
  524. height: 0;
  525. border-top: 15px solid transparent;
  526. border-bottom: 15px solid transparent;
  527. border-right:25px solid {color:border};
  528. position: relative;
  529. margin-left: 50px;
  530. margin-top: -47px;
  531. }
  532.  
  533.  
  534.  
  535. .question {
  536. width: 403px;
  537. height: auto;
  538. padding: 2px 10px 7px 10px;
  539. color: {color:text color};
  540. background-color: {color:border};
  541. font-size: 12px;
  542. text-align: left;
  543. margin-left: 74px;
  544. margin-top: -35px;
  545. margin-bottom: 15px;
  546. }
  547.  
  548. .asker {
  549. font-size: 17px;
  550. color: {color:link color};
  551. text-align: left;
  552. margin-top: 5px;
  553. margin-bottom: 3px;
  554. font-family: 'Playball', sans-serif;
  555. }
  556.  
  557. .answer {
  558. font-size: 12px;
  559. padding: 1px 10px 5px 10px;
  560. width: 477px;
  561. margin-top:-12px;
  562. overflow: hidden;
  563. margin-left: 10px;
  564. }
  565.  
  566. .textpost {
  567. font-size: 12px;
  568. margin-top: -12px;
  569. }
  570.  
  571. .posttitle {
  572. margin-bottom: 3px;
  573. font-size: 18px;
  574. background-color: {color:postinside};
  575. padding: 10px;
  576. text-align: center;
  577. font-family: 'Playball', sans-serif;
  578. }
  579.  
  580. .caption {
  581. font-size: 12px;
  582. background-color: {color:caption};
  583. padding: 5px;
  584. }
  585.  
  586. .quote {
  587. font-size: 18px;
  588. font-family: 'Playball';
  589. text-align: center;
  590. margin-bottom: 5px;
  591. }
  592.  
  593. .quotesource {
  594. text-align: center;
  595. font-family: 'Calibri', sans-serif;
  596. font-size: 12px;
  597. }
  598.  
  599. .audiopost {
  600. padding: 0 10px;
  601. width: 477px;
  602. font-size: 10px;
  603. margin-top: -20px;
  604. }
  605.  
  606. .audio {
  607. border: 2px double {color:border};
  608. text-align: center;
  609. padding: 5px 10px;
  610. width: 478px;
  611. font-size: 15px;
  612. margin-bottom: 7px;
  613. font-family: 'Playball';
  614. background-color: {color:postinside};
  615. }
  616.  
  617. .chattitle {
  618. font-size: 18px;
  619. font-family: 'Playball', sans-serif;
  620. background-color: {color:postinside};
  621. border: 2px double {color:border};
  622. padding: 2px;
  623. text-align: center;
  624. margin-bottom: 10px;
  625. }
  626.  
  627. .chat {
  628. font-size: 12px;
  629. font-family: 'Calibri', sans-serif;
  630. margin-left: 20px;
  631. }
  632.  
  633.  
  634. #credit {
  635. bottom: 8px;
  636. right: 8px;
  637. border: 1px solid #BABABA;
  638. font-size: 10px;
  639. color: #5A5A5A;
  640. height: 13px;
  641. width: 13px;
  642. line-height: 13px;
  643. position: fixed;
  644. text-align: center;
  645. background-color: white;
  646. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  647. -o-transition: 0.5s ease;
  648. -moz-transition: 0.5s ease;
  649. }
  650.  
  651. #credit:hover {
  652. background-color: #2E2E2E;
  653. color: #fff;
  654. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  655. -o-transition: 0.5s ease;
  656. -moz-transition: 0.5s ease;
  657. }
  658.  
  659.  
  660.  
  661.  
  662. {CustomCSS}
  663.  
  664. </style>
  665.  
  666.  
  667. </head>
  668.  
  669. <body>
  670.  
  671. <div id="header"><div id="title"><a href="/">{Title}</a></div></div>
  672.  
  673.  
  674. {block:IfWideheader}
  675. <div id="wideheader"></div>
  676. {/block:IfWideheader}
  677.  
  678. <div id="sidebar">
  679.  
  680. <div id="sbimg"><img src="{image:sbimg}"></div>
  681. <div id="sidebarlinks">
  682. <div id="sblinks">
  683. <a href="{text:link1url}" title="{text:link1hover}"><div class="sblink"></div></a>
  684. <a href="{text:link2url}" title="{text:link2hover}"><div class="sblink"></div></a>
  685. <a href="{text:link3url}" title="{text:link3hover}"><div class="sblink"></div></a>
  686. <a href="{text:link4url}" title="{text:link4hover}"><div class="sblink"></div></a>
  687. <a href="{text:link5url}" title="{text:link5hover}"><div class="sblink"></div></a>
  688. <a href="{text:link6url}" title="{text:link6hover}"><div class="sblink"></div></a>
  689. <a href="{text:link7url}" title="{text:link7hover}"><div class="sblink"></div></a>
  690. <a href="{text:link8url}" title="{text:link8hover}"><div class="sblink"></div></a>
  691. </div>
  692.  
  693. {block:PreviousPage}
  694. <a href="{PreviousPage}"><div id="prevpage">&laquo;</div></a>
  695. {/block:PreviousPage}
  696.  
  697. {block:NextPage}
  698. <a href="{NextPage}"><div id="nextpage">&raquo;</div></a>
  699. {/block:NextPage}
  700.  
  701. </div>
  702.  
  703. <div id="desc">{Description}</div>
  704.  
  705.  
  706. </div>
  707.  
  708.  
  709.  
  710.  
  711. <!-- boring post stuff - you don't really need to edit there I'd say -->
  712. <div id="content">
  713. {block:Posts}
  714.  
  715.  
  716. <div id="posts">
  717.  
  718. {block:ContentSource}
  719. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  720. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  721. {/block:SourceLogo}
  722. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  723. {/block:ContentSource}
  724.  
  725. {block:Photo}
  726. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  727. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  728. {/block:Photo}
  729.  
  730. {block:Photoset}
  731. {Photoset-500}
  732. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  733. {/block:Photoset}
  734.  
  735. {block:Video}
  736. {Video-500}
  737. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  738. {/block:Video}
  739.  
  740. {block:Audio}
  741. <div class="audio {select:Font}">
  742. {block:TrackName}
  743. {TrackName}
  744. {/block:TrackName}
  745. {block:Artist}
  746. &middot;&middot;&middot;
  747. {Artist}
  748. {/block:Artist}
  749. </div>
  750. {AudioPlayerWhite}
  751. {block:Caption}<br /><div class="audiopost">{Caption}</div>{/block:Caption}
  752. {/block:Audio}
  753.  
  754. {block:Quote}
  755. <div class="quote {select:Font}">“{Quote}”</div>
  756. {block:Source}<div class="quotesource">- {Source}</div>{/block:Source}
  757. {/block:Quote}
  758.  
  759. {block:Text}
  760. {block:Title}<div class="{select:Font}" id="posttitle">{Title}</div><br/>{/block:Title}<div class="textpost">{Body}</div>
  761. {/block:Text}
  762.  
  763. {block:Answer}
  764. <div class="askicon"><img src="{AskerPortraitURL-64}" /></div><div class="arrow-left"></div>
  765. <div class="question"><div class="asker">{Asker}:</div>{Question}</div>
  766. <div class="answer">{block:Answerer}<div class="answerer">{Answerer}:</div>{/block:Answerer}<div class="answerer-answer">{Answer}</div></div>
  767. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  768. {/block:Answer}
  769.  
  770. {block:Chat}
  771. {block:Title}<div class="chattitle {select:Font}">{Title}</div>{/block:Title}
  772. {block:Lines}<div class="chat">
  773. {block:Label}<strong>{Label} </strong>{/block:Label}{Line}<br />
  774. </div>{/block:Lines}
  775. {/block:Chat}
  776.  
  777. {block:Link}
  778. <div class="linkpost">
  779. <a href="{URL}" ><div class="{select:Font} linktitle">{Name}</div></a>
  780. {block:Description}<div class="caption">{Description}</div>{/block:Description}</div>
  781. {/block:Link}
  782.  
  783.  
  784.  
  785. <div id="tagsbox">
  786. <div id="permalink">
  787. <a href="{Permalink}">
  788. {block:Date}{lang:Posted TimeAgo}{/block:Date}
  789. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  790. {block:RebloggedFrom}&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;&nbsp;via: <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp;-&nbsp;
  791. originally: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  792. {/block:RebloggedFrom}
  793. &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;&nbsp;
  794. <a href="{ReblogURL}" target="_blank">reblog</a>
  795.  
  796. </div>
  797.  
  798. </div>
  799. {block:HasTags}<div id="tags">
  800. {block:Tags}
  801. <a href="{TagURL}">{Tag}</a><span class="comma"> &nbsp;&middot;&nbsp; </span>
  802. {/block:Tags}
  803. </div>
  804. {/block:HasTags}
  805.  
  806. </div> <!-- posts div -->
  807.  
  808.  
  809.  
  810.  
  811. {block:PostNotes}
  812. <div id="notecontainer">{PostNotes}</div>
  813. {/block:PostNotes}
  814.  
  815. {/block:Posts}
  816. </div> <!-- content div-->
  817.  
  818.  
  819.  
  820. <a href="http://spirkthemes.tumblr.com"><div id="credit">P</div></a>
  821.  
  822. </body>
  823.  
  824. </html>
Advertisement
Add Comment
Please, Sign In to add comment