xmisa0923

hjg

May 23rd, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!---
  5. THEME: 24
  6. BY: Heidi (Previously Crayoned & Zohne of Zojoh)
  7. --->
  8.  
  9. <head>
  10. <title>{Title}</title>
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:Background" content="#ffffff" />
  18. <meta name="color:Text" content="#888888" />
  19. <meta name="color:Links" content="#a2839f" />
  20. <meta name="color:Links Hover" content="#d6d5d5" />
  21. <meta name="color:Scroll" content="#ffffff" />
  22. <meta name="color:Scrollbar" content="#eeeeee" />
  23. <meta name="color:Bold" content="#777777" />
  24. <meta name="color:Italic" content="#bbbbbb"/>
  25. <meta name="color:Blockquote" content="#bbbbbb" />
  26.  
  27. <meta name="color:Title" content="#000000" />
  28. <meta name="color:Title Hover" content="#a2839f"/>
  29. <meta name="color:Desc Text" content="#aaaaaa" />
  30. <meta name="color:Desc Background" content="#ffffff" />
  31. <meta name="color:Nav Link" content="#000000"/>
  32. <meta name="color:Nav Link Hover" content="#ffffff" />
  33. <meta name="color:Nav Background Hover" content="#000000" />
  34.  
  35. <meta name="color:Posts" content="#ffffff" />
  36. <meta name="color:Posts Title" content="#535353" />
  37.  
  38. <meta name="color:Perma Link" content="#a2839f" />
  39. <meta name="color:Perma Link Hover" content="#d6d5d5" />
  40. <meta name="color:Perma Border" content="#dddddd" />
  41. <meta name="color:Perma Text" content="#aaaaaa" />
  42. <meta name="color:Perma Background" content="#ffffff" />
  43.  
  44.  
  45. <meta name="color:Chat" content="#f7f7f7" />
  46. <meta name="color:Quote" content="#535353" />
  47. <meta name="color:Ask" content="#000000" />
  48.  
  49. <meta name="if:ShowCaptions" content="0" />
  50. <meta name="if:ShowTags" content="1" />
  51. <meta name="if:InfiniteScroll" content="1" />
  52. <meta name="if:ImageFade" content="1" />
  53. <meta name="if:250px" content="0" />
  54. <meta name="if:400px" content="0" />
  55. <meta name="if:500px" content="1" />
  56.  
  57. <meta name="image:Background" content="" />
  58. <meta name="image:lsidebar" content=""/>
  59.  
  60. <meta name="if:400px posts" content="0" />
  61.  
  62. <meta name="text:Link1" content="/" />
  63. <meta name="text:Link1 Title" content="home" />
  64. <meta name="text:Link2" content="/ask" />
  65. <meta name="text:Link2 Title" content="ask" />
  66. <meta name="text:Link3" content="" />
  67. <meta name="text:Link3 Title" content="" />
  68. <meta name="text:Link4" content="" />
  69. <meta name="text:Link4 Title" content="" />
  70. <meta name="text:Link5" content="" />
  71.  
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. /*Body*/
  77.  
  78.  
  79. iframe#tumblr_controls {
  80. top:0%!important;
  81. right:0%!important;
  82. position:fixed!important;
  83. z-index:99999999!important;
  84. opacity:0.3;
  85. -webkit-filter:invert(100%);
  86. -moz-filter:invert(100%);
  87. -o-filter:invert(100%);
  88. -ms-filter:invert(100%);
  89. filter:invert(100%);
  90. }
  91.  
  92.  
  93.  
  94. ::-webkit-scrollbar {
  95. width:8px;
  96. height:8px;
  97. }
  98.  
  99. ::-webkit-scrollbar-track-piece {
  100. background-color:{color:Scroll};
  101. }
  102. ::-webkit-scrollbar-thumb {
  103. background-color:{color:Scrollbar};
  104. }
  105.  
  106. body {
  107. margin:0;
  108. padding:0;
  109. border:0;
  110. background:url('{image:Background}');
  111. background-attachment:fixed;
  112. background-repeat:repeat;
  113. background-color:{color:Background};
  114. color:{color:Text};
  115. font-family:trebuchet ms, sans-serif;
  116. font-size:10px;
  117. line-height:12px;
  118. word-wrap:break-word;
  119. }
  120.  
  121. a {
  122. color:{color:Links};
  123. text-decoration:none;
  124. }
  125.  
  126. a:hover{
  127. color:{color:Links Hover};
  128. }
  129.  
  130.  
  131. pre {
  132. width:95%;
  133. white-space:pre-wrap;
  134. word-wrap:break-word;
  135. background:#f4f4f4;
  136. padding:4px;
  137. }
  138.  
  139. blockquote {
  140. width:90%;
  141. margin-left:15px;
  142. padding-left:5px;
  143. padding-top:0px;
  144. padding-bottom:0px;
  145. border-left:1px solid {color:Blockquote};
  146. }
  147.  
  148. b, strong {
  149. color:{color:Bold};
  150. font-weight:bold;
  151. }
  152.  
  153. i, em {
  154. color:{color:Italic};
  155. font-style:italic;
  156. }
  157.  
  158.  
  159. ul,ol {
  160. padding:2px;
  161. margin-left:25px;
  162. }
  163.  
  164. ul {
  165. list-style-type:square;
  166. }
  167.  
  168. h2 {
  169. font-family:calibri;
  170. font-size:12px;
  171. padding:2px;
  172. }
  173.  
  174. h3 {
  175. font-family:trebuchet ms;
  176. font-size:7px;
  177. text-transform:uppercase;
  178. letter-spacing:1px;
  179. line-height:9px;
  180. font-weight:400;
  181. }
  182.  
  183. /*--- S I D E ---*/
  184.  
  185. #sidebar {
  186. position:fixed;
  187. margin-top:80px;
  188. }
  189.  
  190. #side {
  191. margin-left:-200px;
  192. padding:10px 10px 15px 10px;
  193. }
  194.  
  195. #lsidebar {
  196. width:100px;
  197.  
  198. }
  199.  
  200. #lsidebar img {
  201. width: 100px;
  202. padding:10px;
  203. border:1px solid {color:border};
  204. -webkit-transition: opacity 0.7s linear;
  205. opacity: 0.7s;
  206. -webkit-transition: all 0.6s ease-out;
  207. -moz-transition: all 0.6s ease-out;
  208. transition: all 0.6s ease-out
  209. }
  210.  
  211. #lsidebar img:hover {
  212. opacity:.9;
  213. -webkit-transition: opacity 0.7s linear;
  214. opacity: 0.7s;
  215. -webkit-transition: all 0.6s ease-out;
  216. -moz-transition: all 0.6s ease-out;
  217. transition: all 0.6s ease-out;
  218. }
  219.  
  220.  
  221. /*--- D E S C R I P T I O N ---*/
  222.  
  223. #desc {
  224. width:95px;
  225. margin-top:7px;
  226. margin-left:-5px;
  227. font-size:8.5px;
  228. font-family:georgia;
  229. font-style:italic;
  230. text-align:justify;
  231. color:{color:sidetext};
  232. border-top:1px solid #f8f8f8;
  233. border-bottom:1px solid #f8f8f8;
  234. background-image:url('http://static.tumblr.com/sqlgzwf/A3mmm55tr/bright_lace.jpg');
  235. text-transform:lowercase;
  236. padding:7px 20px;
  237. }
  238.  
  239.  
  240.  
  241. /*--- N A V I G A T I O N ---*/
  242.  
  243. #sidelink {
  244. text-align:center;
  245. margin-left:5px;
  246. margin-top:7px;
  247. }
  248.  
  249. #sidelink a {
  250. padding:3px;
  251. font-family:cambria;
  252. line-height:8px;
  253. font-size:7.5px;
  254. color:{color:link2};
  255. letter-spacing: 2px;
  256. text-align:center;
  257. text-transform: uppercase;
  258. -webkit-transition: opacity 0.7s linear;
  259. opacity: 0.7s;
  260. -webkit-transition: all 0.6s linear;
  261. -moz-transition: all 0.6s linear;
  262. transition: all 0.6s linear}
  263.  
  264. #sidelink a:hover {
  265. text-transform:lowercase;
  266. font-size:9px;
  267. color:#131313;
  268. -webkit-transition: opacity 0.7s linear;
  269. opacity: 0.7s;
  270. -webkit-transition: all 0.6s linear;
  271. -moz-transition: all 0.6s linear;
  272. transition: all 0.6s linear;
  273. }
  274.  
  275.  
  276. /* Center Wrapper*/
  277.  
  278. #wrapper{
  279. {block:IndexPage}
  280. {block:if250px}
  281. width:270px;
  282. {/block:if250px}
  283. {block:if400px}
  284. width:420px;
  285. {/block:if400px}
  286. {block:if500px}
  287. width:520px;
  288. {/block:if500px}
  289. {/block:IndexPage}
  290. {block:PermalinkPage}
  291. width:510px;
  292. {/block:PermalinkPage}
  293. height:auto;
  294. margin-left:auto;
  295. margin-right:auto;
  296. margin-top:40px;
  297. margin-bottom:40px;
  298. padding:0;
  299. border:0;
  300. }
  301.  
  302. /* Post Wrapper & Perma */
  303.  
  304. .post {
  305. {block:IndexPage}
  306. {block:if250px}
  307. width:270px;
  308. {/block:if250px}
  309. {block:if400px}
  310. width:420px;
  311. {/block:if400px}
  312. {block:if500px}
  313. width:520px;
  314. {/block:if500px}
  315. {/block:IndexPage}
  316. {block:PermalinkPage}
  317. width:520px;
  318. {/block:PermalinkPage}
  319. margin-bottom:30px;
  320. background-color:transparent;
  321. }
  322.  
  323. #perma {
  324. margin-top:8px;
  325. padding:3px;
  326. background-color:{color:Perma Background};
  327. border-top:1px solid {color:Perma Border};
  328. color:{color:Perma Text};
  329. font-family:georgia;
  330. font-size:8px;
  331. font-style:italic;
  332. letter-spacing:1px;
  333. text-align:center;
  334. }
  335. #perma a {
  336. color:{color:Perma Link};
  337. }
  338. #perma a:hover {
  339. color:{color:Perma Link Hover};
  340. text-decoration:underline;
  341. }
  342.  
  343. #notes {
  344. width:500px;
  345. font-family:trebuchet ms;
  346. font-size:7px;
  347. letter-spacing:1px;
  348. text-transform:uppercase;
  349. }
  350. #notes ol {
  351. padding:0;
  352. }
  353. #notes ol li {
  354. list-style-type:none;
  355. padding:3px;
  356. }
  357.  
  358. #notes img {
  359. display:none;
  360. }
  361.  
  362. /* Post */
  363.  
  364. .posts {
  365. {block:IndexPage}
  366. {block:if250px}
  367. width:250px;
  368. {/block:if250px}
  369. {block:if400px}
  370. width:400px;
  371. {/block:if400px}
  372. {block:if500px}
  373. width:500px;
  374. {/block:if500px}
  375. {/block:IndexPage}
  376. {block:PermalinkPage}
  377. width:500px;
  378. {/block:PermalinkPage}
  379. padding:10px;
  380. background-color:{color:Posts};
  381. color:{color:Text};
  382. font-family:trebuchet ms;
  383. font-size:9px;
  384. line-height:11px;
  385. text-align:justify;
  386. word-wrap:break-word;
  387. }
  388.  
  389. /* Post img, video & photoset settings */
  390.  
  391. .posts img {
  392. max-width:100%;
  393. }
  394.  
  395. #photo img {
  396. max-width:100%;
  397. display:block;
  398. {block:ifImageFade}
  399. {block:IndexPage}
  400. opacity:.7;
  401. -moz-transition:all ease-in-out 0.7s;
  402. -webkit-transition:all ease-in-out 0.7s;
  403. -o-transition:all ease-in-out 0.7s;
  404. transition:all ease-in-out 0.7s;
  405. {/block:IndexPage}
  406. {/block:ifImageFade}
  407. }
  408.  
  409. #pset, #vid {
  410. margin-bottom:-2px;
  411. {block:ifImageFade}
  412. {block:IndexPage}
  413. opacity:.7;
  414. -moz-transition:all ease-in-out 0.7s;
  415. -webkit-transition:all ease-in-out 0.7s;
  416. -o-transition:all ease-in-out 0.7s;
  417. transition:all ease-in-out 0.7s;
  418. {/block:IndexPage}
  419. {/block:ifImageFade}
  420. }
  421.  
  422. {block:ifImageFade}
  423. .posts:hover #pset, .posts:hover #vid, .posts:hover #photo img {
  424. opacity:1;
  425. }
  426. {/block:ifImageFade}
  427.  
  428. /* Post Title */
  429.  
  430. #h2 {
  431. color:{color:Posts Title};
  432. font-family:Georgia;
  433. font-size:14px;
  434. font-style:italic;
  435. line-height:14px;
  436. text-align:center;
  437. }
  438.  
  439. /* Quote */
  440.  
  441. #quote {
  442. color:{color:Quote};
  443. font-family:Georgia;
  444. font-size:11px;
  445. font-style:italic;
  446. }
  447.  
  448. #source {
  449. font-family:trebuchet ms;
  450. font-size:7px;
  451. letter-spacing:1px;
  452. text-align:right;
  453. text-transform:uppercase;
  454. }
  455.  
  456. /* Chat */
  457.  
  458. #chat {
  459. padding-top:2px;
  460. padding-bottom:3px;
  461. padding-left:5px;
  462. padding-right:5px;
  463. line-height:11px;
  464. color:{color:Text};
  465. }
  466.  
  467. #chat.even {
  468. background-color:{color:Chat};
  469. }
  470.  
  471. /* Question */
  472.  
  473. #asker {
  474. color:{color:Ask};
  475. font-family:helvetica;
  476. font-size:12px;
  477. line-height:12px;
  478. font-weight:bold;
  479. font-style:normal;
  480. text-transform:lowercase;
  481. }
  482. #asker a {
  483. color:{color:Ask};
  484. }
  485.  
  486. #question {
  487. padding:10px;
  488. font-style:italic;
  489. text-align:center;
  490. }
  491.  
  492. /* Audio */
  493.  
  494. #audio {
  495. padding-top:3px;
  496. padding-left:5px;
  497. padding-right:5px;
  498. padding-bottom:5px;
  499. }
  500.  
  501. #info {
  502. line-height:14px;
  503. letter-spacing:1px;
  504. text-align:left;
  505. }
  506.  
  507. span#a {
  508. font-family:georgia;
  509. font-size:8px;
  510. font-style:italic;
  511. }
  512.  
  513. #player {
  514. width:26px;
  515. height:28px;
  516. border-left:31px solid #fff;
  517. border-right:31px solid #fff;
  518. border-top:30px solid #fff;
  519. border-bottom:30px solid #fff;
  520. background-color:#fff;
  521. display:block;
  522. overflow:hidden;
  523. position:absolute;
  524. opacity:0.3;
  525. -moz-transition:all linear 0.8s;
  526. -webkit-transition:all linear 0.8s;
  527. -o-transition:all linear 0.8s;
  528. transition:all linear 0.8s;
  529. }
  530.  
  531. #art {
  532. width:84px;
  533. height:84px;
  534. background-image:url('http://static.tumblr.com/3yblkz0/l5ymk3xx1/no-artwork.png');
  535. background-position:center;
  536. background-color:{color:Posts};
  537. }
  538.  
  539. .posts:hover #player {
  540. opacity:.8;
  541. }
  542.  
  543.  
  544. /* Pagination */
  545.  
  546. #page {
  547. width:150px;
  548. margin-top:5px;
  549. background-color:{color:Desc Background};
  550. color:{color:Desc Text};
  551. font-family:cambria;
  552. font-size:8px;
  553. letter-spacing:1px;
  554. font-style:italic;
  555. line-height:9px;
  556. text-align:center;
  557. }
  558.  
  559.  
  560. #page a {
  561. color:{color:Desc Text};
  562. }
  563.  
  564. /* Hover Title Style */
  565.  
  566. #s-m-t-tooltip{
  567. max-width:300px;
  568. margin-top:25px;
  569. margin-left:15px;
  570. padding-left:4px;
  571. padding-right:4px;
  572. z-index:1000;
  573. background-color:{color:Posts};
  574. color:{color:Text};
  575. font-family:calibri;
  576. font-size:8px;
  577. letter-spacing:1px;
  578. font-style:italic;
  579. text-transform:lowercase;
  580. line-height:14px;
  581. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  582. }
  583.  
  584.  
  585. </style>
  586. <style type="text/css">{CustomCSS}</style>
  587.  
  588.  
  589.  
  590. <body>
  591. </div>
  592. <div id="wrapper">
  593. <div id="sidebar">
  594. <div id="side">
  595.  
  596.  
  597. </br>
  598. <div id="lsidebar">
  599.  
  600. <a href="/"><img src="{image:lsidebar}" /></a>
  601.  
  602. </div>
  603.  
  604. <div id="sidelink">
  605. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">i.</a>{/block:ifLink1}
  606. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">ii</a>{/block:ifLink2}
  607. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">iii.</a>{/block:ifLink3}
  608. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">iv.</a>{/block:ifLink4}
  609. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">v.</a>{/block:ifLink5}
  610. </div>
  611.  
  612. <div id="desc">
  613. {Description}
  614. </div>
  615. </div></div>
  616.  
  617.  
  618.  
  619. <div class="autopagerize_page_element" >
  620.  
  621. {block:Posts}
  622. <div class="post">
  623. <div class="posts">
  624.  
  625. {block:ContentSource}
  626. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  627. {/block:SourceLogo}
  628. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  629. {/block:ContentSource}
  630.  
  631.  
  632.  
  633. {block:Photo}
  634. {block:IndexPage}
  635. <div id="photo">
  636. {LinkOpenTag}
  637. <img src="{PhotoURL-500}" alt='{PhotoAlt}'/>
  638. {LinkCloseTag}
  639. </div>
  640. {/block:IndexPage}
  641. {block:PermalinkPage}
  642. <div id="photo">
  643. {LinkOpenTag}
  644. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  645. {LinkCloseTag}
  646. </div>
  647. {/block:PermalinkPage}
  648. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  649. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  650. {/block:Photo}
  651.  
  652.  
  653. {block:Photoset}
  654. <div id="pset">
  655. {block:IndexPage}
  656. {block:if250px}
  657. {Photoset-250}
  658. {/block:if250px}
  659. {block:if400px}
  660. {Photoset-400}
  661. {/block:if400px}
  662. {block:if500px}
  663. {Photoset-500}
  664. {/block:if500px}
  665. {/block:IndexPage}
  666. {block:PermalinkPage}
  667. {Photoset-500}
  668. {/block:PermalinkPage}
  669. </div>
  670. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  671. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  672. {/block:Photoset}
  673.  
  674.  
  675. {block:Video}
  676. <div id="vid">
  677. {block:IndexPage}
  678. {block:if250px}
  679. <center>{Video-250}</center>
  680. {/block:if250px}
  681. {block:if400px}
  682. <center>{Video-400}</center>
  683. {/block:if400px}
  684. {block:if500px}
  685. <center>{Video-500}</center>
  686. {/block:if500px}
  687. {/block:IndexPage}
  688. {block:PermalinkPage}
  689. <center>{Video-500}</center>
  690. {/block:PermalinkPage}
  691. </div>
  692. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  693. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  694. {/block:Video}
  695.  
  696.  
  697. {block:Audio}
  698. <table border="0" cellpadding="0" cellspacing="5" ><tr>
  699. <td id="art" valign="top">
  700. <div id="player">{AudioPlayerWhite}</div>
  701. {block:AlbumArt}
  702. <img src="{AlbumArtURL}"/>
  703. {/block:AlbumArt}
  704. </td>
  705. <td valign="top" id="audio">
  706. {block:TrackName}
  707. <div id="info">
  708. <span id="a">Track:</span> {TrackName}
  709. </div>
  710. {/block:TrackName}
  711. {block:Artist}
  712. <div id="info">
  713. <span id="a">Artist:</span> {Artist}
  714. </div>
  715. {/block:Artist}
  716. {block:Album}
  717. <div id="info">
  718. <span id="a">Album:</span> {Album}
  719. </div>
  720. {/block:Album}
  721. <div id="info">
  722. <span id="a">Plays:</span> {PlayCount}
  723. </div>
  724. </td>
  725. </tr>
  726. </table>
  727. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  728. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  729. {/block:Audio}
  730.  
  731. {block:Text}
  732. {block:Title}<div id="h2">{Title}</div>{/block:Title}
  733. {Body}
  734. {/block:Text}
  735.  
  736. {block:Link}
  737. <div id="h2"><a href="{URL}" {Target}>{Name}</a></div>
  738. {block:Description}{Description}{/block:Description}
  739. {/block:Link}
  740.  
  741.  
  742. {block:Answer}
  743. <div id="question"><div id="asker">{Asker} said:</div> {Question}</div>
  744. {Answer}
  745. {/block:Answer}
  746.  
  747.  
  748. {block:Quote}
  749. <div id="quote">{Quote}</div>
  750. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  751. {/block:Quote}
  752.  
  753.  
  754. {block:Chat}
  755. {block:Title}<div id="h2">{Title}</div>{/block:Title}
  756. {block:Lines}<div id="chat" class="{Alt} user_{UserNumber}">
  757. {block:Label}
  758. <b>{Label}</b>
  759. {/block:Label}
  760. {Line}</div>
  761. {/block:Lines}
  762. {/block:Chat}
  763.  
  764.  
  765.  
  766. </div>
  767.  
  768. <div id="perma">
  769. {block:IndexPage}
  770. {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  771. {block:NoteCount} • {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> • <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom} • <a href="{ReblogURL}" >reblog</a>{block:ifShowTags}
  772. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}
  773. {/block:IndexPage}
  774. {block:PermalinkPage}
  775. {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a> • {DayOfWeek}, {DayOfMonth}. {ShortMonth}, {Year}{/block:Date}
  776. {block:NoteCount} • {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> • <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
  777. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  778. {/block:PermalinkPage}
  779.  
  780. </div>
  781. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  782. </div>
  783.  
  784. {/block:Posts}
  785.  
  786. </div>
  787. </div>
  788.  
  789.  
  790. <div style="position:fixed; bottom:5px; left:5px; font-size:8px ">
  791. <a href="http://ladmilk.tumblr.com" title="theme by heidi">©</a>
  792. </div>
  793. </body>
  794. </html>
Advertisement
Add Comment
Please, Sign In to add comment