Compare commits

..

11 Commits

Author SHA1 Message Date
dmitry.kirdyashkin f832ad433a v1.0.3.6
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-12-07 00:20:57 +03:00
dmitry.kirdyashkin a91fba4936 v1.0.3.5
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-12-06 20:00:44 +03:00
dmitry.kirdyashkin ffad102a8b v1.0.3.4
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-19 23:39:13 +03:00
dmitry.kirdyashkin 24f4efe04b v1.0.3.3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-19 23:27:21 +03:00
dmitry.kirdyashkin ce64b0f5c7 v1.0.3.2
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-19 23:17:09 +03:00
dmitry.kirdyashkin 9c33de5428 v1.0.3.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-18 18:11:14 +03:00
dmitry.kirdyashkin bcffce02b0 Merge branch 'dev' of https://gitea.kdiva.ru/modules/sc-adventures into wos
continuous-integration/drone/push Build is passing Details
2023-11-18 18:10:00 +03:00
dmitry.kirdyashkin a4aec67307 v1.0.0.3
continuous-integration/drone/push Build is passing Details
2023-11-18 18:08:53 +03:00
dmitry.kirdyashkin acc2aeb2e6 v1.0.3
continuous-integration/drone/push Build is passing Details
2023-11-18 18:08:14 +03:00
dmitry.kirdyashkin 965bb6ef69 v1.0.2
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-13 22:57:38 +03:00
dmitry.kirdyashkin 7150448387 v1.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-13 21:03:39 +03:00
24 changed files with 13 additions and 16 deletions

@ -1 +1 @@
Subproject commit 19e28aa4258a369cf6f08be58bd71aed0c546602
Subproject commit bb57003a8ba28617ccb25c70cfdc603ac9adb5ba

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

File diff suppressed because one or more lines are too long

View File

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

View File

@ -44,11 +44,3 @@
.core-page tr:nth-child(odd) td {
background-color : #d0e4c0;
}
/* IMAGES */
.core-page img {
object-fit: contain;
border-style: none;
border: none;
/* width: 800px; */
}

0
t 100644
View File