Divers fixes + fiches creatures

This commit is contained in:
2022-11-13 23:01:41 +01:00
parent f88fbf977d
commit 50e42d4ecf
17 changed files with 552 additions and 105 deletions

View File

@@ -401,8 +401,9 @@ table {border: 1px solid #7a7971;}
.window-app.sheet .window-content .sheet-header input[type="text"], .window-app.sheet .window-content .sheet-header input[type="number"], .window-app.sheet .window-content .sheet-header input[type="password"], .window-app.sheet .window-content .sheet-header input[type="date"], .window-app.sheet .window-content .sheet-header input[type="time"] {
color: rgba(36, 37, 37, 0.75);
background: rgba(255, 255, 255, 0.05);
border: 0 none;
/*background: rgba(255, 255, 255, 0.05);*/
border: 2px saddlebrown;
border-width: 2px;
margin-bottom: 0.25rem;
}
@@ -420,6 +421,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
object-position: 50% 0;
margin: 0.5rem 0 0.5rem 0.5rem;
padding: 0;
border:0px;
}
.sheet nav.sheet-tabs {
@@ -1373,4 +1375,14 @@ ul, li {
.item-field {
justify-content: flex-start;
flex-grow: 1;
}
.chat-success {
font-size: 1.2rem;
font-weight: bold;
color: darkgreen;
}
.chat-failure {
font-size: 1.2rem;
font-weight: bold;
color: darkred;
}