From c50ddfc2b10997e647f70535435fc9bb82b53d46 Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 11 Dec 2024 12:21:36 -0400 Subject: [PATCH] search blocks --- css/base.css | 2 +- css/islandora_mods.css | 52 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 48 insertions(+), 6 deletions(-) diff --git a/css/base.css b/css/base.css index 7d30803..7a28aea 100755 --- a/css/base.css +++ b/css/base.css @@ -144,7 +144,7 @@ big { font-size: 125%; } em { - font-style: normal; + /*font-style: normal;*/ } a { background-color: transparent; diff --git a/css/islandora_mods.css b/css/islandora_mods.css index ea3ae94..2f39a72 100755 --- a/css/islandora_mods.css +++ b/css/islandora_mods.css @@ -1,7 +1,10 @@ /*citation objects*/ .node-type-islandora-object { --right-col-width: 85%; - --left-col-width: 14%; + --left-col-width: 15%; + .field:not(:last-child) { + margin-bottom: 0; + } .field, .node-taxonomy-container { display: flex; @@ -29,8 +32,8 @@ width: var(--right-col-width); } - .field-item, - .field__items { + & > .field-item, + & > .field__items { width: var(--right-col-width); } .field__items .field-item { @@ -45,6 +48,9 @@ li.taxonomy-term { padding: 4px 0; } + p { + margin: 0; + } /*.field {*/ /*display: flex;*/ @@ -205,19 +211,55 @@ table { padding: 5px; } .field__label { - width: 15%; + /*width: 15%;*/ + flex-basis: calc(20% - 10px); display: block; font-weight: 500; font-family: var(--font-family-condensed); } .field-content { - width: 85%; + flex-basis: calc(80% - 10px); + } + .left { + display: flex; + justify-content: center; + .icon-wrapper { + background: white; + } + i { + border: 7px solid #fff; + background: #e7ede0; + padding: 35px; + outline: 1px solid #ccc; + font-size: 4rem; + display: inline-block; + margin: 0.5rem 0; + } + } + .views-field-did-image i { } } div#block-vre2024-solrsearchcontentsearchresultspagerforpage .pager__group { display: none; } /*facets*/ +.facets-soft-limit-link { + margin: 5px 0; + position: relative; + cursor: pointer; + border: 0; + padding: 4px 8px; + line-height: 1.6; + -webkit-appearance: button; + background: var(--upei-green); + color: #fff !important; + border-radius: 4px; + font-family: var(--tabs-font); + font-optical-sizing: auto; + font-weight: 300; + font-style: normal; + /* font-variation-settings: "wdth" 75; +} .facet-item__value { color: var(--upei-red); }