azurethemes

// 040 "strange " //

Aug 2nd, 2015
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.14 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. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  3.  
  4. <script type="text/javascript">
  5. WebFontConfig = {
  6. google: { families: [ 'Roboto700::latin', 'Roboto::latin' , 'Bitter::latin' ] }
  7. };
  8. (function() {
  9. var wf = document.createElement('script');
  10. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  11. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  12. wf.type = 'text/javascript';
  13. wf.async = 'true';
  14. var s = document.getElementsByTagName('script')[0];
  15. s.parentNode.insertBefore(wf, s);
  16. })(); </script>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:90,
  26. tip_fade_speed:600,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <head>
  34.  
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!----
  41.  
  42. // THEME 040 "STRANGE" MADE BY AZUREOFRP //
  43. // PLS DO NOT STEAL ANYTHING //
  44. // READ MY FAQ OR CHECK MY ANSWERED TAG IF YOU HAVE ANY QUESTIONS //
  45. // OK THANK U :~) //
  46. --->
  47.  
  48.  
  49.  
  50. <meta name="color:blockquote border" content="#ffffff">
  51. <meta name="color:border" content="#000000">
  52. <meta name="color:text" content="#000000"/>
  53. <meta name="color:post text" content="#b6b6b6"/>
  54. <meta name="color:title text" content="#ffffff"/>
  55. <meta name="color:italic text" content="#000000">
  56. <meta name="color:bold text" content="#000000">
  57. <meta name="color:hover" content="#c1b8b8">
  58. <meta name="color:links" content="#ffffff"/>
  59. <meta name="color:accent" content="#ffffff"/>
  60. <meta name="color:scrollbar" content="#473f3f">
  61. <meta name="color:credit" content="#616b6b">
  62. <meta name="color:text shadow" content="#ffffff">
  63. <meta name="color:background" content="#c3cccc"/>
  64. <meta name="color:blockquote background" content="#c3cccc">
  65.  
  66. <meta name="color:description background" content="#c1b6b6"/>
  67. <meta name="color:post background" content="#000000">
  68. <meta name="color:links background" content="#a1adad">
  69. <meta name="color:info background" content="#a1adad">
  70. <meta name="color:sidebar background" content="#adb3b3">
  71. <meta name="color:question background" content="#adb3b3">
  72. <meta name="color:scrollbar background" content="#616b6b">
  73.  
  74. <meta name="image:background" content=""/>
  75. <meta name="image:header" content=""/>
  76. <meta name="image:icon 1" content=""/>
  77. <meta name="image:icon 2" content=""/>
  78. <meta name="image:icon 3" content=""/>
  79. <meta name="image:icon 4" content=""/>
  80.  
  81.  
  82. <meta name="text:link 1" content="Link 1">
  83. <meta name="text:link 2" content="Link 2">
  84. <meta name="text:link 3" content="Link 3">
  85. <meta name="text:link 4" content="Link 3">
  86.  
  87.  
  88.  
  89.  
  90. <meta name="text:link 1 url" content="/">
  91. <meta name="text:link 2 url" content="/">
  92. <meta name="text:link 3 url" content="/">
  93. <meta name="text:link 4 url" content="/">
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. height:auto;
  100. background-color:{color:scrollbar};
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height:9px;
  105. width:2px;
  106. background-color:{color:scrollbar background};
  107. }
  108.  
  109. #s-m-t-tooltip {
  110. max-width:300px;
  111. margin:10px 0px 0px 10px;
  112. padding:5px;
  113. background-color:{color:post background};
  114. box-shadow:1px 1px 0px {color:shadow};
  115. border-radius:0px 0px 3px 3px;
  116. font-family: 'arial', sans-serif;
  117. font-size:8px;
  118. text-transform:none;
  119. letter-spacing:1px;
  120. color:{color:text};
  121. z-index:999999999999999999999999999999999999;
  122. }
  123.  
  124.  
  125.  
  126. body {
  127. background-color:{color:background};
  128. background-image:url('{image:background}');
  129. background-attachment: fixed;
  130. background-repeat: repeat;
  131. font-weight:none;
  132. font-family: 'Roboto', sans-serif;
  133. font-size:9px;
  134. text-align:justify;
  135. color:{color:text};
  136. margin:0;
  137.  
  138.  
  139. }
  140.  
  141. a {
  142. text-decoration:none;
  143. color:{color:links};
  144. transition-duration: 0.2s;
  145. -moz-transition-duration: 0.2s;
  146. -webkit-transition-duration: 0.3s;
  147. -o-transition-duration: 0.3s;
  148.  
  149. }
  150.  
  151. a:hover {
  152. text-decoration:none;
  153. color:{color:hover};
  154. transition-duration: 0.2s;
  155. -moz-transition-duration: 0.2s;
  156. -webkit-transition-duration: 0.3s;
  157. -o-transition-duration: 0.3s;
  158.  
  159. }
  160.  
  161. img {
  162. border:none;
  163.  
  164.  
  165.  
  166. }
  167.  
  168. blockquote {
  169. font-size:9px;
  170. max-width:545px;
  171. border-left:1px solid{color:blockquote border};
  172. background-color:{color:blockquote background};
  173. text-align:left;
  174. padding:5px;
  175. font-weight:none;
  176. margin-left:5px;
  177. margin-right:5px;
  178. padding-left:5px;
  179. color:{color:text};
  180.  
  181. }
  182.  
  183. pre{
  184. font-size:9px;
  185. text-align:center;
  186. text-transform:none;
  187. font-family: 'Bitter', serif;
  188. font-weight:bold;
  189. line-height:9px;
  190. border-left:1px solid {color:blockquote border};
  191. border-bottom:1px solid {color:blockquote border};
  192. letter-spacing:2px;
  193. background-color:{color:blockquote background};
  194. color:{color:text};
  195. padding:6px;
  196. }
  197.  
  198. small{
  199. font-size:9px;
  200. }
  201.  
  202. big{
  203. font-size:9px;
  204. }
  205.  
  206. sub{
  207. font-size:9px;
  208. }
  209.  
  210.  
  211. h1 {
  212. font-size:9px;
  213. text-align:left;
  214. font-family: 'Roboto', sans-serif;
  215. text-shadow: 1px 1px 3px {color:text shadow};
  216. letter-spacing:1px;
  217. background-color:{color:blockquote background};
  218. color:{color:text};
  219. padding:6px;
  220.  
  221.  
  222. }
  223.  
  224. h1 a{
  225. color:{color:text};
  226. }
  227.  
  228.  
  229. h2{
  230. color:{color:text};
  231. text-transform:uppercase;
  232. text-decoration:underline;
  233. text-shadow: 1px 1px 0px {color:text shadow};
  234. text-align:left;
  235. font-style:italic;
  236.  
  237. }
  238.  
  239.  
  240.  
  241.  
  242. b {
  243. font-weight:bold;
  244. background:{color:accent};
  245. padding:2px;
  246. text-shadow: 1px 1px 3px {color:text shadow};
  247. color:{color:bold text};
  248.  
  249.  
  250. }
  251.  
  252. i {
  253. font-weight:italic;
  254. color:{color:italic text};
  255.  
  256.  
  257. }
  258.  
  259. u {
  260. text-decoration:none;
  261. border-bottom:1px solid {color:border};
  262.  
  263.  
  264. }
  265.  
  266.  
  267.  
  268.  
  269. #description {
  270. overflow:auto;
  271. position:fixed;
  272. text-align:center;
  273. margin-top:20px;
  274. margin-left:50px;
  275. text-transform:none;
  276. font-style:normal;
  277. font-family:arial;
  278. width:200px;
  279. height:113px;
  280. opacity:1;
  281. line-height:10px;
  282. font-weight:none;
  283. color:{color:text};
  284. padding:10px;
  285. letter-spacing:0px;
  286. padding-top:8px;
  287. font-size:8px;
  288. z-index:9999999;
  289. transition-duration: 0.9s;
  290. -moz-transition-duration:0.9s;
  291. -webkit-transition-duration:0.9s;
  292. -o-transition-duration:0.9s;
  293.  
  294.  
  295. }
  296.  
  297.  
  298. #about-text {
  299. overflow:auto;
  300. position:fixed;
  301. text-align:center;
  302. margin-top:14px;
  303. margin-left:80px;
  304. text-transform:none;
  305. font-style:normal;
  306. background:{color:description background};
  307. font-family:arial;
  308. width:200px;
  309. height:54px;
  310. opacity:1;
  311. line-height:10px;
  312. color:{color:text};
  313. padding:10px;
  314. letter-spacing:0.2px;
  315. padding-top:8px;
  316. font-size:9.5px;
  317. z-index:9999999;
  318. transition-duration: 0.9s;
  319. -moz-transition-duration:0.9s;
  320. -webkit-transition-duration:0.9s;
  321. -o-transition-duration:0.9s;
  322.  
  323.  
  324. }
  325.  
  326.  
  327. #about-text:first-letter {
  328. font-size:25px;
  329. padding:1px;
  330. font-family:'arial';
  331. font-weight:bold;
  332. padding-left:2px;
  333. margin:4px 0 0;
  334. float:center;
  335. text-shadow: 2px 1px 0px {color:text shadow};
  336. font-style:none;
  337. text-transform:uppercase;
  338.  
  339. }
  340.  
  341.  
  342.  
  343. #pagination {
  344. font-size:8px;
  345. font-style:normal;
  346. position:fixed;
  347. text-align:center;
  348. letter-spacing:1px;
  349. margin-left:120px;
  350. background:{color:post background};
  351. margin-top:230px;
  352. padding:5px;
  353. line-height:10px;
  354. height:8px;
  355. width:50px;
  356. font-weight:bold;
  357. display:inline-block;
  358. color:{color:links};
  359. z-index:999;
  360. font-family: arial;
  361. transition-duration: 0.9s;
  362. -moz-transition-duration:0.9s;
  363. -webkit-transition-duration:0.9s;
  364. -o-transition-duration:0.9s;
  365.  
  366.  
  367.  
  368.  
  369.  
  370. }
  371.  
  372. #pagination:hover{
  373. color:{color:hover};
  374. transition-duration: 0.9s;
  375. -moz-transition-duration:0.9s;
  376. -webkit-transition-duration:0.9s;
  377. -o-transition-duration:0.9s;
  378.  
  379.  
  380.  
  381.  
  382. }
  383.  
  384. #title {
  385. width:230px;
  386. height:27px;
  387. position:fixed;
  388. padding-top:10px;
  389. padding-bottom:10px;
  390. padding-left:10px;
  391. padding-right:10px;
  392. line-height:20px;
  393. margin-top:625px;
  394. font-weight:bold;
  395. font-style:italic;
  396. color:{color:title text};
  397. margin-left:340px;
  398. text-transform:none;
  399. text-shadow: 1px 1px 3px {color:text shadow};
  400. font-size:35px;
  401. font-family: 'Indie Flower', cursive;
  402. text-align:center;
  403. overflow:hidden;
  404. letter-spacing:1px;
  405. z-index:99;
  406. opacity:1;
  407.  
  408. }
  409.  
  410.  
  411.  
  412.  
  413. #sidebar1{
  414. position:fixed;
  415. opacity:1;
  416. background-image:url('{image:header}');
  417. width:550px;
  418. height:190px;
  419. background:{color:post background};
  420. margin-top:60px;
  421. margin-left:370px;
  422. z-index:9999999;
  423.  
  424. }
  425.  
  426.  
  427.  
  428.  
  429. #bbackground2{
  430. position:fixed;
  431. opacity:1;
  432. outline:1px solid {color:border};
  433. width:550px;
  434. height:550px;
  435. background:{color:sidebar background};
  436. box-shadow: 1px 1px 7px {color:text shadow};
  437. margin-top:60px;
  438. margin-left:370px;
  439. z-index:-999999;
  440.  
  441. }
  442.  
  443.  
  444. #abouticon {
  445. position:fixed;
  446. width:60px;
  447. margin-top:190px;
  448. padding:10px;
  449. height:60px;
  450. margin-left:180px;
  451. background-color:transparent;
  452. z-index:-9999999999;
  453. }
  454.  
  455. #abouticonimage {
  456. width 60px;
  457. z-index:-99999;
  458. }
  459.  
  460. #abouticonimage img {
  461. width:60px;
  462. height:60px;
  463. margin-left:325px;
  464. margin-top:20px;
  465. position:fixed;
  466. opacity:1;
  467. outline:solid 1px {color:border};
  468.  
  469.  
  470.  
  471. }
  472.  
  473. #abouticon1 {
  474. position:fixed;
  475. width:60px;
  476. margin-top:190px;
  477. padding:10px;
  478. height:60px;
  479. margin-left:180px;
  480. background-color:transparent;
  481. z-index:-9999999999;
  482. }
  483.  
  484. #abouticon1image {
  485. width 60px;
  486. z-index:-99999;
  487. }
  488.  
  489. #abouticon1image img {
  490. width:60px;
  491. height:60px;
  492. margin-left:400px;
  493. margin-top:20px;
  494. position:fixed;
  495. opacity:1;
  496. outline:solid 1px {color:border};
  497.  
  498.  
  499.  
  500. }
  501.  
  502. #abouticon2 {
  503. position:fixed;
  504. width:60px;
  505. margin-top:190px;
  506. padding:10px;
  507. height:60px;
  508. margin-left:180px;
  509. background-color:transparent;
  510. z-index:-9999999999;
  511. }
  512.  
  513. #abouticon2image {
  514. width 60px;
  515. z-index:-99999;
  516. }
  517.  
  518. #abouticon2image img {
  519. width:60px;
  520. height:60px;
  521. margin-left:325px;
  522. margin-top:90px;
  523. position:fixed;
  524. opacity:1;
  525. outline:solid 1px {color:border};
  526.  
  527.  
  528.  
  529. }
  530.  
  531. #abouticon3 {
  532. position:fixed;
  533. width:60px;
  534. margin-top:190px;
  535. padding:10px;
  536. height:60px;
  537. margin-left:180px;
  538. background-color:transparent;
  539. z-index:-9999999999;
  540. }
  541.  
  542. #abouticon3image {
  543. width 60px;
  544. z-index:-99999;
  545. }
  546.  
  547. #abouticon3image img {
  548. width:60px;
  549. height:60px;
  550. margin-left:400px;
  551. margin-top:90px;
  552. position:fixed;
  553. opacity:1;
  554. outline:solid 1px {color:border};
  555.  
  556.  
  557.  
  558. }
  559.  
  560.  
  561.  
  562. #entries {
  563. position:fixed;
  564. z-index:99999999;
  565. height:335px;
  566. width:535px;
  567. font-family:arial;
  568. overflow:auto;
  569. margin-left:380px;
  570. outline-offset:5px;
  571. letter-spacing:0px;
  572. margin-top:272px;
  573.  
  574.  
  575. }
  576.  
  577. #post{
  578. padding:15px;
  579. width:500px;
  580. overflow:hidden;
  581. box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.05);
  582. letter-spacing:0px;
  583. color:{color:post text};
  584. margin-bottom:8px;
  585. margin-left:0px;
  586. float:center;
  587. z-index:99999999;
  588.  
  589. }
  590.  
  591.  
  592.  
  593. #info {
  594. font-weight:bold;
  595. text-align:left;
  596. padding:5px;
  597. font-family: 'Roboto', sans-serif;
  598. border-bottom:1px solid #ddd;
  599. margin-left:-15px;
  600. margin-top:-15px;
  601. color:black;
  602. width:520px;
  603. font-size:9px;
  604. text-transform:uppercase;
  605. font-style:none;
  606. word-wrap:break-word;
  607. line-height:9px;
  608. color:black;
  609. }
  610.  
  611. #info a {
  612. text-align:center;
  613. color:black;
  614. }
  615.  
  616. .tags {
  617. color:{color:text};
  618. width:500px;
  619. opacity:0;
  620. margin-top:-20px;
  621. height:2px;
  622. margin-left:0px;
  623. font-size:8px;
  624. margin-bottom:5px;
  625. letter-spacing:1px;
  626. text-align:justify;
  627. -moz-transition-duration:0.5s;
  628. -webkit-transition-duration:0.5s;
  629. -o-transition-duration:0.5s;
  630.  
  631. }
  632.  
  633. #post:hover .tags {
  634. opacity:1;
  635. margin-top:-2px;
  636. margin-left:0px;
  637. }
  638.  
  639. .tags a {
  640. letter-spacing:0px;
  641. padding:3px;
  642. text-transform:lowercase;
  643. font-size:9px;
  644. letter-spacing:0px;
  645. font-weight:bold;
  646. text-align:center;
  647. font-family: 'Roboto', sans-serif;
  648. color:{color:text};
  649. }
  650.  
  651.  
  652. #asking {
  653. margin-left:15px;
  654. margin-top:10px;
  655.  
  656. }
  657.  
  658. #question {
  659. padding:12px;
  660. padding-left:70px;
  661. color:{color:text};
  662. background-color:{color:question background};
  663. }
  664.  
  665. #asker{
  666. margin-top:-35px;
  667. margin-left:70px;
  668. font-family: 'Roboto', sans-serif;
  669. text-transform:lowercase;
  670.  
  671. }
  672.  
  673. #c{
  674. position:fixed;
  675. font-size:10px;
  676. font-weight:bold;
  677. padding-bottom:5px;
  678. padding-top:5px;
  679. height:10px;
  680. width:40px;
  681. opacity:1;
  682. padding-left:5px;
  683. padding-right:5px;
  684. margin-left:1310px;
  685. margin-top:655px;
  686. letter-spacing:0px;
  687. line-height:12px;
  688. border-right:1px solid {color:border};
  689. border-bottom:1px solid {color:border};
  690. text-align:center;
  691. text-decoration:underline;
  692. float:left;
  693. font-family: 'Roboto', sans-serif;
  694. color:{color:text};
  695. text-transform:uppercase;
  696. background-color:{color:credit};
  697. transition-duration: 0.8s;
  698.  
  699.  
  700. }
  701.  
  702.  
  703.  
  704.  
  705. #links2 {
  706. width:550px;
  707. height:20px;
  708. overflow:hidden;
  709. cursor:pointer;
  710. margin-top:250px;
  711. opacity:1;
  712. position:fixed;
  713. margin-left:370px;
  714. z-index:99999999999999;
  715. }
  716.  
  717. #links2 #all {
  718. margin-left:5px;
  719. margin-top:-6px;
  720. padding:5px;
  721. margin-bottom:-2px;
  722. text-align:center;
  723. height:14px;
  724. z-index:999999999999999999999;
  725. }
  726.  
  727. #links2 #all a:hover {
  728. color:{color:hover};
  729. letter-spacing:1px;
  730. transition-duration: 0.2s;
  731. -moz-transition-duration: 0.2s;
  732. -webkit-transition-duration: 0.3s;
  733. -o-transition-duration: 0.3s;
  734. }
  735.  
  736.  
  737.  
  738.  
  739. #links2 a {
  740. width:auto;
  741. height:15px;
  742. margin-bottom:1px;
  743. margin-right:-2px;
  744. text-align:center;
  745. text-transform:uppercase;
  746. padding:4px;
  747. line-height:16px;
  748. color:{color:links};
  749. text-shadow: 1px 1px 2px {color:text shadow};
  750. font-weight:bold;
  751. font-style:none;
  752. font-family: 'Roboto', sans-serif;
  753. letter-spacing:-1px;
  754. font-size:11px;
  755. display:inline-block;
  756.  
  757.  
  758. }
  759.  
  760. lol {
  761. font-size:11px;
  762. text-align:center;
  763. width:210px;
  764. height:5px;
  765. font-family: 'Calibri';
  766. text-shadow: 1px 1px 3px {color:text shadow};
  767. letter-spacing:1px;
  768. background-color:{color:blockquote background};
  769. color:{color:text};
  770. padding:5px;
  771.  
  772.  
  773. }
  774.  
  775.  
  776.  
  777. #askboxx{
  778.  
  779. position:fixed;
  780. margin-left:305px;
  781. margin-top:90px;
  782. text-align:left;
  783. width:135px;
  784. background:{color:description background};
  785. z-index:99;
  786. height:283px;
  787. overflow:auto;
  788. padding:10px;
  789. padding-top:3px;
  790. }
  791.  
  792. #faqq{
  793.  
  794. position:fixed;
  795. margin-left:5px;
  796. margin-top:90px;
  797. text-align:left;
  798. width:275px;
  799. background:{color:description background};
  800. z-index:99;
  801. height:276px;
  802. overflow:auto;
  803. padding:10px;
  804. }
  805.  
  806.  
  807. .navi{
  808. width:538px;
  809. height:163px;
  810. padding-left:13px;
  811. padding-bottom:15px;
  812. padding-top:13px;
  813. margin-top:60px;
  814. margin-left:370px;
  815. line-height:20%;
  816. position:fixed;
  817. display:block;
  818. z-index:99999999;
  819. opacity:0;
  820. transition-delay:0.1s;
  821. -webkit-transition-delay:0.1s;
  822. transition-duration: 0.4s;
  823. -moz-transition-duration:0.2s;
  824. -webkit-transition-duration:0.8s;
  825. -o-transition-duration:0.2s;
  826.  
  827. }
  828.  
  829. .navi:hover{
  830. opacity:1;
  831. background:{color:sidebar background};
  832. transition-delay:0.1s;
  833. -webkit-transition-delay:0.1s;
  834. transition-duration: 0.4s;
  835. -moz-transition-duration:0.2s;
  836. -webkit-transition-duration:0.8s;
  837. -o-transition-duration:0.2s;
  838.  
  839.  
  840.  
  841. }
  842.  
  843. {CustomCSS}</style>
  844.  
  845.  
  846.  
  847. </head>
  848. <body>
  849.  
  850.  
  851. <div id="sidebar">
  852. <div id="sidebar1"><img src="{image:header}"></a></div>
  853. <div id="bbackground"></div>
  854. <div id="bbackground2"></div>
  855.  
  856.  
  857. </div>
  858.  
  859. </div>
  860.  
  861. </div>
  862.  
  863. <div id="links2">
  864. <div id="all">
  865. <a href="/"title= "Refresh">home</a>
  866. <a href="/ask"title= "Askbox">message</a>
  867. <a href="{text:link 1 url}"title= "Link hover">{text:link 1}</a>
  868. <a href="{text:link 2 url}"title= "Link hover">{text:link 2}</a>
  869. <a href="{text:link 3 url}"title= "Link hover">{text:link 3}</a>
  870. <a href="{text:link 4 url}"title= "Link hover">{text:link 4}</a>
  871.  
  872. </div>
  873.  
  874. </div>
  875.  
  876. </div>
  877. <div class="navi">
  878. <div id="description">{description}</div>
  879. <div id="abouticonimage" title= "Icon text here"><img src="{image:icon 1}"></a></div>
  880. <div id="abouticon1image" title= "Icon text here"><img src="{image:icon 2}"></a></div>
  881. <div id="abouticon2image" title= "Icon text here"><img src="{image:icon 3}"></a></div>
  882. <div id="abouticon3image" title= "Icon text here"><img src="{image:icon 4}"></a></div>
  883.  
  884.  
  885. </div>
  886.  
  887. <div id="pagination">{block:Pagination}
  888. {block:PreviousPage}
  889. <a href="{PreviousPage}">BACK </a>
  890. {/block:PreviousPage}
  891.  
  892. {block:NextPage}
  893. <a href="{NextPage}">NEXT</a>
  894. {/block:NextPage}
  895. {/block:Pagination}</div>
  896. </div></div>
  897.  
  898.  
  899. <div id="entries">
  900. {block:Posts}
  901. <div id="post"
  902.  
  903. <div id="post">
  904. <div id="info">
  905. <div id="permalink">
  906. <a href="{Permalink}">{Month}.{DayOfMonth}.{Year} </a> |
  907. <a href="{SourceURL}">©</a>
  908. </a></div></div>
  909.  
  910.  
  911. <!--TEXT POSTS-->
  912.  
  913. {block:Text}
  914. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  915. {Body}
  916. {/block:Text}
  917.  
  918.  
  919.  
  920. {block:Answer}
  921. <div id="asking"><img src="{AskerPortraitURL-48}"/></div>
  922. <div id="asker">{Asker} sent:</div>
  923. <div id="question">{Question}</div>
  924. {Answer}{/block:Answer}
  925.  
  926.  
  927.  
  928. {block:Quote}
  929.  
  930. {block:Quote}
  931. <h2>{Quote}</h2>
  932. <div align="right">
  933. {block:Source}<h1>-{Source}</h1>{/block:Source}
  934. </div>
  935. {/block:Quote}
  936.  
  937.  
  938. {block:Link}
  939. <h2><center><a href="{URL}">{Name}</center></a></h2>
  940. {block:Description}{Description}{/block:Description}
  941. {/block:Link}
  942.  
  943.  
  944.  
  945. {block:Chat}
  946. {block:Title}<h2>{Title}</h2>{/block:Title}
  947. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  948. {Line}</li>{/block:Lines}</ul>
  949. {/block:Chat}
  950.  
  951.  
  952.  
  953. {block:Photo}
  954. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  955.  
  956. {block:Caption}{Caption}{/block:Caption}
  957. {/block:Photo}
  958.  
  959.  
  960.  
  961. {block:Photoset}
  962. {Photoset-500}
  963. {block:Caption}{Caption}{/block:Caption}
  964. {/block:Photoset}
  965.  
  966.  
  967.  
  968. {block:Video}
  969. {Video-500}
  970. {block:Caption}{Caption}{/block:Caption}
  971. {/block:Video}
  972.  
  973.  
  974.  
  975.  
  976. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  977. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  978. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  979. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  980. {/block:Audio}
  981.  
  982.  
  983. {block:HasTags}<div class="tags"><a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp; &nbsp;
  984. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  985. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  986. {/block:Posts}</div>
  987. </div>
  988.  
  989. </div>
  990. </div>
  991.  
  992.  
  993. <div id="c">
  994. <a href="http://adf.ly/1IcHXD">AZURE</a>
  995.  
  996. </div>
  997.  
  998.  
  999. </html>
Add Comment
Please, Sign In to add comment