Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--FONTS-->
- <style>
- @import url('https://fonts.googleapis.com/css2?family=Caveat&family=DynaPuff&family=Silkscreen&display=swap');
- @import url('https://fonts.googleapis.com/css2?family=Caveat&family=DynaPuff&family=Silkscreen&display=swap');
- @import url('https://fonts.googleapis.com/css2?family=Caveat&family=DynaPuff&family=Silkscreen&display=swap');
- @import url('https://fonts.googleapis.com/css2?family=Caveat&family=DynaPuff&family=Fredoka+One&family=Silkscreen&display=swap');
- </style>
- <script src="https://code.jquery.com/jquery-3.6.0.js"></script>
- <script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
- <script>
- $( function() {
- $( "#dragme" ).draggable();
- } );
- </script>
- <meta name="select:font" content="arial" />
- <meta name="select:font" content="comic sans ms" />
- <meta name="select:font" content="times" />
- <meta name="select:font" content="ms gothic" />
- <meta name="select:font" content="Caveat" />
- <meta name="select:font" content="DynaPuff" />
- <meta name="select:font" content="Silkscreen" />
- <meta name="select:font" content="Fredoka One" />
- <meta name="select:background size" content="cover" />
- <meta name="select:background size" content="contain" />
- <meta name="select:background size" content="auto" />
- <meta name="image:custom cursor" contents="" />
- <meta name="image:background" contents="" />
- <meta name="color:background" contents="" />
- <meta name="color:links" contents="" />
- <meta name="color:links shadow" contents="" />
- <meta name="color:links hover" contents="" />
- <meta name="color:links hover shadow" contents="" />
- <meta name="image:icon" contents="" />
- <meta name="color:icon shadow" contents="" />
- <meta name="text:desc" contents="" />
- <meta name="color:gradient 1" contents="" />
- <meta name="color:gradient 2" contents="" />
- <meta name="color:gradient 3" contents="" />
- <meta name="color:text" contents="" />
- <meta name="color:text shadow" contents="" />
- <meta name="color:pagination" contents="" />
- <meta name="color:tags" contents="" />
- <meta name="color:tags shadow" contents="" />
- <meta name="color:permalink" contents="" />
- <meta name="color:permalink shadow" contents="" />
- <!--GENERAL FIXES ETC-->
- <style>
- #credit {
- position: fixed;
- left: 12px;
- bottom: 6px;
- font-size: 14px;
- }
- .npf_row {
- margin: 0 !important;
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- blockquote {
- margin: 3px;
- }
- body, a, a:hover {
- cursor: url('{image:custom cursor}'), auto;
- }
- body {
- background-image: url('{image:background}');
- background-size: {select:background size};
- background-color: {color:background};
- font-family: {select:font};
- }
- a {
- color: {color:links};
- text-shadow: 0 0 3px {color:links shadow};
- }
- a:hover {
- color: {color:links hover};
- text-shadow: 0 0 3px {color:links hover shadow};
- }
- p {
- margin-top: 5px;
- }
- .sidebar {
- width: 300px;
- height: auto;
- display: inline-block;
- position: fixed;
- margin-left: -200px;
- margin-top: 100px;
- }
- .icon {
- width: 200px;
- height: 200px;
- background-image: url('{image:icon}');
- background-size: cover;
- box-shadow: 0 0 10px 5px {color:icon shadow};
- }
- .desc {
- width: 200px;
- height: auto;
- margin-top: 20px;
- text-align: center;
- font-size: 28px;
- background: linear-gradient(to right, {color:gradient 1} 10%, {color:gradient 2} 50%, {color:gradient 3} 60%);
- background-size: auto auto;
- background-clip: border-box;
- background-size: 200% auto;
- background-clip: text;
- text-fill-color: transparent;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- animation: textclip 1.5s linear infinite;
- }
- @keyframes textclip {
- to {
- background-position: 200% center;
- }
- }
- .desc a {
- text-decoration: none;
- }
- .postswrap {
- width: 560px;
- display: inline-block;
- margin-left: 100px;
- }
- .posts {
- width: 500px;
- text-align: justify;
- padding: 20px;
- text-shadow: 0 0 3px {color:text shadow};
- color: {color:text};
- }
- .footer {
- width: 540px;
- }
- .tags {
- width: 500px;
- overflow: auto;
- margin-top: -18px;
- color: {color: tags};
- }
- .pagination {
- color: {color:pagination};
- display: inline-block;
- padding: 1px;
- }
- .jump_page {
- padding-right: 8px;
- color: {color:pagination};
- font-size: 14px;
- text-decoration: none;
- }
- .current_page {
- padding-right: 8px;
- color: {color:pagination};
- font-size: 14px;
- text-decoration: underline;
- }
- ol {
- text-align: justify;
- }
- </style>
- </head>
- <body>
- <center>
- <div class="sidebar">
- <a href="/" title="refresh"><div class="icon"></div></a> <!--ICON CLOSE-->
- <div class="desc">
- {text:desc}
- </div> <!--DESC CLOSE-->
- </div> <!--SIDEBAR CLOSE-->
- <div class="postswrap">
- {block:posts}
- <div class="posts">
- {block:Text}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div class="quote"><h2 style="margin-top: 2px; margin-bottom: 2px;"><b>"</b> <i>{Quote}</i> <b>"</b></h2></div>
- {block:Source}<div class="source">— {Source}</div><br>{/block:Source}
- {/block:Quote}
- {block:Link}
- <big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line}
- </div>
- <br>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <span style="float: right;"><b>{Asker}</b></span><br>
- <div class="question"><i>{Question}</i></div>
- {Answer}
- {/block:Answer}
- <center>
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{Permalink}"/>{LinkCloseTag}
- </center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <center>
- {block:Photoset}
- {Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="songtitle" style="text-align: left;">
- {block:TrackName}{TrackName}{/block:TrackName}
- </div>
- <div class="songauthor" style="text-align: left;">{block:Artist}{Artist}{/block:Artist}</div>
- <center>
- {AudioPlayerWhite}
- </center>{/block:Audio}
- {block:Date}
- {block:PermalinkPage}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- <div class="footer">
- <div id="permalink" style="text-align: right;">
- <a style="text-decoration: none; color: {color:permalink}; text-shadow: 0 0 3px {color:permalink shadow};" href="{Permalink}" title="{TimeAgo}">
- <b>{24Hour}:{Minutes}</b>
- </a>
- {block:HasTags}
- <div class="tags" style="text-align: left;">
- {block:Tags}
- <a href="{TagUrl}" style="text-decoration: none; color:{color:tags}; text-shadow: 0 0 3px {color:tags shadow};" title="{Tag}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- </div> <!--POSTS-->
- <br>
- {/block:Posts} <!--POSTS-->
- {block:Pagination}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page" style="color: {color:pagination};">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}" style="color: {color:pagination};">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}
- </div> <!--POST WRAP CLOSE-->
- <div id="credit">
- <a href="https://cod.tumblr.com/" target="_blank" title="CODED BY JOYBOY">🦩</a>
- </div>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement