Olivero clone for PWC, Island Archives
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.
 
 
 
 

219 lines
4.7 KiB

/*collection grid*/
.collection-view > .view-content {
display: grid;
grid-template-columns: repeat(1, 1fr);
/* margin: 0.47214rem 0 0.47214rem 2.61803rem; */
}
@media only screen and (min-width: 600px) {
.collection-view > .view-content {
display: grid;
grid-template-columns: repeat(2, 1fr);
/* margin: 0.47214rem 0 0.47214rem 2.61803rem; */
}
}
@media only screen and (min-width: 1180px) {
.collection-view > .view-content {
display: grid;
grid-template-columns: repeat(3, 1fr);
/* margin: 0.47214rem 0 0.47214rem 2.61803rem; */
}
}
.view-grid .view-content .views-row {
padding: 0px 30px 30px 0px !important;
}
div#block-olivespwc-solrsearchcontentsearchresultspagerforblock,
div#block-olivespwc-solrsearchcontentsearchresultspagerforpage {
margin: 0;
}
.advanced_search_result_pager .pager__group {
background: #f6f8f8;
}
.pager__link--is-active {
border: solid 2px var(--pwc-blue);
}
nav.pager.layout--content-medium {
display: flex;
justify-content: space-around;
}
.view.view-publication-issues {
form#views-exposed-form-publication-issues-page-1 {
background: #f6f8f8;
padding: 0 1em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.details__content {
background: #f6f8f8;
padding: 0 1em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
ul {
list-style-type: none;
margin-inline-start: 0.8em;
}
}
p {
margin: 5px 0;
padding: 0px 0;
}
.view-content {
column-count: 2;
}
details.views-view-newspaper-group {
break-inside: avoid;
}
.js-form-item-field-edtf-date-issued-value {
width: 300px;
}
.view-filters {
margin: 0;
margin-bottom: 1em;
}
}
.view.view-publication-issues.view-id-publication_issues.view-display-id-block_3
.view-content {
column-count: 1;
.views-field.views-field-nothing {
margin-top: 1em;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background: #f6f8f8;
padding: 0 1em;
display: inline-block;
}
}
/*collection view tiles*/
.collection-view {
.views-row {
/*margin: 1em;*/
/*border: 1px solid #ccc;*/
.views-field-title {
}
a {
text-decoration: none;
color: var(--pwc-blue);
}
.views-field-did-image {
height: 300px;
outline: solid 1px #ccc;
overflow: hidden;
border: 6px solid var(--pwc-grey);
/*padding: 4px;*/
background: #e3e3d7;
}
img {
width: 100%;
outline: solid 1px #ccc;
}
}
.views-field {
font-size: 1em;
line-height: 1;
line-height: 1.3;
margin-bottom: 5px;
}
.field__label {
font-weight: bold;
font-family: var(--font-sans);
font-size: 1em;
}
h2.field-content.field__item.object-title {
margin: 0;
font-size: 1.2em;
font-weight: bold;
line-height: 1.3;
margin: 10px 0 5px;
padding-bottom: 5px;
border-bottom: 1px dotted;
}
}
/*metadata*/
.node--type-islandora-object .node__content {
.field--label-inline {
margin: 0;
padding: 10px 0 6px;
border-bottom: 1px dotted #ccc;
.field__label {
width: 14em;
}
}
}
/*search view*/
.views-field-field-abstract .field__item p {
margin: 0;
padding: 0;
display: inline;
}
.views-field-field-abstract .field__item a {
text-decoration: underline;
font-weight: bold;
}
/*collapsable text on collections pages*/
.view-publication-issues .more-link {
display: none;
}
.views-field-field-abstract {
.text-container {
max-width: 100%; /* Adjust as needed */
}
.truncated-text {
max-height: 8em; /* Initial truncation height (~3 lines) */
overflow: hidden;
transition: max-height 0.3s ease;
}
.truncated-text.full {
max-height: none; /* Show full text */
}
p {
margin: 0;
}
.more-link {
/*color: #007bff;*/
cursor: pointer;
font-family: var(--font-sans);
display: inline-block;
margin-top: 5px;
float: right;
}
}
div#block-olivespwc-views-block-abstract-block-for-collections-info-block {
margin: 0;
}
div#block-olivespwc-views-block-publication-issues-block-3 {
margin: 0;
}
.olivespwc-details__wrapper .field--name-field-contributors {
/* display: none; */
.field--name-field-contributor-name-and-role {
margin-block-end: 0 !important;
}
.paragraph--type--contributor {
margin-block-end: 1em;
}
.field--name-field-contributor-description {
font-style: italic;
}
}
.mirador-viewer button[aria-label="Window options"] {
display: none;}
.node--type-islandora-object .node__content {
.field--name-field-abstract {
display: flex;
.field__item {
margin-left: 9em;
}
}
.field--name-field-note {
display: flex;
.field__item {
margin-left: 6.7em;
}
}
}