azurethemes

// 037 "room 93" //

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