From 9b30cfe734947d6529e3ea72a4d35d5d20fbdc5d Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Sun, 31 Mar 2024 17:49:43 +0300 Subject: [PATCH] v1.1.0.0 --- README.md | 4 ++ helper-scripts | 2 +- module.json.template | 3 +- src/styles/pf2/menace-under-otari.css | 79 +++++++++++++++++++++++++++ 4 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 README.md create mode 100644 src/styles/pf2/menace-under-otari.css diff --git a/README.md b/README.md new file mode 100644 index 0000000..5edb293 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Приключения + +## v1.1.0.0 +Добавлен шаблон для модуля Угроза под Отари \ No newline at end of file diff --git a/helper-scripts b/helper-scripts index a457525..383c6e9 160000 --- a/helper-scripts +++ b/helper-scripts @@ -1 +1 @@ -Subproject commit a457525145ba1d5ad3b1762c40056b6316099b21 +Subproject commit 383c6e975d82def8b66e888c03d2959bc4d30061 diff --git a/module.json.template b/module.json.template index 13ec5a7..909e7b8 100644 --- a/module.json.template +++ b/module.json.template @@ -23,6 +23,7 @@ "styles/core.css", "styles/rime-of-the-frostmaiden.css", "styles/warriors-of-seanine.css", - "styles/descent-into-avernus.css" + "styles/descent-into-avernus.css", + "styles/pf2/menace-under-otari.css" ] } diff --git a/src/styles/pf2/menace-under-otari.css b/src/styles/pf2/menace-under-otari.css new file mode 100644 index 0000000..212acb1 --- /dev/null +++ b/src/styles/pf2/menace-under-otari.css @@ -0,0 +1,79 @@ +.muo { + padding :50; + font-family : 'Mookmania Regular'; + font-size :medium; +} + +.muo h1,h2,h3,h4,h5 { + color: #345a1e; +} + +.muo p { + margin: auto; +} + +.muo p+p { + text-indent: 20px; +} + +.muo .descriptive { + font-family : 'Open Sans', sans-serif; + font-size: small; + color: #345a1e; +} + +.muo .descriptive hr { + border: 1px solid #345a1e +} + +.muo .note-exp { + font-family : 'Open Sans', sans-serif; + font-size : small; + margin-top : 20px; + margin-bottom : 20px; + color : white; + border : 2px solid #c1e45e; + border-radius : 15px; + background-color : #345a1e; + padding : 20; +} + +.muo .note { + font-family : 'Open Sans', sans-serif; + font-size : small; + margin-top : 20px; + margin-bottom : 20px; + border : 2px solid #345a1e; + border-radius : 15px; + background-color : #eaf3bd; + padding : 20; +} + +.muo .note p { + text-indent : 20px; +} + +.muo .note h3 { + text-indent : 20px; + margin-top : -10px; +} + +.muo .note-exp p { + text-indent : 20px; +} + +.muo .note-exp h3 { + color: white; + text-indent : 20px; + margin-top : -10px; +} + +.muo .note-exp img { + width : 50px; + height : 50px; + text-indent : 10; + float : inline-start; + position : relative; + left : -35; + top : -30; +}