181 lines
2.7 KiB
Plaintext
181 lines
2.7 KiB
Plaintext
/*************************************************************/
|
|
#pause
|
|
{
|
|
font-size: 2rem;
|
|
}
|
|
#pause > h3
|
|
{
|
|
color: #CCC
|
|
}
|
|
#pause > img {
|
|
content: url(../images/ui/logo_pause.webp);
|
|
height: 200px;
|
|
width: 200px;
|
|
top: -100px;
|
|
left: calc(50% - 132px);
|
|
}
|
|
|
|
#logo {
|
|
content : url(../images/ui/logo_pause.webp);
|
|
width: 100px;
|
|
height: 60px;
|
|
}
|
|
|
|
.dice-cell {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
width: 60px;
|
|
text-align: center;
|
|
}
|
|
|
|
.dice-formula,
|
|
.dice-total {
|
|
height: 54px;
|
|
position:relative;
|
|
}
|
|
|
|
.status-small-label {
|
|
font-size: 0.65rem;
|
|
}
|
|
.no-grow {
|
|
flex-grow: 1;
|
|
max-width: 32px;
|
|
}
|
|
.status-col-name {
|
|
max-width: 72px;
|
|
}
|
|
.img-no-border {
|
|
max-width: 48px;
|
|
max-height: 48px;
|
|
border: 0px;
|
|
}
|
|
.items-title-bg {
|
|
margin-top: 6px;
|
|
color: @color-text;
|
|
|
|
}
|
|
.items-title-text {
|
|
margin-left: 4px;
|
|
}
|
|
.lock-icon {
|
|
width:16px;
|
|
height: 16px;
|
|
}
|
|
.item-sheet-img {
|
|
width: 64px;
|
|
height: auto;
|
|
border: 0;
|
|
}
|
|
.item-name-img {
|
|
flex-grow:1;
|
|
max-width: 2rem;
|
|
min-width: 2rem;
|
|
}
|
|
.item-name-label-header {
|
|
flex-grow:2;
|
|
max-width: 12rem;
|
|
min-width: 12rem;
|
|
}
|
|
.item-name-label-header-long {
|
|
flex-grow:2;
|
|
max-width: 14rem;
|
|
min-width: 14rem;
|
|
}
|
|
.item-name-label-header-long2 {
|
|
flex-grow:2;
|
|
max-width: 24rem;
|
|
min-width: 24rem;
|
|
}
|
|
.item-name-label {
|
|
flex-grow:2;
|
|
max-width: 10rem;
|
|
min-width: 10rem;
|
|
}
|
|
.item-name-label-long {
|
|
margin-top: 4px;
|
|
flex-grow:2;
|
|
max-width: 10rem;
|
|
min-width: 10rem;
|
|
}
|
|
.item-name-label-short {
|
|
flex-grow:1;
|
|
max-width: 4rem;
|
|
min-width: 4rem;
|
|
}
|
|
.item-name-label-medium {
|
|
margin-top: 4px;
|
|
flex-grow:2;
|
|
max-width: 6rem;
|
|
min-width: 6rem;
|
|
}
|
|
.item-name-label-long2 {
|
|
margin-top: 4px;
|
|
flex-grow:2;
|
|
max-width: 22rem;
|
|
min-width: 22rem;
|
|
}
|
|
.item-name-label-level2 {
|
|
flex-grow:2;
|
|
max-width: 9rem;
|
|
min-width: 9rem;
|
|
}
|
|
.item-field-label-short {
|
|
flex-grow:1;
|
|
max-width: 4rem;
|
|
min-width: 4rem;
|
|
}
|
|
.item-field-label-medium {
|
|
flex-grow:1;
|
|
max-width: 6rem;
|
|
min-width: 6rem;
|
|
}
|
|
.item-field-skill {
|
|
flex-grow:1;
|
|
max-width: 6.8rem;
|
|
min-width: 6.8rem;
|
|
}
|
|
.item-field-label-long {
|
|
flex-grow:1;
|
|
max-width: 10rem;
|
|
min-width: 10rem;
|
|
}
|
|
.item-control-end {
|
|
align-self: flex-end;
|
|
}
|
|
.alternate-list {
|
|
margin-top: 4px;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.item-filler {
|
|
flex-grow: 6;
|
|
flex-shrink: 7;
|
|
}
|
|
.item-controls-fixed {
|
|
min-width:2rem;
|
|
max-width: 2rem;
|
|
}
|
|
.attribute-label {
|
|
font-weight: bold;
|
|
}
|
|
.flexrow-no-expand {
|
|
flex-grow: 0;
|
|
}
|
|
.item-input-small {
|
|
max-width: 16px;
|
|
max-height: 12px;
|
|
}
|
|
.flip-tarot {
|
|
transform: scaleY(-1);
|
|
}
|
|
.tarot-fixed-width {
|
|
width: 140px;
|
|
max-width: 140px;
|
|
}
|
|
.tarot-title {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
.character-summary-rollable {
|
|
text-decoration: underline;
|
|
}
|