Advertisement
izuemis

cr angeidiarys #7

Feb 28th, 2023
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. -- FONT --
  2. @font-face {
  3. font-family:'handy';
  4. src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
  5. }
  6.  
  7. -- BUTTONS --
  8. border: 1px solid black;
  9. border-bottom: none;
  10. border-radius: .5em .5em 0em 0em;
  11. position: relative;
  12. left: 1em;
  13. top: 1px;
  14. z-index: 1;
  15. font-family:'handy';
  16.  
  17. -- MAIN CONTAINER --
  18. height: 18em;
  19.  
  20. -- STATUS: ONLINE CONTAINER --
  21. width: 75%;
  22. position: absolute;
  23. right: 1em;
  24. bottom: 14.5em;
  25.  
  26. -- IMAGE --
  27. position: fixed;
  28. z-index: 999;
  29.  
  30. -- WELCOME TO MY SITE --
  31. font-family:'handy';
  32. position: relative;
  33. top: 5.5em;
  34. left: -4em;
  35.  
  36. -- BIOGRAPHY --
  37. background: white;
  38. box-shadow: 0 0 10px 2px #dacc9f inset;
  39. height: 12.25em;
  40. padding: 10px;
  41. border-radius: 10px;
  42. border: 1px solid #ae994b;
  43. overflow: auto;
  44.  
  45. -- NOTES --
  46. background: white;
  47. box-shadow: 0 0 10px 2px #dacc9f inset;
  48. padding: 10px;
  49. border-radius: 10px;
  50. border: 1px solid #ae994b;
  51. height: 4.5em;
  52. overflow: auto;
  53.  
  54. -- CONTAINER FOR SCROLLBOX --
  55. box-shadow: 0 0 10px 2px #dacc9f inset;
  56. border-radius: 10px;
  57. border: 1px solid #ae994b;
  58. width: 50.6%;
  59. height: 7.25em;
  60. position: absolute;
  61. right: .5em;
  62. top: -7.75em;
  63.  
  64. -- SCROLLBOX --
  65. height: 8.25em;
  66. overflow: auto;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement