diff --git a/Arcanas&Ancestrais/arcanas.css b/Arcanas&Ancestrais/arcanas.css index c6c784cb1397..2b866fd806eb 100644 --- a/Arcanas&Ancestrais/arcanas.css +++ b/Arcanas&Ancestrais/arcanas.css @@ -266,6 +266,10 @@ font-size:0.7em; } +.sheet-jogada-morte img{ + max-width: 8%; +} + .sheet-proficiencies { grid-area: proficiencies; margin-top:110px; @@ -590,3 +594,179 @@ margin-left: 5px; } +.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox-ataque{ + padding:5px; + width:100%; + box-sizing:border-box; + text-align:center; +} +.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox-ataque { + padding:5px; + font-family: 'Oldenburg', cursive; + width:100%; + box-sizing:border-box; + margin-bottom:3px; +} +.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox-ataque .sheet-roll-label{ + margin-top:5px; + width:100%; + display:flex; + align-items:center; + justify-content:center; + text-align:center; + font-weight:normal +} +.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox-ataque .sheet-roll{ + padding-top:5px; + width:100%; + display:flex; + align-items:center; + justify-content:center; + text-align:center +} +.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox-ataque .sheet-roll span{ + margin:0 auto; + padding:8px; + font-size:18px +} + +.sheet-size-70 { + max-width: 70px !important; +} + +.sheet-left-30 { + margin-left: 30px !important; +} + +.sheet-size-123 { + max-width: 123px !important; +} + +.sheet-ca-label { + font-size: 1.7em !important; + text-align:center !important; +} + +.sheet-left-22 { + margin-left:22px !important; +} + +.sheet-ca-total { + width: 40px !important; + font-size:1.2em !important; +} + +.sheet-size-30 { + width: 30px !important; +} + +.sheet-left-10 { + margin-left:10px !important; +} + +.sheet-top-6 { + "margin-top:6px !important; +} + +.sheet-left-5 { + margin-left: 5px !important; +} + +.sheet-left-80 { + margin-left: 80px !important; +} + +.sheet-pv { + width: 50px !important; + font-size: 1em !important; + text-align: right !important; +} + +.sheet-dv { + width: 30px !important; + font-size: 1em !important; +} + +.sheet-top-5 { + margin-top: 5px !important; +} + +.sheet-size-205 { + max-width:205px !important; +} + +.sheet-height-18 { + max-height:18px !important; +} + +.sheet-height-17 { + max-height:17px !important; +} + +.sheet-height-15 { + max-height:15px !important; +} + +.sheet-font-normal { + font-size: 1em !important; +} + +.sheet-size-150 { + max-width:150px !important; +} + +.sheet-left-105 { + margin-left:105px !important; +} + +.sheet-left-35 { + margin-left:35px !important; +} + +.sheet-left-48 { + margin-left:48px !important; +} + +.sheet-left-50 { + margin-left:50px !important; +} + +.sheet-left-12 { + margin-left:12px !important; +} + +.sheet-left-10 { + margin-left:10px !important; +} + +.sheet-size-80 { + width:80px !important; + max-width:80px !important; +} + +.sheet-font-menor { + font-size: 0.7em !important; +} + +.sheet-size-50 { + width:50px !important; + max-width:50px !important; +} + +.sheet-size-53 { + width:53px !important; + max-width:53px !important; +} + +.sheet-size-60 { + max-width:60px !important; +} + +.sheet-nivel { + width: 3.5em !important; +} + +.sheet-anotacoes { + max-height:100% !important; + height:100% !important; +} \ No newline at end of file diff --git a/Arcanas&Ancestrais/arcanas.html b/Arcanas&Ancestrais/arcanas.html index 68e189b4d882..6ede1078613b 100644 --- a/Arcanas&Ancestrais/arcanas.html +++ b/Arcanas&Ancestrais/arcanas.html @@ -20,7 +20,7 @@