From 52a990fc8cdb8b459f65be7aefa34da3b1dddc7b Mon Sep 17 00:00:00 2001 From: rdrew Date: Mon, 5 Jan 2026 15:54:10 -0400 Subject: [PATCH] tune variants --- css/components/islandora_mods.css | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index bc14ce7..39f3b1b 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,21 +1,37 @@ +/*tune variants*/ +.view-bdh-audio-views caption { + margin-top: 1rem; + + a { + font-size: 1.5rem; + text-decoration: none; + font-variant: unset; + font-style: normal; + padding-top: 1em; + display: flex; + } + a:after { + content: " :"; + } +} /*video*/ .able { box-shadow: none; } .able-player { - font-family: Arial, Helvetica, sans-serif; - background-color: var(--color--bdh-red); + font-family: Arial, Helvetica, sans-serif; + background-color: var(--color--bdh-red); } .bdh--video { /*.views-row {*/ - /*[>background: var(--color--bdh-red);<]*/ - /*border:1px solid #ccc;*/ - /*padding:1rem;*/ - /*margin-bottom: 1rem;*/ + /*[>background: var(--color--bdh-red);<]*/ + /*border:1px solid #ccc;*/ + /*padding:1rem;*/ + /*margin-bottom: 1rem;*/ /*}*/ } .view-bdh-audio-views .views-table { - width: 100%; + width: 100%; } /*people pges*/ .person--layout {