|
|
|
|
@ -404,7 +404,7 @@ div#block-views-block-media-display-blocks-source {
|
|
|
|
|
|
|
|
|
|
.field--name-field-spouse, |
|
|
|
|
.field--name-field-children { |
|
|
|
|
display: flex; |
|
|
|
|
/* display: flex; */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.view-oai-pmh-item-links .field-content { |
|
|
|
|
@ -436,9 +436,12 @@ div#block-views-block-media-display-blocks-source {
|
|
|
|
|
/* border-bottom: 1px solid #eaeaea; */ |
|
|
|
|
} |
|
|
|
|
.field__label { |
|
|
|
|
width: 13rem; |
|
|
|
|
width: 10rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.book .field__label { |
|
|
|
|
width: 13em !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.view-solr-search-content .view-header { |
|
|
|
|
@ -501,5 +504,57 @@ div#block-views-block-media-display-blocks-source {
|
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
body:not(.page-node-type-islandora-object) { |
|
|
|
|
|
|
|
|
|
/* test typeography*/ |
|
|
|
|
|
|
|
|
|
.slide__description a, |
|
|
|
|
.menu a, |
|
|
|
|
#block-olivesbooks-landingpagemenu .menu a, |
|
|
|
|
.tabs a, |
|
|
|
|
h2, |
|
|
|
|
h1 { |
|
|
|
|
letter-spacing: 4%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.book .node__content, |
|
|
|
|
.people_metadata { |
|
|
|
|
.field--label-inline .field__label, |
|
|
|
|
.field--label-inline .field__items { |
|
|
|
|
float: none; |
|
|
|
|
} |
|
|
|
|
.field { |
|
|
|
|
display: flex; |
|
|
|
|
line-height: 1; |
|
|
|
|
} |
|
|
|
|
.field__label, |
|
|
|
|
.field__item, |
|
|
|
|
.field__items { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.field.field--name-field-affiliation > .field__items > .field__item { |
|
|
|
|
/* margin-left: 0.7em; */ |
|
|
|
|
} |
|
|
|
|
.field.field--name-field-affiliation > .field__items > .field__item { |
|
|
|
|
border-left: 4px double #ccc; |
|
|
|
|
padding-left: 5px; |
|
|
|
|
|
|
|
|
|
/* margin-left: 0.7em; */ |
|
|
|
|
} |
|
|
|
|
@media ((min-width: 600px)) { |
|
|
|
|
.field.field--name-field-organization { |
|
|
|
|
/* display: flex; */ |
|
|
|
|
/* place-items: flex-start; */ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.field.field--name-field-affiliation { |
|
|
|
|
/* display: flex; */ |
|
|
|
|
.field__label { |
|
|
|
|
font-family: var(--font-serif); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.view-other-people-in-the-same-organizations h3 { |
|
|
|
|
margin: 0.5em 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|