elsaofarendelle

Maui Theme

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