mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Little Tweak Correction
This commit is contained in:
@@ -747,11 +747,12 @@ input[type="checkbox"]:checked {
|
||||
|
||||
.ui-dialog .charsheet button[type="roll"],
|
||||
input[type="checkbox"]:checked {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 1px solid #999 !important;
|
||||
z-index: 2;
|
||||
max-height: none!important;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 1px solid #999 !important;
|
||||
z-index: 2;
|
||||
max-height: none!important;
|
||||
height: 18px!important;
|
||||
}
|
||||
|
||||
.ui-dialog .charsheet button[type="roll"]:hover,
|
||||
@@ -862,7 +863,7 @@ input[type="checkbox"]::before {
|
||||
color: grey;
|
||||
font-family: "Material Symbols Outlined";
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
line-height: 15px;
|
||||
letter-spacing: normal;
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -1203,8 +1204,11 @@ select.sheet-left option {
|
||||
}
|
||||
|
||||
.sheet-cogs-icon {
|
||||
font-family: "Material Symbols Outlined";
|
||||
font-family: "Material Symbols Outlined" !important;
|
||||
font-style: normal;
|
||||
text-transform: none !important;
|
||||
white-space: nowrap;
|
||||
direction: ltr;
|
||||
font-size: 15px !important;
|
||||
line-height: 18px !important;
|
||||
letter-spacing: normal !important;
|
||||
@@ -1217,6 +1221,8 @@ select.sheet-left option {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-feature-settings: "liga";
|
||||
-webkit-font-feature-settings: "liga";
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-variation-settings:
|
||||
"FILL" 0,
|
||||
"wght" 400,
|
||||
@@ -2032,9 +2038,13 @@ input.sheet-inputchar2 {
|
||||
}
|
||||
|
||||
.sheet-talent-card2 .sheet-checkbox-active {
|
||||
appearance: none !important;
|
||||
-webkit-appearance: none !important;
|
||||
border-radius: 100%;
|
||||
width: 10px !important;
|
||||
height: 10px !important;
|
||||
aspect-ratio: 1 / 1;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.sheet-talent-section .sheet-oneline {
|
||||
@@ -2136,8 +2146,9 @@ input.sheet-inputchar2 {
|
||||
}
|
||||
|
||||
.sheet-main-deathsaves .sheet-triplecolumn {
|
||||
grid-template-columns: 4fr 1fr 1fr 1fr;
|
||||
gap: 5px !important;
|
||||
grid-template-columns: 4fr 1fr 1fr 1fr;
|
||||
gap: 5px !important;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.sheet-main-deathsaves .sheet-triplecolumn h4 {
|
||||
@@ -2202,7 +2213,7 @@ textarea.sheet-cogs-hideshow-div1 {
|
||||
}
|
||||
|
||||
.sheet-main-menu input {
|
||||
height: 25px !important;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.sheet-classdisplay {
|
||||
@@ -2388,13 +2399,13 @@ button.repcontrol_add {
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.sheet-cogs-hideshow:checked ~ .sheet-cogs-hideshow-div1,
|
||||
.sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div2 {
|
||||
.sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div1,
|
||||
.sheet-cogs-hideshow:checked ~ .sheet-cogs-hideshow-div2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sheet-main-conditions .sheet-cogs-hideshow:checked ~ .sheet-cogs-hideshow-div1,
|
||||
.sheet-main-conditions .sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div2 {
|
||||
.sheet-main-conditions .sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div1,
|
||||
.sheet-main-conditions .sheet-cogs-hideshow:checked ~ .sheet-cogs-hideshow-div2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -2689,8 +2700,9 @@ img[name="attr_character-portrait"] {
|
||||
object-fit: cover;
|
||||
border-radius: 5px;
|
||||
aspect-ratio: 1 / 1;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.sheet-background-vertical-art {
|
||||
@@ -2956,10 +2968,6 @@ textarea::placeholder {
|
||||
grid-template-columns: 100px 100px 100px 1fr 1fr 100px;
|
||||
}
|
||||
|
||||
.sheet-background-area img {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.sheet-totalweight {
|
||||
font-size: 18px !important;
|
||||
font-family: var(--main-font);
|
||||
@@ -3011,10 +3019,22 @@ textarea::placeholder {
|
||||
}
|
||||
|
||||
.sheet-main-header {
|
||||
grid-template-columns:1fr;
|
||||
gap: 10px !important;
|
||||
align-items: flex-start !important;
|
||||
height: 100%;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 10px !important;
|
||||
align-items: flex-start !important;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sheet-main-menu-npc input,
|
||||
.sheet-main-menu-npc span {
|
||||
height: 18px !important;
|
||||
}
|
||||
|
||||
.sheet-main-header .sheet-main-header2 {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 10px !important;
|
||||
align-items: flex-start !important;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sheet-main-header2 {
|
||||
@@ -4231,8 +4251,8 @@ img.error {
|
||||
}
|
||||
|
||||
.charsheet .sheet-background-header-line1 {
|
||||
display: grid !important;
|
||||
grid-template-columns: 1fr 1fr !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: 1fr 1fr 1fr!important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-background-id-item {
|
||||
@@ -4281,9 +4301,9 @@ img.error {
|
||||
}
|
||||
|
||||
.charsheet .sheet-main-menu-npcornot label span {
|
||||
height: 26px !important;
|
||||
line-height: 26px !important;
|
||||
font-size: 16px !important;
|
||||
height: 18px !important;
|
||||
line-height: 12px !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-main-menu.sheet-main-menu2,
|
||||
@@ -4856,9 +4876,10 @@ img.error {
|
||||
}
|
||||
|
||||
.charsheet input[type="checkbox"] {
|
||||
border: 1px solid rgba(155, 155, 155, 0.55) !important;
|
||||
background-color: transparent !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
|
||||
border: 1px solid rgba(155, 155, 155, 0.55) !important;
|
||||
background-color: transparent !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
|
||||
height: 15px!important;
|
||||
}
|
||||
|
||||
.charsheet input[type="checkbox"]:checked {
|
||||
@@ -5046,10 +5067,10 @@ img.error {
|
||||
|
||||
.charsheet .sheet-main-menu.sheet-main-menu2,
|
||||
.sheet-darkmode .charsheet .sheet-main-menu.sheet-main-menu2 {
|
||||
border: none !important;
|
||||
background-color: transparent !important;
|
||||
padding: 0 !important;
|
||||
gap: 4px !important;
|
||||
border: none !important;
|
||||
background-color: transparent !important;
|
||||
padding: 0 !important;
|
||||
gap: 4px !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-main-menu.sheet-main-menu2 > .sheet-standardbox {
|
||||
@@ -5833,6 +5854,10 @@ img.error {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.sheet-darkmode .charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-classdisplay {
|
||||
color:white!important
|
||||
}
|
||||
|
||||
.charsheet .sheet-main-hitdie .sheet-hitdice-row > button[type="roll"] {
|
||||
grid-column: 2 / 3 !important;
|
||||
grid-row: 1 / 2 !important;
|
||||
@@ -6120,9 +6145,70 @@ img.error {
|
||||
|
||||
.charsheet .sheet-maingrid-area-mid {
|
||||
grid-area: gridmid !important;
|
||||
display: grid !important;
|
||||
grid-template-areas: "gridmidleft gridmidright" !important;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
|
||||
gap: 10px !important;
|
||||
align-items: start !important;
|
||||
align-content: start !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-maingrid-area-midleft {
|
||||
grid-area: gridmidleft !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: minmax(0, 1fr) !important;
|
||||
gap: 10px !important;
|
||||
align-content: start !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-maingrid-area-midright {
|
||||
grid-area: gridmidright !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: minmax(0, 1fr) !important;
|
||||
gap: 10px !important;
|
||||
align-content: start !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-background-area {
|
||||
display: grid !important;
|
||||
grid-template-areas:
|
||||
"vertical-art vertical-art vertical-art generalnotes generalnotes generalnotes generalnotes generalnotes generalnotes generalnotes" !important;
|
||||
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
|
||||
grid-template-rows: auto !important;
|
||||
gap: 10px !important;
|
||||
align-items: start !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-background-vertical-art {
|
||||
grid-area: vertical-art !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: minmax(0, 1fr) !important;
|
||||
gap: 10px !important;
|
||||
align-content: start !important;
|
||||
align-items: start !important;
|
||||
min-width: 0 !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-background-generalnotes {
|
||||
grid-area: generalnotes !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: minmax(0, 1fr) !important;
|
||||
gap: 10px !important;
|
||||
align-content: start !important;
|
||||
align-items: start !important;
|
||||
min-width: 0 !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-background-area > div > div {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-maingrid-area-firstbloc-left {
|
||||
grid-area: firstbloc !important;
|
||||
display: grid !important;
|
||||
@@ -7380,6 +7466,14 @@ grid-template-columns: 1fr 1.5fr;
|
||||
color: #1f1f1f !important;
|
||||
}
|
||||
|
||||
.sheet-darkmode .charsheet .sheet-coin input[name="attr_cp"],
|
||||
.sheet-darkmode .charsheet .sheet-coin input[name="attr_sp"],
|
||||
.sheet-darkmode .charsheet .sheet-coin input[name="attr_ep"],
|
||||
.sheet-darkmode .charsheet .sheet-coin input[name="attr_gp"],
|
||||
.sheet-darkmode .charsheet .sheet-coin input[name="attr_pp"] {
|
||||
color: var(--secondary-color) !important;
|
||||
}
|
||||
|
||||
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 {
|
||||
gap: 6px !important;
|
||||
}
|
||||
|
||||
@@ -2672,7 +2672,7 @@ const MANESTAT={
|
||||
<div class="sheet-button-holder">
|
||||
<!-- -->
|
||||
<input id="npc" class="input-colored1" type="radio" value="npc" name="attr_npcornot-status" />
|
||||
<label for="npc"><span class="sheet-material-symbols-outlined">shield_person</span></label>
|
||||
<label for="npc"><span class="sheet-material-symbols-outlined">chess_knight</span></label>
|
||||
<!-- -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -7387,48 +7387,27 @@ const MANESTAT={
|
||||
<h4 class="sheet-minititles2" data-i18n="personal-details-label">Personal Details</h4>
|
||||
<div class="sheet-oneline">
|
||||
<div class="sheet-background-header-line1">
|
||||
<div class="sheet-background-id-item">
|
||||
<h4 data-i18n="age-label">Age</h4>
|
||||
<input type="text" placeholder="-" name="attr_character_age" />
|
||||
</div>
|
||||
<div class="sheet-background-id-item">
|
||||
<h4 data-i18n="height-label">Height</h4>
|
||||
<input type="text" placeholder="-" name="attr_character_height" />
|
||||
</div>
|
||||
<div class="sheet-background-id-item">
|
||||
<h4 data-i18n="weight-label">Weight</h4>
|
||||
<input type="text" placeholder="-" name="attr_character_age" />
|
||||
<input type="text" placeholder="-" name="attr_character_height" />
|
||||
<input type="text" placeholder="-" name="attr_character_weight" />
|
||||
</div>
|
||||
<div class="sheet-background-id-item">
|
||||
<h4 data-i18n="skin-label">Skin</h4>
|
||||
<h4 data-i18n="hair-label">Hair</h4>
|
||||
<h4 data-i18n="eye-label">Eye</h4>
|
||||
<input type="text" placeholder="-" name="attr_character_skin" />
|
||||
</div>
|
||||
<div class="sheet-background-id-item">
|
||||
<h4 data-i18n="hair-label">Hair</h4>
|
||||
<input type="text" placeholder="-" name="attr_character_hair" />
|
||||
</div>
|
||||
<div class="sheet-background-id-item">
|
||||
<h4 data-i18n="eye-label">Eye</h4>
|
||||
<input type="text" placeholder="-" name="attr_character_eye" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ----- CHARACTER PORTRAITS ----- -->
|
||||
<div class="sheet-standardbox sheet-standardbox2">
|
||||
<div class="sheet-main-vehicle-name1">
|
||||
<h4 class="sheet-minititles2" data-i18n="character-portrait-label">Character Portrait</h4>
|
||||
<div class="sheet-cogs-container">
|
||||
<input class="sheet-cogs-input sheet-portrait-hideshow" type="checkbox" name="attr_sheet-portrait-hideshow" />
|
||||
<span class="sheet-cogs-icon">settings</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-oneline">
|
||||
<input class="sheet-hidden sheet-portrait-hideshow" type="checkbox" name="attr_sheet-portrait-hideshow" />
|
||||
<input class="sheet-portrait-hideshow-div1" type="text" placeholder="(URL) Character Portrait" data-i18n-placeholder="url-character-portrait-placeholder" name="attr_character-portrait" />
|
||||
<img name="attr_character-portrait" />
|
||||
</div>
|
||||
<h4 class="sheet-minititles2" data-i18n="character-portrait-label">Character Portrait</h4>
|
||||
<img name="attr_character-portrait" />
|
||||
<input type="text" placeholder="(URL) Character Portrait" data-i18n-placeholder="url-character-portrait-placeholder" name="attr_character-portrait" />
|
||||
</div>
|
||||
|
||||
<!-- ----- CHARACTER APPEARANCE ----- -->
|
||||
@@ -7487,7 +7466,7 @@ const MANESTAT={
|
||||
<div class="sheet-standardboxx" style="height: 100%; min-width: 100px; border: none !important">
|
||||
<div class="sheet-main-image" style="margin-top: 20px !important; width: 150px !important; min-height: 55px !important"></div>
|
||||
</div>
|
||||
<h4 class="sheet-credits">Level Up: Advanced 5th Edition 2026 Official Character Sheet ordered by EN Publishing created by Spirito & Yojojoman with the help of the community.</h4>
|
||||
<h4 class="sheet-credits">Level Up: Advanced 5th Edition 2026 Official Character Sheet by EN Publishing - created by Spirito.fr & Yojojoman with the community. (Last Updated: 5 May 26)</h4>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user