foundry-vtt-system-midgard5/source/style/Character-sheet.less

86 lines
1.0 KiB
Plaintext

// main: midgard5.less
.midgard5 {
.flexrow {
align-items: center;
}
h3 {
margin-top: 1rem;
}
.sheet.character {
form {
display: flex;
flex-direction: column;
}
.sheet-content {
height: 100%;
display: flex;
flex-direction: column;
.editor {
height: 100%;
}
}
.profile-img {
height: 64px;
width: 64px;
}
.description {
flex: 0 0 100%;
margin: 0;
}
}
.level-display {
text-align: right;
font-weight: bold;
}
td {
padding: 0 0.5rem 0 0.5rem;
&.center {
text-align: center;
}
&.fixed-value {
width: 3rem;
text-align: center;
}
}
input.skill {
width: 5rem;
}
input.fixed {
width: 5rem;
}
.new-skill {
font-style: italic;
background: rgba(0, 0, 0, 0.3);
color:rgba(255, 255, 255);
button {
background: rgba(255, 255, 255, 0.5);
}
}
button.roll-button {
background: url(/icons/svg/d20-black.svg) no-repeat;
background-size: 24px 24px;
width: 26px;
height: 26px;
}
span.spell-process {
color:rgb(93, 93, 93);
font-style: italic;
}
}