Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // Aller by espoirthemes //
- This is a retired/deleted theme garden theme. I will not be updating this or helping with this theme.
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script>
- $(function() {
- $('a[href*="#"]:not([href="#"])').click(function() {
- if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
- var target = $(this.hash);
- target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
- if (target.length) {
- $('html, body').animate({
- scrollTop: target.offset().top
- }, 1000);
- return false;
- }
- }
- });
- });
- </script>
- <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}
- <meta name="image:background" content="" />
- <meta name="image:header" content="" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:text" content="#222" />
- <meta name="color:navigation bar" content="#444" />
- <meta name="color:navigation links" content="#fff" />
- <meta name="color:description" content="#fff" />
- <meta name="color:description links" content="{AccentColor}" />
- <meta name="color:link" content="#aaa" />
- <meta name="color:link hover" content="#ddd" />
- <meta name="color:link" content="#c0bdb8" />
- <meta name="color:Bold" content="#777777" />
- <meta name="color:Italic" content="#bbbbbb"/>
- <meta name="color:border" content="#ddd" />
- <meta name="color:sidebar border" content="#fff" />
- <meta name="color:post shadow" content="#eee" />
- <meta name="color:scrollbar" content="#eee" />
- <meta name="color:scrollbar background" content="#f8f8f8" />
- <meta name="color:tooltip" content="#000" />
- <meta name="color:tooltip text" content="#fff" />
- <meta name="color:selection background" content="#ddd" />
- <meta name="color:selection text" content="#000" />
- <meta name="text:notes" content="notes" />
- <meta name="text:asked" content="shouted" />
- <meta name="text:tag symbol" content="#" />
- <meta name="text:link1" content="01" />
- <meta name="text:url1" content="/" />
- <meta name="text:link2" content="02" />
- <meta name="text:url2" content="/" />
- <meta name="text:link3" content="03" />
- <meta name="text:url3" content="url3" />
- <meta name="text:link4" content="04" />
- <meta name="text:url4" content="url4" />
- <meta name="text:button text" content="go!" />
- <meta name="if:full background" content="" />
- <meta name="if:full header" content="" />
- <meta name="if:post shadow" content="" />
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- <style type="text/css">
- .links_head { cursor:pointer; margin:2px auto; }
- .links_body { text-align:left; display:none;position:absolute; margin:0px; width:230px; padding:6px;}
- .links_body li {
- list-style:none;background:#444;
- width:200px;
- padding:4px;
- margin:0px 0px 0px 0px;
- }
- .links_body li:first-letter {
- color:{AccentColor};
- text-transform:uppercase;
- font-size:1em; line-height:120%;
- }
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- </head>
- <style type="text/css">
- ::selection {
- background: {color:selection background}; /* WebKit/Blink Browsers */color:{color:selection text};
- }
- ::-moz-selection {
- background: {color:selection background}; /* Gecko Browsers */color:{color:selection text};
- }
- ::-webkit-scrollbar {
- width: 10px;
- height:10px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- border-radius: 2px;
- }
- ::-webkit-scrollbar-track {
- background:{color:scrollbar background};
- border: 4px solid {BackgroundColor};
- }
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop
- { z-index:9999; top:50px; right:10px;}
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:-50px;
- margin-left:-20px;
- border:2px solid white;
- box-shadow: 0px 0px 0px 2px {color:tooltip};
- font-family:consolas;
- padding:5px 5px;
- background:{color:tooltip}; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
- color:{color:tooltip text};
- z-index:99999999;
- font-size:.9em;
- text-transform:uppercase;
- }
- /* don't touch this, this is the what makes it look like a speech bubble */
- #s-m-t-tooltip:after{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 10px 0;
- border-color: {color:tooltip} transparent;
- display: block;
- width: 0;
- z-index: 1;
- bottom: -10px;
- left: 10%;}
- body{
- margin:0;
- background:{BackgroundColor} url({image:background})
- {block:iffullbackground} no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover; {/block:iffullbackground};
- background-attachment:fixed;
- word-wrap:break-word;
- font-family:arial;
- overflow:hidden;
- color:{color:text};
- line-height:110%;
- font-size:1em;
- }
- a {
- color:{color:link};
- text-decoration:none;
- transition:.6s;
- border-bottom:1px solid {AccentColor};
- }
- a:hover {
- color:{color:link hover};
- transition:.6s;
- }
- li {
- list-style:circle;
- }
- blockquote{border-left:2px solid {AccentColor}; padding-left:4px;}
- blockquote img{max-width:100%;}
- #container {
- width:100%;
- margin:-10px auto;
- position:relative;
- height:100vh;
- overflow:auto;
- }
- .posts{
- margin:140px auto 100px auto;
- width: 400px;
- padding:20px;
- background:{color:posts};
- border:1px solid {color:border};
- position:relative;
- {block:ifpostshadow} box-shadow:10px 10px {color:post shadow};
- {/block:ifpostshadow}
- }
- h1{ padding:20px; margin-top:2px; font-size:1.12em; text-align:center; padding-bottom:30px; position:relative;}
- .info {
- position: relative;
- text-align: center;
- transition: .6s;
- font-size: 1em;
- font-family: arial;
- padding: 8px;
- }
- .posts:hover .info {
- opacity:1;
- transition:.6s
- }
- .reblob {
- position:relative;
- opacity:0;
- text-align:right;
- background:white;
- transition:.6s;
- font-size:1.38em;
- padding:6px;
- left:0px;
- float:right;
- border:1px solid {color:border};
- top:-20px;
- width:20px;
- transform: translate3d(30px,-22px,50px);
- }
- .reblob a {
- color:white; text-shadow:1px 1px rgba(0,0,0,.4), 1px -1px rgba(0,0,0,.4), -1px 1px rgba(0,0,0,.4), -1px -1px rgba(0,0,0,.4);
- border:None;
- }
- .posts:hover .reblob {
- transform: translate3d(0px,0px,0px);
- opacity:1;
- transition:.6s
- }
- .likeb {
- position:relative;
- opacity:0;
- text-align:right;
- background:white;
- transition:.6s;
- font-size:1.8em;
- padding:6px;
- left:0px;
- float:left;
- border:1px solid {color:border};
- top:-20px;
- width:20px;
- transform: translate3d(-30px,-22px,-50px);
- }
- .posts:hover .likeb {
- transform: translate3d(0px,0px,0px);
- opacity:1;
- transition:.6s
- }
- .tag {
- padding:10px;
- background:{color:posts};
- font-size:1em;
- text-align:left;
- border-top:1px solid {color:border};
- transition:.6s;
- }
- .tag a {
- text-shadow:none;
- margin:4px;
- border:none;
- color:{color:links};
- }
- .posts:hover .tag {
- opacity:1;
- transition: .6s;
- }
- #cont {
- position:fixed;
- left:30px;
- top:80px;
- z-index:9;
- }
- #cont li {
- list-style:none;
- margin:20px auto;
- width:240px;
- }
- .t:first-letter {
- color:{AccentColor};
- font-size:1.48em; line-height:120%;
- }
- .t{ font-size:1.48em; line-height:120%; border-bottom:1px solid {color:border}; padding:4px; }
- .t a {
- border:none;
- }
- .side {
- background:white;
- padding:10px;
- {block:ifpostshadow} box-shadow:10px 10px {color:post shadow};
- {/block:ifpostshadow}
- border:1px solid {color:border};
- line-height:150%;
- width:100%;
- }
- #sidebar
- { position:fixed; background-color:{color:posts}; width:240px; padding:8px; left:30px; top:100px; border:1px solid {color:sidebar border};
- }
- #sidebar img {border-radius:4px; padding:6px; width:40px; height:40px; }
- .title {
- line-height:300%;
- padding:2px;
- color:{TitleColor};
- font-family:{TitleFont};
- font-weight:{TitleFontWeight};
- }
- #navbar {
- position:fixed;
- top:0px;
- width:100%;
- height:50px;
- transition:.6s;
- z-index:11;
- color:{color:navigation links};
- background:{color:navigation bar};
- }
- #navbar li {
- list-style:none;
- display:inline-block;
- padding:2px;
- transition:.8s ease-in-out;
- margin:2px auto auto 10px;
- font-size:1.2em;
- line-height:200%;
- }
- #navbar li a {
- color:{color:navigation links};
- border-bottom:none;
- transition:.6s;
- }
- #navbar li a:hover {
- border-bottom:1px solid {navigation links};
- transition:.6s;
- }
- #header {
- width:100%;
- position:relative;
- top:0px;
- left:0px;
- z-index:10;
- height:100vh;
- background:{color:posts} url({image:header})
- {block:iffullheader} no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover; {/block:iffullheader};
- background-attachment:fixed;
- border-bottom:2px solid {AccentColor};
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- {block:TagPage}
- display:none;
- {/block:tagpage}
- {block:SearchPage}
- display:none;
- {/block:SearchPage}
- }
- #header a {
- transition:.6s;
- }
- #description {
- position:absolute;
- margin:150px auto auto 100px;
- width:420px;
- max-height:50vh;
- color:{color:description};
- overflow:auto;
- background:rgba(0,0,0,.4);
- line-height:150%;
- font-size:1.26em;
- padding:20px;
- }
- #description:first-letter {
- color:{AccentColor};
- font-size:1.38em;
- padding:2px;
- text-transform:uppercase;
- }
- #description a {
- color:{color:description links};
- }
- .button {
- border:2px solid {AccentColor};
- padding:2px 8px 2px 8px;
- transition:.2s;
- float:right;
- }
- #description .button a {
- color:white;
- border-bottom:none;
- }
- #description .button:hover {
- background:{AccentColor};
- transition:.2s;
- }
- .speechbubble
- {
- width:250px;
- position: relative;
- background:#eee;
- left:70px;
- margin: 0;
- font-size:1em;
- padding:20px;
- height: auto;
- background: #FFFFFF;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- border: {color:border} solid 1px;
- }
- .speechbubble:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 12px 17px 12px 0;
- border-color: transparent #FFFFFF;
- display: block;
- width: 0;
- z-index: 1;
- left: -17px;
- top: 23px;
- }
- .speechbubble:before
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 12px 17px 12px 0;
- border-color: transparent {color:border};
- display: block;
- width: 0;
- z-index: 0;
- left: -18px;
- top: 23px;
- }
- #albumart{
- z-index:2;
- width:90px;
- float:left;border-radius:100%;
- height:90px;
- border:1px solid {color:border};
- }
- .playerbox {
- float:left;
- padding:6px;
- }
- #albumart img{
- width:90px;
- height:90px;
- float:left;border-radius:100%;
- border-width:0px; transition:.6s;
- }
- .playerbox:hover #albumart img{
- transition:0.6s;
- transform:rotate(300deg); }
- .player {
- max-width:20px;
- overflow:hidden;
- max-height:40px;
- transform:scale(1.16);
- border-radius:100%;
- top:8px;
- bottom:10px;
- left:0px;
- padding:8px;
- padding-top:6px;
- padding-left:10px;
- padding-bottom:0px;
- border-radius:100%;
- position:absolute;
- }
- .playercon {
- width:56px;
- height:56px;
- border-radius:100%;
- left:0px;
- background:white;
- top:16px;
- position:relative;
- border:1px solid {color:border};
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;
- }
- .infobox {
- float:left top;
- margin-left:90px;
- background-color:transparent;
- padding:14px;
- padding-left:2px;
- {block:permalinkpage} width:300px; {/block:permalinkpage}
- max-height:140px;
- text-align:center;
- color:{color:text};
- }
- .track {
- font-size:1em;
- letter-spacing:2px;
- border-bottom:1px solid {color:border};
- padding:2px;
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- color:#333;
- }
- .track:first-letter {
- color:{AccentColor};
- text-transform:uppercase;
- font-size:1em; line-height:120%;
- }
- .artist {
- letter-spacing:2px;
- padding:2px;
- font-size:.8em;
- font-style:italic;
- }
- .album {
- font-size:.8em;
- }
- .playcount {
- font-size:.8em;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiolo {
- width:400px;
- background:{color:posts};
- }
- .linkp{
- font-size:1.52em; text-align:center; font-family:helvetica;
- border-bottom:2px solid {color:border}; padding:10px;
- }
- .linkp a{text-decoration:none; }
- .linkp:after{
- content:'»';
- transition:.6s; margin-left:2px;
- }
- .linkp:hover:after{
- margin-left:10px;
- transition:.6s;
- color:{color:link};
- }
- .chat {
- padding:5px;
- line-height:150%;
- }
- .chat:nth-of-type(odd) {
- background:{color:text};
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(odd) b {
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) {
- background:{color:posts};
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) b{
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- #perma {
- position: absolute;
- letter-spacing: .5px;
- text-transform: lowercase;
- margin-top:0px;
- margin-left:480px;
- opacity:0; transition:1s;
- }
- #perma:before{content:''; position:absolute; width:1px;height:0px; background:{color:border}; margin-left:20px; z-index:-1;
- ; top:10px; transition:.6s; }
- #perma:after {content:''; position:absolute; width:0px;height:1px; background:{color:border}; left:-60px; z-index:-1; top:20px; transition:.6s;
- }
- .posts img {max-width:100%;}
- #perma img {
- border:2px solid {color:border}; margin:6px;
- min-width:30px;
- z-index:2;
- }
- #perma a {
- border:none;
- }
- .posts:hover #perma{
- opacity:1;
- transition:2s;
- }
- .posts:hover #perma:before{height:50px; transition:.9s; z-index:-1; transition-delay:.6s; ; }
- .posts:hover #perma:after{width:100px; transition:.9s; z-index:-1;
- }
- #up {
- position:fixed;
- bottom:20px;
- right:20px;
- padding:6px;
- background:{color:posts};
- border:1px solid {color:border};
- z-index:8;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- {block:TagPage}
- display:none;
- {/block:tagpage}
- {block:SearchPage}
- display:none;
- {/block:SearchPage}
- {block:ifpostshadow} box-shadow:4px 4px {color:post shadow};
- {/block:ifpostshadow}
- }
- #up a {
- border:none;
- font-size:.8em;
- }
- #egg { opacity:.8;left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- border:1px solid {color:border};
- font-family: "bitxmap";
- z-index:4;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(30deg)}
- 80%{transform:rotate(-30deg)}
- 100%{}
- }
- .clear {
- margin:0px auto;
- height: 0px;
- overflow: hidden;
- }
- .search {
- }
- .search-scope {
- font-size: .8em;
- text-align: center;
- }
- #search {
- }
- #search form .query {
- border: none;
- border:1px solid transparent;
- outline: none;
- width: 100px;
- overflow:hidden;
- color:{color:navigation links};
- font-size:1em;
- background:transparent;
- }
- #search form .submit {
- background: white;
- color: #fafafa;
- border: none;
- padding:0px;
- float: right;
- cursor: pointer;
- }
- #search:hover form .query{
- width:120px;
- border-bottom:1px solid white;
- }
- .avatar-square img{ border-radius: 4px; background:#ffffff; border:4px solid #ffffff; }
- .avatar-circle img{ background:#ffffff; border:4px solid #ffffff; border-radius: 100%; }
- .jump_page {
- padding: 4px 8px;
- border:1px solid {color:border};
- color:{color:Link};
- font-size:1em;
- text-decoration:none;
- }
- .current_page {
- padding: 4px 8px;
- border:1px solid {AccentColor};
- background-color:{AccentColor};
- color:{color:posts};
- font-size:1em;
- text-decoration:none;
- }
- .jump_page a{
- border:none;
- }
- .jump_page:hover {
- background-color: {AccentColor};
- border:1px solid {AccentColor};
- }
- .jump_page:hover a {
- color:{color:posts};
- }
- ol.notes{position:relative;
- margin:10px auto 100px auto;
- width:400px; padding:10px;
- }
- .notes li::first-line{margin-top:-20px;}
- .notes li{list-style:none;
- float:right;
- bottom:40px;
- margin:10px auto;
- {block:ifpostshadow} box-shadow:10px 10px {color:post shadow};
- {/block:ifpostshadow}
- position:relative;
- max-height:40px;
- font-size:1em;
- width:400px;
- max-width:400px;
- background:{color:posts};
- padding:10px;
- border:1px solid {color:border};
- }
- .notes li img{ padding:2px;
- width:32px; position:relative; float:right; margin:0;}
- {CustomCSS}
- </style>
- <body>
- <div id="navbar">
- {block:ShowTitle}<li style="float:right"><a href="/">{title}</a> </li> {/block:ShowTitle}
- <li><a href="/">{lang:Home}</a></li>
- {block:AskEnabled}
- <li><a href="/ask">{AskLabel}</a></li>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <li><a href="/submit">{SubmitLabel}</a> </li>
- {/block:SubmissionsEnabled}
- <li><a href="/archive">{lang:Archive}</a></li>
- <li><div class="links_list">
- <p class="links_head"><a title="click for links"><a>{lang:More}</a></p>
- <div class="links_body">
- <center>
- <div style="text-align:left;">
- <li><a href="{text:url1}">{text:link1}</a></li><br>
- <li><a href="{text:url2}">{text:link2}</a></li><br>
- <li><a href="{text:url3}">{text:link3}</a></li><br>
- <li><a href="{text:url4}">{text:link4}</a></li><br>
- {block:HasPages} {block:Pages}<li>
- <a href="{URL}">{Label}</a></li><br>
- {/block:Pages} {/block:HasPages}
- </div>
- </div>
- </center>
- </div>
- </li>
- <li>
- <div id="search">
- <form action="/search" method="get" id="search-form">
- <input type="hidden" name="t" value="{Name}" />
- <input type="text" name="q" class="query" value="{SearchQuery}" placeholder="{lang:search}..."/>
- </form></div>
- </li>
- {block:TagPage}
- <li>{lang:TagResultCount posts tagged Tag} </li>
- {/block:TagPage}
- {block:SearchPage}
- <li>{lang:SearchResultCount results for SearchQuery}
- {block:NoSearchResults}
- {lang:No posts containing SearchQuery}
- {/block:NoSearchResults}
- </li>
- {/block:SearchPage}
- </div>
- <div id="header">
- <div id="description">{block:ShowDescription}{description}{/block:ShowDescription} <div class="button"><a href="#container">{text:button text}</a></div></div> </div>
- </div>
- <div id="cont">
- <li><div class="side" style="min-height:60px;">
- {block:ShowHeaderImage} <img src="{HeaderImage}" style="width:100%; height:80px">{block:ShowAvatar} <div class="avatar-{AvatarShape}">
- <img src="{PortraitUrl-64}" style="position:absolute; margin-top:-46px; left:100px; width:50px; border:4px solid {color:posts}">
- </div>{/block:ShowAvatar}{/block:ShowHeaderImage}
- {block:HideHeaderImage}<center>{block:ShowAvatar} <img src="{PortraitUrl-64}" style="left:100px; width:50px; border:4px solid {color:posts}"> {/block:ShowAvatar}</center> {/block:HideHeaderImage}
- <center><a href="/" class="title">{title}</a> </center></div></li>
- <li><div class="side">
- {block:Pagination}
- <center>
- {block:PreviousPage}<span class="jump_page"><a href="{PreviousPage}">{lang:Previous}</a></span>
- {/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="current_page">
- {PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<span class="jump_page"><a href="{URL}">{PageNumber}</a></span>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <span class="jump_page"><a href="{NextPage}">{lang:Next}</a></span>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- {block:PermalinkPagination}
- {block:PreviousPost}
- <span class="jump_page"><a href="{PreviousPost}">{lang:Previous Post}</a></span>
- {/block:PreviousPost}
- {block:NextPost}
- <span class="jump_page"><a href="{NextPost}">{lang:Next Post}</a></span>
- {/block:NextPost}
- {/block:PermalinkPagination}
- </div></li>
- </div>
- <div id="up"><a href="#header" class="fa fa-arrow-up"></a></div>
- <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
- <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
- <div id="container">
- {block:Posts}<div class="posts">
- {block:RebloggedFrom} <div id="perma"><center>
- <a href="{ReblogParentURL}" title="{lang:Via}: {reblogparentname}"><img src="{ReblogParentPortraitURL-64}" style="width:30px"></a> <br>
- <a href="{ReblogrootURL}" title="{lang:Source}: {reblogrootname}"><img src="{reblogrootPortraitURL-64}" style="width:30px"></a>
- </center></div>{/block:RebloggedFrom}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}
- {block:Title}
- <div class="t"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}{block:Photo}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}{block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Panorama}{block:Photoset}
- {Photoset-400}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <i class="fa fa-quote-left"></i> {Quote} <i class="fa fa-quote-right"></i>
- <br>
- {block:Source}
- -{Source}
- {/block:Source}<br>
- {/block:Quote}
- {block:Link}
- <div class="caption"> <center>
- <a href="{URL}" class="linkp" target="_blank"> {Name}</a>
- </center> </div>
- {block:Description}<div class="caption">
- {Description}</div> {/block:description}
- {/block:Link}
- {block:Chat}
- {block:Title}<a href="{Permalink}" style="background:transparent; padding:0;"><div class="t">{title}</div></a>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-400}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="audiolo">
- <div class="playerbox">
- <div id="albumart"> {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- <center><div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></center></div>
- <div class="infobox">
- <div class="track"> {block:TrackName}
- {TrackName}
- {/block:TrackName} </div>
- <div class="artist">
- {block:Artist}{Artist}
- {/block:Artist} </div>
- <div class="album">
- {block:Album}
- {Album}
- {/block:Album}
- </div>
- <div class="playcount">
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
- </div></div> <br>{block:Caption}<div class="caption"> {caption} <br></div> {block:Caption}
- {/block:Audio}
- {block:Answer} <br>
- <div class="askerportrait"><img style=" margin-left:0px; position:absolute;" src="{AskerPortraitURL-48}" align="left" /></div><div class="speechbubble">{Asker} {text:asked}: {Question}</div><br>
- {Answer}
- {/block:Answer}
- {block:Date}
- <div class="likeb">
- {likebutton}
- </div>
- <div class="reblob">
- {reblogButton}</div>
- <div class="info">
- <a href="{permalink}" title="{timeAgo}">{24HourWithZero}:{Minutes} {CapitalAMPM}</a> <a href="{Permalink}">{NoteCount} {text:notes}</a> </div> {/block:Date}
- {block:HasTags} <div class="tag">{block:tags} <a href="{TagURL}">{text:tag symbol}{Tag}</a>{/block:tags}</div>{/block:HasTags}
- </div>
- <!--posts end-->{/block:Posts}
- {block:PostNotes}
- {PostNotes-64}
- {/block:PostNotes}
- </div><!--container end-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement