Compare commits

..

4 Commits

Author SHA1 Message Date
Dmitry Kirdyashkin ccfce141d3 v1.0.3.8
continuous-integration/drone/push Build is passing Details
2023-12-07 23:01:47 +03:00
Dmitry Kirdyashkin ead4aa464b v1.0.0.2
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-01 23:17:55 +03:00
Dmitry Kirdyashkin e4bae261d9 v1.0.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-01 23:10:09 +03:00
dmitry_k 76dca2dcfb v1.0.0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-10-28 21:34:17 +00:00
74 changed files with 22 additions and 20 deletions

@ -1 +1 @@
Subproject commit 95508a647c449d3321bb68b47b7b8c52e411676c Subproject commit 19e28aa4258a369cf6f08be58bd71aed0c546602

View File

@ -16,8 +16,8 @@
"maximum": "11" "maximum": "11"
}, },
"url": "${DRONE_REPO_LINK}", "url": "${DRONE_REPO_LINK}",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json", "manifest": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip", "download": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/$RELEASE_TAG/module.zip",
"styles": [ "styles": [
"styles/common.css", "styles/common.css",
"styles/core.css", "styles/core.css",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 789 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 840 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 742 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 682 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 KiB

File diff suppressed because one or more lines are too long

View File

@ -11,6 +11,7 @@ h2{
} }
/* PARAGRAPHS */ /* PARAGRAPHS */
p { p {
text-indent: 20px;
margin-bottom: 0; margin-bottom: 0;
padding-bottom: 0; padding-bottom: 0;
font-stretch: wider; font-stretch: wider;

View File

@ -6,7 +6,7 @@
/* TEXT BLOCKS */ /* TEXT BLOCKS */
.core-page .note { .core-page .note {
background-color : #d0e4c0; background-color : #d0e4c0;
border-image : url(https://static.kdiva.ru/foundry-main/images/note%2Dborder.png) 14 stretch; border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px; border-image-outset : 6px 0px;
border-image-width : 11px; border-image-width : 11px;
padding-left : 10px; padding-left : 10px;
@ -29,7 +29,7 @@
.core-page .descriptive { .core-page .descriptive {
background-color : #fffdec; background-color : #fffdec;
border-image : url(https://static.kdiva.ru/foundry-main/images/descriptive%2Dborder%2Dcommon.png) 12 stretch; border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px; border-image-outset : 4px;
border-image-width : 11px; border-image-width : 11px;
padding-left : 10px; padding-left : 10px;
@ -44,3 +44,11 @@
.core-page tr:nth-child(odd) td { .core-page tr:nth-child(odd) td {
background-color : #d0e4c0; background-color : #d0e4c0;
} }
/* IMAGES */
.core-page img {
object-fit: contain;
border-style: none;
border: none;
/* width: 800px; */
}

View File

@ -6,7 +6,7 @@
/* TEXT BLOCKS */ /* TEXT BLOCKS */
.frostmaiden-page .note { .frostmaiden-page .note {
background-color : #afd0c9; background-color : #afd0c9;
border-image : url(https://static.kdiva.ru/foundry-main/images/note%2Dborder.png) 14 stretch; border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px; border-image-outset : 6px 0px;
border-image-width : 11px; border-image-width : 11px;
padding-left : 10px; padding-left : 10px;
@ -29,7 +29,7 @@
.frostmaiden-page .descriptive { .frostmaiden-page .descriptive {
background-color : #c9e2e7; background-color : #c9e2e7;
border-image : url(https://static.kdiva.ru/foundry-main/images/descriptive%2Dborder%2Dcommon.png) 12 stretch; border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px; border-image-outset : 4px;
border-image-width : 11px; border-image-width : 11px;
padding-left : 10px; padding-left : 10px;

View File

@ -10,7 +10,7 @@
/* NOTES */ /* NOTES */
.wos-page .note { .wos-page .note {
background-color : #d1b6b4; background-color : #d1b6b4;
border-image : url(https://static.kdiva.ru/foundry-main/images/note%2Dborder.png) 14 stretch; border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px; border-image-outset : 6px 0px;
border-image-width : 11px; border-image-width : 11px;
padding-left : 10px; padding-left : 10px;
@ -33,7 +33,7 @@
.wos-page .descriptive { .wos-page .descriptive {
background-color : #d1c5b4; background-color : #d1c5b4;
border-image : url(https://static.kdiva.ru/foundry-main/images/descriptive%2Dborder%2Dcommon.png) 12 stretch; border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px; border-image-outset : 4px;
border-image-width : 11px; border-image-width : 11px;
padding-left : 10px; padding-left : 10px;