Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto700::latin', 'Roboto::latin' , 'Bitter::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script>
- /*! bigSlide - v0.5.0 - 2014-09-12
- * http://ascott1.github.io/bigSlide.js/
- * Copyright (c) 2014 Adam D. Scott; Licensed MIT */
- /*! bigSlide - v0.4.3 - 2014-01-25
- * http://ascott1.github.io/bigSlide.js/
- * Copyright (c) 2014 Adam D. Scott; Licensed MIT */
- (function($) {
- 'use strict';
- $.fn.bigSlide = function(options) {
- var settings = $.extend({
- 'menu': ('#menu'),
- 'push': ('.push-content'),
- 'side': 'left',
- 'menuWidth': '530px',
- 'speed': '500',
- 'activeBtn':'menu-open'
- }, options);
- var menuLink = this,
- menu = $(settings.menu),
- push = $(settings.push),
- width = settings.menuWidth;
- var positionOffScreen = {
- 'position': 'fixed',
- 'top': '0',
- 'bottom': '0',
- 'left': '-530px',
- 'settings.side': '-' + settings.menuWidth,
- 'width': settings.menuWidth,
- 'height': '697px'
- };
- var animateSlide = {
- '-webkit-transition': settings.side + ' ' + settings.speed + 'ms ease',
- '-moz-transition': settings.side + ' ' + settings.speed + 'ms ease',
- '-ms-transition': settings.side + ' ' + settings.speed + 'ms ease',
- '-o-transition': settings.side + ' ' + settings.speed + 'ms ease',
- 'transition': settings.side + ' ' + settings.speed + 'ms ease'
- };
- menu.css(positionOffScreen);
- push.css(settings.side, '0');
- menu.css(animateSlide);
- push.css(animateSlide);
- menu._state = 'closed';
- menu.open = function() {
- menu._state = 'open';
- menu.css(settings.side, '0');
- push.css(settings.side, width);
- menuLink.addClass(settings.activeBtn);
- };
- menu.close = function() {
- menu._state = 'closed';
- menu.css(settings.side, '-' + width);
- push.css(settings.side, '0');
- menuLink.removeClass(settings.activeBtn);
- };
- $(document).on('click.bigSlide', function(e) {
- if (!$(e.target).parents().andSelf().is(menuLink) && menu._state === 'open') {
- menu.close();
- menuLink.removeClass(settings.activeBtn);
- }
- });
- menuLink.on('click.bigSlide', function(e) {
- e.preventDefault();
- if (menu._state === 'closed') {
- menu.open();
- } else {
- menu.close();
- }
- });
- menuLink.on('touchend', function(e){
- menuLink.trigger('click.bigSlide');
- e.preventDefault();
- });
- return menu;
- };
- }(jQuery));
- </script>
- <script>
- $(document).ready(function() {
- $('.menu-link').bigSlide();
- });
- </script>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!----
- — Theme made by azureofrp —
- — Theme number 43 //Misset// —
- — Do not steal anything :) —
- — Do not take parts of my coding and use them for your themes —
- — To request a custom theme, visit my custom theme request page —
- — Please respect my effort and the time I put into my themes —
- --->
- <meta name="color:blockquote border" content="#ffffff">
- <meta name="color:border" content="#000000">
- <meta name="color:text" content="#000000"/>
- <meta name="color:post text" content="#b6b6b6"/>
- <meta name="color:title text" content="#ffffff"/>
- <meta name="color:italic text" content="#000000">
- <meta name="color:title text" content="#000000">
- <meta name="color:bold text" content="#000000">
- <meta name="color:hover" content="#c1b8b8">
- <meta name="color:links" content="#ffffff"/>
- <meta name="color:accent" content="#ffffff"/>
- <meta name="color:scrollbar" content="#473f3f">
- <meta name="color:credit" content="#616b6b">
- <meta name="color:text shadow" content="#ffffff">
- <meta name="color:background" content="#c3cccc"/>
- <meta name="color:blockquote background" content="#c3cccc">
- <meta name="color:description background" content="#c1b6b6"/>
- <meta name="color:post background" content="#000000">
- <meta name="color:title background" content="#adb3b3">
- <meta name="color:sidebar background" content="#adb3b3">
- <meta name="color:links background" content="#adb3b3">
- <meta name="color:question background" content="#adb3b3">
- <meta name="color:scrollbar background" content="#616b6b">
- <meta name="image:background" content=""/>
- <meta name="image:navi image" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:admin 1" content=""/>
- <meta name="image:admin 2" content=""/>
- <meta name="image:admin 3" content=""/>
- <meta name="text:plot" content="">
- <meta name="text:title" content="">
- <meta name="text:link 1" content="Link 1">
- <meta name="text:link 2" content="Link 2">
- <meta name="text:link 3" content="Link 3">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:4px;
- background-color:{color:scrollbar background};
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin:10px 0px 0px 10px;
- padding:5px;
- font-weight:bold;
- background-color:{color:post background};
- border-bottom:1px solid #ddd;
- font-family: 'Roboto', sans-serif;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:text};
- z-index:999999999999999999999999999999999999;
- }
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-weight:none;
- font-family: 'Roboto', sans-serif;
- font-size:10px;
- text-align:justify;
- color:{color:text};
- margin:0;
- }
- a {
- text-decoration:none;
- color:{color:links};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- a:hover {
- text-decoration:none;
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- img {
- border:none;
- }
- blockquote {
- font-size:10px;
- max-width:545px;
- border-left:1px solid{color:blockquote border};
- background-color:{color:blockquote background};
- text-align:left;
- padding:5px;
- font-family: 'Roboto', sans-serif;
- font-weight:none;
- margin-left:5px;
- margin-right:5px;
- padding-left:5px;
- color:{color:text};
- }
- pre{
- font-size:9px;
- text-align:center;
- text-transform:none;
- font-family: 'Bitter', serif;
- font-weight:bold;
- line-height:9px;
- border-left:1px solid {color:blockquote border};
- border-bottom:1px solid {color:blockquote border};
- letter-spacing:2px;
- background-color:{color:blockquote background};
- color:{color:text};
- padding:6px;
- }
- small{
- font-size:9px;
- }
- big{
- font-size:9px;
- }
- sub{
- font-size:9px;
- }
- h1 {
- font-size:17px;
- text-align:center;
- font-family: 'Roboto', sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- border-bottom:1px solid #ddd;
- color:{color:title text};
- padding:6px;
- }
- h1 a{
- color:{color:title text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- text-decoration:underline;
- text-shadow: 1px 1px 0px #ddd;
- text-align:left;
- }
- b {
- font-weight:bold;
- background:{color:accent};
- padding:2px;
- text-shadow: 1px 1px 3px {color:text shadow};
- color:{color:bold text};
- }
- i {
- font-weight:italic;
- color:{color:italic text};
- }
- u {
- text-decoration:none;
- border-bottom:1px solid {color:border};
- }
- .title {
- width:250px;
- height:7px;
- position:fixed;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:8px;
- margin-top:209px;
- font-weight:bold;
- color:{color:title text};
- margin-left:40px;
- text-transform:uppercase;
- font-size:10px;
- font-family:'arial';
- background:{color:title background};
- text-align:center;
- overflow:hidden;
- letter-spacing:1px;
- z-index:9999;
- opacity:1;
- }
- #description {
- overflow:auto;
- position:fixed;
- text-align:center;
- margin-top:395px;
- margin-left:280px;
- width:230px;
- height:80px;
- opacity:1;
- font-family:arial;
- line-height:10px;
- border-radius:3px 3px 3px 3px;
- opacity:0.5;
- color:{color:text};
- box-shadow:3px 3px 0px {color:text shadow};
- background:{color:description background};
- padding:10px;
- padding-top:14px;
- font-size:9px;
- z-index:99999999;
- }
- #pagination {
- height:auto;
- position:fixed;
- padding:2px;;
- line-height:25px;
- margin-top:85px;
- width:549px;
- font-weight:bold;
- color:{color:text};
- margin-left:600px;
- font-size:14px;
- font-family: 'Roboto', sans-serif;
- background:{color:title background};
- text-align:center;
- float:center;
- font-style:italic;
- text-transform:uppercase;
- overflow:hidden;
- letter-spacing:1px;
- z-index:999999;
- opacity:1;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #pagination:hover{
- color:{color:hover};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #sidebar1 {
- position:fixed;
- opacity:1;
- background-image:url('{image:sidebar}');
- background:{color:hover background};
- width:330px;
- height:470px;
- outline:10px solid {color:border};
- top:95px;
- margin-left:240px;
- z-index:999;
- }
- .admins img{
- width:64px;
- padding:5px;
- margin-top:5px;
- margin-left:93px;
- border-radius:100px;
- border:solid 1px {color:blockquote border};
- z-index:999999999;
- }
- #links2 {
- width:552px;
- height:34px;
- overflow:hidden;
- cursor:pointer;
- margin-top:541px;
- opacity:1;
- position:fixed;
- background:{color:title background};
- margin-left:600px;
- z-index:99999999999999;
- }
- #links2 #all {
- margin-left:0px;
- margin-top:0px;
- padding:5px;
- margin-bottom:-2px;
- height:14px;
- z-index:999999999999999999999;
- }
- #links2 #all a:hover {
- color:{color:hover};
- letter-spacing:2px;
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- #links2 a {
- width:83px;
- height:17px;
- margin-bottom:1px;
- margin-right:-3px;
- text-align:center;
- text-transform:uppercase;
- padding:4px;
- line-height:18px;
- color:{color:links};
- font-style:none;
- font-weight:bold;
- font-family: 'Roboto', sans-serif;
- letter-spacing:1px;
- font-size:10px;
- display:inline-block;
- }
- #entries {
- overflow-y:auto;
- margin-left:600px;
- height:415px;
- width:552px;
- letter-spacing:0px;
- position:fixed;
- margin-top:120px;
- }
- #post {
- font-size:10px;
- width:500px;
- color:{color:post text};
- background-color:{color:post background};
- text-align:justify;
- padding:20px;
- overflow:hidden;
- line-height:20px;
- margin-bottom:30px;
- }
- #post img{
- max-width:500px;
- height:auto;
- }
- #info {
- width:512px;
- text-align:legt;
- font-family: 'Roboto', sans-serif;
- text-transform:none;
- margin-left:-13px;
- font-weight:none;
- font-size:9px;
- margin-top:20px;
- letter-spacing:0px;
- overflow:hidden;
- margin-bottom:-19px;
- font-style:none;
- padding:10px;
- line-height:10px;
- color:{color:text};
- }
- #info a {
- text-align:left;
- font-family: 'Roboto', sans-serif;
- line-height:2px;
- color:{color:text};
- }
- #info a:hover{
- color:{color:hover};
- }
- .right{
- float:left;
- }
- #tags {
- text-align:left;
- opacity:1;
- font-size:8px;
- font-family: 'Roboto', sans-serif;
- margin-top:1px;
- margin-left:-5px;
- padding:-5px;
- font-weight:none;
- margin-bottom:0px;
- height:15px;
- width:530px;
- padding-top:0px;
- background-color:{color:post background};
- text-transform:uppercase;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- #tags a {
- padding:0px;
- margin-top:1px;
- color:{color:text};
- line-height:6px;
- letter-spacing:0.5px;
- font-weight:none;
- font-size:8px;
- font-family: 'Roboto', sans-serif;
- text-decoration:underline;
- display:inline-block;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:hover};
- }
- #permalink{
- margin-bottom:15px;
- text-align:left;
- font-size:9px;
- font-weight:300;
- text-transform:uppercase;
- width:590px;
- letter-spacing:0px;
- line-height:250%;
- color:{color:text};
- }
- #permalink a{
- color:{color:text};
- font-weight:normal;
- }
- #asking {
- margin-left:15px;
- margin-top:10px;
- }
- #question {
- padding:12px;
- padding-left:70px;
- color:{color:text};
- background-color:{color:question background};
- }
- #asker{
- margin-top:-35px;
- margin-left:70px;
- font-family: 'Roboto', sans-serif;
- text-transform:lowercase;
- }
- #c{
- position:fixed;
- font-size:10px;
- font-weight:bold;
- padding-bottom:5px;
- padding-top:5px;
- height:20px;
- width:20px;
- opacity:1;
- padding-left:5px;
- padding-right:5px;
- margin-left:1325px;
- top:645px;
- letter-spacing:0px;
- line-height:22px;
- border:1px solid {color:border};
- text-align:center;
- float:left;
- border-radius:100px;
- font-family: 'Roboto', sans-serif;
- color:{color:text};
- text-transform:uppercase;
- background-color: rgba(255,255,255, 0.3);
- transition-duration: 0.8s;
- }
- lol {
- font-size:11px;
- text-align:center;
- width:210px;
- height:5px;
- font-family: 'Calibri';
- text-shadow: 1px 1px 3px {color:text shadow};
- letter-spacing:1px;
- background-color:{color:blockquote background};
- color:{color:text};
- padding:5px;
- }
- #menu {
- width:530px;
- position:fixed;
- height:697px;
- margin-top:0px;
- opacity:1;
- margin-left:-21px;
- padding:10px;
- z-index:-999999;
- background:{color:sidebar background};
- }
- .panel {
- width:534px;
- position:fixed;
- height:497px;
- opacity:0;
- margin-top:-1110px;
- margin-left:40px;
- z-index:99;
- padding:10px;
- z-index:-999999;
- background:{color:sidebar background};
- }
- .push-content {
- position:relative;
- }
- .navi-links {
- width:270px;
- height:195px;
- overflow:auto;
- margin-top:16px;
- overflow:hidden;
- background:{color:description background};
- margin-left:40px;
- z-index:9999999999999999999999;
- }
- .navi-links #all {
- margin-left:2px;
- margin-top:3px;
- padding:10px;
- overflow:hidden;
- height:377px;
- z-index:999999999999999999999;
- }
- .navi-links #all a:hover {
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .navi-links a {
- width:237px;
- height:15px;
- margin-bottom:1px;
- padding-right:2px;
- text-align:center;
- font-weight:bold;
- padding:4px;
- line-height:16px;
- color:{color:links};
- font-family:'arial';
- background:{color:links background};
- font-size:11px;
- letter-spacing:3.5px;
- text-transform:uppercase;
- display:inline-block;
- }
- .navi-links a:hover {
- color:{color:hover};
- }
- .navi-image {
- width:506px;
- height:280px;
- position:absolute;
- margin-left:23px;
- margin-top:0px;
- background:{color:info background};
- background-image:url('{image:navi image}');
- }
- #navlinks {
- width:250px;
- height:223px;
- overflow:hidden;
- cursor:pointer;
- margin-top:270px;
- opacity:1;
- position:fixed;
- margin-left:18px;
- z-index:99;
- }
- #navlinks #all {
- margin-left:0px;
- margin-top:0px;
- padding:5px;
- margin-bottom:-2px;
- height:14px;
- z-index:999999999999999999999;
- }
- #navlinks #all a:hover {
- color:{color:hover};
- letter-spacing:1px;
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- #navlinks a {
- width:112px;
- height:13px;
- margin-bottom:1px;
- margin-right:-2px;
- text-align:left;
- text-transform:uppercase;
- padding:4px;
- line-height:17px;
- color:{color:links};
- font-style:none;
- background:{color:links background};
- font-family: 'Roboto', sans-serif;
- letter-spacing:0px;
- font-size:9px;
- display:inline-block;
- }
- #plot {
- overflow:auto;
- position:absolute;
- text-align:center;
- margin-top:305px;
- margin-left:270px;
- text-transform:none;
- font-style:normal;
- font-family: 'Roboto', sans-serif;
- width:225px;
- height:120px;
- opacity:1;
- line-height:16px;
- font-weight:none;
- color:{color:text};
- background:{color:description background};
- padding:17px;
- letter-spacing:0px;
- font-size:10px;
- z-index:999999999999999999999;
- }
- #admin1 {
- position:fixed;
- width:80px;
- margin-top:190px;
- padding:10px;
- height:80px;
- margin-left:180px;
- background-color:transparent;
- z-index:9999999999999999;
- }
- #admin1image {
- width 80px;
- z-index:-99999;
- }
- #admin1image img {
- width:80px;
- height:80px;
- margin-left:110px;
- margin-top:530px;
- border-radius:100px;
- position:fixed;
- opacity:1;
- border:solid 1px #000000;
- z-index:999999999999999;
- }
- #admin2 {
- position:fixed;
- width:80px;
- margin-top:190px;
- padding:10px;
- height:80px;
- margin-left:180px;
- background-color:transparent;
- z-index:-9999999999;
- }
- #admin2image {
- width 80px;
- z-index:-99999;
- }
- #admin2image img {
- width:80px;
- height:80px;
- margin-left:225px;
- margin-top:530px;
- border-radius:100px;
- position:fixed;
- opacity:1;
- border:solid 1px #000000;
- z-index:999999999999999;
- }
- #admin3 {
- position:fixed;
- width:80px;
- margin-top:190px;
- padding:10px;
- height:80px;
- margin-left:180px;
- background-color:transparent;
- z-index:-9999999999;
- }
- #admin3image {
- width 80px;
- z-index:-99999;
- }
- #admin3image img {
- width:80px;
- height:80px;
- margin-left:340px;
- margin-top:530px;
- border-radius:100px;
- position:fixed;
- opacity:1;
- border:solid 1px #000000;
- z-index:999999999999999;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebar1" class="push-content"><a href="/"><img src="{image:sidebar}"></a></div>
- <div id="description"class="push-content">{description}</div>
- </div>
- </div>
- </div>
- <nav id="menu" class="panel" role="navigation">
- <div class="navi-image"><img src="{image:navi image}"></a></div>
- <div id="navlinks">
- <div id="all">
- <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>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <br></br>
- <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>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <br/>
- </div>
- </div>
- </div>
- <div id="admin1image"><img src="{image:admin 1}"></a></div>
- <div id="admin2image"><img src="{image:admin 2}"></a></div>
- <div id="admin3image"><img src="{image:admin 3}"></a></div>
- </div>
- <div id="plot">{text:plot}</div>
- <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>
- </div>
- </nav>
- </div>
- <div id="links2"class="push-content">
- <div id="all">
- <a href="/" title="refresh"</a>Home</a>
- <a href="/ask" title="MESSAGE"</a>Inquire</a>
- <a href="{text:link 1 url}" title="edit title in html"</a>{text:link 1}</a>
- <a href="{text:link 2 url}" title="edit title in html"</a>{text:link 2}</a>
- <a href="{text:link 3 url}" title="edit title in html"</a>{text:link 3}</a>
- <a href="#menu" class="menu-link" title="navigation"</a>More</a>
- </div>
- </div>
- </div>
- <div id="title"class="push-content">
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a> -
- {/block:PreviousPage}
- {text:title} -
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div></div>
- <div id="entries"class="push-content">
- {block:Posts}
- <div id="post"
- <div id="post">
- {block:Date}
- <div id="permalink">
- {block:NotReblog}<a href="{URL}" target="_blank" title="{Name}"></a>{/block:NotReblog}
- <a href="{Permalink}">{Month} {DayOfMonth} {Year} </a> | {NoteCount}
- </div>
- {/block:Date}
- <!--TEXT POSTS-->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div id="asking"><img src="{AskerPortraitURL-48}"/></div>
- <div id="asker">{Asker} sent:</div>
- <div id="question">{Question}</div>
- {Answer}{/block:Answer}
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {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>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
- {/block:Audio}
- <div id="info">
- {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
- </div></div>
- {/block:Posts}{/block:Posts}</div></div></div>
- </div>
- <div id="c">
- <a href="http://adf.ly/1IcHXD">©AZ</a>
- </div>
- </html>
Add Comment
Please, Sign In to add comment