|
|
@ -1,5 +1,25 @@ |
|
|
|
/*citation objects*/ |
|
|
|
/*citation objects*/ |
|
|
|
.node-type-islandora-object { |
|
|
|
iframe.pdf { |
|
|
|
|
|
|
|
/* margin: 2rem; */ |
|
|
|
|
|
|
|
width: 92%; |
|
|
|
|
|
|
|
margin: 0 3rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#block-views-block-related-scholar-profiles-block-1 { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
.block-title { |
|
|
|
|
|
|
|
/*display: block;*/ |
|
|
|
|
|
|
|
/*font-weight: 500;*/ |
|
|
|
|
|
|
|
/*font-size: 1rem;*/ |
|
|
|
|
|
|
|
/*font-family: var(--font-family-condensed);*/ |
|
|
|
|
|
|
|
/*margin: 0;*/ |
|
|
|
|
|
|
|
/*padding: 0;*/ |
|
|
|
|
|
|
|
/*width: var(--left-col-width);*/ |
|
|
|
|
|
|
|
/*&::after {*/ |
|
|
|
|
|
|
|
/*content: ":";*/ |
|
|
|
|
|
|
|
/*}*/ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.page-type-islandora-object { |
|
|
|
--right-col-width: 85%; |
|
|
|
--right-col-width: 85%; |
|
|
|
--left-col-width: 15%; |
|
|
|
--left-col-width: 15%; |
|
|
|
.field:not(:last-child) { |
|
|
|
.field:not(:last-child) { |
|
|
@ -13,6 +33,7 @@ |
|
|
|
padding: 0.5rem 0; |
|
|
|
padding: 0.5rem 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.field__label, |
|
|
|
.field__label, |
|
|
|
|
|
|
|
.block-title, |
|
|
|
h3.term-title { |
|
|
|
h3.term-title { |
|
|
|
/* width: 15%; */ |
|
|
|
/* width: 15%; */ |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
@ -24,6 +45,7 @@ |
|
|
|
width: var(--left-col-width); |
|
|
|
width: var(--left-col-width); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.block-title::after, |
|
|
|
h3.term-title::after, |
|
|
|
h3.term-title::after, |
|
|
|
.field__label::after { |
|
|
|
.field__label::after { |
|
|
|
content: ":"; |
|
|
|
content: ":"; |
|
|
|