From 40ed6946bb0e08180d6a27469c803cdd8248cdd5 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Fri, 27 Oct 2023 18:52:41 +0300 Subject: [PATCH] v0.0.1.8 --- module.json.template | 4 ++ styles/warriors-of-seanine.css | 94 +++++++++++++++++++++++++++++----- 2 files changed, 85 insertions(+), 13 deletions(-) diff --git a/module.json.template b/module.json.template index 13327a8..60c603a 100644 --- a/module.json.template +++ b/module.json.template @@ -18,6 +18,10 @@ "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/rime-of-the-frostmaiden.css", + "styles/warriors-of-seanine.css" + ], "packs": [ { "name": "sc-adventures", diff --git a/styles/warriors-of-seanine.css b/styles/warriors-of-seanine.css index ae17114..bd1548e 100644 --- a/styles/warriors-of-seanine.css +++ b/styles/warriors-of-seanine.css @@ -1,16 +1,6 @@ /* 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'); - -.drop-cap { - /* font-family: 'Izhitsa'; */ - color: rgb(0, 0, 0); - font-size: 70px; - line-height: 60px; - vertical-align: top; - display: inline-block; - float: left; - margin: 0 10px 0 0; -} +@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; @@ -26,16 +16,94 @@ p + p { /* PAGES */ .wos-page { - background-color :#ebefe6 ; - padding :50; + 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 {