Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ♡ wii shop theme by joyfriend ♡
- drafted this at 3am YIPPEE
- THWACK (sound of me hitting a baseball in wii sports)
- basecode by evansyhelp audio formatting from sadthemes
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <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 src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
- <!-- META TAGS, SCRIPTS, AND CUSTOM FONTS GO HERE-->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#2b2b2b"/>
- <meta name="color:posts" content=""/>
- <meta name="color:border" content="#000">
- <meta name="color:link" content="#2b2b2b"/>
- <meta name="color:link hover" content="#949494"/>
- <meta name="color:glow" content="#000">
- <meta name="color:glow hover" content="#000">
- <meta name="color:bottom" content="#000">
- <meta name="color:nav" content="#000">
- <meta name="color:scrollbar bg" content="#fff"/>
- <meta name="color:scrollbar thumb" content="#000"/>
- <meta name="color:tooltip text" content="#fff"/>
- <meta name="color:tooltip border" content="#fff"/>
- <meta name="color:selection bg" content="#fff"/>
- <meta name="color:selection text" content="#000"/>
- <meta name="text:font size" content="12px">
- <meta name="text:bottom font size" content="20px">
- <meta name="text:redirect" content=""/>
- <meta name="text:description" content="do do do do do dodododo doooo do do do do do doooodooo"/>
- <meta name="text:link one" content="one">
- <meta name="text:link one url" content="/">
- <meta name="text:link two" content="two">
- <meta name="text:link two url" content="/">
- <meta name="text:link three" content="three">
- <meta name="text:link three url" content="/">
- <meta name="if:redirect" content="" />
- <meta name="if:cover bg" content="" />
- <meta name="if:post border" content="" />
- <meta name="if:post glow" content="" />
- <meta name="if:bottom glow" content="" />
- <meta name="if:rounded corners" content="" />
- <meta name="if:description" content="" />
- <meta name="image:favicon" content="">
- <meta name="image:background" content="" />
- <meta name="image:icon" content="" />
- <meta name="image:sidebar 1" content=""/>
- <meta name="image:sidebar 2" content=""/>
- <meta name="image:sidebar 3" content=""/>
- <meta name="select:font" content="arial">
- <meta name="select:font" content="verdana">
- <meta name="select:font" content="courier">
- <meta name="select:font" content="georgia">
- <meta name="select:font" content="times new roman">
- <meta name="select:font" content="ms gothic"/>
- <meta name="select:font" content="short stack"/>
- <meta name="select:font" content="comic sans ms">
- <meta name="select:font" content="ms sans serif">
- <meta name="select:border type" content="solid" />
- <meta name="select:border type" content="double" />
- <meta name="select:border type" content="dashed" />
- <meta name="select:border type" content="dotted" />
- <meta name="select:border type" content="outset">
- <meta name="select:border type" content="inset">
- {block:ifredirect}
- {block:IndexPage}<script type="text/javascript">
- var url = location.href;
- if (url == "{BlogURL}") {
- window.location = "{BlogURL}tagged/{text:redirect}";
- }
- </script>{/block:IndexPage}
- {/block:ifredirect}
- </head>
- <style type="text/css">
- /* ALL STYLING GOES HERE */
- ::selection {
- background: {color:selection bg};
- color:{color:selection text};
- }
- .tooltip{
- display:inline;
- position:relative;
- }
- #s-m-t-tooltip{
- max-width:300px;
- padding:5px;
- margin:20px 7px -2px 20px;
- background-color: rgba(0, 0, 0, 0.4);
- backdrop-filter: blur(3px);
- border:1px solid white;
- color:#fff;
- letter-spacing:1px;
- text-align:center;
- color:{color:tooltip text};
- text-shadow: -1px 0 {color:tooltip border}, 0 1px {color:tooltip border}, 1px 0 {color:tooltip border}, 0 -1px {color:tooltip border};
- z-index:99999999999999999999;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- ::-webkit-scrollbar {
- width: 15px;
- height: 10px;
- background-color:white;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:nav};
- }
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/qnkKqDc.png);
- width: 15px;
- height: 15px;
- border-top: 1px solid black;
- border-left: 1px solid black;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/HFmrF43.png);
- border-bottom: 1px solid black;
- border-left: 1px solid black;
- width: 15px;
- height: 15px;
- }
- body {
- margin:0px;
- background:{color:background};
- color:{color:text};
- background-image: url('{image:background}');
- {block:ifnotcoverbg}
- background-repeat: repeat;
- background-attachment: fixed;
- {/block:ifnotcoverbg}
- {block:ifcoverbg}
- background-size: cover;
- background-attachment: fixed;
- {/block:ifcoverbg}
- font-family: {select:font};
- font-size: {text:font size};
- overflow:hidden;
- }
- @font-face {
- font-family: ms sans serif;
- src: url(https://dl.dropbox.com/s/nsars34hvq71zyx/MS%20Sans%20Serif%208pt.ttf);
- }
- a {
- color:{color:link};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #sidebar{
- position: fixed;
- float:left;
- margin-left:80px;
- margin-top:40px;
- line-height: 5;
- }
- #sidebar img{
- width:420px;
- {block:ifnotdescription}
- max-height:150px;
- {/block:ifnotdescription}
- {block:ifdescription}
- max-height:100px;
- {/block:ifdescription}
- {block:ifpostborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifpostborder}
- {block:ifpostglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- {/block:ifpostglow}
- {block:ifroundedcorners}
- border-radius:10px;
- {/block:ifroundedcorners}
- }
- #sb{
- width:420px;
- {block:ifnotdescription}
- height:150px;
- {/block:ifnotdescription}
- {block:ifdescription}
- height:130px;
- {/block:ifdescription}
- {block:ifpostborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifpostborder}
- {block:ifpostglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- {/block:ifpostglow}
- {block:ifroundedcorners}
- border-radius:10px;
- {/block:ifroundedcorners}
- margin-top:20px;
- background-size: 420px;
- background-position: center;
- }
- #description{
- height:110px;
- width:400px;
- overflow:auto;
- {block:ifpostborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifpostborder}
- {block:ifpostglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- {/block:ifpostglow}
- {block:ifroundedcorners}
- border-radius:10px;
- {/block:ifroundedcorners}
- margin-bottom:-70px;
- text-align:center;
- padding:10px;
- }
- #sb:hover{
- {block:ifpostglow}
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -moz-box-shadow: 0px 0px 4px 2px {color:glow hover};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow hover};
- box-shadow: 0px 0px 4px 2px {color:glow hover};{/block:ifpostglow}
- }
- #box{
- margin-left:570px;
- height:630px;
- overflow:auto;
- width:990px;
- padding:20px;
- }
- #entry{
- margin-top:20px;
- column-count: 2;
- column-gap: 5px;
- }
- #posts{
- width:400px;
- padding:10px;
- margin-bottom:25px;
- {block:ifpostborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifpostborder}
- {block:ifpostglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- {/block:ifpostglow}
- {block:ifroundedcorners}
- border-radius:10px;
- {/block:ifroundedcorners}
- overflow:hidden;
- break-inside: avoid;
- display:inline-block;
- background-color:{color:posts};
- }
- #posts:hover{
- {block:ifpostglow}
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -moz-box-shadow: 0px 0px 4px 2px {color:glow hover};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow hover};
- box-shadow: 0px 0px 4px 2px {color:glow hover};{/block:ifpostglow}
- }
- #posts img {
- max-width:100%;
- height:auto;
- }
- #bottom{
- width:100%;
- height:300px;
- padding:10px;
- background-color:{color:bottom};
- {block:ifpostborder}
- border-top:{text:border size} {select:border type} {color:border};
- {/block:ifpostborder}
- font-size: {text:bottom font size};
- }
- #bottom img{
- border-radius:90px;
- height:100px;
- {block:ifpostborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifpostborder}
- {block:ifbottomglow}
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};{/block:ifbottomglow}
- }
- #bottom img:hover{
- {block:ifbottomglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow hover};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow hover};
- box-shadow: 0px 0px 4px 2px {color:glow hover};{/block:ifbottomglow}
- transform: rotate(360deg);
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- #nav{
- padding:5px;
- {block:ifpostborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifpostborder}
- {block:ifbottomglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- {/block:ifbottomglow}
- background-color:{color:nav};
- }
- #nav:hover{
- {block:ifbottomglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow hover};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow hover};
- box-shadow: 0px 0px 4px 2px {color:glow hover};{/block:ifbottomglow}
- }
- /* audio stuff */
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;}
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;}
- .trackback {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;}
- .pressplay{
- position: relative;
- width: 25px;
- height: 25px;
- overflow: hidden;
- left: -6px;
- top: -3px;}
- .albumpic {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 79px;
- height: 79px;}
- .albumpic img {
- width: 100%;
- height: auto;
- border: 1px solid {color:font color};}
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- .audiowrapper {
- position: relative; display:inline-block;}
- span{
- cursor:pointer;
- }
- #notes{
- border:1px solid {color:border};
- max-height:420px;
- overflow:auto;
- }
- </style>
- <body>
- <!-- SIDEBAR/HEADER -->
- <div id="sidebar">
- {block:ifdescription}
- <div id="description">
- {text:description}
- </div> <br>
- {/block:ifdescription}
- <a href="{text:link one url}" title="{text:link one}"><div style="background-image: url({image:sidebar 1});" id="sb"></div></a>
- <a href="{text:link two url}" title="{text:link two}"><div style="background-image: url({image:sidebar 2});" id="sb"></div></a>
- <a href="{text:link three url}" title="{text:link three}"><div style="background-image: url({image:sidebar 3});" id="sb"></div></a>
- </div>
- <div id="box">
- <div id="entry">
- <!-- POSTS -->
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}{Title}{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Panorama}
- {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Panorama}
- {block:Answer}
- <img src="{AskerPortraitURL-64}">
- {Asker}:
- {Question}
- {Answer}
- {/block:Answer}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Quote}
- {Quote}
- {block:Source}{Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}>{Name}</a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- {block:Label}{Label}{/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="albumpic"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="trackback">
- <div class="pressplay">
- {AudioPlayer}
- </div></div>
- <div class="trackinfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
- {block:Album}<i>{Album}</i>{/block:Album}<br>
- </div></div>
- {/block:AudioPlayer}
- <!-- POST INFO -->
- {block:Date}
- <div id="footer">
- <a title="{TimeAgo}" href="{Permalink}">{ShortMonth} {DayOfMonth}</a> / {block:NoteCount}<a href="{Permalink}">{NoteCount}N</a>{/block:NoteCount}
- {block:HasTags}
- <br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <br> <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> /
- <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:RebloggedFrom}
- <div id="notes"> {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- <a style="position:fixed;left:3px;bottom:130px;" href="https://joyfriend.tumblr.com/" title="artie was here">🃏</a>
- <div id="bottom">
- <table style="width:calc(100% - 20px)">
- <tr>
- <td style="width:25%; text-align:center">
- <img src="{image:icon}">
- </td>
- <td style="width:50%; text-align:center"><span style="cursor:default" id="time"> </span>
- <script src="index.js"> </script>
- </td>
- <td style="width:25%; text-align:center">
- {block:Pagination}
- <table style="border-spacing: 10px;">
- <tr>
- <td>
- {block:PreviousPage}
- <a id="nav" href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- </td>
- <td>
- {CurrentPage} / {TotalPages}
- </td>
- <td>
- {block:NextPage}
- <a id="nav" href="{NextPage}">→</a>
- {/block:NextPage}
- </td>
- </tr>
- </table>
- {/block:Pagination}
- </td>
- </tr>
- </table>
- </div>
- <script>
- function refreshTime() {
- var datetime = new Date().toLocaleTimeString();
- console.log(datetime); // it will represent date in the console of developers tool
- document.getElementById("time").textContent = datetime; // represent on html page
- timeDisplay.textContent = formattedString;
- }
- setInterval(refreshTime, 1000);
- </script>
- </body>
- </html>
- <!-- hiii omg hii heyyy helllo sniff :) -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement