Advertisement
elsaofarendelle

brckencrownss

Mar 14th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.70 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.  
  70. /* --- FONTS END --- */
  71.  
  72.  
  73. /* --- SCROLLBAR START ---*/
  74.  
  75. ::-webkit-scrollbar-thumb{
  76. background-color: #1c0907;
  77. border: none;
  78. height:auto;
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height:auto;
  83. width:6px;
  84. background-color: transparent;
  85. border:2px solid transparent;
  86. }
  87.  
  88. /* --- SCROLLBAR END --- */
  89.  
  90.  
  91. /* --- TOOLTIPS START --- */
  92.  
  93. #s-m-t-tooltip{
  94. max-width:300px;
  95. margin:15px;
  96. padding:2px 8px;
  97. border:3px double #c6c3c3;
  98. border-radius:0px;
  99. background: #9b9ba2;
  100. color: #eee;
  101. z-index:9999999999999;
  102. font-size:12px;
  103. font-family: 'Anton', sans-serif;
  104. font-weight:bold;
  105. text-transform:normal;
  106. box-shadow: 2px 2px 5px #000;
  107. -webkit-transition:all 0.7s;
  108. -moz-transition:all 0.7s;
  109. -ms-transition:all 0.7s;
  110. -o-transition:all 0.7s;
  111. transition:all 0.7s;
  112. }
  113.  
  114. /* --- TOOLTIPS END --- */
  115.  
  116.  
  117. /* --- BODY START ---*/
  118.  
  119. body {
  120. background:#000;
  121. background-image:url({image:background});
  122. background-attachment: fixed;
  123. background-repeat: no-repeat;
  124. background-position:0px 0px;
  125. margin:0px;
  126. color:#585a46;
  127. font-family: 'Cormorant Garamond', serif;
  128. font-size:12px;
  129. line-height:120%;
  130. word-wrap: break-word;
  131. }
  132.  
  133. blockquote {
  134. padding-left:5px;
  135. border-left:2px solid;
  136. }
  137.  
  138. a {
  139. color: #585a46;
  140. text-decoration:none;
  141. -webkit-transition:all 0.5s ease-in-out;
  142. -moz-transition:all 0.5s ease-in-out;
  143. -o-transition:all 0.5s ease-in-out;
  144. -ms-transition:all 0.5s ease-in-out;
  145. transition:all 0.5s ease-in-out;
  146. }
  147.  
  148.  
  149. img {none;}
  150.  
  151. h1 {
  152. font-family: 'Timmana', sans-serif;
  153. text-transform:none;
  154. font-size:20px;
  155. line-height:30px;
  156. letter-spacing:0px;
  157. text-align:center;
  158. font-style:normal;
  159. color: #574536;
  160. text-shadow: -1px -1px -1px #1c0907;
  161. text-shadow: 1px 1px 1px #1c0907;
  162. }
  163.  
  164. h2 {
  165. color: #585a46;
  166. text-shadow: -1px -1px -1px #1c0907;
  167. text-shadow: 1px 1px 1px #1c0907;
  168. text-transform: none;
  169. letter-spacing:1px;
  170. font-family: 'Timmana', sans-serif;
  171. font-size:17px;
  172. }
  173.  
  174. #fixerupper {
  175. width:500px;
  176. margin:0 auto -12px auto;
  177. }
  178.  
  179. #container {
  180. width:400px;
  181. height:639px;
  182. margin-left:350px;
  183. margin-top:-616px;
  184. position:fixed;
  185. overflow-y:scroll;
  186. overflow-x:hidden;
  187. padding-left:50px;
  188. padding-right:70px;
  189. padding-top:17px;
  190. padding-bottom:10px;
  191. z-index:50
  192. }
  193.  
  194. #post {
  195. background: none;
  196. width:400px;
  197. padding-bottom:30px;
  198. padding: 30px;
  199. text-align: justify;
  200. margin-top:0px;
  201. border: 3px none #f7f7f7;
  202. line-height: 100%;
  203. }
  204.  
  205.  
  206. #post img {
  207. padding: 0;
  208. max-width:100%;
  209. width: auto;
  210. height: auto;
  211. }
  212.  
  213. pre {
  214. font-family: 'Timmana', sans-serif;
  215. font-size:10px;
  216. color:#eee;
  217. letter-spacing:1px;
  218. text-align:center;
  219. text-transform:uppercase;
  220. padding:6px;
  221. background:url('');
  222. background-repeat:repeat;;
  223. }
  224.  
  225.  
  226. b {
  227. text-transform: bold;
  228. color: #574536;
  229. text-shadow: -1px -1px -1px #1c0907;
  230. text-shadow: 1px 1px 1px #1c0907;
  231. letter-spacing:1px;
  232. font-family: 'Timmana', sans-serif;
  233. font-size:15px;
  234. }
  235.  
  236. i {
  237. text-transform: italic;
  238. color:#1c0907;
  239. text-shadow: -1px -1px -1px #574536;
  240. text-shadow: 1px 1px 1px #574536;
  241. letter-spacing:1px;
  242. font-family: 'Timmana', sans-serif;
  243. font-size:15px;
  244. }
  245.  
  246. em {
  247. text-transform: italic;
  248. color:#1c0907;
  249. text-shadow: -1px -1px -1px #574536;
  250. text-shadow: 1px 1px 1px #574536;
  251. letter-spacing:1px;
  252. font-family: 'Timmana', sans-serif;
  253. font-size:15px;
  254. }
  255.  
  256. sub, small, sup {
  257. font-size: 12px;
  258. }
  259.  
  260. /* --- BODY END --- */
  261.  
  262.  
  263. /* --- SIDEBAR START ---*/
  264.  
  265. #sidebar{
  266. position: fixed;
  267. top: 100px;
  268. width:250px;
  269. height:115px;
  270. left: -10px;
  271. padding:20px;
  272. }
  273.  
  274. #sidebarimage img{
  275. width: 200px;
  276. height:200px;
  277. padding:10px;
  278. border:3px none #f5f5f5;
  279. margin-top:-30px;
  280. margin-left:127px;
  281. background:transparent;
  282. background-image:{image:sidebarimage};
  283. }
  284.  
  285. #nav {
  286. position:fixed;
  287. overflow:hidden;
  288. margin-top:150px;
  289. margin-left:315px;
  290. }
  291.  
  292. #link1 a , #link2 a, #link3 a
  293.  
  294. #title {
  295. font-family:times;
  296. text-align:center;
  297. width:300px;
  298. margin-top:5px;
  299. margin-left:200px;
  300. text-transform:uppercase;
  301. font-style:normal;
  302. font-size:20px;
  303. color:#fff;
  304. }
  305.  
  306. #header{
  307. width:350px;
  308. margin-left:-10px;
  309. margin-top:130px;
  310. font-style: none;
  311. font-family: 'Shadows Into Light', cursive;
  312. font-size:30px;
  313. text-transform:uppercase;
  314. color: #574536;
  315. text-shadow: -1px -1px -1px #585a46;
  316. text-shadow: 1px 1px 1px #585a46;
  317. letter-spacing:1px;
  318. line-height:100%;
  319. position:fixed;
  320. }
  321.  
  322. #updates {
  323. background:none;
  324. width:240px;
  325. height:140px;
  326. overflow-y:scroll;
  327. overflow-x:hidden;
  328. margin-top:-50px;
  329. margin-left:37px;
  330. padding: 12px;
  331. padding-right:10px;
  332. text-align:justify;
  333. font-style: none;
  334. font-family: 'Cormorant Garamond', serif;
  335. font-size:11px;
  336. color: #585a46;
  337. text-shadow: none;
  338. letter-spacing:1px;
  339. line-height:155%;
  340. }
  341.  
  342. #description {
  343. background:none;
  344. width:280px;
  345. height:150px;
  346. overflow-y:scroll;
  347. overflow-x:hidden;
  348. margin-top:-10px;
  349. margin-left:920px;
  350. padding: 12px;
  351. padding-right:10px;
  352. text-align:justify;
  353. font-style: none;
  354. font-family: 'Cormorant Garamond', serif;
  355. font-size:10px;
  356. color: #585a46;
  357. text-shadow: none;
  358. letter-spacing:1px;
  359. line-height:155%;
  360. }
  361.  
  362. #pagination {
  363. font-family: 'Timmana', sans-serif;
  364. width:103px;
  365. font-size:60px;
  366. text-transform:uppercase;
  367. margin-top:530px;
  368. margin-left:600px;
  369. padding-top:25px;
  370. letter-spacing:1px;
  371. font-style:normal;
  372. text-align:center;
  373. }
  374.  
  375. #pagination a {
  376. color:#585a46;
  377. }
  378.  
  379. /* --- SIDEBAR END ---*/
  380.  
  381.  
  382. /* --- LINKS START --- */
  383.  
  384. #links {
  385. width:400px;
  386. position:fixed;
  387. margin-left:870px;
  388. margin-top:-400px;
  389. padding:8px;
  390. }
  391.  
  392. #links a{
  393. min-width:90px;
  394. background: #000;
  395. color: #585a46;
  396. border: 8px solid #1c0907;
  397. display:inline-block;
  398. margin:4px;
  399. font-size:9px
  400. font-family: 'Anton', sans-serif;
  401. text-align:center;
  402. text-transform:uppercase;
  403. padding-top:2px;
  404. line-height:155%;
  405. }
  406.  
  407. /* --- LINKS END --- */
  408.  
  409.  
  410. /* --- ASK BOX START --- */
  411.  
  412. #sven {
  413. text-align: center;
  414. color:black;
  415. font-size: 10px;
  416. font-family: cambria;
  417. position:fixed;
  418. left:900px;
  419. top:-275px;
  420. border-color:black;
  421. -webkit-transition: all .9s ease-in-out;
  422. -moz-transition: all .9s ease-in-out;
  423. -o-transition: all .9s ease-in-out;
  424. z-index:51;
  425. }
  426.  
  427. #sven:hover
  428. {top:0px;}
  429.  
  430. #reindeer {
  431. font-family: calibri;
  432. font-size: 11px;
  433. letter-spacing: 1px;
  434. border-width:1px;
  435. border-color:black;
  436. padding: 5px 0 5px 0;
  437. background-color:transparent;
  438. width:400px;
  439. height:190px;
  440. margin-bottom:120px;
  441. z-index: 51;
  442. }
  443.  
  444. #reindeer .links {
  445. background-color: transparent;
  446. color: black;
  447. font-size: 11px;
  448. text-align: center;
  449. padding: 3px 5px;
  450. margin: 2px;
  451. float: left;
  452. width: 116px;
  453. }
  454.  
  455. #reindeer .links a {
  456. text-decoration:none;
  457. }
  458.  
  459. #reindeer .links:hover {
  460. font-size; 15px;
  461. }
  462.  
  463. #kristoff img{
  464. padding: 2px 0 8px 0;
  465. color:#fff;
  466. }
  467.  
  468. /* --- ASK BOX END --- */
  469.  
  470.  
  471. /* --- CREDIT START --- */
  472.  
  473. .credit{
  474. position:fixed;
  475. font-size:15px;
  476. right:20px;
  477. bottom:10px;
  478. z-index:51;
  479. }
  480.  
  481. .credit a {
  482. font-family: 'Anton', sans-serif;
  483. text-decoration:none;
  484. text-transform:uppercase;
  485. color: #585a46;
  486. text-shadow: -1px -1px -1px #eee;
  487. text-shadow: 1px 1px 1px #eee;
  488. -moz-transition-duration:.7s;
  489. -webkit-transition-duration:.7s;
  490. -o-transition-duration:.7s;
  491. }
  492.  
  493.  
  494. .credit a:hover {
  495. text-decoration:none;
  496. text-transform:uppercase;
  497. color: #585a46;
  498. text-shadow: -1px -1px -1px #eee;
  499. text-shadow: 1px 1px 1px #eee;
  500. }
  501.  
  502. /* --- CREDIT END --- */
  503.  
  504.  
  505. /* --- POST NOTES START --- */
  506.  
  507. .note {
  508. padding:0px 20px 0px 20px;
  509. background-color:transparent;
  510. text-transform:lowercase;
  511. letter-spacing:0px;
  512. font-size: 11px;
  513. font-style:normal;
  514. text-align:left;
  515. line-height:120%;
  516. }
  517.  
  518. .note li {
  519. list-style-type:none;
  520. padding:5px 25px 5px 25px;
  521. text-align:left;
  522. margin-right:30px;
  523. margin-top:-50px;
  524. }
  525.  
  526. #info {
  527. height:40px;
  528. text-align:center;
  529. margin-top:25px;
  530. padding-top:10px;
  531. padding:15px;
  532. padding-bottom:1px;
  533. text-transform:normal
  534. font-style:none;
  535. font-family: 'Timmana', sans-serif;
  536. font-size:12px;
  537. background: #000;
  538. background-repeat:repeat;
  539. background-attachment:fixed;
  540. border: 8px solid #1c0907;
  541. line-height:200%;
  542. }
  543.  
  544. #info a{
  545. color:#585a46;
  546. }
  547.  
  548. #tags {
  549. font-family: 'Cormorant Garamond', serif;
  550. text-align:center;
  551. margin-top:5px;
  552. padding-bottom:0px;
  553. text-transform:none;
  554. font-style:none;
  555. font-size:12px;
  556. }
  557.  
  558. #tags a {
  559. color: #585a46;
  560. }
  561.  
  562. /* --- POST NOTES END --- */
  563.  
  564.  
  565. /* --- ASK & AUDIO START --- */
  566.  
  567. .ask {
  568. color: #585a46;
  569. background:#000;
  570. padding:15px;
  571. margin-bottom:15px;
  572. border: 8px solid #1c0907;
  573. margin-top:-50px;
  574. }
  575.  
  576. .askheader {
  577. margin-left:-3px;
  578. }
  579.  
  580. .asker {
  581. font-family: 'Timmana', sans-serif;
  582. font-size:22px;
  583. color: #574536;
  584. text-shadow: -1px -1px -1px #574536;
  585. text-shadow: 1px 1px 1px #574536;
  586. line-height:20px;
  587. text-align:center;
  588. padding-bottom:5px;
  589. }
  590.  
  591. .answer {
  592. color: #585a46;
  593. }
  594.  
  595. .chat {
  596. list-style:none;
  597. margin-top:15px;
  598. margin-bottom:0px;
  599. font-size:10px;
  600. margin-left:0px;
  601. }
  602.  
  603. .chat ul {
  604. line-height:18px;
  605. margin-top:0px;
  606. list-style:none;
  607. padding:0px;
  608. letter-spacing:2px;
  609. font-size:10px;
  610. margin-bottom:0px;
  611. text-transform:normal;
  612. }
  613.  
  614. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  615. background-color: #1c0907;
  616. padding:3px 8px 3px 8px;
  617. color: #585a46;
  618. border-bottom: none
  619. }
  620.  
  621. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  622. background-color: #000;
  623. padding:3px 8px 3px 8px;
  624. color: #585a46;
  625. border-bottom: none;
  626. }
  627.  
  628. .audio{
  629. color: #585a46;
  630. background:#000;
  631. padding:15px;
  632. border: 8px solid #1c0907;
  633. height:70px;
  634. font-size:8px;
  635. overflow:hidden;
  636. }
  637.  
  638. /* --- ASK & AUDIO END --- */
  639.  
  640. {CustomCSS}</style></head><body>
  641.  
  642. <div id="fixerupper">
  643.  
  644. <div id="sidebar">
  645.  
  646. <div id="updates">
  647. <center>
  648. <p><h1>Updates</h1></p>
  649. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce at efficitur leo. Proin in tempor diam. Phasellus purus arcu, rhoncus et quam in, pulvinar laoreet neque. Morbi dapibus mauris a metus rhoncus lobortis.</p>
  650. <p>Aenean et eros non ipsum ultrices laoreet. In efficitur, leo quis lacinia mattis, elit tortor pharetra felis, id congue ligula nibh vel nibh. </p>
  651. <p>In nibh urna, facilisis sit amet enim sed, scelerisque finibus urna. Nam posuere at libero a tempus. Mauris vitae euismod augue.</p>
  652. </center>
  653. </div>
  654.  
  655. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  656.  
  657. <div class="credit">
  658. <a href="http://elsaofarendelle.tumblr.com">E</a>
  659. </div>
  660.  
  661. <div id="title"></div>
  662.  
  663. <div id="header">
  664. <center>Black as midnight, black as pitch. Blacker than the foulest witch.</center>
  665. </div>
  666.  
  667. <div id="description">
  668. <center>This is a <b>private</b> <i>&</i> <b>mutuals-only</b> indie-multimuse housing a <b>recreated Bonnie Bennett-McCullough</b> <i>&</i> her OC relatives <i>&</i> others.</p>
  669.  
  670. <center>It is important <i>all information</i> is read before interacting with. </br><b>Anyone who fails to do so I will not be interacting with.</b></p>
  671.  
  672. <center>Each muse on this blog is over 25+ as well as the writer. </br>
  673. Please be advised that dark themes <i>&</i> other NSFW material will be present on this blog.</p>
  674. <center> </br>
  675. <p><center><b>Make note that all muses on this blog are connected one way or another and that the mun is a lit/semi-lit writer only.</b></p>
  676. </div>
  677.  
  678.  
  679. <div id="links">
  680. <center>
  681. <a href="/">home</a>
  682. <a href="/">the writer</a>
  683. <a href="/">backstory</a>
  684. <a href="/">start</a>
  685. <a href="/">guidelines</a>
  686. <a href="/">characters</a>
  687. <a href="/">navigation</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/brckencrownss.tumblr.com" width="100%"></iframe></center>
  699. <div id="kristoff"><img src="https://i.imgur.com/2TYvmVL.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="container">{block:Posts}<div id="post">
  721.  
  722. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  723. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  724.  
  725. {block:blockquote}{/block:blockquote}
  726.  
  727. {block:ContentSource}
  728. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  729. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  730. {/block:SourceLogo}
  731. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  732. {/block:ContentSource}
  733.  
  734. {block:Photo}
  735. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  736. {/block:Photo}
  737.  
  738. {block:Photoset}
  739. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  740. {/block:Photoset}
  741.  
  742. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  743.  
  744. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  745.  
  746. {block:Chat}
  747. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  748. <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>
  749. {/block:Chat}
  750.  
  751. {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}
  752. {block:Artist} &nbsp;โ€”&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  753.  
  754. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  755.  
  756. {block:Answer}
  757. <div class="askheader"><img src="" draggable="false"></div>
  758. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  759. {/block:Answer}
  760.  
  761.  
  762. {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>
  763.  
  764. <div id="tags">
  765. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  766.  
  767. </div>
  768. {block:PostNotes}{PostNotes}{/block:PostNotes}
  769. {/block:Posts}</div>
  770.  
  771. </body>
  772.  
  773. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement