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>
- <!--004 YOU AND ME 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="">
- <meta name="image:icon" content="">
- <meta name="color:background" content="#1a1a1a">
- <meta name="color:text" content="#d4d0d0">
- <meta name="color:gradient one" content="#940c24">
- <meta name="color:gradient two" content="#121212">
- <meta name="color:bold" content="#ffffff">
- <meta name="color:italic" content="#ffffff">
- <meta name="color:container" content="#0c0c0c">
- <meta name="color:links" content="#ffffff">
- <meta name="color:blog title" content="#ffffff">
- <meta name="color:posts" content="#ac0c29">
- <meta name="color:post info" 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=IBM+Plex+Sans&family=Lemon&family=Yeseva+One&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: 'ibm plex 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;
- font-family: 'yeseva one', serif;
- letter-spacing: 1px;
- }
- b, strong {
- font-size: 110%;
- color: {color:bold};
- }
- i, em {
- font-size: 130%;
- color: {color:italic};
- font-family: 'yeseva one', serif;
- }
- 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: 'yeseva one', serif;
- }
- blockquote {
- background-color: {color:gradient one};
- color: {color:text};
- padding: 20px;
- font-size: 95%
- }
- blockquote img {
- max-width: 100%;
- display: block;
- height: auto;
- }
- blockquote blockquote {
- background-color: {color:container};
- color: {color:text};
- padding: 20px;
- font-size: 95%
- }
- }
- img {
- max-width: 100%;
- display: block;
- height: auto;
- }
- #post {
- width: 400px;
- margin-bottom: 100px;
- }
- #posts {
- position: absolute;
- overflow: auto;
- margin-top: 25px;
- margin-left: 100px;
- height: 540px;
- padding: 20px;
- border-radius: 10px;
- background-color: {color:posts};
- }
- #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};
- height: auto;
- padding: 10px 10px 5px 10px;
- border-radius: 10px;
- }
- #ask a {
- font-size: 16pt;
- color: {color:post info};
- font-family: 'yeseva one', serif;
- }
- #pa { margin-top: 25px;
- text-align: center;
- width: 100px;
- margin-left: -25px;
- }
- #pa a {
- color: {color:text};
- font-family: 'yeseva one', 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;
- 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: 'ibm plex sans', sans serif;
- letter-spacing: 1px;
- padding: 10px;
- font-size: 12pt;
- color: {color:post info};
- 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:20px;
- }
- #info {
- text-align: center;
- margin-top: 10px;
- padding: 10px;
- width: 380px;
- height: auto;
- background: {color:gradient one};
- border-radius: 10px;
- background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
- }
- #info a {
- color: {color:post info};
- margin-right: 5px;
- }
- #info span {
- font-size: 12pt;
- }
- #tags {
- }
- #tags a {
- font-family: 'ibm plex sans', sans serif;
- font-size: 8pt;
- line-height: 9pt;
- color: {color:post info};
- }
- #h1 {
- font-size: 22pt;
- margin-bottom: 5px;
- text-align: center;
- letter-spacing: -1px;
- line-height: 20pt;
- font-family: 'yeseva one', serif;
- }
- #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;
- }
- #side {
- height: 400px;
- width: 300px;
- margin-left:575px;
- position: fixed;
- margin-top: 120px;
- }
- #sidebar {
- }
- #sidebar img {
- border-radius: 10px;
- border: 10px solid {color:posts};
- }
- #desc {
- margin-top: 10px;
- width: 170px;
- text-align: center;
- height: 40px;
- overflow: auto;
- padding-right: 3px;
- }
- #icon {
- position: fixed;
- width: 50px;
- height: 50px;
- position: fixed;
- border-radius: 10px;
- border: 10px solid {color:posts};
- margin-left: 200px;
- margin-top: -35px;
- }
- #icon img {
- width: 50px;
- }
- #title {
- font-size: 20pt;
- line-height: 14pt;
- margin-top: 5px;
- margin-left: 10px;
- position: fixed;
- width: 160px;
- text-align: justify;
- letter-spacing: -1px
- color: {color:blog title};
- }
- #title a {
- font-size: 20pt;
- line-height: 14pt;
- color: {color:blog title};
- }
- #nav {
- width: 20px;
- position: fixed;
- margin-left: 300px;
- margin-top: 20px;
- }
- #nav span {
- line-height:18pt;
- font-size: 14pt;
- }
- #container {
- width: 900px;
- position: fixed;
- height: 610px;
- background-color: {color:container};
- border-radius: 10px;
- margin-left: 40px;
- margin-top: 10px;
- }
- h1, h2 {
- font-family: 'yeseva one';
- font-weight: normal;
- letter-spacing: -1px;
- }
- #anchor {
- position: float;
- margin: auto;
- width: 1000px;
- }
- </style>
- </head>
- <body>
- <div id="anchor">
- <div id="container"></div>
- <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="sidebar">
- <img src="{image:sidebar}">
- <div id="desc">{Description}</div>
- </div>
- <div id="icon">
- <img src="{image:icon}">
- <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="title"><a href="/">{title}</a></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} 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: 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