Advertisement
rasperries

i am finally clean

Mar 18th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.78 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. <!--- Theme #50 by Heidi @ladmilk - Inspired by Selkas ---->
  5.  
  6. <head>
  7.  
  8. <title>{Title}</title>
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12. <link rel="shortcut icon" href="{FavIcon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15.  
  16. <meta name="image:Background" content="" />
  17. <meta name="image:Sidebar" content="" />
  18.  
  19. <meta name="color:Background" content="#ffffff" />
  20. <meta name="color:Posts" content="#ffffff" />
  21. <meta name="color:Text" content="#888888" />
  22. <meta name="color:Links" content="#cccccc" />
  23. <meta name="color:Links Hover" content="#ffffff" />
  24. <meta name="color:Blockquote" content="#cccccc" />
  25. <meta name="color:Posttitle" content="#999999" />
  26. <meta name="color:Bold" content="#666666" />
  27. <meta name="color:Italic" content="#bbbbbb"/>
  28. <meta name="color:Border" content="#dddddd" />
  29. <meta name="color:Permalink" content="#cccccc" />
  30. <meta name="color:PermaText" content="#aaaaaa" />
  31. <meta name="color:NoteText" content="#aaaaaa" />
  32. <meta name="color:NoteBackground" content="#f6f6f6" />
  33. <meta name="color:SidebarLink" content="#aaaaaa" />
  34. <meta name="color:SidebarText" content="#cccccc" />
  35. <meta name="color:Scroll" content="#ffffff" />
  36. <meta name="color:Scrollbar" content="#ffffff" />
  37. <meta name="color:Scrollbarborder" content="#bbbbbb" />
  38.  
  39. <meta name="if:250px" content="1" />
  40. <meta name="if:400px" content="0" />
  41. <meta name="if:500px" content="0" />
  42. <meta name="if:ShowCaptions" content="0" />
  43. <meta name="if:ShowDescription" content="1" />
  44. <meta name="if:WhiteTumblrControls" content="1" />
  45. <meta name="if:Infinitescroll" content="1" />
  46.  
  47. <meta name="text:HiddenSidebar Height" content="80px" />
  48. <meta name="text:PostPadding" content="0px" />
  49. <meta name="text:Link1" content="" />
  50. <meta name="text:Title1" content="" />
  51. <meta name="text:Link2" content="" />
  52. <meta name="text:Title2" content="" />
  53. <meta name="text:Link3" content="" />
  54. <meta name="text:Title3" content="" />
  55. <meta name="text:Link4" content="" />
  56. <meta name="text:Title4" content="" />
  57.  
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. /* Tumblr Controls */
  64.  
  65. iframe#tumblr_controls {
  66. top:0%!important;
  67. right:0%!important;
  68. position:fixed!important;
  69. z-index:999999999!important;
  70. {block:ifWhiteTumblrControls}
  71. opacity:0.3;
  72. -webkit-filter:invert(100%);
  73. -moz-filter:invert(100%);
  74. -o-filter:invert(100%);
  75. -ms-filter:invert(100%);
  76. filter:invert(100%);
  77. {/block:ifWhiteTumblrControls}
  78. }
  79.  
  80.  
  81. /* Scroll */
  82.  
  83. ::-webkit-scrollbar { width:5px; height:5px;}
  84. ::-webkit-scrollbar-track-piece { background-color:{color:Scroll}; }
  85. ::-webkit-scrollbar-thumb {
  86. background-color:{color:Scrollbar};
  87. border:1px solid {color:Scrollbarborder};
  88. -webkit-border-radius: 10%;
  89. -moz-border-radius: 10%;
  90. border-radius: 10%;}
  91.  
  92.  
  93. /* Tooltips */
  94.  
  95. #s-m-t-tooltip{
  96. max-width:210px;
  97. margin-top:25px;
  98. margin-left:15px;
  99. padding:2px 5px;
  100. z-index:999999;
  101. background:#fff;
  102. border:1px solid {color:Border};
  103. -webkit-border-radius: 10%;
  104. -moz-border-radius: 10%;
  105. border-radius: 10%;
  106. color:#aaa;
  107. font-family:calibri, arial;
  108. font-size:8px;
  109. line-height:8px;
  110. letter-spacing:1px;
  111. text-transform:uppercase;
  112. }
  113.  
  114.  
  115. /*Body*/
  116.  
  117. body {
  118. margin:0;
  119. padding:0;
  120. border:0;
  121. background:url('{image:Background}');
  122. background-attachment:fixed;
  123. background-repeat:repeat;
  124. background-color:{color:Background};
  125. color:{color:Text};
  126. font-family:calibri;
  127. font-size:10px;
  128. letter-spacing:0.02em;
  129. line-height:125%;
  130. word-wrap:break-word;
  131. }
  132.  
  133. pre {
  134. width:95%;
  135. margin-left:auto;
  136. margin-right:auto;
  137. padding:4px;
  138. background:#f4f4f4;
  139. white-space:pre-wrap;
  140. word-wrap:break-word;
  141. }
  142.  
  143. a.tumblr_blog {
  144. text-transform:uppercase;
  145. font-size:7px;
  146. font-family:;
  147. letter-spacing:0.2em;
  148. font-weight:normal;
  149. text-decoration:none;
  150. display:inline-block;
  151. }
  152.  
  153. blockquote {
  154. letter-spacing:0.02em;
  155. width:95%;
  156. margin-left:0px;
  157. margin-right:auto;
  158. padding-left:10px;
  159. padding-right:10px;
  160. padding-top:1px;
  161. padding-bottom:1px;
  162. border-left:1px solid {color:Blockquote};
  163. text-align:justify;
  164. line-height:125%;
  165. font-family:calibri, arial;
  166. }
  167.  
  168. ul, ol {
  169. margin-left:-15px;
  170. }
  171.  
  172.  
  173. /* Typo */
  174.  
  175. p { margin:3px 0px; }
  176.  
  177. a {
  178. color:{color:Links};
  179. text-decoration:none;
  180. transition-duration: 0.6s;
  181. -moz-transition-duration: 0.6s;
  182. -webkit-transition-duration: 0.6s;
  183. -o-transition-duration: 0.6s;
  184. }
  185.  
  186. a:hover{ color:{color:Links Hover}; }
  187.  
  188. b, strong {
  189. color:{color:Bold};
  190. font-weight:normal;
  191. }
  192.  
  193. i, em {
  194. color:{color:Italic};
  195. font-style:italic;
  196. }
  197.  
  198. small, sub {
  199. font-size:10px;
  200. }
  201.  
  202. big {
  203. font-size:10px;
  204. }
  205.  
  206. h2 { color:{color:PostTitle}; margin:10px 0 20px 0;font-family:calibri;font-size:11px;font-weight:normal;text-transform:uppercase;letter-spacing:2px;}
  207.  
  208.  
  209. /* Center Wrapper */
  210.  
  211. #wrapper {
  212. {block:if250px}
  213. width:300px;
  214. {/block:if250px}
  215. {block:if400px}
  216. width:400px;
  217. {/block:if400px}
  218. {block:if500px}
  219. width:500px;
  220. {/block:if500px}
  221. height:auto;
  222. margin-left:auto;
  223. margin-right:auto;
  224. margin-top:80px;
  225. margin-bottom:80px;
  226. padding:0;
  227. border:0;
  228. }
  229.  
  230.  
  231. /* Posts */
  232.  
  233. .post_outer {
  234. {block:if250px}
  235. width:300px;
  236. {/block:if250px}
  237. {block:if400px}
  238. width:400px;
  239. {/block:if400px}
  240. {block:if500px}
  241. width:500px;
  242. {/block:if500px}
  243. margin-bottom:70px;
  244. background:transparent;
  245. border-top:1px solid {color:Border};
  246. position:relative;
  247. }
  248.  
  249. .posts {
  250. {block:if250px}
  251. width:300px;
  252. {/block:if250px}
  253. {block:if400px}
  254. width:400px;
  255. {/block:if400px}
  256. {block:if500px}
  257. width:500px;
  258. {/block:if500px}
  259. height:auto;
  260. margin:15px 0px 10px 0px;
  261. position:relative;
  262. background:{color:Posts};
  263. color:{color:Text};
  264. font-family:calibri,arial;
  265. font-size:10px;
  266. letter-spacing:0.02em;
  267. line-height:125%;
  268. text-align:left;
  269. }
  270.  
  271. .post_inner { padding-top:{text:Postpadding}; }
  272.  
  273. .posts img { max-width:100%; }
  274. #photo img { max-width:100%; display:block; }
  275. #pset, #vid { margin-bottom:-3px; }
  276.  
  277. #tumblr_lightbox {
  278. background-color:rgba(255,255,255,1)!important;
  279. opacity:1;
  280. }
  281. #tumblr_lightbox img { opacity:0; }
  282. #tumblr_lightbox_caption {
  283. padding-left:17px;
  284. background:none!important;
  285. color:#aaa!important;
  286. font-family:arial!important;
  287. font-size:10.5px!important;
  288. font-weight:normal!important;
  289. text-transform:normal!important;
  290. text-shadow:none!important;
  291. }
  292. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  293. padding:0px!important;
  294. opacity:1!important;
  295. -moz-box-shadow:none!important;
  296. -webkit-box-shadow:none!important;
  297. box-shadow:none!important;
  298. -moz-border-radius:0px!important;
  299. -webkit-border-radius:0px!important;
  300. border-radius:0px!important;
  301. }
  302.  
  303.  
  304. /* Perma - Indexpage */
  305.  
  306. .perma {
  307. font-family:arial, sans-serif;
  308. text-align:right;
  309. color:{color:Border};
  310. }
  311.  
  312. .perma a {
  313. color:{color:Permalink};
  314. font-family:calibri, arial, sans-serif;
  315. font-size:8px;
  316. text-transform:uppercase;
  317. letter-spacing:1px;
  318. }
  319.  
  320. .perma a:hover {
  321. padding-right:5px;
  322. font-style:italic;
  323. }
  324.  
  325.  
  326. /* Perma - Permalinkpage */
  327.  
  328. .perma2 {
  329. color:{color:PermaText};
  330. font-family:calibri, arial, sans-serif;
  331. font-size:8px;
  332. text-transform:uppercase;
  333. line-height:14px;
  334. letter-spacing:1px;
  335. padding-bottom:15px;
  336. border-bottom:1px solid {color:Border};
  337. }
  338.  
  339. ol.notes {
  340. height:204px;
  341. overflow:auto;
  342. padding:0px;
  343. margin:15px 0px;
  344. list-style-type:none;
  345. text-align:left;
  346. }
  347.  
  348. li.note {
  349. {block:if250px}
  350. width:274px;
  351. {/block:if250px}
  352. {block:if400px}
  353. width:374px;
  354. {/block:if400px}
  355. {block:if500px}
  356. width:474px;
  357. {/block:if500px}
  358. padding:5px 8px;
  359. margin:0px 5px 4px 0px;
  360. background:{color:NoteBackground};
  361. color:{color:NoteText};
  362. font-family:calibri, arial, sans-serif;
  363. font-size:8px;
  364. text-transform:uppercase;
  365. line-height:10px;
  366. letter-spacing:1px;
  367. }
  368.  
  369. li.note a { color:{color:NoteText}; }
  370.  
  371. img.avatar { display:none; }
  372.  
  373.  
  374. /* Ask */
  375.  
  376. .question {
  377. padding:10px 0px;
  378. border-bottom:1px dotted {color:Border};
  379. margin-bottom:10px;
  380. color:{color:AskText};
  381. font-style:italic;
  382. }
  383.  
  384. .q {
  385. width:20px;
  386. height:20px;
  387. position:relative;
  388. background:#e9e9e9;
  389. color:#aaa;
  390. font-size:12px;
  391. font-weight:bold;
  392. text-align:center;
  393. line-height:20px;
  394. -webkit-border-radius: 10%;
  395. -moz-border-radius: 10%;
  396. border-radius: 10%;
  397. }
  398.  
  399. .askr a { color:#aaa }
  400.  
  401. .askr {
  402. margin-top:-20px;
  403. margin-left:26px;
  404. position:absolute;
  405. color:#aaa;
  406. font-family:calibri, arial, sans-serif;
  407. font-size:8px;
  408. text-transform:uppercase;
  409. letter-spacing:1px;
  410. line-height:10px;
  411. }
  412.  
  413.  
  414. /* Chat */
  415.  
  416. #chat {
  417. font-size:8px;
  418. font-family:calibri, arial, sans-serif;
  419. text-transform:uppercase;
  420. letter-spacing:1px;
  421. }
  422.  
  423.  
  424. /* Audio */
  425.  
  426. .hold {
  427. background:#e4e4e4;
  428. display:block;
  429. border-radius:3px;
  430. position:relative;
  431. }
  432. .hold:after {content:'LISTEN';
  433. font-family:calibri;
  434. margin-left:40px;
  435. top:0px;
  436. line-height:25px;
  437. position:Absolute;
  438. z-index:2;
  439. text-transform:uppercase;
  440. letter-spacing:1px;
  441. font-size:8px;
  442. }
  443.  
  444. .tumblr_audio_player {width:250px;
  445. height:30px;
  446. margin-top:-2px;
  447. }
  448.  
  449. .audi {width:25px;
  450. height:25px;
  451. border-left:5px solid #e4e4e4;
  452. display:block;
  453. border-radius:3px;
  454. overflow:hidden;}
  455.  
  456. .audi_info {
  457. padding:10px;
  458. color:#aaa;
  459. font-size:8px;
  460. font-family:calibri, arial, sans-serif;
  461. text-transform:uppercase;
  462. letter-spacing:1px;
  463. line-height:14px;
  464. background:#fbfbfb;
  465. }
  466.  
  467. .kasse {
  468. height:8px;
  469. width:8px;
  470. margin-top:2px;
  471. margin-bottom:2px;
  472. margin-right:5px;
  473. float:left;
  474. border:1px solid {color:Border};
  475. -webkit-border-radius: 10%;
  476. -moz-border-radius: 10%;
  477. border-radius: 10%;
  478. }
  479.  
  480.  
  481.  
  482.  
  483. /* Sidebar */
  484.  
  485. .side {
  486. width:60px;
  487. height:auto;
  488. margin-top:1px;
  489. margin-left:-150px;
  490. position:fixed;
  491. color:{color:Border};
  492. font-family:arial;
  493. }
  494.  
  495. .side a{
  496. padding:4px 0px;
  497. display:block;
  498. color:{color:SidebarLink};
  499. font-family:calibri, arial, sans-serif;
  500. font-size:8px;
  501. text-transform:uppercase;
  502. letter-spacing:1px;
  503. }
  504.  
  505. .side a:hover {
  506. padding-left:5px;
  507. font-style:italic;
  508. }
  509.  
  510.  
  511. .hidden {
  512. height:0px;
  513. overflow:hidden;
  514. -webkit-transition: all 1s ease-out;
  515. -moz-transition: all 1s ease-out;
  516. -o-transition: all 1s ease-out;
  517. }
  518.  
  519. .side:hover .hidden { height:{text:HiddenSidebar Height}; }
  520.  
  521. .side img {
  522. width:60px;
  523. height:60px;
  524. -webkit-border-radius: 10%;
  525. -moz-border-radius: 10%;
  526. border-radius: 10%;
  527. }
  528.  
  529. .desc {
  530. padding-top:7px;
  531. color:{color:SidebarText};
  532. letter-spacing:0.05em;
  533. font-family:calibri, arial;
  534. font-size:10px;
  535. line-height:125%;
  536. }
  537.  
  538. .hm iframe, .hm img {
  539. display:block;
  540. border-radius:3px;
  541. -moz-border-radius:3px;
  542. -webkit-border-radius:3px;
  543. width:{text:post width}px;
  544. }
  545.  
  546. /* Pagination */
  547.  
  548. .pagination { text-align:center; }
  549. .pg { color:#aaa; margin-bottom:8px; font-size:8px; letter-spacing:1px; }
  550. .pagination a {
  551. padding:2px 5px;
  552. margin:0px 5px;
  553. display:inline-block;
  554. background:#fff;
  555. border:1px solid {color:Border};
  556. -webkit-border-radius: 10%;
  557. -moz-border-radius: 10%;
  558. border-radius: 10%;
  559. color:#aaa;
  560. font-family:calibri, arial, sans-serif;
  561. font-size:8px;
  562. line-height:8px;
  563. letter-spacing:1px;
  564. text-transform:uppercase;
  565. text-align:center;
  566. }
  567.  
  568. </style>
  569.  
  570. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  571. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  572. <script>
  573. (function($){
  574. $(document).ready(function(){
  575. $("[title],a[title],img[title]").style_my_tooltips({
  576. tip_follows_cursor:true,
  577. tip_delay_time:30,
  578. tip_fade_speed:300,
  579. attribute:"title"
  580. });
  581. });
  582. })(jQuery);
  583. </script>
  584.  
  585. {block:ifInfinitescroll}
  586. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  587. {/block:ifInfinitescroll}
  588.  
  589.  
  590. </head>
  591. <body>
  592.  
  593.  
  594. <div id="wrapper">
  595.  
  596. <div class="side">
  597. {block:ifSidebarImage}<img src="{image:Sidebar}" />{/block:ifSidebarImage}
  598. {block:ifShowDescription}
  599. <div class="desc">
  600. i am finally clean
  601. </div>
  602. ——
  603. {/block:ifShowDescription}
  604. <a href="/">home</a>
  605. <a href="/faq">mssg</a>
  606. <a href="/info">about</a>
  607. ——
  608. <div class="hidden">
  609. {block:ifLink1}<a href="{text:Link1}">{text:Title1}</a>{/block:ifLink1}
  610. {block:ifLink2}<a href="{text:Link2}">{text:Title2}</a>{/block:ifLink2}
  611. {block:ifLink3}<a href="{text:Link3}">{text:Title3}</a>{/block:ifLink3}
  612. {block:ifLink4}<a href="{text:Link4}">{text:Title4}</a>{/block:ifLink4}
  613. <a href="/archive">archive</a>
  614. </div>
  615. </div>
  616.  
  617.  
  618.  
  619.  
  620. <div class="autopagerize_page_element" >
  621. {block:Posts}
  622. <div class="post_outer">
  623. <div class="posts">
  624.  
  625.  
  626. {block:ContentSource}
  627. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  628. {/block:SourceLogo}
  629. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  630. {/block:ContentSource}
  631.  
  632.  
  633. {block:Photo}
  634. {block:IndexPage}<div class="hm">
  635. <div id="photos">
  636. <center>{LinkOpenTag}
  637. <img src="{PhotoURL-500}" alt='{PhotoAlt}' />
  638. {LinkCloseTag}</center>
  639. </div></div>
  640. {/block:IndexPage}
  641. {block:PermalinkPage}
  642. <div id="photos">
  643. <center>{LinkOpenTag}
  644. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  645. {LinkCloseTag}</center>
  646. </div>
  647. {/block:PermalinkPage}
  648. {block:ifShowCaptions}
  649. {block:Indexpage}
  650. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  651. {/block:Indexpage}
  652. {/block:ifShowCaptions}
  653. {block:PermalinkPage}
  654. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  655. {/block:PermalinkPage}
  656. {/block:Photo}
  657.  
  658.  
  659. {block:Photoset}<div class="hm">
  660. <div id="pset">
  661. {Photoset}
  662. </div></div>
  663. {block:ifShowCaptions}
  664. {block:Indexpage}
  665. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  666. {/block:Indexpage}
  667. {/block:ifShowCaptions}
  668. {block:PermalinkPage}
  669. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  670. {/block:PermalinkPage}
  671. {/block:Photoset}
  672.  
  673. {block:Video}
  674. <div id="vid">
  675. {block:if250px}
  676. <center>{Video-250}</center>
  677. {/block:if250px}
  678. {block:if400px}
  679. <center>{Video-400}</center>
  680. {/block:if400px}
  681. {block:if500px}
  682. <center>{Video-500}</center>
  683. {/block:if500px}
  684. </div>
  685. {block:ifShowCaptions}
  686. {block:Indexpage}
  687. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  688. {/block:Indexpage}
  689. {/block:ifShowCaptions}
  690. {block:PermalinkPage}
  691. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  692. {/block:PermalinkPage}
  693. {/block:Video}
  694.  
  695. {block:Audio}<div class="hold">
  696. <div class="audi">{AudioPlayerGrey}</div></div>
  697. <div class="post_inner">
  698. <div class="audi_info">
  699. {block:TrackName}
  700. <div><div class="kasse"></div> <b>Track:</b> {TrackName}</div>
  701. {/block:TrackName}
  702. {block:Artist}
  703. <div><div class="kasse"></div><b>Artist:</b> {Artist}</div>
  704. {/block:Artist}
  705. <div><div class="kasse"></div><b>Plays:</b> {PlayCount}</div>
  706. </div>
  707. </div>
  708.  
  709. {block:ifShowCaptions}
  710. {block:Indexpage}
  711. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  712. {/block:Indexpage}
  713. {/block:ifShowCaptions}
  714. {block:PermalinkPage}
  715. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  716. {/block:PermalinkPage}
  717. {/block:Audio}
  718.  
  719. {block:Text}
  720. <div class="post_inner">
  721. {block:Title}<h2>{Title}</h2>{/block:Title}
  722. {Body}
  723. </div>
  724. {/block:Text}
  725.  
  726.  
  727. {block:Link}
  728. <div class="post_inner">
  729. <h2><a href="{URL}" {Target}>{Name}</a></h2>
  730. {block:Description}{Description}{/block:Description}
  731. </div>
  732. {/block:Link}
  733.  
  734.  
  735. {block:Answer}
  736. <div class="post_inner">
  737. <div class="q">?</div><div class="askr">question from <br/> {Asker}</div>
  738. <div class="question">{Question}</div>
  739. {Answer}
  740. </div>
  741. {/block:Answer}
  742.  
  743.  
  744. {block:Quote}
  745. <div class="post_inner">
  746. <span style="font-size:8px;
  747. font-family:calibri, arial, sans-serif;
  748. text-transform:uppercase;
  749. color:#aaa;style:bold;
  750. letter-spacing:1px; ">{Quote}</span>
  751. {block:Source}<div style="font-size:8px;
  752. font-family:calibri, arial, sans-serif;
  753. text-transform:uppercase;
  754. color:#ccc;
  755. letter-spacing:1px;font-style:italic; padding-top:5px;">{Source}</div>{/block:Source}
  756. </div>
  757. {/block:Quote}
  758.  
  759.  
  760. {block:Chat}
  761. <div class="post_inner">
  762. {block:Title}<h2>{Title}</h2>{/block:Title}
  763. {block:Lines}<p id="chat">
  764. {block:Label}
  765. <b>{Label}</b>
  766. {/block:Label}
  767. {Line}</p>
  768. {/block:Lines}
  769. </div>
  770. {/block:Chat}
  771.  
  772. </div>
  773.  
  774.  
  775.  
  776. {block:IndexPage}
  777. <div class="perma">
  778. <a href="{Permalink}" title="{NoteCountWithLabel}">{DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a> ——
  779. </div>
  780. {/block:IndexPage}
  781.  
  782.  
  783. {block:PermalinkPage}
  784. <div class="perma2">
  785. {block:Date}
  786. <div><div class="kasse"></div> {DayOfMonth} {Month} {Year} | {12Hour}:{Minutes} {CapitalAmPm}</div>
  787. {block:RebloggedFrom}<div><div class="kasse"></div><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> | <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a></div>{/block:RebloggedFrom}
  788. <div><div class="kasse"></div>{NoteCountWithLabel}</div>
  789. {/block:Date}
  790. {block:HasTags}<div><div class="kasse"></div>{block:Tags}<a href="{TagURL}" style="margin-right:4px;">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  791. </div>
  792.  
  793. {block:PostNotes}{PostNotes}{/block:PostNotes}
  794. {/block:PermalinkPage}
  795.  
  796. </div>
  797. {/block:Posts}
  798. </div>
  799.  
  800. {block:ifnotInfinitescroll}
  801. {block:Pagination}
  802. <div class="pagination">
  803. <div class="pg">{CurrentPage} of {TotalPages}</div>
  804. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  805. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  806. </div>
  807. {/block:Pagination}
  808. {/block:ifnotInfinitescroll}
  809.  
  810.  
  811. </div>
  812.  
  813.  
  814. <div style="padding:10px; bottom:5px; left:5px; position:fixed; "><a href="http://ladmilk.tumblr.com" title="Theme by Heidi">cr.</a></div>
  815.  
  816.  
  817. </body>
  818. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement