151 lines
2.6 KiB
Plaintext
151 lines
2.6 KiB
Plaintext
.application.dialog.lethalfantasy {
|
|
color: var(--color-dark-1);
|
|
|
|
input,
|
|
select {
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
border-color: var(--color-dark-6);
|
|
color: var(--color-dark-2);
|
|
}
|
|
}
|
|
|
|
.lethalfantasy-roll-dialog {
|
|
fieldset {
|
|
padding: 4px;
|
|
}
|
|
.goto-token-button {
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-content: center;
|
|
margin-left: 0.5rem;
|
|
max-width: 8rem;
|
|
background-color: var(--color-dark-6);
|
|
color: var(--color-dark-2);
|
|
border: none;
|
|
border-radius: 4px;
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
}
|
|
|
|
.lethalfantasy-range-defense-dialog {
|
|
width: 18rem;
|
|
|
|
fieldset {
|
|
padding: 4px;
|
|
}
|
|
select {
|
|
margin-left: 0.5rem;
|
|
min-width: 10rem;
|
|
max-width: 10rem;
|
|
}
|
|
.field-section {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: left;
|
|
}
|
|
.field-name {
|
|
width:4rem;
|
|
min-width: 4rem;
|
|
max-width: 4rem;
|
|
}
|
|
}
|
|
|
|
|
|
.dialog-form {
|
|
.form-footer {
|
|
button {
|
|
min-width: 14rem;
|
|
min-height: 3.2rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
.dialog-modifier {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
select {
|
|
border: none;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
color: var(--color-dark-2);
|
|
width: 60px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.dialog-favor {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
select {
|
|
border: none;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
color: var(--color-dark-2);
|
|
width: 120px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
.main,
|
|
.dialog-damage,
|
|
.dialog-resource,
|
|
.dialog-challenge,
|
|
.dialog-save {
|
|
margin-bottom: 0px;
|
|
padding-bottom: 0px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: var(--font-secondary);
|
|
font-size: calc(var(--font-size-standard) * 1.0);
|
|
color: var(--color-dark-1);
|
|
}
|
|
|
|
&.dice-roll {
|
|
flex-direction: column;
|
|
|
|
.dice-total,
|
|
.dice-formula {
|
|
padding-top: 4px;
|
|
}
|
|
.dice-total {
|
|
margin-bottom: 4px;
|
|
}
|
|
.message-header {
|
|
font-family: var(--font-primary);
|
|
}
|
|
img {
|
|
border: 0px;
|
|
}
|
|
.intro-chat {
|
|
border-radius: 20px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
.intro-img {
|
|
padding: 4px;
|
|
width: 80px;
|
|
align-self: center;
|
|
}
|
|
.intro-right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
.introText {
|
|
font-family: var(--font-secondary);
|
|
font-size: calc(var(--font-size-standard) * 1.0);
|
|
width: 210px;
|
|
margin-left: 20px;
|
|
}
|
|
}
|
|
}
|
|
.result {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: calc(var(--font-size-standard) * 1.0);
|
|
text-shadow: 0 0 10px var(--color-shadow-primary);
|
|
}
|
|
}
|