Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // [Theme]
- Kingstagram
- by egg.design //
- + 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
- + this is an april fools theme, so please be aware that does not have the same features as a normal theme
- Credits
- + Kingdom Hearts 3 and https://liinch.github.io/KH3PostGenerator/ for background and header assets
- Version 1.01
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" />
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href="https://fonts.googleapis.com/css?family=Michroma" rel="stylesheet">
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- $('#menu').click(function() {
- $('#togglemenu').toggleClass('open');
- $('#menu').toggleClass('fa-times');
- $('#menu').toggleClass('fa-bars');
- });
- });
- </script>
- <meta name="image:background" content="https://static.tumblr.com/svdghan/Hpuppcely/bg.jpg "/>
- <meta name="color:links" content="blue"/>
- <meta name="color:audio gradient1" content="#4C3C50"/>
- <meta name="color:audio gradient2" content="#6D92AD"/>
- <meta name="if:remove background shadow" content=""/>
- <style>
- body {
- background:#222 url({image:background}) center center fixed;
- margin:0px;
- word-wrap:break-word;
- line-height:180%;
- font-size:16px;
- font-family:Michroma;
- }
- small {
- font-size:16px;
- }
- body:before {
- content:'';
- position:fixed;
- width:100%;
- height:100%;
- z-index:-1;
- background:linear-gradient(to right, transparent, rgba(0,0,0,.8), transparent);
- {block:ifremovebackgroundshadow}
- display:none;
- {/block:ifremovebackgroundshadow}
- }
- a {
- text-decoration:none;
- color:#222;
- }
- main {
- position:relative;
- width:84%;
- max-width:700px;
- border-top:10px solid #222;
- background:white;
- margin:0px auto 100px auto;
- padding-bottom:40px;
- overflow:hidden!important;
- }
- section {
- width:84%;
- max-width:700px;
- height:100%;
- position:fixed;
- margin-top:-10px;
- opacity:0;z-index:-99999;
- border-top:10px solid #222;
- transition:1s;
- background:white;
- display:flex;
- align-items:center;
- flex-wrap:wrap;
- justify-content:center;
- }
- #togglemenu.open {
- margin-left:0px;
- transition:1s;
- opacity:1;
- z-index:9999999;
- }
- section ul {
- padding:0;
- width:90%;
- text-align:center;
- display:flex;
- align-items:center;
- flex-wrap:wrap;
- align-content:center;
- justify-content:center;
- margin:0;
- }
- section li {
- list-style:none;
- margin:10px;
- }
- section li a {
- color:{color:links};
- }
- footer {
- padding:0 20px;
- height:60px;
- display:flex;
- z-index:999999999;
- align-items:center;
- justify-content:center;
- position:sticky;
- max-width:660px;
- }
- footer a, footer span {
- margin:10px;
- }
- footer span {
- color:{color:links};
- }
- header {
- padding:0px 20px;
- width:calc(84% - 40px);
- margin:0px auto;
- top:0px;height:60px;
- display:flex;
- z-index:9999999;
- align-items:center;
- justify-content:center;
- position:sticky;
- max-width:660px;
- background:white;
- }
- header img {
- width:150px!important;
- justify-self:center;
- display:block;
- transform:translateY(-2px);
- }
- #menu {
- width:20px;
- position:absolute;
- left:20px;
- display:block;
- justify-self:flex-start!important;
- }
- #kh img {
- margin-left:-75px;
- left:0;
- position:absolute;
- }
- #kh {
- height:100%;
- position:relative;
- justify-self:center;
- }
- article{
- margin:0 auto 0px auto;
- width:88%;
- padding:20px 0;
- max-width:700px;
- border-bottom:1px solid #eee;
- }
- .posts img {
- display:block;
- margin:auto;
- max-width:100%;
- }
- .info {
- padding:20px;
- display:flex;
- width:calc(100% - 40px);
- align-items:center;
- flex-wrap:wrap;
- }
- .share {
- justify-self:flex-end;
- width:30%;
- display:flex;
- align-items:center;
- justify-content:flex-end;
- }
- .info .like, .info .reblog {
- cursor:pointer;
- z-index:9999;
- display:flex;
- width:30px;
- margin:0 4px;
- height:30px;
- align-items:center;
- justify-content:center;
- }
- .like_button {
- position:absolute;
- z-index:2;
- opacity:0;
- transform:translateY(2px);
- }
- .like_button.liked {
- opacity:1;
- z-index:1;
- }
- .share svg {
- position:absolute;
- width:40px;
- z-index:2;
- }
- .info img {
- margin:0 10px 0 0;
- width:50px;
- }
- *, :hover {
- transition:.4s;
- }
- .reblogs, .text, .quote, .link, ol.notes{
- padding:20px;
- }
- ol.notes img {
- display:none;
- }
- ol.notes li {
- position:relative;
- margin:20px;
- }
- ol.notes a {
- text-decoration:none;
- }
- .reblog-header {
- display:flex;
- align-items:center;
- flex-wrap:wrap;
- }
- .sub-reblog {
- margin-left:20px;
- }
- /* chat posts */
- .chat {
- padding:5px;
- line-height:150%;
- }
- /* Audio Posts */
- /* circle inside the album art to make it look like a CD */
- .posts #albumart img{
- width:calc(100% - 20%);
- padding:10%;
- border-width:0px; transition:.6s;
- }
- .playerbox {
- width:350px;
- height:350px;
- box-shadow:4px 4px 20px rgba(0,0,0,.07);
- display:flex;
- margin:0 0 40px 0;
- flex-wrap:wrap;
- align-items:center;
- justify-content:center;
- }
- .player {
- width:32px;
- overflow:hidden;
- height:26px;
- transform:scale(1.6);
- z-index:9999999!important;
- }
- .playercon {
- height:60px;
- width:60px;
- background:linear-gradient(to top right, {color:links}, {color:accent2});
- transform:translateY(-20px);
- border-radius:100%;
- overflow:hidden;
- display:flex;
- flex-wrap:wrap;
- align-items:center;
- justify-content:center;
- }
- .infobox {
- width:100%;
- height:90px;
- bottom:0px;
- position:absolute;
- overflow:hidden;
- display:flex;
- align-content:center;
- flex-wrap:wrap;
- align-items:center;
- background:inherit;
- background-size:100% auto!important;
- text-align:left;
- background-position:-6px;
- z-index:99!important;
- color:{color:text};
- }
- .infobox:before{
- content: '';
- z-index:-2;
- width: 150%;
- height: 140px;
- background: inherit;
- position: absolute;
- left: -50px;
- right: 0;
- top: -50px;
- box-shadow: inset 0 0 0 500px rgba(255,255,255,0.4);
- filter: blur(10px);
- }
- .artist, .album, .trackname {
- width:90%;
- font-size:14px;
- margin:auto;
- }
- .audiopost {
- background:linear-gradient(to top right, {color:audio gradient1}, {color:audio gradient2});
- padding:0px;
- }
- .audiopost .info {
- background:#fff;
- }
- .audiopost .caption {
- background:#fff;
- }
- .audiop {
- width:350px;
- margin:auto;
- margin-top:10%;
- background-size:100% auto!important;
- position:relative;
- }
- .reblog-content p, .reblog-content blockquote, .reblog-content h2{
- display:inline-block;
- margin:0 4px;
- }
- .tags {
- position:relative;
- display:inline-block;
- color:{color:links};
- margin:0 4px;
- }
- .tags span {
- flex-wrap:wrap;
- align-items:center;
- display:flex;
- }
- .tags img {
- width:16px;
- height:16px;
- margin:0 2px 0 0;
- display:inline-block;
- }
- .original-reblog .inactive img {
- display:none;
- }
- .user, .inactive {
- margin-left:10px;
- }
- .h1 {
- position: fixed;
- width: 200%;
- height: 100%;
- background:linear-gradient(to bottom, skyblue, transparent);
- border-radius: 100%/100%;
- left: 50%;
- top: -88%;
- margin-left: -100%;
- }
- .h2 {
- position:fixed;
- height:100%;
- width:200%;
- background:linear-gradient(to top, #64a0ed,transparent);
- border-radius: 100%/100%;
- left: 50%;
- bottom: -80%;
- margin-left: -100%;
- }
- nav {
- }
- header .fa {
- opacity:.4;
- }
- .menu {
- writing-mode: vertical-rl;
- margin-top:10px;
- transform: translateX(-4px);
- font-size:1.06em;
- color:white;
- }
- .egg {
- width: 14px; height: 18px;
- -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- border:2px solid #fff;
- z-index:9999;
- }
- ::-webkit-scrollbar-track
- {
- border-radius: 10px;
- background-color: #F5F5F5;
- }
- main::-webkit-scrollbar
- {
- width: 5px;
- height:4px;
- background-color: #F5F5F5;
- }
- ::-webkit-scrollbar-thumb
- {
- border-radius: 10px;
- background-color: #aaa;
- }
- .egg {
- width: 14px; height: 18px;
- -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- background:#fff;
- border:1px solid #222;
- z-index:9999;
- position:fixed;
- right:20px;
- bottom:10px;
- }
- @media only screen and (max-width: 900px) {
- body {
- overflow-x:hidden;
- }
- main, header {
- width:100%!important;
- padding:0;
- }
- }
- </style>
- </head>
- <body>
- <a href="https://egg.design" title="theme"><div class="egg"></div></a>
- <header>
- <a id="menu" class="fa fa-bars"></a>
- <a href="/" id="kh">
- <img src="https://github.com/LiinCh/KH3PostGenerator/blob/master/Images/Resources/topmiddle.jpg?raw=true">
- </a>
- <img src="https://github.com/LiinCh/KH3PostGenerator/blob/master/Images/Resources/topright.jpg?raw=true" style="position:absolute; right:20px; width:60px!important">
- </header>
- <main>
- <section id="togglemenu">
- <ul>
- <img src="{Portraiturl-64}">
- <h1 style="width:calc(100% - 60px);text-transform:uppercase; margin:20px auto; text-align:center;">{title}</h1>
- {Description}
- <li><a href="/">Home</a></li>
- {block:askenabled}
- <li><a href="/ask">Ask</a></li>
- {/block:askenabled}
- <li><a href="/submit">Submit</a></li>
- {/block:askenabled}
- <li><a href="/archive">Archive</a><li>
- {block:haspages}
- {block:pages}
- <li><a href="{URL}">{Label}</a></li>
- {/block:pages}
- {/block:haspages}
- </ul>
- </section>
- {block:posts}
- <article class="posts {posttype}-post {block:audio}audiopost {/block:audio}">
- {block:date}
- <div class="info">
- <div style="width:70%; display:flex; align-items:center;">
- {block:RebloggedFrom}
- <img src="{ReblogRootPortraitURL-64}"> {ReblogRootName}
- {/block:RebloggedFrom}</div>
- <div class="share">
- <div class="like" id="reddy">
- <?xml version="1.0" encoding="utf-8"?>
- <!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
- <style type="text/css">
- .st0{display:none;}
- .st1{display:none;fill:#B2B2B2;}
- .st2{fill:#FFFFFF;}
- .st3{fill:none;stroke:#B2B2B2;stroke-miterlimit:10;}
- </style>
- <g id="Layer_1" class="st0">
- </g>
- <g id="Layer_2">
- <path class="st1" d="M-11,30"/>
- <g>
- <path class="st2" d="M0,0v50h50V0H0z M41.28,19c-0.71,3.1-2.47,5.07-6,9c-2.3,2.57-3.78,3.83-6,7c-1.42,2.02-1.75,2.47-2,3
- c-0.42,0.89-0.31,1.03-0.78,2.5c-0.67,2.09-1.29,3.99-2,4c-0.23,0-0.58-0.19-2-4c-1.11-3-1.29-3.95-2.26-5.5
- c-0.13-0.21-0.48-0.74-1.69-2.2c-1.44-1.74-2.71-2.92-4.43-4.8c-3.59-3.93-5.39-5.9-6.12-9c-0.24-1.03-1.1-4.71,1.02-8
- c2.16-3.35,7.23-5.97,11.21-4c4.58,2.27,4.1,8.73,4.08,9c-0.1,1.17-0.41,4.76-2.81,5.5c-2.09,0.64-5.02-1.11-5.34-3.5
- c-0.29-2.21,1.77-4.13,2.04-4c0.16,0.08-0.33,0.92,0,2c0.23,0.73,0.83,1.57,1.3,1.5c0.66-0.1,1.33-2.06,0.74-3.5
- c-0.71-1.72-3.18-2.62-5.1-2c-2.1,0.68-3.03,3.19-3.06,5c-0.03,1.9,0.93,3.31,7.13,10c3.85,4.15,4.36,6.56,5.1,8
- c0.18,0.36,0.34,0.72,0.49,1.09c0.15-0.36,0.3-0.73,0.48-1.09c0.72-1.44,1.22-3.85,5-8c6.09-6.69,7.03-8.1,7-10
- c-0.03-1.81-0.93-4.32-3-5c-1.89-0.63-4.17,0.36-5,2c-0.69,1.35-0.45,3.26,0.22,3.5c0.52,0.19,1.46-0.6,1.78-1.5
- c0.38-1.04-0.17-1.92,0-2c0.27-0.12,2.3,1.75,2,4c-0.31,2.25-2.84,3.91-4.78,3.5c-2.63-0.55-3.11-4.63-3.22-5.5
- c-0.33-2.74,0.44-7.2,4-9c3.91-1.97,8.88,0.65,11,4C42.37,14.29,41.52,17.97,41.28,19z"/>
- </g>
- <path class="st3" d="M26.5,40.5c0.47-1.47,0.37-1.61,0.78-2.5c0.25-0.53,0.58-0.98,2-3c2.22-3.17,3.7-4.43,6-7
- c3.53-3.93,5.29-5.9,6-9c0.24-1.03,1.08-4.71-1-8c-2.12-3.35-7.09-5.97-11-4c-3.56,1.8-4.33,6.26-4,9c0.1,0.87,0.59,4.95,3.22,5.5
- c1.95,0.41,4.48-1.25,4.78-3.5c0.3-2.25-1.73-4.12-2-4c-0.17,0.08,0.38,0.96,0,2c-0.32,0.9-1.26,1.69-1.78,1.5
- c-0.66-0.24-0.91-2.15-0.22-3.5c0.83-1.64,3.11-2.63,5-2c2.07,0.68,2.97,3.19,3,5c0.03,1.9-0.91,3.31-7,10
- c-3.78,4.15-4.28,6.56-5,8c-0.18,0.36-0.34,0.72-0.48,1.09c-0.15-0.36-0.31-0.73-0.49-1.09c-0.73-1.44-1.24-3.85-5.1-8
- c-6.2-6.69-7.16-8.1-7.13-10c0.03-1.81,0.95-4.32,3.06-5c1.92-0.62,4.39,0.28,5.1,2c0.6,1.44-0.07,3.4-0.74,3.5
- c-0.47,0.07-1.08-0.77-1.3-1.5c-0.33-1.08,0.16-1.92,0-2c-0.27-0.13-2.33,1.79-2.04,4c0.32,2.39,3.25,4.14,5.34,3.5
- c2.4-0.74,2.71-4.33,2.81-5.5c0.02-0.27,0.5-6.73-4.08-9c-3.98-1.97-9.05,0.65-11.21,4c-2.12,3.29-1.26,6.97-1.02,8
- c0.72,3.1,2.52,5.07,6.12,9c1.72,1.88,2.98,3.06,4.43,4.8c1.21,1.45,1.56,1.99,1.69,2.2c0.97,1.55,1.15,2.5,2.26,5.5
- c1.42,3.81,1.77,4,2,4C25.21,44.49,25.83,42.59,26.5,40.5z"/>
- </g>
- </svg>
- {LikeButton size="38"}
- </div> <a href="{ReblogURL}" title="reblog">
- <div class="reblog">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
- <style type="text/css">
- .st0{display:none;}
- .st1{display:none;fill:#B2B2B2;}
- .st2{fill:#FFFFFF;}
- .st3{fill:none;stroke:#A4A4A4;stroke-miterlimit:10;}
- </style>
- <g id="Layer_1" class="st0">
- </g>
- <g id="Layer_2">
- <path class="st1" d="M-11,30"/>
- <g>
- <path class="st2" d="M0,0v50h50V0H0z M38,38H12L6,14c3.17,2.5,6.33,6,9.5,8.5c-0.11,0.09-1.1,0.89-1,2c0.12,1.31,1.68,2.24,3,2
- c0.87-0.16,1.91-0.87,2-2c0.09-1.18-0.93-1.95-1-2c1.83-2.83,3.67-5.67,5.5-8.5c2.17,2.83,4.33,5.67,6.5,8.5
- c-0.11,0.09-1.1,0.89-1,2c0.12,1.31,1.68,2.24,3,2c0.87-0.16,1.91-0.87,2-2c0.09-1.18-1.43-1.45-1.5-1.5
- c2.83-2.83,6.67-6.67,9.5-9.5C41.17,21.83,39.33,29.67,38,38z"/>
- <path class="st3" d="M34.5,24.5c-0.08,0.99-0.88,2-2,2s-1.93-1.01-2-2c-0.09-1.2,0.94-1.96,1-2c-2.17-2.83-5.33-5.67-7.5-8.5
- c-1.83,2.83-4.67,5.67-6.5,8.5c0.06,0.04,1.09,0.8,1,2c-0.07,0.99-0.88,2-2,2s-1.93-1.01-2-2c-0.09-1.2,0.94-1.96,1-2
- c-3.17-2.5-5.83-5.5-9-8l5,23h26c1.33-8.33,3.67-15.67,5-24c-2.83,2.83-6.17,6.17-9,9C33.57,22.55,34.59,23.32,34.5,24.5z"/>
- </g>
- <path class="st3" d="M-17.5,2.5"/>
- </g>
- </svg>
- </div>
- </a>
- <a href="{Permalink}" title="permalink">
- <div class="reblog">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
- <style type="text/css">
- .st00{fill:#FFFDFD;}
- .st11{fill:none;stroke:#9A9A9A;stroke-miterlimit:10;}
- </style>
- <g id="Layer_1">
- </g>
- <g id="Layer_2">
- <g>
- <path class="st00" d="M0,0v50h50V0H0z M36.5,23.62c0.64,1.47,1,3.1,1,4.81c0,6.67-5.37,12.08-12,12.08s-12-5.41-12-12.08
- c0-1.71,0.36-3.33,1-4.81c-3.39-0.51-6-3.57-6-7.27c0-4.06,3.13-7.35,7-7.35s7,3.29,7,7.35c0,0.14-0.01,0.27-0.02,0.4
- c0.97-0.25,1.97-0.4,3.02-0.4s2.05,0.15,3.02,0.4c-0.01-0.13-0.02-0.27-0.02-0.4c0-4.06,3.13-7.35,7-7.35s7,3.29,7,7.35
- C42.5,20.05,39.89,23.1,36.5,23.62z"/>
- <path class="st11" d="M35.5,9c-3.87,0-7,3.29-7,7.35c0,0.14,0.01,0.27,0.02,0.4c-0.97-0.25-1.97-0.4-3.02-0.4s-2.05,0.15-3.02,0.4
- c0.01-0.13,0.02-0.27,0.02-0.4c0-4.06-3.13-7.35-7-7.35s-7,3.29-7,7.35c0,3.7,2.61,6.75,6,7.27c-0.64,1.47-1,3.1-1,4.81
- c0,6.67,5.37,12.08,12,12.08s12-5.41,12-12.08c0-1.71-0.36-3.33-1-4.81c3.39-0.51,6-3.57,6-7.27C42.5,12.29,39.37,9,35.5,9z"/>
- </g>
- </g>
- </svg>
- </div>
- </a>
- </div>
- </div>
- {/block:date}
- {block:Text}
- <div class="text">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:notreblog}
- <figcaption>
- {Body}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblogs {block:isOriginalEntry}original-reblog{/block:isOriginalEntry} {block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- {block:isNotOriginalEntry}
- <a class="" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:40px; float:left">
- </a>
- {/block:isNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}{/block:isNotOriginalEntry}
- <span class="inactive ">
- <img src="{PortraitURL-64}" style="width:40px; float:left">
- </span>
- {/block:isNotOriginalEntry}
- {/block:IsDeactivated}
- {block:IsActive}
- {block:isNotOriginalEntry}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>{/block:isNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}
- {block:isNotOriginalEntry}
- <span class="inactive deactivated">{Username}</span>
- {/block:isNotOriginalEntry}
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:text}
- {block:Photo}
- <img src="{PhotoURL-HighRes}" class="phot" alt="{PhotoAlt}">
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
- {/block:Panorama}
- {block:Photoset}
- {Photoset}
- {/block:Photoset}
- {block:Link}
- <div class="link">
- <a href="{URL}" class="linkp">{Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- {/block:Link}
- {block:Video}
- <center>
- {Video-500}
- </center>
- {/block:Video}
- {block:Quote}
- <div class="quote">
- {Quote}
- <p>
- {Source}
- </p>
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="reblogs">{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:Audio}
- <div class="audiop" style="{block:AlbumArt}background:url({AlbumArtURL});{/block:AlbumArt}">
- <div class="playerbox">
- <div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></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>
- {/block:Audio}
- {block:Answer}
- <div class="reblogs">
- <div style="padding:10px; background:#eee;">
- {Asker}: {Question}
- </div>
- {block:notreblog}
- {Answer}
- {/block:notreblog}
- {block:rebloggedfrom}
- {Replies}
- {/block:rebloggedfrom}
- {/block:Answer}
- {block:caption}
- <div class="caption">
- {block:notreblog}
- <figcaption>
- {Caption}
- {block:Hastags}
- {block:Tags}
- <a class="tags" href="{TagURL}"><span><img src="https://github.com/LiinCh/KH3PostGenerator/blob/master/Images/Resources/hashtag.jpg?raw=true">{Tag}</span></a>
- {/block:Tags}
- {/block:HasTags}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblogs {block:isOriginalEntry}original-reblog{/block:isOriginalEntry} {block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- {block:isNotOriginalEntry}
- <a class="" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:40px; float:left">
- </a>
- {/block:isNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}{/block:isNotOriginalEntry}
- <span class="inactive ">
- <img src="{PortraitURL-64}" style="width:40px; float:left">
- </span>
- {/block:isNotOriginalEntry}
- {/block:IsDeactivated}
- {block:IsActive}
- {block:isNotOriginalEntry}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>{/block:isNotOriginalEntry}
- {/block:IsActive}
- {block:IsDeactivated}
- {block:isNotOriginalEntry}
- <span class="inactive deactivated">{Username}</span>
- {/block:isNotOriginalEntry}
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- {block:IsOriginalEntry}
- {block:Hastags}
- {block:Tags}
- <a class="tags" href="{TagURL}"><span><img src="https://github.com/LiinCh/KH3PostGenerator/blob/master/Images/Resources/hashtag.jpg?raw=true">{Tag}</span></a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IsOriginalEntry}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:caption}
- </article>
- <div class="permpag" style="text-align:center;
- margin:20px auto">
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}">{lang:Previous Post}</a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}">{lang:Next Post}</a>
- {/block:NextPost}
- {/block:PermalinkPagination}
- </div>
- {block:permalinkpage}
- <article>
- {PostNotes}
- </article>
- {/block:permalinkpage}
- {/block:posts}
- </div>
- <footer>
- {block:Pagination}
- <div class="pag" id="leftpag">{block:PreviousPage}
- <span> <a href="{PreviousPage}">{lang:Previous}</a></span>
- {/block:PreviousPage}
- </div>
- {block:JumpPagination length="5"}{block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}
- <div id="rightpag" class="pag">
- {block:NextPage}
- <span> <a href="{NextPage}">{lang:Next}</a></span>
- {/block:NextPage}</div>{/block:Pagination}
- </footer>
- </main>
- </body>
- </html>
Add Comment
Please, Sign In to add comment