Advertisement
elsaofarendelle

kaldmor

Apr 2nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.56 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. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
  13.  
  14. <!--- tooltips --->
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips();
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26.  
  27. </style>
  28.  
  29.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35.  
  36. <!-------------------------------------------
  37. Code by elsaofarendelle.
  38. Don't copy or distribute.
  39. Don't claim as your own.
  40. -------------------------------------------->
  41.  
  42. <meta name="image:background" content=""/>
  43. <meta name="image:sidebar" content=""/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. iframe#tumblr_controls {
  49. white-space:nowrap;
  50. -webkit-filter: invert(100%);
  51. -moz-filter: invert(100%);
  52. -o-filter: invert(100%);
  53. -ms-filter: invert(100%);
  54. filter: invert(100%);
  55. opacity:.2;transition: .8s ease-in-out;
  56. -webkit-transition: .8s ease-in-out;
  57. -moz-transition: .8s ease-in-out;
  58. -o-transition: .8s ease-in-out;
  59. }
  60.  
  61. /* --- CURSOR START --- */
  62.  
  63. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  64.  
  65. /* --- CURSOR END --- */
  66.  
  67. /* --- FONTS START --- */
  68.  
  69. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  70.  
  71. @font-face { font-family: "watermelon"; src: url('https://dl.dropboxusercontent.com/s/uluxk369y2nfu59/Watermelon%20Script%20Demo.ttf'); format("truetype");}
  72.  
  73. @font-face { font-family: "mocking"; src: url('https://dl.dropboxusercontent.com/s/6dvctjevo33lcyb/Mocking-Regular.ttf'); format("truetype");}
  74.  
  75. @font-face { font-family: "tangled"; src: url('https://www.dropbox.com/s/52te21ubvsejllm/Tangled.ttf'); format("truetype");}
  76.  
  77. /* --- FONTS END --- */
  78.  
  79.  
  80. /* --- SCROLLBAR START ---*/
  81.  
  82. ::-webkit-scrollbar-thumb{
  83. background-color: #dcdde0;
  84. border: none;
  85. height:auto;
  86. }
  87.  
  88. ::-webkit-scrollbar {
  89. height:auto;
  90. width:6px;
  91. background-color: transparent;
  92. border:2px solid transparent;
  93. }
  94.  
  95. /* --- SCROLLBAR END --- */
  96.  
  97.  
  98. /* --- TOOLTIPS START --- */
  99.  
  100. #s-m-t-tooltip{
  101. max-width:300px;
  102. margin:15px;
  103. padding:2px 8px;
  104. background: #b4b4b4;
  105. color: #dcdde0;
  106. border: 8px solid #dcdde0;
  107. border-radius:0px;
  108. z-index:9999999999999;
  109. font-size:12px;
  110. font-family: 'Anton', sans-serif;
  111. font-weight:bold;
  112. text-transform:normal;
  113. box-shadow: 2px 2px 5px #000;
  114. -webkit-transition:all 0.7s;
  115. -moz-transition:all 0.7s;
  116. -ms-transition:all 0.7s;
  117. -o-transition:all 0.7s;
  118. transition:all 0.7s;
  119. }
  120.  
  121. /* --- TOOLTIPS END --- */
  122.  
  123.  
  124. /* --- BODY START ---*/
  125.  
  126. body {
  127. background:#b4b4b4;
  128. background-image:url({image:background});
  129. background-attachment: fixed;
  130. background-repeat: no-repeat;
  131. background-position:0px 0px;
  132. margin:0px;
  133. color:#191919;
  134. font-family: 'Cormorant Garamond', serif;
  135. font-size:12px;
  136. line-height:120%;
  137. word-wrap: break-word;
  138. }
  139.  
  140. blockquote {
  141. padding-left:5px;
  142. border-left:2px solid;
  143. }
  144.  
  145. a {
  146. color: #191919;
  147. text-decoration:none;
  148. -webkit-transition:all 0.5s ease-in-out;
  149. -moz-transition:all 0.5s ease-in-out;
  150. -o-transition:all 0.5s ease-in-out;
  151. -ms-transition:all 0.5s ease-in-out;
  152. transition:all 0.5s ease-in-out;
  153. }
  154.  
  155.  
  156. img {none;}
  157.  
  158. h1 {
  159. font-family: 'Timmana', sans-serif;
  160. text-transform:none;
  161. font-size:20px;
  162. line-height:30px;
  163. letter-spacing:0px;
  164. text-align:center;
  165. font-style:normal;
  166. color: #a4a4a4;
  167. text-shadow: -1px -1px -1px #dcdde0;
  168. text-shadow: 1px 1px 1px #dcdde0;
  169. }
  170.  
  171. h2 {
  172. color: #a4a4a4;
  173. text-shadow: -1px -1px -1px #dcdde0;
  174. text-shadow: 1px 1px 1px #dcdde0;
  175. text-transform: none;
  176. letter-spacing:1px;
  177. font-family: 'Timmana', sans-serif;
  178. font-size:17px;
  179. }
  180.  
  181. #fixerupper {
  182. width:500px;
  183. margin:0 auto -12px auto;
  184. }
  185.  
  186. #container {
  187. width:400px;
  188. height:641px;
  189. margin-left:350px;
  190. margin-top:40px;
  191. position:fixed;
  192. overflow-y:scroll;
  193. overflow-x:hidden;
  194. padding-left:50px;
  195. padding-right:70px;
  196. padding-top:17px;
  197. padding-bottom:10px;
  198. z-index:50
  199. }
  200.  
  201. #post {
  202. background: none;
  203. width:400px;
  204. padding-bottom:30px;
  205. padding: 30px;
  206. text-align: justify;
  207. margin-top:0px;
  208. border: 3px none #f7f7f7;
  209. line-height: 100%;
  210. }
  211.  
  212.  
  213. #post img {
  214. padding: 0;
  215. max-width:100%;
  216. width: auto;
  217. height: auto;
  218. }
  219.  
  220. #sisters {
  221. overflow:auto;
  222. height:300px;
  223. position:absolute;
  224. top:50px;
  225. }
  226.  
  227. #ribbon {
  228. width:195px;
  229. height:111px;
  230. background-image:url('https://i.imgur.com/24pfuTU.png');
  231. position:fixed;
  232. left:1090px;
  233. top:559px;
  234. z-index:51;
  235. }
  236.  
  237. pre {
  238. font-family: 'Timmana', sans-serif;
  239. font-size:10px;
  240. color:#eee;
  241. letter-spacing:1px;
  242. text-align:center;
  243. text-transform:uppercase;
  244. padding:6px;
  245. background:url('');
  246. background-repeat:repeat;;
  247. }
  248.  
  249.  
  250. b {
  251. text-transform: bold;
  252. color: #a4a4a4;
  253. text-shadow: -1px -1px -1px #dcdde0;
  254. text-shadow: 1px 1px 1px #dcdde0;
  255. letter-spacing:1px;
  256. font-family: 'Timmana', sans-serif;
  257. font-size:15px;
  258. }
  259.  
  260. i {
  261. text-transform: italic;
  262. color:#e9ebee;
  263. text-shadow: -1px -1px -1px #a9a9a9;
  264. text-shadow: 1px 1px 1px #a9a9a9;
  265. letter-spacing:1px;
  266. font-family: 'Timmana', sans-serif;
  267. font-size:15px;
  268. }
  269.  
  270. em {
  271. text-transform: italic;
  272. color:#e9ebee;
  273. text-shadow: -1px -1px -1px #a9a9a9;
  274. text-shadow: 1px 1px 1px #a9a9a9;
  275. letter-spacing:1px;
  276. font-family: 'Timmana', sans-serif;
  277. font-size:15px;
  278. }
  279.  
  280. sub, small, sup {
  281. font-size: 12px;
  282. }
  283.  
  284. /* --- BODY END --- */
  285.  
  286.  
  287. /* --- SIDEBAR START ---*/
  288.  
  289. #sidebar{
  290. position: fixed;
  291. top: 100px;
  292. width:250px;
  293. height:115px;
  294. left: -10px;
  295. padding:20px;
  296. }
  297.  
  298. #sidebarimage img{
  299. width: 200px;
  300. height:200px;
  301. padding:10px;
  302. border:3px none #f5f5f5;
  303. margin-top:-30px;
  304. margin-left:127px;
  305. background:transparent;
  306. background-image:{image:sidebarimage};
  307. }
  308.  
  309. #nav {
  310. position:fixed;
  311. overflow:hidden;
  312. margin-top:150px;
  313. margin-left:315px;
  314. }
  315.  
  316. #link1 a , #link2 a, #link3 a
  317.  
  318. #title {
  319. font-family:times;
  320. text-align:center;
  321. width:300px;
  322. margin-top:5px;
  323. margin-left:200px;
  324. text-transform:uppercase;
  325. font-style:normal;
  326. font-size:20px;
  327. color:#fff;
  328. }
  329.  
  330. #header{
  331. width:350px;
  332. margin-left:-10px;
  333. margin-top:-150px;
  334. font-style: none;
  335. font-family: "starfish";
  336. font-size:20px;
  337. text-transform:normal;
  338. color: #909090;
  339. text-shadow: -1px -1px -1px #eee;
  340. text-shadow: 1px 1px 1px #eee;
  341. letter-spacing:1px;
  342. line-height:200%;
  343. position:fixed;
  344. }
  345.  
  346. #description {
  347. background:none;
  348. width:280px;
  349. height:150px;
  350. overflow-y:scroll;
  351. overflow-x:hidden;
  352. margin-top:105px;
  353. margin-left:920px;
  354. padding: 12px;
  355. padding-right:10px;
  356. text-align:justify;
  357. font-style: none;
  358. font-family: 'Cormorant Garamond', serif;
  359. font-size:10px;
  360. color: #191919;
  361. text-shadow: none;
  362. letter-spacing:1px;
  363. line-height:155%;
  364. }
  365.  
  366. #pagination {
  367. font-family: 'Timmana', sans-serif;
  368. width:103px;
  369. font-size:60px;
  370. text-transform:uppercase;
  371. margin-top:550px;
  372. margin-left:600px;
  373. padding-top:25px;
  374. letter-spacing:1px;
  375. font-style:normal;
  376. text-align:center;
  377. position:fixed;
  378. }
  379.  
  380. #pagination a {
  381. color: #dcdde0;
  382. text-shadow: -1px -1px -1px #eee;
  383. text-shadow: 1px 1px 1px #eee;
  384. }
  385.  
  386. /* --- SIDEBAR END ---*/
  387.  
  388.  
  389. /* --- LINKS START --- */
  390.  
  391. #links {
  392. width:400px;
  393. position:fixed;
  394. margin-left:870px;
  395. margin-top:-400px;
  396. padding:8px;
  397. }
  398.  
  399. #links a{
  400. min-width:90px;
  401. background: #b4b4b4;
  402. color: #dcdde0;
  403. border: 8px solid #dcdde0;
  404. display:inline-block;
  405. margin:4px;
  406. font-size:9px
  407. font-family: 'Anton', sans-serif;
  408. text-align:center;
  409. text-transform:uppercase;
  410. padding-top:2px;
  411. line-height:155%;
  412. }
  413.  
  414. /* --- LINKS END --- */
  415.  
  416.  
  417. /* --- ASK BOX START --- */
  418.  
  419. #sven {
  420. text-align: center;
  421. color:black;
  422. font-size: 10px;
  423. font-family: cambria;
  424. position:fixed;
  425. left:10px;
  426. top:-275px;
  427. border-color:black;
  428. -webkit-transition: all .9s ease-in-out;
  429. -moz-transition: all .9s ease-in-out;
  430. -o-transition: all .9s ease-in-out;
  431. z-index:51;
  432. }
  433.  
  434. #sven:hover
  435. {top:0px;}
  436.  
  437. #reindeer {
  438. font-family: calibri;
  439. font-size: 11px;
  440. letter-spacing: 1px;
  441. border-width:1px;
  442. border-color:black;
  443. padding: 5px 0 5px 0;
  444. background-color:transparent;
  445. width:400px;
  446. height:190px;
  447. margin-bottom:120px;
  448. z-index: 51;
  449. }
  450.  
  451. #reindeer .links {
  452. background-color: transparent;
  453. color: black;
  454. font-size: 11px;
  455. text-align: center;
  456. padding: 3px 5px;
  457. margin: 2px;
  458. float: left;
  459. width: 116px;
  460. }
  461.  
  462. #reindeer .links a {
  463. text-decoration:none;
  464. }
  465.  
  466. #reindeer .links:hover {
  467. font-size; 15px;
  468. }
  469.  
  470. #kristoff img{
  471. padding: 2px 0 8px 0;
  472. color:#fff;
  473. }
  474.  
  475. /* --- ASK BOX END --- */
  476.  
  477.  
  478. /* --- CREDIT START --- */
  479.  
  480. .credit{
  481. position:fixed;
  482. font-size:15px;
  483. right:20px;
  484. bottom:10px;
  485. z-index:51;
  486. }
  487.  
  488. .credit a {
  489. font-family: 'Anton', sans-serif;
  490. text-decoration:none;
  491. text-transform:uppercase;
  492. color: #eee;
  493. text-shadow: -1px -1px -1px #eee;
  494. text-shadow: 1px 1px 1px #eee;
  495. -moz-transition-duration:.7s;
  496. -webkit-transition-duration:.7s;
  497. -o-transition-duration:.7s;
  498. }
  499.  
  500.  
  501. .credit a:hover {
  502. text-decoration:none;
  503. text-transform:uppercase;
  504. color: #eee;
  505. text-shadow: -1px -1px -1px #eee;
  506. text-shadow: 1px 1px 1px #eee;
  507. }
  508.  
  509. /* --- CREDIT END --- */
  510.  
  511.  
  512. /* --- POST NOTES START --- */
  513.  
  514. .note {
  515. padding:0px 20px 0px 20px;
  516. background-color:transparent;
  517. text-transform:lowercase;
  518. letter-spacing:0px;
  519. font-size: 11px;
  520. font-style:normal;
  521. text-align:left;
  522. line-height:120%;
  523. }
  524.  
  525. .note li {
  526. list-style-type:none;
  527. padding:5px 25px 5px 25px;
  528. text-align:left;
  529. margin-right:30px;
  530. margin-top:-50px;
  531. }
  532.  
  533. #info {
  534. height:40px;
  535. text-align:center;
  536. margin-top:25px;
  537. padding-top:10px;
  538. padding:15px;
  539. padding-bottom:1px;
  540. text-transform:normal
  541. font-style:none;
  542. font-family: 'Timmana', sans-serif;
  543. font-size:12px;
  544. background: #b4b4b4;
  545. background-repeat:repeat;
  546. background-attachment:fixed;
  547. border: 8px solid #dcdde0;
  548. line-height:200%;
  549. }
  550.  
  551. #info a{
  552. color:#dcdde0;
  553. }
  554.  
  555. #tags {
  556. font-family: 'Cormorant Garamond', serif;
  557. text-align:center;
  558. margin-top:5px;
  559. padding-bottom:0px;
  560. text-transform:none;
  561. font-style:none;
  562. font-size:12px;
  563. }
  564.  
  565. #tags a {
  566. color: #191919;
  567. }
  568.  
  569. /* --- POST NOTES END --- */
  570.  
  571.  
  572. /* --- ASK & AUDIO START --- */
  573.  
  574. .ask {
  575. background: #b4b4b4;
  576. color: #191919;
  577. border: 8px solid #dcdde0;
  578. padding:15px;
  579. margin-bottom:15px;
  580. margin-top:10px;
  581. }
  582.  
  583. .askheader {
  584. margin-left:-3px;
  585. }
  586.  
  587. .asker {
  588. color: #dcdde0;
  589. text-shadow: -1px -1px -1px #eee;
  590. text-shadow: 1px 1px 1px #eee;
  591. font-family: 'Timmana', sans-serif;
  592. font-size:22px;
  593. line-height:20px;
  594. text-align:center;
  595. padding-bottom:5px;
  596. }
  597.  
  598. .answer {
  599. color: #191919;
  600. }
  601.  
  602. .chat {
  603. list-style:none;
  604. margin-top:15px;
  605. margin-bottom:0px;
  606. font-size:10px;
  607. margin-left:0px;
  608. }
  609.  
  610. .chat ul {
  611. line-height:18px;
  612. margin-top:0px;
  613. list-style:none;
  614. padding:0px;
  615. letter-spacing:2px;
  616. font-size:10px;
  617. margin-bottom:0px;
  618. text-transform:normal;
  619. }
  620.  
  621. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  622. background-color: #eee;
  623. padding:3px 8px 3px 8px;
  624. color: #191919;
  625. border-bottom: none
  626. }
  627.  
  628. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  629. background-color: #ddd;
  630. padding:3px 8px 3px 8px;
  631. color: #191919;
  632. border-bottom: none;
  633. }
  634.  
  635. .audio{
  636. color: #585a46;
  637. background:#000;
  638. padding:15px;
  639. border: 8px solid #1c0907;
  640. height:70px;
  641. font-size:8px;
  642. overflow:hidden;
  643. }
  644.  
  645. /* --- ASK & AUDIO END --- */
  646.  
  647. {CustomCSS}</style></head><body>
  648.  
  649. <div id="fixerupper">
  650.  
  651. <div id="sidebar">
  652.  
  653. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  654.  
  655. <div class="credit">
  656. <a href="http://elsaofarendelle.tumblr.com">E</a>
  657. </div>
  658.  
  659. <div id="title"></div>
  660.  
  661. <div id="header">
  662. <center>Fear was our enemy.</center>
  663. </div>
  664.  
  665. <div id="description">
  666. <center><p>"She's ice cold," she cried. <b>A QUEEN</b> clutching her youngest daughter to her chest. How could she have known about what the future would give them. The heartache, the tears, the sleepless nights. All she worried about was her daughters and how to keep them <i>SAFE</i>.</p>
  667.  
  668. <p>Independent Queen Iduna from Disney's Frozen
  669. Film, Musical, OUAT & Headcanon based<br>
  670. est 17 sep 2017 & re est 20 march 2018</p>
  671. <p>Mutuals Only | Selective | Private <br>
  672. Read rules & About before interacting, if you have questions, feel free to message me them.<br>
  673. Adored & Protected by Mini
  674. </p>
  675. </center>
  676. </div>
  677.  
  678.  
  679. <div id="links">
  680. <center>
  681. <a href="/">home</a>
  682. <a href="/">link</a>
  683. <a href="/">link</a>
  684. <a href="/">link</a>
  685. <a href="/">link</a>
  686. <a href="/">link</a>
  687. <a href="/">link</a>
  688. <a href="/">link</a>
  689. <a href="/">link</a>
  690. <a href="/">link</a>
  691. <a href="/">link</a>
  692. <a href="/">link</a>
  693. </center>
  694. </div>
  695.  
  696. <div id="sven">
  697. <div id="reindeer"> <center>
  698. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/kaldmor.tumblr.com" width="100%"></iframe></center>
  699. <div id="kristoff"><img src="https://i.imgur.com/dAYHCZK.png"></div>
  700. </div>
  701. </div>
  702. </div>
  703.  
  704. <div id="scrollbar">{scrollbar}</div>
  705.  
  706.  
  707. <div id="pagination">
  708. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  709. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  710.  
  711. {block:HasPages}{block:Pages}
  712.  
  713. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  714.  
  715. </div></center>
  716.  
  717.  
  718. </div>
  719.  
  720. <div id="ribbon"></div>
  721. <div id="sisters"></div>
  722.  
  723. <div id="container">{block:Posts}<div id="post">
  724.  
  725. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  726. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  727.  
  728. {block:blockquote}{/block:blockquote}
  729.  
  730. {block:ContentSource}
  731. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  732. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  733. {/block:SourceLogo}
  734. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  735. {/block:ContentSource}
  736.  
  737. {block:Photo}
  738. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  739. {/block:Photo}
  740.  
  741. {block:Photoset}
  742. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  743. {/block:Photoset}
  744.  
  745. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  746.  
  747. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  748.  
  749. {block:Chat}
  750. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  751. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  752. {/block:Chat}
  753.  
  754. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  755. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  756.  
  757. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  758.  
  759. {block:Answer}
  760. <div class="askheader"><img src="" draggable="false"></div>
  761. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  762. {/block:Answer}
  763.  
  764.  
  765. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">source</a> {/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  766.  
  767. <div id="tags">
  768. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  769.  
  770. </div>
  771. {block:PostNotes}{PostNotes}{/block:PostNotes}
  772. {/block:Posts}</div>
  773.  
  774. </body>
  775.  
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement