From 428e63936d6c63aadcc544b9c7b0028fd9bb9838 Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 6 Jan 2026 14:23:02 -0400 Subject: [PATCH] search tile tweaks, facet styles --- css/components/islandora_mods.css | 33 ++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 5793c06..61adbd3 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,3 +1,12 @@ +/*facets*/ +.facet-item__status, +.facet-item__count { + color: #333; +} +.facet-wrapper ul { + list-style-type: none; + margin: 0; +} /*tune variants*/ .view-bdh-audio-views caption { margin-top: 1rem; @@ -20,7 +29,7 @@ } .able-player { font-family: Arial, Helvetica, sans-serif; - background-color: var(--color--bdh-red); + /*background-color: var(--color--bdh-red);*/ } .bdh--video { /*.views-row {*/ @@ -71,6 +80,14 @@ } } } +.views-field.views-field-field-abstract { + .label { + display: none; + } + li { + list-style-type: none; + } +} .node--type-islandora-object .node__content { background: #995051; padding: 1rem; @@ -78,7 +95,8 @@ font-weight: normal; a { color: #d2966e; - text-decoration: none; + color: #fff; + /*text-decoration: none;*/ } a:hover { color: #fff; @@ -87,8 +105,10 @@ } .field__label { width: 14em; - font-weight: normal; + font-weight: bold; color: #d2966e; + color: #fff; + font-family: var(--font-serif); } .field { border-bottom: 1px solid #fff; @@ -165,7 +185,10 @@ } } } - .views-field:not(.views-field-did-image) { + .views-field:not( + .views-field-field-representative-image, + .views-field-did-image + ) { background: var(--field-bg); border: var(--border-width) solid var(--color--bdh-red); border-top: 0; @@ -178,7 +201,7 @@ } } span.views-label { - font-weight:bold; + font-weight: bold; /*display: block;*/ } }