Advertisement
izuemis

kokoro css codes

Sep 7th, 2022
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. src: url(https://dl.dropbox.com/s/hfc6fjqu9kkxbt5/Sweet%20Creamy.ttf);
  5. font-family: creamy;
  6. }
  7.  
  8. @font-face {
  9. font-family: windows;
  10. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  11. }
  12.  
  13. @font-face {
  14. font-family: to japan;
  15. src: url(https://dl.dropbox.com/s/kdr109v6f0scyh6/To%20Japan.ttf);
  16. }
  17.  
  18. #container01 > .wrapper {
  19. height: 17em;
  20. }
  21.  
  22. #container02 > .wrapper {
  23. width: 10em;
  24. height: 14em;
  25. }
  26.  
  27. #container03 > .wrapper {
  28. width: 10em;
  29. border-radius: 0em 0em .75em .75em;
  30. }
  31.  
  32. #container04 > .wrapper {
  33. width: 13.75em;
  34. height: 16em;
  35. }
  36.  
  37. #container05 > .wrapper {
  38. width: 13.75em;
  39. height: 16em;
  40. }
  41.  
  42. #text01 {
  43. color: white;
  44. font-family: creamy;
  45. text-shadow: -1px -1px 0 #E3AD6D, 0 -1px 0 #E3AD6D, 1px -1px 0 #E3AD6D, 1px 0 0 #E3AD6D, 1px 1px 0 #E3AD6D, 0 1px 0 #E3AD6D, -1px 1px 0 #E3AD6D, -1px 0 0 #E3AD6D;
  46. }
  47.  
  48. #text02, #text03 {
  49. font-family: windows;
  50. }
  51.  
  52. #text04 mark, #text05 mark {
  53. color: #bc3f2e;
  54. font-family: to japan;
  55. background: none;
  56. font-size: 1.5em;
  57. }
  58.  
  59. #text04, #text05 {
  60. font-family: windows;
  61. height: 17em;
  62. overflow: auto;
  63. padding: 10px;
  64. border: 1px solid #E3AD6D;
  65. border-radius: 10px;
  66. }
  67.  
  68. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement