azurethemes

043 //Misset//

Aug 11th, 2015
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.17 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.  
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("a[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:30,
  11. tip_fade_speed:300,
  12. attribute:"title"
  13. });
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18. <script type="text/javascript">
  19. WebFontConfig = {
  20. google: { families: [ 'Roboto700::latin', 'Roboto::latin' , 'Bitter::latin' ] }
  21. };
  22. (function() {
  23. var wf = document.createElement('script');
  24. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  25. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  26. wf.type = 'text/javascript';
  27. wf.async = 'true';
  28. var s = document.getElementsByTagName('script')[0];
  29. s.parentNode.insertBefore(wf, s);
  30. })(); </script>
  31. <script>
  32. /*! bigSlide - v0.5.0 - 2014-09-12
  33. * http://ascott1.github.io/bigSlide.js/
  34. * Copyright (c) 2014 Adam D. Scott; Licensed MIT */
  35. /*! bigSlide - v0.4.3 - 2014-01-25
  36. * http://ascott1.github.io/bigSlide.js/
  37. * Copyright (c) 2014 Adam D. Scott; Licensed MIT */
  38.  
  39. (function($) {
  40. 'use strict';
  41.  
  42. $.fn.bigSlide = function(options) {
  43.  
  44. var settings = $.extend({
  45. 'menu': ('#menu'),
  46. 'push': ('.push-content'),
  47. 'side': 'left',
  48. 'menuWidth': '530px',
  49. 'speed': '500',
  50. 'activeBtn':'menu-open'
  51. }, options);
  52.  
  53. var menuLink = this,
  54. menu = $(settings.menu),
  55. push = $(settings.push),
  56. width = settings.menuWidth;
  57.  
  58. var positionOffScreen = {
  59. 'position': 'fixed',
  60. 'top': '0',
  61. 'bottom': '0',
  62. 'left': '-530px',
  63. 'settings.side': '-' + settings.menuWidth,
  64. 'width': settings.menuWidth,
  65. 'height': '697px'
  66. };
  67.  
  68. var animateSlide = {
  69. '-webkit-transition': settings.side + ' ' + settings.speed + 'ms ease',
  70. '-moz-transition': settings.side + ' ' + settings.speed + 'ms ease',
  71. '-ms-transition': settings.side + ' ' + settings.speed + 'ms ease',
  72. '-o-transition': settings.side + ' ' + settings.speed + 'ms ease',
  73. 'transition': settings.side + ' ' + settings.speed + 'ms ease'
  74. };
  75.  
  76. menu.css(positionOffScreen);
  77. push.css(settings.side, '0');
  78. menu.css(animateSlide);
  79. push.css(animateSlide);
  80.  
  81. menu._state = 'closed';
  82.  
  83. menu.open = function() {
  84. menu._state = 'open';
  85. menu.css(settings.side, '0');
  86. push.css(settings.side, width);
  87. menuLink.addClass(settings.activeBtn);
  88. };
  89.  
  90. menu.close = function() {
  91. menu._state = 'closed';
  92. menu.css(settings.side, '-' + width);
  93. push.css(settings.side, '0');
  94. menuLink.removeClass(settings.activeBtn);
  95. };
  96.  
  97. $(document).on('click.bigSlide', function(e) {
  98. if (!$(e.target).parents().andSelf().is(menuLink) && menu._state === 'open') {
  99. menu.close();
  100. menuLink.removeClass(settings.activeBtn);
  101. }
  102. });
  103.  
  104. menuLink.on('click.bigSlide', function(e) {
  105. e.preventDefault();
  106. if (menu._state === 'closed') {
  107. menu.open();
  108. } else {
  109. menu.close();
  110. }
  111. });
  112.  
  113. menuLink.on('touchend', function(e){
  114. menuLink.trigger('click.bigSlide');
  115. e.preventDefault();
  116. });
  117.  
  118. return menu;
  119.  
  120. };
  121.  
  122. }(jQuery));
  123. </script>
  124. <script>
  125. $(document).ready(function() {
  126. $('.menu-link').bigSlide();
  127. });
  128. </script>
  129.  
  130.  
  131.  
  132. <head>
  133.  
  134. <title>{Title}</title>
  135. <link rel="shortcut icon" href="{Favicon}">
  136. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  137. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  138.  
  139. <!----
  140.  
  141.  
  142.  
  143. — Theme made by azureofrp —
  144. — Theme number 43 //Misset// —
  145. — Do not steal anything :) —
  146. — Do not take parts of my coding and use them for your themes —
  147. — To request a custom theme, visit my custom theme request page —
  148. — Please respect my effort and the time I put into my themes —
  149.  
  150.  
  151.  
  152.  
  153.  
  154. --->
  155.  
  156.  
  157.  
  158.  
  159. <meta name="color:blockquote border" content="#ffffff">
  160. <meta name="color:border" content="#000000">
  161. <meta name="color:text" content="#000000"/>
  162. <meta name="color:post text" content="#b6b6b6"/>
  163. <meta name="color:title text" content="#ffffff"/>
  164. <meta name="color:italic text" content="#000000">
  165. <meta name="color:title text" content="#000000">
  166. <meta name="color:bold text" content="#000000">
  167. <meta name="color:hover" content="#c1b8b8">
  168. <meta name="color:links" content="#ffffff"/>
  169. <meta name="color:accent" content="#ffffff"/>
  170. <meta name="color:scrollbar" content="#473f3f">
  171. <meta name="color:credit" content="#616b6b">
  172. <meta name="color:text shadow" content="#ffffff">
  173. <meta name="color:background" content="#c3cccc"/>
  174. <meta name="color:blockquote background" content="#c3cccc">
  175.  
  176. <meta name="color:description background" content="#c1b6b6"/>
  177. <meta name="color:post background" content="#000000">
  178. <meta name="color:title background" content="#adb3b3">
  179. <meta name="color:sidebar background" content="#adb3b3">
  180. <meta name="color:links background" content="#adb3b3">
  181. <meta name="color:question background" content="#adb3b3">
  182. <meta name="color:scrollbar background" content="#616b6b">
  183.  
  184. <meta name="image:background" content=""/>
  185. <meta name="image:navi image" content=""/>
  186. <meta name="image:sidebar" content=""/>
  187. <meta name="image:admin 1" content=""/>
  188. <meta name="image:admin 2" content=""/>
  189. <meta name="image:admin 3" content=""/>
  190.  
  191.  
  192. <meta name="text:plot" content="">
  193. <meta name="text:title" content="">
  194.  
  195.  
  196.  
  197.  
  198. <meta name="text:link 1" content="Link 1">
  199. <meta name="text:link 2" content="Link 2">
  200. <meta name="text:link 3" content="Link 3">
  201.  
  202.  
  203. <meta name="text:link 1 url" content="/">
  204. <meta name="text:link 2 url" content="/">
  205. <meta name="text:link 3 url" content="/">
  206.  
  207. <style type="text/css">
  208.  
  209. ::-webkit-scrollbar-thumb {
  210. height:auto;
  211. background-color:{color:scrollbar};
  212. }
  213.  
  214. ::-webkit-scrollbar {
  215. height:9px;
  216. width:4px;
  217. background-color:{color:scrollbar background};
  218. }
  219.  
  220.  
  221. #s-m-t-tooltip {
  222. max-width:300px;
  223. margin:10px 0px 0px 10px;
  224. padding:5px;
  225. font-weight:bold;
  226. background-color:{color:post background};
  227. border-bottom:1px solid #ddd;
  228. font-family: 'Roboto', sans-serif;
  229. font-size:8px;
  230. text-transform:uppercase;
  231. letter-spacing:1px;
  232. color:{color:text};
  233. z-index:999999999999999999999999999999999999;
  234. }
  235.  
  236.  
  237.  
  238.  
  239. body {
  240. background-color:{color:background};
  241. background-image:url('{image:background}');
  242. background-attachment: fixed;
  243. background-repeat: repeat;
  244. font-weight:none;
  245. font-family: 'Roboto', sans-serif;
  246. font-size:10px;
  247. text-align:justify;
  248. color:{color:text};
  249. margin:0;
  250.  
  251.  
  252. }
  253.  
  254. a {
  255. text-decoration:none;
  256. color:{color:links};
  257. transition-duration: 0.2s;
  258. -moz-transition-duration: 0.2s;
  259. -webkit-transition-duration: 0.3s;
  260. -o-transition-duration: 0.3s;
  261.  
  262. }
  263.  
  264. a:hover {
  265. text-decoration:none;
  266. color:{color:hover};
  267. transition-duration: 0.2s;
  268. -moz-transition-duration: 0.2s;
  269. -webkit-transition-duration: 0.3s;
  270. -o-transition-duration: 0.3s;
  271.  
  272. }
  273.  
  274. img {
  275. border:none;
  276.  
  277.  
  278.  
  279. }
  280.  
  281. blockquote {
  282. font-size:10px;
  283. max-width:545px;
  284. border-left:1px solid{color:blockquote border};
  285. background-color:{color:blockquote background};
  286. text-align:left;
  287. padding:5px;
  288. font-family: 'Roboto', sans-serif;
  289. font-weight:none;
  290. margin-left:5px;
  291. margin-right:5px;
  292. padding-left:5px;
  293. color:{color:text};
  294.  
  295. }
  296.  
  297. pre{
  298. font-size:9px;
  299. text-align:center;
  300. text-transform:none;
  301. font-family: 'Bitter', serif;
  302. font-weight:bold;
  303. line-height:9px;
  304. border-left:1px solid {color:blockquote border};
  305. border-bottom:1px solid {color:blockquote border};
  306. letter-spacing:2px;
  307. background-color:{color:blockquote background};
  308. color:{color:text};
  309. padding:6px;
  310. }
  311.  
  312. small{
  313. font-size:9px;
  314. }
  315.  
  316. big{
  317. font-size:9px;
  318. }
  319.  
  320. sub{
  321. font-size:9px;
  322. }
  323.  
  324.  
  325. h1 {
  326. font-size:17px;
  327. text-align:center;
  328. font-family: 'Roboto', sans-serif;
  329. letter-spacing:1px;
  330. text-transform:uppercase;
  331. border-bottom:1px solid #ddd;
  332. color:{color:title text};
  333. padding:6px;
  334.  
  335.  
  336. }
  337.  
  338. h1 a{
  339. color:{color:title text};
  340. }
  341.  
  342.  
  343. h2{
  344. color:{color:text};
  345. text-transform:uppercase;
  346. text-decoration:underline;
  347. text-shadow: 1px 1px 0px #ddd;
  348. text-align:left;
  349.  
  350. }
  351.  
  352.  
  353.  
  354.  
  355. b {
  356. font-weight:bold;
  357. background:{color:accent};
  358. padding:2px;
  359. text-shadow: 1px 1px 3px {color:text shadow};
  360. color:{color:bold text};
  361.  
  362.  
  363. }
  364.  
  365. i {
  366. font-weight:italic;
  367. color:{color:italic text};
  368.  
  369.  
  370. }
  371.  
  372. u {
  373. text-decoration:none;
  374. border-bottom:1px solid {color:border};
  375.  
  376.  
  377. }
  378.  
  379.  
  380.  
  381. .title {
  382. width:250px;
  383. height:7px;
  384. position:fixed;
  385. padding-top:10px;
  386. padding-bottom:10px;
  387. padding-left:10px;
  388. padding-right:10px;
  389. line-height:8px;
  390. margin-top:209px;
  391. font-weight:bold;
  392. color:{color:title text};
  393. margin-left:40px;
  394. text-transform:uppercase;
  395. font-size:10px;
  396. font-family:'arial';
  397. background:{color:title background};
  398. text-align:center;
  399. overflow:hidden;
  400. letter-spacing:1px;
  401. z-index:9999;
  402. opacity:1;
  403.  
  404. }
  405.  
  406.  
  407. #description {
  408. overflow:auto;
  409. position:fixed;
  410. text-align:center;
  411. margin-top:395px;
  412. margin-left:280px;
  413. width:230px;
  414. height:80px;
  415. opacity:1;
  416. font-family:arial;
  417. line-height:10px;
  418. border-radius:3px 3px 3px 3px;
  419. opacity:0.5;
  420. color:{color:text};
  421. box-shadow:3px 3px 0px {color:text shadow};
  422. background:{color:description background};
  423. padding:10px;
  424. padding-top:14px;
  425. font-size:9px;
  426. z-index:99999999;
  427.  
  428. }
  429.  
  430.  
  431.  
  432. #pagination {
  433. height:auto;
  434. position:fixed;
  435. padding:2px;;
  436. line-height:25px;
  437. margin-top:85px;
  438. width:549px;
  439. font-weight:bold;
  440. color:{color:text};
  441. margin-left:600px;
  442. font-size:14px;
  443. font-family: 'Roboto', sans-serif;
  444. background:{color:title background};
  445. text-align:center;
  446. float:center;
  447. font-style:italic;
  448. text-transform:uppercase;
  449. overflow:hidden;
  450. letter-spacing:1px;
  451. z-index:999999;
  452. opacity:1;
  453. transition-duration: 0.9s;
  454. -moz-transition-duration:0.9s;
  455. -webkit-transition-duration:0.9s;
  456. -o-transition-duration:0.9s;
  457.  
  458.  
  459.  
  460.  
  461.  
  462. }
  463.  
  464. #pagination:hover{
  465. color:{color:hover};
  466. transition-duration: 0.9s;
  467. -moz-transition-duration:0.9s;
  468. -webkit-transition-duration:0.9s;
  469. -o-transition-duration:0.9s;
  470.  
  471.  
  472.  
  473.  
  474. }
  475.  
  476.  
  477.  
  478.  
  479.  
  480. #sidebar1 {
  481. position:fixed;
  482. opacity:1;
  483. background-image:url('{image:sidebar}');
  484. background:{color:hover background};
  485. width:330px;
  486. height:470px;
  487. outline:10px solid {color:border};
  488. top:95px;
  489. margin-left:240px;
  490. z-index:999;
  491.  
  492.  
  493.  
  494. }
  495.  
  496.  
  497. .admins img{
  498. width:64px;
  499. padding:5px;
  500. margin-top:5px;
  501. margin-left:93px;
  502. border-radius:100px;
  503. border:solid 1px {color:blockquote border};
  504. z-index:999999999;
  505.  
  506.  
  507.  
  508. }
  509.  
  510. #links2 {
  511. width:552px;
  512. height:34px;
  513. overflow:hidden;
  514. cursor:pointer;
  515. margin-top:541px;
  516. opacity:1;
  517. position:fixed;
  518. background:{color:title background};
  519. margin-left:600px;
  520. z-index:99999999999999;
  521. }
  522.  
  523. #links2 #all {
  524. margin-left:0px;
  525. margin-top:0px;
  526. padding:5px;
  527. margin-bottom:-2px;
  528. height:14px;
  529. z-index:999999999999999999999;
  530. }
  531.  
  532. #links2 #all a:hover {
  533. color:{color:hover};
  534. letter-spacing:2px;
  535. transition-duration: 0.2s;
  536. -moz-transition-duration: 0.2s;
  537. -webkit-transition-duration: 0.3s;
  538. -o-transition-duration: 0.3s;
  539. }
  540.  
  541. #links2 a {
  542. width:83px;
  543. height:17px;
  544. margin-bottom:1px;
  545. margin-right:-3px;
  546. text-align:center;
  547. text-transform:uppercase;
  548. padding:4px;
  549. line-height:18px;
  550. color:{color:links};
  551. font-style:none;
  552. font-weight:bold;
  553. font-family: 'Roboto', sans-serif;
  554. letter-spacing:1px;
  555. font-size:10px;
  556. display:inline-block;
  557.  
  558.  
  559. }
  560.  
  561. #entries {
  562. overflow-y:auto;
  563. margin-left:600px;
  564. height:415px;
  565. width:552px;
  566. letter-spacing:0px;
  567. position:fixed;
  568. margin-top:120px;
  569.  
  570.  
  571. }
  572. #post {
  573. font-size:10px;
  574. width:500px;
  575. color:{color:post text};
  576. background-color:{color:post background};
  577. text-align:justify;
  578. padding:20px;
  579. overflow:hidden;
  580. line-height:20px;
  581. margin-bottom:30px;
  582. }
  583.  
  584. #post img{
  585. max-width:500px;
  586. height:auto;
  587. }
  588.  
  589.  
  590.  
  591. #info {
  592. width:512px;
  593. text-align:legt;
  594. font-family: 'Roboto', sans-serif;
  595. text-transform:none;
  596. margin-left:-13px;
  597. font-weight:none;
  598. font-size:9px;
  599. margin-top:20px;
  600. letter-spacing:0px;
  601. overflow:hidden;
  602. margin-bottom:-19px;
  603. font-style:none;
  604. padding:10px;
  605. line-height:10px;
  606. color:{color:text};
  607. }
  608.  
  609. #info a {
  610. text-align:left;
  611. font-family: 'Roboto', sans-serif;
  612. line-height:2px;
  613. color:{color:text};
  614. }
  615.  
  616. #info a:hover{
  617. color:{color:hover};
  618. }
  619.  
  620.  
  621. .right{
  622. float:left;
  623.  
  624. }
  625.  
  626.  
  627.  
  628. #tags {
  629. text-align:left;
  630. opacity:1;
  631. font-size:8px;
  632. font-family: 'Roboto', sans-serif;
  633. margin-top:1px;
  634. margin-left:-5px;
  635. padding:-5px;
  636. font-weight:none;
  637. margin-bottom:0px;
  638. height:15px;
  639. width:530px;
  640. padding-top:0px;
  641. background-color:{color:post background};
  642. text-transform:uppercase;
  643. transition-duration: 0.5s;
  644. -moz-transition-duration: 0.5s;
  645. -webkit-transition-duration: 0.5s;
  646. -o-transition-duration: 0.5s;
  647. }
  648.  
  649.  
  650.  
  651. #tags a {
  652. padding:0px;
  653. margin-top:1px;
  654. color:{color:text};
  655. line-height:6px;
  656. letter-spacing:0.5px;
  657. font-weight:none;
  658. font-size:8px;
  659. font-family: 'Roboto', sans-serif;
  660. text-decoration:underline;
  661. display:inline-block;
  662. }
  663.  
  664. #tags a:hover {
  665. -moz-transition-duration:0.3s;
  666. -webkit-transition-duration:0.3s;
  667. -o-transition-duration:0.3s;
  668. color:{color:hover};
  669. }
  670.  
  671. #permalink{
  672. margin-bottom:15px;
  673. text-align:left;
  674. font-size:9px;
  675. font-weight:300;
  676. text-transform:uppercase;
  677. width:590px;
  678. letter-spacing:0px;
  679. line-height:250%;
  680. color:{color:text};
  681. }
  682.  
  683. #permalink a{
  684. color:{color:text};
  685. font-weight:normal;
  686. }
  687.  
  688.  
  689. #asking {
  690. margin-left:15px;
  691. margin-top:10px;
  692.  
  693. }
  694.  
  695. #question {
  696. padding:12px;
  697. padding-left:70px;
  698. color:{color:text};
  699. background-color:{color:question background};
  700. }
  701.  
  702. #asker{
  703. margin-top:-35px;
  704. margin-left:70px;
  705. font-family: 'Roboto', sans-serif;
  706. text-transform:lowercase;
  707.  
  708. }
  709.  
  710. #c{
  711. position:fixed;
  712. font-size:10px;
  713. font-weight:bold;
  714. padding-bottom:5px;
  715. padding-top:5px;
  716. height:20px;
  717. width:20px;
  718. opacity:1;
  719. padding-left:5px;
  720. padding-right:5px;
  721. margin-left:1325px;
  722. top:645px;
  723. letter-spacing:0px;
  724. line-height:22px;
  725. border:1px solid {color:border};
  726. text-align:center;
  727. float:left;
  728. border-radius:100px;
  729. font-family: 'Roboto', sans-serif;
  730. color:{color:text};
  731. text-transform:uppercase;
  732. background-color: rgba(255,255,255, 0.3);
  733. transition-duration: 0.8s;
  734.  
  735.  
  736. }
  737.  
  738.  
  739. lol {
  740. font-size:11px;
  741. text-align:center;
  742. width:210px;
  743. height:5px;
  744. font-family: 'Calibri';
  745. text-shadow: 1px 1px 3px {color:text shadow};
  746. letter-spacing:1px;
  747. background-color:{color:blockquote background};
  748. color:{color:text};
  749. padding:5px;
  750.  
  751.  
  752. }
  753.  
  754.  
  755. #menu {
  756. width:530px;
  757. position:fixed;
  758. height:697px;
  759. margin-top:0px;
  760. opacity:1;
  761. margin-left:-21px;
  762. padding:10px;
  763. z-index:-999999;
  764. background:{color:sidebar background};
  765. }
  766.  
  767. .panel {
  768. width:534px;
  769. position:fixed;
  770. height:497px;
  771. opacity:0;
  772. margin-top:-1110px;
  773. margin-left:40px;
  774. z-index:99;
  775. padding:10px;
  776. z-index:-999999;
  777. background:{color:sidebar background};
  778. }
  779.  
  780. .push-content {
  781. position:relative;
  782. }
  783.  
  784.  
  785.  
  786.  
  787. .navi-links {
  788. width:270px;
  789. height:195px;
  790. overflow:auto;
  791. margin-top:16px;
  792. overflow:hidden;
  793. background:{color:description background};
  794. margin-left:40px;
  795. z-index:9999999999999999999999;
  796.  
  797. }
  798.  
  799. .navi-links #all {
  800. margin-left:2px;
  801. margin-top:3px;
  802. padding:10px;
  803. overflow:hidden;
  804. height:377px;
  805. z-index:999999999999999999999;
  806.  
  807. }
  808.  
  809. .navi-links #all a:hover {
  810. color:{color:hover};
  811. transition-duration: 0.2s;
  812. -moz-transition-duration: 0.2s;
  813. -webkit-transition-duration: 0.3s;
  814. -o-transition-duration: 0.3s;
  815.  
  816. }
  817.  
  818. .navi-links a {
  819. width:237px;
  820. height:15px;
  821. margin-bottom:1px;
  822. padding-right:2px;
  823. text-align:center;
  824. font-weight:bold;
  825. padding:4px;
  826. line-height:16px;
  827. color:{color:links};
  828. font-family:'arial';
  829. background:{color:links background};
  830. font-size:11px;
  831. letter-spacing:3.5px;
  832. text-transform:uppercase;
  833. display:inline-block;
  834. }
  835.  
  836. .navi-links a:hover {
  837. color:{color:hover};
  838.  
  839. }
  840.  
  841.  
  842.  
  843.  
  844. .navi-image {
  845. width:506px;
  846. height:280px;
  847. position:absolute;
  848. margin-left:23px;
  849. margin-top:0px;
  850. background:{color:info background};
  851. background-image:url('{image:navi image}');
  852. }
  853.  
  854. #navlinks {
  855. width:250px;
  856. height:223px;
  857. overflow:hidden;
  858. cursor:pointer;
  859. margin-top:270px;
  860. opacity:1;
  861. position:fixed;
  862. margin-left:18px;
  863. z-index:99;
  864. }
  865.  
  866. #navlinks #all {
  867. margin-left:0px;
  868. margin-top:0px;
  869. padding:5px;
  870. margin-bottom:-2px;
  871. height:14px;
  872. z-index:999999999999999999999;
  873. }
  874.  
  875. #navlinks #all a:hover {
  876. color:{color:hover};
  877. letter-spacing:1px;
  878. transition-duration: 0.2s;
  879. -moz-transition-duration: 0.2s;
  880. -webkit-transition-duration: 0.3s;
  881. -o-transition-duration: 0.3s;
  882. }
  883.  
  884.  
  885.  
  886.  
  887. #navlinks a {
  888. width:112px;
  889. height:13px;
  890. margin-bottom:1px;
  891. margin-right:-2px;
  892. text-align:left;
  893. text-transform:uppercase;
  894. padding:4px;
  895. line-height:17px;
  896. color:{color:links};
  897. font-style:none;
  898. background:{color:links background};
  899. font-family: 'Roboto', sans-serif;
  900. letter-spacing:0px;
  901. font-size:9px;
  902. display:inline-block;
  903.  
  904.  
  905. }
  906.  
  907. #plot {
  908. overflow:auto;
  909. position:absolute;
  910. text-align:center;
  911. margin-top:305px;
  912. margin-left:270px;
  913. text-transform:none;
  914. font-style:normal;
  915. font-family: 'Roboto', sans-serif;
  916. width:225px;
  917. height:120px;
  918. opacity:1;
  919. line-height:16px;
  920. font-weight:none;
  921. color:{color:text};
  922. background:{color:description background};
  923. padding:17px;
  924. letter-spacing:0px;
  925. font-size:10px;
  926. z-index:999999999999999999999;
  927.  
  928.  
  929.  
  930.  
  931. }
  932.  
  933. #admin1 {
  934. position:fixed;
  935. width:80px;
  936. margin-top:190px;
  937. padding:10px;
  938. height:80px;
  939. margin-left:180px;
  940. background-color:transparent;
  941. z-index:9999999999999999;
  942. }
  943.  
  944. #admin1image {
  945. width 80px;
  946. z-index:-99999;
  947. }
  948.  
  949. #admin1image img {
  950. width:80px;
  951. height:80px;
  952. margin-left:110px;
  953. margin-top:530px;
  954. border-radius:100px;
  955. position:fixed;
  956. opacity:1;
  957. border:solid 1px #000000;
  958. z-index:999999999999999;
  959.  
  960.  
  961.  
  962. }
  963.  
  964. #admin2 {
  965. position:fixed;
  966. width:80px;
  967. margin-top:190px;
  968. padding:10px;
  969. height:80px;
  970. margin-left:180px;
  971. background-color:transparent;
  972. z-index:-9999999999;
  973. }
  974.  
  975. #admin2image {
  976. width 80px;
  977. z-index:-99999;
  978. }
  979.  
  980. #admin2image img {
  981. width:80px;
  982. height:80px;
  983. margin-left:225px;
  984. margin-top:530px;
  985. border-radius:100px;
  986. position:fixed;
  987. opacity:1;
  988. border:solid 1px #000000;
  989. z-index:999999999999999;
  990.  
  991.  
  992.  
  993. }
  994.  
  995. #admin3 {
  996. position:fixed;
  997. width:80px;
  998. margin-top:190px;
  999. padding:10px;
  1000. height:80px;
  1001. margin-left:180px;
  1002. background-color:transparent;
  1003. z-index:-9999999999;
  1004. }
  1005.  
  1006. #admin3image {
  1007. width 80px;
  1008. z-index:-99999;
  1009. }
  1010.  
  1011. #admin3image img {
  1012. width:80px;
  1013. height:80px;
  1014. margin-left:340px;
  1015. margin-top:530px;
  1016. border-radius:100px;
  1017. position:fixed;
  1018. opacity:1;
  1019. border:solid 1px #000000;
  1020. z-index:999999999999999;
  1021.  
  1022.  
  1023.  
  1024. }
  1025.  
  1026.  
  1027. {CustomCSS}</style>
  1028.  
  1029.  
  1030.  
  1031. </head>
  1032. <body>
  1033.  
  1034.  
  1035. <div id="sidebar">
  1036. <div id="sidebar1" class="push-content"><a href="/"><img src="{image:sidebar}"></a></div>
  1037. <div id="description"class="push-content">{description}</div>
  1038. </div>
  1039.  
  1040.  
  1041. </div>
  1042.  
  1043. </div>
  1044.  
  1045. <nav id="menu" class="panel" role="navigation">
  1046. <div class="navi-image"><img src="{image:navi image}"></a></div>
  1047. <div id="navlinks">
  1048. <div id="all">
  1049. <p style="text-align:left; background:{color:accent}; height:20px; line-height:21px; font-size:10px;text-transform:uppercase; font-style:italic;padding-left:3px;margin-bottom:0px;width:238px"><big><big><big>before acceptance:</big></big></big></p>
  1050. <a href="/">link</a>
  1051. <a href="/">link</a>
  1052. <a href="/">link</a>
  1053. <a href="/">link</a>
  1054. <a href="/">link</a>
  1055. <a href="/">link</a>
  1056. <br></br>
  1057. <p style="text-align:left; background:{color:accent}; height:20px; line-height:21px; font-size:10px;text-transform:uppercase; font-style:italic;padding-left:3px;margin-bottom:0px;width:238px;margin-top:-10px"><big><big><big>after acceptance:</big></big></big></p>
  1058. <a href="/">link</a>
  1059. <a href="/">link</a>
  1060. <a href="/">link</a>
  1061. <a href="/">link</a>
  1062. <a href="/">link</a>
  1063. <a href="/">link</a>
  1064. <br/>
  1065. </div>
  1066. </div>
  1067. </div>
  1068.  
  1069. <div id="admin1image"><img src="{image:admin 1}"></a></div>
  1070. <div id="admin2image"><img src="{image:admin 2}"></a></div>
  1071. <div id="admin3image"><img src="{image:admin 3}"></a></div>
  1072. </div>
  1073. <div id="plot">{text:plot}</div>
  1074. <p style="text-align:left; background:{color:accent}; height:20px; line-height:21px; font-size:10px;text-transform:uppercase; font-style:italic;padding-left:3px;margin-bottom:0px;width:256px;margin-top:285px;margin-left:270px;position:fixed"><big><big><big>plot:</big></big></big></p>
  1075. </div>
  1076.  
  1077. </nav>
  1078.  
  1079. </div>
  1080. <div id="links2"class="push-content">
  1081. <div id="all">
  1082. <a href="/" title="refresh"</a>Home</a>
  1083. <a href="/ask" title="MESSAGE"</a>Inquire</a>
  1084. <a href="{text:link 1 url}" title="edit title in html"</a>{text:link 1}</a>
  1085. <a href="{text:link 2 url}" title="edit title in html"</a>{text:link 2}</a>
  1086. <a href="{text:link 3 url}" title="edit title in html"</a>{text:link 3}</a>
  1087. <a href="#menu" class="menu-link" title="navigation"</a>More</a>
  1088. </div>
  1089.  
  1090.  
  1091. </div>
  1092. </div>
  1093.  
  1094.  
  1095. <div id="title"class="push-content">
  1096. <div id="pagination">
  1097. {block:Pagination}
  1098. {block:PreviousPage}
  1099. <a href="{PreviousPage}">previous</a> -
  1100. {/block:PreviousPage}
  1101. {text:title} -
  1102. {block:NextPage}
  1103. <a href="{NextPage}">next</a>
  1104. {/block:NextPage}
  1105. {/block:Pagination}</div>
  1106. </div></div>
  1107.  
  1108.  
  1109. <div id="entries"class="push-content">
  1110. {block:Posts}
  1111. <div id="post"
  1112.  
  1113.  
  1114.  
  1115. <div id="post">
  1116.  
  1117. {block:Date}
  1118. <div id="permalink">
  1119. {block:NotReblog}<a href="{URL}" target="_blank" title="{Name}"></a>{/block:NotReblog}
  1120. <a href="{Permalink}">{Month} {DayOfMonth} {Year} </a> | {NoteCount}
  1121. </div>
  1122. {/block:Date}
  1123.  
  1124.  
  1125. <!--TEXT POSTS-->
  1126.  
  1127. {block:Text}
  1128. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1129. {Body}
  1130. {/block:Text}
  1131.  
  1132.  
  1133.  
  1134. {block:Answer}
  1135. <div id="asking"><img src="{AskerPortraitURL-48}"/></div>
  1136. <div id="asker">{Asker} sent:</div>
  1137. <div id="question">{Question}</div>
  1138. {Answer}{/block:Answer}
  1139.  
  1140.  
  1141. {block:Quote}
  1142.  
  1143. {block:Quote}
  1144. <h2>{Quote}</h2>
  1145. <div align="right">
  1146. {block:Source}<h1>-{Source}</h1>{/block:Source}
  1147. </div>
  1148. {/block:Quote}
  1149.  
  1150.  
  1151. {block:Link}
  1152. <h2><center><a href="{URL}">{Name}</center></a></h2>
  1153. {block:Description}{Description}{/block:Description}
  1154. {/block:Link}
  1155.  
  1156.  
  1157.  
  1158. {block:Chat}
  1159. {block:Title}<h2>{Title}</h2>{/block:Title}
  1160. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  1161. {Line}</li>{/block:Lines}</ul>
  1162. {/block:Chat}
  1163.  
  1164.  
  1165.  
  1166. {block:Photo}
  1167. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  1168.  
  1169. {block:Caption}{Caption}{/block:Caption}
  1170. {/block:Photo}
  1171.  
  1172.  
  1173.  
  1174. {block:Photoset}
  1175. {Photoset-500}
  1176. {block:Caption}{Caption}{/block:Caption}
  1177. {/block:Photoset}
  1178.  
  1179.  
  1180.  
  1181. {block:Video}
  1182. {Video-500}
  1183. {block:Caption}{Caption}{/block:Caption}
  1184. {/block:Video}
  1185.  
  1186.  
  1187.  
  1188.  
  1189. {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>
  1190. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  1191. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1192. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  1193. {/block:Audio}
  1194.  
  1195.  
  1196. <div id="info">
  1197. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  1198. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  1199. </div></div>
  1200.  
  1201. {/block:Posts}{/block:Posts}</div></div></div>
  1202. </div>
  1203.  
  1204.  
  1205. <div id="c">
  1206. <a href="http://adf.ly/1IcHXD">©AZ</a>
  1207.  
  1208. </div>
  1209.  
  1210. </html>
Add Comment
Please, Sign In to add comment