mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Fixing sheet CSE
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
}
|
||||
|
||||
body,
|
||||
.charsheet,
|
||||
.sheet-rolltemplate-ordem-paranormal,
|
||||
.sheet-rolltemplate-ordem-paranormal-attack,
|
||||
.sheet-rolltemplate-ordem-paranormal-error-chance,
|
||||
@@ -63,7 +64,9 @@ body,
|
||||
--grafite: #353535;
|
||||
}
|
||||
|
||||
html.dark,
|
||||
body.sheet-darkmode,
|
||||
body.sheet-darkmode .charsheet,
|
||||
.sheet-rolltemplate-darkmode {
|
||||
color-scheme: dark;
|
||||
|
||||
@@ -446,13 +449,13 @@ h6 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sheet-main .sheet-pseudo-attributes .container-pvs-mps {
|
||||
.sheet-main .sheet-pseudo-attributes .sheet-container-pvs-mps {
|
||||
min-height: 6.5rem;
|
||||
}
|
||||
|
||||
.sheet-main
|
||||
.sheet-pseudo-attributes
|
||||
.container-pvs-mps
|
||||
.sheet-container-pvs-mps
|
||||
.sheet-inside-negative-corner {
|
||||
display: grid;
|
||||
grid-template-columns: 74px auto 74px;
|
||||
@@ -634,7 +637,7 @@ h6 {
|
||||
.sheet-attacks-container
|
||||
.sheet-attacksgrid
|
||||
.sheet-containercritico
|
||||
input.margem {
|
||||
input.sheet-margem {
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
@@ -729,7 +732,7 @@ h6 {
|
||||
.sheet-attacksgrid
|
||||
.sheet-moreinfo
|
||||
.sheet-containermoreinfo
|
||||
.sheet-inputtextbellow.descricao {
|
||||
.sheet-inputtextbellow.sheet-descricao {
|
||||
grid-column: 1/5;
|
||||
}
|
||||
|
||||
@@ -2755,7 +2758,7 @@ h6 {
|
||||
.sheet-skills-container
|
||||
.sheet-inside-negative-corner
|
||||
.sheet-skill-grid-template
|
||||
.sheet-repitem {
|
||||
.repitem {
|
||||
display: grid;
|
||||
grid-template-columns: auto 12px 48px 12px 35px 12px 12px 80px 12px 24px 12px 35px;
|
||||
}
|
||||
@@ -5088,10 +5091,6 @@ h6 {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-darkmode {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.sheet-deityAndLevel {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 5fr;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@
|
||||
"authors": "Rafael 'Drarkors' Figueiredo Zanetti, Miguel 'Beholder' de Souza Silva e Heitor Andrade",
|
||||
"preview": "ordemparanormal.png",
|
||||
"instructions": "Ficha de Ordem Paranormal fanmade.",
|
||||
"legacy": true,
|
||||
"legacy": false,
|
||||
"printable": false,
|
||||
"useroptions": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user