Skip to content

Commit

Permalink
Arcanas & Ancestrais: melhorias nas rolagens
Browse files Browse the repository at this point in the history
  • Loading branch information
cleisonsilfer committed Oct 26, 2020
1 parent c535fc4 commit 7ba92e2
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 68 deletions.
180 changes: 180 additions & 0 deletions Arcanas&Ancestrais/arcanas.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@
font-size:0.7em;
}

.sheet-jogada-morte img{
max-width: 8%;
}

.sheet-proficiencies {
grid-area: proficiencies;
margin-top:110px;
Expand Down Expand Up @@ -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;
}
Loading

0 comments on commit 7ba92e2

Please sign in to comment.