Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- // Pocket Camp
- by espoirthemes //
- + please don't move or remove the credit
- + let me know about problems with the theme
- + edit it as much as you want
- -- Credits --
- This theme is (obviously) inspired by animal crossing pocket camp!
- -->
- <html>
- <head>
- <link href="https://fonts.googleapis.com/css?family=Fredoka+One|Source+Sans+Pro:700" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('#press').click(function(){
- $('.panel').toggleClass('bot');
- });
- });
- </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="color:background" content="#f3f3f3" />
- <meta name="color:posts" content="LemonChiffon" />
- <meta name="color:text" content="#222" />
- <meta name="color:border" content="#dedede" />
- <meta name="color:link" content="mediumaquamarine" />
- <meta name="color:link hover" content="#fff" />
- <meta name="color:info links" content="peru" />
- <meta name="color:ask bubble" content="#ED8976" />
- <meta name="color:ask bubble text" content="#fff" />
- <meta name="color:scrollbar" content="#222" />
- <meta name="color:tooltip" content="#222" />
- <meta name="color:tooltip text" content="#fff" />
- <meta name="color:selection background" content="#ddd" />
- <meta name="color:selection text" content="#222" />
- <meta name="text:Link 1" content="un." />
- <meta name="text:Link 1 url" content="http://" />
- <meta name="text:Link 2" content="deux." />
- <meta name="text:Link 2 url" content="http://" />
- <meta name="text:Link 3" content="trois." />
- <meta name="text:Link 3 url" content="http://" />
- <meta name="text:Link 4" content="quatre." />
- <meta name="text:Link 4 url" content="http://" />
- <meta name="text:current page" content="X" />
- <meta name="text:percent" content="40%" />
- <meta name="text:level" content="21" />
- <meta name="text:leaf tickets" content="142" />
- <meta name="text:bells" content="9726" />
- <meta name="if:full background" content="" />
- <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">
- body{
- margin:0;
- background:{color:background} 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: 'Fredoka One', cursive;
- font-size:16px;
- font-weight:100;
- color:{color:text};
- }
- #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};
- 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:9999;
- font-size:1em;
- 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%;}
- ::-webkit-scrollbar {width: 10px; height: 4px; background: #ffffff; border:1px solid {color:border}; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
- ::selection {color: {color:selection text}; background: {color:selection background};}
- ::-moz-selection {color: {color:selection text}; background: {color:selection background};}
- a{
- color:{color:links};
- text-decoration:none;
- transition:.6s;
- }
- a:hover{
- color:{color:link hover};
- transition:.6s;
- }
- img {border-radius:1%;}
- iframe{border-radius:1%;}
- blockquote{border-left:1px dotted #222; padding-left:4px;}
- blockquote img{max-width:100%;}
- #container {
- position:relative;
- width:50%; margin:0px auto;
- overflow-x:hidden;
- min-width:540px;
- border-top:none;
- border-bottom:none;
- }
- .entries{margin:auto; }
- .posts img {max-width:100%;}
- .posts{
- position:relative;
- font-family:Source Sans Pro;
- background:{color:posts};
- padding:20px;
- border-radius:8px;
- box-shadow:0px 6px rgba(0,0,0,.2);
- margin: 40px auto 100px auto;
- width: 500px;
- }
- .caption a{text-decoration:none;}
- header{
- width:500px;
- padding:20px;
- background:lemonchiffon;
- margin:150px auto;
- border-radius:8px;
- position:relative;
- overflow:hidden;
- z-index:9;
- }
- nav {
- position:fixed;
- width:100%;
- height:60px;
- z-index:99;
- top:0px;
- }
- nav li {
- list-style:none;
- margin:10px;
- display:inline-block;
- width:80px;
- height:1em;
- font-size:.92em;
- background:white;
- padding:10px;
- position:relative;
- overflow:hidden;
- border-radius:10px;
- }
- nav li span {
- width:{text:percent};
- height:100%;
- padding:10px;
- top:0;
- left:0;
- position:absolute;
- background:rgba(255, 215, 0, .5);
- }
- nav li .text {
- position:absolute;
- right:10px;
- z-index:9;
- }
- .panel {
- background:{color:posts};
- width:540px;
- bottom:-1000px;
- margin-left:50%;
- left:-270px;
- position:fixed;
- transition:.6s ease;
- z-index:99;
- border-bottom:40px solid mediumseagreen;
- }
- .panel.bot {
- bottom:20px!important;
- transition:.6s ease;
- }
- .panel h1 {
- background:mediumseagreen;
- transform:translate(0,-24px);
- color:white;
- border-radius:30px 30px 0px 0px;
- }
- .links {
- padding:0px 20px 60px 20px;
- }
- .links li {
- display:inline-block;
- list-style:none;
- margin:30px;
- padding:4px;
- }
- #pagination {
- position:fixed;
- width:500px;
- bottom:0px;
- height:30px;
- z-index:999;
- font-size:1.2em;
- margin-left:50%;
- left:-270px;
- padding:10px 20px;
- background:mediumseagreen;
- border-radius:30px 30px 0 0;
- }
- #pagination a, .current_page {
- color:white;
- margin-left:50px;
- }
- #press {
- cursor:pointer;
- right:40px;
- top:12px;
- position:absolute;
- }
- .title{
- margin:90px auto ;
- position:relative;
- font-size:3em;
- text-align:center;
- border-radius:4px;
- padding:2px;
- line-height:160%;
- }
- .title a {
- color:{color:noodle};
- background:none;
- }
- .desc{
- line-height:160%;
- }
- #albumart{
- z-index:2;
- width:150px;
- height:150px;
- border-radius:100%;
- }
- .playerbox {
- float:left;
- }
- #albumart img{
- background:{color:highlight};
- width:150px;
- border-radius:100%;
- height:150px;
- padding:2px;
- border:1px solid transparent;
- box-shadow:0px 0px 0px 2px white;
- border-width:0px; transition:.6s;
- }
- .posts:hover #albumart img{transform:rotate(300deg); transition:.6s;}
- .player {
- width:28px;
- overflow:hidden;
- height:40px;
- padding:0px;
- transform:scale(1.4) translate(-2px, 12px);
- position:relative;
- }
- .playercon {
- width:60px;
- height:60px;
- background:#f3f3f3;
- border-radius:90px;
- position:relative;
- margin-top:-106px;
- margin-left:8px;
- border:1px solid transparent;
- box-shadow:0px 0px 0px 1px {color:border};
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;
- }
- .infobox {
- float:left top;
- margin-left:150px;
- background-color:transparent;
- padding:20px;
- height:110px;
- text-align:center;
- color:{color:text};
- }
- .track {
- font-size:1em;
- letter-spacing:4px;
- border-bottom:1px solid {color:info border};
- padding:10px;
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- color:#333;
- }
- .artist {
- letter-spacing:1px;
- font-style:italic;
- }
- .playcount {
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiopost{
- width:500px;
- }
- .inf {
- position:absolute;
- right:30px;
- margin-top:10px;
- line-height:100%;
- }
- .inf svg {
- width:16px;
- height:16px;
- fill:{color:links};
- }
- .inf .like svg {
- width:16px;
- margin-top:6px;
- height:16px;
- fill:{color:link b};
- }
- .inf .like { /* Make a parent element */
- float:right;
- transform:translate(0, -6px);
- }
- .inf .like .like_button { /* Position like button above your custom one */
- position: absolute;
- top: 0;
- margin-top: 6px;
- opacity: 0;
- }
- .inf .like .like_button.liked { /* Keep the functionality active */
- opacity: 1;
- }
- .inf .like:active svg {
- opacity:0;
- }
- .inf a{ color:{color:link c}!important; padding:5.2px; border-radius:8%; text-decoration:none;
- height:14px;
- border:none!important;
- transition: all .4s ease-in;
- }
- .info{
- font-size:1em;
- line-height:250%;
- margin-top:10px;
- padding:4px;
- }
- .info a{
- }
- .info a:hover{
- }
- .chat {
- padding:5px;
- line-height:150%;
- border-radius:2px; }
- .chat:nth-of-type(odd) {
- background:{color:text};
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) {
- background:{color:posts};
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- #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%;
- font-family: "bitxmap";
- border:1px solid #000; z-index:4;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- h1{
- padding:20px;
- margin-top:2px;
- text-align:center;
- padding-bottom:30px;
- position:relative;}
- .speechbubble a{
- color:{color:ask bubble text};
- }
- .speechbubble {
- width:calc(75% - 20px);
- position: relative;
- background:{color:ask bubble} ;
- border:1px solid {color:ask bubble};
- left:70px;
- color:{color:ask bubble text};
- margin: 0;
- padding:10px;
- border-radius:20px;
- text-align:left;
- -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
- -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- }
- .speechbubble:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 10px 15px 10px 0;
- border-color: transparent {color:ask bubble};
- display: block;
- width: 0;
- z-index: 1;
- transform:rotate(10deg) translate(2px,2px);
- left: -15px;
- top: 4px;
- }
- .caption{
- padding:20px;
- font-family:Source Sans Pro;
- font-weight:500;
- }
- a {
- color:{color:link};
- }
- .info a {
- background:{color:info links};
- color:white;
- font-size:.88em;
- border-radius:6px;
- padding:4px 20px;
- }
- .reblog {
- background:none;
- }
- .user {
- background:{color:link};
- color:white;
- margin-left:10px;
- border-radius:2px;
- border-radius:6px;
- padding:2px 16px;
- }
- .tags {
- padding:10px;
- }
- .tags a {
- margin:10px;
- }
- ol.notes{position:relative;
- margin:20px auto;
- width:424px; padding:10px;
- }
- .notes li{list-style:none;
- margin:10px;
- background:{color:posts};
- padding:10px;
- text-align:center;
- }
- .link{
- font-size:20px;
- }
- .link a{text-decoration:none; }
- .link:after{
- content:'»';
- transition:.6s;
- }
- .link:hover:after{
- margin-left:10px;
- transition:.6s;
- }
- ol.notes img {display:none}
- .clear {
- clear: both;
- height: 0px;
- overflow: hidden;
- }
- .search {
- background: #fff;
- border: 1px solid {color:border};
- }
- .search-scope {
- padding-top: 5px;
- font-size: 11px;
- text-align: center;
- }
- #search-scope input,
- #search-scope label {
- cursor: pointer;
- }
- #search form {
- margin: 0;
- }
- #search form .query {
- padding: 2px;
- border: none;
- background: transparent;
- outline: none;
- width:100px;
- padding:10px;
- border-radius:30px;
- background:linear-gradient(to right,{color:link a}, {color:link b}, {color:link c});
- float: left;
- color: black;
- }
- ::placeholder {
- color:white;
- }
- #search form .submit {
- background: white;
- color: #000;
- border: none;
- padding: 5px 7px;
- margin: 3px 3px 2px 0;
- float: right;
- cursor: pointer;
- }
- h3
- {
- text-decoration:none;
- background:{color:posts};
- font-family: 'Quicksand', sans-serif;
- font-weight:normal;
- }
- h3 a{
- text-decoration:none;
- }
- .headerlink {
- background:khaki;
- padding:30px 20px;
- width:100%;
- transform:translate(-20px, 20px);
- }
- .headerlink a{
- margin:20px;
- padding:14px 50px;
- border-radius:16px;
- color:white;
- box-shadow:inset 0px -3px rgba(0,0,0,.46);
- }
- .headerlink a:first-child {
- background:darkgreen;
- }
- .headerlink a:nth-child(2) {
- background:red;
- }
- </style>
- <body>
- <div id="pagination">
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}"><span class="sr-only" style="position: absolute !important;
- clip: rect(1px 1px 1px 1px);
- clip: rect(1px, 1px, 1px, 1px);" >Previous Post</span> <span class="fa fa-arrow-left" aria-hidden="true"></span></a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}"><span class="sr-only" style="position: absolute !important;
- clip: rect(1px 1px 1px 1px);
- clip: rect(1px, 1px, 1px, 1px);" >Next Post</span> <span class="fa fa-arrow-right"></span></a>
- {/block:NextPost}
- {/block:PermalinkPagination}
- {block:Pagination}
- {block:previousPage}<a href="{PreviousPage}"><span class="sr-only" style="position: absolute !important;
- clip: rect(1px 1px 1px 1px);
- clip: rect(1px, 1px, 1px, 1px);" >Previous page</span> <span class="fa fa-arrow-left" aria-hidden="true"></span></a>{/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="current_page"><span class="sr-only" style="position: absolute !important;
- clip: rect(1px 1px 1px 1px);
- clip: rect(1px, 1px, 1px, 1px);" >Current Page</span>{text:current page}
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"><span class="sr-only" style="position: absolute !important;
- clip: rect(1px 1px 1px 1px);
- clip: rect(1px, 1px, 1px, 1px);" >Next page</span> <span class="fa fa-arrow-right" aria-hidden="true"></span></a>
- {/block:NextPage}
- {/block:Pagination}
- <center>{block:DayPagination}{block:PreviousDayPage}
- <a href="{PreviousDayPage}">
- « {ShortMonth} {DayOfMonth}
- </a>
- {/block:PreviousDayPage}{block:NextDayPage}
- <a href="{NextDayPage}">
- {ShortMonth} {DayOfMonth} »
- </a>
- {/block:NextDayPage}{/block:DayPagination}</center><a id="press" ><i aria-hidden="true" class="fa fa-th-large" style="color:white"></i></a>
- </div>
- <nav>
- <li> <span></span><div class="text">Lv. {text:level}</div></li>
- <li> <div class="text">{text:leaf tickets}</div></li>
- <li> <div class="text">{text:bells}</div></li>
- </nav>
- {block:indexPage}<header> <center>
- <div class="title" >
- <a href="/" title="refresh">{title}</a></div>
- <div class="sidebar">
- <div class="desc"><span style=" padding:0px; margin:10px; border:1px solid transparent">
- {description}
- <p>
- </div>
- <div class="headerlink">
- <a href="/">Return Home</a> <a href="#post">Let's Go!</a>
- </div>
- </div>
- </center> </header>
- {/block:indexPage}
- <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
- <main id="container">
- <div class="entries" id="post">
- {block:Tagpage}
- <article class="posts {block:Answer} answers {/block:answer}"><div class="caption">
- {lang:Showing TagResultCount posts tagged Tag}
- </div></article>
- {/block:tagpage}
- {block:SearchPage}
- <article class="posts"><div class="caption">
- {lang:Showing SearchResultCount results for SearchQuery}
- </div></article>
- {/block:SearchPage}
- {block:DayPage}
- <article class="posts"><div class="caption">
- {lang:Viewing everything posted on Month DayOfMonth Year}
- </div></article>
- {/block:DayPage}
- {block:Posts}<article class="posts">
- <!-- {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}
- <!-- text post start -->
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="caption">{block:NotReblog}
- <figcaption>
- {Body}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user"> {Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Text} <!-- text post end -->
- <!-- photo posts -->
- {block:Photo}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Photo}<!-- end photo posts -->
- {block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Panorama}
- <!-- photoset posts -->
- {block:Photoset}
- {Photoset}
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Photoset}<!-- end photoset -->
- <!-- quote posts -->
- {block:Quote}
- <div class="caption">
- "{Quote}"
- {block:Source}
- <br> -{Source}
- {/block:Source}
- </div>
- {/block:Quote} <!-- end quote posts -->
- <!-- link posts --> {block:Link}
- <h1> <a href="{URL}" style="border:none" class="link" {Target}>{Name}</a></h1>
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {/block:Link}
- <!-- end link posts -->
- {block:Chat}
- <div class="caption">
- {block:Title}<a href="{Permalink}" style="background:transparent; padding:0;"><h1>{title}</h1></a>{/block:Title}
- {block:Lines} <div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}
- </div>
- {/block:Chat}{block:Video}
- {Video-500}{block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Video}{block:Audio}
- <div id="audiopost">
- <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="trackname"> {block:TrackName}
- Track: {TrackName}
- {/block:TrackName} </div>
- <div class="artist">
- {block:Artist}
- Artist: {Artist}
- {/block:Artist} </div>
- <div class="album">
- {block:Album}
- Album: {Album}
- {/block:Album}
- </div>
- </div></div> <br> {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="caption">
- <br>
- <div class="askerportrait"><img style="position:absolute; margin-left:10px" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} said: {Question}</div> {answer}
- </div>
- {/block:Answer}
- {block:Date}
- <div class="info">
- <center><div class="inf">
- <div class="like">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="369.486px" height="369.486px" viewBox="0 0 369.486 369.486" style="enable-background:new 0 0 369.486 369.486;"
- xml:space="preserve">
- <g>
- <g>
- <path d="M184.743,357.351c-3.478,0-6.798-1.449-9.164-3.998l-147.67-159.16c-0.038-0.041-0.076-0.082-0.113-0.123
- C9.871,174.223,0,147.921,0,120.008c0-27.914,9.871-54.215,27.796-74.061l2.244-2.484c18.246-20.201,42.608-31.327,68.599-31.327
- s50.354,11.126,68.601,31.328l17.503,19.38l17.503-19.379c18.246-20.202,42.608-31.328,68.6-31.328s50.354,11.126,68.601,31.329
- l2.241,2.478c17.928,19.851,27.799,46.152,27.799,74.065s-9.872,54.215-27.796,74.061c-0.037,0.043-0.075,0.084-0.113,0.125
- l-147.671,159.16C191.541,355.901,188.221,357.351,184.743,357.351z M46.295,177.252l138.448,149.219l138.448-149.22
- c28.485-31.603,28.467-82.97-0.055-114.549l-2.239-2.478c-13.449-14.891-31.224-23.09-50.051-23.09
- c-18.828,0-36.603,8.199-50.048,23.085L194.02,89.869c-2.369,2.624-5.74,4.121-9.275,4.121s-6.906-1.497-9.276-4.121
- l-26.779-29.648c-13.446-14.887-31.22-23.086-50.048-23.086S62.039,45.333,48.594,60.22l-2.244,2.484
- C17.828,94.283,17.809,145.65,46.295,177.252z"/>
- </g>
- </g>
- </svg>
- {LikeButton size="15"}
- </div>
- <a href="{ReblogURL}" style="background:none">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 489.935 489.935" style="enable-background:new 0 0 489.935 489.935;" xml:space="preserve">
- <g>
- <path style="fill:{color:link c}"d="M278.235,33.267c-116.7,0-211.6,95-211.6,211.7v0.7l-41.9-63.1c-4.1-6.2-12.5-7.9-18.7-3.8c-6.2,4.1-7.9,12.5-3.8,18.7
- l60.8,91.5c2.2,3.3,5.7,5.4,9.6,5.9c0.6,0.1,1.1,0.1,1.7,0.1c3.3,0,6.5-1.2,9-3.5l84.5-76.1c5.5-5,6-13.5,1-19.1
- c-5-5.5-13.5-6-19.1-1l-56.1,50.7v-1c0-101.9,82.8-184.7,184.6-184.7s184.7,82.8,184.7,184.7s-82.8,184.7-184.6,184.7
- c-49.3,0-95.7-19.2-130.5-54.1c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1c40,40,93.1,62,149.6,62
- c116.6,0,211.6-94.9,211.6-211.7S394.935,33.267,278.235,33.267z"/>
- </g>
- </svg>
- </a></div>
- </center>
- <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}" title="at {12hour}:{minutes}{AmPM}" >{lang:Posted on DayOfMonth Month Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:permalinkpage}
- {block:RebloggedFrom}<br> {lang:via} <a href="{ReblogParentURL}"> {ReblogParentName}</a> {lang:source} <a href="{ReblogRootURL}"> {ReblogRootName}</a>
- {/block:RebloggedFrom} {/block:permalinkpage}
- </div> <!-- end info -->
- {/block:Date}
- {block:HasTags} <div class="tags"> {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div> {/block:HasTags}
- </article><!--posts end-->
- {block:PostNotes} {PostNotes-16} {/block:PostNotes} {/block:Posts}
- </div>
- </div>
- </main>
- <div class="panel">
- <h1>More Options</h1>
- <p>
- <div class="links">
- {block:haspages} {block:pages}
- <li><a href="{URL}">{Label}</a> </li>
- {/block:Pages} {/block:Haspages}
- <li><a href="{text:Link 1 url}">{text:Link 1}</a></li>
- <li><a href="{text:Link 2 url}">{text:Link 2}</a></li>
- <li><a href="{text:Link 3 url}">{text:Link 3}</a></li>
- <li><a href="{text:link 4 url}">{text:link 4}</a></li>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement