Advertisement
elsaofarendelle

coronian

Dec 5th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.39 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=Timmana" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Allura" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC" rel="stylesheet">
  15.  
  16. <!--- tooltips --->
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title]").style_my_tooltips();
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28.  
  29. </style>
  30.  
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37.  
  38. <!-------------------------------------------
  39. Code by elsaofarendelle.
  40. Don't copy or distribute.
  41. Don't claim as your own.
  42. -------------------------------------------->
  43.  
  44. <meta name="image:background" content=""/>
  45. <meta name="image:sidebar" content=""/>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. iframe#tumblr_controls {
  51. white-space:nowrap;
  52. -webkit-filter: invert(100%);
  53. -moz-filter: invert(100%);
  54. -o-filter: invert(100%);
  55. -ms-filter: invert(100%);
  56. filter: invert(100%);
  57. opacity:.2;transition: .8s ease-in-out;
  58. -webkit-transition: .8s ease-in-out;
  59. -moz-transition: .8s ease-in-out;
  60. -o-transition: .8s ease-in-out;
  61. }
  62.  
  63. /* --- CURSOR START --- */
  64.  
  65. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  66.  
  67. /* --- CURSOR END --- */
  68.  
  69. /* --- FONTS START --- */
  70.  
  71. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  72.  
  73. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  74.  
  75. @font-face { font-family: "tangled"; src: url('https://www.dropbox.com/s/52te21ubvsejllm/Tangled.ttf'); format("truetype");}
  76.  
  77.  
  78.  
  79.  
  80.  
  81. /* --- FONTS END --- */
  82.  
  83.  
  84. /* --- SCROLLBAR START ---*/
  85.  
  86. ::-webkit-scrollbar-thumb{
  87. background-color: #e3dce5;
  88. border: none;
  89. height:auto;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:auto;
  94. width:5px;
  95. background-color: transparent;
  96. border:2px solid transparent;
  97. }
  98.  
  99. /* --- SCROLLBAR END --- */
  100.  
  101.  
  102. /* --- TOOLTIPS START --- */
  103.  
  104. #s-m-t-tooltip{
  105. max-width:300px;
  106. margin:15px;
  107. padding:2px 8px;
  108. color: #eee;
  109. background: #9c98aa;
  110. border: 3px double #eee;
  111. border-radius:0px;
  112. z-index:9999999999999;
  113. font-size:20px;
  114. font-family: "tangled";
  115. font-weight:bold;
  116. line-height:30px;
  117. text-transform:normal;
  118. box-shadow: 2px 2px 5px #000;
  119. -webkit-transition:all 0.7s;
  120. -moz-transition:all 0.7s;
  121. -ms-transition:all 0.7s;
  122. -o-transition:all 0.7s;
  123. transition:all 0.7s;
  124. }
  125.  
  126. /* --- TOOLTIPS END --- */
  127.  
  128.  
  129. /* --- LANTERN ANIMATION START --- */
  130.  
  131. @-moz-keyframes bbounce{
  132. 0% {-moz-transform:translate(0px,0px);}
  133. 50% {-moz-transform:translate(0px,10px);}
  134. 100% {-moz-transform:translate(0px,0px);}
  135. }
  136.  
  137. @-webkit-keyframes bbounce {
  138. 0% {-webkit-transform:translate(0px,0px);}
  139. 50% {-webkit-transform:translate(0px,10px);}
  140. 100% {-webkit-transform:translate(0px,0px);}
  141. }
  142.  
  143. /* LANTERN ANIMATION END --- */
  144.  
  145.  
  146. /* --- BODY START ---*/
  147.  
  148. body {
  149. background:#f9c8be;
  150. background-image:url({image:background});
  151. background-attachment: fixed;
  152. background-repeat: no-repeat;
  153. background-position:0px 0px;
  154. margin:0px;
  155. color:#a1a1a1;
  156. font-family: 'Cormorant Garamond', serif;
  157. font-size:11px;
  158. line-height:120%;
  159. word-wrap: break-word;
  160. }
  161.  
  162. blockquote {
  163. padding-left:5px;
  164. border-left:2px solid;
  165. border-color: #f78784;
  166. border-radius:6px;
  167. }
  168.  
  169. a {
  170. color: #a1a1a1;
  171. text-decoration:none;
  172. -webkit-transition:all 0.5s ease-in-out;
  173. -moz-transition:all 0.5s ease-in-out;
  174. -o-transition:all 0.5s ease-in-out;
  175. -ms-transition:all 0.5s ease-in-out;
  176. transition:all 0.5s ease-in-out;
  177. }
  178.  
  179.  
  180. img {none;}
  181.  
  182. h1 {
  183. font-family: "tangled";
  184. text-transform:none;
  185. font-size:35px;
  186. line-height:30px;
  187. letter-spacing:0px;
  188. text-align:center;
  189. font-style:normal;
  190. color: #a1a1a1;
  191. }
  192.  
  193. h2 {
  194. color: #a1a1a1;
  195. text-transform: none;
  196. letter-spacing:1px;
  197. font-family: "tangled";
  198. font-size:20px;
  199. line-height:30px;
  200. }
  201.  
  202. hr {
  203. border-color: #a1a1a1;
  204. border-width: .5px;
  205. }
  206.  
  207. #fixerupper {
  208. width:500px;
  209. margin:0 auto -12px auto;
  210. }
  211.  
  212. #container {
  213. width:400px;
  214. height:539px;
  215. margin-left:85px;
  216. margin-top:50px;
  217. position:fixed;
  218. overflow-y:scroll;
  219. overflow-x:hidden;
  220. padding-left:50px;
  221. padding-right:36px;
  222. padding-top:17px;
  223. padding-bottom:10px;
  224. z-index:50
  225. }
  226.  
  227. #posts {
  228. background: #e3dce5;
  229. width:350px;
  230. padding-bottom:30px;
  231. padding: 30px;
  232. text-align: justify;
  233. margin-top:0px;
  234. margin-bottom: 50px;
  235. border: 3px double #eee;
  236. border-radius: 30px 0px 30px 0px;
  237. line-height: 100%;
  238. }
  239.  
  240.  
  241. #post img {
  242. padding: 0;
  243. max-width:100%;
  244. width: auto;
  245. height: auto;
  246. }
  247.  
  248. #post video {
  249. padding: 0;
  250. max-width:100%;
  251. width: auto;
  252. height: auto;
  253. }
  254.  
  255. pre {
  256. font-family: 'lumierlight';
  257. font-size:10px;
  258. color:#601a45;
  259. letter-spacing:1px;
  260. text-align:center;
  261. text-transform:uppercase;
  262. padding:6px;
  263. background:url('');
  264. background-repeat:repeat;;
  265. }
  266.  
  267.  
  268. b {
  269. text-transform: bold;
  270. color: #f78784;
  271. text-shadow: 0px 0px 3px #e17976;
  272. letter-spacing:1px;
  273. font-family: 'IM Fell French Canon SC', serif;
  274. font-size:17px;
  275. line-height:100%;
  276. }
  277.  
  278. i {
  279. text-transform: italic;
  280. color: #f0f48b;
  281. text-shadow: 1px 1px 1px #111;
  282. letter-spacing:1px;
  283. font-family: 'Allura', cursive;
  284. font-size:20px;
  285. line-height:110%;
  286. }
  287.  
  288. sub, small, sup {
  289. font-size: 12px;
  290. }
  291.  
  292. /* --- BODY END --- */
  293.  
  294.  
  295. /* --- SIDEBAR START ---*/
  296.  
  297. #sidebar{
  298. position: fixed;
  299. top: 50px;
  300. width:150px;
  301. height:70px;
  302. left: 530px;
  303. padding:20px;
  304. }
  305.  
  306. #sidebarimage img{
  307. width: 260px;
  308. height:209px;
  309. padding:10px;
  310. border:2px none #634911;
  311. margin-top:70px;
  312. margin-left:43px;
  313. background:transparent;
  314. background-image:{image:sidebarimage};
  315. }
  316.  
  317. #nav {
  318. position:fixed;
  319. overflow:hidden;
  320. margin-top:150px;
  321. margin-left:315px;
  322. }
  323.  
  324. #link1 a , #link2 a, #link3 a
  325.  
  326. #title {
  327. font-family:times;
  328. text-align:center;
  329. width:300px;
  330. margin-top:5px;
  331. margin-left:200px;
  332. text-transform:uppercase;
  333. font-style:normal;
  334. font-size:20px;
  335. color:#fff;
  336. }
  337.  
  338. #header{
  339. width:180px;
  340. margin-left:93px;
  341. margin-top:30px;
  342. font-style: none;
  343. font-family: "tangled";
  344. font-size:30px;
  345. text-transform:normal;
  346. color: #e3dce5;
  347. letter-spacing:1px;
  348. line-height:200%;
  349. position:fixed;
  350.  
  351. }
  352.  
  353. #description {
  354. background:none;
  355. width:200px;
  356. height:300px;
  357. overflow-y:scroll;
  358. overflow-x:hidden;
  359. margin-top:-350px;
  360. margin-left:76px;
  361. padding: 12px;
  362. padding-right:10px;
  363. text-align:justify;
  364. font-style: none;
  365. font-family: 'Cormorant Garamond', serif;
  366. font-size:12px;
  367. color: #fff;
  368. text-shadow: none;
  369. letter-spacing:1px;
  370. line-height:155%;
  371. }
  372.  
  373. #pagination {
  374. font-family: 'Ice kingdom';
  375. width:500px;
  376. font-size:20px;
  377. margin-top:220px;
  378. margin-left:-45px;
  379. padding-left:5px;
  380. letter-spacing:3px;
  381. text-align:center;
  382. text-transform:uppercase;
  383. color:#e3dce5;
  384. }
  385.  
  386. #pagination a {
  387. color:#eee;
  388. }
  389.  
  390. /* --- SIDEBAR END ---*/
  391.  
  392.  
  393. /* --- LINKS START --- */
  394.  
  395. #links {
  396. width:250px;
  397. position:fixed;
  398. margin-left:50px;
  399. margin-top:-80px;
  400. padding:8px;
  401. }
  402.  
  403. #links a{
  404. min-width:90px;
  405. color: #9c98aa;
  406. background: #e3dce5;
  407. border: 3px double #9c98aa;
  408. display:inline-block;
  409. margin:4px;
  410. font-size:9px
  411. font-family: 'lumierlight';
  412. text-align:center;
  413. text-transform:uppercase;
  414. padding-top:2px;
  415. line-height:155%;
  416. }
  417.  
  418. /* --- LINKS END --- */
  419.  
  420.  
  421. /* --- LANTERS START --- */
  422.  
  423. #float1 {
  424. overflow:auto;
  425. height:120px;
  426. position:absolute;
  427. top:50px;
  428. }
  429.  
  430. #lantern1 {
  431. width:140px;
  432. height:200px;
  433. position:fixed;
  434. margin-left:500px;
  435. margin-top:-100px;
  436. background-image:url('https://i.imgur.com/4xBhR0D.png');
  437. padding:8px;
  438. -webkit-animation: bbounce linear 2.5s;
  439. -webkit-animation-iteration-count: infinite;
  440. -webkit-transform-origin: 50% 50%;
  441. }
  442.  
  443. #float2 {
  444. overflow:auto;
  445. height:120px;
  446. position:absolute;
  447. top:50px;
  448. }
  449.  
  450. #lantern2 {
  451. width:25px;
  452. height:30px;
  453. position:fixed;
  454. margin-left:500px;
  455. margin-top:-200px;
  456. padding:8px;
  457. background-image:url('https://i.imgur.com/yuSNYlH.png');
  458. -webkit-animation: bbounce linear 3.5s;
  459. -webkit-animation-iteration-count: infinite;
  460. -webkit-transform-origin: 50% 50%;
  461. }
  462.  
  463. #float3 {
  464. overflow:auto;
  465. height:120px;
  466. position:absolute;
  467. top:50px;
  468. }
  469.  
  470. #lantern3 {
  471. width:70px;
  472. height:80px;
  473. position:fixed;
  474. margin-left:480px;
  475. margin-top:200px;
  476. padding:8px;
  477. background-image:url('https://i.imgur.com/Nmjlov1.png');
  478. -webkit-animation: bbounce linear 4.5s;
  479. -webkit-animation-iteration-count: infinite;
  480. -webkit-transform-origin: 50% 50%;
  481. }
  482.  
  483. #float4 {
  484. overflow:auto;
  485. height:120px;
  486. position:absolute;
  487. top:50px;
  488. }
  489.  
  490. #lantern4 {
  491. width:25px;
  492. height:30px;
  493. position:fixed;
  494. margin-left:410px;
  495. margin-top:240px;
  496. padding:8px;
  497. background-image:url('https://i.imgur.com/Pl7EqNi.png');
  498. -webkit-animation: bbounce linear 3.0s;
  499. -webkit-animation-iteration-count: infinite;
  500. -webkit-transform-origin: 50% 50%;
  501. }
  502.  
  503. #float5 {
  504. overflow:auto;
  505. height:120px;
  506. position:absolute;
  507. top:50px;
  508. }
  509.  
  510. #lantern5 {
  511. width:64px;
  512. height:80px;
  513. position:fixed;
  514. margin-left:400px;
  515. margin-top:40px;
  516. padding:8px;
  517. background-image:url('https://i.imgur.com/Mw1HLc6.png');
  518. -webkit-animation: bbounce linear 2.0s;
  519. -webkit-animation-iteration-count: infinite;
  520. -webkit-transform-origin: 50% 50%;
  521. }
  522.  
  523. #float6 {
  524. overflow:auto;
  525. height:120px;
  526. position:absolute;
  527. top:50px;
  528. }
  529.  
  530. #lantern6 {
  531. width:25px;
  532. height:30px;
  533. position:fixed;
  534. margin-left:470px;
  535. margin-top:-240px;
  536. padding:8px;
  537. background-image:url('https://i.imgur.com/Pl7EqNi.png');
  538. -webkit-animation: bbounce linear 4.5s;
  539. -webkit-animation-iteration-count: infinite;
  540. -webkit-transform-origin: 50% 50%;
  541. }
  542.  
  543. /* --- LANTERS END --- */
  544.  
  545.  
  546. /* --- CREDIT START --- */
  547.  
  548. .credit{
  549. position:fixed;
  550. font-size:20px;
  551. right:40px;
  552. bottom:20px;
  553. z-index:51;
  554. }
  555.  
  556. .credit a {
  557. font-family: "starfish";
  558. text-decoration:none;
  559. text-transform:uppercase;
  560. color: #9c98aa;
  561. text-shadow: -1px -1px -1px #fff;
  562. text-shadow: 1px 1px 1px #fff;
  563. -moz-transition-duration:.7s;
  564. -webkit-transition-duration:.7s;
  565. -o-transition-duration:.7s;
  566. }
  567.  
  568. /* --- CREDIT END --- */
  569.  
  570.  
  571. /* --- POST NOTES START --- */
  572.  
  573. .note {
  574. padding:0px 20px 0px 20px;
  575. background-color:transparent;
  576. text-transform:lowercase;
  577. letter-spacing:0px;
  578. font-size: 11px;
  579. font-style:normal;
  580. text-align:left;
  581. line-height:120%;
  582. }
  583.  
  584. .note li {
  585. list-style-type:none;
  586. padding:5px 25px 5px 25px;
  587. text-align:left;
  588. margin-right:30px;
  589. margin-top:-50px;
  590. }
  591.  
  592. #info {
  593. height:20px;
  594. text-align:center;
  595. margin-top:25px;
  596. padding-top:10px;
  597. padding:15px;
  598. padding-bottom:1px;
  599. text-transform:normal;
  600. font-style:none;
  601. font-size:20px;
  602. font-family: "tangled";
  603. line-height:20%;
  604. background:#f78784;
  605. border: 3px double #eee;
  606. }
  607.  
  608. #info a{
  609. color: #eee;
  610. }
  611.  
  612. #tags {
  613. font-family: 'Cormorant Garamond', serif;
  614. text-align:center;
  615. margin-top:5px;
  616. padding-bottom:0px;
  617. text-transform:none;
  618. font-style:none;
  619. font-size:12px;
  620. }
  621.  
  622. #tags a {
  623. color: #a1a1a1;
  624. }
  625.  
  626. /* --- POST NOTES END --- */
  627.  
  628.  
  629. /* --- ASK & AUDIO START --- */
  630.  
  631. .ask {
  632. color: #eee;
  633. background: #f78784;
  634. border: 3px double #eee;
  635. padding:15px;
  636. margin-bottom:15px;
  637. margin-top:10px;
  638. }
  639.  
  640. .askheader {
  641. }
  642.  
  643. .asker {
  644. color: #eee;
  645. text-shadow: -1px -1px -1px #eee;
  646. text-shadow: 1px 1px 1px #eee;
  647. font-family: 'Ice kingdom';
  648. font-size:22px;
  649. line-height:20px;
  650. text-align:center;
  651. padding-bottom:5px;
  652. }
  653.  
  654. .answer {
  655. color: #a1a1a1;
  656. }
  657.  
  658. .chat {
  659. list-style:none;
  660. margin-top:15px;
  661. margin-bottom:0px;
  662. font-size:10px;
  663. margin-left:0px;
  664. }
  665.  
  666. .chat ul {
  667. line-height:18px;
  668. margin-top:0px;
  669. list-style:none;
  670. padding:0px;
  671. letter-spacing:2px;
  672. font-size:10px;
  673. margin-bottom:0px;
  674. text-transform:normal;
  675. }
  676.  
  677. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  678. background-color: #f0f48b;
  679. padding:3px 8px 3px 8px;
  680. color: #aaa;
  681. border-bottom: none
  682. }
  683.  
  684. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  685. background-color: #f9f1bf;
  686. padding:3px 8px 3px 8px;
  687. color: #aaa;
  688. border-bottom: none;
  689. }
  690.  
  691. .audio{
  692. color: #a4a4a4;
  693. background:#000;
  694. padding:15px;
  695. border: 8px solid #1c0907;
  696. height:70px;
  697. font-size:8px;
  698. overflow:hidden;
  699. }
  700.  
  701. .video {
  702. width:350px!important;
  703. }
  704.  
  705. .video iframe {
  706. width:350px!important;
  707. }
  708.  
  709. /* --- ASK & AUDIO END --- */
  710.  
  711. {CustomCSS}</style></head><body>
  712.  
  713. <div id="fixerupper">
  714.  
  715. <div id="sidebar">
  716.  
  717. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  718.  
  719. <div class="credit">
  720. <a href="http://elsaofarendelle.tumblr.com/commission info">E</a>
  721. </div>
  722.  
  723. <div id="title"></div>
  724.  
  725. <div id="header">
  726. <center><p>plus est en vous</p></center>
  727. </div>
  728.  
  729. <div id="description">
  730. <center><p><b>Princess Rapunzel</b> of Disney's <i>Tangled</i> and <small><em>Tangled: The Series</em></small>. Est. in 2013. Independent, selective, and private.<br>Adored by Rini.</p>
  731. <img src="https://i.imgur.com/26mG3fA.png"/>
  732. </center>
  733. </div>
  734.  
  735. <div id="links">
  736. <center>
  737. <a href="/">refresh</a>
  738. <a href="/ask">messages</a>
  739. <a href="/rules">rules</a>
  740. <a href="/about">about</a>
  741. <a href="/verses">verses</a>
  742. <a href="/">Threads</a>
  743. <a href="/">navigation</a>
  744. <a href="https://tumblr.com/dashboard">dashboard</a>
  745. </center>
  746. </div>
  747.  
  748. <div id="float1"></div>
  749. <div id="float2"></div>
  750. <div id="float3"></div>
  751. <div id="float4"></div>
  752. <div id="float5"></div>
  753. <div id="float6"></div>
  754.  
  755. <div id="lantern1"></div>
  756. <div id="lantern2"></div>
  757. <div id="lantern3"></div>
  758. <div id="lantern4"></div>
  759. <div id="lantern5"></div>
  760. <div id="lantern6"></div>
  761.  
  762. <div id="scrollbar">{scrollbar}</div>
  763.  
  764.  
  765. <div id="pagination">
  766. <center> {block:Pagination}
  767. <div id="pagination">
  768. {block:PreviousPage}
  769. <a href="{PreviousPage}"><big>«</big></a>
  770. {/block:PreviousPage}
  771. {block:JumpPagination length="5"}
  772. {block:CurrentPage}
  773. <span class="current_page">{PageNumber}</span>
  774. {/block:CurrentPage}
  775. {block:JumpPage}
  776. <a class="jump_page" href="{URL}">{PageNumber}</a>
  777. {/block:JumpPage}
  778. {/block:JumpPagination}
  779. {block:NextPage}
  780. <a href="{NextPage}"><big>»</big></a>
  781. {/block:NextPage}
  782. </div>
  783. {/block:Pagination}</center>
  784. </div>
  785.  
  786. {block:HasPages}{block:Pages}
  787.  
  788. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  789.  
  790. </div></center>
  791.  
  792.  
  793. </div>
  794.  
  795. <div id="container">{block:Posts}<div id="posts">
  796.  
  797. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  798. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  799.  
  800. {block:blockquote}{/block:blockquote}
  801.  
  802. {block:ContentSource}
  803. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  804. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  805. {/block:SourceLogo}
  806. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  807. {/block:ContentSource}
  808.  
  809. {block:Photo}
  810. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="350px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  811. {/block:Photo}
  812.  
  813. {block:Photoset}
  814. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  815. {/block:Photoset}
  816.  
  817. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  818.  
  819. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  820.  
  821. {block:Chat}
  822. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  823. <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>
  824. {/block:Chat}
  825.  
  826. {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}
  827. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  828.  
  829. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  830.  
  831. {block:Answer}
  832. <div class="askheader"><img src="" draggable="false"></div>
  833. <div class="ask"><div class="asker">{Asker}<font color=#eee> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  834. {/block:Answer}
  835.  
  836.  
  837. {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>
  838.  
  839. <div id="tags">
  840. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  841.  
  842. </div>
  843. {block:PostNotes}{PostNotes}{/block:PostNotes}
  844. {/block:Posts}</div>
  845.  
  846. </body>
  847.  
  848.  
  849. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement