Update palladium_fantasy_1e.css

Removed alternate line background color from the spell roll template.
This commit is contained in:
Kraynic
2022-03-13 13:38:58 -06:00
committed by GitHub
parent 0fbce5f29b
commit 313282dcd4
@@ -1150,13 +1150,13 @@ input.skillextras-toggle[value='1']~div.skillextras-hide {
padding-right: 5px;
text-align: right;
}
.sheet-rolltemplate-custom .sheet-value {
}
.sheet-rolltemplate-custom .sheet-content :nth-child(4n+3),
.sheet-rolltemplate-custom .sheet-content :nth-child(4n) {
background:#dcd4bf;
}
.sheet-rolltemplate-custom .sheet-value {
}
.sheet-rolltemplate-custom .sheet-desc {
grid-column: span 2;
padding: 5px;
@@ -1350,8 +1350,9 @@ input.skillextras-toggle[value='1']~div.skillextras-hide {
grid-template-columns: auto;
font-size:1em;
font-weight: bold;
padding-top:5px;
padding-left: 5px;
/*padding-top:5px;
padding-left: 5px;*/
padding: 5px;
text-align: center;
color: black;
}
@@ -1465,11 +1466,6 @@ input.skillextras-toggle[value='1']~div.skillextras-hide {
}
.sheet-rolltemplate-spells .sheet-value {
}
.sheet-rolltemplate-spells .sheet-content :nth-child(4n+3),
.sheet-rolltemplate-spells .sheet-content :nth-child(4n) {
background:#dcd4bf;
}
.sheet-rolltemplate-spells .sheet-desc {
grid-column: span 2;
padding: 5px;
@@ -1481,6 +1477,7 @@ input.skillextras-toggle[value='1']~div.skillextras-hide {
background-color:transparent;
border:0;
color:#3f8aa6;
font-weight: bold;
display:inline;
padding: 0
}