diff --git a/README.md b/README.md index 5edb293..2478b8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Приключения +## v1.1.0.1 +Исправлено форматирование для модуля Угроза под Отари ## v1.1.0.0 Добавлен шаблон для модуля Угроза под Отари \ No newline at end of file diff --git a/src/styles/pf2/menace-under-otari.css b/src/styles/pf2/menace-under-otari.css index 212acb1..ecc9ec1 100644 --- a/src/styles/pf2/menace-under-otari.css +++ b/src/styles/pf2/menace-under-otari.css @@ -1,79 +1,78 @@ -.muo { - padding :50; +.muo-page { + padding :10px; font-family : 'Mookmania Regular'; font-size :medium; } -.muo h1,h2,h3,h4,h5 { - color: #345a1e; -} - -.muo p { +.muo-page p { + text-indent: 0px; margin: auto; } -.muo p+p { +.muo-page p+p { text-indent: 20px; } -.muo .descriptive { +.muo-page .descriptive { font-family : 'Open Sans', sans-serif; font-size: small; color: #345a1e; } -.muo .descriptive hr { +.muo-page .descriptive hr { border: 1px solid #345a1e } -.muo .note-exp { +.muo-page .note-exp { + padding-top: 1px; font-family : 'Open Sans', sans-serif; font-size : small; - margin-top : 20px; - margin-bottom : 20px; +} + +.muo-page .note-exp img { + width : 50px; + height : 50px; + float : inline-start; + position : relative; + left : 5px; + top : 10px; + border : none; +} + +.muo-page .note-exp .text-block { + margin-top: 20px; + margin-left: 20px; + padding: 10px; color : white; border : 2px solid #c1e45e; border-radius : 15px; background-color : #345a1e; - padding : 20; } -.muo .note { +.muo-page .note-exp .text-block p { + text-indent: 26px; +} + +.muo-page .note-exp .text-block h4 { + text-indent: 10px; +} + +.muo-page .note { font-family : 'Open Sans', sans-serif; font-size : small; margin-top : 20px; margin-bottom : 20px; + margin-left : 20px; border : 2px solid #345a1e; border-radius : 15px; background-color : #eaf3bd; - padding : 20; + padding : 10px; } -.muo .note p { - text-indent : 20px; +.muo-page .note p { + text-indent : 0px; } -.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; -} +.muo-page .note h4 { + text-indent : 0px; +} \ No newline at end of file