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">
- <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}
- <!----if you need help setting this up, feel free to ask--->
- <head>
- <style type="text/css">
- ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
- ::-webkit-scrollbar-corner {background:#ffffff}
- ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
- ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
- }
- body {
- background-image: url(http://29.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo5_250.png);
- margin:0px;
- color:#cecccc;
- font-family:calibri;
- font-size:9px;
- padding:5px;
- }
- a {
- color:#cecccc;
- text-decoration:none;
- outline:none;
- opacity:1 ;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- a:hover {
- color:#1d1d1d;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- #stuff{
- margin-bottom:35px;
- margin-top:100px;
- margin-left:35%;
- background:#ffffff;
- height:205px;
- width:340px;
- border-top:2px solid #f0f0f0;
- border-right:2px solid #f0f0f0;
- border-left:2px solid #f0f0f0;
- border-bottom:2px solid #f0f0f0;
- }
- .style{
- margin-bottom:2px;
- background:#ffffff;
- text-align:center;
- width:295px;
- padding:20px;
- letter-spacing: 2px; color:#a8a8a8; text-align:justify
- }
- #themeslink a{
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- display: inline-block;
- text-transform: lowercase;
- letter-spacing: 2px;
- color:#ffffff;
- background:#D0CECF;
- text-align:center;
- width:55px;
- padding:5px 2px 5px 2px;
- }
- #themeslink a:hover{
- background:#fff;
- color:#D0CECF;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- #credit {
- position:fixed;
- background: #fff;
- left:8px;
- bottom:8px;
- padding:5px;
- text-transform:lowercase;
- letter-spacing:1px;
- font-size:10px;
- {CustomCSS}</style>
- </head>
- <body>
- <div id="stuff">
- <div class="style">
- <!----this is where you add what you would like to write--->
- This theme can be turned into anything, but it's mainly a redirect page.
- <p>Please don't remove credit, I worked hard on this!</p>
- <p>Don't use it as a base code, ask for one and I will give it to you :)
- <p>Let me know if you need help on this, I can always edit the way you want if you can't figure it out.</p></div>
- <center><div id="themeslink">
- <a href="/">AGREED</a>
- <a href="http://www.tumblr.com/dashboard">DISAGREED</a></div>
- </div></div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <!----please dont remove credit, i work hard on my themes :)--->
- <div id="credit"><a href="http://inspiredbylou.tumblr.com/" target="_blank">theme</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment