add dinosaurs, dragons, and werebeasts

add some more campaign info
add encounter generators (alpha)
This commit is contained in:
2024-04-27 17:09:53 -04:00
parent f9a3003d70
commit a58d40278b
86 changed files with 2354 additions and 345 deletions

View File

@@ -321,6 +321,11 @@ table th {
text-align: center;
}
.calendarWrapper p {
text-align: center;
margin: 1rem;
}
.calendarWrapper .calendar {
display: grid;
grid-template-columns: repeat(6, 1fr);
@@ -366,6 +371,38 @@ table th {
padding: 0.5rem;
}
.encounterResultTable {
margin-bottom: 1rem;
margin-top: 1rem;
}
.encounterResultTable td {
text-align: center;
border: 1px dashed #f6bc43;
}
.encounterResultTable th {
border: 1px dashed #f6bc43;
border-bottom-style: solid;
border-collapse: collapse;
padding: 0.5rem;
}
.encounterButtonsWrapper {
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
}
.encounterButtonsWildernessWrapper {
/* margin-left: auto; */
border: 1px solid #e94e5c;
border-radius: .3rem;
padding: .25rem .5rem .5rem;
text-align: center;
}
.feature hr {
border: 1px 0 0 0;
border-color: #885c68;