dollcrds

chattable tutorial

Aug 18th, 2025 (edited)
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. // please keep in mind these are only the lines of code i changed or added, all other lines of code remain unchanged :) i will specify if i intend a line to be deleted
  2.  
  3. // font
  4. @font-face {
  5. src: url(https://dl.dropbox.com/s/uougf9v63jmphoj/Jojoba.otf);
  6. font-family: jojoba;
  7. }
  8.  
  9. // body
  10. font-family: jojoba;
  11. background-image: url('IMG LINK HERE');
  12.  
  13. // sent
  14. border: 1px solid black;
  15.  
  16. // received
  17. color: black;
  18. border: 1px solid black;
  19.  
  20. // senderinfo
  21. font-family: jojoba;
  22. color: black;
  23.  
  24. // background
  25. scrollbar-color: white transparent;
  26.  
  27. // input (delete "#nameEntry", a link will be in the description for assistance if u choose to add this element to ur cbox)
  28. border-radius: 0px;
  29.  
  30. // add this entire thing (the "content" message can be edited)
  31. #input:empty::before {
  32. content: " send a message??... ";
  33. font-size:12px;
  34. font-family: jojoba;
  35. color: black;
  36. }
  37.  
  38. // owner before (delete all positioning css)
  39. content: "Name";
  40.  
  41. // .ctxMenuOption
  42. background-color: #FFBBDD !important;
  43.  
  44. // .ctxMenuOption:nth-child(odd)
  45. background-color: white !important;
  46.  
  47. // .ctxMenuOption:hover
  48. color: black;
  49. text-shadow: none;
  50.  
  51. // emoji tray (delete text shadow)
  52. border: 1px solid black;
  53. background-color: #ffe9f6;
  54. box-shadow: 3px 3px 5px black;
  55. color: black;
  56.  
  57. // is typing span
  58. background-color: black;
  59.  
  60. // is typing
  61. background-color: #ffe9f6;
  62. border: solid 1px black;
Advertisement
Add Comment
Please, Sign In to add comment