Skip to content

Commit

Permalink
Merge pull request #13574 from VJRolmasters/ANIME-5
Browse files Browse the repository at this point in the history
[WAR STORIES: WWII RPG] Roll buttons actualized
  • Loading branch information
kfroll20 authored Dec 5, 2024
2 parents 236d3fc + 68597ac commit e500d4f
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 44 deletions.
41 changes: 29 additions & 12 deletions WAR STORIES WW2 RPG/warstories.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,18 +524,36 @@ h1 {
background: #FFF;
grid-template-columns: auto auto;
line-height: 1.4em;
background: #EEE;
background: #EEE;

}

.sheet-rolltemplate-warstories .sheet-content > div {
padding: 5px;
padding: 0px;
}

.sheet-rolltemplate-warstories .sheet-content .sheet-key {
font-weight: bold;
padding-right: 10px;
text-align: right;
height: auto;
min-height: 40px;
font-weight: bold;
padding: 30px 5px 0px 5px;
text-align: center;
font-size: 26px;
color: #2e3512;
font-family: "Vollkorn SC", serif;
font-style: normal;
}

.sheet-rolltemplate-warstories .sheet-content .sheet-value {
height: auto;
min-height: 40px;
font-weight: bold;
padding: 30px 0px 0px 10px;
text-align: left;
font-size: 26px;
color: #2e3512;
font-family: "Vollkorn SC", serif;
font-style: normal;
}

.sheet-rolltemplate-warstories .sheet-content :nth-child(1n+3),
Expand All @@ -544,16 +562,15 @@ h1 {
}

.sheet-rolltemplate-warstories .sheet-desc {
height: 35px;
height: auto;
grid-column: span 2;
margin-top: 15px;
padding: 4px 8px;
padding: 8px;
text-align: center;
font-size: 26px;
font-size: 14px;
color: #2e3512;
font-family: "Vollkorn SC", serif;
font-weight: 600;
font-style: normal;
font-family: "IM Fell Great Primer SC", serif;
font-style: normal;
border-top: 2px solid #2e3512;
}


Expand Down
Loading

0 comments on commit e500d4f

Please sign in to comment.