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.
152 lines
3.2 KiB
152 lines
3.2 KiB
/* ============================================================ |
|
COLLECTION GRID |
|
============================================================ */ |
|
|
|
.grid-item { |
|
border: 1px solid #ccc; |
|
padding: 8px; |
|
border-radius: 4px; |
|
box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 11px -2px; |
|
line-height: 1; |
|
} |
|
|
|
.grid-item .grid-item__image { |
|
margin: 0; |
|
background: #ece8e3; |
|
overflow: hidden; |
|
height: 350px; |
|
} |
|
|
|
.grid-item .grid-item__image img { |
|
width: 100%; |
|
} |
|
|
|
.grid-item .grid-item__title { |
|
display: block; |
|
padding: 0.5em 0; |
|
line-height: 1.2; |
|
margin: 5px 0 6px; |
|
font-weight: bold; |
|
border-bottom: 1px dotted #574938; |
|
font-size: 0.8em; |
|
} |
|
|
|
.grid-item .grid-item__title a { |
|
text-decoration: none; |
|
font-family: var(--font-serif); |
|
color: var(--color--upei-red); |
|
} |
|
|
|
.grid-item .views-field-field-abstract, |
|
.grid-item .abstract { |
|
display: block; |
|
line-height: 1.4; |
|
margin-bottom: 5px; |
|
font-size: 0.9em; |
|
color: var(--color-text-neutral-medium); |
|
} |
|
|
|
.grid-item .views-field-field-abstract a.views-more-link, |
|
.grid-item .abstract a.views-more-link { |
|
text-decoration: underline; |
|
} |
|
|
|
.grid-item .views-field-member-of-title { |
|
line-height: 1.2; |
|
} |
|
.grid-item .views-label, |
|
.grid-item .views-field-member-of-title .field__label { |
|
font-size: 0.8em; |
|
font-weight: bold; |
|
font-family: var(--font-serif); |
|
color: var(--color--upei-red); |
|
} |
|
|
|
.grid-item .views-field-member-of-title .field__item { |
|
font-size: 0.9em; |
|
} |
|
|
|
div#block-olivesnews-solrsearchcontentsearchresultspagerforpage { |
|
margin: 0; |
|
} |
|
|
|
div#block-olivesnews-content .view-header { |
|
margin: 0; |
|
} |
|
/* ============================================================ |
|
FACETS |
|
============================================================ */ |
|
|
|
.facets-widget-links ul { |
|
list-style-type: none; |
|
margin-left: 0; |
|
} |
|
|
|
.facets-widget-links ul li { |
|
margin-bottom: 3px; |
|
} |
|
|
|
.facets-widget-links ul span.facet-item__count { |
|
font-weight: 600; |
|
} |
|
|
|
/* ============================================================ |
|
SITE HEADER |
|
============================================================ */ |
|
|
|
div#block-olivesnews-site-branding { |
|
background: #333; |
|
} |
|
|
|
.site-header__initial { |
|
background: #000; |
|
} |
|
|
|
.social-bar { |
|
background-image: url(../../images/natural_paper.png); |
|
} |
|
|
|
/* ============================================================ |
|
BROWSE PAGE |
|
============================================================ */ |
|
.view-newspaper-directory img { |
|
border: 1px solid #ccc; |
|
padding: 2px; |
|
} |
|
.node--type-islandora-object .field { |
|
display: flex; |
|
border-bottom: 1px dotted #ccc; |
|
margin: 0; |
|
padding-bottom: 0.5em; |
|
margin-bottom: 0.5em; |
|
|
|
.field__label { |
|
font-family: var(--font-sans); |
|
font-size: var(--font-size-base); |
|
flex: 0 0 150px; |
|
} |
|
.field__item { |
|
font-family: var(--font-sans); |
|
font-size: var(--font-size-base); |
|
flex: 1; |
|
line-height: 2; |
|
p { |
|
margin: 0; |
|
} |
|
} |
|
summary { |
|
font-family: var(--font-sans); |
|
font-size: var(--font-size-base); |
|
} |
|
} |
|
/*.node--type-islandora-object .field--name-field-contributor-details {*/ |
|
/*display: flex;*/ |
|
/*gap: 12px; [> optional - space between label and text <]*/ |
|
/*[>align-items: center; [> optional - vertical alignment <]<]*/ |
|
/*.field__label {*/ |
|
/*flex: 0 0 150px;*/ |
|
/*}*/ |
|
/*.field__item {*/ |
|
/*flex: 1;*/ |
|
/*}*/ |
|
/*}*/
|
|
|