diff --git a/d20age/d20age.css b/d20age/d20age.css index fcce9b65f21e..0beaa895479b 100644 --- a/d20age/d20age.css +++ b/d20age/d20age.css @@ -146,7 +146,7 @@ fieldset { flex-direction: column; } span { - background-image: url("https://raw.githubusercontent.com/machado-cesar/roll20-character-sheets/feature_d20age/d20age/images/pencil-scribble-banner-3.png"); + background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/d20age/images/pencil-scribble-banner-3.png"); background-size: auto 38px; background-position: center; color: white; @@ -330,15 +330,30 @@ input[type="checkbox"] { width: 231px !important; padding: 15px; border-radius: 4px; - background: linear-gradient( - 145deg, - #fff, - #eee - ); + background-color: #fff; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(255, 255, 255, 0.5) inset; transform: rotate(-0.5deg); } + +.art-container::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: linear-gradient( + 135deg, + rgba(0, 0, 0, 0) 0%, + rgba(0, 0, 0, 0.04) 60%, + rgba(0, 0, 0, 0.08) 100% + ); + pointer-events: none; + z-index: 1; + border-radius: 4px; +} + .tape { width: 198px !important; height: 30px; @@ -377,7 +392,7 @@ input[type="checkbox"] { .art { border-radius: 8px; background-image: url(@{character_name|avatar}); - background-position: center; + background-position: flex-start; background-size: cover; background-repeat: no-repeat; } @@ -776,7 +791,7 @@ input[type="checkbox"] { } .retainers-header input, .retainers-header select { - background-image: url("https://raw.githubusercontent.com/machado-cesar/roll20-character-sheets/feature_d20age/d20age/images/pencil-scribble-banner-3.png"); + background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/d20age/images/pencil-scribble-banner-3.png"); background-size: auto 38px; background-position: center; color: white !important; @@ -813,7 +828,7 @@ input[type="checkbox"] { } .retainers-hd-moral-and-thac0 button { background-color: unset !important; - background-image: url("https://raw.githubusercontent.com/machado-cesar/roll20-character-sheets/feature_d20age/d20age/images/pencil-scribble-banner-3.png") !important; + background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/d20age/images/pencil-scribble-banner-3.png") !important; background-size: auto 38px; background-position: center; color: white !important; diff --git a/d20age/d20age.html b/d20age/d20age.html index c791e5d5d4aa..2bafd0cfb6ea 100644 --- a/d20age/d20age.html +++ b/d20age/d20age.html @@ -2,7 +2,6 @@ - @@ -18,7 +17,7 @@