|
|
@ -1,7 +1,10 @@ |
|
|
|
/*citation objects*/ |
|
|
|
/*citation objects*/ |
|
|
|
.node-type-islandora-object { |
|
|
|
.node-type-islandora-object { |
|
|
|
--right-col-width: 85%; |
|
|
|
--right-col-width: 85%; |
|
|
|
--left-col-width: 14%; |
|
|
|
--left-col-width: 15%; |
|
|
|
|
|
|
|
.field:not(:last-child) { |
|
|
|
|
|
|
|
margin-bottom: 0; |
|
|
|
|
|
|
|
} |
|
|
|
.field, |
|
|
|
.field, |
|
|
|
.node-taxonomy-container { |
|
|
|
.node-taxonomy-container { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -29,8 +32,8 @@ |
|
|
|
width: var(--right-col-width); |
|
|
|
width: var(--right-col-width); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.field-item, |
|
|
|
& > .field-item, |
|
|
|
.field__items { |
|
|
|
& > .field__items { |
|
|
|
width: var(--right-col-width); |
|
|
|
width: var(--right-col-width); |
|
|
|
} |
|
|
|
} |
|
|
|
.field__items .field-item { |
|
|
|
.field__items .field-item { |
|
|
@ -45,6 +48,9 @@ |
|
|
|
li.taxonomy-term { |
|
|
|
li.taxonomy-term { |
|
|
|
padding: 4px 0; |
|
|
|
padding: 4px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
p { |
|
|
|
|
|
|
|
margin: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*.field {*/ |
|
|
|
/*.field {*/ |
|
|
|
/*display: flex;*/ |
|
|
|
/*display: flex;*/ |
|
|
@ -205,19 +211,55 @@ table { |
|
|
|
padding: 5px; |
|
|
|
padding: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
.field__label { |
|
|
|
.field__label { |
|
|
|
width: 15%; |
|
|
|
/*width: 15%;*/ |
|
|
|
|
|
|
|
flex-basis: calc(20% - 10px); |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
font-family: var(--font-family-condensed); |
|
|
|
font-family: var(--font-family-condensed); |
|
|
|
} |
|
|
|
} |
|
|
|
.field-content { |
|
|
|
.field-content { |
|
|
|
width: 85%; |
|
|
|
flex-basis: calc(80% - 10px); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.left { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
.icon-wrapper { |
|
|
|
|
|
|
|
background: white; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
i { |
|
|
|
|
|
|
|
border: 7px solid #fff; |
|
|
|
|
|
|
|
background: #e7ede0; |
|
|
|
|
|
|
|
padding: 35px; |
|
|
|
|
|
|
|
outline: 1px solid #ccc; |
|
|
|
|
|
|
|
font-size: 4rem; |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
margin: 0.5rem 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.views-field-did-image i { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
div#block-vre2024-solrsearchcontentsearchresultspagerforpage .pager__group { |
|
|
|
div#block-vre2024-solrsearchcontentsearchresultspagerforpage .pager__group { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
/*facets*/ |
|
|
|
/*facets*/ |
|
|
|
|
|
|
|
.facets-soft-limit-link { |
|
|
|
|
|
|
|
margin: 5px 0; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
border: 0; |
|
|
|
|
|
|
|
padding: 4px 8px; |
|
|
|
|
|
|
|
line-height: 1.6; |
|
|
|
|
|
|
|
-webkit-appearance: button; |
|
|
|
|
|
|
|
background: var(--upei-green); |
|
|
|
|
|
|
|
color: #fff !important; |
|
|
|
|
|
|
|
border-radius: 4px; |
|
|
|
|
|
|
|
font-family: var(--tabs-font); |
|
|
|
|
|
|
|
font-optical-sizing: auto; |
|
|
|
|
|
|
|
font-weight: 300; |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
/* font-variation-settings: "wdth" 75; |
|
|
|
|
|
|
|
} |
|
|
|
.facet-item__value { |
|
|
|
.facet-item__value { |
|
|
|
color: var(--upei-red); |
|
|
|
color: var(--upei-red); |
|
|
|
} |
|
|
|
} |
|
|
|