updated css; added sheet.json and preview image;

This commit is contained in:
Bogdan Kosarev
2021-01-28 01:15:24 +04:00
parent 0d97b71ebd
commit 8c7bc796b8
3 changed files with 26 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"html": "stickstation13.html",
"css": "stickstation13.css",
"authors": "Andrey M., Noisyflasher",
"roll20userid": "645443, 1354241",
"patreon": "https://www.patreon.com/ex_nihilum",
"preview": "stickstation13-preview.png"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

+18 -4
View File
@@ -5,7 +5,7 @@
height: 500px;
display: flex;
position: relative;
background-image: url("https://user-images.githubusercontent.com/5252033/105555152-37b7dd80-5d22-11eb-9c71-862ed52aefb8.png");
background-image: url("https://raw.githubusercontent.com/Noisyflasher/roll20-character-sheets/stickstation13/stickstation13/images/stickstation13-background.png");
background-size: 712px 1010px;
}
@@ -22,7 +22,18 @@
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: repeat(12, max-content);
gap: 0px 0px;
grid-template-areas: "portrait-header positive-header" "portrait positive-feature" "portrait negative-header" "portrait nefative-feature" "portrait bonus-header" "portrait bonus" "portrait gear-header" "portrait gear1" "profession-name gear2" "power gear3" "karma gear4";
grid-template-areas:
"portrait-header positive-header"
"portrait positive-feature"
"portrait negative-header"
"portrait nefative-feature"
"portrait bonus-header"
"portrait bonus"
"portrait gear-header"
"portrait gear1"
"profession-name gear2"
"power gear3"
"karma gear4";
column-gap: 1em;
}
@@ -50,7 +61,10 @@
display: inline-grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-template-areas: "head head head head head head" "right-hand right-hand torso torso left-hand left-hand" "right-leg right-leg right-leg left-leg left-leg left-leg";
grid-template-areas:
"head head head head head head"
"right-hand right-hand torso torso left-hand left-hand"
"right-leg right-leg right-leg left-leg left-leg left-leg";
grid-area: portrait;
}
@@ -190,7 +204,7 @@ button {
}
.sheet-rolltemplate-strengthcheck {
background-image: url(https://user-images.githubusercontent.com/5252033/105555152-37b7dd80-5d22-11eb-9c71-862ed52aefb8.png);
background-image: url(https://raw.githubusercontent.com/Noisyflasher/roll20-character-sheets/stickstation13/stickstation13/images/stickstation13-background.png);
background-size: 285px 404px;
text-align: center;
}