Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <meta charset="utf-8">
- <HTML>
- <!--
- not creative theme by @sadthemes - updated jan '22
- stupid and anyone can make this
- ____________________________________________
- specs
- -sb can be any size image will auto center
- -border radius doesnt work with rainbow border
- icons:
- https://fonts.google.com/icons?selected=Material+Icons:attachment
- how to use icons:
- -select icon you want
- -copy icon name on right side after <span> selection
- -copy name and paste in link options
- google fonts:
- https://fonts.google.com/
- select fonts you want and paste them in the correct field.
- ____________________________________________
- annasthms photosets
- https://annasthms.github.io/photosets/
- NPF image fix @glenthemes
- git.io/JRBt7
- unnest captions @neothm
- https://codepen.io/neothm/pen/PzVjRy
- change color of audio player
- https://shudesigns.tumblr.com/post/158812662057/tutorial-change-the-color-of-tumblrs-new-audio
- -->
- <HEAD>
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
- rel="stylesheet">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <!--
- NPF images fix v3.0 by @glenthemes [2021]
- 💌 git.io/JRBt7
- --->
- <script src="//npf-images-v3.github.io/script.js"></script>
- <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
- <style tmblr-npf>
- :root {
- --NPF-Caption-Spacing:1em;
- --NPF-Image-Spacing:4px;
- }
- </style>
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" 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>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('{text:redirect}');
- </script>
- {block:IfRedirect}
- <link rel="icon" href="{image:favicon}" type="image/gif" >
- <TITLE>{Title}</TITLE>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:favicon" content="" />
- <meta name="image:sb" content="https://i.imgur.com/RZbDgRd.png" />
- <meta name="image:bg" content="" />
- <meta name="image:cursor" content="https://i.imgur.com/K5tn4gk.png" />
- <meta name="color:bg" content="#555" />
- <meta name="color:title" content="#000" />
- <meta name="color:title glow outline" content="#ccc" />
- <meta name="color:sb txt" content="#000" />
- <meta name="color:sb txt glow outline" content="#ccc" />
- <meta name="color:sb link" content="#6b0000" />
- <meta name="color:sb link glow outline" content="#000" />
- <meta name="color:sb icon" content="#6b0000" />
- <meta name="color:sb icon glow outline" content="#000" />
- <meta name="color:sb shadow" content="#ccc" />
- <meta name="color:post shadow" content="#ccc" />
- <meta name="color:text" content="#ccc" />
- <meta name="color:text glow outline" content="#000" />
- <meta name="color:link" content="#6b0000" />
- <meta name="color:link glow outline" content="#000" />
- <meta name="color:link hover" content="#ccc" />
- <meta name="color:link hover glow outline" content="#000" />
- <meta name="color:footer" content="#000" />
- <meta name="color:footer glow outline" content="#6b0000" />
- <meta name="color:liked post" content="#6b0000" />
- <meta name="color:tooltip bg" content="#6b0000" />
- <meta name="color:tooltip txt" content="#000" />
- <meta name="color:tooltip glow outline" content="#ccc" />
- <meta name="color:tooltip border" content="#000" />
- <meta name="color:select txt" content="#000" />
- <meta name="color:select bg" content="#6b0000" />
- <meta name="color:border" content="#6b0000" />
- <meta name="select:border" content="solid" />
- <meta name="select:border" content="dashed" />
- <meta name="select:border" content="dotted" />
- <meta name="select:border" content="double" />
- <meta name="select:border" content="inset" />
- <meta name="select:border" content="outset" />
- <meta name="select:border" content="groove" />
- <meta name="select:border" content="ridge" />
- <meta name="select:border size" content="0" />
- <meta name="select:border size" content="1" />
- <meta name="select:border size" content="2" />
- <meta name="select:border size" content="3" />
- <meta name="select:border size" content="4" />
- <meta name="select:border size" content="5" />
- <meta name="select:sb icon size" content="24" />
- <meta name="select:sb icon size" content="36" />
- <meta name="select:sb icon size" content="48" />
- <meta name="select:icon size" content="24" />
- <meta name="select:icon size" content="36" />
- <meta name="select:icon size" content="48" />
- <meta name="select:photoset gap" content="0" />
- <meta name="select:photoset gap" content="1" />
- <meta name="select:photoset gap" content="2" />
- <meta name="select:photoset gap" content="3" />
- <meta name="select:photoset gap" content="4" />
- <meta name="select:photoset gap" content="5" />
- <meta name="select:photoset gap" content="10" />
- <meta name="select:post margin" content="20" />
- <meta name="select:post margin" content="30" />
- <meta name="select:post margin" content="40" />
- <meta name="select:post margin" content="50" />
- <meta name="select:post margin" content="75" />
- <meta name="select:post margin" content="100" />
- <meta name="text:round border" content="0" />
- <meta name="text:sb width" content="250" />
- <meta name="text:font family" content="arial" />
- <meta name="text:font size" content="20" />
- <meta name="text:title" content="THIS IS A TITLE!" />
- <meta name="text:title font" content="arial" />
- <meta name="text:title size" content="50" />
- <meta name="text:sb size" content="20" />
- <meta name="text:description" content="description for you!" />
- <meta name="text:link 1" content="01">
- <meta name="text:link 1 URL" content="/">
- <meta name="text:icon 1" content="account_circle">
- <meta name="text:link 2" content="02">
- <meta name="text:link 2 URL" content="/">
- <meta name="text:icon 2" content="mail">
- <meta name="text:link 3" content="03">
- <meta name="text:link 3 URL" content="/">
- <meta name="text:icon 3" content="star">
- <meta name="text:link 4" content="04">
- <meta name="text:link 4 URL" content="/">
- <meta name="text:icon 4" content="nights_stay">
- <meta name="text:redirect" content="/tagged/0">
- <meta name="if:250px" content="0"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:cover bg" content="0" />
- <meta name="if:no sb border" content="0" />
- <meta name="if:sb icon" content="0"/>
- <meta name="if:shadow" content="0" />
- <meta name="if:rainbow border" content="0" />
- <meta name="if:custom cursor" content="0"/>
- <meta name="if:xp scrollbar" content="0" />
- <meta name="if:dark scrollbar" content="0" />
- <meta name="if:hide title" content="0" />
- <meta name="if:hide description" content="0" />
- <meta name="if:hide links" content="0" />
- <meta name="if:hide caption" content="0" />
- <meta name="if:hide tags" content="0" />
- <meta name="if:glow txt" content="0" />
- <meta name="if:outline txt" content="0" />
- <meta name="if:bold link" content="0" />
- <meta name="if:italic link" content="0" />
- <meta name="if:underline link" content="0" />
- <meta name="if:redirect" content="0" />
- <style type="text/css">
- {block:IfCustomCursor}
- body, *, a, a:hover {cursor:url({image:cursor}), auto;}{/block:IfCustomCursor}
- {block:IfNotCustomCursor}
- a, a:hover {cursor: help;}
- {/block:IfNotCustomCursor}
- pre {
- white-space: pre-line;
- overflow-wrap: break-word;
- word-wrap: break-word;
- -ms-hyphens: auto;
- -moz-hyphens: auto;
- -webkit-hyphens: auto;
- hyphens: auto;
- }
- ::-moz-selection {
- background: {color:select bg};
- color: {color:select txt};
- }
- ::selection {
- background: {color:select bg};
- color: {color:select txt};
- }
- {block:IfNotXPScrollbar}{block:IfNotDarkScrollbar}
- ::-webkit-scrollbar {
- width:15px; height:15px;} /* made by @ps1 */
- ::-webkit-scrollbar-track {
- background-image: url(https://i.imgur.com/n1kAWKU.png);}
- ::-webkit-scrollbar-thumb {
- background-image: url(https://i.imgur.com/KePIOiE.png);
- border-top: 1px solid #D4D0C8; border-bottom: 1px solid #808080;}
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/ZF6PC55.png);
- width: 15px; height: 15px;}
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/sMOMkQ7.png);
- width: 15px; height: 15px;}
- {/block:IfNotDarkScrollbar}{/block:IfNotXPScrollbar}
- {block:IfDarkScrollbar}
- ::-webkit-scrollbar {
- width:15px; height:15px;} /* made by @ps1 */
- ::-webkit-scrollbar-track {
- background-image: url(https://i.imgur.com/1wwyNgR.png);}
- ::-webkit-scrollbar-thumb {
- background-image: url(https://i.imgur.com/3twDfJb.png);
- border-top: 1px solid #111; border-bottom: 1px solid #000;}
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/pSpgQbq.png);
- width: 15px; height: 15px;}
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/IzbYg9x.png);
- width: 15px; height: 15px;}
- {/block:IfDarkScrollbar}
- {block:IfXPScrollbar}
- ::-webkit-scrollbar {
- width:16px; height:16px;} /* made by @ps1 */
- ::-webkit-scrollbar-track {
- background-color: #F7F5EE;}
- ::-webkit-scrollbar-thumb {
- background-image: url(https://i.imgur.com/CKou08s.png);
- border-top: 1px solid #BBCDF5; border-bottom: 1px solid #7C9FD3;
- border-radius: 3px;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/ObVjKL6.png);
- width: 16px; height: 17px;}
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/1879VtO.png);
- width: 16px; height: 17px;}
- {/block:IfXPScrollbar}
- body {
- margin: 0;
- color: {color:text};
- font-family: {text:font family};
- font-size: {text:font size}px;
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:text glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:text glow outline},
- 1px -1px 0 {color:text glow outline},
- -1px 1px 0 {color:text glow outline},
- 1px 1px 0 {color:text glow outline};
- {/block:ifOutlineTxt}
- background: {color:bg} url("{image:bg}") fixed;
- {block:IfCoverBg}
- background-image: url("{image:bg}") no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfCoverBg}
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- -moz-osx-font-smoothing: grayscale;
- }
- img {max-width: 100%;}
- p { margin: 0;}
- h1,h2,h3 {margin: 5px 0 5px 0; padding: 5px 0; line-height: 100%;}
- blockquote {
- margin: 0 0 0 10px;
- border-left: 1px solid {color:border};
- padding-left: 10px;
- }
- ul {
- margin: 10px;
- padding-left: 15px;
- list-style: none; /* Remove default bullets */
- }
- ul li::before {
- content: "\25A0";
- color: {color:border};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:border};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:text glow outline},
- 1px -1px 0 {color:text glow outline},
- -1px 1px 0 {color:text glow outline},
- 1px 1px 0 {color:text glow outline};
- {/block:ifOutlineTxt}
- display: inline-block;
- padding-right: 1em;
- width: 10px;
- margin-left: -15px;
- }
- .material-icons {
- font-family: 'Material Icons';
- font-weight: normal;
- font-style: normal;
- font-size: {select:icon size}px;
- display: inline-block;
- vertical-align: middle;
- line-height: 100%;
- text-transform: none;
- letter-spacing: normal;
- word-wrap: normal;
- white-space: nowrap;
- direction: ltr;
- /* Support for all WebKit browsers. */
- -webkit-font-smoothing: antialiased;
- /* Support for Safari and Chrome. */
- text-rendering: optimizeLegibility;
- /* Support for Firefox. */
- -moz-osx-font-smoothing: grayscale;
- /* Support for IE. */
- font-feature-settings: 'liga';
- }
- a:link, a:active, a:visited {
- color: {color:link};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:link glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:link glow outline},
- 1px -1px 0 {color:link glow outline},
- -1px 1px 0 {color:link glow outline},
- 1px 1px 0 {color:link glow outline};
- {/block:ifOutlineTxt}
- {block:IfBoldLink}
- font-weight: bold;{/block:IfBoldLink}
- {block:IfItalicLink}
- font-style: italic;{/block:IfItalicLink}
- {block:IfNotUnderlineLink}
- text-decoration: none;{/block:IfNotUnderlineLink}
- {block:IfUnderlineLink}
- text-decoration: underline;
- {/block:IfUnderlineLink}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .desc a:hover, .link a:hover, .footer a:hover, .tags a:hover, .c a:hover, a:hover {
- {block:IfBoldLink}
- font-weight: bold;{/block:IfBoldLink}
- color: {color:link hover};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:link hover glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:link hover glow outline},
- 1px -1px 0 {color:link hover glow outline},
- -1px 1px 0 {color:link hover glow outline},
- 1px 1px 0 {color:link hover glow outline};
- {/block:ifOutlineTxt}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .content {
- width: 800px;
- margin: 0 auto;
- }
- .title {
- text-align: center;
- margin-bottom: 30px;
- color: {color:title};
- font-size: {text:title size}px;
- font-family: {text:title font};
- {block:ifGlowTxt}
- text-shadow: 0 0 2px {color:title glow outline}, 0 0 4px {color:title glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:title glow outline},
- 1px -1px 0 {color:title glow outline},
- -1px 1px 0 {color:title glow outline},
- 1px 1px 0 {color:title glow outline};
- {/block:ifOutlineTxt}
- }
- .sidebar {
- margin-left: -150px;
- margin-top: 100px;
- position: fixed;
- width: {text:sb width}px;
- font-size: {text:sb size}px;
- color: {color:sb txt};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:sb txt glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:sb txt glow outline},
- 1px -1px 0 {color:sb txt glow outline},
- -1px 1px 0 {color:sb txt glow outline},
- 1px 1px 0 {color:sb txt glow outline};
- {/block:ifOutlineTxt}
- }
- .sidebar img {
- max-width: 100%;
- display: block;
- {block:IfShadow}
- filter: drop-shadow(10px 10px {color:sb shadow});
- {/block:IfShadow}
- {block:ifNotNoSbBorder}
- border: {select:border size}px {select:border} {color:border};
- border-radius: {text:round border}px;
- {block:IfRainbowBorder}
- --angle: 0deg;
- border: {select:border size}px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- {/block:ifNotNoSbBorder}
- }
- {block:ifNotNoSbBorder}
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- {/block:ifNotNoSbBorder}
- .desc {
- text-align: center;
- margin-top: 10px;
- {block:IfShadow}
- {block:ifNoSbBorder}
- margin-top: 10px;
- {/block:ifNoSbBorder}
- {block:ifNotNoSbBorder}
- margin-top: 20px;
- {/block:ifNotNoSbBorder}
- {/block:IfShadow}
- color: {color:sb txt};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:sb txt glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:sb txt glow outline},
- 1px -1px 0 {color:sb txt glow outline},
- -1px 1px 0 {color:sb txt glow outline},
- 1px 1px 0 {color:sb txt glow outline};
- {/block:ifOutlineTxt}
- }
- .desc a {
- color: {color:sb link};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:sb link glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:sb link glow outline},
- 1px -1px 0 {color:sb link glow outline},
- -1px 1px 0 {color:sb link glow outline},
- 1px 1px 0 {color:sb link glow outline};
- {/block:ifOutlineTxt}
- }
- .link a {
- color: {color:sb link};
- margin: 0 3px 0 3px;
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:sb link glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:sb link glow outline},
- 1px -1px 0 {color:sb link glow outline},
- -1px 1px 0 {color:sb link glow outline},
- 1px 1px 0 {color:sb link glow outline};
- {/block:ifOutlineTxt}
- }
- .link {
- margin-top: 5px;
- {block:ifHideDescription}
- margin-top: 10px;
- {block:IfShadow}
- margin-top: 20px;
- {/block:IfShadow}
- {/block:ifHideDescription}
- text-align: center;
- }
- .link .material-icons {
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:sb icon glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:sb icon glow outline},
- 1px -1px 0 {color:sb icon glow outline},
- -1px 1px 0 {color:sb icon glow outline},
- 1px 1px 0 {color:sb icon glow outline};
- {/block:ifOutlineTxt}
- font-size: {select:sb icon size}px;
- color: {color:sb icon};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .link .material-icons:hover {
- color: {color:link hover};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:link hover glow};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:link hover glow},
- 1px -1px 0 {color:link hover glow},
- -1px 1px 0 {color:link hover glow},
- 1px 1px 0 {color:link hover glow};
- {/block:ifOutlineTxt}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .contain {
- margin-left: 300px;
- margin-top: 30px;
- {block:If250px}width: 250px;{/block:If250px}
- {block:If400px}width: 400px;{/block:If400px}
- {block:IfNot400px}{block:IfNot250px}width: 500px;
- {/block:IfNot250px}{/block:IfNot400px}
- }
- .posts {
- {block:If250px}width: 250px;{/block:If250px}
- {block:If400px}width: 400px;{/block:If400px}
- {block:IfNot400px}{block:IfNot250px}width: 500px;
- {/block:IfNot250px}{/block:IfNot400px}
- margin-bottom: {select:post margin}px;
- }
- .pic img {
- max-width: 100%;
- display: block;
- border: {select:border size}px {select:border} {color:border};
- {block:IfShadow}
- box-shadow: 10px 10px {color:post shadow};
- {/block:IfShadow}
- border-radius: {text:round border}px;
- {block:IfRainbowBorder}
- --angle: 0deg;
- border: {select:border size}px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- }
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- [photoset-layout]:hover, .pic img:hover, .sidebar img:hover, .vid:hover {
- animation: float 2s ease-in-out infinite;}
- @keyframes float {
- 0% {
- transform: translatey(0px);}
- 50% {
- transform: translatey(-20px);}
- 100% {
- transform: translatey(0px);}
- }
- [photoset-layout] {
- grid-gap: {select:photoset gap}px;
- {block:IfShadow}
- box-shadow: 10px 10px {color:post shadow};
- {/block:IfShadow}
- border-radius: {text:round border}px;
- }
- [photoset-layout] img {
- {block:IfShadow}
- filter: drop-shadow(10px 10px {color:post shadow});
- {/block:IfShadow}
- border-radius: {text:round border}px;
- border: {select:border size}px {select:border} {color:border};
- {block:IfRainbowBorder}
- --angle: 0deg;
- border: {select:border size}px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- }
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- .cap {
- margin-top: 10px;
- }
- .tumblr_parent {
- margin: 20px 0 0 10px;
- {block:IfShadow}
- margin: 30px 0 0 10px;
- {/block:IfShadow}
- padding: 0px 10px;
- border-left: 1px solid {color:border};
- {block:IfRainbowBorder}
- --angle: 0deg;
- border-left: {select:border size}px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- }
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- .footer {
- color: {color:footer};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:footer glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:footer glow outline},
- 1px -1px 0 {color:footer glow outline},
- -1px 1px 0 {color:footer glow outline},
- 1px 1px 0 {color:footer glow outline};
- {/block:ifOutlineTxt}
- margin-top: 10px;
- {block:IfShadow}
- margin-top: 20px;
- {/block:IfShadow}
- }
- .footer a {
- color: {color:footer};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:footer glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:footer glow outline},
- 1px -1px 0 {color:footer glow outline},
- -1px 1px 0 {color:footer glow outline},
- 1px 1px 0 {color:footer glow outline};
- {/block:ifOutlineTxt}
- }
- .controls .material-icons, .info .material-icons {
- color: {color:footer};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:footer glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:footer glow outline},
- 1px -1px 0 {color:footer glow outline},
- -1px 1px 0 {color:footer glow outline},
- 1px 1px 0 {color:footer glow outline};
- {/block:ifOutlineTxt}
- line-height: 100%;
- vertical-align: bottom;
- }
- .controls {
- float:right;
- display: inline-block;
- }
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- color: {color:footer};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:footer glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:footer glow outline},
- 1px -1px 0 {color:footer glow outline},
- -1px 1px 0 {color:footer glow outline},
- 1px 1px 0 {color:footer glow outline};
- {/block:ifOutlineTxt}
- }
- .controls .like .liked + .material-icons {
- opacity:1;
- }
- .controls .like .liked + .material-icons {
- color: {color:liked post};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:liked post};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:text glow outline},
- 1px -1px 0 {color:text glow outline},
- -1px 1px 0 {color:text glow outline},
- 1px 1px 0 {color:text glow outline};
- {/block:ifOutlineTxt}
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .tags a {
- margin-right: 10px;
- color: {color:footer};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:footer glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:footer glow outline},
- 1px -1px 0 {color:footer glow outline},
- -1px 1px 0 {color:footer glow outline},
- 1px 1px 0 {color:footer glow outline};
- {/block:ifOutlineTxt}
- }
- .tags {
- color: {color:footer};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:footer glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:footer glow outline},
- 1px -1px 0 {color:footer glow outline},
- -1px 1px 0 {color:footer glow outline},
- 1px 1px 0 {color:footer glow outline};
- {/block:ifOutlineTxt}
- margin-top: 10px;
- max-height:0px;
- line-height:130%;
- opacity:0;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .posts:hover .tags{
- max-height: 250px;
- opacity:1;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border: 0;
- }
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: middle;
- display: inline-block;
- margin-right: 10px;
- width: 25px;
- height: 25px;
- image-rendering: pixelated;
- }
- .pagination {
- font-size: {select:icon size}px;
- {block:If250px}width: 250px;{/block:If250px}
- {block:If400px}width: 400px;{/block:If400px}
- {block:IfNot400px}{block:IfNot250px}width: 500px;
- {/block:IfNot250px}{/block:IfNot400px}
- text-align: center;
- margin-bottom: 50px;
- }
- .c {
- bottom: 0;
- left: 0;
- padding: 10px;
- font-size: {select:icon size}px;
- position: fixed;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;}
- .c:hover {
- transform: rotate(-20deg);
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .c a {
- text-decoration: none;
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:link glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:link glow outline},
- 1px -1px 0 {color:link glow outline},
- -1px 1px 0 {color:link glow outline},
- 1px 1px 0 {color:link glow outline};
- {/block:ifOutlineTxt}
- }
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;
- }
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;
- }
- .tmblr-iframe-compact .tmblr-iframe--unified-controls {
- -webkit-filter: opacity(0);
- filter: opacity(0);
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .tmblr-iframe-compact .tmblr-iframe--unified-controls:hover {
- -webkit-filter: opacity(1);
- filter: opacity(1);
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- #s-m-t-tooltip {
- border: 1px solid #888888;
- padding: 5px 7px;
- background: {color:tooltip bg};
- {block:ifGlowTxt}
- text-shadow: 0 0 3px {color:tooltip glow outline};
- {/block:ifGlowTxt}
- {block:ifOutlineTxt}
- text-shadow:
- -1px -1px 0 {color:tooltip glow outline},
- 1px -1px 0 {color:tooltip glow outline},
- -1px 1px 0 {color:tooltip glow outline},
- 1px 1px 0 {color:tooltip glow outline};
- {/block:ifOutlineTxt}
- border: 1px solid {color:tooltip border};
- text-transform: none;
- text-align: center;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- color: {color:tooltip txt};
- font-family: {text:font family};
- font-size: {select:font size}px;
- max-width: 200px;
- word-wrap: break-word;
- display: block;
- margin: -40px 0px -10px 10px;
- z-index: 999999999999;
- {block:IfRainbowBorder}
- --angle: 0deg;
- border: 1px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- }
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- .q {
- margin: 0;
- padding: 10px;
- border: {select:border size}px {select:border} {color:border};
- min-height: 45px;
- overflow: auto;
- overflow-x: hidden;
- {block:IfShadow}
- box-shadow: 10px 10px {color:post shadow};
- {/block:IfShadow}
- border-radius: {text:round border}px;
- {block:IfRainbowBorder}
- --angle: 0deg;
- border: {select:border size}px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- }
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- .a {
- margin: 20px 0px 10px 0px;
- padding: 10px;
- border: {select:border size}px {select:border} {color:border};
- max-height: 150px;
- overflow: auto;
- overflow-x: hidden;
- {block:IfShadow}
- box-shadow: 10px 10px {color:post shadow};
- {/block:IfShadow}
- border-radius: {text:round border}px;
- {block:IfRainbowBorder}
- --angle: 0deg;
- border: {select:border size}px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- }
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- .omg img {
- border: {select:border size}px {select:border} {color:border};
- {block:IfShadow}
- box-shadow: 10px 10px {color:post shadow};
- {/block:IfShadow}
- border-radius: {text:round border}px;
- {block:IfRainbowBorder}
- --angle: 0deg;
- border: {select:border size}px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- }
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- .vid {
- {block:IfShadow}
- box-shadow: 10px 10px {color:post shadow};
- {/block:IfShadow}
- border: {select:border size}px {select:border} {color:border};
- {block:IfRainbowBorder}
- --angle: 0deg;
- border: {select:border size}px {select:border};
- border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
- animation: 7s rotate linear infinite;
- {block:IfRainbowBorder}
- }
- {block:IfRainbowBorder}
- @keyframes rotate {
- to {
- --angle: 360deg;}
- }
- @property --angle {
- syntax: '<angle>';
- initial-value: 0deg;
- inherits: false;
- }
- {/block:IfRainbowBorder}
- iframe {
- max-width: 100%;
- border-radius: {text:round border}px;
- }
- </style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script> $(function(){ $('.posts').unnest({
- yourCaption: ".cap",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- }); }); </script>
- </HEAD>
- <body>
- <div class="c">
- <a href="https://sadthemes.tumblr.com/" style="font-style: normal;" data-toggle="tooltip" title="sadthm"><span class="material-icons">
- games
- </span></a>
- </div>
- <div class="content">
- <div class="sidebar">
- <center><a href="/"><img src="{image:sb}"></a></center>
- {block:ifNotHideDescription}
- <div class="desc">
- {text:description}
- </div>
- {/block:ifNotHideDescription}
- {block:ifNotHideLinks}
- <div class="link">
- {block:ifNotSbIcon}
- <a href="{text:link 1 URL}">{text:link 1}</a>
- <a href="{text:link 2 URL}">{text:link 2}</a>
- <a href="{text:link 3 URL}">{text:link 3}</a>
- <a href="{text:link 4 URL}">{text:link 4}</a>
- {/block:ifNotSbIcon}
- {block:ifSbIcon}
- <a href="{text:link 1 URL}"><span class="material-icons">
- {text:icon 1}
- </span></a>
- <a href="{text:link 2 URL}"><span class="material-icons">
- {text:icon 2}
- </span></a>
- <a href="{text:link 3 URL}"><span class="material-icons">
- {text:icon 3}
- </span></a>
- <a href="{text:link 4 URL}"><span class="material-icons">
- {text:icon 4}
- </span></a>
- {/block:ifSbIcon}
- </div>
- {/block:ifNotHideLinks}
- </div>
- <div class="contain">
- {block:ifNotHideTitle}
- <div class="title">{text:title}</div>
- {/block:ifNotHideTitle}
- {block:posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
- <div class="posts">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="pic">
- <a href="{Permalink}">
- {block:If250px}<img src="{PhotoURL-250}"/>{/block:If250px}
- {block:If400px}<img src="{PhotoURL-400}"/>{/block:If400px}
- {block:IfNot400px}{block:IfNot250px}<img src="{PhotoURL-500}"/>
- {/block:IfNot250px}{/block:IfNot400px}
- </a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="pic">
- {LinkOpenTag}<img src="{PhotoURL-HighRes}">{LinkCloseTag}
- </div>
- {/block:PermalinkPage}
- {/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:Photoset}
- {block:Audio}
- {block:AudioEmbed}
- <div class="vid" style="border-radius: {text:round border}px;">
- <div style="height: 85px">
- {block:If250px}{AudioEmbed-250}{/block:If250px}
- {block:If400px}{AudioEmbed-400}{/block:If400px}
- {block:IfNot400px}{block:IfNot250px}{AudioEmbed-500}
- {/block:IfNot250px}{/block:IfNot400px}
- </div></div>
- {/block:AudioEmbed}
- {/block:Audio}
- {block:Video}
- <div class="vid" style="border-radius: {text:round border}px;">
- {block:If250px}{VideoEmbed-250}{/block:If250px}
- {block:If400px}{VideoEmbed-400}{/block:If400px}
- {block:IfNot400px}{block:IfNot250px}{VideoEmbed-500}
- {/block:IfNot250px}{/block:IfNot400px}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="omg">
- <img src="{AskerPortraitURL-64}" style=" margin-right: 20px; float: left; display: block;"></div>
- <div class="q">{Asker} said: {Question}</div>
- {block:Answerer}
- <div class="omg">
- <img src="{AnswererPortraitURL-64}" style="float: right; margin-top: 20px; margin-left: 20px; vertical-align: top; display: block; "></div>
- {/block:Answerer}
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- <p>“{Quote}”</p>
- {block:Source}<p>— {Source}</p>{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" target="blank"><h1>{Name}</h1></a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:ifNotHideCaption}
- <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:ifNotHideCaption}
- {block:IndexPage}
- <div class="footer">
- <a href="{Permalink}" title="{TimeAgo}">
- <span class="material-icons">
- schedule
- </span></a>
- <div class="controls">
- <a href="#" title="like"class="like">{LikeButton}<span class="material-icons">
- favorite_border
- </span>
- </a>
- <a href="{ReblogURL}" title="reblog"><span class="material-icons">
- autorenew
- </span></a>
- </div></div>
- {block:ifNotHideTags}
- {block:HasTags}
- <div class="tags">
- <span class="material-icons">
- sell
- </span>
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:ifNotHideTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:ifHideCaption}
- <p style="margin-top: 20px">{block:NoteCount}<span class="material-icons">
- favorite</span> <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
- {block:RebloggedFrom}
- <span class="material-icons">
- launch</span> <a href="{ReblogParentURL}" data-toggle="tooltip" title="via">{ReblogParentName}</a> {/block:RebloggedFrom}
- {block:ContentSource}
- <span class="material-icons">copyright</span> <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}</p>
- {block:HasTags}
- <p style="margin-top: 10px"><span class="material-icons" style="font-size: 24px;">local_offer</span> {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
- </p>
- {block:PostNotes}{PostNotes-64}{/block:PostNotes}
- {/block:PermalinkPage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- </div> <!-- posts -->
- {/block:Posts}
- {block:IndexPage}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"><span class="material-icons">
- arrow_back
- </span></a> {/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}<a href="{NextPage}"><span class="material-icons">
- arrow_forward
- </span></a></p>{/block:NextPage}
- </div>{/block:IndexPage}
- </div> <!-- container 4 post -->
- </div> <!-- content -->
- <script type="text/javascript">
- $('.sidebar').hide().fadeIn(1000);
- $('.posts').hide().fadeIn(3000);
- </script>
- <script>
- $(document).ready(function() {
- // audio player
- var $audio = $('iframe.tumblr_audio_player');
- $audio.load(function() {
- $(this).contents().find('head').append('<style type="text/css">' +
- '.audio-player { border-radius: {text:round border}px 0px 0px {text:round border}px !important; background: transparent; color: {color:text} !important; }' +
- '.audio-player .audio-info .track-artist { color: {color:link} !important; }' +
- '</style>');
- });
- });
- </script>
- </BODY>
- </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement