All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.4 KiB

1 year ago
  1. :root {
  2. --pf2e-body-primary: rgba(255,255,255,0.8);
  3. --pf2e-body-secondary: rgba(255,255,255,0.6);
  4. }
  5. .message {
  6. text-shadow: none !important;
  7. }
  8. .message {
  9. background: var(--sheet-light);
  10. /* background-image: linear-gradient(to bottom, var(--paizo-red), var(--paizo-blue)), var(--bg-current); */
  11. /* background-image: linear-gradient(to bottom right, rgba(0, 47, 75, .5), rgba(220, 66, 37, .5), rgba(136, 30, 71, 0.74)), var(--bg-current); */
  12. /* background-image: linear-gradient(135deg, orange 60%, cyan), var(--bg-current); */
  13. background-image: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
  14. linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
  15. linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%), var(--sheet-light);
  16. background-size: cover;
  17. }
  18. .pf2e.chat-card .card-content,
  19. .pf2e.chat-card .card-header h3,
  20. .pf2e.chat-card .card-header h4,
  21. .pf2e.chat-card .card-content p {
  22. mix-blend-mode: soft-light;
  23. mix-blend-mode: color-burn;
  24. }
  25. .pf2e.chat-card .card-footer {
  26. mix-blend-mode: overlay;
  27. }
  28. .message [data-pf2-check],
  29. .message a.entity-link,
  30. .message a.content-link,
  31. .message a.inline-roll {
  32. mix-blend-mode: luminosity;
  33. }
  34. .flavor-text > strong,
  35. .flavor-text > b {
  36. mix-blend-mode: overlay;
  37. }
  38. [data-visibility=gm]:is(div,em,h4,p,span,strong) {
  39. text-shadow: none !important;
  40. }