v1.1.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

main v1.1.0.1-main
dmitry.kirdyashkin 2024-03-31 22:48:10 +03:00
parent 9b30cfe734
commit 0311cd6803
2 changed files with 43 additions and 42 deletions

View File

@ -1,4 +1,6 @@
# Приключения
## v1.1.0.1
Исправлено форматирование для модуля Угроза под Отари
## v1.1.0.0
Добавлен шаблон для модуля Угроза под Отари

View File

@ -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;
}
.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-bottom : 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;
}