Browse Source

search tile tweaks, facet styles

master
rdrew 5 days ago
parent
commit
428e63936d
  1. 33
      css/components/islandora_mods.css

33
css/components/islandora_mods.css

@ -1,3 +1,12 @@
/*facets*/
.facet-item__status,
.facet-item__count {
color: #333;
}
.facet-wrapper ul {
list-style-type: none;
margin: 0;
}
/*tune variants*/ /*tune variants*/
.view-bdh-audio-views caption { .view-bdh-audio-views caption {
margin-top: 1rem; margin-top: 1rem;
@ -20,7 +29,7 @@
} }
.able-player { .able-player {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
background-color: var(--color--bdh-red); /*background-color: var(--color--bdh-red);*/
} }
.bdh--video { .bdh--video {
/*.views-row {*/ /*.views-row {*/
@ -71,6 +80,14 @@
} }
} }
} }
.views-field.views-field-field-abstract {
.label {
display: none;
}
li {
list-style-type: none;
}
}
.node--type-islandora-object .node__content { .node--type-islandora-object .node__content {
background: #995051; background: #995051;
padding: 1rem; padding: 1rem;
@ -78,7 +95,8 @@
font-weight: normal; font-weight: normal;
a { a {
color: #d2966e; color: #d2966e;
text-decoration: none; color: #fff;
/*text-decoration: none;*/
} }
a:hover { a:hover {
color: #fff; color: #fff;
@ -87,8 +105,10 @@
} }
.field__label { .field__label {
width: 14em; width: 14em;
font-weight: normal; font-weight: bold;
color: #d2966e; color: #d2966e;
color: #fff;
font-family: var(--font-serif);
} }
.field { .field {
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
@ -165,7 +185,10 @@
} }
} }
} }
.views-field:not(.views-field-did-image) { .views-field:not(
.views-field-field-representative-image,
.views-field-did-image
) {
background: var(--field-bg); background: var(--field-bg);
border: var(--border-width) solid var(--color--bdh-red); border: var(--border-width) solid var(--color--bdh-red);
border-top: 0; border-top: 0;
@ -178,7 +201,7 @@
} }
} }
span.views-label { span.views-label {
font-weight:bold; font-weight: bold;
/*display: block;*/ /*display: block;*/
} }
} }

Loading…
Cancel
Save