Skip to content

Commit

Permalink
2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Oct 16, 2023
1 parent 9ea97d4 commit b5e1845
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.10.5

- (Refinement) Added Foundry 2 styling for the Critical fumble deck journals also...

# 2.10.4

- (Refinement) Added Foundry 2 styling for the Critical hit deck journals.
Expand Down
1 change: 1 addition & 0 deletions sass/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
border: 1px solid var(--color-cool-3);
border-radius: 3px;
text-shadow: unset;
padding: 0px calc(0.1em + 3px);

&:hover,
&:focus {
Expand Down
25 changes: 16 additions & 9 deletions sass/foundry/_foundry2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@
height: var(--form-field-height);
}

&.filepicker .favorites .paths {
box-shadow: unset;
border: 1px solid var(--color-cool-3);
background: var(--color-cool-5-50);
.path {
@include f2-button-cool;
border-radius: 3px;
}
}

&.filepicker .current-dir button {
height: 32px;
}
Expand Down Expand Up @@ -463,6 +473,11 @@
/* ----------------------------------------- */

.foundry2 {
&.window-app .tabs .item {
@include f2-button-warm;
padding: 4px 8px;
}

&.app.token-sheet .tab.active[data-tab="appearance"] fieldset {
border-color: var(--color-cool-3);
> legend {
Expand Down Expand Up @@ -528,16 +543,8 @@

&#generate-check-prompt {
nav h4 a {
@include f2-app;
@include quick-transition;
@include f2-button-warm;
padding: 4px 8px;

&:hover,
&.active {
background: var(--color-warm-2);
border-color: var(--color-warm-1);
text-decoration: unset;
}
}
}

Expand Down
18 changes: 16 additions & 2 deletions sass/pf2e/foundry2/_critical-deck.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
.foundry2 {
.window-content .journal-entry-content {
.journal-entry-page .journal-page-content .fumble-deck,
.journal-entry-page .journal-page-content .critical-deck {
--text-dark: var(--color-light-2);
}

.journal-entry-page .journal-page-content .fumble-deck blockquote,
.journal-entry-page .journal-page-content .critical-deck blockquote {
background: var(--color-warm-4);
border: 1px solid var(--color-warm-3);
color: var(--color-light-3);
box-shadow: 0px 1px 3px 1px black;
background: var(--color-warm-4);
}

.journal-entry-page .journal-page-content .fumble-deck blockquote {
border: 1px solid var(--color-level-error);
background-color: var(--color-level-error-bg);
}

.journal-entry-page .journal-page-content .critical-deck blockquote {
border: 1px solid var(--color-level-success);
background-color: var(--color-level-success-bg);
}

.journal-entry-page .journal-page-content .fumble-deck h1,
.journal-entry-page .journal-page-content .critical-deck h1 {
background-color: var(--color-warm-2);
border: 1px solid var(--color-warm-1);
Expand All @@ -19,6 +32,7 @@
font-family: var(--font-primary); // Dalvyn
}

.journal-entry-page .journal-page-content .fumble-deck code,
.journal-entry-page .journal-page-content .critical-deck code {
background: unset;
box-shadow: unset;
Expand Down
3 changes: 3 additions & 0 deletions sass/pf2e/foundry2/_hazard-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
}
&.sheet.hazard.window-app.minimized .window-header {
border-radius: var(--border-radius);
}

&.sheet.hazard .section-container.publication .section-body input[type="text"],
&.sheet.hazard input[type="text"],
Expand Down
4 changes: 0 additions & 4 deletions sass/pf2e/foundry2/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
}

.foundry2.chat-message > .message-content .message-buttons button {
// border-color: var(--color-cool-3);
border-radius: var(--border-radius);
}

Expand All @@ -92,9 +91,6 @@
.pf2e.chat-card .card-buttons .spell-attack-buttons,
.pf2e.chat-card .card-buttons .spell-button {
gap: 3px;
button {
// border-color: var(--color-cool-3);
}
}
}

Expand Down
3 changes: 3 additions & 0 deletions sass/pf2e/foundry2/_party-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
}
&.sheet.party.window-app.minimized .window-header {
border-radius: var(--border-radius);
}

&.sheet.party [data-tab="overview"] .summary {
background: var(--color-warm-4);
Expand Down
81 changes: 77 additions & 4 deletions styles/dorako-ui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/dorako-ui.css.map

Large diffs are not rendered by default.

0 comments on commit b5e1845

Please sign in to comment.