Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!----
- Redirect Theme for Theme 37 - "Cherry Blossom" by Elowen (theghostoflove.tumblr.com)
- Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
- --->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background1" content="#ffffff">
- <meta name="color:Background2" content="#fcd9df">
- <meta name="color:Title" content="#f894a5">
- <meta name="if:Turn Off Blossoms" content="0">
- <meta name="image:Background" content="">
- <meta name="image:Image" content="https://i64.tinypic.com/2643mdt.jpg">
- <meta name="text:Image Width" content="130px">
- <meta name="text:Old URL">
- <meta name="text:New URL">
- <meta name="text:1Red" content="255">
- <meta name="text:2Green" content="255">
- <meta name="text:3Blue" content="255">
- <style type="text/css">
- /**BASICS**/
- body {
- text-align:justify;
- margin-left:20px;
- width:500px;
- margin:0 auto;
- color:{color:Body};
- {block:ifBackgroundImage}background:{color:background2} url('{image:background}');{/block:ifBackgroundImage}
- background-attachment:fixed;
- }
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:2px 2px 0px 10px}
- ::selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);background-color: {color:title};}
- ::-moz-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);background-color: {color:title};}
- ::-webkit-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);background-color: {color:title};}
- a {text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
- #container {width:100%;margin: 0 -220px auto;}
- #box {
- z-index: 20;
- text-align: center;
- width:755px;
- height: 100px;
- position:fixed;
- margin-top:150px;
- margin-left:77px;
- padding:50px 15px;
- font-family: 'Clicker Script'; font-size: 32px;
- color:{color:title};
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.6);
- }
- #box a {color:{color:title};}
- #box img {width:{text:Image width};}
- #s-m-t-tooltip {
- padding:5px;
- margin:20px 14px 7px 10px;
- border:1px solid {color:border};
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- font-size:10px;
- letter-spacing:1px;
- color:{color:title};
- z-index:99999999;
- }
- #credit {
- z-index:99999999999;
- font-weight:bold;
- text-align:center;
- font-size:20px;
- font-family:'Montez';
- position:fixed;
- bottom:5px; right:5px;
- }
- #credit a {
- display:inline-block;
- height:20px; width:20px;
- padding:2px 3px;
- background-color:{color:title};
- color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- }
- #credit a:hover {
- border-radius: 50%;
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- color:{color:title}};
- }
- /**DO NOT EDIT BELOW THIS**/
- #background {
- position:fixed;
- background: {block:ifNotBackgroundImage}-webkit-linear-gradient(top, {color:Background1}, {color:Background2}); -webkit-gradient(linear, 0% 0%, 0% 100%, from({color:Background1}), to({color:Background2})); -moz-linear-gradient(top, {color:Background1}, {color:Background2}); -ms-linear-gradient(top, {color:Background1}, {color:Background2}); -o-linear-gradient(top, {color:Background1}, {color:Background2});{/block:ifNotBackgroundImage} {block:ifNotTurnOffBlossoms}url('https://31.media.tumblr.com/474d1a1f6c42ef2066b541274601313c/tumblr_inline_nbbo4dxBZJ1qk6lff.png') repeat 5% 5%{/block:ifNotTurnOffBlossoms};
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:1;
- -webkit-animation-name: STAR-MOVE;
- -webkit-animation-duration: 240s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- #midground {
- background: url('https://31.media.tumblr.com/584a3e5379f8e47bf17913586830ff68/tumblr_inline_nbboo2AEhI1qk6lff.png') repeat 20% 20%;
- position:fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:2;
- -webkit-animation-name: STAR-MOVE;
- -webkit-animation-duration: 180s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- #foreground {
- background: url('https://31.media.tumblr.com/474d1a1f6c42ef2066b541274601313c/tumblr_inline_nbbo4dxBZJ1qk6lff.png') repeat 35% 35%;
- position:fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:3;
- -webkit-animation-name: STAR-MOVE;
- -webkit-animation-duration: 120s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- @-webkit-keyframes STAR-MOVE {
- from {
- background-position: 0% 0%
- }
- to {
- background-position: 200% 700%
- }
- }
- /**End**/
- {CustomCSS}</style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/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>
- <link href='https://fonts.googleapis.com/css?family=Clicker+Script|Montez' rel='stylesheet' type='text/css'>
- </head>
- <body>
- <div id="background"></div>
- {block:ifNotTurnOffBlossoms}<div id="midground"></div>
- <div id="foreground"></div>{/block:ifNotTurnOffBlossoms}
- <div id="container">
- <div id="box">
- <script type="text/javascript">
- document.write('<a href="https://{text:New URL}.tumblr.com' + window.location.pathname + '" id="moved">{text:Old URL} has moved to <span>{text:New URL}</span></a>');
- </script>
- <br><img src="{image:Image}">
- </div>
- </div>
- <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="enchantingly" target="_blank">E</a></div>
- </div> <!--background-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment