From 313282dcd4dc88f6877bb3ffb9dca3416bbdea0b Mon Sep 17 00:00:00 2001 From: Kraynic <48894209+Kraynic@users.noreply.github.com> Date: Sun, 13 Mar 2022 13:38:58 -0600 Subject: [PATCH] Update palladium_fantasy_1e.css Removed alternate line background color from the spell roll template. --- Palladium Fantasy 1E/palladium_fantasy_1e.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Palladium Fantasy 1E/palladium_fantasy_1e.css b/Palladium Fantasy 1E/palladium_fantasy_1e.css index 0de75d6755..38a1ec17e8 100644 --- a/Palladium Fantasy 1E/palladium_fantasy_1e.css +++ b/Palladium Fantasy 1E/palladium_fantasy_1e.css @@ -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 }