Compare commits

..

11 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
dmitry.kirdyashkin 7fcfe6bf33 v1.0.0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-10-29 00:31:38 +03:00
dmitry.kirdyashkin f99f03a1ee v0.0.1.13
continuous-integration/drone/push Build is passing Details
2023-10-28 23:45:36 +03:00
dmitry.kirdyashkin 46726b33b4 v0.0.1.12
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-10-28 23:40:49 +03:00
dmitry.kirdyashkin bd88fcf53d v0.0.1.11
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-10-28 22:54:51 +03:00
dmitry.kirdyashkin 5166ed754d v0.0.1.10
continuous-integration/drone/push Build is passing Details
2023-10-27 19:26:37 +03:00
dmitry.kirdyashkin aa7577acac v0.0.1.9
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-10-27 18:57:44 +03:00
dmitry.kirdyashkin 6609eb1473 v0.0.1.8
continuous-integration/drone/push Build is passing Details
2023-10-27 18:57:24 +03:00
8 changed files with 184 additions and 261 deletions

View File

@ -16,9 +16,11 @@
"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/core.css",
"styles/rime-of-the-frostmaiden.css", "styles/rime-of-the-frostmaiden.css",
"styles/warriors-of-seanine.css" "styles/warriors-of-seanine.css"
], ],

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,28 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* HEADERS */
h1,h3,h4,h5{
font-family: 'AlegreyaSC Regular';
}
h2{
font-family: 'AlegreyaSC Regular';
font-weight: bold;
}
/* PARAGRAPHS */
p {
text-indent: 20px;
margin-bottom: 0;
padding-bottom: 0;
font-stretch: wider;
}
p + p {
text-indent: 20px;
margin-top: 0;
padding-top: 0;
}
/* TABLES */
table, th, td, tr {
border-style : none;
}

View File

@ -0,0 +1,54 @@
.core-page {
padding :50;
font-family : 'Mookmania Regular';
}
/* TEXT BLOCKS */
.core-page .note {
background-color : #d0e4c0;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.core-page .note h5{
font-size: medium;
padding-top: 20;
margin-bottom: -10px;
}
.core-page .note p{
font-size: small;
margin-right: 20;
margin-bottom: 20;
}
.core-page .descriptive {
background-color : #fffdec;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px;
border-image-width : 11px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
/* TABLES */
.core-page tr:nth-child(odd) td {
background-color : #d0e4c0;
}
/* IMAGES */
.core-page img {
object-fit: contain;
border-style: none;
border: none;
/* width: 800px; */
}

View File

@ -0,0 +1,46 @@
.frostmaiden-page {
padding :50;
font-family : 'Mookmania Regular';
}
/* TEXT BLOCKS */
.frostmaiden-page .note {
background-color : #afd0c9;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.frostmaiden-page .note h5{
font-size: medium;
padding-top: 20;
margin-bottom: -10px;
}
.frostmaiden-page .note p{
font-size: small;
margin-right: 20;
margin-bottom: 20;
}
.frostmaiden-page .descriptive {
background-color : #c9e2e7;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px;
border-image-width : 11px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
/* TABLES */
.frostmaiden-page tr:nth-child(odd) td {
background-color : #cbd4db;
}

View File

@ -0,0 +1,50 @@
/* PAGES */
.wos-page {
padding :50;
font-family : 'Mookmania Regular';
}
.wos-page b {
color: #b36d68;
}
/* NOTES */
.wos-page .note {
background-color : #d1b6b4;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.wos-page .note h5{
font-size: medium;
padding-top: 20;
margin-bottom: -10px;
}
.wos-page .note p{
font-size: small;
margin-right: 20;
margin-bottom: 20;
}
.wos-page .descriptive {
background-color : #d1c5b4;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px;
border-image-width : 11px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
/* TABLES */
.wos-page tr:nth-child(odd) td {
background-color : #d1c5b4;
}

View File

@ -1,101 +0,0 @@
/* FOR USE WITH https://github.com/cswendrowski/FoundryVTT-Custom-CSS */
@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* @import url('https://nextcloud.kdiva.ru/s/d2ZNBFzpKWfaCzd/download?path=%2F&Files=Mookmania.otf'); */
@font-face {
font-family: 'Mookmania'; /*a name to be used later*/
src: url('https://nextcloud.kdiva.ru/s/3FaCStydyDEmGYD/download/Mookmania.otf'); /*URL to font*/
}
.frostmaiden-page {
background-image : url(https://i.imgur.com/J3g2tfx.jpg);
background-size : contain;
/* font-family : 'Gentium Book Plus', serif; */
/* font-family : 'Mookmania'; */
}
/* NOTES */
.frostmaiden-page .note {
background-color : #afd0c9;
border-image : url(https://i.imgur.com/KtrHa62.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.frostmaiden-page .note h5 {
font-weight: bold;
font-size: large;
margin-bottom: 10px;
}
.frostmaiden-page .note ul {
padding-left: 20px;
}
.frostmaiden-page .descriptive {
background-color : #c9e2e7;
border-image : url(https://i.imgur.com/FFpU8c5.png) 12 stretch;
border-image-outset : 4px;
border-image-width : 11px;
padding : 10px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
/* TABLES */
.frostmaiden-page tr:nth-child(odd) td {
background-color : #cbd4db;
}
table, th, td, tr {
border-style : none;
}
/* PARAGRAPH */
.frostmaiden-page p {
padding-left : 10px;
margin : 1em 0 0 0;
}
.frostmaiden-page p + p {
padding-left : 10px;
text-indent : 20px;
margin : 0;
}
.frostmaiden-page ul {
padding-left : 20px;
}
.frostmaiden-page b{
font-weight : bold;
color : #6e2424;
}
/* HEADERS */
.frostmaiden-page h1,
.frostmaiden-page h2,
.frostmaiden-page h3,
.frostmaiden-page h4 {
letter-spacing : 1px;
font-weight : normal;
padding-left : 10px;
color : #6e2424;
}
.frostmaiden-page:not(:has(.frontCover)):not(:has(.insideCover)):not(:has(.credits)):not(:has(.toc)):not(:has(.backCover)) h1 {
color : #455360;
letter-spacing : 1px;
font-size : 48px;
margin-bottom : 20px
}
.frostmaiden-page h3 {
border-bottom : 2px solid #d7c598;
}
.frostmaiden-page h5 {
text-shadow : #000 0px 0px 0.1px;
}

View File

@ -1,157 +0,0 @@
/* FOR USE WITH https://github.com/cswendrowski/FoundryVTT-Custom-CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
p {
margin-bottom: 0;
padding-bottom: 0;
}
p + p {
text-indent: 20px;
margin-top: 0;
padding-top: 0;
}
/* PAGES */
.wos-page {
padding : 10px;
font-family : 'Mookmania Regular';
}
.wos-page b {
color: #b36d68;
}
.wos-page h1,h3,h4,h5{
font-family: 'AlegreyaSC Regular';
}
.wos-page h2{
font-family: 'AlegreyaSC Regular';
font-weight: bold;
}
/* NOTES */
.wos-page .note {
background-color : #d1b6b4;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.wos-page .note h5{
font-size: medium;
padding-top: 20;
margin-bottom: -10px;
}
.wos-page .note p{
font-size: small;
margin-right: 20;
margin-bottom: 20;
}
/* FOR USE WITH https://github.com/cswendrowski/FoundryVTT-Custom-CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
.drop-cap {
font-family: 'Volbera Regular';
color: rgb(0, 0, 0);
font-size: 70px;
line-height: 60px;
vertical-align: top;
display: inline-block;
float: left;
margin: 0 10px 0 0;
}
p {
margin-bottom: 0;
padding-bottom: 0;
/* line-height: 1.5; */
font-stretch: wider;
}
p + p {
text-indent: 20px;
margin-top: 0;
padding-top: 0;
}
/* PAGES */
.wos-page {
padding :50;
font-family : 'Mookmania Regular';
}
.wos-page b {
color: #b36d68;
}
.wos-page h1,h3,h4,h5{
font-family: 'AlegreyaSC Regular';
}
.wos-page h2{
font-family: 'AlegreyaSC Regular';
font-weight: bold;
}
/* NOTES */
.wos-page .note {
background-color : #d1b6b4;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.wos-page .note h5{
font-size: medium;
padding-top: 20;
margin-bottom: -10px;
}
.wos-page .note p{
font-size: small;
margin-right: 20;
margin-bottom: 20;
}
.wos-page .descriptive {
background-color : #d1c5b4;
border-image : url(https://static.kdiva.ru/foundryvtt-resources/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px;
border-image-width : 11px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.wos-page br {
text-indent: 20px;
}
/* TABLES */
.wos-page tr:nth-child(odd) td {
background-color : #d1c5b4;
}
table, th, td, tr {
border-style : none;
}