diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 94587f4..f8c491c 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,3 +1,47 @@ +.node__content video { + border: 1px solid #ccc; + padding: 4px; +} +.page-node-type-islandora-object .view-media-display-blocks img { + border: 1px solid #ccc; + padding: 4px; +} +/* facets */ +.facet-item__status, +.facet-item__count { + color: #333; +} + +.facet-wrapper ul { + list-style-type: none; + /*margin: 0;*/ +} +.facets-widget-links > ul { + margin: 0; +} + +.facet-wrapper ul a { + text-decoration: none; + font-size: 1em; +} +div#block-olivesbdh-content .field--name-field-abstract .field__item { + /*padding-left:6.5em;*/ +} +div#block-olivesbdh-book-navigation ul { + margin-top: 0; + margin-bottom: 0; +} +.view-content { + margin-bottom: 0; + margin-block-end: 0; +} + +.views-table { + margin-bottom: 0; +} +.pager { + margin-top: 2em; +} .page-node-type-book #toggle-facets { display: none; } @@ -100,6 +144,8 @@ audio#global-able-player { /* media */ iframe.pdf { height: 1380px; + border: 1px solid #ccc; + padding: 4px; } .node__content video { @@ -115,22 +161,6 @@ iframe.pdf { } } -/* facets */ -.facet-item__status, -.facet-item__count { - color: #333; -} - -.facet-wrapper ul { - list-style-type: none; - /*margin: 0;*/ -} - -.facet-wrapper ul a { - text-decoration: none; - font-size: 1em; -} - /* tune variants */ .view-bdh-audio-views caption { margin-top: 1rem; @@ -371,11 +401,15 @@ div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock { /* islandora abstract */ .node--type-islandora-object .field--name-field-abstract { - display: flex; + /*display: table;*/ } +.node--type-islandora-object .field__item { + color: #fff; +} .node--type-islandora-object .field--name-field-abstract .field__item { line-height: 1.5; + color: #fff; } /* image grid */ @@ -403,7 +437,7 @@ span.file.file--mime-application-pdf.file--application-pdf a { font-size: var(--font-size-l); font-weight: 700; line-height: var(--line-height-s); - padding: 1px var(--sp1-5); + padding: 10px var(--sp1-5); } span.file.file--mime-application-pdf.file--application-pdf:before {