Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // {Thm:Kirby}
- Kirby inspired theme
- by espoirthemes //
- + basic html and css knowledge is required to customize this theme
- + feel free to edit and custom the theme to your liking, but don't redistribute, use as a base, or claim as your own
- + please do not move or remove the credit
- -->
- <!DOCTYPE html>
- <html>
- <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}
- <meta name="image:background" content="https://78.media.tumblr.com/e8ea3d5d806ed636905aa18b71e4064a/tumblr_o12a1d0r1k1t0co30o1_500.png" />
- <meta name="color:background" content="#f7f7f7" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:notes" content="#47AAFA" />
- <meta name="color:notes gradient" content="#8EDBFE" />
- <meta name="color:stars" content=" #FFC87A " />
- <meta name="color:notes text" content="#fff" />
- <meta name="color:text" content="#444" />
- <meta name="color:links" content="#C44A3B" />
- <meta name="color:link hover" content="#eee" />
- <meta name="color:usernames" content="#47aafa" />
- <meta name="color:italics" content="#777" />
- <meta name="color:bold" content="#111" />
- <meta name="color:border" content="#ddd" />
- <meta name="color:menu" content="#2D3CB0" />
- <meta name="color:menu gradient" content="#3220a2" />
- <meta name="color:menu text" content="#fff" />
- <meta name="color:scrollbar" content="#222" />
- <meta name="color:current page" content="#fff" />
- <meta name="color:pagination text" content="#fff" />
- <meta name="color:jump page" content="#529ecc" />
- <meta name="if:full background" content="" />
- <meta name="if:no kirby" content="" />
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('#press').click(function(){
- $('.panel').toggleClass('active');
- })
- $('#close').click(function(){
- $('.panel').toggleClass('active');
- })
- });
- </script>
- </head>
- <style type="text/css">
- /** Scrollbar, selection, and placeholder **/
- ::-webkit-scrollbar {width: 10px; height: 4px; background: #ffffff; border:1px solid {color:border}; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
- ::selection {color: #000; background: #ddd;}
- ::-moz-selection {color: #000; background: #ddd;}
- ::placeholder {
- color:{color:menu text};
- }
- /** General Styling **/
- body{
- margin:0;
- overflow-x:hidden;
- background:{color:background} url({image:background})
- {block:iffullbackground} no-repeat 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-size:16.2px;
- font-family: "nunito";
- font-style: normal;
- font-variant: normal;
- font-weight: 500;
- line-height:160%;
- }
- a{color:{color:links};
- text-decoration:none; transition:.4s;
- }
- a:hover{color:{color:link hover}; transition:.4s;}
- b{
- color:{color:bold};
- }
- i{color:{color:italic};
- }
- blockquote{border-left:1px dotted black; margin-left:10px; padding:0px; padding-left:4px; }
- blockquote img{max-width:100%;}
- /** Sidebar **/
- aside {
- position:fixed;
- left:5%;
- display:flex;
- flex-wrap:wrap;
- align-items:center;
- align-content:center;
- justify-content:center;
- width:300px;
- height:100%;
- top:0px;
- }
- .kirby:hover .fade {
- opacity:0;
- transition: .2s;
- }
- .kirby {
- position:relative;
- animation:flap 3s infinite;
- transform:scale(.8) translate(-20px,0);
- }
- @keyframes flap {
- 0% {
- }
- 50% {
- transform:scale(.812) translate(-20px,-20px);
- }
- 100% {
- }
- }
- .body {
- width:300px;
- position:relative;
- height:300px;
- background:#facade;
- border-radius:100%;
- }
- .arm.right {
- width:100px;
- position:absolute;
- right:-30px;
- top:20px;
- transform:rotate(-30deg);
- height:90px;
- background:#facade;
- border-radius:80%;
- animation:flapright 3s infinite;
- }
- @keyframes flapright {
- 0 {
- }
- 50% {
- transform:rotate(-30deg) translate(0, -10px);
- }
- 100% {
- }
- }
- @keyframes flapleft {
- 0 {
- }
- 50% {
- transform:rotate(30deg) translate(0, -10px);
- }
- 100% {
- }
- }
- .arm.left {
- width:100px;
- position:absolute;
- left:-20px;
- top:30px;
- transform:rotate(30deg);
- height:90px;
- z-index:-1;
- background: #EEA8C4;
- border-radius:80%;
- animation:flapleft 3s infinite;
- }
- .eye {
- width:25px;
- height:60px;
- position:absolute;
- left:46%;
- top:24%;
- margin-left:-20px;
- border-radius:50%;
- background:#222;
- z-index:1;
- }
- .eye.left {
- margin-left:-84px;
- }
- .pupil {
- height:30px;
- width:70%;
- color:white;
- transform:translate(0px, 3px);
- border-radius:100%;
- z-index:9;
- background:white;
- }
- .bottom {
- width:90%;
- background:linear-gradient(to top, mediumslateblue, transparent, transparent, transparent, transparent);
- height:94%;
- z-index:-1;
- transform:translate(1px,0);
- top:0px;
- border-radius:50%;
- position:absolute;
- }
- .feet {
- width:180px;
- position:absolute;
- height:100px;
- right:-70px;
- bottom:20px;
- z-index:-1;
- box-shadow:0 -90px #7B2C49;
- transform:rotate(-110deg);
- border-radius:300px / 200%;
- background:crimson;
- }
- .mouth {
- position: absolute;
- top: 45%;
- left: 32.4%;
- transform: translateX(-50%) translateY(-48%);
- width: 40px;
- height: 35px;
- border-radius: 0 0 40px 40px;
- border: 3px solid #000;
- border-color: transparent transparent #000 transparent;
- }
- .cheek {
- width:70px;
- height:30px;
- position:absolute;
- top:43%;
- left:44%;
- border-radius:30px;
- background:radial-gradient(red, transparent, transparent);
- opacity:.26;
- }
- .cheek:before {
- position:absolute;
- height:100%;
- content:'';
- left:-124px;
- width:90%;
- border-radius:30px;
- background:radial-gradient(red, transparent, transparent);
- }
- .description{opacity:0; position:absolute;
- width:200px;
- overflow:auto;
- z-index:9;
- overflow-x:hidden;
- display:flex;
- align-items:center;
- flex-wrap:wrap;
- justify-content:center;
- align-content:center;
- height:250px;
- margin-top:10%;
- margin-left:16%;
- text-align:center;
- font-size:1.12em;
- }
- .kirby:hover .description{opacity:1; transition:.6s;}
- {block:ifnokirby}
- .arm, .fade, .feet {
- display:none;
- }
- .kirby {
- animation:none;
- }
- .body {
- background:{color:posts};
- border-radius:30px;
- }
- .description {
- opacity:1;
- }
- .linkcon {
- margin-top:-20px!important;
- transform:translate(-16px,0)!important;
- }
- .linkcon li {
- margin-top:0px;
- transform:translate(0,0)!important;
- font-size:1.4em!important;
- }
- {/block:ifnokirby}
- /** Posts **/
- #container {
- width:500px;
- margin:100px auto;
- }
- .posts{
- margin: 100px auto; width: 500px;
- background-color:{color:posts};
- border-radius:10px;
- position:relative;
- }
- .user, .deactivated, .tumblelog, ol.notes .like .action a {
- margin:6px;
- margin-left:20px;
- padding:4px;
- border-radius:4px;
- border:none;
- position:relative;
- background:rgba({RGBcolor:usernames}, .12)
- }
- .user:after, .deactivated:after, .tumblelog:after, ol.notes .like .action a:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 13px 8px 0;
- border-color: transparent rgba({RGBcolor:usernames}, .12); /* keep same color as bubble */
- display: block;
- width: 0;
- z-index: 1;
- left: -13px;
- top: 6px;
- }
- .posts img {
- display:block;
- max-width:100%;
- border-radius:10px 10px 0 0px;
- }
- .caption {
- padding:30px;
- }
- h2{ padding:30px; margin:0 0 -30px 0; font-size:22px; text-align:center; position:relative;}
- .linkcon{ margin-top:40px; width:300px; height:100px; text-align:center; font-size:1.6em;
- transform:translate(-30px,10px);
- }
- .linkcon a {
- color:{color:stars};
- }
- .linkcon li {
- display:inline-block;
- list-style:none;
- }
- .linkcon li:first-child {
- transform:translate(-2px, -80px);
- font-size:2em;
- }
- .linkcon li:nth-child(2) {
- transform:translate(-28px, -30px);
- font-size:1.6em;
- }
- .linkcon li:nth-child(3) {
- transform:translate(-28px, -16px);
- font-size:1.4em;
- }
- .linkcon li:nth-child(4) {
- transform:translate(-20px, -20px);
- font-size:1.2em;
- }
- .linkcon .fa {
- margin:10px;
- text-shadow: 0 0 20px rgba(255,255,255,.6);
- }
- /** Post Types **/
- .chat {
- padding:5px;
- line-height:150%;
- }
- .chat:nth-of-type(odd) {
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(odd) b {
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) {
- background:#aaa;
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) b{
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .audiopost {
- padding:30px;
- }
- #albumart{
- z-index:2;
- width:90px;
- float:left;border-radius:100%;
- height:90px;
- }
- .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.18);
- border-radius:100%;
- top:8px;
- bottom:10px;
- left:0px;
- padding:8px;
- padding-top:6px;
- padding-left:12px;
- padding-bottom:0px;
- border-radius:100%;
- position:absolute;
- }
- .playercon {
- width:56px;
- height:56px;
- border-radius:100%;
- left:0px;
- background:#f1f1f1;
- top:16px;
- position:relative;
- -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;
- max-height:140px;
- text-align:center;
- color:{color:text};
- }
- .track {
- font-size:1em;
- letter-spacing:2px;
- padding:2px;
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- color:#333;
- }
- .artist {
- letter-spacing:2px;
- padding:2px;
- font-size:1em;;
- font-style:italic;
- }
- .album {
- font-size:1em;;
- }
- .playcount {
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- .speechbubble {
- width:360px;
- margin:20px;position: relative;
- background:{color:notes} ;
- left:70px;
- color:{color:notes text};
- margin: 20px 0;
- padding:10px;
- text-align:left;
- border-radius:10px;
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- }
- .speechbubble:after {
- position: absolute;
- content: "";
- border-color: {color:notes} transparent transparent transparent;
- border-style: solid;
- border-width: 15px 15px 0px;
- height:0;
- width:0;
- position:absolute;
- left:-15px;
- top:10px;
- }
- /** Post info and Notes **/
- .reblog{ margin-left:20px; width:100%; }
- .reblog svg path {
- fill: #000;
- }
- .topinfo {
- position:absolute;
- padding:8px 14px;
- right:20px;
- font-weight:bold;
- background:linear-gradient(to right, {color:notes}, {color:notes gradient});
- color:{color:notes text};
- top:-20px;
- border-radius:30px;
- }
- .topinfo a {
- color:{color:notes text};
- }
- .likeb, .reblogb {
- position:absolute;
- padding:8px;
- border-radius:100%;
- right:-16px;
- background:linear-gradient(to right, {color:notes}, {color:notes gradient});
- }
- .likeb {
- padding:8px 8px 2px 8px;
- top:20px;
- }
- .reblogb {
- top:70px;
- }
- .info{ border-top:1px solid {color:border} ;
- padding:20px;
- }
- ol.notes { background:{color:posts};
- padding: 10px;
- margin: 25px 0px;
- width:500px;
- list-style-type: none;
- border: solid 1px {color:border};
- }
- ol.notes li.note {
- border-bottom: solid 1px {color:border};
- padding: 10px;
- width:480px;
- margin-left:8px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- @keyframes slide {
- 0% {
- transform: translate3d(0, 0, 0);
- }
- 100% {
- transform: translate3d(-1692px, 0, 0);
- }
- }
- #egg { opacity:.8;right:10px; bottom:10px; position:fixed;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:2px solid #aaa;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- /** Pagination **/
- #pagination {
- margin: -40px auto 100px auto;
- left: 0;
- right: 0;
- z-index:99999;
- text-align: center;
- position: relative;
- width: 100%;
- display:block;
- }
- #pagination a, .jump_page, .current_page {
- margin: 0 4px;
- display: inline-block;
- width: 40px;
- height: 40px;
- text-align: center;
- background: {color:jump page};
- border-radius: 100%;
- color:{color:pagination text};
- line-height: 42px;
- }
- .currentpage {
- background: {color:jump page};
- color:{color:pagination text};
- padding:10px;
- margin:10px;
- border-radius:30px;
- }
- .current_page {
- background: {color:current page};
- color:{color:stars};
- }
- /** Sliding Menu **/
- .panel {
- background:linear-gradient(to bottom, {color:menu}, {color:menu gradient});
- width:100%;
- border-radius:100%;
- height:100vh;
- top:0;
- display:flex;
- flex-wrap:wrap;
- align-items:center;
- justify-content:center;
- left:0;
- color:{color:menu text}!Important;
- z-index:9;
- padding:0px 100px;
- transition: all 0.8s cubic-bezier(0.2, 0.8, 0.4, 1.2);
- position:fixed;
- transform:translate(100%, 0);
- }
- .panel.active {
- transform:translate(-100px,0);
- border-radius:0px;
- transition: all 0.8s cubic-bezier(0.2, 0.8, 0.4, 1.2);
- }
- .linky a{
- color:{color:menu text};
- margin:20px 10px;
- padding:10px;
- background:rgba(0,0,0,.06);
- border-radius:10px;
- }
- #press, #close {
- cursor:pointer;
- }
- .linky {
- width:44%;
- line-height:400%;
- padding:40px;
- position:relative;
- text-align:center;
- }
- .closed {
- position:absolute;
- right:40px;
- top:0px;
- background:transparent!important;
- }
- #search {
- position:relative;
- margin:50px auto;
- }
- #search .query {
- background:rgba(0,0,0,.08);
- padding:14px 20px;
- border-radius:10px;
- border:none;
- outline:none;
- }
- .submit {
- background:rgba(0,0,0,.08);
- padding:14px 20px;
- margin:0px 10px;
- color:{color:menu text};
- border-radius:10px;
- border:none;
- outline:none;
- }
- </style>
- <body>
- <div class="panel">
- <div class="linky">
- <div class="closed"> <a id="close" style="background:transparent"><span class="fa fa-times"></span></a></div>{block:HasPages} {block:Pages} <a href="{URL}">{Label}</a> {/block:Pages} {/block:HasPages}
- <br>
- <div id="search" title="search"><form action="/search" method="get" id="search-form"><input type="hidden" name="t" value="accessibletheme" /><input type="text" name="q" class="query" value="" placeholder="search"
- /><button type="submit" class="submit"><span class="fa fa-search"></span></button><div class="clear"></div></form></div>
- </div>
- </div>
- <aside>
- <div class="kirby"><div class="body">
- <div class="description">
- <div class="text">{description}</div>
- </div>
- <div class="cheek fade"></div><div class="eye left fade"><center><div class="pupil fade">.</div></center><div class="bottom fade"></div></div><div class="eye right fade"><center><div class="pupil fade">.</div></center><div class="bottom fade"></div></div><div class="arm left"></div><div class="arm right"></div><div class="mouth fade"></div><div class="feet"></div></div></div>
- <div class="linkcon">
- <li><a href="/" title="refresh"><span class="fa fa-star"></span></a></li>
- <li> <a href="/ask" title="message"><span class="fa fa-star"></span></li></a>
- <li> <a href="/archive" title="archive"><span class="fa fa-star"></span></a></lii>
- <li><a id="press"><span class="fa fa-star"></span></a></li>
- </div>
- </aside>
- <a href="https://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
- <main id="container">
- {block:Posts}<article class="posts">
- {block:Date}
- <div class="topinfo">
- <a href="{permalink}">{NoteCountwithLabel}</a>
- </div>
- <div class="likeb">{likebutton color="white"}</div>
- <div class="reblogb">{reblogbutton color="white="}</div>
- {/block:date}
- <!-- {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}
- <h2><a href="{Permalink}">{Title}</a></h2>
- {/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}{block:Photo}
- <img src="{PhotoURL-500}" 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}{block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="text">{Caption}</div>
- {/block:Caption}
- {/block:Panorama}{block:Photoset}
- {Photoset-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:Photoset}{block:Quote}
- <div class="caption" style="text-align:center; padding:40px">
- <span style="font-size:1.11em"> "{Quote}" </span>
- <br>
- {block:Source}
- {Source}
- {/block:Source}
- </div>
- {/block:Quote}{block:Link}
- <div class="caption"><p>
- <big style="padding:10px; background:{color:notes}; width:100%; border-radius:8px"> <a href="{URL}" class="link" {Target}>{Name}</a> <span class="fa fa-link"> </span></big>
- {block:Description}
- <div style="padding:10px 0"> {Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="caption">{block:Title}<h2>{title}</h2>{/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 class="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}
- <br>
- <div class="askerportrait"><img style=" margin-left:10px; margin-top:10px; border-radius:10px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} shouted: {Question}</div> {answer}
- {/block:Answer}
- {block:date}
- <div class="info">
- <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}" title="at {12hour}:{minutes}{AmPM}" >{lang:Posted TimeAgo}</a> <br>{block:HasTags}{block:tags}<a href="{tagURL}">#{tag}</a> {/block:tags}{/block:HasTags}</div> {/block:date}
- </article><br><!--posts end-->{/block:Posts}
- <center>
- {block:Pagination}
- <div id="pagination">
- {block:previousPage} <span class ="jump_page"><a href="{PreviousPage}"> <span class="fa fa-arrow-left"></span></a></span>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page fa fa-star"></span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage} <span class="jump_page">
- <a href="{NextPage}"> <span class="fa fa-arrow-right"></span> </a>
- </span>{/block:NextPage}
- </div>
- {/block:Pagination}
- {block:DayPagination}{block:PreviousDayPage}
- <a href="{PreviousDayPage}" class="jump_page">
- <span class="fa fa-arrow-left"></span>
- </a>
- {/block:PreviousDayPage}
- {block:PreviousDayPage}
- <span class="currentpage"> Previous: {ShortMonth} {Dayofmonth} </span>
- {/block:PreviousDayPage}
- {block:NextDayPage}
- <span class="currentpage">Next: {ShortMonth} {Dayofmonth} </span>
- {/block:NextDayPage}
- {block:NextDayPage}
- <a href="{NextDayPage}" class="jump_page">
- <span class="fa fa-arrow-right"></span>
- </a>
- {/block:NextDayPage}{/block:DayPagination}
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}" class="jump_page"><span class="fa fa-arrow-left"></span></a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}" class="jump_page"><span class="fa fa-arrow-right"></span></a>
- {/block:NextPost}
- {/block:PermalinkPagination} </center>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </main><!--container end-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement