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

descent-into-avernus v1.1.2-descent-into-avernus
dmitry.kirdyashkin 2024-01-22 21:51:30 +03:00
parent 9a55d733fa
commit 5306fc7a64
2 changed files with 55 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,47 @@
/* PAGES */
.bgdia-page {
padding :50;
font-family : 'Mookmania Regular';
}
/* NOTES */
.bgdia-page .note {
background-color : #dbbfae;
border-image : url(https://static.kdiva.ru/foundry-main/images/note%2Dborder.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
padding-left : 10px;
padding-bottom : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
.bgdia-page .note h5{
font-size: medium;
padding-top: 20;
margin-bottom: -10px;
}
.bgdia-page .note p{
font-size: small;
margin-right: 20;
margin-bottom: 20;
}
.bgdia-page .descriptive {
background-color : #fdfde9;
border-image : url(https://static.kdiva.ru/foundry-main/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 4px;
border-image-width : 11px;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 1px;
margin : 7px;
font-family : 'Open Sans', sans-serif;
}
/* TABLES */
.bgdia-page tr:nth-child(odd) td {
background-color : #dbbfae;
}