Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ♡ rocrick rules theme by boyfriended ♡
- and you know what? he does
- basecode by @slainez
- -->
- <!doctype html>
- <html>
- <link href="https://fonts.googleapis.com/css?family=Short+Stack&display=swap" rel="stylesheet">
- <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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{rss}">
- <meta name="image:favicon" content="">
- <meta name="image:sidebar" content="">
- <meta name="image:background" content="" />
- <meta name="color:bg color" content="#fff">
- <meta name="color:post color" content="#fff">
- <meta name="color:text" content="#000">
- <meta name="color:link color" content="#d34e">
- <meta name="color:link hover" content="#d34e">
- <meta name="color:link glow" content="#000000"/>
- <meta name="color:border" content="#000">
- <meta name="color:border glow" content="#000">
- <meta name="color:scrollbar bg" content="#fff"/>
- <meta name="color:scrollbar thumb" content="#000"/>
- <meta name="color:selection bg" content="#fff"/>
- <meta name="color:selection text">
- <meta name="color:tooltip" content="#ffffff"/>
- <meta name="color:tooltip text" content="#6d6d6d"/>
- <meta name="if:redirect" content=""/>
- <meta name="if:cover bg" content=""/>
- <meta name="if:border" content="" />
- <meta name="if:border glow" content="" />
- <meta name="if:glow links" content="" />
- <meta name="if:title" content=""/>
- <meta name="if:title border" content="" />
- <meta name="if:title bg" content="" />
- <meta name="if:wobble" content=""/>
- <meta name="text:font size" content="12px">
- <meta name="text:links size" content="15px">
- <meta name="text:border size" content="3px">
- <meta name="text:link margin" content="-50px">
- <meta name="text:sidebarhover" content="why the FUCK is sans in smash">
- <meta name="text:description" content="using one of my themes? fucking loser"/>
- <meta name="text:custom title" content="holy shitttt"/>
- <meta name="text:redirect" content=""/>
- <meta name="text:link1" content="I">
- <meta name="text:url1" content="">
- <meta name="text:link2" content="II">
- <meta name="text:url2" content="">
- <meta name="text:link3" content="III">
- <meta name="text:url3" content="">
- <meta name="text:link4" content="IV">
- <meta name="text:url4" content="">
- <meta name="text:link1h" content="home">
- <meta name="text:link2h" content="ask">
- <meta name="text:link3h" content="about">
- <meta name="text:link4h" content="archive">
- <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: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">
- <head>
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed of wobbling, lower is faster
- var height=3; // height of wobbling in pixels
- var alink=""; // page to link text to (set to ="" for no link)
- /****************************
- * Wobbly Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- </script>
- {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}
- <style type="text/css">
- ::selection {
- background: {color:selection bg};
- color:{color:selection text};
- }
- ::-moz-selection {
- background: {color:selection bg};
- color:{color:selection text};
- }
- ::-webkit-scrollbar {width: 10px; background-color:{color:scrollbar bg};}
- ::-webkit-scrollbar-thumb {border-radius: 0px; background: {color:scrollbar thumb};}
- }
- .tooltip{
- display:inline;
- position:relative;
- }
- #s-m-t-tooltip{
- max-width:300px;
- padding:5px;
- margin:20px 7px -2px 20px;
- background-color:{color:tooltip};
- letter-spacing:1px;
- text-align:center;
- color:{color:tooltip text};
- z-index:99999999999999999999;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- body {
- color: {color:text};
- font-size: {text:fonts size};
- font-family: {select:font};
- word-wrap: break-word;
- background-color:{color:bg color};
- 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}
- }
- a {
- color:{color:link color};
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- }
- .entry {
- width:500px;
- margin-bottom:20px;
- font-size:{text:font size};
- background-color:{color:post color};
- padding:5px;
- {block:ifborder}
- border-width:{text:border size};
- border-style:{select:border type};
- border-color:{color:border};
- {block:ifborderglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:border glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:border glow};
- box-shadow: 0px 0px 4px 2px {color:border glow};{/block:ifborderglow}
- {/block:ifborder}
- }
- .entry img{
- max-width:100%;
- height:auto;
- }
- .tags {
- max-height:0px;
- line-height:130%;
- text-align:left;
- font-size:{text:font size};
- opacity:0;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .entry:hover .tags{
- opacity:1;
- max-height:300px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- #sidebar {
- width:200px;
- margin-left:90px;
- position:fixed;
- background-color:{color:post color};
- padding:5px;
- {block:ifnottitle}
- margin-top:0px;
- {/block:ifnottitle}
- {block:iftitle}
- {block:ifwobble}
- margin-top:50px;
- {/block:ifwobble}
- {block:ifnotwobble}
- margin-top:50px;
- {/block:ifnotwobble}
- {/block:iftitle}
- {block:ifborder}
- border-width:{text:border size};
- border-style:{select:border type};
- border-color:{color:border};
- {block:ifborderglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:border glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:border glow};
- box-shadow: 0px 0px 4px 2px {color:border glow};{/block:ifborderglow}
- {/block:ifborder}
- }
- #sidebarimg img {
- width:200px;
- }
- #description{
- {block:ifdescription}
- width:200px;
- margin-left:-7px;
- margin-top:20px;
- position:fixed;
- background-color:{color:post color};
- padding:5px;
- {block:ifborder}
- border-width:{text:border size};
- border-style:{select:border type};
- border-color:{color:border};
- {block:ifborderglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:border glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:border glow};
- box-shadow: 0px 0px 4px 2px {color:border glow};{/block:ifborderglow}
- {/block:ifborder}
- {/block:ifdescription}
- }
- #container {
- width:520px;
- margin-left:350px;
- margin-top:50px;
- margin-bottom:50px;
- }
- #boys {
- width:auto;
- text-align:right;
- margin-left:{text:link margin};
- position:fixed;
- font-size: 20px;
- font-size: {text:links size};
- font-family: {select:font};
- line-height: 1.6;
- padding
- }
- #penis {
- width:502px;
- margin-bottom:10px;
- text-align:center;
- font-size: 32px;
- {block:iftitlebg}
- background-color:{color:post color};
- {block:iftitlebg}
- {block:iftitleborder}
- padding:5px;
- border-width:{text:border size};
- border-style:{select:border type};
- border-color:{color:border};
- {block:ifborderglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:border glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:border glow};
- box-shadow: 0px 0px 4px 2px {color:border glow};{/block:ifborderglow}
- {/block:iftitleborder}
- }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="boys">
- <a href="{text:url1}" title="{text:link1h}">{text:link1}</a><br>
- <a href="{text:url2}" title="{text:link2h}">{text:link2}</a><br>
- <a href="{text:url3}" title="{text:link3h}">{text:link3}</a><br>
- <a href="{text:url4}" title="{text:link4h}">{text:link4}</a>
- {block:pagination}
- {block:previouspage}
- <a href="{previouspage}">back</a><br>
- {/block:previouspage}
- {block:nextpage}
- <a href="{nextpage}">next</a>
- {/block:nextpage}
- {/block:pagination}
- </div>
- <center>
- <div id="sidebarimg">
- <div id="sbimg1"><a href="/" title="{text:sidebarhover}"><img src="{image:sidebar}" width="200px"></a></div>
- </div>
- {block:ifdescription}
- <div id="description"><Center>{text:description}<div class="blink_me"></Center>{/block:ifdescription}
- </center>
- </div>
- <div id="container">
- <div id="penis">
- {block:iftitle}
- {block:ifwobble}
- <div id="wobble">
- {text:custom title}
- </div>
- {/block:ifwobble}
- {block:ifnotwobble}
- {text:custom title}
- {/block:ifnotwobble}
- {/block:iftitle}
- </div>
- {block:posts}
- <center>
- <div class="entry">
- {block:text}
- {block:title}<h3>{title}</h3>{/block:title}
- {body}
- {/block:text}
- {block:photo}
- <img src="{photourl-500}" alt="{photoalt}"/>
- {block:caption}{caption}{/block:caption}
- {/block:photo}
- {block:photoset}
- {photoset-500}
- {block:caption}<p>{caption}</p>{/block:caption}
- {/block:photoset}
- {block:quote}
- <h3>"{quote}"</h3>
- {block:source}<p>{source}</p>{/block:source}
- {/block:quote}
- {block:link}
- <h3><a href="{url}">{name}</a></h3>
- {block:description}<p>{decription}</p>{/block:description}
- {/block:link}
- {block:chat}
- {block:title}<h3>{title}</h3>{/block:title}
- {block:lines} {block:label}{label}{/block:label} {line}<br>{/block:lines}
- {/block:chat}
- {block:Audio}
- <div class="playerbox"><div class="player">{AudioPlayerWhite}</div></div>
- {block:AlbumArt}<center><img src="{AlbumArtURL}" width="200" border-radius="100px"></center>{/block:AlbumArt}
- <center>{block:Artist}<b>{Artist}</b>{/block:Artist} /
- {block:TrackName}<i>{TrackName}</i>{/block:TrackName}</center>
- {Caption}
- {/block:Audio}
- {block:video}
- {video-500}
- {block:caption}{caption}{/block:caption}
- {/block:video}
- {block:answer}
- {asker}: {question}
- {answer}
- {/block:answer}
- {block:Date}
- <div class="footer">
- <a href="{Permalink}"><a href="{Permalink}" title="{timeago}">{notecount}</a> / <a href="{ReblogURL}">rb</a></form></a>
- <!-- {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}
- <br>
- <div class="tags"> {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> {/block:RebloggedFrom}{block:ContentSource} x <a href="{SourceURL}" title="{SourceTitle}"> source</a>{/block:ContentSource}
- <br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- <a style="position:fixed;left:3px;bottom:3px;" <a href="https://boyfriended.tumblr.com/" title="theme by artie =]">♜</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement