mixue

cr jjuniiy 5

Feb 13th, 2023 (edited)
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. * PLEASE CREDIT JJUNIIY WHEN REMAKING *
  2.  
  3. --- MAIN IMAGE ---
  4. border-radius: 20px 0px 0px 20px;
  5.  
  6. --- USERNAME TEXT ---
  7. font-family: sant joan;
  8. padding-left: 3px;
  9. padding-right: 3px;
  10. border-radius: 13px;
  11. font-size: 10px;
  12.  
  13. --- 'ABOUT' SCROLLBOX ---
  14. background: white;
  15. padding: 6px;
  16. border-radius: 0.625em;
  17. height: 80px;
  18. overflow: auto;
  19.  
  20. (mobile)
  21. height: 70px;
  22.  
  23. (Text: Highlight)
  24. font-family: sant joan;
  25. border: 1px solid #000;
  26. border-radius: 0.625em;
  27. background: white;
  28. padding-left: 3px;
  29. padding-right: 3px;
  30. font-size: 0.75em;
  31.  
  32. --- NAVIGATION TEXTS ---
  33. font-family: sant joan;
  34. background: white;
  35. border-radius: 15px;
  36. border: 1px solid white;
  37. padding-left: 6px;
  38. padding-right: 6px;
  39. width: 30px;
  40.  
  41. --- OTHER INFO SCROLLBOX ---
  42. border-radius: 10px 0px 0px 10px;
  43. width: 16.3em;
  44. height: 16em;
  45. background: white;
  46. padding: 4px;
  47. overflow: auto;
  48.  
  49. (mobile)
  50. width: 16.3em;
  51. height: 16em;
  52.  
  53. (Text: Highlight)
  54. font-family: sant joan;
  55. border: 1px solid #000;
  56. border-radius: 0.625em;
  57. background: white;
  58. padding-left: 3px;
  59. padding-right: 3px;
  60. font-size: 1em;
  61.  
  62. --- POSITIONING for SCROLLBOX ---
  63. position: absolute;
  64. left: 1.5em;
  65. bottom: 1.9em;
  66.  
  67. --- SCROLLABLE CONTAINER ---
  68. border-radius: 15px 0px 0px 15px;
  69. width: 14em;
  70. height: 14.2em;
  71. padding: 4px;
  72. overflow: auto;
  73.  
  74. --- POSITIONING for SCROLLABLE CONTAINER ---
  75. position: absolute;
  76. left: 0.3em;
  77. bottom: 0.6em;
  78.  
  79.  
  80. --- ALL FONTS ---
  81. <style>
  82. @font-face {
  83. font-family: cutie;
  84. src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf);
  85. }
  86. @font-face {
  87. font-family: sant joan;
  88. src: url(https://dl.dropbox.com/s/iwvkrg8ccgd1pf4/SantJoanDespi-Regular.otf);
  89. }
  90. </style>
Advertisement
Add Comment
Please, Sign In to add comment