82 lines
1.6 KiB
82 lines
1.6 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 { |
|
display: none; |
|
} |
|
.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; |
|
} |
|
}
|
|
|