dollcrds

coracrd crd styling

Jun 5th, 2022 (edited)
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: kawaii stitch;
  5. src: url(https://dl.dropbox.com/s/yjal3we9j6biyn5/Kawaii%20Stitch.ttf?dl=0);
  6. }
  7.  
  8. @font-face {
  9. font-family: day;
  10. src: url(https://dl.dropbox.com/s/yob9nensv1rr0zq/HelloDay.otf);
  11. }
  12.  
  13. #day {
  14. font-family: day;
  15. }
  16.  
  17. @font-face {
  18. font-family: sub;
  19. src: url(https://dl.dropbox.com/s/15jv3l6trqr7hb6/Subscribe.ttf?dl=0);
  20. }
  21.  
  22. #sub {
  23. font-family: sub;
  24. }
  25.  
  26. @font-face {
  27. font-family: hanyicandy;
  28. src: url(https://dl.dropbox.com/s/5uszexftbjn249b/HanyiSenty%20Candy-color-mono.ttf?dl=0);
  29. }
  30.  
  31. #hanyicandy {
  32. font-family: hanyicandy;
  33. }
  34.  
  35. hanyicandy {
  36. font-family: hanyicandy;
  37. }
  38.  
  39. #text01 {
  40. font-family: kawaii stitch;
  41. position: absolute;
  42. z-index: 99;
  43. right: 115px;
  44. top: 26px;
  45. transform: rotate(-5deg);
  46. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  47. }
  48.  
  49. #text02 {
  50. font-family: kawaii stitch;
  51. position: absolute;
  52. z-index: 99;
  53. right: 0px;
  54. top: 25px;
  55. transform: rotate(10deg);
  56. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  57. }
  58.  
  59. mark {
  60. background: #aaa;
  61. border-radius: 7px;
  62. border: 1px solid black;
  63. padding-left: 20px;
  64. padding-right: 20px;
  65. color: #fff;
  66. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  67. letter-spacing: normal;
  68. font-family: sub;
  69. font-size: 32px;
  70. line-height: 1.6em;
  71. }
  72.  
  73. #scroll1 {
  74. height: 210px;
  75. width: 120%;
  76. padding: 15px;
  77. padding-top:10px;
  78. border: 8px solid #000;
  79. font-size: 16px;
  80. font-family: day;
  81. overflow: auto;
  82. position: relative;
  83. border-radius: 10px;
  84. text-align: left;
  85. }
  86.  
  87. a {
  88. text-decoration: none;
  89. }
  90.  
  91. </style>
  92. <div id="scroll1">
  93.  
  94. <p><center><mark>about!</mark></center></p>
  95. info info info
  96.  
  97. <br></br>
  98.  
  99. <p><center><mark>links!</mark></center></p>
  100. <a href="URL">title</a> <a href="URL">title</a> <a href="URL">title</a> <a href="URL">title</a> <a href="URL">title</a>
  101.  
  102. <br></br>
  103.  
  104. <p><center><mark>stan!</mark></center></p>
  105. info info info
  106.  
  107. <br></br>
  108.  
  109. <p><center><mark>byf!</mark></center></p>
  110. info info info
  111.  
  112. <br></br>
  113.  
  114. <p><center><mark>dni!</mark></center></p>
  115. info info info
  116. </div>
Add Comment
Please, Sign In to add comment