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.

294 lines
8.8 KiB

1 year ago
  1. body.game .simple-calendar.classic.window-app.app header.window-header {
  2. background: none;
  3. }
  4. body.game .simple-calendar.classic.window-app.app {
  5. transition: background-color 0.25s;
  6. /* backdrop-filter: var(--dorako-vibrancy); */
  7. background-color: var(--dorako-bg-current);
  8. backdrop-filter: var(--dorako-vibrancy);
  9. box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5), var(--glassy);
  10. }
  11. body.game .simple-calendar.classic.window-app.app .window-content {
  12. background: var(--pf2e-sheets-bg) !important;
  13. background-size: cover !important;
  14. background-color: rgba(0, 0, 0, 0.5) !important;
  15. background-blend-mode: multiply;
  16. color: black !important;
  17. border: 0;
  18. border-top: 1px solid black;
  19. border-image: unset;
  20. box-shadow: unset;
  21. }
  22. body.game #fsc-eg.simple-calendar.classic.window-app.app .window-content {
  23. background: var(--pf2e-sheets-bg) !important;
  24. background-color: #8f8f8f !important;
  25. background-size: cover !important;
  26. background-blend-mode: multiply;
  27. }
  28. body.game .simple-calendar.classic.window-app.app .fsc-lb,
  29. body.game .simple-calendar.classic.window-app.app .fsc-h {
  30. background-color: var(--bg);
  31. border: unset;
  32. border-radius: 5px;
  33. box-shadow: var(--gold-and-glow), 0px 0px 7px black;
  34. color: #191813;
  35. padding: 0px;
  36. }
  37. body.game .simple-calendar.classic.window-app.app .fsc-lb {
  38. background-image: url(../img/background-light.webp);
  39. background-size: cover;
  40. background-blend-mode: overlay;
  41. background-color: #ffffff7d;
  42. }
  43. body.game .fsc-h .fsc-s .fsc-t .fsc-da,
  44. body.game .fsc-h .fsc-s .fsc-t .fsc-v .fsc-w {
  45. margin: 2px 3px;
  46. }
  47. body.game .fsc-h .fsc-s .fsc-t .fsc-v .fsc-w {
  48. position: relative;
  49. width: 40px;
  50. height: 40px;
  51. text-align: center;
  52. padding-top: 12px;
  53. margin: 2px 3px;
  54. border: 0px solid;
  55. border-radius: 5px;
  56. box-shadow: var(--gold-and-glow);
  57. cursor: pointer;
  58. }
  59. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-w {
  60. /* box-shadow: var(--glassy) !important; */
  61. transition: background-color 0.15s ease-out, color 0.15s ease-out, text-shadow 0.15s ease-out, box-shadow 0.15s ease-out;
  62. /* background-color: var(--dorako-bg-current); */
  63. color: var(--body);
  64. text-shadow: var(--pf2e-shadow-is-light);
  65. box-shadow: none;
  66. border: 1px solid var(--alt);
  67. background-color: hsla(0, 0%, 20%, 0.1);
  68. font-weight: 500;
  69. }
  70. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-w:hover {
  71. background-color: var(--paizo-blue-bright);
  72. color: var(--color-text-light-highlight);
  73. text-shadow: var(--dorako-text-shadow);
  74. box-shadow: var(--gold-and-glow);
  75. }
  76. /* Current date */
  77. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-w.fsc-aa {
  78. /* box-shadow: inset 0 0 5px #5c5cff; */
  79. /* background-color: #d2d2ff; */
  80. background-color: var(--paizo-red-bright);
  81. box-shadow: var(--gold-and-glow), var(--glassy) !important;
  82. color: var(--color-text-light-highlight);
  83. text-shadow: var(--dorako-text-shadow);
  84. box-shadow: var(--gold-and-glow);
  85. }
  86. /* Hover over current date */
  87. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-w.fsc-aa:hover {
  88. background-color: var(--paizo-blue-bright);
  89. color: var(--color-text-light-highlight);
  90. text-shadow: var(--dorako-text-shadow);
  91. box-shadow: var(--gold-and-glow);
  92. }
  93. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-w.fsc-x {
  94. background-color: var(--paizo-blue);
  95. color: var(--color-text-light-highlight);
  96. box-shadow: var(--gold-and-glow);
  97. }
  98. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-w.fsc-x:hover {
  99. background-color: var(--paizo-blue-dark);
  100. color: var(--color-text-light-highlight);
  101. text-shadow: var(--dorako-text-shadow);
  102. box-shadow: var(--gold-and-glow);
  103. }
  104. body.game .simple-calendar.classic.window-app.app .fsc-cg {
  105. background: none;
  106. background-color: var(--dorako-bg-current);
  107. backdrop-filter: var(--dorako-vibrancy);
  108. border-radius: 0px 5px 5px 0px;
  109. box-shadow: var(--glassy);
  110. border: 0px;
  111. margin-top: 1px;
  112. }
  113. body.game .simple-calendar.classic.window-app.app .fsc-cg h2 {
  114. border-bottom-color: wheat;
  115. text-shadow: 0px 0px 3px black;
  116. }
  117. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-v .fsc-w .fsc-ba .fsc-ta {
  118. box-shadow: var(--gold-and-glow);
  119. }
  120. /* Calendar Month header */
  121. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-j {
  122. background-color: transparent;
  123. }
  124. /* Recurring */
  125. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-w .fsc-ba .fsc-ta.fsc-ua {
  126. background-color: var(--paizo-blue-bright);
  127. }
  128. /* Base badge */
  129. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s .fsc-t .fsc-w .fsc-ba .fsc-ta {
  130. background-color: var(--paizo-red-bright);
  131. }
  132. /* body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-af {
  133. margin: 10px;
  134. border-radius: 5px;
  135. box-shadow: var(--gold-and-glow);
  136. } */
  137. body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-af {
  138. /* margin: 10px; */
  139. display: flex;
  140. flex-direction: column;
  141. /* gap: 5px; */
  142. }
  143. body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-vf {
  144. background-color: #786452;
  145. background-image: url(../img/background-light.webp);
  146. background-size: cover;
  147. background-blend-mode: multiply;
  148. box-shadow: var(--gold-and-glow), 0px 0px 5px black;
  149. margin: 5px;
  150. border-radius: 5px;
  151. }
  152. body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-vf {
  153. border-bottom: 0px solid;
  154. }
  155. body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-vf:not(:last-child) {
  156. border-bottom: 1px solid var(--bg-dark);
  157. }
  158. body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-vf:hover {
  159. background-color: #dcd0c6;
  160. background-image: url(../img/background-light.webp);
  161. background-size: cover;
  162. background-blend-mode: overlay;
  163. }
  164. /* body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-j {
  165. background-color: transparent;
  166. box-shadow: var(--gold-and-glow);
  167. color: white;
  168. text-shadow: var(--pf2e-shadow-is-dark);
  169. background-image: url(../img/background-light.webp);
  170. background-size: cover;
  171. background-blend-mode: multiply;
  172. } */
  173. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-j {
  174. background-color: var(--alt);
  175. background-image: url(../img/background-light.webp);
  176. background-size: cover;
  177. background-blend-mode: multiply;
  178. color: white;
  179. text-shadow: var(--pf2e-shadow-is-dark);
  180. box-shadow: var(--gold-and-glow);
  181. }
  182. body.game #fsc-eg.simple-calendar.classic.window-app.app .fsc-h .fsc-j {
  183. background-color: transparent;
  184. box-shadow: var(--gold-and-glow);
  185. background-color: var(--alt);
  186. background-image: url(../img/background-light.webp);
  187. background-size: cover;
  188. background-blend-mode: multiply;
  189. }
  190. body.game .simple-calendar.classic.window-app.app .fsc-h .fsc-s {
  191. padding: 5px;
  192. background-image: url(../img/background-light.webp);
  193. background-size: cover;
  194. background-blend-mode: multiply;
  195. }
  196. body.game .simple-calendar.window-app.app .window-content button.fsc-yb {
  197. border-color: wheat !important;
  198. box-shadow: none;
  199. }
  200. body.game .simple-calendar.window-app.app .fsc-di {
  201. box-shadow: 0px 0px 5px black;
  202. border-radius: 3px;
  203. }
  204. body.game .simple-calendar.window-app.app .fsc-_f.fsc-xf,
  205. body.game .simple-calendar.window-app.app .fsc-bg.fsc-zf {
  206. justify-content: space-evenly;
  207. }
  208. body.game .simple-calendar.classic.window-app.app .window-content .fsc-si .fsc-yb,
  209. body.game .simple-calendar.classic.window-app.app .window-content .fsc-gf .fsc-yb {
  210. box-shadow: 0px 0px 5px black;
  211. }
  212. body.game .simple-calendar.window-app.app .fsc-si {
  213. gap: 3px;
  214. }
  215. body.game .simple-calendar.window-app.app .fsc-bg button svg {
  216. filter: invert(1) drop-shadow(0px 0px 1px black);
  217. }
  218. body.game .simple-calendar.classic.window-app.app .fsc-lj,
  219. body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-vf .fsc-mj .fsc-nj .fsc-lj {
  220. border-radius: 3px;
  221. box-shadow: var(--gold-and-glow);
  222. }
  223. body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-vf .fsc-mj .fsc-nj {
  224. gap: 3px;
  225. }
  226. body.game .simple-calendar.classic.window-app.app .fsc-af .fsc-vf .fsc-pj {
  227. border: none;
  228. box-shadow: none;
  229. background: none;
  230. color: white;
  231. text-shadow: var(--dorako-text-shadow);
  232. }
  233. body.game .simple-calendar.journal-sheet form .fsc-og {
  234. gap: 5px;
  235. }
  236. body.game .simple-calendar.window-app.app .window-content .fsc-og button.fsc-yb {
  237. border: none;
  238. box-shadow: var(--gold-and-glow), 0px 0px 5px black !important;
  239. }
  240. body.game .simple-calendar.classic.window-app .fsc-wf input {
  241. border-color: wheat;
  242. }
  243. body.game .simple-calendar.window-app .fsc-bf .fsc-dg.fsc-b {
  244. border: none;
  245. }
  246. body.game .fsc-af .fsc-vf .fsc-mj .fsc-ah {
  247. text-shadow: var(--pf2e-shadow-is-light);
  248. }