Advertisement
astalush

Untitled

Sep 11th, 2020
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #chat .self .content {
  2. color: Aqua;
  3. }
  4. #chat .toggle-content .thumb {
  5. max-width: 100px;
  6. max-height: 100px;
  7. }
  8. #chat .toggle-text {
  9. /* Larger images means that there is more than one line of space available for
  10. he description, so it can wrap to multiple lines */
  11. white-space: initial;
  12. }
  13. #chat .time,
  14. #chat .from,
  15. #chat .content {
  16. padding-top: 3px;
  17. padding-bottom: 5px;
  18. }
  19. #chat .userlist {
  20. width: 125px;
  21. }
  22. #sidebar {
  23. width: 200px;
  24. }
  25. .messages .from .user:before {
  26. opacity: 0.5;
  27. content: "<";
  28. }
  29. .messages .from .user:after {
  30. opacity: 0.5;
  31. content: ">";
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement