From 018842f899ddfb111934e9dbce06050a957b10d9 Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 5 Mar 2026 11:33:40 -0400 Subject: [PATCH] theme sync --- css/components/islandora_mods.css | 20 ++++++++++++++++++++ olivespostcards.info.yml | 14 +------------- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index dca673b..61f7789 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,3 +1,23 @@ +/*l'nuey collection stuff*/ +.lva .view-grid > .view-content { + display: grid; + grid-template-columns: repeat(4, 1fr); + /* margin: 0.47214rem 0 0.47214rem 2.61803rem; */ +} +.lva .grid-item__image { + margin: 0; + height: 274px; + background: #ece8e3; + overflow: hidden; +} +.node--type-islandora-object .field--label-inline > .field__item { + display: table; +} +.lva iframe.pdf { + height: 1000px; + border: 1px solid #ccc; +} +/*=======================*/ .mirador76 { display: none !important; } diff --git a/olivespostcards.info.yml b/olivespostcards.info.yml index ca27c09..8b18939 100755 --- a/olivespostcards.info.yml +++ b/olivespostcards.info.yml @@ -1,19 +1,7 @@ -# This theme is marked as @internal. It is intended to evolve and change over -# minor releases. -# As the UI of Drupal improves between minor versions, the markup and assets in -# the Olivespostcards theme will change. The Olivespostcards theme is not backwards compatible -# If you wish to modify the output or assets of Olivespostcards you can: -# 1. Copy the whole of Olivespostcards and rename it as your own theme. You will need to -# manually manage your own updates if you want to stay up to date with Olivespostcards's -# bug fixes and feature support. -# -# 2. Sub-theme Olivespostcards. This is only recommended if you want to make minor -# tweaks and understand that Olivespostcards could break your modifications as it -# changes. name: Olivespostcards type: theme base theme: false -description: THIS IS A CLONE OF OLIVERO FOR ISLANDIMAGINED. +description: This theme is for IslandImagined main site. alt text: Screenshot of Olivespostcards, Drupal front-end theme. package: Core version: VERSION