azurethemes

// 039 "allison" //

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