Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
- <!-- 002 DITTO muse page by anahilation
- thanks for using my page! i hope you enjoy.
- please don't remove credit or claim as your own. -->
- <title>{title}</title>
- <head>
- <style type="text/css">
- @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;800&display=swap');
- body {
- background-color: #f5eded;
- letter-spacing: 0px;
- font-family: 'Work Sans', sans-serif;
- color: #3f3434;
- font-size: 9pt;
- }
- #container {
- margin: 0 auto;
- width: 700px;
- padding: 50px;
- position: float;
- }
- a {
- text-decoration: none;
- color: #000;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- a:hover {
- color: #ff8484;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: transparent;
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: transparent;
- height:2px;
- }
- ::-webkit-scrollbar {
- height:3px;
- width:3px;
- background-color: transparent;
- }
- h1 {
- }
- #credit {
- right:10px;
- bottom:7px;
- padding:5px;
- font-size:10px;
- position:fixed;
- text-align: center;
- font-style: italic;
- letter-spacing: 1px;
- border: 1px solid #d9cdcd;
- padding: 5px;
- background-color: #fff;
- font-size: 120%;
- margin-bottom: 5px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #credit a {
- color: #ff8484;
- }
- </style>
- </head>
- <body>
- <div id="credit">
- <a href="https://anahilation.tumblr.com/" title="theme by ana"><span class="material-symbols-outlined">gesture</span></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment