dollcrds

hada neocities org styling

May 6th, 2022
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ---text headers above scrollbox---
  2. font-family: roman;
  3. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  4. font-size: 1.2em;
  5. background: radial-gradient(circle, rgb(255,255,255) 0%, rgb(170,170,170) 50%, rgb(221,221,221) 100%);
  6. border: 1px solid #000;
  7. border-radius: 10px 10px 0 0;
  8. padding: 5px 0px 5px 0px;
  9. color: white;
  10. width: 28%;
  11. position: absolute;
  12. left: 120px;
  13. bottom: 215px;
  14. ---mobile---
  15. font-size: 1.5em;
  16. padding: 2px 0px 2px 0px;
  17. width: 30%;
  18. position: absolute;
  19. left: 90px;
  20. bottom: 190px;
  21.  
  22. ---scrollbox---
  23. background: #FFFFFF;
  24. height: 75px;
  25. overflow: auto;
  26. border-radius: 0 0 10px 10px;
  27. border-bottom: 1px solid #000;
  28. border-left: 1px solid #000;
  29. border-right: 1px solid #000;
  30. padding: 10px;
  31. width: 28%;
  32. position: absolute;
  33. left: 120px;
  34. bottom: 145px;
  35. ---mobile---
  36. width: 30%;
  37. position: absolute;
  38. left: 90px;
  39. bottom: 120px;
Advertisement
Add Comment
Please, Sign In to add comment