Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!----- ----- ----- ----- ----- ----- ----- -----
- WIN98 by emoticon ^_^
- .........
- .'------.' | Plug and Play
- | .-----. | |
- | | | | |
- __| | | | |;. _______________
- / |*`-----'.|.' `; //
- / `---------' .;' //
- /| / .''''////////;' //
- |=| .../ ######### /;/ //|
- |/ / / ######### // //||
- / `-----------' // ||
- /________________________________//| ||
- `--------------------------------' | ||
- : | || | || |__LL__|| || | ||
- : | || | || | || `""'
- n | || `""' | ||
- M | || | ||
- | || | ||
- `""' `""'
- 1) Please don't change the credit link, you can change the shooting star to a pixel/something else, but please don't edit the redirect path
- 2) Please don't use as a base code (you can edit to your liking just don't redistribute please)
- 3) Make sure you use a color's RGB for the floatie glow color; you can use this website https://www.color-hex.com/... Here is an example: 24, 41, 255
- special thanks to ;
- sadthemes on tumblr
- https://github.com/jdan/98.css
- and u
- ===============================
- // Updates
- // 4/4/2023: fixed an issue where the description would overflow out of the sidebar.
- ----- ----- ----- ----- ----- ----- ----- ------>
- <!------------ img ------------>
- <meta name="image:background" content="">
- <meta name="image:header" content="">
- <meta name="image:favicon" content="">
- <meta name="image:cursor" content="">
- <meta name="image:link 1" content="">
- <meta name="image:link 2" content="">
- <meta name="image:link 3" content="">
- <meta name="image:link 4" content="">
- <meta name="image:floatie" content="">
- <!------------ opt ------------>
- <meta name="if:full background" content="">
- <meta name="if:marquee website title" content="">
- <meta name="if:image hue shift on hover" content="">
- <meta name="if:link glow" content="">
- <meta name="if:link border" content="">
- <meta name="if:bold links" content="">
- <meta name="if:link underline" content="">
- <meta name="if:rainbow links" content="">
- <meta name="if:heart sidebar" content="">
- <meta name="if:circle sidebar" content="">
- <!------------ font ------------>
- <meta name="select:font" content="pixelated ms sans serif">
- <meta name="select:font" content="arial">
- <meta name="select:font" content="magica">
- <meta name="select:font" content="short stack">
- <meta name="select:font" content="ms gothic">
- <meta name="select:font" content="roboto mono">
- <!------------ color ------------>
- <meta name="color:background" content="">
- <meta name="color:content links" content="">
- <meta name="color:content links hover" content="">
- <meta name="color:link glow" content="">
- <meta name="color:link glow hover" content="">
- <meta name="color:link border" content="">
- <meta name="color:link border hover" content="">
- <meta name="color:rainbow link outline" content="">
- <meta name="color:text selection" content="">
- <meta name="color:text selection background" content="">
- <meta name="color:links" content="">
- <meta name="color:links background" content="">
- <meta name="color:title gradient 1" content="">
- <meta name="color:title gradient 2" content="">
- <!------------ txt ------------>
- <meta name="text:text size" content="15">
- <meta name="text:sidebar left" content="110">
- <meta name="text:search left" content="235">
- <meta name="text:extra box left" content="150">
- <meta name="text:sidebar top" content="20">
- <meta name="text:search top" content="380">
- <meta name="text:extra box top" content="340">
- <meta name="text:marquee website title" content="Welcome to my blog">
- <meta name="text:name" content="Silly">
- <meta name="text:description" content="/">
- <meta name="text:extra box" content="/">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4 url" content="/">
- <meta name="text:link 1" content="Refresh">
- <meta name="text:link 2" content="About me.txt">
- <meta name="text:link 3" content="Mailbox">
- <meta name="text:link 4" content="Archive">
- <meta name="text:floatie glow" content="255, 255, 255">
- <meta name="text:floatie size" content="150">
- <meta name="text:floatie right" content="5">
- <!------------ basic ------------>
- {block:ifnotmarqueewebsitetitle}
- <title>{Title}</title>
- {/block:ifnotmarqueewebsitetitle}
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!------------ script ------------>
- <link rel="stylesheet" href="https://unpkg.com/98.css">
- <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
- <script src="//code.jquery.com/jquery-1.12.4.js"></script>
- <script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
- {block:ifmarqueewebsitetitle}
- <title>{text:marquee website title}</title>
- <script>var documentTitle = document.title + " ★ ";
- (function titleMarquee() {
- document.title = documentTitle = documentTitle.substring(1) + documentTitle.substring(0,1);
- setTimeout(titleMarquee, 200);
- })();</script>
- {/block:ifmarqueewebsitetitle}
- <style type="text/css">
- body{
- cursor:url("{image:cursor}"), default;
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- font-family:{select:font};
- font-size:{text:text size}px;
- {block:iffullbackground}
- background-size: cover;
- {/block:iffullbackground};}
- a{
- text-decoration:none;
- color:{color:content links};
- {block:iflinkglow}
- text-shadow: 0 0 10px {color:link glow}; 0 0 10px;
- {/block:iflinkglow};
- {block:ifboldlinks}
- font-weight:bold;
- {/block:ifboldlinks}
- {block:iflinkunderline}
- text-decoration:underline;
- {/block:iflinkunderline}
- {block:ifrainbowlinks}
- -webkit-text-stroke: 0.5px {color:rainbow link outline};
- text-decoration: none;
- color: white;
- display: inline-block;
- background-size: 120% 100%;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -moz-background-clip: text;
- -moz-text-fill-color: transparent;
- -ms-background-clip: text;
- -ms-text-fill-color: transparent;
- background-clip: text;
- text-fill-color: transparent;
- transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
- background-image: linear-gradient(45deg, #f393fe, #ce93ff, #909cff, #8fd4ff, #90ffef, #93ff92, #e0fe93, #fde091, #ffba91, #ff939c, #fe92dc);
- {/block:ifrainbowlinks}
- {block:iflinkborder}
- text-shadow: -1px 0 {color:link border}, 0 1px {color:link border}, 1px 0 {color:link border}, 0 -1px {color:link border};
- {/block:iflinkborder};
- cursor:url("{image:cursor}"), default;}
- a:hover{
- color:{color:content links hover};
- {block:iflinkglow}
- text-shadow: 0 0 10px {color:link glow hover}; 0 0 10px;
- {/block:iflinkglow};
- {block:iflinkborder}
- text-shadow: -1px 0 {color:link border hover}, 0 1px {color:link border hover}, 1px 0 {color:link border hover}, 0 -1px {color:link border hover};
- {/block:iflinkborder};
- font-style:italic;}
- @font-face{
- font-family: 'Magica';
- src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);}
- ::selection{
- color:{color:text selection};
- background-color:{color:text selection background};}
- .npf_row {
- margin: 0 !important;}
- blockquote{
- margin: 0px;}
- p{
- margin:0 0 10px 0;
- padding:0;}
- /* -------------------- post -------------------- */
- #postcontent{
- margin-top:20px;
- width:450px;
- margin-top:5px;
- margin-left:600px;}
- .post, .naviga{
- margin:0 0 15px 0;
- overflow:hidden;
- padding:5px;}
- .post img {
- max-width:100%;
- height:auto;}
- /* -------------------- header -------------------- */
- #container{
- top:{text:sidebar top}px;
- background:white
- width:590px;
- left:{text:sidebar left}px;
- padding:5px;
- position:fixed;}
- #description{
- padding:5px;
- overflow-y:auto;
- overflow-x:hidden;
- width:170px;
- text-align:center;
- max-height:140px;}
- #second{
- position:fixed;
- top:{text:search top}px;
- left:{text:search left}px;}
- #third{
- position:fixed;
- top:{text:extra box top}px;
- left:{text:extra box left}px;}
- #fart{
- overflow-y:auto;
- text-align:center;
- overflow-x:hidden;
- max-height:50px;}
- .header img{
- {block:ifheartsidebar}
- -webkit-mask-image:url(https://64.media.tumblr.com/530d6f82ba12efe719853b50499b1d5d/b58a88777157fa9c-6e/s500x750/69a0aa24e15c4c98f2b7ce62f6c00544e0b3a1c3.png);
- -webkit-mask-repeat:no-repeat;
- -webkit-mask-size:cover;
- {/block:ifheartsidebar}
- {block:ifcirclesidebar}
- border-radius:100%;
- {/block:ifcirclesidebar}
- max-height:100%;
- max-width:100%;
- max-width:180px;}
- #linky{
- text-align:center;
- width:60px;
- position:fixed;
- top:70px;
- padding:5px;}
- .search{
- width:155px;
- height:10px;
- margin-top:5px;
- padding:5px;
- color:black;}
- .enter{
- height:20px;}
- /* -------------------- etc -------------------- */
- .window-body{
- font-family:{select:font};
- font-size:{text:text size}px;}
- .title-bar{
- background-image: linear-gradient(to bottom left, {color:title gradient 1}, {color:title gradient 2});}
- .footer:hover .tags{
- opacity:1;
- transition:0.4s ease;
- max-height:1000px;
- margin-bottom:10px;
- padding-bottom:15px;
- margin-top:5px;}
- .tags{
- opacity:0;
- transition:0.4s ease;
- margin-top:5px;
- max-height:0px;}
- ol.notes{
- list-style-type:none;
- padding:3px;
- overflow:auto;}
- {block:ifimagehueshiftonhover}
- img{
- -webkit-filter: hue-rotate(0deg);
- -webkit-transition: 5s ease-in-out;
- -moz-filter: grayscale(0%);
- -moz-transition: 5s ease-in-out;
- -o-filter: grayscale(0%);
- -o-transition: 5s ease-in-out;}
- img:hover{
- animation-iteration-count:infinite;
- -webkit-filter: hue-rotate(360deg);
- -webkit-transition: 5s ease-in-out;
- -moz-filter: hue-rotate(360deg);
- -moz-transition: 5s ease-in-out;
- -o-filter: hue-rotate(360deg);
- -o-transition: 5s ease-in-out;}
- {block:ifimagehueshiftonhover}
- #credit{
- font-size:25px;
- position:fixed;
- left:5px;
- bottom:5px;}
- .ask{
- margin:0 0 10px 0;
- padding:2px;}
- #floatie{
- position:fixed;
- right:{text:floatie right}px;
- bottom:5px;
- filter: drop-shadow(0 0 0.75rem rgb({text:floatie glow}));}
- {CustomCss}
- </style>
- </head>
- <body>
- <!------------ side ------------>
- <div id="container">
- <div id="header">
- <div class="window" style="width: 400px">
- <div class="title-bar">
- <div class="title-bar-text">{text:name}'s Information</div>
- <div class="title-bar-controls">
- <button aria-label="Minimize"></button>
- <button aria-label="Maximize"></button>
- <button aria-label="Close"></button>
- </div>
- </div>
- <div class="window-body">
- <table>
- <tbody>
- <tr>
- <td style="width:180px;">
- <div class="header img"><a href="/"><img style='height: 165px; width:180px; object-fit: cover' src="{image:header}"></a>
- </div></td>
- <td style="width:180px;">
- <div id="description">
- {text:description}
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div id="second">
- <div class="window" style="width: 250px">
- <div class="title-bar">
- <div class="title-bar-text">{text:name}'s Information</div>
- <div class="title-bar-controls">
- <button aria-label="Minimize"></button>
- <button aria-label="Maximize"></button>
- <button aria-label="Close"></button>
- </div>
- </div>
- <div class="window-body">
- <div id="second2">
- <form action="/search" method="get">
- <input class="search" type="text" placeholder="{text:searchbar text}" name="q" value="" style="outline:none;">
- <input class="enter" type="submit" value="Search" id="sb"/>
- </form>
- <p>
- {block:Pagination}
- <center>
- {block:PreviousPage}
- <a href="{PreviousPage}"><button>❮ Back</button></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"><button>Next ❯</button></a>
- {/block:NextPage}
- {block:PermalinkPage}
- {/block:PermalinkPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- </div>
- <div id="third">
- <div class="window" style="width: 250px">
- <div class="title-bar">
- <div class="title-bar-text">{text:name}'s Information</div>
- <div class="title-bar-controls">
- <button aria-label="Minimize"></button>
- <button aria-label="Maximize"></button>
- <button aria-label="Close"></button>
- </div>
- </div>
- <div class="window-body">
- <div id="fart">
- {text:extra box}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!------------ link ------------>
- <div id="linky">
- <div class="link1"><a href="{text:link 1 url}"><img style="margin:0 0 10px 0" src="{image:link 1}">
- <br><text style="background-color:{color:links background}; color:{color:links}; font-family:{select:font};">{text:link 1}</text></a></div>
- <div class="link2"><p><a href="{text:link 2 url}"><img style="margin:10px 0 5px 0; max-width:100px" src="{image:link 2}"><br><text style="background-color:{color:links background}; font-family:{select:font}; color:{color:links};">{text:link 2}</text></a></div>
- <div class="link3"><p><a href="{text:link 3 url}"><img style="margin:10px 0 5px 0" src="{image:link 3}"><br><text style="background-color:{color:links background}; font-family:{select:font}; color:{color:links};">{text:link 3}</text></a></div>
- <div class="link4"><p><a href="{text:link 4 url}"><img style="margin:10px 0 5px 0" src="{image:link 4}"><br><text style="background-color:{color:links background}; font-family:{select:font}; color:{color:links};">{text:link 4}</text></a></div>
- </div>
- <!------------ posts ------------>
- <div id="postcontent">
- {block:Posts}
- <br>
- <div class="background">
- <div class="window" style="width: 450px">
- <div class="title-bar">
- <div class="title-bar-text">{text:name}'s Posts</div>
- <div class="title-bar-controls">
- <button aria-label="Minimize"></button>
- <button aria-label="Maximize"></button>
- <button aria-label="Close"></button>
- </div>
- </div>
- <div class="window-body">
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} --> {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="post">
- <!-- Text -->
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Chat}
- {block:Title}
- <div class="title">
- <h3><a href="{Permalink}">{Title}</a></h3></div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- <!-- Images --->
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="media">{Photoset}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- <!-- Video -->
- {block:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- <!-- Audio -->
- {block:Audio}
- <div id= "audioplayer">{AudioPlayerWhite}</div>
- {block:AlbumArt}
- <div id="albumart">
- <img src="{AlbumArtURL}" width="100">
- </div>
- {/block:AlbumArt}
- <div class="trackstuff">
- {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
- {Caption}
- {/block:Audio}
- <!-- Quote -->
- {block:Quote}
- <div class="quote">
- "{Quote}"
- {block:Source}
- <div class="source">- <i>{Source}</i></div>
- {/block:Source}
- </div>
- {/block:Quote}
- <!-- Link -->
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- <!-- Ask -->
- {block:Answer}
- <div class="ask">
- <div class="question">{Asker}: <b>{Question}</b></div>
- </div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- <!-- Footer -->
- {block:Date}
- <div class="footer">
- <a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a> <img src="{image:footer pixel}"> <a href="{ReblogUrl}">reblog</a> / <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- <center>{block:HasTags}<div class="tags">{block:Tags}# </b><a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</center>
- {block:PermalinkPage}
- <text style="text-align:left">
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- </text>
- {/block:PermalinkPage}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- {/block:Date}
- </div>
- </div>
- </div>
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!------------ etc ------------>
- <div id="floatie">
- <img src="{image:floatie}" width="{text:floatie size}px">
- </div>
- <script>
- $( "#header" ).draggable();
- </script>
- <script>
- $( "#second" ).draggable();
- </script>
- <script>
- $( "#third" ).draggable();
- </script>
- <script>
- $( ".link1" ).draggable();
- </script>
- <script>
- $( ".link2" ).draggable();
- </script>
- <script>
- $( ".link3" ).draggable();
- </script>
- <script>
- $( ".link4" ).draggable();
- </script>
- <script>
- $( "#floatie" ).draggable();
- </script>
- <!-- please do not edit the credit link :o( -->
- <div id="credit">
- <a href="https://cloverparty.tumblr.com/tagged/mine">ミ★</a>
- </div>
- <!-- thank you -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement