This commit is contained in:
TheGiddyLimit
2024-04-23 23:14:25 +01:00
parent adec95d4ab
commit 99cb60d804
97 changed files with 8206 additions and 5742 deletions

View File

@@ -1,6 +1,10 @@
@use "includes/vars";
.mon__ {
&name--token .stats-source {
padding-right: 12rem;
}
&wrp-size-type-align--token,
&wrp-avoid-token {
max-width: calc(100% - 11rem);
@@ -106,6 +110,10 @@
}
}
.lst__is-exporting-image .mon__name--token .stats-source {
padding-right: 0;
}
// region Token
img.token {
font-size: 1.6em;

View File

@@ -91,10 +91,6 @@
max-height: 16px;
text-align: right;
&--btm {
cursor: ns-resize;
}
&--top {
cursor: move;
user-select: none;
@@ -169,6 +165,7 @@
right: 4px;
left: 4px;
height: 2px;
cursor: ns-resize;
}
&__resize-sw {

View File

@@ -33,6 +33,19 @@
transform: rotate(180deg);
}
}
&is-exporting-image {
.btn-name-pronounce,
.btn-stats-name {
display: none !important;
}
.lst-is-exporting-image {
&__hidden {
display: none !important;
}
}
}
}
input.lst__ {

View File

@@ -1094,10 +1094,6 @@ tr.text.compact > td p:last-child {
}
// FIXME temporary element selectors
tr th.mon__name--token {
padding-right: calc(12rem);
}
#crcalc {
input[type="number"],
input[type="checkbox"],
@@ -1848,10 +1844,6 @@ header p.lead {
}
}
.mode div.pnl-menu {
background: #d3d3d3;
}
.stripe-odd:nth-child(odd),
.stripe-even:nth-child(even),
.stripe-odd-table > tbody > tr:nth-child(odd),
@@ -3283,19 +3275,10 @@ th.border {
#classtable table tr:nth-child(odd) td {
background: #d3d3d3 !important;
}
.cls-bkmv__wrp-tabs {
display: none !important;
}
// endregion
// region bestiary.html
.mon__btn-scale-cr,
.mon__btn-reset-cr {
display: none !important;
}
.mon__name--token {
.mon__name--token .stats-source {
padding-right: 0 !important;
}
@@ -3312,10 +3295,6 @@ th.border {
border-color: #000 !important;
}
.rd__h-toggle {
display: none !important;
}
.rd__b-special,
.rd__li {
break-inside: avoid;
@@ -3323,13 +3302,6 @@ th.border {
}
// endregion
// region books/adventures
.bk__to-top,
.bk__nav-head-foot-item {
display: none !important;
}
// endregion
.bkmv-active > *:not(.bkmv) {
display: none !important;
}
@@ -3362,11 +3334,6 @@ th.border {
border: 0 !important;
padding: 0 !important;
}
// classes page book view
.pnl-menu {
display: none;
}
}
.stats--bkmv {

View File

@@ -175,7 +175,7 @@ textarea.form-control {
/* *** */
/* CREATURE STYLES */
tr th.mon__name--token {
.mon__name--token .stats-source {
padding-right: 0;
}

View File

@@ -2,6 +2,10 @@
margin-right: 5em;
}
.lst__is-exporting-image .objs__name--token .stats-source {
margin-right: 0;
}
img.token {
font-size: 1.6em;
right: 0.4em;

View File

@@ -2,6 +2,10 @@
margin-right: 5em;
}
.lst__is-exporting-image .veh__name--token .stats-source {
margin-right: 0;
}
img.token {
font-size: 1.6em;
right: 0.4em;