Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- ♡ peter steele theme by boyfriended ♡
- cat im a kitty cat
- basecode by animecharacter
- ----->
- {block:ifmousecircle}
- <style type="text/css">
- /* Circle Text Styles */
- #outerCircleText {
- /* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */
- font-style: italic;
- font-family: arial;
- color: #000;
- /* End Optional */
- /* Start Required - Do Not Edit */
- position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
- #outerCircleText div {position: relative;}
- #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
- /* End Required */
- /* End Circle Text Styles */
- </style>
- <script type="text/javascript">
- /* Circling text trail- Tim Tilton
- Website: http://www.tempermedia.com/
- Visit: http://www.dynamicdrive.com/ for Original Source and tons of scripts
- Modified Here for more flexibility and modern browser support
- Modifications as first seen in http://www.dynamicdrive.com/forums/
- username:jscheuer1 - This notice must remain for legal use
- */
- ;(function(){
- // Your message here (QUOTED STRING)
- var msg = "{text:circle txt}";
- /* THE REST OF THE EDITABLE VALUES BELOW ARE ALL UNQUOTED NUMBERS */
- // Set font's style size for calculating dimensions
- // Set to number of desired pixels font size (decimal and negative numbers not allowed)
- var size = 12;
- // Set both to 1 for plain circle, set one of them to 2 for oval
- // Other numbers & decimals can have interesting effects, keep these low (0 to 3)
- var circleY = 0.75; var circleX = 2;
- // The larger this divisor, the smaller the spaces between letters
- // (decimals allowed, not negative numbers)
- var letter_spacing = 5;
- // The larger this multiplier, the bigger the circle/oval
- // (decimals allowed, not negative numbers, some rounding is applied)
- var diameter = 10;
- // Rotation speed, set it negative if you want it to spin clockwise (decimals allowed)
- var rotation = 0.4;
- // This is not the rotation speed, its the reaction speed, keep low!
- // Set this to 1 or a decimal less than one (decimals allowed, not negative numbers)
- var speed = 0.3;
- ////////////////////// Stop Editing //////////////////////
- if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
- msg = msg.split('');
- var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
- ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
- o = document.createElement('div'), oi = document.createElement('div'),
- b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,
- mouse = function(e){
- e = e || window.event;
- ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
- xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
- },
- makecircle = function(){ // rotation/positioning
- if(init.nopy){
- o.style.top = (b || document.body).scrollTop + 'px';
- o.style.left = (b || document.body).scrollLeft + 'px';
- };
- currStep -= rotation;
- for (var d, i = n; i > -1; --i){ // makes the circle
- d = document.getElementById('iemsg' + i).style;
- d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
- d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
- };
- },
- drag = function(){ // makes the resistance
- y[0] = Y[0] += (ymouse - Y[0]) * speed;
- x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
- for (var i = n; i > 0; --i){
- y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
- x[i] = X[i] += (x[i-1] - X[i]) * speed;
- };
- makecircle();
- },
- init = function(){ // appends message divs, & sets initial values for positioning arrays
- if(!isNaN(window.pageYOffset)){
- ymouse += window.pageYOffset;
- xmouse += window.pageXOffset;
- } else init.nopy = true;
- for (var d, i = n; i > -1; --i){
- d = document.createElement('div'); d.id = 'iemsg' + i;
- d.style.height = d.style.width = a + 'px';
- d.appendChild(document.createTextNode(msg[i]));
- oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
- };
- o.appendChild(oi); document.body.appendChild(o);
- setInterval(drag, 25);
- },
- ascroll = function(){
- ymouse += window.pageYOffset;
- xmouse += window.pageXOffset;
- window.removeEventListener('scroll', ascroll, false);
- };
- o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
- if (window.addEventListener){
- window.addEventListener('load', init, false);
- document.addEventListener('mouseover', mouse, false);
- document.addEventListener('mousemove', mouse, false);
- if (/Apple/.test(navigator.vendor))
- window.addEventListener('scroll', ascroll, false);
- }
- else if (window.attachEvent){
- window.attachEvent('onload', init);
- document.attachEvent('onmousemove', mouse);
- };
- })();
- </script>
- {/block:ifmousecircle}
- <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="color:background" content="#ffffff"/>
- <meta name="color:posts" content="ffffff"/>
- <meta name="color:sidebar" content="ffffff"/>
- <meta name="color:container" content="ffffff"/>
- <meta name="color:border" content="#000">
- <meta name="color:glow" content="#6d6d6d">
- <meta name="color:text" content="#000"/>
- <meta name="color:link" content="#6d6d6d"/>
- <meta name="color:link hover" content="#000"/>
- <meta name="color:text glow" content="#6d6d6d"/>
- <meta name="color:link glow" content="#6d6d6d"/
- <meta name="color:selection bg" content="#fff"/>
- <meta name="color:selection text" content="#fff"/>
- <meta name="color:tooltip" content="#ffffff"/>
- <meta name="color:tooltip text" content="#6d6d6d"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="" />
- <meta name="image:container" content="">
- <meta name="image:favicon" content="">
- <meta name="if:redirect" content=""/>
- <meta name="if:cover bg" content=""/>
- <meta name="if:post border" content="" />
- <meta name="if:container border" content="" />
- <meta name="if:container glow" content="" />
- <meta name="if:post glow" content="" />
- <meta name="if:glow links" content="" />
- <meta name="if:glow text" content="" />
- <meta name="if:sidebar glow" content="" />
- <meta name="if:sidebar border" content="" />
- <meta name="if:title" content="" />
- <meta name="if:mouse circle" content="" />
- <meta name="text:font size" content="12px">
- <meta name="text:sidebarhover" content="<3">
- <meta name="text:description" content=""/>
- <meta name="text:redirect" content=""/>
- <meta name="text:link divider" content="/"/>
- <meta name="text:border size" content="3px" />
- <meta name="text:title" content="what in the goddamn." />
- <meta name="text:circle txt" content="wheeeeeeeeee" />
- <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="select:font" content="arial">
- <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="comic sans ms">
- <meta name="select:font" content="verdana">
- <meta name="select:font" content="courier">
- <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">
- {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}
- <script src="https://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 16px;
- height: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #fff;
- background-image: url(https://i.imgur.com/Qtm9Z60.png);
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- }
- ::-webkit-scrollbar-track {
- background-color: #fff;
- background-image: url(https://i.imgur.com/IGXGYKz.png);
- }
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/WhC8iy3.png);
- width: 14px;
- height: 16px;
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/fQ18mrR.png);
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- width: 14px;
- height: 16px;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/fQ18mrR.png);
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- width: 14px;
- height: 16px;
- }
- ::selection {
- background: {color:selection bg};
- color:{color:selection text};
- }
- ::-moz-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:{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;
- }
- /*
- general text styles, fonts and colours
- */
- body {
- margin:0px;
- background:{color:background};
- color:{color:text};
- {block:ifglowtext}
- text-shadow: 0 0 3px {color:text glow}, 0 0 15px {color:text glow}, 0 0 3px {color:text glow};
- {/block:ifglowtext}
- 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}
- color:{color:text};
- font-family: {select:font};
- font-size: {text:font size};
- }
- p{
- margin:0 0 10px 0;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a {
- color:{color:link};
- text-decoration: none;
- {block:ifglowlinks}
- text-shadow: 0 0 3px {color:link glow}, 0 0 15px {color:link glow}, 0 0 3px {color:link glow};
- {/block:ifglowlinks}
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- a:hover {
- text-decoration: none;
- color:{color:link hover};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- /*
- containers etc
- */
- #sidebar {
- text-align:center;
- padding:10px;
- position:fixed;
- margin-left:-350px;
- {block:ifnottitle}
- margin-top:120px;
- {/block:ifnottitle}
- {block:iftitle}
- margin-top:50px;
- {/block:iftitle}
- width:245px;
- }
- #sidebar img {
- width:245px;
- margin-bottom:10px;
- {block:ifsidebarborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifsidebarborder}
- {block:ifsidebarglow}
- -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:ifsidebarglow}
- }
- #description {
- padding:3px;
- text-align:center;
- {block:ifsidebarborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifsidebarborder}
- {block:ifsidebarglow}
- -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:ifsidebarglow}
- background-color:{color:sidebar};
- }
- #description img {
- width:auto;
- }
- #content{
- width:400px;
- margin-left:200px;
- overflow:hidden;
- }
- #posts {
- width:400px;
- margin-left:35px;
- margin-top:20px;
- position:float;
- padding:10px;
- overflow:hidden;
- background-color:{color:posts};
- {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};{/block:ifpostglow}
- {block:IndexPage}
- margin-bottom:20px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:20px;
- {/block:PermalinkPage}
- }
- #posts 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;}
- #posts: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;}
- #nav{
- margin:50px 0 0 0;
- }
- #pagination{
- margin-top:20px;
- position:float;
- }
- /*
- content in the body of the posts - quotes, asks, etc
- "media" contains photos, photosets, videos, audio posts
- */
- .media{
- margin:0 0 10px 0;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px #000;
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:left;
- }
- /*
- post notes
- */
- ol.notes{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note img{
- width:16px;
- height:16px;
- }
- ol.notes li.note{
- margin:0px;
- }
- #con {
- left:50%;
- margin-left:-140px;
- position:absolute;
- }
- #entries {
- background:{color:container};
- background-image: url('{image:container}');
- {block:ifnottitle}
- margin-top:95px;
- {/block:ifnottitle}
- {block:iftitle}
- margin-top:5px;
- {/block:iftitle}
- {block:ifcontainerborder}
- border:{text:border size} {select:border type} {color:border};
- {/block:ifcontainerborder}
- {block:ifcontainerglow}
- -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:ifcontainerglow}
- width:500px;
- max-height:550px;
- position;fixed;
- overflow:auto;
- text-align: justify;
- }
- #fuck {
- {block:iftitle}
- width:490px;
- margin-left:5px;
- margin-top:90px;
- overflow:auto;
- text-align: justify;
- {/block:iftitle}
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="con">
- {block:iftitle}
- <div id="fuck">
- <marquee behavior="alternate">{text:title}</marquee></div>
- {/block:iftitle}
- <div id="sidebar">
- <div id="sidebar img"><a href="/" title="{text:sidebarhover}"><img src="{image:sidebar}" width="200px"></a></div>
- <div id="description">
- <a href="{text:link one url}">{text:link one}</a> {text:link divider}
- <a href="{text:link two url}">{text:link two}</a> {text:link divider}
- <a href="{text:link three url}">{text:link three}</a>
- {block:ifDescription}<Center>{text:description}<div class="blink_me"></Center>{/block:ifDescription}</div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote"><i class="fa fa-quote-left"></i> {Quote} <i class="fa fa-quote-right"></i></div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:link}
- <div id="title"><a href="{URL}"><i class="fa fa-link"></i> {Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:link}
- {block:Chat}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {/block:Text}
- {block:lines}
- {block:label}
- <br><b>{label}</b>
- {/block:label}
- {line}
- {/block:lines}
- {/block:Chat}
- {block:Photo}
- {linkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{linkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- <div class="video">{Video-400}</div>
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker} said: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
- {block:Date}
- <div class="footer">
- <a href="{Permalink}"><a href="{Permalink}" title="{timeago}">{notecount}{text:notes symbol}</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:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous page</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next page</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </body></html>
- <a style="position:fixed;left:3px;bottom:3px;" <a href="https://boyfriended.tumblr.com/" title="theme by artie 0.o">♜</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement