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 12 - "Lady in Lavender" 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:Background" content="#d0bce6">
- <meta name="color:Box" content="#ebd7b2">
- <meta name="color:Title" content="#b90404">
- <meta name="image:Background" content="">
- <meta name="image:Image" content="https://i67.tinypic.com/66i1ip.jpg">
- <meta name="text:Image Width" content="200px">
- <meta name="text:Old URL" content="">
- <meta name="text:New URL" content="">
- <style type="text/css">
- /**BASICS**/
- body {
- text-align:justify;
- margin-left:20px;
- width:500px;
- margin:0 auto;
- background:{color:Background} url('{image:Background}');
- background-attachment:fixed;
- color:{color:Body};
- }
- ::selection {color:{color:box};background-color: {color:title};}
- ::-moz-selection {color:{color:box};background-color: {color:title};}
- ::-webkit-selection {color:{color:box};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;}
- #text {
- margin-top:150px;
- width:500px;
- text-align:center;
- }
- #box {
- text-align: center;
- border-radius:50%;
- width:500px; height: 500px;
- position:fixed;
- margin-top:50px;
- margin-left:230px;
- background-color:{color:box};
- font-family: 'Montez'; font-size: 50px;
- }
- #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:{color:box};
- 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:25px; width:25px;
- padding:3px 3px;
- background-color:{color:title};
- color:{color:box};
- }
- #credit a:hover {
- border-radius: 50%;
- background-color:{color:box};
- color:{color:title}};
- }
- </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=Montez' rel='stylesheet' type='text/css'>
- </head>
- <body>
- <div id="container">
- <div id="box">
- <div id="text"><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>
- <p><img src="{image:Image}"></div>
- </div>
- </div>
- <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="enchantingly" target="_blank">E</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment