Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-- Page #2 V2, Saved URL by nerdydean. Keep the credit intact, edit as much as you like, and message me if you have any problems. -->
- <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="#ffffff"/>
- <meta name="color:Sidebar" content="#ffffff"/>
- <meta name="color:Text" content="#a7a7a7"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Line" content="#f2f2f2"/>
- <meta name="color:Border" content="#e4e4e4"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="text:yourURL" content="URL don't worry about the .tumblr.com" />
- <meta name="text:Link1" content="owner" />
- <meta name="text:Link2" content="negotiate" />
- <meta name="text:Link3" content="another link if you want if not just leave the text blank and it will go away" />
- <meta name="text:Link3 URL" content="/" />
- <meta name="color:textselect background" content="#000000" />
- <meta name="color:textselect fontcolor" content="#ffffff" />
- <style type="text/css">
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- ::selection {
- background: {color:textselect background};
- color: {color:textselect fontcolor};
- }
- ::-moz-selection {
- background: {color:textslect background};
- color: {color:textselect fontcolor};
- }
- ::-webkit-selection {
- background: {color:textselect background};
- color: {color:textselect fontcolor};
- }
- #sidebar {
- width:500px;
- height:700px;
- position:fixed;
- margin-left:790px;
- margin-top:-10px;
- opacity:.80;
- background-color:{color:Sidebar};
- }
- #sidebarimage {
- width 150px;
- }
- #sidebarimage img {
- margin-left:-160px;
- margin-top:255px;
- width:150px;
- height:150px;
- }
- .links {
- width:255px;
- height:5px;
- padding: 9px;
- font-size:8px;
- font-family:times;
- text-align:center;
- margin-top:-180px;
- margin-left:-255px;
- text-align:center;
- text-transform:lowercase;
- word-spacing:7px;
- position:fixed;
- padding-bottom:7px;
- border-top:solid 1px;
- padding:6px;
- border-color: {color:border};;
- border-bottom:solid 1px;
- padding:6px;
- border-color: {color:border};;
- }
- .links a {
- font-size: 8px;
- }
- .links a:hover {
- color:{color:Hover}
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- #description {
- position:fixed;
- font-family:times;
- line-height:90%;
- font-size:9px;
- font-style:none;
- width:70px;
- margin-top:-110px;
- padding:8px;
- margin-left:-250px;
- text-align:right;
- color:{color:text};
- }
- #description a {color:{color:text}; -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
- #credit {
- position:fixed;
- font-size:8px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:2px;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- text-align:center;
- }
- #credit a {
- padding:3px;
- color:{color:text};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}
- </style></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">
- <center>{Description}</center>
- </div>
- <div class="links">
- <a href="http://www.{text:yourURL}.tumblr.com">{text:Link1}</a>
- <a href="http://www.{text:yourURL}.tumblr.com/ask">{text:Link2}</a>
- <a href="{text:Link3 url}">{text:link3}</a>
- </div>
- <div id="credit"><a href="http://hellish.co.vu">theme</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment