You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.6 KiB
88 lines
1.6 KiB
.site-branding__name a { |
|
color: inherit; |
|
font-size: clamp(1.5rem, 3vw, 2rem); |
|
} |
|
.site-branding__slogan a { |
|
color: inherit; |
|
font-size: clamp(1rem, 3vw, 1.5rem); |
|
} |
|
.region--sidebar .block { |
|
border: 1px solid #ccc; |
|
} |
|
.node--type-islandora-object { |
|
.field { |
|
margin: 0; |
|
border-bottom: 1px dotted #ccc; |
|
padding-top: 8px; |
|
padding-bottom: 5px; |
|
} |
|
.field__label { |
|
width: 250px; |
|
} |
|
} |
|
.page-node-type-islandora-object { |
|
.region--content { |
|
margin-block-end: 0 !important; |
|
} |
|
} |
|
.field--name-field-abstract, |
|
.field--name-field-note, |
|
.field.field--name-field-rights { |
|
display: flex; |
|
.field__items { |
|
float: none; |
|
} |
|
.field__label { |
|
flex: none; |
|
} |
|
.field__item { |
|
line-height: 1.6; |
|
} |
|
} |
|
div#block-citation-select-block { |
|
margin: 0; |
|
margin-bottom: 1em; |
|
} |
|
div#block-mirador-block { |
|
margin-bottom: 0; |
|
} |
|
div#formatted-bibliography .csl-bib-body { |
|
background: #eeeeee; |
|
padding: 5px; |
|
border: 1px dotted #ccc; |
|
} |
|
/*collection grid*/ |
|
.grid-item { |
|
border: 1px solid #ccc; |
|
padding: 4px; |
|
border-radius: 4px; |
|
background: #ece8e3; |
|
.grid-item__image { |
|
margin: 0; |
|
height: 180px; |
|
background: #ece8e3; |
|
overflow: hidden; |
|
img { |
|
width: 100%; |
|
} |
|
} |
|
.grid-item__title { |
|
display: block; |
|
/*text-align: center;*/ |
|
line-height: 1.2; |
|
margin: 5px 0 6px 0; |
|
/*height: 3em;*/ |
|
a { |
|
text-decoration: none; |
|
font-family: var(--font-serif); |
|
/*font-size: var(--font-size-l);*/ |
|
} |
|
} |
|
} |
|
#toggle-facets { |
|
background-color: #574938; |
|
} |
|
nav.pager { |
|
display: flex; |
|
justify-content: space-around; |
|
}
|
|
|