Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- KIND OF A THEME. CODE theme by @mirainikki / @puella
- umm.... hellaur 🤣🤣🤣🤣🤣🤣🤣🤣🤣
- why am i coding in the middle of a hot summer day. something is wrong with me but you all knew that
- NOTES:
- -the side image's dimensions are 550 x 300
- -you can choose whether you want the side image to be anchored to the top, bottom, or center of the container
- -the music player is completely optional
- -you can have more than four songs for the music player, but basic html knowledge is needed
- -music player tutorial: https://themepreviews.neocities.org/musicplayertutorial.html
- CREDITS:
- -photosets by @annasthms
- -scrollbar from https://gist.github.com/Dakedres/0ccda599648833a1c2f65d3967aa131b
- -infinite scroll from https://github.com/MatthewRayfield/tumblr-infinite-scrolling
- -music layer code from https://www.geeksforgeeks.org/create-a-music-player-using-javascript/
- ----->
- <script src="https://kit.fontawesome.com/f936906ae0.js" crossorigin="anonymous"></script>
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
- <meta charset="utf-8">
- <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <script src="https://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <link rel="stylesheet" href="https://static.tumblr.com/p6yopnt/PxJr3vu6k/scrollbar.css">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script>
- <script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:100,attribute:"title"});});})(jQuery);</script>
- <link href="https://fonts.googleapis.com/css?family=Kosugi+Maru|Short+Stack" rel="stylesheet">
- <script>
- function gatherData(images, arr) {
- for (let i = 0; i < images.length; i++) {
- let currentData = {
- "width": images[i].getAttribute('data-width'),
- "height": images[i].getAttribute('data-height'),
- "low_res": images[i].getAttribute('data-lowres'),
- "high_res": images[i].getAttribute('data-highres')
- };
- arr.push(currentData);
- }
- }
- function getIndex(elem) {
- let i = 0;
- while( (elem = elem.previousElementSibling) != null ) i++;
- return i;
- }
- function lightbox(elem) {
- let currentPhotoset = elem.parentNode;
- let photosetPhotos = currentPhotoset.getElementsByTagName('div');
- let data = [];
- gatherData(photosetPhotos, data);
- Tumblr.Lightbox.init(data, getIndex(elem) + 1);
- }
- </script>
- <link href="https://fonts.googleapis.com/css?family=Advent+Pro|Bebas+Neue|Bellota|Liu+Jian+Mao+Cao|Orbitron|Pacifico|Playfair+Display|Rajdhani&display=swap" rel="stylesheet">
- <meta name="image:favicon" content=""/>
- <meta name="image:icon" content=""/>
- <meta name="image:background" content=""/>
- <meta name="image:left container background" content=""/>
- <meta name="image:content background" content=""/>
- <meta name="image:right container background" content=""/>
- <meta name="image:side image" content=""/>
- <meta name="color:border" content="#000"/>
- <meta name="color:background" content=""/>
- <meta name="color:sidebar background" content="#fff"/>
- <meta name="color:container background" content="#fff"/>
- <meta name="color:content background" content="#fff"/>
- <meta name="color:post background" content="#fff"/>
- <meta name="color:description background" content="#fff"/>
- <meta name="color:links background" content="#fff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:links" content=""/>
- <meta name="color:links hover" content=""/>
- <meta name="color:links glow" content=""/>
- <meta name="color:links glow hover" content=""/>
- <meta name="color:links outline" content=""/>
- <meta name="color:links outline hover" content=""/>
- <meta name="color:song title background" content="#fff"/>
- <meta name="color:music controls background" content="#fff"/>
- <meta name="color:music controls" content="#000"/>
- <meta name="color:footer icons" content="#000"/>
- <meta name="color:tooltip background" content="#fff"/>
- <meta name="color:tooltip text" content="#000"/>
- <meta name="color:selection background" content=""/>
- <meta name="color:selection text" content=""/>
- <meta name="if:music player" content="1"/>
- <meta name="if:content borders" content="1"/>
- <meta name="if:side image margin left" content=""/>
- <meta name="if:side image margin right" content=""/>
- <meta name="if:mirror side image" content=""/>
- <meta name="if:redirect" content="1"/>
- <meta name="if:links glow" content=""/>
- <meta name="if:links outline" content="1"/>
- <meta name="if:hover blur" content=""/>
- <meta name="if:captions" content="1"/>
- <meta name="if:round borders" content=""/>
- <meta name="if:background cover" content=""/>
- <meta name="select:border style" content="solid"/>
- <meta name="select:border style" content="dashed"/>
- <meta name="select:border style" content="dotted"/>
- <meta name="select:border style" content="double"/>
- <meta name="select:border style" content="inset"/>
- <meta name="select:border style" content="outset"/>
- <meta name="select:border style" content="groove"/>
- <meta name="select:border style" content="ridge"/>
- <meta name="select:side image position" content="flex-end"/>
- <meta name="select:side image position" content="flex-start"/>
- <meta name="select:side image position" content="center"/>
- <meta name="text:font size" content="25"/>
- <meta name="text:font" content=""/>
- <meta name="text:description" content="the yoinky sploinky"/>
- <meta name="text:links title" content="links"/>
- <meta name="text:border width" content="4"/>
- <meta name="text:next" content="next"/>
- <meta name="text:previous" content="back"/>
- <meta name="text:link 1" content="eins"/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2" content="zwei"/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3" content="drei"/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 4" content="vier"/>
- <meta name="text:link 4 url" content=""/>
- <meta name="text:song 1 title" content="sample title"/>
- <meta name="text:song 1 mp3" content=""/>
- <meta name="text:song 2 title" content="sample title"/>
- <meta name="text:song 2 mp3" content=""/>
- <meta name="text:song 3 title" content="sample title"/>
- <meta name="text:song 3 mp3" content=""/>
- <meta name="text:song 4 title" content="sample title"/>
- <meta name="text:song 4 mp3" content=""/>
- <meta name="text:redirect" content=""/>
- </head>
- <style type="text/css">
- .npf_row {
- margin: 0 !important;
- }
- .tmblr-full img{
- border:{text:border width}px {select:border style} {color:border};
- box-sizing:border-box !important;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- ::selection {
- background: {color:selection background};
- color:{color:selection text};
- }
- ::-moz-selection {
- background: {color:selection background};
- color:{color:selection text};
- }
- #content::-webkit-scrollbar {
- display: none;
- }
- #s-m-t-tooltip{
- margin: 20px 0 0 20px;
- padding: 5px;
- max-width: 300px;
- background-color:{color:tooltip background};
- color:{color:tooltip text};
- border:{text:border width}px {select:border style} {color:border};
- z-index: 99999999999999999999999999999999999999999;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- body {
- margin:0px;
- font-family:{text:font};
- font-size:{text:font size}px;
- color:{color:text};
- background-color: {color:background};
- background-image: url('{image:background}');
- {block:ifbackgroundcover}
- background-size: cover;
- {/block:ifbackgroundcover}
- {block:ifnotbackgroundcover}
- background-repeat:repeat;
- {/block:ifnotbackgroundcover}
- background-attachment:fixed;
- }
- p{
- margin:5px 0px;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a{
- color:{color:links};
- {block:iflinksglow}
- text-shadow:0 0 2px {color:links glow},0 0 2px {color:links glow},0 0 2px {color:links glow}, 0 0 1px {color:links glow};
- {/block:iflinksglow}
- {block:iflinksoutline}
- text-shadow: -1px 0 {color:links outline}, 0 1px {color:links outline}, 1px 0 {color:links outline}, 0 -1px {color:links outline};
- {/block:iflinksoutline}
- text-decoration:none;
- transition:0.5s;
- }
- a:hover{
- color:{color:links hover};
- {block:iflinksglow}
- text-shadow:0 0 2px {color:links glow hover},0 0 2px {color:links glow hover},0 0 2px {color:links glow hover},0 0 1px {color:links glow hover};
- {/block:iflinksglow}
- {block:iflinksoutline}
- text-shadow: -1px 0 {color:links outline hover}, 0 1px {color:links outline hover}, 1px 0 {color:links outline hover}, 0 -1px {color:links outline hover};
- {/block:iflinksoutline}
- {block:ifhoverblur}
- -webkit-filter: blur(.9px);
- {/block:ifhoverblur}
- cursor: help;
- }
- a.tumblr_blog{
- display:inline-block;
- margin-bottom:5px;
- }
- li{
- margin-left:-15px;
- }
- #wrapper{
- width:fit-content;
- height:fit-content;
- width: -moz-fit-content;
- height: -moz-fit-content;
- position:fixed;
- display: inline-block;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- animation: fadeEffect 1s;
- }
- @keyframes fadeEffect {
- from {opacity: 0;}
- to {opacity: 1;}
- }
- #container{
- height:550px;
- overflow:hidden;
- border:{text:border width}px {select:border style} {color:border};
- display:flex;
- background-color:{color:container background};
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- #content{
- {block:ifcontentborders}
- border-left:{text:border width}px {select:border style} {color:border};
- border-right:{text:border width}px {select:border style} {color:border};
- {/block:ifcontentborders}
- overflow:auto;
- background-color:{color:content background};
- background-image:url('{image:content background}');
- }
- #right{
- {block:ifsideimagemarginleft}
- padding-left:15px;
- {/block:ifsideimagemarginleft}
- {block:ifsideimagemarginright}
- padding-right:15px;
- {/block:ifsideimagemarginright}
- box-sizing:border-box;
- width:300px;
- background-image:url('{image:right container background}');
- }
- #rightimg{
- display:flex;
- height:100%;
- align-items: {select:side image position};
- align-content: center;
- justify-content: center;
- }
- #rightimg img{
- width:100%;
- {block:ifmirrorsideimage}
- transform: scaleX(-1);
- {/block:ifmirrorsideimage}
- height:auto;
- }
- #sidebar{
- display: flex;
- flex-direction:column;
- width:300px;
- text-align:center;
- padding:15px;
- box-sizing:border-box;
- background-image:url('{image:left container background}');
- }
- #side{
- border:{text:border width}px {select:border style} {color:border};
- border-top:none;
- padding:15px;
- box-sizing:border-box;
- background-color:{color:sidebar background};
- {block:ifroundborders}
- border-radius:0px 0px 10px 10px;
- {/block:ifroundborders}
- }
- .description{
- height:79px;
- text-align:center;
- overflow:auto;
- border:{text:border width}px {select:border style} {color:border};
- padding:5px;
- box-sizing:border-box;
- margin-bottom:15px;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- background-color:{color:description background};
- }
- .icon{
- display:block;
- overflow:hidden;
- box-sizing:border-box;
- {block:ifroundborders}
- border-radius:10px 10px 0px 0px;
- {/block:ifroundborders}
- border:{text:border width}px {select:border style} {color:border};
- background-color:{color:sidebar background};
- }
- .icon img{
- width:270px;
- height:270px;
- display:block;
- }
- select{
- width:100%;
- border:{text:border width}px {select:border style} {color:border};
- text-align:center;
- font-family:{text:font};
- padding:5px;
- font-size:{text:font size}px;
- color:{color:text};
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- background-color:{color:links background};
- }
- .musicplayer{
- border:{text:border width}px {select:border style} {color:border};
- margin-top:15px;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- .songtitle{
- padding:5px;
- border-bottom:{text:border width}px {select:border style} {color:border};
- height:25px;
- display:flex;
- align-items: center;
- background-color:{color:song title background};
- }
- .controls{
- font-size:20px !important;
- color:{color:music controls};
- background-color:{color:music controls background};
- text-align:center;
- width:100%;
- height:25px;
- }
- .controls td{
- padding:5px;
- }
- .post{
- width:350px;
- overflow:hidden;
- border:{text:border width}px {select:border style} {color:border};
- background:{color:post background};
- box-sizing:border-box;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- position:relative;
- {block:ifcontentborders}
- margin:15px;
- {/block:ifcontentborders}
- {block:ifnotcontentborders}
- margin:15px 0px;
- {/block:ifnotcontentborders}
- word-break: break-word;
- }
- .footer{
- margin-top:15px;
- display:flex;
- justify-content:space-between;
- }
- .answer .embed_iframe{
- width: 340px;
- }
- .nfp_row{
- margin-left:0px;
- margin-right:0px;
- }
- #nav{
- text-align:center;
- display:flex;
- justify-content:space-evenly;
- margin-bottom:15px;
- }
- #nav a{
- border:{text:border width}px {select:border style} {color:border};
- background-color:{color:post background};
- padding:5px;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- video{
- max-width:100%;
- height:auto!important;
- }
- .video-container {
- overflow: hidden;
- }
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: center;
- max-width: 312px;
- max-height: 312px;
- border:{text:border width}px {select:border style} {color:border};
- box-sizing:border-box;
- }
- .video-wrapper {
- max-width: 312px;
- max-height: 312px;
- }
- iframe.tumblr_audio_player {
- height: 85px;
- border:{text:border width}px {select:border style} {color:border};
- box-sizing:border-box;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- .media{
- margin:0 0 0px 0;
- text-align:center;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- .media:hover{
- {block:ifhoverblur}
- -webkit-filter: blur(.9px);
- {/block:ifhoverblur}
- }
- .media img{
- border:{text:border width}px {select:border style} {color:border};
- display:block;
- box-sizing:border-box;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- .title{
- font-size:35px;
- text-transform:lowercase;
- margin:10px 0 10px 0;
- color:{color:text};
- font-family:{text:title font};
- }
- h1, h2, h3, h4, h5, h6{
- font-size:35px;
- text-transform:lowercase;
- margin:10px 0 10px 0;
- color:{color:text};
- font-family:{text:title font};
- }
- .quote{
- font-weight:normal;
- font-size:{text:font size};
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question {
- position: relative;
- border:{text:border width}px {select:border style} {color:border};
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- padding: 15px;
- margin-left:15px;
- width:100%;
- word-break: break-word;
- }
- .asker{
- display:flex;
- align-items: flex-start;
- }
- .asker img{
- border:{text:border width}px {select:border style} {color:border};
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- .answer{
- position: relative;
- border:{text:border width}px {select:border style} {color:border};
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- padding: 15px;
- margin-right:15px;
- width:100%;
- word-break: break-word;
- }
- .answerer{
- margin-top:15px;
- display:flex;
- align-items: flex-start;
- }
- .answerer img{
- border:{text:border width}px {select:border style} {color:border};
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- .caption{
- margin-top:10px;
- }
- blockquote{
- border-left:{text:border width}px solid {color:text};
- margin:5px;
- padding-left:10px;
- }
- blockquote img{
- max-width:100%;
- height:auto;
- object-fit:cover;
- display: block;
- box-sizing:border-box;
- border:{text:border width}px {select:border style} {color:border};
- }
- img{
- max-width:100%;
- height:auto;
- }
- ol.notes{
- border:{text:border width}px {select:border style} {color:border};
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- margin-top:15px;
- padding:15px;
- list-style-type:none;
- max-height:200px;
- overflow:auto;
- margin-bottom:0px;
- }
- ol.notes li.note img{
- width:16px;
- height:16px;
- margin-right:3px;
- }
- ol.notes li.note{
- margin:0px;
- }
- .tags {
- margin-top:15px;
- text-align:center;
- }
- [photoset-layout] {
- grid-gap: 15px;
- }
- [photoset-layout] img {
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- border:{text:border width}px {select:border style} {color:border};
- display: block;
- height: 100%;
- width: 100%;
- object-fit: cover;
- background-color:white;
- }
- [photoset-layout] div {
- cursor: help;
- }
- .answer .embed_iframe{
- width: 240px;
- }
- .footer i.fas{
- font-size:25px !important;
- color:{color:footer icons};
- text-shadow:none;
- }
- i.fas:hover{
- cursor:help;
- }
- #heartbeat{
- position:fixed;
- left:12px;
- bottom:6px;
- font-size:18px !important;
- }
- #heartbeat:hover{
- animation: heartbeat 1s infinite;
- }
- @keyframes heartbeat
- {
- 0%
- {
- transform: scale( .90 );
- }
- 20%
- {
- transform: scale( 1 );
- }
- 40%
- {
- transform: scale( .90 );
- }
- 60%
- {
- transform: scale( 1 );
- }
- 80%
- {
- transform: scale( .90 );
- }
- 100%
- {
- transform: scale( .90 );
- }
- }
- </style>
- <body>
- {block:ifredirect}
- {block:IndexPage}
- <script type="text/javascript">
- var url = location.href;
- if (url == "{BlogURL}") {
- window.location = "{BlogURL}tagged/{text:redirect}";
- }
- </script>
- {/block:IndexPage}
- {/block:ifredirect}
- <div id="wrapper">
- <div id="container">
- <div id="sidebar">
- <div class="icon"><a href="/"><img src="{image:icon}"></a></div>
- <div id="side">
- <div class="description">{text:description}</div>
- <div class="links">
- <select onchange="location = this.value;">
- <option>{text:links title}</option>
- <option value="{text:link 1 url}">{text:link 1}</option>
- <option value="{text:link 2 url}">{text:link 2}</option>
- <option value="{text:link 3 url}">{text:link 3}</option>
- <option value="{text:link 4 url}">{text:link 4}</option>
- </select>
- </div>
- {block:ifmusicplayer}
- <div class="musicplayer">
- <div>
- <marquee scrollamount="8" class="songtitle"></marquee>
- </div>
- <table class="controls">
- <tr>
- <td>
- <div class="prev-track" onclick="prevTrack()"><i class="fas fa-backward"></i></div>
- </td>
- <td>
- <div class="playpause-track" onclick="playpauseTrack()" ><i class="fas fa-play"></i></div>
- </td>
- <td>
- <div class="next-track" onclick="nextTrack()"><i class="fas fa-forward"></i></div>
- </td>
- </tr>
- </table>
- <audio id="music" src=""></audio>
- </div>
- {/block:ifmusicplayer}
- </div>
- </div>
- <script>
- let track_name = document.querySelector(".songtitle");
- let playpause_btn = document.querySelector(".playpause-track");
- let next_btn = document.querySelector(".next-track");
- let prev_btn = document.querySelector(".prev-track");
- let track_index = 0;
- let isPlaying = false;
- // Create new audio element
- let curr_track = document.getElementById("music");
- // Define the tracks that have to be played
- let track_list = [
- {
- name:"{text:song 1 title}",
- path:"{text:song 1 mp3}"
- },
- {
- name:"{text:song 2 title}",
- path:"{text:song 2 mp3}"
- },
- {
- name:"{text:song 3 title}",
- path:"{text:song 3 mp3}"
- },
- {
- name:"{text:song 4 title}",
- path:"{text:song 4 mp3}"
- },
- ];
- function loadTrack(track_index) {
- // Load a new track
- curr_track.src = track_list[track_index].path;
- curr_track.load();
- // Update details of the track
- track_name.textContent = "playing " + (track_index + 1) + " of " + track_list.length + ": " + track_list[track_index].name;
- // Move to the next track if the current one finishes playing
- curr_track.addEventListener("ended", nextTrack);
- }
- function playpauseTrack() {
- if (!isPlaying) playTrack();
- else pauseTrack();
- }
- function playTrack() {
- curr_track.play();
- isPlaying = true;
- // Replace icon with the pause icon
- playpause_btn.innerHTML = '<i class="fas fa-pause"></i>';
- }
- function pauseTrack() {
- curr_track.pause();
- isPlaying = false;
- // Replace icon with the play icon
- playpause_btn.innerHTML = '<i class="fas fa-play"></i>';
- }
- function nextTrack() {
- if (track_index < track_list.length - 1)
- track_index += 1;
- else track_index = 0;
- loadTrack(track_index);
- playTrack();
- }
- function prevTrack() {
- if (track_index > 0)
- track_index -= 1;
- else track_index = track_list.length;
- loadTrack(track_index);
- playTrack();
- }
- // Load the first track in the tracklist
- loadTrack(track_index);
- </script>
- <div id="content">
- {block:Posts}
- <div class="post" post-type="{PostType}">
- <div style="padding:15px">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
- {block:ifcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)"><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
- {block:ifcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <div class="media"><div class="video-wrapper">
- <div class="video-container">{video-500}</div>
- </div></div>
- {block:ifcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:Video}
- {block:Audio}
- <div class="media">
- {block:AudioEmbed}<div class="video-wrapper"><div class="video-container">{AudioEmbed-500}</div></div>{/block:AudioEmbed}
- </div>
- {block:ifcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:Audio}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-48}"> <div class="question" style="font-style:italic">{Question}</div></div>
- <div class="answerer"><div class="answer">{Answer}</div>{block:Answerer}<img src="{AnswererPortraitURL-48}">{/block:Answerer}<img src="{PortraitURL-48}" style="{block:Answerer}display:none{/block:Answerer}"></div>
- <div style="margin-top:20px;{block:NotReblog}display:none;{/block:NotReblog}">{Replies}</div>
- {/block:Answer}
- {block:Date}
- <div class="footer">
- <a href="{Permalink}" title="{notecount} notes"><i class="fas fa-percentage"></i></a>
- <a href="{ReblogURL}" class="reblog" title="reblog" target="_blank"><i class="fas fa-retweet rb" style="color:{color:footer buttons}"></i></a>
- <!-- {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}
- </div>
- {block:HasTags}
- <div class="tags">{block:Tags}<i class="fas fa-hashtag"></i><a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
- {/block:HasTags}
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="nav">
- {block:PreviousPage}<a href="{PreviousPage}">{text:previous}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">{text:next}</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="right">
- <div id="rightimg">
- <img src="{image:side image}">
- </div>
- </div>
- </div>
- </div>
- <a id="heartbeat" href="https://mirainikki.tumblr.com" title="by @mirainikki / @puella"><i class="fas fa-heart"></i>️</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement