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

main v1.1.4.2-main
dmitry kirdyashkin 2024-06-16 00:47:11 +03:00
parent 04e9a6a6ac
commit 7ae0d8c461
2 changed files with 31 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# Библиотека стилей
## v1.1.4.2
* врезкам добавлено свойство flex для корректного отображения изображений
* системные шрифты заголовков журналов изменены на собственные
## v1.1.4.1
* добавлено формление изображений
## v1.1.4.0

View File

@ -40,14 +40,29 @@
background-color: #ffffff;
}
.sheet.dnd5e2-journal.journal-entry .journal-entry-content h1,
.sheet.dnd5e2-journal.journal-entry .journal-entry-content h2,
.sheet.dnd5e2-journal.journal-entry .journal-entry-content h3,
.sheet.dnd5e2-journal.journal-entry .journal-entry-content h4,
.sheet.dnd5e2-journal.journal-entry .journal-entry-content h5,
.sheet.dnd5e2-journal.journal-entry-page .window-content h1,
.sheet.dnd5e2-journal.journal-entry-page .window-content h2,
.sheet.dnd5e2-journal.journal-entry-page .window-content h3,
.sheet.dnd5e2-journal.journal-entry-page .window-content h4,
.sheet.dnd5e2-journal.journal-entry-page .window-content h5 {
font-family : 'alegreya-sc';
}
/* COMMON */
.dnd-core {
font-family : 'mookmania-regular';
}
.dnd-core p{
text-indent : 0px;
margin : auto;
margin : 0px;
}
.dnd-core p+p {
@ -61,6 +76,9 @@
/* TEXT BLOCKS */
.dnd-core .note {
display : flex;
flex-direction : column;
text-align : left;
margin : 10px;
padding : 10px;
font-family : 'open-sans';
@ -68,11 +86,13 @@
.dnd-core .note h4 {
font-weight : bold;
margin : auto;
margin : 0px;
font-family : 'alegreya-sans-sc';
}
.dnd-core .descriptive {
display : flex;
flex-direction : column;
margin : 10px;
padding : 10px;
font-family : 'open-sans';
@ -82,6 +102,11 @@
text-indent : 0px;
}
/* TABLES */
.dnd-core tr:nth-child(odd) td {
background-color : #d0e4c0;
}
/* IMAGES */
.dnd-core .header {
background-repeat : no-repeat;
@ -92,6 +117,7 @@
.dnd-core .image {
float : right;
border-width : 0px;
margin : 10px;
}
.dnd-core .image figcaption {