Advertisement
heikes

cinnamon about page

May 30th, 2020 (edited)
977
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- cinnamon about page by heike @substats !
  6. you can edit this as much as you want but dont remove credit or use as a base :)
  7. all instructions are in the code, but feel free to message me if you any further questions!
  8. also if you use this id love to see what you do with it!
  9. -->
  10.  
  11. <!-- the shortcut icon is your favicon, pick a transparent image and insert the url here-->
  12. <link rel="shortcut icon" href="https://png2.kisspng.com/sh/e7def979fef4e8a3503b80c5a4adab61/L0KzQYm3VMIxN5x1iZH0aYP2gLBuTfJ2bpdmhNG2d3nxd373ighmdF58gdDwcz3lfLLqi714cZ9si58AYXS8coG9V8dlOWNmSZC6Mkm5RoeBVcE2OmU3SacEMUG4QYO6TwBvbz==/kisspng-buffalo-wing-pixel-wings-black-wings-5ad9b0677d12a1.1296668515242159115123.png">
  13.  
  14.  
  15. <!-- this is the title that appears next to your favicon-->
  16. <title>write your title here</title>
  17.  
  18.  
  19. <!-- in the <style> section youll find every option to custumise your page! heres how the sections work:
  20.  
  21. scrollbar: you can edit the thumb color, track color, the track shadow etc, or you can set the width to 0px and make it invsible!
  22.  
  23. body: you can add an url to have an image background or an hex code to use a color instead
  24. if you use a image you can also decide if you want a cover background and the position!
  25.  
  26. title: you can edit the titles font, size, weight, shadow, color, blur effect and alignment
  27.  
  28. a and a:hover specify respectively the link and the link hover options, so you can choose color and text decoration for the link and how you want it to look when you hover on it
  29. if you dont want the blur effect, delete the -webkit-filter:blur line
  30.  
  31. content: this is what youll put in the box! if you changed the font size heres where you change the line height
  32. you can also edit the text shadow effect (or get rid of it) and the blur effect (or get rid of it)
  33.  
  34. box: your box! here too youre free to use an image background or an hex code
  35. if you want to make the box shadow much bigger i suggest making the margin bigger too or it will cover the title!
  36.  
  37. floaty img: these options edit the size and position of your floating image
  38. at the bottom of the code youll find <div id="floaty img"><img src="[...]"> where you have to add an url between the quotes to change image
  39.  
  40.  
  41.  
  42. -->
  43.  
  44. <style>
  45.  
  46. ::-webkit-scrollbar {
  47. width:10px;
  48. }
  49.  
  50. /* Track */
  51. ::-webkit-scrollbar-track {
  52. background:#ffffff;
  53. box-shadow: inset 0 0 5px #808080;
  54. }
  55.  
  56. /* Handle */
  57. ::-webkit-scrollbar-thumb {
  58. background: #ffffff;
  59. box-shadow: inset 0 0 5px #000;
  60. }
  61.  
  62.  
  63. body {
  64. font-family: times;
  65. font-size:22px;
  66. color:#000;
  67. background-image:url('add your url here and keep the quotes!');
  68. background-color: #ffffff;
  69. background-size:cover;
  70. background-position:center;
  71. background-attachment:fixed;
  72. text-align: center;
  73. }
  74.  
  75.  
  76. #title {
  77. font-weight:bold;
  78. margin:20px;
  79. font-size:40px;
  80. text-align: center;
  81. color:#000;
  82. text-shadow: 1px 1px 0.5px #000;
  83. -webkit-filter:blur(1px);
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. color:#000;
  89. text-shadow: 1px 0.5px 0.5px #000;
  90. }
  91.  
  92.  
  93. a:hover {
  94. color:#ffffff;
  95. text-shadow: 1px 1px 0.5px #000;
  96. -webkit-filter:blur(2px);
  97. }
  98.  
  99. #content {
  100. position:center;
  101. line-height: 22px;
  102. text-align:center;
  103. text-shadow: 1px 1px 0.5px #808080;
  104. -webkit-filter:blur(0.5px);
  105. overflow:auto;
  106. }
  107.  
  108.  
  109. #box{
  110. width: 500px;
  111. height: 455px;
  112. position:relative;
  113. margin:10px auto;
  114. box-shadow: 0px 0px 20px;
  115. background-image:url('add your url here and keep the quotes!');
  116. background-size:cover;
  117. background-color: #ffffff;
  118. padding: 0px;
  119. border: 2px solid #0f102c;
  120. overflow:auto;
  121. }
  122.  
  123.  
  124. #floaty img{
  125. position: relative;
  126. margin-top:-450px;
  127. margin-left:-800px;
  128. max-height:600px;
  129. }
  130.  
  131. #credit{
  132. position:fixed;
  133. bottom:10px;
  134. left:10px;
  135. font-size:20px;
  136. }
  137.  
  138. </style>
  139.  
  140. </head>
  141.  
  142.  
  143. <body>
  144.  
  145. <div id=title>
  146. sample title
  147. </div>
  148.  
  149. <div id=box>
  150.  
  151. <div id=content>
  152. <h2> this is a header </h2>
  153. <h4>it can change sizes</h4>
  154. <h1>from this</1> <h6>to this</h6>
  155. <p>and this is how you add pics!
  156. <img src="https://cdn.discordapp.com/attachments/276736337791549441/712727226344407061/ola.gif" style="align:center">
  157.  
  158. <p>a line break looks like this <hr></hr>
  159. <p>and you add links like <a href="/" title="tooltip example">this</a>! </p>
  160.  
  161. <p> <button><a href="https://www.youtube.com/watch?v=rWKda4d9pKw" title="rock lee takes off his weights">this is a button with a link</a></button> </p>
  162. <p> <button title="it can have hover tooltips too!">this is a button without a link</a></button> </p>
  163.  
  164. <ul>
  165. <li> and this</li>
  166. <li>is how you make</li>
  167. <li>an unordered list!</li>
  168. </ul>
  169. <p>
  170. <ol>
  171. <li>while this</li>
  172. <li>is how you make</li>
  173. <li>an ordered list!</li>
  174. </ol>
  175. <p>thanks to scrollbars, you dont have to worry about running out of space! in fact, i will show you how to maintan preformatted text</p>
  176. <pre>
  177. Note Audio
  178. Registro la voce sul telefono
  179. Seduto sopra un muretto bianco
  180. Mi sento tutto stanco, ipotesi di pianto
  181. Ieri studiavo i lineamenti del tuo volto
  182. Per rifarli a casa sopra un foglio
  183. È tutto ciò che voglio
  184. Ma forse non ricordo</pre>
  185.  
  186. <p>i think thats all? have fun with this code and let me know if you have any questions!
  187.  
  188. </div>
  189. </div>
  190. <div id=floaty img> <img src="https://i.pinimg.com/originals/80/d1/1e/80d11e6d4112e4d393fe46a68ded6785.png"></div>
  191.  
  192. <div id="credit"><a href="https://substats.tumblr.com/" title="cinnamon about page">🐇</a></div>
  193.  
  194. </body>
  195. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement