Browse Source

theme sync

master^2
rdrew 1 week ago
parent
commit
018842f899
  1. 20
      css/components/islandora_mods.css
  2. 14
      olivespostcards.info.yml

20
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 { .mirador76 {
display: none !important; display: none !important;
} }

14
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 name: Olivespostcards
type: theme type: theme
base theme: false 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. alt text: Screenshot of Olivespostcards, Drupal front-end theme.
package: Core package: Core
version: VERSION version: VERSION

Loading…
Cancel
Save