Advertisement
dcylily

dayslily 💌 minimal gif pack page.

Oct 29th, 2022 (edited)
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. <html><head>
  2.  
  3. <style type="text/css">
  4.  
  5. /* Hide scrollbar for Chrome, Safari and Opera */
  6. #container:-webkit-scrollbar {
  7. display: none;
  8. }
  9.  
  10. /* GET INTO THE AESTHETICS/STRUCTURE! */
  11.  
  12. body {
  13. background-color:#fff;
  14. /* ^ change the background color of the whole page */
  15. text-align:center; font-family:times; font-size:12px;
  16. /* ^ change the main text details */
  17. }
  18.  
  19. img { margin:5px; padding:0px; border:1px solid #fff; }
  20. /* ^ the spacing around the gif */
  21.  
  22. a, href {
  23. text-decoration:none;
  24. /* ^ removes the default underline of links */
  25. color:#3a5a40;
  26. /* ^ change the color of the links */
  27. }
  28.  
  29. b, strong { color:#97a97c; }
  30. /* ^ change the color of bold text! */
  31.  
  32. /* IF YOU WANT TO CHANGE THE COLOR OF ITALICS TEXT,
  33. COPY FROM HERE -->
  34.  
  35. i, em { color:#000; }
  36.  
  37. <-- TO HERE (or just delete everything in this little grey text
  38. except the i, em line!) */
  39.  
  40. cw img { filter: blur(5px); -webkit-filter: blur(5px); opacity:40%; }
  41. cw img:hover { filter: blur(0px); -webkit-filter: blur(0px); opacity:100%; }
  42.  
  43.  
  44.  
  45. /* GET INTO THE TOP TEXT DETAILS! */
  46.  
  47. #info { text-align:left; width:90%; margin-left:40px; margin-top:30px; margin-bottom:25px; }
  48.  
  49. h1 { font-family:times; font-size:20px; text-transform:uppercase; font-style:italic; font-weight:bold; color:#000; }
  50. /* ^ edit the page title format! */
  51.  
  52.  
  53. /* CREDIT DETAILS - no need 2 edit :p ! */
  54.  
  55. #credit { height:10px; width:10px; position:absolute; margin:auto; top:10px; left:10px; color:#000; font-size:12px; }
  56.  
  57. </style>
  58.  
  59. </head><body>
  60. <div id="credit"><a href="https://dayslily.tumblr.com/">©</a></div>
  61.  
  62. <!-- EDIT TOP TEXT! --!>
  63. <div id="info">
  64. <h1>page name</h1>
  65. <p>YOUR DESCRIPTION SHOULD GO HERE.
  66. <P>
  67. <b>gif count:</b> ## &nbsp;▪&nbsp; <b>last updated:</b> ??<br>
  68. <b>quick links: &nbsp;</b>
  69. <a href="#">link here</a> ▪
  70. <a href="#">link here</a> ▪
  71. <a href="#">link here</a>
  72. </div>
  73.  
  74. <p>
  75. <!-- PASTE YOUR GIFS IN HERE! -->
  76. <!-- IF YOU'D LIKE TO BLUR GIFS WITH SENSITIVE CONTENT, SURROUND IMAGE CODE WITH <CW></CW>;
  77. i.e. <cw><img src="IMGLINK"/></cw> -->
  78. </p>
  79.  
  80. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement