From 9c6d851223e814d63f9120b526ea6c1bfd36c6a6 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Sun, 7 Apr 2024 23:37:55 +0300 Subject: [PATCH] v1.1.0.5 --- README.md | 13 ++++--- module.json.template | 2 +- src/styles/core.css | 38 ++++++++++--------- ...f-seanine.css => warriors-of-sehanine.css} | 1 + 4 files changed, 30 insertions(+), 24 deletions(-) rename src/styles/{warriors-of-seanine.css => warriors-of-sehanine.css} (97%) diff --git a/README.md b/README.md index a9d3613..4ca2c25 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ +## v1.1.0.5 +* Исправлено оформление журнала +* Исправлено имя файла стилей модуля Воины Сеанин ## v1.1.0.4 -Исправлено оформление журнала Воины Сеанин +* Исправлено оформление журнала Воины Сеанин ## v1.1.0.3 -Изменено общее форматирование +* Изменено общее форматирование ## v1.1.0.2 -Изменено общее форматирование +* Изменено общее форматирование ## v1.1.0.1 -Исправлено форматирование для модуля Угроза под Отари +* Исправлено форматирование для модуля Угроза под Отари ## v1.1.0.0 -Добавлен шаблон для модуля Угроза под Отари \ No newline at end of file +* Добавлен шаблон для модуля Угроза под Отари \ No newline at end of file diff --git a/module.json.template b/module.json.template index 909e7b8..a7a148c 100644 --- a/module.json.template +++ b/module.json.template @@ -22,7 +22,7 @@ "styles/common.css", "styles/core.css", "styles/rime-of-the-frostmaiden.css", - "styles/warriors-of-seanine.css", + "styles/warriors-of-sehanine.css", "styles/descent-into-avernus.css", "styles/pf2/menace-under-otari.css" ] diff --git a/src/styles/core.css b/src/styles/core.css index e393597..55ab078 100644 --- a/src/styles/core.css +++ b/src/styles/core.css @@ -1,42 +1,44 @@ .core-page { font-family : 'Mookmania Regular'; - margin : 10px; + margin : 10px; } .core-page p { - margin : auto; + margin : auto; } .core-page p+p { - text-indent : 20px; + text-indent : 20px; } /* 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; + 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; font-family : 'Open Sans', sans-serif; - font-size : small; - padding : 10px; - margin-top : 20px; - margin-bottom : 10px; + font-size : small; + padding : 10px; + margin-top : 20px; + margin-bottom : 10px; } .core-page .note h4{ - font-size : medium; - font-family : 'Open Sans', sans-serif; + font-size : medium; + font-family : 'Open Sans', sans-serif; } .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 : 6px; + background-color : #fffdec; + border-image : url(https://static.kdiva.ru/foundry-main/images/descriptive%2Dborder%2Dcommon.png) 12 stretch; + border-image-outset : 6px; border-image-width : 10px; font-family : 'Open Sans', sans-serif; - font-size : small; - padding : 10px; + font-size : small; + padding : 10px; + margin-top : 10px; + margin-bottom : 10px; } .core-page .class-block p{ @@ -45,5 +47,5 @@ /* TABLES */ .core-page tr:nth-child(odd) td { - background-color : #d0e4c0; + background-color : #d0e4c0; } \ No newline at end of file diff --git a/src/styles/warriors-of-seanine.css b/src/styles/warriors-of-sehanine.css similarity index 97% rename from src/styles/warriors-of-seanine.css rename to src/styles/warriors-of-sehanine.css index 2ec610e..d6c1ed9 100644 --- a/src/styles/warriors-of-seanine.css +++ b/src/styles/warriors-of-sehanine.css @@ -37,6 +37,7 @@ font-family : 'Open Sans', sans-serif; font-size : small; padding : 10px; + margin-bottom : 20px; } /* TABLES */