Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <!--007 THE FEELS blog theme by anahilation
- please don't redistribute or claim as your own!
- editing for personal use is okay.
- enjoy <3
- -->
- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:sidebar" content="https://placehold.co/300x200.png">
- <meta name="image:icon" content="https://placehold.co/140x140.png">
- <meta name="color:background" content="#d8d8d8">
- <meta name="color:text" content="#484848">
- <meta name="color:borders" content="#bebebe">
- <meta name="color:container" content="#ececec">
- <meta name="color:links" content="#ab66c0">
- <meta name="color:heart" content="#cf90e2">
- <meta name="color:heart hover" content="#ab66c0">
- <meta name="color:bold" content="#cf90e2">
- <meta name="color:italic" content="#ab66c0">
- <meta name="text:link 1 url" content="URL">
- <meta name="text:link 1 title" content="link one title">
- <meta name="text:link 2 url" content="URL">
- <meta name="text:link 2 title" content="link two title">
- <meta name="text:link 3 url" content="URL">
- <meta name="text:link 3 title" content="link three title">
- <meta name="text:custom title" content="you have stolen my heart">
- <meta name="text:right sidebar title" content="never let it go">
- <meta name="text:right sidebar desc" content="don't make this too long!">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:[email protected]&family=Rubik+Scribble&display=swap');
- .tmblr-iframe {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;
- transition: 0.6s ease-in-out;
- -webkit-transition: 0.6s ease-in-out;
- -moz-transition: 0.6s ease-in-out;
- -o-transition: 0.6s ease-in-out;
- position:fixed!important;
- right:-20px!important;
- transform:scale(0.7,0.7); }
- .tmblr-iframe:hover {
- opacity:1;
- }
- body {
- font-family: 'Nunito Sans', sans-serif;
- color: {color:text};
- background-color: {color:background};
- font-size: 9pt;
- letter-spacing: 1px;
- line-height: 14pt;
- font-style: normal;
- text-align: justify;
- }
- small, sup, sub {
- font-size: 100%;
- }
- a {
- text-decoration: none;
- color: {color:links};
- font-size: 14pt;
- line-height: 19pt;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- letter-spacing: 1px;
- }
- b, strong {
- font-size: 110%;
- color: {color:bold};
- }
- i {
- font-size: 110%;
- color: {color:italic};
- }
- a:hover {
- text-decoration: none;
- filter:blur(1px);
- letter-spacing: 1px;
- color: {color:hover link};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- blockquote {
- border: 10px solid {color:background};
- outline: 1px solid {color:borders};
- background-color: {color:container};
- color: {color:text};
- padding: 10px;
- font-size: 95%
- }
- blockquote img {
- max-width: 100%;
- display: block;
- height: auto;
- }
- img {
- max-width: 100%;
- display: block;
- height: auto;
- }
- #post {
- width: 400px;
- padding: 20px;
- background-color: {color:container};
- border: 1px solid {color:borders};
- margin-bottom: 100px;
- }
- #posts {
- width: 540px;
- position: absolute;
- overflow: auto;
- margin-left: 420px;
- margin-top: 30px;
- }
- #ask {
- background: {color:background};
- text-align: center;
- background-position: top center;
- color: {color:text};
- height: auto;
- padding-top: 12px;
- padding-right: 10px;
- padding-left: 10px;
- border: 1px solid {color:borders};
- }
- #ask a {
- font-size: 24pt;
- font-weight: bold;
- color: {color:links};
- font-family: 'rubik scribble', cursive;
- }
- #pa { margin-top: 25px;
- text-align: center;
- }
- #pa a {
- color: {color:text};
- font-family: 'Rubik Scribble', cursive;
- text-transform: uppercase;
- font-size: 13pt;
- }
- #audio {
- text-align: center;
- font-size: 8pt;
- line-height: 9pt;
- }
- #musicinfo {
- text-transform: uppercase;
- margin-top:10px;
- }
- ol.notes {
- text-align: left;
- list-style: upper-roman;
- padding: 10px;
- }
- #credit {
- right:10px;
- bottom:7px;
- padding:5px;
- font-size:10px;
- position:fixed;
- text-align: center;
- font-style: italic;
- letter-spacing: 1px;
- border: 1px solid {color:borders};
- padding: 5px;
- background-color: {color:container};
- font-size: 120%;
- margin-bottom: 5px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #credit a {
- color: {color:links};
- }
- #s-m-t-tooltip{
- position: absolute;
- z-index: 999999999999999999999999999999999999999999999999999999999999;
- margin-top: 10px;
- margin-left: 5px;
- display: block;
- background: {color:links};
- text-align: center;
- font-family: 'nunito sans', sans serif;
- letter-spacing: 1px;
- border: 1px solid {color:borders};
- padding: 10px;
- font-size: 12pt;
- color: {color:container};
- margin-bottom: 5px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: transparent;
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: transparent;
- height:2px;
- }
- ::-webkit-scrollbar {
- height:3px;
- width:3px;
- background-color: transparent;
- }
- #pa {
- margin-top:10px;
- }
- #info {
- text-align: center;
- margin-top: 10px;
- border-top: 1px solid {color:borders};
- padding: 10px;
- width: 380px;
- height: auto;
- }
- #info a {
- margin-right: 5px;
- }
- #info span {
- font-size: 12pt;
- }
- #tags {
- }
- #tags a {
- font-family: 'nunito sans', sans serif;
- font-size: 8pt;
- line-height: 9pt;
- color: #000;
- }
- #h1 {
- font-size: 22pt;
- margin-bottom: 5px;
- font-weight: bold;
- text-align: center;
- line-height: 20pt;
- font-family: 'Rubik Scribble', cursive;
- }
- #notes {
- margin-top: -20px;
- width: 400px;
- }
- #notes img {
- display:none;
- }
- #notes a {
- font-weight:bold;
- }
- #notes ol {
- list-style-type:none;
- margin:0px;
- padding:0px;
- }
- #notes ol li {
- margin:5px;
- line-height:20px;
- }
- #sidebar {
- width: 300px;
- height: auto;
- background-color: #fff;
- padding: 20px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- background-color: {color:container};
- border: 1px solid {color:borders};
- }
- #desc {
- max-height: 50px;
- overflow: scroll;
- padding-right: 5px;
- margin-bottom: 10px;
- margin-top: 10px;
- padding: 10px;
- }
- #side {
- position: fixed;
- margin-left: 30px;
- margin-top: 50px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #title {
- margin-top: 20px;
- line-height: 28pt;
- font-size: 26pt;
- text-align: center;
- font-family: 'Rubik Scribble', cursive;
- font-weight: bold;
- color: {color:text};
- }
- #title a {
- color: {color:text};
- }
- #heart {
- display: inline-block;
- width: 80px;
- aspect-ratio: 1;
- border-image: radial-gradient({color:heart} 69%, #0000 70%) 84.5%/50%;
- clip-path: polygon(-41% 0, 50% 91%, 141% 0);
- position: fixed;
- z-index: 9000;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- margin-top: -30px;
- margin-left: -20px;
- }
- #side:hover #heart{
- border-image: radial-gradient({color:heart hover} 69%, #0000 70%) 84.5%/50%;
- clip-path: polygon(-41% 0, 50% 91%, 141% 0);
- position: fixed;
- z-index: 9000;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- width: 90px;
- }
- #icon {
- }
- #icon img {
- mask:
- radial-gradient(at 70% 31%,#000 29%,#0000 30%),
- radial-gradient(at 30% 31%,#000 29%,#0000 30%),
- linear-gradient(#000 0 0) bottom/100% 50% no-repeat;
- clip-path: polygon(-41% 0,50% 91%, 141% 0);
- }
- #iconcontainer {
- margin-left: 910px;
- margin-top: 50px;
- position: fixed;
- width: 140px;
- padding: 20px;
- text-align: center;
- height: auto;
- background-color: {color:container};
- border: 1px solid {color:borders};
- }
- #nav {
- text-align: center;
- margin-top: 20px;
- }
- #nav span {
- font-size: 12pt;
- }
- #title2 {
- margin-top: 0px;
- line-height: 28pt;
- font-size: 26pt;
- text-align: center;
- margin-bottom: 10px;
- font-family: 'Rubik Scribble', cursive;
- font-weight: bold;
- }
- #anchor {
- width: 1200px;
- margin: 0 auto;
- position: float;
- }
- </style>
- </head>
- <body>
- <div id="anchor">
- <div id="iconcontainer">
- <div id="icon">
- <img src="{image:icon}">
- </div>
- <div id="title2">{text:right sidebar title}</div>
- {text:right sidebar desc}
- </div>
- <div id="side">
- <a href="/"><div id="heart"></div></a>
- <div id="sidebar">
- <img src="{image:sidebar}">
- <a href="/"><div id="title"> {text:custom title}</div></a>
- <div id="nav">
- <a href="/" title="home"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a>
- <a href="/ask" title="message"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a>
- <a href="/archive" title="archive"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a>
- <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a>
- <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a>
- <a href="{text:link 3 url}" title="{text:link 3 title}"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a>
- </div>
- <div id="desc">
- {description}
- </div>
- <div id="pa">{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><span class="material-symbols-outlined">navigate_before</span></a>
- {/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><span class="material-symbols-outlined">navigate_next</span></a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}<div id="post">
- {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
- {Caption} {/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}<b style="text-align: center; font-size: 18pt; line-height: 20pt;">{Quote}</b>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
- {Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
- {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div id="audio">
- {block:TrackName}
- <div id="musicinfo" style="margin-top: 5px;">
- {AudioPlayerGrey} <br>
- {TrackName} by
- {/block:TrackName}
- {block:Artist}
- {Artist}
- {/block:Artist}
- </div>
- </div>
- {block:caption}<div id="caption">{Caption} </div>{/block:caption}
- {/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="ask">
- {Asker}<br>
- <div style="margin-top: -10px;">{Question}</div>
- </div>
- {Answer}{/block:Answer}
- <div id="info">
- <a title="{TimeAgo}" title="{TimeAgo}"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a> <a href="{Permalink}" title="{NoteCount} notes"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a> <a href="{ReblogURL}" title="reblog"><span class="material-symbols-outlined">
- fiber_manual_record
- </span></a>
- <div id="tags">
- {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}{/block:HasTags}
- </div>
- </div>
- </div>
- {block:PostNotes}
- <div id="notes">
- <Div style="width: 400px;">
- {PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div>
- </div>
- <div id="credit">
- <a href="https://anahilation.tumblr.com/" title="theme by ana"><span class="material-symbols-outlined">gesture</span></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment