Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--Farahmir base code-->
- <!DOCTYPE html>
- <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}
- <!--Default Variables-->
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="text:Previous Url" content=""/>
- <meta name="text:Current Url" content=""/>
- <meta name="image:Background Image" content=""/>
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- @font-face{font-family:Novescentosa Sans Wide Light;src:url(http://static.tumblr.com/erco4xd/Vvqnbum0k/novecentosanswide-light-webfont.ttf);}
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- }
- /*basics*/
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;
- }
- body {
- background: url({image:Background Image}) no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color: transparent;
- text-shadow: 0 0 10px {color:text};}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {font-size:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;}
- #ok{
- font-family:dotum;
- font-size:10px;
- text-align:center;
- margin-top:200px;
- color:{color:text};
- }
- #goof {
- font-family:dotum;
- font-size:10px;
- text-align:center;
- margin-left:100px;
- margin-top:60px;
- color:{color:text};
- }
- #no {
- font-family:dotum;
- font-size:20px;
- text-align:center;
- margin-top:60px;
- margin-left:240px;
- color:{color:text};
- }
- #you {
- font-family:dotum;
- font-size:10px;
- text-align:center;
- margin-top:60px;
- margin-left:240px;
- color:{color:text};
- }
- {CustomCSS}
- </style>
- <div id="ok">
- <a href="http://{text:previous url}.tumblr.com">{text:previous url}</a>
- </div>
- <div id="goof">has a new url! the new one is:</div>
- <div id="no">
- <a href="http://{text:current url}.tumblr.com">{text:current url}</a>
- </div>
- <div id="you"><big><a href="http://7yl.tumblr.com">(c)</a></big></div>
- </head>
- <body>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment