Advertisement
izuemis

cr kisskbrk

Dec 11th, 2022
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. -- FONT --
  2. @font-face {
  3. font-family: porkys;
  4. src: url(https://dl.dropbox.com/s/7m63bv7puqb6y75/PORKYS_.TTF);
  5. }
  6.  
  7. -- NAME --
  8. font-family: porkys;
  9. text-shadow: -1.5px 0 #592285, 0 1.5px #592285, 1.5px 0 #592285, 0 -1.5px #592285, 0 0;
  10. position: absolute;
  11. z-index: 999;
  12. left: .25em;
  13. bottom: 6.875em;
  14.  
  15. -- POSTS --
  16. font-family: porkys;
  17. text-shadow: -1.5px 0 #592285, 0 1.5px #592285, 1.5px 0 #592285, 0 -1.5px #592285, 0 0;
  18. position: absolute;
  19. z-index: 999;
  20. left: .25em;
  21. bottom: 1.5em;
  22.  
  23. -- SCROLLBOX --
  24. height: 14.3em;
  25. overflow: auto;
  26. padding: 5px;
  27. border: 2px solid #592285;
  28.  
  29. -- MARK/HIGHLIGHT --
  30. background: #592285;
  31. color: white;
  32. font-weight: 600;
  33. padding-left: 10px;
  34. padding-right: 10px;
  35. border-radius: 10px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement