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.
99 lines
1.9 KiB
99 lines
1.9 KiB
.leaflet-popup-content { |
|
& .node--view-mode-teaser .field { |
|
margin-block-end: 0; |
|
} |
|
& .node__title { |
|
font-size: 1.4rem; |
|
} |
|
& article { |
|
margin-bottom: 0; |
|
} |
|
& .node__content { |
|
padding-bottom: 0; |
|
font-size: 0.9rem; |
|
& .field__label, |
|
.field__items { |
|
font-size: 0.9rem; |
|
font-weight: normal; |
|
} |
|
} |
|
} |
|
.view-alphabetical-title-list { |
|
& .node--view-mode-teaser .field { |
|
margin-block-end: 0; |
|
} |
|
& .node__title { |
|
/*font-size: 1.4rem;*/ |
|
} |
|
& article { |
|
/*margin-bottom: 0;*/ |
|
} |
|
& .node__content { |
|
/*padding-bottom: 0;*/ |
|
/*font-size: 0.9rem;*/ |
|
& .field__label, |
|
.field__items { |
|
/*font-size: 0.9rem;*/ |
|
font-weight: normal; |
|
} |
|
} |
|
} |
|
.node--type-book { |
|
figure { |
|
border: 1px solid #ccc; |
|
border-bottom: 0; |
|
} |
|
figcaption { |
|
border: 1px solid #ccc; |
|
} |
|
} |
|
|
|
/*some cosmetic tweaks re the spacing of collection titles, display count and pager*/ |
|
.page-node-type-islandora-object { |
|
} |
|
#block-olivesvoices-page-title { |
|
/*margin-bottom: 0em;*/ |
|
} |
|
div#block-views-block-media-display-blocks-source { |
|
margin:0; |
|
} |
|
#block-citation-select-block { |
|
margin-top:2rem; |
|
} |
|
.advanced_search_result_pager, |
|
div#block-olivesvoices-solrsearchcontentsearchresultspagerforblock { |
|
margin-bottom: 0; |
|
} |
|
.collection-view { |
|
.views-field.views-field-title { |
|
text-align: center; |
|
font-weight: bold; |
|
} |
|
.views-field.views-field-title a { |
|
text-align: center; |
|
text-decoration: none; |
|
&:hover { |
|
text-decoration: underline; |
|
} |
|
} |
|
.views-field-did-image img { |
|
border: 1px solid #ccc; |
|
padding: 4px; |
|
background: #f3f3f3; |
|
border-radius: 4px; |
|
} |
|
} |
|
#block-olivesvoices-landingpagecollectionlist { |
|
li { |
|
line-height: 25px; |
|
margin-bottom: 8px; |
|
a { |
|
font-family: var(--font-sans); |
|
font-size: 1rem; |
|
} |
|
} |
|
} |
|
.region--content-above .block__content .text-content { |
|
border-bottom: 4px double #333; |
|
padding-bottom: 1em; |
|
}
|
|
|