From ece5c4f873319dd3e3b2ebeff5d56418e95d07b2 Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 17 Dec 2025 15:25:56 -0400 Subject: [PATCH] people pages --- css/components/book.css | 2 +- css/components/islandora_mods.css | 51 +++++++++++++++++++++++++++++-- css/components/text-content.css | 4 +-- 3 files changed, 51 insertions(+), 6 deletions(-) diff --git a/css/components/book.css b/css/components/book.css index 8b98cc8..0098889 100755 --- a/css/components/book.css +++ b/css/components/book.css @@ -52,7 +52,7 @@ -webkit-text-decoration: none; text-decoration: none; color: var(--color-text-primary-medium); - font-family: var(--font-serif); + font-family: var(--font-sans); font-size: 1.125rem; font-weight: 600; } diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index d9cf157..bc14ce7 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,3 +1,22 @@ +/*video*/ +.able { + box-shadow: none; +} +.able-player { + 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;*/ + /*}*/ +} +.view-bdh-audio-views .views-table { + width: 100%; +} /*people pges*/ .person--layout { display: flex; @@ -5,11 +24,12 @@ border: 1px solid #ccc; padding: 4px; margin-right: 1em; + width: 100%; } .field--name-description { margin-left: 1rem; - line-height: 1.6; + line-height: 1.7; } .person--details { background: var(--color--bdh-red); @@ -35,14 +55,38 @@ } } } +.node--type-islandora-object .node__content { + background: #995051; + padding: 1rem; + color: #fff; + font-weight: normal; + a { + color: #d2966e; + text-decoration: none; + } + a:hover { + color: #fff; + + text-decoration: underline; + } + .field__label { + width: 14em; + font-weight: normal; + color: #d2966e; + } + .field { + border-bottom: 1px solid #fff; + padding-bottom: 1em; + color: #fff; + } +} .book-navigation__menu { .book-navigation__item { - /*text-decoration: none;*/ /*border-bottom: 1px solid #ccc;*/ } a { - width:100%; + width: 100%; } .menu__item--active-trail:before { content: ">"; @@ -105,6 +149,7 @@ } } } + .views-field-field-pid, .views-field-member-of-title { background: var(--field-bg); border: var(--border-width) solid var(--color--bdh-red); diff --git a/css/components/text-content.css b/css/components/text-content.css index 7b7832e..78db80c 100755 --- a/css/components/text-content.css +++ b/css/components/text-content.css @@ -138,8 +138,8 @@ @media (min-width: 62.5rem) { .text-content blockquote, .cke_editable blockquote { - font-size: 2.5rem; - line-height: calc(3.5 * var(--sp)); + font-size: 1.5rem; + line-height: calc(2 * var(--sp)); } }