ahu419

Theme 008: Quintessential

Oct 7th, 2012
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--Theme 008 by Alice @ afterwordbyamelia
  9.  
  10. Don't steal
  11. Don't remove credit unless to a designated credits page
  12. Don't use as base
  13. Don't not enjoy
  14.  
  15. Default Settings-->
  16.  
  17. <meta name="color:background" content="#ffffff" />
  18. <meta name="color:sidebar" content="#ffffff" />
  19. <meta name="color:post" content="#ffffff" />
  20. <meta name="color:linkage" content="#8A0116" />
  21. <meta name="color:linkage border" content="#DEB314" />
  22. <meta name="color:links" content="#ffffff" />
  23. <meta name="color:links hover" content="#5F0021" />
  24. <meta name="color:accent" content="#5f0021" />
  25. <meta name="color:border" content="#F5F190" />
  26. <meta name="color:title" content="#8a0116" />
  27. <meta name="color:text" content="#021425" />
  28. <meta name="color:link" content="#de3f33" />
  29. <meta name="color:link hover" content="#5F0021" />
  30. <meta name="color:header" content="#ffffff" />
  31. <meta name="color:scrollbar" content="#5f0021" />
  32. <meta name="color:selection" content="#f5f190" />
  33. <meta name="color:question" content="#F5F190" />
  34. <meta name="color:question font" content="#aaa9a9" />
  35.  
  36.  
  37. <meta name="font:title" content="georgia" />
  38. <meta name="font:body" content="calibri" />
  39.  
  40.  
  41. <meta name="image:sidebar" content="" />
  42. <meta name="image:background" content="" />
  43. <meta name="image:post" content="" />
  44.  
  45. <meta name="text:Link1" content="/" />
  46. <meta name="text:Link1 Title" content="link 1" />
  47. <meta name="text:Link2" content="/" />
  48. <meta name="text:Link2 Title" content="link 2" />
  49. <meta name="text:Link3" content="/" />
  50. <meta name="text:Link3 Title" content="link 3" />
  51. <meta name="text:Link4" content="/" />
  52. <meta name="text:Link4 Title" content="link 4" />
  53. <meta name="text:Link5" content="/" />
  54. <meta name="text:Link5 Title" content="link 5" />
  55. <meta name="text:Link6" content="/" />
  56. <meta name="text:Link6 Title" content="link 6" />
  57. <title>{Title}</title>
  58.  
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  60.  
  61. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  62.  
  63. <script>
  64. $().ready(function() {
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor: "on", //on/off
  67. tip_delay_time: 200 //milliseconds
  68. });
  69. });
  70. </script>
  71.  
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  73.  
  74. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise|Pacifico|Rochester|Homemade+Apple|Cookie' rel='stylesheet' type='text/css'>
  77.  
  78. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  79.  
  80. <link href='http://fonts.googleapis.com/css?family=Signika+Negative|Oxygen+Mono|Electrolize' rel='stylesheet' type='text/css'>
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300' rel='stylesheet' type='text/css'>
  83.  
  84. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Kristi|Parisienne|Cedarville+Cursive|Cookie' rel='stylesheet' type='text/css'>
  85.  
  86.  
  87.  
  88. <link rel="shortcut icon" href="{Favicon}"/>
  89. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  90. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  91.  
  92.  
  93. <style type="text/css">
  94.  
  95. body {
  96. background-color:{color:background};
  97. background-attachment:fixed;
  98. background-image:url('{image:background}');
  99. font-family:calibri;
  100. font-size:11px;
  101. line-height:10px;
  102. color:{color:text};
  103. text-wrap:normal
  104. word-wrap:break-word;
  105. height:100%;
  106. right:7px;
  107. overflow-y:scroll;
  108. overflow-x:hidden;
  109. }
  110.  
  111. html {
  112. overflow-y:auto;
  113. background-color:transparent;
  114. }
  115.  
  116. html {
  117. overflow-y:auto;
  118. background-color:transparent;
  119. }
  120.  
  121. ::-webkit-scrollbar {
  122. width:7px;
  123. height:auto;
  124. background:{color:background};
  125. }
  126.  
  127. ::-webkit-scrollbar-corner {
  128. background:{color:scrollbar};
  129. }
  130.  
  131. ::-webkit-scrollbar-thumb:vertical {
  132. background:{color:scrollbar};
  133. }
  134.  
  135. ::-webkit-scrollbar-thumb:horizontal {
  136. background:{color:scrollbar};
  137. }
  138.  
  139. ::selection, ::-webkit-selection, ::-moz-selection {
  140. color:{color:selection};
  141. }
  142.  
  143.  
  144. a, a:active, a:visited{
  145. text-decoration:none;
  146. color:{color:link};
  147. }
  148.  
  149. a:hover {
  150. color:{color:link hover};
  151. }
  152.  
  153. #main {
  154. background-color:{color:background};
  155. background-attachment:fixed;
  156. background-image: url('{image:Background}');
  157. position:absolute;
  158. width:1250px;
  159. height:100%;
  160. }
  161.  
  162. #sidebar {
  163. background-color:{color:sidebar};
  164. text-align:left;
  165. position:fixed;
  166. left:70px;
  167. width:400px;
  168. height:100%;
  169. top:0px;
  170. font-family:calibri;
  171. font-size:10px;
  172. line-height:9px;
  173. }
  174.  
  175. #quotation {
  176. font-size:80px;
  177. font-family:georgia;
  178. color:{color:accent};
  179. margin-left:285px;
  180. margin-top:415px;
  181. opacity:.3;
  182. position:fixed;
  183. }
  184.  
  185. #title {
  186. top:0px;
  187. position:fixed;
  188. width:490px;
  189. border-bottom: 1px solid {color:border};
  190. left:553px;
  191. text-align:center;
  192. height:30px;
  193. background-color:{color:background};
  194. z-index:999;
  195. padding:10px 5px 10px 5px;
  196. -webkit-transition:all 0.5s ease-out;
  197. -moz-transition:all 0.5s ease-out;
  198. transition:all 0.5s ease-out;
  199. -o-transition: all 0.5s ease-in-out;
  200. }
  201.  
  202. #title a {
  203. font-family:georgia;
  204. color:{color:title};
  205. font-size:18px;
  206. font-style:italic;
  207. line-height:32px;
  208. }
  209.  
  210. #title a:hover {
  211. -webkit-transition:all 0.75s ease-out;
  212. -moz-transition:all 0.75s ease-out;
  213. transition:all 0.75s ease-out;
  214. -o-transition: all 0.75s ease-in-out;
  215. color:{color:link hover};
  216. }
  217.  
  218. #pageturn {
  219. top:50px;
  220. position:fixed;
  221. font-family:inconsolata;
  222. font-size:12px;
  223. width:490px;
  224. border-bottom: 1px solid {color:border};
  225. left:553px;
  226. border-top:1px solid {color:border};
  227. text-align:center;
  228. height:15px;
  229. background-color:{color:background};
  230. z-index:999;
  231. padding:10px 5px 5px 5px;
  232. -webkit-transition:all 0.5s ease-out;
  233. -moz-transition:all 0.5s ease-out;
  234. transition:all 0.5s ease-out;
  235. -o-transition: all 0.5s ease-in-out;
  236. }
  237.  
  238. #pageturn a:hover {
  239. -webkit-transition:all 0.75s ease-out;
  240. -moz-transition:all 0.75s ease-out;
  241. transition:all 0.75s ease-out;
  242. -o-transition: all 0.75s ease-in-out;
  243. color:{color:link hover};
  244. }
  245.  
  246. #simg {
  247. width:200px;
  248. margin-left:225px;
  249. margin-top:150px;
  250. height:200px;
  251. z-index:998;
  252. border:1px solid {color:border};
  253. padding:10px;
  254. }
  255.  
  256. #simg img {
  257. width:200px;
  258. height:200px;
  259. }
  260.  
  261. .linkage:hover {
  262. opacity:1;
  263. margin-left:234px; transition-duration: 1s; -moz-transition-duration: 1s; -webkit-transition-duration: 1s; -o-transition-duration: 1s;}
  264.  
  265.  
  266. .links {
  267. margin-left:225px;
  268. width:220px;
  269. height:150px;
  270. text-align:center;
  271. margin-top:-2px;
  272. margin-bottom:4px;
  273. opacity:1;
  274. position:absolute;
  275. }
  276.  
  277. .links a {
  278. width:40px;
  279. height:10px;
  280. font-family:Signika Negative;
  281. text-transform:uppercase;
  282. font-size:9px;
  283. line-height:9px;
  284. padding:3px 3px 1px 3px;
  285. text-align:center;
  286. margin:1px;
  287. border:1px solid {color:border};
  288. display:inline-block;
  289. }
  290.  
  291. .linkage {
  292. position:relative;
  293. margin-top:-60px;
  294. background-color:#ffffff;
  295. margin-left:234px;
  296. padding:4px;
  297. width:200px;
  298. height:38px;
  299. opacity:0.5;
  300. }
  301.  
  302. .linkage a {
  303. width:60px;
  304. height:auto;
  305. font-family:Signika Negative;
  306. color:#ffffff;
  307. font-size:9px;
  308. text-transform:uppercase;
  309. text-align:center;
  310. background-color:{color:linkage};
  311. padding:3px 2px 2px 2px;
  312. margin-bottom:4px;
  313. margin-left:0px;
  314. display:inline-block;
  315. border-bottom:3px solid {color:linkage border};
  316. }
  317.  
  318. .linkage a:hover {
  319. background-color:{color:background};
  320. color:{color:link hover};
  321. -webkit-transition-duration:.25s;
  322. -moz-transition-duration:.25s;
  323. -o-transition: all 0.25s ease-in-out;
  324. transition: all 0.25s ease-in-out;
  325. }
  326.  
  327. #desc {
  328. width:200px;
  329. padding:10px;
  330. height:200px;
  331. margin-left:225px;
  332. margin-top:30px;
  333. text-align:justify;
  334. position:fixed;
  335. opacity:1;
  336. }
  337.  
  338.  
  339. #desc a {
  340. letter-spacing:0px;
  341. }
  342.  
  343. #question {
  344. font-size:15px;
  345. line-height:16px;
  346. padding-bottom:-4px;
  347. font-family:calibri;
  348. text-align:left;
  349. padding:13px 10px 13px 5px;
  350. border-bottom:1px solid {color:question};
  351. color:{color:question font};
  352. }
  353.  
  354. #triangle {
  355. width:30px;
  356. height:25px;
  357. font-size:30px;
  358. left:365px;
  359. font-family:calibri;
  360. position:relative;
  361. color:{color:question};
  362. top:-3.5px;
  363. }
  364.  
  365. #asker {
  366. text-transform:uppercase;
  367. font-size:10px;
  368. margin-top:-20px;
  369. letter-spacing:1px;
  370. font-family:{font:body};
  371. margin-left:365px;
  372. }
  373.  
  374. #answer {
  375. margin-top:-10px;
  376. }
  377.  
  378. #content {
  379. position:absolute;
  380. height:auto;
  381. left:543px;
  382. top:80px;
  383. font-family:{font:body};
  384. margin-bottom:10px;
  385. }
  386.  
  387. #post {
  388. width:500px;
  389. margin-left:10px;
  390. margin-right:20px;
  391. margin-top:25px;
  392. background-color:{color:post};
  393. background-image: url('{image:post}');
  394. }
  395.  
  396. #info a {
  397. border:1px solid {color:border};
  398. padding:2px;
  399. background-color:{color:background};
  400. }
  401.  
  402. #info {
  403. border-top:1px solid {color:border};
  404. opacity:1;
  405. margin-bottom:5px;
  406. padding:2px;
  407. background-color:{color:post};
  408. position:relative;
  409. width:490px;
  410. text-transform:uppercase;
  411. font-size:9px;
  412. text-align:center;
  413. letter-spacing:1px;
  414. font-family:inconsolata;
  415. -webkit-transition-duration:.5s;
  416. -moz-transition-duration:.5s;
  417. -o-transition: all 0.5s ease-in-out;
  418. transition: all 0.5s ease-in-out;
  419. }
  420.  
  421. .tagging {
  422. position:relative;
  423. margin-bottom:25px;
  424. padding:10px 5px 5px 5px;
  425. font-size:11px;
  426. opacity:.2;
  427. font-family:inconsolata;
  428. }
  429.  
  430. .tagging a {
  431. position:relative;
  432. padding:4px 5px 4px 5px;
  433. height:2px;
  434. }
  435.  
  436. #post:hover .tagging {
  437. opacity:1;
  438. -webkit-transition-duration:.5s;
  439. -moz-transition-duration:.5s;
  440. -o-transition: all 0.5s ease-in-out;
  441. transition: all 0.5s ease-in-out;
  442. }
  443.  
  444. h1{
  445. font-size:15px;
  446. font-weight:700;
  447. color:{color:title};
  448. }
  449.  
  450. .quote {
  451. font-size:13px;
  452. line-height:14px;
  453. font-family:calibri;
  454. padding-top:-5px;
  455. padding-left:25px;
  456. }
  457.  
  458. #mark {
  459. font-size:80px;
  460. font-family:georgia;
  461. color:{color:accent};
  462. margin-left:5px;
  463. margin-top:20px;
  464. opacity:.3;
  465. position:absolute;
  466. }
  467.  
  468. .quotesource {
  469. font-family:{font:body};
  470. font-size:9px;
  471. text-transform:uppercase;
  472. padding:2px;
  473. letter-spacing:1px;
  474. text-align:right;
  475. }
  476.  
  477. .user_1 .label {
  478. color:{color:link};
  479. font-weight:bold;
  480. }
  481.  
  482. .user_2 .label {
  483. color:{color:text};
  484. font-weight:bold
  485. }
  486. .user_3 .label {
  487. color:{color:link};
  488. font-weight:bold;
  489. }
  490.  
  491. .user_4 .label {
  492. color:{color:text};
  493. font-weight:bold
  494. }
  495. .user_5 .label {
  496. color:{color:link};
  497. font-weight:bold;
  498. }
  499.  
  500. .user_6 .label {
  501. color:{color:text};
  502. font-weight:bold
  503. }
  504.  
  505. .user_7 .label {
  506. color:{color:link};
  507. font-weight:bold
  508. }
  509.  
  510. .user_8 .label {
  511. color:{color:text};
  512. font-weight:bold
  513. }
  514.  
  515. .user_9 .label {
  516. color:{color:link};
  517. font-weight:bold
  518. }
  519.  
  520. .user_10 .label {
  521. color:{color:text};
  522. font-weight:bold
  523. }
  524.  
  525. ul.chat, .chat ol, .chat li {
  526. list-style:none;
  527. margin:0px;
  528. padding:0px;
  529. line-height:15px;
  530. }
  531.  
  532. #note {
  533. text-align:left;
  534. text-transform:uppercase;
  535. font:14px {font:title};
  536. }
  537.  
  538. #notes {
  539. font-weight:normal;
  540. }
  541.  
  542. #notes li {
  543. padding-bottom:3px;
  544. padding-top:3px;
  545. border-bottom:1px dotted {color:text};
  546. }
  547.  
  548. #notes li img.avatar {
  549. vertical-align:-4px;
  550. margin-right:5px;
  551. width:16px;
  552. height:16px;
  553. }
  554.  
  555. blockquote {
  556. padding-left:3px;
  557. margin:0px 2px 0px 10px;
  558. border-left:3px solid {color:blockquote};
  559. }
  560.  
  561. #audentryprob {
  562. display:block;
  563. height:auto;
  564. min-height:135px;
  565. position:relative;
  566. }
  567.  
  568. .audentry {
  569. position:relative;
  570. width:490px;
  571. background-color:transparent;
  572. padding:5px;
  573. min-height:135px;
  574. {block:IndexPage}overflow:hidden;{/block:IndexPage};
  575. }
  576.  
  577. .audioplayersquare {
  578. position:absolute;
  579. z-index:3;
  580. top:5px;
  581. left:5px;
  582. background:white;
  583. opacity:0.7;
  584. filter:alpha(opacity=70);
  585. }
  586.  
  587. .audioplayer {
  588. width:20px;
  589. height:30px;
  590. overflow:hidden;
  591. margin:15px 24px 15px 16px;
  592. }
  593.  
  594. .audiodata {
  595. text-transform:uppercase;
  596. height:15px;
  597. }
  598.  
  599. .audiocaption {
  600. color:{color:link};
  601. }
  602.  
  603. #credit {
  604. position:fixed;
  605. bottom:6px;
  606. padding:4px;
  607. right:2px;
  608. color:{color:link};
  609. opacity:0.4;
  610. font-family:open sans condensed;
  611. font-size:20px;
  612. }
  613.  
  614. #credit:hover {
  615. opacity:0.8;
  616. color:{color:link};
  617. }
  618.  
  619. iframe#tumblr_controls {
  620. top:2px !important;
  621. right:4px !important;
  622. position:fixed !important;
  623. }
  624.  
  625.  
  626. </style>
  627. </head>
  628.  
  629.  
  630. <body>
  631.  
  632.  
  633. <div id="main">
  634. <div id="title"><a href="/">{Title}</a></div>
  635. <div id="pageturn">{block:PreviousPage}<a href="{PreviousPage}">←</a>
  636. {/block:PreviousPage}{CurrentPage} / {TotalPages}
  637. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  638. </div>
  639.  
  640. <div id="sidebar">
  641. <div id="simg">
  642. <img src="{image:sidebar}">
  643. </div> <div class="links">
  644. <a href="/">refresh</a>
  645. {block:AskEnabled}
  646. <a href="/ask">mailbox</a>{/block:AskEnabled}
  647. {block:SubmissionsEnabled}<a href="/submit">submit</a> {/block:SubmissionsEnabled}
  648. <a href="/archive">history</a>
  649. </div>
  650. <div class="linkage">
  651. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  652. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  653. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  654. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  655. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  656. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  657. </div>
  658. <div id="desc">{Description}
  659. </div>
  660. </div>
  661. </div>
  662. <div id="quotation">&ldquo;</div>
  663.  
  664. <div id="content">
  665.  
  666. {block:Posts}
  667. <div id="post">
  668.  
  669. {block:Text}
  670. {block:Title}
  671. <h1><a href="{Permalink}">{Title}</a></h1>
  672. {/block:Title}
  673. {Body}
  674. {/block:Text}
  675.  
  676. {block:Photo}
  677. {block:Title}
  678. <h1><a href="{Permalink}">{Title}</a></h1>
  679. {/block:Title}
  680. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  681. {block:Caption}
  682. <div class="caption">{Caption}</div>
  683. {/block:Caption}
  684. {/block:Photo}
  685.  
  686. {block:Photoset}
  687. <center>{Photoset-500}</center>
  688. {block:Caption}
  689. <div class="caption">{Caption}</div>
  690. {/block:Caption}
  691. {/block:Photoset}
  692.  
  693. {block:Quote}
  694. <div id="mark">&ldquo;</div>
  695. {block:Title}
  696. <h1><a href="{Permalink}">{Title}</a></h1>
  697. {/block:Title}
  698. <div class="quote">{Quote}</div>
  699. {block:Source}<br>
  700. <div class="quotesource">- {Source}</div>
  701. {/block:Source}
  702. {/block:Quote}
  703.  
  704. {block:Link}
  705. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  706. {block:Description}
  707. <div class="description">{Description}</div>
  708. {/block:description}
  709.  
  710. {/block:Link}
  711. {block:Chat}
  712. {block:Title}
  713. <h1><a href="{Permalink}">{Title}</a></h1>
  714. {/block:Title}
  715. <ul class="chat">
  716. {block:Lines}
  717. <li class="user_{UserNumber}">
  718. {block:Label}
  719. <span class="label">
  720. {Label}
  721. </span>
  722. {/block:Label}
  723. &nbsp;{Line}</li>
  724. {/block:Lines}
  725. </ul>
  726. {/block:Chat}
  727.  
  728. {block:Answer}
  729. <div id="question">{Question}
  730.  
  731. </div><div id="triangle">◥</div><br>
  732. <div id="asker">{Asker}</div><br>
  733. <div id="answer">{Answer}</div>
  734. {/block:Answer}
  735.  
  736. {block:Video}
  737. {block:Title}
  738. <h1><a href="{Permalink}">{Title}</a></h1>
  739. {/block:Title}
  740. <center>{Video-500}</center>
  741. {block:Caption}
  742. <div class="caption">{Caption}</div>
  743. {/block:Caption}
  744. {/block:Video}
  745.  
  746. {block:Audio}
  747. <div id="audentryprob">
  748. <div class="audentry">
  749. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  750. {block:AlbumArt}
  751. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  752. {/block:AlbumArt}
  753.  
  754. <div class="audioplayersquare">
  755. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  756. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  757. {block:TrackName}
  758. <tr>
  759. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  760. </tr>
  761. {/block:TrackName}
  762. {block:Artist}
  763. <tr>
  764. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  765. </tr>
  766. {/block:Artist}
  767. {block:Album}
  768. <tr>
  769. <td class="audiodata"><b>Album: </b>{Album}</td>
  770. </tr>
  771. {/block:Album}
  772. <tr>
  773. <td class="audiodata">Played {FormattedPlayCount} times</td>
  774. </tr>
  775. {block:ExternalAudio}
  776. <tr>
  777. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  778. </tr>
  779. {/block:ExternalAudio}
  780. {block:Caption}<tr>
  781. <td class="audiocaption">{Caption}</td></tr>
  782. {/block:Caption}
  783. </table>
  784. </div>
  785. </div>{/block:Audio}
  786. <br>
  787. <div id="info">
  788. <a href="{Permalink}">{block:Date}{DayOfMonth} {ShortMonth} {Year}</a>{/block:Date}{block:NoteCount} <a href="{Permalink}">&#9829;{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a></a>{/block:ContentSource} <a href="{ReblogURL}"target="_blank">reblog</a></div>
  789. <div class="tagging">
  790. {block:HasTags}tags: {block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  791. </div>
  792. <br>
  793.  
  794.  
  795. {/block:Posts}
  796.  
  797. <a href="http://afterwordbyamelia.tumblr.com"><div id="credit"><b>a</b>fterword<b>b</b>y<b>a</b>melia</div></a>
  798. <br><br>
  799. {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
  800. </div>
  801. </div>
  802. </div>
  803. </div>
  804.  
  805. </body>
  806.  
  807. </html>
  808.  
  809. <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment