All checks were successful
Release Creation / build (release) Successful in 1m20s
82 lines
1.6 KiB
Plaintext
82 lines
1.6 KiB
Plaintext
:root {
|
|
--font-primary: "TimesNewRoman", serif;
|
|
--font-size-standard: 0.8rem;
|
|
--background-image-base: url("../assets/ui/lethal_fantasy_background.webp");
|
|
--font-secondary: "BaskervilleBold", serif;
|
|
--logo-standard: url("../assets/ui/lf_logo_small_02.webp");
|
|
}
|
|
|
|
.initiative-area {
|
|
min-width: 8rem;
|
|
max-width: 8rem;
|
|
display: flex;
|
|
flex-direction: row;
|
|
input {
|
|
min-width: 3rem;
|
|
max-width: 3rem;
|
|
}
|
|
}
|
|
|
|
#logo {
|
|
content: var(--logo-standard);
|
|
width: 50px;
|
|
height: 50px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
#pause > img {
|
|
content: var(--logo-standard);
|
|
height: 192px;
|
|
width: 192px;
|
|
top: -45px;
|
|
left: calc(50% - 96px);
|
|
}
|
|
|
|
i.lethalfantasy {
|
|
width: 36px;
|
|
height: 36px;
|
|
background-image: var(--logo-standard);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
display: flex;
|
|
position: relative;
|
|
filter: grayscale(1);
|
|
transition: 0.3s;
|
|
}
|
|
|
|
.application.dialog.lethalfantasy {
|
|
font-family: var(--font-primary);
|
|
font-size: calc(var(--font-size-standard) * 1.0);
|
|
background-image: var(--background-image-base);
|
|
button:hover {
|
|
background: var(--color-dark-6);
|
|
}
|
|
.legend {
|
|
font-family: var(--font-primary);
|
|
}
|
|
}
|
|
|
|
#tooltip.tooltip-avantages {
|
|
max-width: 550px;
|
|
text-align: left;
|
|
}
|
|
|
|
.chat-message,
|
|
.chat-message.whisper {
|
|
font-family: var(--font-primary);
|
|
background-image: var(--background-image-base);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.combat-sidebar li.combatant .token-initiative .initiative{
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.combat-sidebar li.combatant .token-initiative {
|
|
flex:none;
|
|
}
|
|
.initiative-minus {
|
|
margin-right: 8px;
|
|
} |