Add asc-ffg-starwars.css for Star Wars RPG styling

- Introduced a new CSS file `asc-ffg-starwars.css` for Star Wars RPG styling.
- Defined custom dice colors using CSS variables.
- Applied unique fonts such as 'ITC Symbol', 'Teuton Mager', 'Elektra Pro', and 'SF Distant Galaxy'.
- Styled scene names, message senders, headers, and characteristic labels with theme-appropriate fonts.
- Added custom text shadow and color styles for various game elements like dice symbols and attributes.

This enhances the RPG's visual design consistency and aligns it with the Star Wars theme.
This commit is contained in:
2025-02-05 11:09:06 -06:00
parent d5821aa753
commit 26309e2dc3
166 changed files with 30001 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,52 @@
@font-face {
font-family: 'Aurebesh';
font-style: normal;
font-weight: normal;
src: url('./aurebesh-normal.ttf');
}
@font-face {
font-family: 'Aurebesh';
font-style: normal;
font-weight: bold;
src: url('./aurebesh-bold.ttf');
}
@font-face {
font-family: 'Aurebesh';
font-style: italic;
font-weight: bold;
src: url('./aurebesh-bold-italic.ttf');
}
@font-face {
font-family: 'Aurebesh';
font-style: normal;
font-weight: normal;
font-stretch: condensed;
src: url('./aurebesh-condensed.ttf');
}
@font-face {
font-family: 'Aurebesh';
font-style: normal;
font-weight: bold;
font-stretch: condensed;
src: url('./aurebesh-condensed-bold.ttf');
}
@font-face {
font-family: 'Aurebesh';
font-style: italic;
font-weight: normal;
font-stretch: condensed;
src: url('./aurebesh-condensed-italic.ttf');
}
@font-face {
font-family: 'Aurebesh';
font-style: italic;
font-weight: bold;
font-stretch: condensed;
src: url('./aurebesh-condensed-bold-italic.ttf');
}

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,26 @@
@font-face{
font-family: "Elektra Pro";
src: url('./elektra-pro-light.otf') format("opentype");
font-weight: 300;
}
@font-face{
font-family: "Elektra Pro";
src: url('./elektra-pro-medium-bold-italic.otf') format("opentype");
font-weight: bold;
font-style: italic;
}
@font-face{
font-family: "Elektra Pro";
src: url('./elektra-pro-medium-bold.otf') format("opentype");
font-weight: bold;
}
@font-face{
font-family: "Elektra Pro";
src: url('./elektra-pro-medium.otf') format("opentype");
font-weight: 500;
}
@font-face{
font-family: "Elektra Pro";
src: url('./elektra-pro-text.otf') format("opentype");
font-weight: 375;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,38 @@
@font-face{
font-family: 'Eurostile LT';
font-weight: bold;
font-stretch: expanded;
src: url('./eurostile-lt-std-boldex.otf') format("opentype");
}
@font-face{
font-family: 'Eurostile LT';
font-stretch: condensed;
src: url('./eurostile-lt-std-cn.otf') format("opentype");
}
@font-face{
font-family: 'Eurostile LT';
font-weight: 600;
src: url('./eurostile-lt-std-demi.otf') format("opentype");
}
@font-face{
font-family: 'Eurostile LT';
font-style: oblique;
src: url('./eurostile-lt-std-oblique.ttf') format("truetype");;
}
@font-face{
font-family: 'Eurostile LT';
font-weight: 600;
font-style: oblique;
src: url('./eurostile-lt-std-demi-oblique.ttf') format("truetype");;
}
@font-face{
font-family: 'Eurostile LT';
font-weight: bold;
font-stretch: condensed;
src: url('./eurostile-lt-std-boldcn.otf') format("opentype");
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,10 @@
@font-face{
font-family: "ITC Stone Sans";
src: url('./itcstonesans-medium.otf');
font-weight: 530;
}
@font-face{
font-family: "ITC Stone Sans";
src: url('./itcstonesans-bold.ttf');
font-weight: bold;
}

View File

@@ -0,0 +1,50 @@
@font-face{
font-family: "ITC Symbol";
src: url('./itcsymbolstd-black.otf');
font-weight: 800;
}
@font-face{
font-family: "ITC Symbol";
src: url('./itcsymbolstd-blackitalic.otf');
font-weight: 800;
font-style: italic;
}
@font-face{
font-family: "ITC Symbol";
src: url('./itcsymbolstd-bold.ttf');
font-weight: bold;
}
@font-face{
font-family: "ITC Symbol";
src: url('./itcsymbolstd-bolditalic.otf');
font-weight: bold;
font-style: italic;
}
@font-face{
font-family: "ITC Symbol";
src: url('./itcsymbolstd-book.otf');
font-weight: 350;
}
@font-face{
font-family: "ITC Symbol";
src: url('./itcsymbolstd-bookitalic.otf');
font-weight: 350;
font-style: italic;
}
@font-face{
font-family: "ITC Symbol";
src: url('./itcsymbolstd-medium.otf');
font-weight: 530;
}
@font-face{
font-family: "ITC Symbol";
src: url('./itcsymbolstd-mediumitalic.otf');
font-weight: 530;
font-style: italic;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/fonts/MISTRAL.TTF Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More