Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- // Noodles
- 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 --
- drop down menu tutorial by le4f
- search bar by tukut
- icons made my saturnthms
- noodle icon made by https://www.flaticon.com/authors/twitter from www.flaticon.com and is licensed by http://creativecommons.org/licenses/by/3.0/
- -->
- <html>
- <head>
- <link href="https://fonts.googleapis.com/css?family=Fredoka+One|Quicksand" rel="stylesheet">
- <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="color:background" content="#f3f3f3" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:post border" content="#AFBFF0" />
- <meta name="color:text" content="#eee" />
- <meta name="color:border" content="#dedede" />
- <meta name="color:link a" content="#F5A23E" />
- <meta name="color:link b" content="#ED8976" />
- <meta name="color:link c" content="#AFBFF0" />
- <meta name="color:links" content="#fff" />
- <meta name="color:link hover" content="#fff" />
- <meta name="color:info border" content="#000" />
- <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="color:current page" content="#fff" />
- <meta name="color:jump page" content="#fff" />
- <meta name="color:jump page hover" content="#fefefe" />
- <meta name="color:jump page hover text" content="#000" />
- <meta name="color:noodle" content="#f2c98b" />
- <meta name="text:url1" content="url" />
- <meta name="text:link1" content="link" />
- <meta name="text:url2" content="url" />
- <meta name="text:link2" content="link" />
- <meta name="text:url3" content="url" />
- <meta name="text:link3" content="link" />
- <meta name="text:url4" content="url" />
- <meta name="text:link4" content="link" />
- <meta name="text:notes" content="notes" />
- <meta name="text:current page" content="X" />
- <meta name="if:full background" content="" />
- <meta name="if:no soup bowl" content="" />
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <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_list { text-align:right; margin:0px; padding:6px; width:100%; font-size:.8em;}
- .links_list li {
- list-style:none;
- padding:4px;
- text-align:center;
- position:relative;
- }
- .links_list li span {
- position:absolute;
- left:0px;
- color:{color:link a};
- font-size:1.2em;
- padding:2px 8px;
- }
- .links_head { cursor:pointer; position:relative; text-align:center; font-size:12px;
- transform:translate(-4px,0);
- }
- .links_body { padding:0px; text-align:left; display:none; z-index:9; text-align:right}
- </style>
- {block:HomePage}
- <script>
- $(document).scroll(function() {
- var y = $(this).scrollTop();
- if (y > 600) {
- $('#bar').fadeIn();
- } else {
- $('#bar').fadeOut();
- }
- });
- </script>
- {/block:HomePage}
- <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>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".post_tags_inner").draggable({
- axis : "x",
- scroll: false,
- stop: function() {
- var __left = $(this).css("left").replace(/[^-\d\.]/g, '');
- if(__left > 0){
- $(this).animate({left: 0}, 400, 'easeOutExpo');
- }
- var __width = $(this).outerWidth();
- var __parentWidth = $(".post_tags.draggable").outerWidth();
- if(__width > __parentWidth) {
- if(__left < __parentWidth-__width){
- $(this).animate({left: __parentWidth-__width}, 400, 'easeOutExpo');
- }
- } else {
- $(this).animate({left: 0}, 400, 'easeOutExpo');
- }
- }
- });
- });
- </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: 'Quicksand', sans-serif;
- font-size:16.2px;
- 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:500px; margin:0px auto;
- overflow-x:hidden;
- border-top:none;
- border-bottom:none;
- }
- .entries{margin:auto; }
- .posts img {max-width:100%;}
- .posts{position:relative;
- margin: 40px auto 100px auto;
- width: 500px;
- }
- .caption a{text-decoration:none;}
- header{
- top:0px;
- width:100%;
- height:100vh;
- position:relative;
- }
- .sidebar{
- position:relative;
- margin: 20px auto;
- font-family: 'Quicksand', sans-serif;
- transition:.6s;
- width:500px;
- height:300px;
- }
- .title{
- margin:90px auto ;
- position:relative;
- font-size:3em;
- text-align:center;
- border-radius:4px;
- padding:2px;
- font-family: 'Fredoka One', cursive;
- line-height:160%;
- }
- .title a {
- color:{color:noodle};
- }
- .desc{max-width:500px; position:absolute; margin:0px auto;
- 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: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{border:1px solid rgba({RGBcolor:link a}, .98); padding:5.2px; border-radius:8%; text-decoration:none;
- }
- .info a:hover{ transition:.6s ease-in-out; box-shadow:none; text-shadow:none; color:{color:link hover}; border:1px solid {color:link 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;}
- #pagination {
- position:fixed;
- bottom:30px;
- z-index:9999;
- right:200px;}
- #pagination a {
- line-height:10px;
- }
- .current_page{
- font-family:calibri;background-color:{color:current page}; width:20px; padding:6px; height:10px;
- border-bottom:2px solid {color:selection background};}
- .jump_page{background-color:{color:jump page}; transition:.5s; -webkit-transition:.5s; -moz-transition:.5s; height:10px;padding:6px; border-bottom:2px solid {color:links};
- width:20px;
- font-family:calibri; height:14px;
- }
- .jump_page:hover{opacity:.8; background:{color:jump page hover};}
- .jump_page a:hover {color:{color:jump page hover text};}
- .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{background:{color:posts};
- margin-top:10px;
- border:1px solid {color:post border}!important;
- border-radius:4px;
- padding:40px;
- }
- .user {
- background:{color:link c};
- color:white;
- padding:2px 4px;
- margin-left:10px;
- border-radius:2px;
- }
- .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;
- }
- #bar{{block:indexpage}
- display:none;
- {/block:indexpage}
- word-spacing:2px;
- z-index:9;
- text-align:center;
- padding:0px;
- position:fixed;
- color:black;
- width:150px;
- margin-left:calc(150px);
- top:200px;
- background-color:{color:posts};
- letter-spacing:1px;
- text-transform:uppercase;}
- #bar .text {
- padding:20px 10px;
- }
- .text a {
- color:{color:link a};
- font-size:1.2em;
- }
- .text a:nth-child(2) {
- color:{color:link b};
- }
- .text a:nth-child(3) {
- color:{color:link c}
- }
- #bar img {background:transparent; top:-100px; position:absolute; width:100px;
- left:50%;
- margin-left:-60px;
- padding:10px;
- background:white;
- border-radius:100%;
- }
- h3
- {
- text-decoration:none;
- background:{color:posts};
- font-family: 'Quicksand', sans-serif;
- font-weight:normal;
- }
- h3 a{
- text-decoration:none;
- }
- .noodle1 svg{
- position:fixed;
- transform:translate(-10%, 0);
- width:150px;
- }
- .noodle2 svg {
- position:fixed;
- right:0px;
- bottom:10px;
- transform:translate(4%, 0px) rotate(160deg);
- width:200px;
- }
- </style>
- <body>
- <div class="noodle1">
- <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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
- <g transform="matrix(1.25 0 0 -1.25 0 45)">
- <g>
- <g>
- <path style="fill:{color:noodle};" d="M307.2-231.378c-29.457,0-45.568,29.002-61.144,57.048c-12.39,22.3-25.202,45.352-41.256,45.352
- c-16.065,0-28.865-23.051-41.256-45.352c-15.588-28.046-31.698-57.048-61.144-57.048c-30.151,0-43.839,30.788-55.91,57.958
- c-11.924,26.852-20.821,44.442-35.112,44.442C5.097-128.978,0-123.881,0-117.6s5.097,11.378,11.378,11.378
- c30.151,0,43.839-30.788,55.91-57.958c11.924-26.84,20.821-44.442,35.112-44.442c16.065,0,28.865,23.051,41.256,45.352
- c15.588,28.046,31.698,57.048,61.144,57.048c29.457,0,45.568-29.002,61.144-57.048c12.39-22.3,25.202-45.352,41.256-45.352
- c14.29,0,23.177,17.601,35.112,44.442c12.083,27.17,25.771,57.958,55.91,57.958c6.292,0,11.378-5.097,11.378-11.378
- s-5.086-11.378-11.378-11.378c-14.29,0-23.177-17.59-35.112-44.442C351.039-200.59,337.34-231.378,307.2-231.378"/>
- </g>
- </g>
- </g>
- </svg>
- </div>
- <div class="noodle2">
- <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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
- <g transform="matrix(1.25 0 0 -1.25 0 45)">
- <g>
- <g>
- <path style="fill:{color:noodle};" d="M307.2-231.378c-29.457,0-45.568,29.002-61.144,57.048c-12.39,22.3-25.202,45.352-41.256,45.352
- c-16.065,0-28.865-23.051-41.256-45.352c-15.588-28.046-31.698-57.048-61.144-57.048c-30.151,0-43.839,30.788-55.91,57.958
- c-11.924,26.852-20.821,44.442-35.112,44.442C5.097-128.978,0-123.881,0-117.6s5.097,11.378,11.378,11.378
- c30.151,0,43.839-30.788,55.91-57.958c11.924-26.84,20.821-44.442,35.112-44.442c16.065,0,28.865,23.051,41.256,45.352
- c15.588,28.046,31.698,57.048,61.144,57.048c29.457,0,45.568-29.002,61.144-57.048c12.39-22.3,25.202-45.352,41.256-45.352
- c14.29,0,23.177,17.601,35.112,44.442c12.083,27.17,25.771,57.958,55.91,57.958c6.292,0,11.378-5.097,11.378-11.378
- s-5.086-11.378-11.378-11.378c-14.29,0-23.177-17.59-35.112-44.442C351.039-200.59,337.34-231.378,307.2-231.378"/>
- </g>
- </g>
- </g>
- </svg>
- </div>
- {block:HomePage}<header> <center>
- <div class="title" >
- <a href="/" title="refresh">{title}</a></div>
- <div class="sidebar">
- <div class="desc"><span style="background:{color:posts}; padding:0px; margin:10px; border:1px solid transparent">
- {description}
- <p>
- <a href="#post" title="scroll to posts" style="transition:.6s;" class="sf sf-arrow-down" aria-hidden="true"> <span class="sr-only" style="position: absolute !important;
- clip: rect(1px 1px 1px 1px);
- clip: rect(1px, 1px, 1px, 1px);" >click this link to scroll down to the posts</span> </a>
- </span></div>
- </div>
- </center> </header>
- {/block:HomePage}
- <aside id="bar">
- <center><a href="#header" title="{title}">
- <img src="{PortraitUrl-128}" ></a></center>
- <div class="text">
- <center><a href="/" class="sf sf-home-o" title="home"></a>
- <a href="/ask" class="sf sf-envelope-2-o" title="message"></a> <a href="http://tumblr.com/dashboard?conversation={name}" class="sf sf-chat-bubbles-o" title="chat"> </a></center>
- <div class="links_list">
- <p class="links_head" ><a title="click for links">Navigate</a></p>
- <div class="links_body">
- <li><span class="sf sf-cutlery-o"></span>
- <a href="{text:url1}">{text:link1}</a></li>
- <li>
- <span class="sf sf-pan-o"></span>
- <a href="{text:url2}">{text:link2}</a></li>
- <li>
- <span class="sf sf-onigiri-o"></span>
- <a href="{text:url3}">{text:link3}</a></li>
- <li>
- <span class="sf sf-beef-o"></span>
- <a href="{text:url4}">{text:link4}</a></li>
- </div></div>
- <div style="position:absolute; ;left:78px; margin-top:2px; color:#aaa;"><i class="fa fa-search"></i></div>
- <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="search..."/>
- <div class="clear"></div>
- </form>
- </div>
- </div></aside>
- <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><a href="{Permalink}">{Title}</a></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}">
- <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-->
- <nav id="pagination"><!-- navigation for next post and previous post -->
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}" class="jump_page"><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="sf sf-arrow-left" aria-hidden="true"></span></a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}" class="jump_page"<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="sf sf-arrow-right"></span></a>
- {/block:NextPost}
- {/block:PermalinkPagination}
- </nav>
- {block:PostNotes} {PostNotes-16} {/block:PostNotes} {/block:Posts}
- </div>
- <nav id="pagination">
- {block:Pagination}
- {block:previousPage}<a href="{PreviousPage}" class="jump_page"><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="sf sf-arrow-left" aria-hidden="true"></span></a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {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> <span class="sf sf-heart-o" aria-hidden="true"></span></span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" class="jump_page"><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="sf sf-arrow-right" aria-hidden="true"></span></a>
- {/block:NextPage}
- </nav>
- {/block:Pagination}
- <center>{block:DayPagination}{block:PreviousDayPage}
- <a href="{PreviousDayPage}" class="jump_page">
- « {ShortMonth} {DayOfMonth}
- </a>
- {/block:PreviousDayPage}{block:NextDayPage}
- <a href="{NextDayPage}" class="jump_page">
- {ShortMonth} {DayOfMonth} »
- </a>
- {/block:NextDayPage}{/block:DayPagination}</center>
- </div>
- </main>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement