Advertisement
okesan

Rhea Theme from Ladmilk

Jun 20th, 2013
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.66 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. <!---
  6. THEME: 22
  7. BY: Ladmilk (Previously Crayoned, Zohne/Zojoh)
  8. --->
  9.  
  10. <head>
  11. <title>{Title}</title>
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{FavIcon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff" />
  20. <meta name="color:Text" content="#bbbbbb" />
  21. <meta name="color:Links" content="#a2bec7" />
  22. <meta name="color:Links Hover" content="#e4e4e4" />
  23. <meta name="color:Scroll" content="#ffffff" />
  24. <meta name="color:Scrollbar" content="#dbdbdb" />
  25. <meta name="color:Bold" content="#b3b3b3" />
  26. <meta name="color:Italic" content="#cccccc"/>
  27. <meta name="color:Blockquote" content="#b6b6b6" />
  28. <meta name="color:Borders" content="#f5f5f5"/>
  29. <meta name="color:Permalink" content="#e4e4e4" />
  30. <meta name="color:Permalink Hover" content="#b6b5b5" />
  31. <meta name="color:Posts" content="#fff" />
  32. <meta name="color:Posts Title" content="#aaaaaa" />
  33.  
  34. <meta name="image:Background" content="" />
  35. <meta name="image:Sidebar" content="" />
  36.  
  37.  
  38. <meta name="text:Img Opacity" content="0.7" />
  39. <meta name="text:Img Opacity when Hover" content="1" />
  40. <meta name="text:Amount of Grayscale" content="55" />
  41. <meta name="text:URL1" content="" />
  42. <meta name="text:Link Title1" content="" />
  43. <meta name="text:URL2" content="" />
  44. <meta name="text:Link Title2" content="" />
  45. <meta name="text:URL3" content="" />
  46. <meta name="text:Link Title3" content="" />
  47.  
  48.  
  49. <meta name="if:InfiniteScroll" content="1">
  50. <meta name="if:ShowCaptions" content="0">
  51. <meta name="if:TwoColumns" content="1">
  52. <meta name="if:SidebarHover" content="0">
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57.  
  58. iframe#tumblr_controls {
  59. top:0%!important;
  60. right:0%!important;
  61. position:fixed!important;
  62. z-index:99999999!important;
  63. opacity:0.3;
  64. -webkit-filter:invert(100%);
  65. -moz-filter:invert(100%);
  66. -o-filter:invert(100%);
  67. -ms-filter:invert(100%);
  68. filter:invert(100%);
  69. }
  70.  
  71.  
  72. /*Body*/
  73.  
  74. ::-webkit-scrollbar {
  75. width:5px;
  76. height:5px;
  77. }
  78.  
  79. ::-webkit-scrollbar-track-piece {
  80. background-color:{color:Scroll};
  81. }
  82. ::-webkit-scrollbar-thumb {
  83. background-color:{color:Scrollbar};
  84. }
  85.  
  86. body {
  87. margin:0;
  88. padding:0;
  89. border:0;
  90. background:url('{image:Background}');
  91. background-attachment:fixed;
  92. background-repeat:repeat;
  93. background-color:{color:Background};
  94. color:{color:Text};
  95. font-family:georgia;
  96. font-size:8px;
  97. line-height:9px;
  98. word-wrap:break-word;
  99. }
  100.  
  101.  
  102. a {
  103. color:{color:Links};
  104. text-decoration:none;
  105. }
  106.  
  107. a:hover{
  108. color:{color:Links Hover};
  109. }
  110.  
  111.  
  112. pre {
  113. width:95%;
  114. white-space:pre-wrap;
  115. word-wrap:break-word;
  116. background:#f4f4f4;
  117. padding:4px;
  118. }
  119.  
  120. blockquote {
  121. width:95%;
  122. margin-left:15px;
  123. padding-left:5px;
  124. padding-top:0px;
  125. padding-bottom:0px;
  126. border-left:1px solid {color:Blockquote};
  127. }
  128.  
  129. b, strong {
  130. color:{color:Bold};
  131. font-weight:bold;
  132. }
  133.  
  134. i, em {
  135. color:{color:Italic};
  136. font-style:italic;
  137. }
  138.  
  139. ul,ol {
  140. padding:2px;
  141. margin-left:25px;
  142. }
  143.  
  144. ul {
  145. list-style-type:square;
  146. }
  147.  
  148. /*Body/Center Wrapper*/
  149.  
  150.  
  151. #wrapper{
  152. {block:ifTwoColumns}
  153. width:600px;
  154. {/block:ifTwoColumns}
  155. {block:ifnotTwoColumns}
  156. {block:IndexPage}
  157. width:292px;
  158. {/block:IndexPage}
  159. {block:PermalinkPage}
  160. width:542px;
  161. {/block:PermalinkPage}
  162. {/block:ifnotTwoColumns}
  163. height:auto;
  164. margin-left:auto;
  165. margin-right:auto;
  166. margin-top:40px;
  167. margin-bottom:40px;
  168. padding:0;
  169. border:0;
  170. background-color:transperant;
  171. }
  172.  
  173.  
  174.  
  175. /*Sidebar*/
  176.  
  177. #sidebar {
  178. width:87px;
  179. margin-top:110px;
  180. margin-left:-200px;
  181. position:fixed;
  182. background-color:transperant;
  183. }
  184.  
  185. #sidebar img {
  186. width:75px;
  187. height:75px;
  188. padding:5px;
  189. border:1px solid {color:Borders};
  190. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  191. -moz-filter:grayscale({text:Amount of Grayscale}%);
  192. -ms-filter:grayscale({text:Amount of Grayscale}%);
  193. -o-filter:grayscale({text:Amount of Grayscale}%);
  194. filter:grayscale({text:Amount of Grayscale}%);
  195. opacity:{text:Img Opacity};
  196. -moz-transition:all linear 0.8s;
  197. -webkit-transition:all linear 0.8s;
  198. -o-transition:all linear 0.8s;
  199. transition:all linear 0.8s;
  200. }
  201.  
  202. #sidebar img:hover {
  203. opacity:{text:Img Opacity when hover};
  204. }
  205.  
  206.  
  207. #desc {
  208. {block:ifSidebarHover}
  209. height:0px;
  210. overflow:hidden;
  211. {/block:ifSidebarHover}
  212. margin-top:2px;
  213. color:{color:Text};
  214. font-family:georgia;
  215. letter-spacing:1px;
  216. font-size:8px;
  217. line-height:9px;
  218. word-wrap:break-word;
  219. text-align:center;
  220. -moz-transition:all ease-in-out 0.7s;
  221. -webkit-transition:all ease-in-out 0.7s;
  222. -o-transition:all ease-in-out 0.7s;
  223. transition:all ease-in-out 0.7s;
  224. }
  225.  
  226. {block:ifSidebarHover}
  227. #sidebar:hover #desc {
  228. height:40px;
  229. }
  230. {/block:ifSidebarHover}
  231.  
  232. /*Posts & Post Wrapper*/
  233.  
  234. #content {
  235. {block:ifTwoColumns}
  236. width:600px;
  237. {/block:ifTwoColumns}
  238. {block:ifnotTwoColumns}
  239. {block:IndexPage}
  240. width:292px;
  241. {/block:IndexPage}
  242. {block:PermalinkPage}
  243. width:542px;
  244. {/block:PermalinkPage}
  245. {/block:ifnotTwoColumns}
  246. height:auto;
  247. margin-left:auto;
  248. margin-right:auto;
  249. margin-top:40px;
  250. margin-bottom:40px;
  251. padding:0;
  252. border:0;
  253. background-color:transperant;
  254. }
  255.  
  256.  
  257. .posts {
  258. {block:IndexPage}
  259. width:250px;float:left;
  260. {/block:IndexPage}
  261. {block:PermalinkPage}
  262. width:500px;
  263. {block:PermalinkPage}
  264. padding:10px;
  265. margin-left:10px;
  266. margin-right:10px;
  267. margin-bottom:10px;
  268. margin-top:10px;
  269. border:1px solid {color:Borders};
  270. background-color:{color:Posts};
  271. color:{color:Text};
  272. font-family:georgia;
  273. font-size:8px;
  274. letter-spacing:1px;
  275. line-height:9px;
  276. text-align:left;
  277. word-wrap:break-word;
  278. }
  279.  
  280.  
  281. .posts img {
  282. max-width:100%;
  283. }
  284.  
  285. /* Post Images, Photosets & Videos */
  286.  
  287. #photo img {
  288. max-width:100%;
  289. display:block;
  290. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  291. -moz-filter:grayscale({text:Amount of Grayscale}%);
  292. -ms-filter:grayscale({text:Amount of Grayscale}%);
  293. -o-filter:grayscale({text:Amount of Grayscale}%);
  294. filter:grayscale({text:Amount of Grayscale}%);
  295. {block:IndexPage}
  296. opacity:{text:Img Opacity};
  297. -moz-transition:all linear 0.8s;
  298. -webkit-transition:all linear 0.8s;
  299. -o-transition:all linear 0.8s;
  300. transition:all linear 0.8s;
  301. {/block:IndexPage}
  302. }
  303.  
  304. #pset, #vid {
  305. max-width:100%;
  306. margin-bottom:-2px;
  307. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  308. -moz-filter:grayscale({text:Amount of Grayscale}%);
  309. -ms-filter:grayscale({text:Amount of Grayscale}%);
  310. -o-filter:grayscale({text:Amount of Grayscale}%);
  311. filter:grayscale({text:Amount of Grayscale}%);
  312. {block:IndexPage}
  313. opacity:{text:Img Opacity};
  314. -moz-transition:all linear 0.8s;
  315. -webkit-transition:all linear 0.8s;
  316. -o-transition:all linear 0.8s;
  317. transition:all linear 0.8s;
  318. {/block:IndexPage}
  319. }
  320.  
  321. {block:IndexPage}
  322. #photo img:hover, #pset:hover, #vid:hover{
  323. opacity:{text:Img Opacity when Hover};
  324. }
  325. #photo img:hover {
  326. cursor:help;
  327. }
  328. {/block:IndexPage}
  329.  
  330. /*Post Titles */
  331.  
  332. #h1 {
  333. margin-bottom:-4px;
  334. color:{color:Posts Title};
  335. font-family:georgia;
  336. font-size:14px;
  337. line-height:14px;
  338. text-align:left;
  339. }
  340.  
  341. #h2 {
  342. margin-bottom:4px;
  343. color:{color:Posts Title};
  344. font-family:georgia;
  345. font-size:14px;
  346. line-height:14px;
  347. text-align:left;
  348. }
  349.  
  350. /* Chat */
  351.  
  352. #lines {
  353. padding-top:2px;
  354. padding-bottom:3px;
  355. padding-left:5px;
  356. padding-right:5px;
  357. line-height:11px;
  358. color:{color:Text};
  359. }
  360.  
  361. #lines.odd {
  362. background-color:#f7f7f7;
  363. }
  364.  
  365. /* Ask */
  366.  
  367. #question {
  368. margin-bottom:-5px;
  369. padding:5px;
  370. background:{color:Borders};
  371. color:{color:text};
  372. text-align:left;
  373. font-family:calibri;
  374. font-style:italic;
  375. }
  376.  
  377. /* Quote */
  378.  
  379. #quote {
  380. padding-bottom:5px;
  381. padding-top:2px;
  382. padding-left:14px;
  383. color:{color:Text};
  384. font-family:georgia;
  385. font-size:11px;
  386. font-style:italic;
  387. line-height:10px;
  388. text-align:left;
  389. }
  390.  
  391. /* Audio */
  392.  
  393. #audio {
  394. padding-top:3px;
  395. padding-left:5px;
  396. padding-right:5px;
  397. padding-bottom:5px;
  398. }
  399.  
  400. #atext {
  401. padding-top:2px;
  402. color:{color:Text};
  403. font-family:calibri;
  404. font-size:8px;
  405. line-height:11px;
  406. text-align:left;
  407. }
  408.  
  409. #player {
  410. width:26px;
  411. height:28px;
  412. border-left:12px solid #fff;
  413. border-right:12px solid #fff;
  414. border-top:11px solid #fff;
  415. border-bottom:11px solid #fff;
  416. background-color:#fff;
  417. display:block;
  418. overflow:hidden;
  419. position:absolute;
  420. opacity:0.3;
  421. -moz-transition:all linear 0.8s;
  422. -webkit-transition:all linear 0.8s;
  423. -o-transition:all linear 0.8s;
  424. transition:all linear 0.8s;
  425. }
  426.  
  427. #art {
  428. width:50px;
  429. height:50px;
  430. background-image:url('http://static.tumblr.com/iuw14ew/WhTmlwgrr/no-artworke.png');
  431. background-color:{color:Posts};
  432. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  433. -moz-filter:grayscale({text:Amount of Grayscale}%);
  434. -ms-filter:grayscale({text:Amount of Grayscale}%);
  435. -o-filter:grayscale({text:Amount of Grayscale}%);
  436. filter:grayscale({text:Amount of Grayscale}%);
  437. border:8px solid {color:Borders};
  438. }
  439.  
  440. .posts:hover #player {
  441. opacity:.8;
  442. }
  443.  
  444. /* Permalink (IndexPage) */
  445.  
  446.  
  447. #perm {
  448. width:252px;
  449. margin-top:11px;
  450. margin-left:-11px;
  451. position:absolute;
  452. padding-left:10px;
  453. padding-top:0px;
  454. padding-bottom:2px;
  455. padding-right:10px;
  456. opacity:0;
  457. background-color:{color:Borders};
  458. font-family:calibri;
  459. font-size:8px;
  460. text-transform:lowercase;
  461. text-align:center;
  462. line-height:8px;
  463. -moz-transition:all ease-in-out 0.7s;
  464. -webkit-transition:all ease-in-out 0.7s;
  465. -o-transition:all ease-in-out 0.7s;
  466. transition:all ease-in-out 0.7s;
  467. }
  468.  
  469. .posts:hover #perm {
  470. opacity:1;
  471. }
  472.  
  473. #perm a {
  474. color:{color:Permalink};
  475. }
  476. #perm a:hover {
  477. color:{color:Permalink Hover};
  478. }
  479.  
  480. /* Permalink & Notes (Permalinkpage) */
  481.  
  482. #perm1 {
  483. width:502px;
  484. margin-left:10px;
  485. margin-top:-5px;
  486. padding-left:10px;
  487. padding-top:0px;
  488. padding-bottom:2px;
  489. padding-right:10px;
  490. font-family:calibri;
  491. font-size:8px;
  492. text-transform:lowercase;
  493. text-align:center;
  494. line-height:8px;
  495. }
  496.  
  497. #no {
  498. font-family:calibri;
  499. font-size:8px;
  500. letter-spacing:1px;
  501. text-transform:lowercase;
  502. }
  503.  
  504.  
  505. /*Hover Style*/
  506.  
  507. #s-m-t-tooltip{
  508. max-width:200px;
  509. margin-top:25px;
  510. margin-left:15px;
  511. padding-left:4px;
  512. padding-right:4px;
  513. z-index:1000;
  514. background-color:#fff;
  515. color:{color:Text};
  516. font-family:calibri;
  517. font-size:8px;
  518. text-transform:lowercase;
  519. line-height:11px;
  520. box-shadow:1px 1px 2px rgba(0,0,0,.1);
  521. }
  522.  
  523.  
  524. /*Pagination*/
  525.  
  526. .pg {
  527. margin-top:2px;
  528. font-size:7px;
  529. text-align:center;
  530. }
  531.  
  532. .pg a{
  533. font-style:normal!important;
  534. color:{color:Text}!important;
  535. }
  536.  
  537. .pg a:hover {
  538. color:{color:Links Hover}!important;
  539. }
  540.  
  541. {block:ifInfiniteScroll}
  542. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  543. #infscr-loading {display:none;}
  544. .pg {display:none!important;}
  545. {/block:ifInfiniteScroll}
  546.  
  547.  
  548. </style>
  549.  
  550. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  551. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  552.  
  553. <script>
  554. (function($){
  555. $(document).ready(function(){
  556. $("[title],a[title],img[title]").style_my_tooltips({
  557. tip_follows_cursor:true,
  558. tip_delay_time:100,
  559. tip_fade_speed:300,
  560. attribute:"title"
  561. });
  562. });
  563. })(jQuery);
  564. </script>
  565.  
  566.  
  567. {block:IndexPage}
  568. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  569. {block:ifInfiniteScroll}
  570. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  571. {/block:ifInfiniteScroll}
  572. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  573. <script>
  574. $(function(){
  575. var $container = $('#content');
  576. $container.imagesLoaded(function(){
  577. $container.masonry({
  578. itemSelector: '.posts',
  579. });
  580. });
  581. $container.infinitescroll({
  582. itemSelector : ".posts",
  583. navSelector : "div.pg",
  584. nextSelector : ".pg a#next",
  585. loadingImg : "",
  586. loadingText : "<em></em>",
  587. bufferPx : 10000,
  588. extraScrollPx: 12000,
  589. },
  590. // trigger Masonry as a callback
  591. function( newElements ) {
  592. var $newElems = $( newElements ).css({ opacity: 0 });
  593. // ensure that images load before adding to masonry layout
  594. $newElems.imagesLoaded(function(){
  595. $newElems.animate({ opacity: 1 });
  596. $container.masonry( 'appended', $newElems, true );
  597. });
  598. }
  599. );
  600. });
  601. </script>
  602. {/block:IndexPage}
  603.  
  604.  
  605. </head>
  606. <body>
  607.  
  608. <div id="wrapper">
  609.  
  610. <div id="sidebar">
  611. {block:ifSidebarimage} <a href="/"><img src="{image:Sidebar}" /></a>{/block:ifSidebarimage}
  612.  
  613.  
  614. <div id="desc">{description}
  615. <div style="margin-top:2px">
  616. <a href="/">home</a>
  617. <a href="/ask">ask</a>
  618. <a href="/archive">past</a>
  619. <a href="{text:URL1}">{text:Link Title1}</a>
  620. <a href="{text:URL2}">{text:Link Title2}</a>
  621. <a href="{text:URL3}">{text:Link Title3}</a>
  622. </div>
  623. </div>
  624.  
  625. <div class="pg">
  626. {block:Pagination}
  627. {block:PreviousPage}
  628. <a href="{PreviousPage}">«</a>
  629. {/block:PreviousPage}
  630.  
  631. {block:JumpPagination length="3"}
  632. {block:CurrentPage}
  633. <span class="current_page">{PageNumber}</span>
  634. {/block:CurrentPage}
  635.  
  636. {block:JumpPage}
  637. <a class="jump_page" href="{URL}">{PageNumber}</a>
  638. {/block:JumpPage}
  639. {/block:JumpPagination}
  640.  
  641. {block:NextPage}
  642. <a id="next" href="{NextPage}">»</a>
  643. {/block:NextPage}
  644. {/block:Pagination}
  645. </div>
  646. </div>
  647.  
  648. <div id="content">
  649. {block:Posts}
  650. <div class="posts">
  651.  
  652. {block:ContentSource}
  653. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  654. {/block:SourceLogo}
  655. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  656. {/block:ContentSource}
  657.  
  658.  
  659. {block:Photo}<div id="photo">
  660. {block:IndexPage}
  661. <a href="{Permalink}" title="{NoteCountWithLabel}"><img src="{PhotoURL-500}" alt='{PhotoAlt}'/></a>
  662. {/block:IndexPage}
  663. {block:PermalinkPage}
  664. {LinkOpenTag}
  665. <img src="{PhotoURL-500}" alt='{PhotoAlt}'/>
  666. {LinkCloseTag}
  667. {/block:PermalinkPage}
  668. </div>
  669. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  670. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  671. {/block:Photo}
  672.  
  673.  
  674. {block:Photoset}
  675. <div id="pset">
  676. {block:IndexPage}
  677. {Photoset-250}
  678. {/block:IndexPage}
  679. {block:PermalinkPage}
  680. {Photoset-500}
  681. {/block:PermalinkPage}
  682. </div>
  683. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  684. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  685.  
  686. {block:IndexPage}
  687. <div id="perm">
  688. <a href="{Permalink}">{NoteCountWithLabel}</a>
  689. </div>
  690. {/block:IndexPage}
  691. {/block:Photoset}
  692.  
  693.  
  694. {block:Video}
  695. <div id="vid">
  696. {block:IndexPage}
  697. <center>{Video-250}</center>
  698. {/block:IndexPage}
  699. {block:PermalinkPage}
  700. {Video-500}
  701. {/block:PermalinkPage}
  702. </div>
  703. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  704. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  705.  
  706. {block:IndexPage}
  707. <div id="perm">
  708. <a href="{Permalink}">{NoteCountWithLabel}</a>
  709. </div>
  710. {/block:IndexPage}
  711. {/block:Video}
  712.  
  713.  
  714. {block:Audio}
  715. <table border="0" cellpadding="0" cellspacing="0" ><tr>
  716. <td id="art" valign="top">
  717. <div id="player">{AudioPlayerWhite}</div>
  718. {block:AlbumArt}
  719. <img src="{AlbumArtURL}" width="50px" />
  720. {/block:AlbumArt}
  721. </td>
  722. <td valign="top" id="audio">
  723. {block:TrackName}
  724. <div id="atext">
  725. Track: {TrackName}
  726. </div>
  727. {/block:TrackName}
  728. {block:Artist}
  729. <div id="atext">
  730. Artist: {Artist}
  731. </div>
  732. {/block:Artist}
  733. {block:Album}
  734. <div id="atext">
  735. Album: {Album}
  736. </div>
  737. {/block:Album}
  738. <div id="atext">
  739. Plays: {PlayCount}
  740. </div>
  741. </td>
  742. </tr>
  743. </table>
  744. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  745. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  746.  
  747. {block:IndexPage}
  748. <div id="perm">
  749. <a href="{Permalink}">{NoteCountWithLabel}</a>
  750. </div>
  751. {/block:IndexPage}
  752. {/block:Audio}
  753.  
  754. {block:Text}
  755. {block:Title}<div id="h1">{Title}</div>{/block:Title}
  756. {Body}
  757.  
  758. {block:IndexPage}
  759. <div id="perm">
  760. <a href="{Permalink}">{NoteCountWithLabel}</a>
  761. </div>
  762. {/block:IndexPage}
  763. {/block:Text}
  764.  
  765. {block:Link}
  766. <div id="h1"><a href="{URL}" {Target}>{Name}</a></div>
  767. {block:Description}{Description}{/block:Description}
  768.  
  769. {block:IndexPage}
  770. <div id="perm">
  771. <a href="{Permalink}">{NoteCountWithLabel}</a>
  772. </div>
  773. {/block:IndexPage}
  774. {/block:Link}
  775.  
  776.  
  777. {block:Answer}
  778. <div id="question">
  779. <span id="asker">{Asker} gasped:</span> {Question}
  780. </div>
  781. {Answer}
  782.  
  783. {block:IndexPage}
  784. <div id="perm">
  785. <a href="{Permalink}">{NoteCountWithLabel}</a>
  786. </div>
  787. {/block:IndexPage}
  788. {/block:Answer}
  789.  
  790. {block:Quote}
  791. <span style="font:26px sans-serif; margin-top:-5px; font-weight:bold; opacity:.5; position:absolute;">“</span>
  792. <div id="quote">{Quote}</div>
  793. {block:Source}<div style="text-align:right">— {Source}</div>{/block:Source}
  794.  
  795. {block:IndexPage}
  796. <div id="perm">
  797. <a href="{Permalink}">{NoteCountWithLabel}</a>
  798. </div>
  799. {/block:IndexPage}
  800. {/block:Quote}
  801.  
  802.  
  803. {block:Chat}
  804. {block:Title}<div id="h2">{Title}</div>{/block:Title}
  805. {block:Lines}<div id="lines" class="{Alt} user_{UserNumber}">
  806. {block:Label}
  807. <b>{Label}</b>
  808. {/block:Label}
  809. {Line}</div>
  810. {/block:Lines}
  811.  
  812. {block:IndexPage}
  813. <div id="perm">
  814. <a href="{Permalink}">{NoteCountWithLabel}</a>
  815. </div>
  816. {/block:IndexPage}
  817. {/block:Chat}
  818.  
  819.  
  820. </div>
  821. {block:PermalinkPage}
  822. <div id="perm1">{block:Date}Posted {Month} {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year}{/block:Date}{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}{block:HasTags}<br>Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags} </div>
  823.  
  824. {block:PostNotes}<div id="no">{PostNotes}</div>{/block:PostNotes}
  825. {/block:PermalinkPage}
  826. {/block:Posts}
  827. </div>
  828. </div>
  829.  
  830. <div style="bottom:3px; left:3px; position:fixed; font-family:calibri; font-size:8px; opacity:.6;"><a style="color:#00000;" href="http://ladmilk.tumblr.com" title="by Heidi">©</a></div>
  831.  
  832. </body>
  833. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement