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>
- <!--- Page 01 by wonderfullythemes --->
- <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}
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:#000;
- }
- ::-webkit-scrollbar {
- height:4px;
- width:4px;
- padding-right:2px;
- background-color:#fff;
- }
- body {
- background-color:#fff;
- font-family:'calibri';
- font-size:12px;
- font-style:none;
- font-weight:none;
- text-transform:none;
- text-decoration:none;
- line-height:100%;
- margin:0px;
- }
- h1 {
- font-family:'monotype corsiva';
- font-size:17px;
- letter-spacing:1px;
- }
- a:link, a:visited, a:active {
- color:#069d65;
- text-decoration:none;
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:#dc2986;
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*-- THE BOX --*/
- #container {
- height:290px;
- width:290px;
- margin-top:150px;
- margin-left:500px;
- padding:10px;
- position:fixed;
- background-color:#fff;
- border:3px solid #069d65;
- overflow-y:scroll;
- }
- /*-- TITLE --*/
- #title {
- margin-top:-40px;
- margin-left:0px;
- width:300px;
- font-family:'monotype corsiva';
- font-size:30px;
- position:fixed;
- text-align:center;
- letter-spacing:6px;
- }
- /*-- LINKS TO THE RIGHT OF THE BOX --*/
- .links {
- width:25px;
- font-family:'calibri';
- padding:7px;
- text-align:right;
- text-transform:uppercase;
- position:fixed;
- margin-top:200px;
- margin-left:820px;
- opacity:1;
- }
- .links a {
- width:25px;
- padding:5px;
- text-align:right;
- font-size:11px;
- margin-bottom:7px;
- border-bottom:1px solid #000;
- letter-spacing:0px;
- background-color:#e4e4e4;
- line-height:20px;
- letter-spacing:1px;
- text-decoration:none;
- text-transform:uppercase;
- color:#069d65;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .links a:hover {
- color:#fff;
- background-color:#000;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*-- AGREE/DISAGREE LINKS --*/
- #agree {
- width:250px;
- margin-top:480px;
- margin-left:570px;
- position:fixed;
- }
- #agree a {
- width:50px;
- padding:5px;
- text-align:right;
- font-size:11px;
- margin-bottom:7px;
- border-bottom:1px solid #000;
- letter-spacing:0px;
- background-color:#e4e4e4;
- line-height:20px;
- letter-spacing:4px;
- text-transform:uppercase;
- text-decoration:none;
- color:#069d65;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #agree a:hover {
- color:#fff;
- background-color:#000;
- text-align:right;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*-- CREDIT. DO NOT REMOVE OR CHANGE --*/
- #cred {
- position:fixed;
- font-family:'calibri';
- text-transform:none;
- text-decoration:none;
- font-size:8px;
- right:9px;
- bottom:9px;
- padding:4px;
- letter-spacing:1px;
- }
- </style></head><body>
- <div id="container">
- <div id="title">Rules</div>
- <h1>You Can:</h1>
- <ul>
- <li>enter text here</li>
- </ul>
- <h1>You Can't</h1>
- <ul>
- <li>enter text here</li>
- </ul>
- <h1>Additional Rules:</h1>
- <ul>
- <li>enter text here</li>
- </ul>
- As always, if you write a lot then a scrollbar will appear c: If you have any questions, feel free to send <a href="http://wonderfullythemes.tumblr.com">me</a> and ask!
- </div>
- </div>
- <div class="links"> <!-- Change these as you like, but leave the credit alone please and thanks -->
- <a href="URL HERE">Home</a><br><br><br>
- <a href="URL HERE">Ask</a><br><br><br>
- <a href="URL HERE">link</a><br><br><br>
- <a href="http://wonderfullythemes.tumblr.com">Credit</a><br><br><br>
- </div>
- <div id="agree"> <!-- change the url and title to what you want -->
- <a href="URL HERE">Agree</a>
- <a href="URL HERE">Disagree</a></div>
- <!-- DO NOT REMOVE -->
- <div id="cred">
- <a href="http://wonderfullythemes.tumblr.com/">Theme</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement