Advertisement
izuemis

cr rundvrn | text codes

Feb 2nd, 2023
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. -- PROFILE & NOTES TEXT --
  2. font-family: basiic;
  3. right: 3px;
  4.  
  5. Profile\s\s\s\s\s\s\sNotes!
  6.  
  7. -- MESSAGES & HOME TEXT --
  8. font-family: basiic;
  9. right: 12.5px;
  10.  
  11. Messages\s\s\s\s\sHome!
  12.  
  13. -- ABOUT, LIKES , NOTES --
  14.  
  15. font-family: hearts;
  16. background: white;
  17. padding-top: 4px;
  18. padding-bottom: 4px;
  19. padding-left: 6px;
  20. padding-right: 6px;
  21. border-radius: 10px;
  22. -webkit-box-shadow: 0px 0px 3px #000;
  23.  
  24. BOLD TEXT:
  25. font-family: basiic;
  26. font-size: 1.2em;
  27. color: #000;
  28.  
  29. HIGHLIGHTS:
  30. background: transparent;
  31. font-family: emoji;
  32.  
  33. -- BYF & DNI --
  34. it's pretty much the same as the previous, the byf only has positioning!
  35.  
  36. height: 9em;
  37. overflow: auto;
  38. font-family: hearts;
  39. background: white;
  40. padding-top: 4px;
  41. padding-bottom: 4px;
  42. padding-left: 6px;
  43. padding-right: 6px;
  44. border-radius: 10px;
  45. -webkit-box-shadow: 0px 0px 3px #000;
  46. bottom: 9px;
  47.  
  48. -- LEFT MESSAGE --
  49.  
  50. font-family: hearts;
  51. background: #CFCFCF;
  52. border-radius: 4px;
  53. padding-top: 3px;
  54. padding-bottom: 3px;
  55. padding-left: 5px;
  56. padding-right: 5px;
  57. width: 90%;
  58. left: -4em;
  59.  
  60. MOBILE:
  61. width: 85%;
  62. left: -2.2em;
  63.  
  64. -- RIGHT MESSAGE --
  65.  
  66. font-family: hearts;
  67. background: #CFCFCF;
  68. border-radius: 4px;
  69. padding-top: 3px;
  70. padding-bottom: 3px;
  71. padding-left: 5px;
  72. padding-right: 5px;
  73. width: 90%;
  74. right: -6em;
  75.  
  76. MOBILE:
  77. right: -5em;
  78. width: 85%;
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement