Browse Source

search tile tweaks, facet styles

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

31
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*/
.view-bdh-audio-views caption {
margin-top: 1rem;
@ -20,7 +29,7 @@
}
.able-player {
font-family: Arial, Helvetica, sans-serif;
background-color: var(--color--bdh-red);
/*background-color: var(--color--bdh-red);*/
}
.bdh--video {
/*.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 {
background: #995051;
padding: 1rem;
@ -78,7 +95,8 @@
font-weight: normal;
a {
color: #d2966e;
text-decoration: none;
color: #fff;
/*text-decoration: none;*/
}
a:hover {
color: #fff;
@ -87,8 +105,10 @@
}
.field__label {
width: 14em;
font-weight: normal;
font-weight: bold;
color: #d2966e;
color: #fff;
font-family: var(--font-serif);
}
.field {
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);
border: var(--border-width) solid var(--color--bdh-red);
border-top: 0;

Loading…
Cancel
Save