₊⁺✿˚

This commit is contained in:
HT 2023-07-28 02:09:03 +01:00
parent 30ccbcf5bc
commit 540dbe046b
1 changed files with 206 additions and 105 deletions

View File

@ -4,7 +4,11 @@ Made by glenthemes
Initial release: 2015/10/23
Revamp date: 2017/04/20
Last updated: 2023/06/20
Last updated: 2023/07/27
What's new:
✱ NPF audio post support
✱ improved NPF post types detection
TERMS OF USE:
1) Do not remove the theme credit.
@ -68,7 +72,7 @@ $(document).ready(function(){
$('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '{text:photoset gutter width}px',
gutter: '{select:photos spacing}',
borderRadius: '0px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
@ -136,11 +140,11 @@ $("#pancake").stick_in_parent({
<style tmblr-npf>
:root {
--NPF-Caption-Spacing:1em;
--NPF-Image-Spacing:{text:photoset gutter width}px;
--NPF-Image-Spacing:{select:photos spacing};
}
.photo-origin {
margin:-{text:post padding}px;
margin:-{select:post padding};
margin-bottom:0;
}
@ -170,16 +174,16 @@ $(document).ready(function(){
<!-- unblue polls -->
<!-- glenthemes.tumblr.com/post/708014819571302400 -->
<link href="//static.tumblr.com/gtjt4bo/mXBrpdj0n/unblue-polls.css" rel="stylesheet">
<style>
<style unblue-polls>
.poll-post {
--Poll-Question-Font-Size: {text:font size}px;
--Poll-Question-Font-Size: {select:font size};
--Poll-Option-Background-Color: {color:post};
--Poll-Option-Corner-Rounding: 4px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: {color:post borders};
--Poll-Option-Padding: 10px;
--Poll-Option-Font-Size: {text:font size}px;
--Poll-Option-Font-Size: {select:font size};
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:text};
@ -198,8 +202,77 @@ $(document).ready(function(){
}
</style>
<!-- npf audio player -->
<!-- glenthemes.tumblr.com/post/722160746171072512 -->
<script src="//tmblr-npf-audio.gitlab.io/s/init.js"></script>
<link href="//tmblr-npf-audio.gitlab.io/s/base.css" rel="stylesheet">
<script>
tumblr_npf_audio({
emptyTitleText: "Untitled track",
emptyArtistText: "Untitled artist",
emptyAlbumText: "Untitled album",
titleLabel: "Track:",
artistLabel: "Artist:",
albumLabel: "Album:"
});
</script>
<style edit-npf-audio-player>
.npf-audio-wrapper {
--NPF-Audio-Buttons-Size: {select:font size};
--NPF-Audio-Buttons-Color: {color:permalink text};
--NPF-Audio-Buttons-Padding: 14px;
--NPF-Audio-Buttons-Spacing: calc((var(--NPF-Audio-Buttons-Padding) * 2) + 10px);
--NPF-Audio-Image-Spacing: 0.9rem;
}
.npf-audio-background {
margin-left:calc(var(--NPF-Audio-Buttons-Padding) + 5px);
}
.npf-audio-play, .npf-audio-pause {
position:relative;
z-index:0;
}
.npf-audio-play:after, .npf-audio-pause:after {
content:"";
position:absolute;
top:0;left:0;
margin-top:calc(0px - var(--NPF-Audio-Buttons-Padding));
margin-left:calc(0px - var(--NPF-Audio-Buttons-Padding));
width:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2));
height:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2));
background:{color:permalink background};
border-radius:100%;
z-index:-1;
}
.npf-audio-play svg { margin-left:1px; }
.npf-audio-pause svg { margin-left:0; }
.npf-audio-title-label,
.npf-audio-artist-label,
.npf-audio-album-label {
color:{color:bold};
text-transform:uppercase;
}
figcaption.audio-caption,
figcaption.audio-caption ~ audio[controls],
figcaption.audio-caption img, .npf-audio-image {
display:none;
}
</style>
<script src="//glen-npf.gitlab.io/other/neue.js"></script>
<link href="//glen-npf.gitlab.io/other/neue.css" rel="stylesheet">
<!--------------------IMAGES-------------------->
<meta name="image:header image" content="//static.tumblr.com/983782d4b3a9ddcca0bec7ea1ffee74e/gtjt4bo/3JSoops6k/tumblr_static_11qdqdzuj5twgsos44ssggwo.png"/>
<meta name="image:sidebar image" content="//static.tumblr.com/17a66b2a727a9d46e41ca9076a1a354f/gtjt4bo/L9Goops6l/tumblr_static_3zvhdat3ng8wkgk84g0w8oo0w.png"/>
<meta name="image:background image" content=""/>
<!--------------------COLORS-------------------->
@ -230,8 +303,54 @@ $(document).ready(function(){
<meta name="color:scrollbar bg" content="#f8f8f8"/>
<meta name="color:highlight" content="#f8f8f9">
<meta name="color:highlighted text" content="#aaaaaa">
<!----------------DROPDOWN OPTS---------------->
<meta name="select:font size" title="11px" content="11px">
<meta name="select:font size" title="12px" content="12px">
<meta name="select:font size" title="13px" content="13px">
<meta name="select:font size" title="14px" content="14px">
<meta name="select:font size" title="15px" content="15px">
<meta name="select:font size" title="16px" content="16px">
<meta name="select:post width" title="500px" content="500px">
<meta name="select:post width" title="300px" content="300px">
<meta name="select:post width" title="350px" content="375px">
<meta name="select:post width" title="400px" content="400px">
<meta name="select:post width" title="450px" content="450px">
<meta name="select:post width" title="540px" content="540px">
<meta name="select:post width" title="600px" content="600px">
<meta name="select:post padding" title="10px" content="10px">
<meta name="select:post padding" title="5px" content="5px">
<meta name="select:post padding" title="15px" content="15px">
<meta name="select:post padding" title="20px" content="20px">
<meta name="select:photos spacing" title="4px" content="4px">
<meta name="select:photos spacing" title="0px" content="0px">
<meta name="select:photos spacing" title="2px" content="2px">
<meta name="select:photos spacing" title="6px" content="6px">
<meta name="select:photos spacing" title="8px" content="8px">
<meta name="select:photos spacing" title="10px" content="10px">
<meta name="select:post spacing" title="35px" content="35px">
<meta name="select:post spacing" title="20px" content="20px">
<meta name="select:post spacing" title="25px" content="25px">
<meta name="select:post spacing" title="30px" content="30px">
<meta name="select:post spacing" title="40px" content="40px">
<meta name="select:post spacing" title="45px" content="45px">
<meta name="select:post spacing" title="50px" content="50px">
<meta name="select:post spacing" title="55px" content="55px">
<meta name="select:post spacing" title="60px" content="60px">
<meta name="select:header boxes width" title="230px" content="230px">
<meta name="select:header boxes width" title="170px" content="170px">
<meta name="select:header boxes width" title="190px" content="190px">
<meta name="select:header boxes width" title="210px" content="210px">
<meta name="select:header boxes width" title="250px" content="250px">
<meta name="select:header boxes width" title="270px" content="270px">
<meta name="select:header boxes width" title="290px" content="290px">
<!--------------------OPTIONS-------------------->
<!----------------TOGGLE OPTS---------------->
<meta name="if:show music player" content="1" />
<meta name="if:header content" content="1" />
@ -245,20 +364,8 @@ $(document).ready(function(){
<meta name="if:dark tumblr controls" content="0" />
<meta name="if:dark theme credit" content="0" />
<!--------------------IMAGES-------------------->
<meta name="image:header image" content="//static.tumblr.com/983782d4b3a9ddcca0bec7ea1ffee74e/gtjt4bo/3JSoops6k/tumblr_static_11qdqdzuj5twgsos44ssggwo.png"/>
<meta name="image:sidebar image" content="//static.tumblr.com/17a66b2a727a9d46e41ca9076a1a354f/gtjt4bo/L9Goops6l/tumblr_static_3zvhdat3ng8wkgk84g0w8oo0w.png"/>
<meta name="image:background image" content=""/>
<!--------------------TITLES-------------------->
<meta name="text:font size" content="11">
<meta name="text:post width" content="500">
<meta name="text:post padding" content="10">
<meta name="text:photoset gutter width" content="4">
<meta name="text:post margin" content="35">
<meta name="text:header boxes width" content="230">
<meta name="text:header box 1 title" content="Your title here">
<meta name="text:header box 1 content" content="You can put whatever you want here.">
<meta name="text:header box 2 title" content="Your title here">
@ -267,6 +374,7 @@ $(document).ready(function(){
<meta name="text:header box 3 content" content="You can put whatever you want here.">
<meta name="text:how to link music" content="linktr.ee/direct_file_links">
<meta name="text:music player mp3 URL" content="https://rhizo.gitlab.io/nier/Broken_Heart.mp3">
<meta name="text:music player song name" content="Broken Heart">
<meta name="text:description box title" content="about">
<meta name="text:links box title" content="navigation">
@ -312,13 +420,13 @@ $(document).ready(function(){
margin: 26px 9px 0px 15px;
background-color: {color:post};
font-family: karla;
font-size: calc({text:font size}px - 3px);
font-size: calc({select:font size} - 3px);
letter-spacing: 1px;
text-transform: uppercase;
color: {color:text};
border:0.5px solid rgba({RGBcolor:post borders},0.6);
z-index:99999999999999999999999999998!important;
max-width: calc({text:post width}px * 1.25);
max-width: calc({select:post width} * 1.25);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
@ -387,7 +495,7 @@ color:{color:text};
cursor:normal;
font-family:karla;
line-height:1.6em;
font-size:{text:font size}px;
font-size:{select:font size};
text-align:left;
}
@ -415,7 +523,7 @@ color: {color:link hover};
img {opacity:1;text-decoration:none;}
h1 {
padding:0px {text:post padding}px;
padding:0px {select:post padding};
text-transform:uppercase;
letter-spacing:1.5px;
text-align:center;
@ -424,13 +532,13 @@ line-height:1.4;
}
h1, p.npf_quirky, p.npf_quote {
font-size:calc({text:font size}px + 3px);
font-size:calc({select:font size} + 3px);
}
h1 .lnr {
font-weight:bold;
font-size:calc({text:font size}px + 1px);
letter-spacing:calc(-{text:font size}px + 5px);
font-size:calc({select:font size} + 1px);
letter-spacing:calc(-{select:font size} + 5px);
}
b, strong, .strong {
@ -465,29 +573,29 @@ p.tmblr-attribution {
position:absolute;
margin:0 auto;
{block:ifheadercontent}margin-top:calc(((({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2) * 0.4285714285) + 57px + {text:post margin}px);
{block:ifheadercontent}margin-top:calc(((({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2) * 0.4285714285) + 57px + {select:post spacing});
{/block:ifheadercontent}
{block:ifnotheadercontent}
margin-top:calc(57px + {text:post margin}px);
margin-top:calc(57px + {select:post spacing});
{/block:ifnotheadercontent}
top:0;left:0;right:0;
width:calc({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px);
width:calc({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px);
height:100vh;
}
#garlic {
margin-left:calc(250px + ({text:post margin}px * 1.5));
padding-bottom:calc({text:post margin}px / 2);
margin-left:calc(250px + ({select:post spacing} * 1.5));
padding-bottom:calc({select:post spacing} / 2);
}
#brulee {
position:fixed;
margin:0 auto;
top:0;left:0;right:0;
width:calc(({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2);
width:calc(({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2);
height:100vh;
background-color:{color:post container background};
z-index:-2;
@ -497,9 +605,9 @@ height:100vh;
.posts {
position:relative;
{block:IndexPage}
margin-bottom:{text:post margin}px;
margin-bottom:{select:post spacing};
{/block:IndexPage}
width:{text:post width}px;
width:{select:post width};
min-width:250px;
max-width:540px;
padding:0px;
@ -509,12 +617,12 @@ border:1px solid {color:post borders};
.posts iframe{max-width:100%;}
.photos {margin-bottom:{text:gutter width}px;}
.photos {margin-bottom:{select:photos spacing};}
.photos, .photos img {
position:relative;
overflow:hidden;
width:{text:post width}px;
width:{select:post width};
{block:IndexPage}
{block:ifphotofade}
@ -571,11 +679,11 @@ border:1px solid {color:post borders};
.capt, .captsingle, .captset, .posttext, .answer {
padding:{text:post padding}px;
padding:{select:post padding};
}
.capt, .captsingle, .captset, .posttext, .answer {
padding:{text:post padding}px;
padding:{select:post padding};
}
.capt p, .captsingle p, .captset p, .posttext p, .answer p {
@ -591,7 +699,7 @@ border:1px solid {color:post borders};
/*--------------------POST IDs--------------------*/
.eggtart {
position:absolute;
margin-left:calc(100% + ({text:post margin}px / 1.5));
margin-left:calc(100% + ({select:post spacing} / 1.5));
margin-top:13px;
}
@ -608,8 +716,8 @@ border:1px solid {color:post borders};
content:"";
position:absolute;
margin-top:10px;
margin-left:calc(-{text:post margin}px / 1.5);
width:calc({text:post margin}px / 1.5);
margin-left:calc(-{select:post spacing} / 1.5);
width:calc({select:post spacing} / 1.5);
height:1px;
background-color:{color:post borders};
}
@ -620,8 +728,8 @@ letter-spacing: 1px;
text-transform:uppercase;
text-align:center;
color:{color:permalink text};
font-size:calc({text:font size}px - 2px);
padding:calc(({text:font size}px / 2) - 2px) 0px;
font-size:calc({select:font size} - 2px);
padding:calc(({select:font size} / 2) - 2px) 0px;
background-color:{color:permalink background};
border-top:0.5px solid {color:post borders};
}
@ -629,7 +737,7 @@ border-top:0.5px solid {color:post borders};
#tags .lnr, #tagstop .lnr {
font-weight:bold;
margin:0px 4px;
font-size:calc({text:font size}px - 2px - 1px);
font-size:calc({select:font size} - 2px - 1px);
}
#tags .fa, #tagstop .fa {
@ -648,7 +756,7 @@ color:{color:permalink text hover};
#tagstop {
border-top:0px solid transparent;
text-align:left;
padding:calc({text:font size}px - 4px) calc({text:font size}px - 2px);
padding:calc({select:font size} - 4px) calc({select:font size} - 2px);
}
.vinegar {float:right;}
@ -657,12 +765,12 @@ color:{color:permalink text hover};
text-transform:uppercase;
letter-spacing:1px;
text-align:right;
font-size:calc({text:font size}px - 3px);
font-size:calc({select:font size} - 3px);
line-height:1.5;
padding-top:calc({text:post padding}px / 2);
padding-right:{text:post padding}px;
padding-bottom:{text:post padding}px;
padding-left:{text:post padding}px;
padding-top:calc({select:post padding} / 2);
padding-right:{select:post padding};
padding-bottom:{select:post padding};
padding-left:{select:post padding};
}
.tagsin a {
@ -817,8 +925,8 @@ color:rgba({RGBcolor:link},0.8);
margin:0 auto;
top:0;left:0;right:0;
margin-top:57px;
width:calc(({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2);
height:calc((({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2) * 0.4285714285);
width:calc(({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2);
height:calc((({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2) * 0.4285714285);
{block:ifnotheadercontent}display:none;{/block:ifnotheadercontent}
}
@ -841,8 +949,8 @@ color:rgba({RGBcolor:link},0.8);
}
.mushroom {
width:calc((({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2) + 1px);
height:calc(((({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2) * 0.4285714285) + 1px);
width:calc((({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2) + 1px);
height:calc(((({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2) * 0.4285714285) + 1px);
background-color:rgba({RGBcolor:post},0.8);
{block:ifslideheaderboxes}margin-left:-100%;{/block:ifslideheaderboxes}
{block:ifnotslideheaderboxes}margin-left:0%;{/block:ifnotslideheaderboxes}
@ -866,26 +974,26 @@ color:rgba({RGBcolor:link},0.8);
#onion {
display:inline-table; /* was inline-block */
margin:0px calc({text:post margin}px / 2);
width:{text:header boxes width}px;
margin:0px calc({select:post spacing} / 2);
width:{select:header boxes width};
}
#nutmeg {
background-color:{color:boxes title background};
text-transform:uppercase;
font-size:calc({text:font size}px - 2px);
font-size:calc({select:font size} - 2px);
letter-spacing:2px;
color:{color:boxes title};
padding:calc(({text:font size}px / 2) + 1px);
padding:calc(({select:font size} / 2) + 1px);
}
#bacon {
font-size:calc({text:font size}px - 1px);
font-size:calc({select:font size} - 1px);
color:{color:text};
padding:{text:post padding}px;
padding:{select:post padding};
text-align:center;
background-color:{color:post};
max-height:calc(((({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2) * 0.4285714285) * 0.7);
max-height:calc(((({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2) * 0.4285714285) * 0.7);
overflow:auto;
}
@ -896,9 +1004,9 @@ color:rgba({RGBcolor:link},0.8);
left:50%;
transform: translate(-50%, 0%);
top:0;margin-top:57px;
margin-left:calc((((({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2) / 2) * -1) + 20px);
margin-left:calc((((({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2) / 2) * -1) + 20px);
width:40px;
height:calc((({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:post margin}px / 1.5) + 47px) + {text:post margin}px * 2) * 0.4285714285);
height:calc((({select:post width} + 250px + ({select:post spacing} * 1.5) + ({select:post spacing} / 1.5) + 47px) + {select:post spacing} * 2) * 0.4285714285);
background-color:rgba({RGBcolor:post},0.8);
display:table;
-webkit-transition: all 1.5s ease;
@ -934,9 +1042,9 @@ color:rgba({RGBcolor:link},0.8);
/*--------------------POST NOTES--------------------*/
ol.notes {
padding:0px;
margin:calc({text:post margin}px - 10px) 0px;
margin:calc({select:post spacing} - 10px) 0px;
list-style-type:none;
max-width:{text:post width}px;
max-width:{select:post width};
}
ol.notes li.note {
@ -974,10 +1082,10 @@ text-decoration:none;
{/block:ifheadercontent}
{block:ifnotheadercontent}position:fixed;{/block:ifnotheadercontent}
margin-left:calc(-250px - ({text:post margin}px * 1.5));
margin-left:calc(-250px - ({select:post spacing} * 1.5));
margin-top:0px;
width:250px;
font-size:calc({text:font size}px - 1px);
font-size:calc({select:font size} - 1px);
}
#pancake img {
@ -991,16 +1099,16 @@ width:250px;
.nuggetbox, .nuggetboxs {
background-color:{color:boxes title background};
text-transform:uppercase;
font-size:calc({text:font size}px - 3px);
font-size:calc({select:font size} - 3px);
letter-spacing:2px;
color:{color:boxes title};
padding:calc(({text:font size}px / 2) + 1px);
padding:calc(({select:font size} / 2) + 1px);
}
.nuggetbox .fa, .nuggetboxs .fa {
margin-left:3px;
margin-right:5px;
font-size:calc({text:font size}px - 2px);
font-size:calc({select:font size} - 2px);
}
.nuggetboxs, .linkus {
@ -1008,8 +1116,8 @@ width:250px;
}
.mayonnaise, .linkus {
margin-bottom:calc({text:post margin}px * 0.83);
padding:{text:post padding}px;
margin-bottom:calc({select:post spacing} * 0.83);
padding:{select:post padding};
text-align:center;
background-color:{color:post};
border-bottom:1px solid {color:post borders};
@ -1022,8 +1130,8 @@ border-bottom:1px solid {color:post borders};
}
.linkus {
padding:calc({text:post padding}px - 3px);
font-size:calc({text:font size}px - 3px);
padding:calc({select:post padding} - 3px);
font-size:calc({select:font size} - 3px);
text-transform:uppercase;
letter-spacing:1px;
}
@ -1045,7 +1153,7 @@ border-bottom:1px solid {color:post borders};
.syrup {
position:fixed!important;
top:calc(({text:post margin}px * 0.83) + 57px)!important;
top:calc(({select:post spacing} * 0.83) + 57px)!important;
}
/*---------------------------LIGHTBOXES---------------------------*/
@ -1057,7 +1165,8 @@ border-bottom:1px solid {color:post borders};
box-shadow:none !important;
border-radius:0px !important;
max-width:none;
padding:calc({text:gutter width}px * 2) !important;
margin-top:calc({select:photos spacing} * -2) !important;
padding:calc({select:photos spacing} * 2) !important;
background:{color:post} !important;
border:1px solid {color:post borders} !important;
}
@ -1069,8 +1178,8 @@ border-bottom:1px solid {color:post borders};
/*---------------------------QUOTES---------------------------*/
.quote {
margin:{text:post padding}px 0px;
padding:0 {text:post padding}px;
margin:{select:post padding} 0px;
padding:0 {select:post padding};
text-transform:uppercase;
font-size:12px;
font-weight:bold;
@ -1079,18 +1188,18 @@ text-align:center;
.quotesource {
text-align:center;
margin-bottom:{text:post padding}px;
margin-bottom:{select:post padding};
}
/*---------------------------CHATS---------------------------*/
.chat {list-style:none;margin-bottom:calc({text:post padding}px / 2);}
.chat {list-style:none;margin-bottom:calc({select:post padding} / 2);}
p.npf_chat { font-family:Courier; font-size:{text:font size}px; }
p.npf_chat { font-family:Courier; font-size:{select:font size}; }
.linee.odd {
background:{color:chat odd};
margin-bottom:0px;
padding:{text:post padding}px;
padding:{select:post padding};
list-style:none;
font-size:inherit;
}
@ -1098,7 +1207,7 @@ font-size:inherit;
.linee.even {
background:{color:chat even};
margin-bottom:0px;
padding:{text:post padding}px;
padding:{select:post padding};
list-style:none;
font-size:inherit;
}
@ -1137,8 +1246,8 @@ margin-bottom:0px;
/*---------------------------AUDIO---------------------------*/
.playerbutton {
position:absolute;
margin-top:calc({text:post padding}px + 18.5px);
margin-left:calc({text:post padding}px + 18.5px);
margin-top:calc({select:post padding} + 18.5px);
margin-left:calc({select:post padding} + 18.5px);
width:27px;
height:27px;
overflow:hidden;
@ -1148,9 +1257,9 @@ border-radius:100%;
.trackdetails {
width:auto;
display:inline-block;
margin-top:{text:post padding}px;
margin-left:calc({text:post padding}px + 70px);
margin-bottom:calc({text:post padding}px * 2);
margin-top:{select:post padding};
margin-left:calc({select:post padding} + 70px);
margin-bottom:calc({select:post padding} * 2);
padding:5px;
line-height:1.7;
}
@ -1173,7 +1282,7 @@ video {
}
.tumblr_video_container {
width:{text:post width}px!important;
width:{select:post width}!important;
height:auto!important;
max-height:540px!important;
overflow:hidden!important;
@ -1209,7 +1318,7 @@ video {
border-bottom:2px solid {color:boxes title background};
{block:ifturnthisonifyoursidebarislong}
margin-bottom:calc({text:post margin}px * 0.83);
margin-bottom:calc({select:post spacing} * 0.83);
{/block:ifturnthisonifyoursidebarislong}
}
@ -1245,10 +1354,10 @@ video {
/*------------------------BOT PAGI------------------------*/
.botpagi {
width:calc({text:post width}px + 1px + 1px);
width:calc({select:post width} + 1px + 1px);
text-align:center;
padding:2px 0px 7px 0px;
margin-bottom:{text:post margin}px;
margin-bottom:{select:post spacing};
background-color:{color:post};
border-bottom:2px solid {color:boxes title background};
}
@ -1560,8 +1669,6 @@ animation-fill-mode:forwards;
<div class="posts" post-type="{PostType}">
<!--EGG TYPES START-->
{block:IndexPage}
{block:Text}
<div class="eggtart"><a href="{Permalink}" title="{PostType} posted {TimeAgo}"><span class="lnr lnr-pilcrow"></span></a></div>
{/block:Text}
@ -1598,12 +1705,6 @@ animation-fill-mode:forwards;
<div class="eggtart"><a href="{Permalink}" title="{PostType} posted {TimeAgo}"><span class="lnr lnr-envelope" style="padding:11px 13px 15px 13px;"></span></a></div>
{/block:Answer}
{/block:IndexPage}
{block:PermalinkPage}
<div class="eggtart"><span class="lnr lnr-pushpin"></span></div>
{/block:PermalinkPage}
<!--EGG TYPES END-->
<!--TOP PERMA START-->
@ -1648,7 +1749,7 @@ via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
<div class="photos" style="margin-bottom:0px;">
{LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"></a>{LinkCloseTag}</div>
{block:Caption}<div class="captsingle" style="margin-top:-{text:gutter width}px;">{Caption}</div>{/block:Caption}
{block:Caption}<div class="captsingle" style="margin-top:-{select:photos spacing};">{Caption}</div>{/block:Caption}
{/block:Photo}
@ -1658,7 +1759,7 @@ via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:IndexPage}
<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div>
{block:Caption}<div class="captset" style="margin-top:-{text:gutter width}px;">{Caption}</div>{/block:Caption}
{block:Caption}<div class="captset" style="margin-top:-{select:photos spacing};">{Caption}</div>{/block:Caption}
{/block:Photoset}
@ -1696,7 +1797,7 @@ via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
<b>PLAYS:</b> {FormattedPlayCount}</div></div>
{/block:AudioPlayer}
{block:Caption}<div class="capt" style="margin-top:calc({text:post padding}px * -2);">{Caption}</div>{/block:Caption}
{block:Caption}<div class="capt" style="margin-top:calc({select:post padding} * -2);">{Caption}</div>{/block:Caption}
{/block:Audio}
@ -1754,7 +1855,7 @@ via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:ifnotpaginationinsidebar}
<!--DO NOT REMOVE-->
<div id="dishonoronyourcow" class="box fade-in two"><a href="//glenthemes.tumblr.com" title="theme by glenthemes"><img src="//68.media.tumblr.com/avatar_dbde10ce662e_64.png" ondragstart='return false;'></a></div>
<div id="dishonoronyourcow" class="box fade-in two"><a href="//glenthemes.tumblr.com" title="theme by glenthemes"><img src="https://static.tumblr.com/gtjt4bo/U3eryhev4/glenthemes_logo_gray_light.png" ondragstart='return false;'></a></div>
</div><!--garlic-->
</div><!--container-->