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

main v1.1.0.0-main
dmitry.kirdyashkin 2024-03-31 17:49:43 +03:00
parent 9502d06714
commit 9b30cfe734
4 changed files with 86 additions and 2 deletions

4
README.md 100644
View File

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

@ -1 +1 @@
Subproject commit a457525145ba1d5ad3b1762c40056b6316099b21
Subproject commit 383c6e975d82def8b66e888c03d2959bc4d30061

View File

@ -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"
]
}

View File

@ -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;
}