Advertisement
izuemis

cr yklgbt css

Feb 20th, 2023
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. -- SCROLLBOX --
  2. height: 13em;
  3. overflow: auto;
  4.  
  5. -- MARK/HIGHLIGHT --
  6. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  7. font-family:'antre';
  8. font-size: 2em;
  9. background: none;
  10.  
  11. -- BUTTON --
  12. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  13. border: 2px double white;
  14. box-shadow: 0 0 0 1px black, inset 0 0 0 1px black, 0px 0px 8px 0px #000;
  15. font-family: poetsen-one;
  16.  
  17. -- CONTAINER --
  18. height: 14em;
  19. border: 5px ridge #ccc;
  20.  
  21. -- NAME --
  22. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  23. font-family:'antre';
  24. top: .25em;
  25. z-index: 999;
  26.  
  27. -- FONTS --
  28. @font-face {
  29. font-family:'antre';
  30. src: url(https://dl.dropbox.com/s/xaspbkonff6y9uf/antre.otf);
  31. }
  32.  
  33. @font-face {
  34. font-family: poetsen-one;
  35. src: url(https://dl.dropbox.com/s/qaj1ln02jlrxf64/PoetsenOne-Regular.ttf);
  36. }
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement