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.

124 lines
4.2 KiB

  1. /* Variable Definitions */
  2. .pf2e-av {
  3. --paizo-blue-light: #7c7bab; //The paizo logo light lilac blue
  4. --paizo-blue-dark: #171f69; //The paizo logo dark blue
  5. --pf2e-red: #5e0000; //Pathfinder Red
  6. --pf2e-gold: #c5832b; //Pathfinder Gold
  7. /* Colour Schema - Abomination Vaults 2022 release */
  8. --av-green: #4f6f64; //The default green used in headers
  9. --av-green-dark: #25271c; //The deep green used in borders
  10. --av-green-light: #d3cea5; //The near-yellow thistle-green used against dark backgrounds, and as backgrounds in menus
  11. --cora-blue: #b3bdc6; //A pseudo-violet for the backer on box blocks
  12. --cora-blue-dark: #313656; //A light indigo for the font on headers
  13. --av-gold: #e9b770; //The light-gold of the AV logo
  14. --av-gold-dark: #956321; //The dark gold of the AV logo
  15. --av-grey: #858e80; //The light tentacle grey
  16. --av-grey-dark: #474d44; //The dark tentacle grey
  17. --av-tan: #996747;//The rich tan used in some headers
  18. --av-brown: #431c00; //The deep brown used in box text backgrounds
  19. --av-white: #ffffff; //Flat white for headers inside embedded text boxes
  20. --av-table: #ede3c8; //The darker yellow alternating color on table rows
  21. --av-table-light: #f5efe0; //the lighter yellow alternating color on table rows
  22. /* Holdover colors from default content kit appearance*/
  23. /*
  24. --color-bright: #671F1D;
  25. --color-dark: #481A19;
  26. --color-muted: #5A3325;
  27. --secondary-color-bright: #FFD532;
  28. --secondary-color-dark: #8F5000;
  29. --secondary-color-muted: #F96C00;
  30. */
  31. --gradient-start: #2B0B17;
  32. --gradient-end: #69164A;
  33. /* Font Variables */
  34. /* Headers */
  35. --h1-font: 'Dwarven Axe', serif;
  36. --h1-font-size: 2.25rem;
  37. --h2-font: 'Good OT Cond Bold', serif;
  38. --h2-sidebar: 'Good OT Cond Bold', serif;
  39. --h2-sidebar-font-size: 1.4rem;
  40. --h2-font-size: 1.6rem;
  41. --h3-font: 'Good OT Cond Bold', serif;
  42. --h3-font-size: 1.4rem;
  43. /* Body */
  44. --body-font-size: 1rem;
  45. --main-font: 'Sabon LT', serif;
  46. --main-italics-font: 'Sabon LT Italic', serif;
  47. --main-bold-font: 'Sabon Lt ', serif;
  48. --main-font-size: 1rem;
  49. /* Narrative Text */
  50. --narrative-font: 'Good OT', serif;
  51. --narrative-font-size: 1rem;
  52. /* Title Heading */
  53. --heading-title-font: 'Trajan', serif;
  54. --heading-title-font-size: 3rem;
  55. --heading-title-border-bottom: 5px solid transparent;
  56. --heading-title-border-image: url("../artwork/book/title-divider.png") 15 stretch;
  57. /* Regular Headings */
  58. --heading-font: 'Cambria' , serif;
  59. --heading-main-font-size: 1.625rem;
  60. --heading-secondary-font-size: 1.5rem;
  61. --heading-tertiary-font-size: 1.375;
  62. --heading-incline-font-size: 1rem;
  63. --heading-font-color: #481A19;
  64. --heading-border: 2px solid transparent;
  65. //--heading-border-image: url("../artwork/book/horizontal-rule.png") 2 stretch;
  66. /* Box Font Settings */
  67. --box-font: 'Ancizar', serif;
  68. --box-font-size: 1rem;
  69. /* ToC Font Settings */
  70. --toc-box-heading-font-size: 1.1875rem;
  71. --toc-table-font-size: 1rem;
  72. /* Journal Background Image */
  73. //--background-texture: url("../artwork/book/paper-simple.png");
  74. /* Box Text */
  75. --background-texture-box: url("../assets/backgrounds/background-purple.webp");
  76. --border-frame-box: url("../assets/borders-dividers/box-text-frame.webp");
  77. }
  78. /* Fonts: Constructed from AV-2022 Stylings */
  79. @font-face {
  80. font-family: "Dwarven Axe";
  81. src: url("./fonts/DwarvenAxe-BB.ttf") format('truetype');
  82. }
  83. @font-face {
  84. font-family: "Good OT";
  85. src: url("./fonts/GoodOT.otf") format('opentype');
  86. }
  87. @font-face {
  88. font-family: "Good OT Bold";
  89. src: url("./fonts/GoodOT-Bold.otf") format('opentype');
  90. }
  91. @font-face {
  92. font-family: "Good OT Cond Bold";
  93. src: url("./fonts/GoodOT-CondBold.otf") format('opentype');
  94. }
  95. @font-face {
  96. font-family: "Good OT Italic";
  97. src: url("./fonts/GoodOT-Italic.otf") format('opentype');
  98. }
  99. @font-face {
  100. font-family: "Sabon LT";
  101. src: url("./fonts/Sabon-LT-Std-Roman.otf") format('opentype');
  102. }
  103. @font-face {
  104. font-family: "Sabon LT Italic";
  105. src: url("./fonts/Sabon-LT-Std-Italic.ttf") format('truetype');
  106. }
  107. @font-face {
  108. font-family: "Trade Gothic LT";
  109. src: url("./fonts/TradeGothic-LT-Std-BdCn.otf") format('opentype');
  110. }