drupal 10 theme for island voices
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.
 
 
 
 

62 lines
1.3 KiB

.advanced_search_result_pager .pager__group {
display: none;
}
.collection-view {
.views-row {
margin: 10px;
border: 1px solid #ccc;
display: flex;
flex-direction: column;
align-items: center;
.views-field-title {
margin: 1rem;
}
.views-field.views-field-did-image {
display: flex;
align-items: center;
height: 200px;
overflow: hidden;
}
}
}
.collection-view.view-grid .view-content .views-row {
padding: 10px !important;
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
/*metadata-display on repo objects*/
@media (min-width: 1060px) {
.node--type-islandora-object .field {
display: flex;
}
.node--type-islandora-object .node__content {
margin-top: 2rem;
}
.node--type-islandora-object .field > .field__label {
width: 20%;
text-align: right;
padding-right: 1em;
vertical-align: initial;
&:after {
content: ":";
}
}
.node--type-islandora-object .field > .field__item,
.node--type-islandora-object .field > .field__items {
width: 80%;
}
.field--name-field-transcript-text {
display: block !important;
}
}
.collection_header {
.field__item {
width: 100% !important;
}
.field {
display: block;
}
border-bottom: 4px double #333;
padding-bottom: 1em;
}