Skip to content

Commit

Permalink
Changes to the background
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesselchuck authored Aug 2, 2022
1 parent cfe562b commit 02201f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions styles/familiar-sheet-dark-red-header.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Dark sheet background with red header */
.actor.sheet.familiar .window-content {
background: url(../img/header.webp), var(--sheet-dark);
background-attachment: local;
background-repeat: repeat-x, no-repeat;
background-size: 1335px, cover;
background: url(../img/header.webp), url("../../../ui/denim.png");
background-repeat: repeat-x, repeat;
background-size: 1335px, auto;
box-shadow: 0 0 10vw var(--color-shadow-dark) inset;
}
6 changes: 3 additions & 3 deletions styles/familiar-sheet-dark.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Dark sheet background */
.actor.sheet.familiar .window-content {
background: var(--sheet-dark);
background-repeat: repeat-x, no-repeat;
background-size: cover;
background: url("../../../ui/denim.png");
box-shadow: 0 0 10vw var(--color-shadow-dark) inset;
}
/* Text color - White */
.actor.sheet.familiar .window-content .familiar-sheet-header .header-content .charname .familiar-title,
Expand Down Expand Up @@ -181,6 +180,7 @@
}
/* Familiar portrait appearance */
.actor.sheet.familiar .window-content .familiar-sheet-header img {
background: url("../../../ui/denim.png");
box-shadow: 0 0 0 1px #918c88,0 0 0 2px #e1d8cf,0 0 0 3px #a98f39,inset 0 0 8px rgba(0,0,0,.5),0 0 8px #000;
cursor: pointer;
margin: 2px -0.5px 10px -1px;
Expand Down
6 changes: 3 additions & 3 deletions styles/pc-sheet-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}

.actor.sheet.character .window-content .crb-style {
background: url(../img/header.webp), var(--sheet-dark);
background-repeat: repeat-x, no-repeat;
background-size: auto, cover;
background: url(../img/header.webp), url("../../../ui/denim.png");
background-repeat: repeat-x, repeat;
box-shadow: 0 0 50vw var(--color-shadow-dark) inset;
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .character-details .alignment {
Expand Down

0 comments on commit 02201f4

Please sign in to comment.