From 8b8d3ce0fca73e8698a20ced4337473a96016cbf Mon Sep 17 00:00:00 2001 From: dmitry kirdyashkin Date: Wed, 13 Mar 2024 23:31:56 +0300 Subject: [PATCH] v1.1.18 --- module.json.template | 7 ---- src/styles/common.css | 27 -------------- src/styles/core.css | 46 ------------------------ src/styles/descent-into-avernus.css | 47 ------------------------ src/styles/rime-of-the-frostmaiden.css | 46 ------------------------ src/styles/warriors-of-seanine.css | 50 -------------------------- 6 files changed, 223 deletions(-) delete mode 100644 src/styles/common.css delete mode 100644 src/styles/core.css delete mode 100644 src/styles/descent-into-avernus.css delete mode 100644 src/styles/rime-of-the-frostmaiden.css delete mode 100644 src/styles/warriors-of-seanine.css diff --git a/module.json.template b/module.json.template index 84cd5b7..13327a8 100644 --- a/module.json.template +++ b/module.json.template @@ -18,13 +18,6 @@ "url": "${DRONE_REPO_LINK}", "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", - "styles/rime-of-the-frostmaiden.css", - "styles/warriors-of-seanine.css", - "styles/descent-into-avernus.css" - ], "packs": [ { "name": "sc-adventures", diff --git a/src/styles/common.css b/src/styles/common.css deleted file mode 100644 index 65526e1..0000000 --- a/src/styles/common.css +++ /dev/null @@ -1,27 +0,0 @@ -@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 { - 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; -} \ No newline at end of file diff --git a/src/styles/core.css b/src/styles/core.css deleted file mode 100644 index 73e3b8a..0000000 --- a/src/styles/core.css +++ /dev/null @@ -1,46 +0,0 @@ -.core-page { - padding :50; - font-family : 'Mookmania Regular'; -} - -/* TEXT BLOCKS */ -.core-page .note { - background-color : #d0e4c0; - border-image : url(https://static.kdiva.ru/foundry-main/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/foundry-main/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; -} diff --git a/src/styles/descent-into-avernus.css b/src/styles/descent-into-avernus.css deleted file mode 100644 index cda1943..0000000 --- a/src/styles/descent-into-avernus.css +++ /dev/null @@ -1,47 +0,0 @@ -/* PAGES */ -.bgdia-page { - padding :50; - font-family : 'Mookmania Regular'; -} - -/* NOTES */ -.bgdia-page .note { - background-color : #dbbfae; - border-image : url(https://static.kdiva.ru/foundry-main/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; -} - -.bgdia-page .note h5{ - font-size: medium; - padding-top: 20; - margin-bottom: -10px; -} - -.bgdia-page .note p{ - font-size: small; - margin-right: 20; - margin-bottom: 20; -} - -.bgdia-page .descriptive { - background-color : #fdfde9; - border-image : url(https://static.kdiva.ru/foundry-main/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 */ -.bgdia-page tr:nth-child(odd) td { - background-color : #dbbfae; -} diff --git a/src/styles/rime-of-the-frostmaiden.css b/src/styles/rime-of-the-frostmaiden.css deleted file mode 100644 index 8c1d2f8..0000000 --- a/src/styles/rime-of-the-frostmaiden.css +++ /dev/null @@ -1,46 +0,0 @@ -.frostmaiden-page { - padding :50; - font-family : 'Mookmania Regular'; -} - -/* TEXT BLOCKS */ -.frostmaiden-page .note { - background-color : #afd0c9; - border-image : url(https://static.kdiva.ru/foundry-main/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/foundry-main/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; -} diff --git a/src/styles/warriors-of-seanine.css b/src/styles/warriors-of-seanine.css deleted file mode 100644 index 3cb2824..0000000 --- a/src/styles/warriors-of-seanine.css +++ /dev/null @@ -1,50 +0,0 @@ -/* 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/foundry-main/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/foundry-main/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; -}