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>
- <!--003 MOONLIGHT SUNRISE 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,500,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="">
- <meta name="image:icon" content="">
- <meta name="color:background" content="#ececec">
- <meta name="color:text" content="#484848">
- <meta name="color:borders" content="#a9a9a9">
- <meta name="color:bold" content="#9866c0">
- <meta name="color:italic" content="#ffbb80">
- <meta name="color:gradient one" content="#9866c0">
- <meta name="color:gradient two" content="#ffbb80">
- <meta name="color:container" content="#ffffff">
- <meta name="color:scrollbar" content="#a9a9a9">
- <meta name="color:links" content="#484848">
- <meta name="color:blog title" content="#484848">
- <meta name="color:post info text" content="#ffffff">
- <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">
- <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=Gloock&family=Nunito+Sans:[email protected]&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: 10pt;
- 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;
- font-family: 'Gloock', serif;
- 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:text};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- font-family: 'Gloock', serif;
- }
- 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: 500px;
- margin-bottom: 100px;
- border: 1px solid {color:borders};
- padding: 20px;
- background-color: {color:container};
- }
- #posts {
- position: absolute;
- overflow: auto;
- margin-top: 75px;
- margin-left: 550px;
- }
- #ask {
- background: {color:gradient one};
- background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
- text-align: center;
- background-position: top center;
- color: {color:post info text};
- height: auto;
- padding-top: 10px;
- padding-right: 10px;
- padding-left: 10px;
- border: 1px solid {color:borders};
- }
- #ask a {
- font-size: 100%;
- color: {color:post info text};
- font-family: 'nunito sans', sans serif;
- }
- #pa { margin-top: 25px;
- text-align: center;
- }
- #pa a {
- color: {color:text};
- font-family: 'Gloock', serif;
- 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:gradient one};
- }
- #s-m-t-tooltip{
- position: absolute;
- z-index: 999999999999999999999999999999999999999999999999999999999999;
- margin-top: 10px;
- margin-left: 5px;
- display: block;
- background: {color:gradient one};
- background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
- 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: {color:scrollbar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scrollbar};
- height:2px;
- }
- ::-webkit-scrollbar {
- height:3px;
- width:3px;
- background-color: transparent;
- }
- #side {
- position: fixed;
- margin-left: 100px;
- margin-top: 100px;
- }
- #sidebar {
- background-color: {color:container};
- width: 268px;
- height: auto;
- overflow: auto;
- max-height: 375px;
- border: 1px solid {color:borders};
- padding: 15px;
- }
- #leftimg {
- width: 300px;
- text-align: left;
- }
- #rightimg {
- width: 300px;
- text-align: right;
- }
- #desc {
- margin-top: 10px;
- overflow: auto;
- padding-right: 10px;
- }
- #icon {
- background: {color:gradient one};
- background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
- position: fixed;
- width: 80px;
- height: 80px;
- margin-top: -40px;
- margin-left: -40px;
- -webkit-transform: rotate(-20deg);
- -moz-transform: rotate(-20deg);
- -o-transform: rotate(-20deg);
- -ms-transform: rotate(-20deg);
- transform: rotate(-20deg);
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- border-radius: 100px;
- padding: 10px;
- }
- #icon img {
- border-radius: 100px;
- }
- #side:hover #icon {
- width: 90px;
- height: 90px;
- margin-top: -40px;
- margin-left: -40px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transform: rotate(0deg);
- -moz-transform: rotate(0deg);
- -o-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- #nav {
- position: fixed;
- margin-top: -25px;
- margin-left: 150px;
- }
- #nav span {
- color: {color:gradient one};
- font-size: 12pt;
- margin-right: 5px;
- }
- #title {
- color: {color:blog title};
- width: 295px;
- margin-top: 10px;
- font-size: 22pt;
- text-align: center;
- line-height: 20pt;
- font-family: 'Gloock', serif;
- }
- #title a {
- color: {color:blog title};
- }
- #pa {
- margin-top:10px;
- }
- #info {
- text-align: center;
- margin-top: 10px;
- padding: 10px;
- width: 480px;
- height: auto;
- background: {color:gradient one};
- background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
- }
- #info a {
- color: {color:post info text};
- margin-right: 5px;
- }
- #info span {
- font-size: 12pt;
- }
- #tags {
- }
- #tags a {
- font-family: 'nunito sans', sans serif;
- font-size: 8pt;
- line-height: 9pt;
- color: {color:post info text};
- }
- #h1 {
- font-size: 22pt;
- margin-bottom: 5px;
- text-align: center;
- line-height: 20pt;
- font-family: 'Gloock', serif;
- }
- #notes {
- margin-top: -20px;
- width: 500px;
- }
- #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;
- }
- </style>
- </head>
- <body>
- <div id="side">
- <div id="nav">
- <a href="/" title="home"><span class="material-symbols-outlined">cottage</span></a>
- <a href="/ask" title="message"><span class="material-symbols-outlined">drafts</span></a>
- <a href="/archive" title="archive"><span class="material-symbols-outlined">inventory_2</span></a>
- <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="material-symbols-outlined">favorite</span></a>
- <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="material-symbols-outlined">spa</span></a>
- <a href="{text:link 3 url}" title="{text:link 3 title}"><span class="material-symbols-outlined">event_list</span></a>
- </div>
- <div id="icon"><img src="{image:icon}"></div>
- <div id="sidebar">
- <img src="{image:sidebar}">
- <div id="desc">{Description}</div>
- </div>
- <a href="/"><div id="title">{title}</div></a>
- <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 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-500}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
- {Caption} {/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{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-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="ask">
- {Asker} asked:<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">schedule</span></a> <a href="{Permalink}" title="{NoteCount} notes"><span class="material-symbols-outlined">
- loyalty</span></a> <a href="{ReblogURL}" title="reblog"><span class="material-symbols-outlined">
- restart_alt
- </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: 500px;">
- {PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</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