alicescreed

base page code

Dec 3rd, 2023
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. <html>
  2.  
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
  6.  
  7. <!-- 002 DITTO muse page by anahilation
  8. thanks for using my page! i hope you enjoy.
  9. please don't remove credit or claim as your own. -->
  10.  
  11. <title>{title}</title>
  12. <head>
  13.  
  14. <style type="text/css">
  15.  
  16. @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;800&display=swap');
  17.  
  18.  
  19.  
  20. body {
  21. background-color: #f5eded;
  22. letter-spacing: 0px;
  23. font-family: 'Work Sans', sans-serif;
  24. color: #3f3434;
  25. font-size: 9pt;
  26. }
  27.  
  28. #container {
  29. margin: 0 auto;
  30. width: 700px;
  31. padding: 50px;
  32. position: float;
  33. }
  34.  
  35. a {
  36. text-decoration: none;
  37. color: #000;
  38. transition-duration: 0.6s;
  39. -moz-transition-duration: 0.6s;
  40. -webkit-transition-duration: 0.6s;
  41. -o-transition-duration: 0.6s;
  42. }
  43.  
  44. a:hover {
  45. color: #ff8484;
  46. transition-duration: 0.6s;
  47. -moz-transition-duration: 0.6s;
  48. -webkit-transition-duration: 0.6s;
  49. -o-transition-duration: 0.6s;
  50. }
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {
  53. background-color: transparent;
  54. height:auto;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb:horizontal {
  58. background-color: transparent;
  59. height:2px;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:3px;
  64. width:3px;
  65. background-color: transparent;
  66. }
  67.  
  68. h1 {
  69.  
  70. }
  71.  
  72. #credit {
  73. right:10px;
  74. bottom:7px;
  75. padding:5px;
  76. font-size:10px;
  77. position:fixed;
  78. text-align: center;
  79. font-style: italic;
  80. letter-spacing: 1px;
  81. border: 1px solid #d9cdcd;
  82. padding: 5px;
  83. background-color: #fff;
  84. font-size: 120%;
  85. margin-bottom: 5px;
  86. transition-duration: 0.6s;
  87. -moz-transition-duration: 0.6s;
  88. -webkit-transition-duration: 0.6s;
  89. -o-transition-duration: 0.6s;
  90. }
  91.  
  92. #credit a {
  93. color: #ff8484;
  94. }
  95.  
  96. </style>
  97.  
  98. </head>
  99.  
  100. <body>
  101.  
  102.  
  103. <div id="credit">
  104. <a href="https://anahilation.tumblr.com/" title="theme by ana"><span class="material-symbols-outlined">gesture</span></a>
  105. </div>
  106.  
  107.  
  108. </body>
  109.  
  110. </html>
  111.  
Advertisement
Add Comment
Please, Sign In to add comment