Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!---
- OVERWATCH THEME by @ps1 -updated 4/3/2020
- I hate Blizzard but I love Overwatch so much. Get it together Blizzard.
- -->
- <meta charset="UTF-8">
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="icon" href="{image:FavIcon}" type="image/gif" >
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Comic+Neue|Courier+Prime|Karla|Overpass|Short+Stack|Work+Sans|Nova+Square|Inconsolata&display=swap" rel="stylesheet">
- <meta name="color:background" content="#000"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:links" content="#fff"/>
- <meta name="color:links hover" content="#83919d"/>
- <meta name="color:gradient 1" content="#1c305a"/>
- <meta name="color:gradient 2" content="#7593ad"/>
- <meta name="color:border" content="#2e67d1"/>
- <meta name="color:glow border" content="#2e67d1">
- <meta name="color:text glow" content="#000"/>
- <meta name="color:links glow" content="#fff"/>
- <meta name="color:neon title 1" content="#000"/>
- <meta name="color:neon title 2" content="#2e67d1"/>
- <meta name="color:tooltip font" content="#000">
- <meta name="color:tooltip background" content="#fff">
- <meta name="if:custom cursor" content="0" />
- <meta name="if:neon title" content="0" />
- <meta name="if:tile background" content="0" />
- <meta name="if:glow text" content="0" />
- <meta name="if:glow border" content="0" />
- <meta name="if:text underline" content="0" />
- <meta name="if:hide caption" content="0"/>
- <meta name="if:desc pixel" content="0" />
- <meta name="if:redirect" content="0" />
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content="https://i.imgur.com/uBpe8KE.png"/>
- <meta name="image:sticker" content=""/>
- <meta name="image:pixel" content=""/>
- <meta name="image:favicon" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/nx9LK6f.png"/>
- <meta name="image:tooltip" content=""/>
- <meta name="select:typeface" content="arial"/>
- <meta name="select:typeface" content="comic sans ms"/>
- <meta name="select:typeface" content="comic neue"/>
- <meta name="select:typeface" content="consolas"/>
- <meta name="select:typeface" content="courier prime"/>
- <meta name="select:typeface" content="inconsolata"/>
- <meta name="select:typeface" content="karla"/>
- <meta name="select:typeface" content="letters"/>
- <meta name="select:typeface" content="ms gothic"/>
- <meta name="select:typeface" content="ms pgothic"/>
- <meta name="select:typeface" content="neue pixel"/>
- <meta name="select:typeface" content="nintendo ds"/>
- <meta name="select:typeface" content="nova square"/>
- <meta name="select:typeface" content="overpass"/>
- <meta name="select:typeface" content="pokemon"/>
- <meta name="select:typeface" content="short stack"/>
- <meta name="select:typeface" content="tahoma"/>
- <meta name="select:typeface" content="times"/>
- <meta name="select:typeface" content="verdana"/>
- <meta name="select:typeface" content="work sans"/>
- <meta name="select:border" content="solid"/>
- <meta name="select:border" content="dashed"/>
- <meta name="select:border" content="dotted"/>
- <meta name="select:border" content="double"/>
- <meta name="select:border" content="inset"/>
- <meta name="select:border" content="outset"/>
- <meta name="select:border" content="ridge"/>
- <meta name="select:border" content="groove"/>
- <meta name="text:border size" content="1"/>
- <meta name="text:title" content="I wasn't cut out for retirement anyways.">
- <meta name="text:description" content="I never was an assassin. I killed only because it was necessary.">
- <meta name="text:font size" content="20">
- <meta name="text:redirect link" content="/tagged/taghere"/>
- <meta name="text:links divider" content="×">
- <meta name="text:link 1" content="01">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="02">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="03">
- <meta name="text:link 3 url" content="/">
- <style type="text/css">
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}
- {/block:IfCustomCursor}
- img {max-width: 100%;}
- p {margin: 10px;}
- h1 {line-height: 130%;}
- big {font-size: 140%;}
- ul {list-style: square;}
- ::-moz-selection {
- background: {color:background}; color: {color:links};}
- ::selection {
- background: {color:background}; color: {color:links};}
- ::-webkit-scrollbar {
- width:10px;}
- ::-webkit-scrollbar-track {
- background-color:{color:background};}
- ::-webkit-scrollbar-thumb {
- background-color:{color:links};}
- body {
- font-family: {select:typeface};
- font-size: {text:font size}px;
- color: {color:text};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:text glow}, 0 0 2px {color:text glow};
- {/block:IfGlowText}
- background-image: url('{image:background}');
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- background-attachment: fixed;
- background-color: {color:background};}
- a:link, a:active, a:visited {
- color: {color:links};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:link glow}, 0 0 2px {color:link glow};
- {/block:IfGlowText}
- {block:IfTextUnderline}
- text-decoration: underline;{/block:IfTextUnderline}
- {block:IfNotTextUnderline}text-decoration: none;
- {block:IfNotTextUnderline}
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;}
- a:hover {
- color: {color:links hover};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- #content {
- width: 700px;
- margin:0 auto;}
- #sidebar {
- width: 250px;
- text-align: center;
- position: fixed;
- margin-left: -175px;
- padding: 10px;
- border:{text:border size}px {select:border} {color:border};
- {block:IfGlowBorder}
- filter: drop-shadow(0 0 3px {color:glow border})
- drop-shadow(0 0 3px {color:glow border});
- {/block:IfGlowBorder}
- background: linear-gradient(to right,
- {color:gradient 1},
- {color:gradient 2});}
- .blogtitle {
- text-align: center;
- font-size: 130%;
- margin-bottom: 10px;}
- .side img {
- max-width: 100%;}
- .desc {
- margin-top: 10px;
- margin-bottom: 10px;}
- .pixel {
- padding: 5px;}
- #sticker {
- bottom:0px;
- right:0px;
- position:fixed;
- z-index:-500;
- padding:0px 0px;
- background-color:{color:transparent};}
- #credit{
- padding:15px;
- position:fixed;
- bottom:0px;
- left:0px;
- font-size:20px;}
- #post {
- position: relative;
- width: 400px;
- padding: 10px;
- margin-top: 100px;
- margin-left: 200px;
- margin-bottom: 40px;
- border:{text:border size}px {select:border} {color:border};
- {block:IfGlowBorder}
- filter: drop-shadow(0 0 3px {color:glow border})
- drop-shadow(0 0 3px {color:glow border});
- {/block:IfGlowBorder}
- background: linear-gradient(to right,
- {color:gradient 1},
- {color:gradient 2});}
- #post blockquote {
- margin: 20px;
- border-left: 1px {select:border} {color:border};}
- #permap ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;}
- #permap img.avatar {
- margin: 0;
- width: 0;
- height: 0;}
- .shashin {
- position: relative; z-index: 1; width: 100px;
- filter: drop-shadow(0 0 3px {color:border});
- padding: 5px;}
- .butter {
- width: 30px;
- height: 50px;
- overflow: hidden;
- position: relative;
- z-index: 2;
- margin: 30px 0px 0px 0px;}
- .playa {
- margin-top: -97px;
- margin-left: 43px;
- position: absolute;}
- .stuff {
- width: 75%;
- position: absolute;
- margin-top: -100px;
- margin-left: 110px;
- height: 100px;
- font-size: 18px;
- line-height: 100%;}
- .spotify_audio_player {height:80px!important; width:100%!important;}
- .soundcloud_audio_player {height:150px!important; width:100%!important;}
- .q {
- text-transform: uppercase;
- margin-bottom: 10px;
- text-align: left;}
- .a {
- border: 1px {select:border} {color:border};
- text-align: center;
- color: {color:links};
- padding: 5px;
- background-color: {color:background};}
- {block:IndexPage}
- #perma {
- text-align: left;
- padding: 5px;
- margin-top: 10px;
- border: 1px {select:border} {color:border};}
- #tags {
- text-align: left;
- padding: 5px;
- margin-top: 5px;
- border: 1px {select:border} {color:border};}
- {/block:IndexPage}
- #s-m-t-tooltip {
- background-color: {color:tooltip background};
- background-image: url('{image:tooltip}');
- color: {color:tooltip font};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:tooltip font},
- 0 0 2px {color:tooltip font};
- {/block:IfGlowText}
- z-index: 999999999;
- text-transform: normal;
- text-align: center;
- font-weight: normal;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- color: {color:tip txt};
- max-width: 300px;
- word-wrap: break-word;
- padding: 5px;
- display: block;
- margin:-40px 7px -2px 20px;}
- #next{
- width: 400px;
- position: relative;
- margin-left: 200px;
- margin-bottom: 50px;
- font-size: 40px;
- text-align: center;}
- @font-face {font-family:"letters"; src: url("https://dl.dropboxusercontent.com/s/jpvm2pxtbfd2k0y/Letters%20for%20Learners.ttf?dl=0")}
- @font-face {font-family:"pokemon"; src: url("https://dl.dropboxusercontent.com/s/d9hz0y1y7o8xgbk/Pokemon%20GB.ttf?dl=0")}
- @font-face {font-family:"nintendo ds"; src: url("https://dl.dropboxusercontent.com/s/j571mthzfwzqkce/Nintendo-DS-BIOS.ttf?dl=00")}
- @font-face {font-family:"neue pixel"; src: url("https://dl.dropboxusercontent.com/s/mqbdqh1p3xn2rj9/NeuePixelSans.ttf?dl=0")}
- </style>
- </head>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
- </script>
- {block:IfRedirect}
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.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>
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="{color:neon title 1}"; // background colour
- var fgcolour="{color:neon title 2}"; // foreground colour
- var speed=80; // speed of bubbling, lower is faster
- var shades=12; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c)2003-13 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbshd;
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- function addLoadEvent(funky) {
- var oldonload=window.onload;
- if (typeof(oldonload)!='function') window.onload=funky;
- else window.onload=function() {
- if (oldonload) oldonload();
- funky();
- }
- }
- addLoadEvent(bubbagump);
- function bubbagump() { if (document.getElementById) {
- var i, fg, bg, col;
- for (bubbler=0; bubbler<=shades; bubbler++) {
- col="#";
- for (i=1; i<6; i+=2) {
- bg=parseInt(bgcolour.substring(i,i+2),16);
- fg=parseInt(fgcolour.substring(i,i+2),16);
- col+=dechex(bg+(fg-bg)*(bubbler/shades));
- }
- bubbcol[bubbler+1]=col;
- if (bubbler==Math.floor(shades/2)) bubbshd=col;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (i=0; i<bubbtxt.length; i++) {
- fg=document.createElement("span");
- fg.setAttribute("id", "bubb"+i);
- fg.style.textShadow=bubbshd+" 0px 0px 2px";
- fg.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(fg);
- }
- bubbler=setInterval("bubbling()", speed);
- }}
- function dechex(dec) {
- dec=Math.floor(dec);
- return ((dec<16)?'0':'')+dec.toString(16);
- }
- function bubbling() {
- var i, bubby;
- for (i=0; i<bubbtxt.length; i++) {
- bubby=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubby.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<7.5/(shades*bubbtxt.length)) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <body>
- <div id="content">
- <div id="sidebar">
- <div class="blogtitle">
- {block:ifNotNeonTitle}<a href="/">{text:title}</a>
- {/block:ifNotNeonTitle}
- {block:ifNeonTitle}<a href="/">
- <span id="bubble">{text:title}</span></a>{/block:ifNeonTitle}
- </div>
- <div class="side"><a href="/"><img src="{image:sidebar}"></a></div>
- <div class="desc">{text:description}</div>
- <div class="links">
- <a href="{text:link 1 url}">{text:link 1}</a> {text:links divider}
- <a href="{text:link 2 url}">{text:link 2}</a> {text:links divider}
- <a href="{text:link 3 url}">{text:link 3}</a>
- </div>
- {block:ifDescPixel}
- <div class="pixel"><img src="{image:pixel}"></div>
- {/block:ifDescPixel}
- </div>
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}<a href="{Permalink}"><big>{Title}</big></a>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- "{Quote}"
- {block:Source}— {Source}{/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>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div class="q"><big>{Asker}</big></div>
- <div class="a">{Question}</div>
- <center>{Answer}</center>
- {/block:Answer}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{Permalink}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Audio}{block:AudioPlayer}
- {block:AlbumArt}<img src="{AlbumArtUrl}" class="shashin"><div class="playa"><div class="butter">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}</div></div>{/block:AlbumArt}<div class="stuff">{block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}{block:TrackName}<B>TRACK</B> {TrackName}<br>{/block:TrackName}{block:Artist}<B>ARTIST</B> <em>{Artist}</em><br>{/block:Artist}
- {block:Album}<B>ALBUM</B> {Album}{/block:Album}</div>{/block:AudioPlayer}
- {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
- {/block:Audio}
- {block:ifNotHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifNotHideCaption}
- {block:PermalinkPage}
- <div id="permap">
- {block:ifHideCaption}<p>{block:Caption}{Caption}{/block:Caption}</p>{/block:ifHideCaption}
- {block:NoteCount}<b>Notes</b> <a href="{Permalink}">{NoteCount}</a><br>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <b>Via</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>{/block:RebloggedFrom}
- {block:ContentSource}
- <b>Source</b> <a href="{SourceURL}">{SourceTitle}</a>
- <br>{/block:ContentSource}
- {block:HasTags}<b>Tags</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}</div>
- {/block:PermalinkPage}
- {block:IndexPage}<div id="perma">
- <a href="{ReblogURL}" style="float:right;">↺</a>
- <a href="{Permalink}" data-toggle="tooltip" title="{TimeAgo}">{NoteCount}N</a>
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>{/block:HasTags}
- {/block:IndexPage}
- </div>
- {/block:Posts}
- <div id="next">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">↞</a> {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">↠</a></p>{/block:NextPage}{/block:Pagination}</div>
- </div>
- </div>
- <div id="credit">
- <a href="https://ps1.tumblr.com/" title="@ps1" data-toggle="tooltip">⨻</a>
- </div>
- <div id="sticker"><img src="{image:sticker}"></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment