Advertisement
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}
- <!----Theme rules by damnbritts. Please don't steal.--->
- <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-color;#fff;
- margin:0px;
- color:#cecccc;
- font-family:Calibri;
- font-style:italic;
- font-size:10px;
- padding:5px;
- line-height:100%;
- }
- 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:20px;
- margin-top:100px;
- margin-left:450px;
- font-style:normal;
- background:#ffffff;
- font-size:12px;
- font-family:cambria;
- line-height:150%;
- text-align:center;
- height:210px;
- width:440px;
- }
- #title {
- font-size:45px;
- color:#454545;;
- font-family:times;
- text-transform:justify;
- font-style:normal;
- margin-left:-10px;
- margin-top:100px;
- width:460px;
- line-height:100%;
- border-bottom: 1px solid #454545;
- }
- .style{
- margin-bottom:25px;
- text-align:center;
- background:#ffffff;
- text-align:center;
- width:400px;
- padding:20px;
- letter-spacing: 2px; color:#a8a8a8; text-align:justify
- }
- #themeslink{
- margin-left:-13px;
- margin-top:-40px;
- }
- #themeslink a{
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- display: inline-block;
- text-transform: uppercase;
- font-family:times;
- font-size:8px;
- letter-spacing: 2px;
- color:#ffffff;
- margin-top:-20px;
- margin-left:10px;
- background:#454545;;
- text-align:center;
- width:60px;
- padding:5px 8px 5px 5px;
- }
- #themeslink a:hover{
- background:#ffffff;
- color:#454545;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="stuff">
- <div id="title">Theme Rules
- </div>
- <div class="style">
- <big><center>1. State your first rule here</center></big>
- <small><center>Explain your first rule or restate it. You can leave it blank if you want.</center></small><br>
- <big><center>2. State your second rule here</center></big>
- <small><center>Explain your second rule or restate it. You can leave it blank if you want.</center></small><br>
- <big><center>3. State your third rule here</center></big>
- <small><center>Explain your third rule or restate it. You can leave it blank if you want.</center></small><br>
- <big><center>4. State your fourth rule here</center></big>
- <small><center>Explain your fourth rule or restate it. You can leave it blank if you want.</center></small><br></div>
- <center><div id="themeslink">
- <a href="http://tumblr.com/logout">AGREED</a>
- <a href="http://damnbrittsthemes.tumblr.com">DISAGREED</a></div>
- </div></div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div style="bottom:10px; right:10px; position:fixed; background:#585858; padding:3px; border:1px solid #a8a8a8; font-size:9px; color:#d5d5d5;"><a href="http://damnbritts.tumblr.com">CREDIT</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement