Browse Source

lp changes

master
rdrew 1 month ago
parent
commit
7a44efea67
  1. 11
      css/components/footer.css
  2. 86
      css/components/islandora_mods.css

11
css/components/footer.css

@ -20,8 +20,11 @@
);
/*background: #33210D;*/
background: #574938;
/*height: 500px;*/
}
.site-footer__inner.container {
height: 350px;
}
.site-footer .menu {
margin-inline-start: 0;
list-style: none;
@ -90,11 +93,11 @@ div#upei_logo {
display: flex;
justify-content: space-between;
font-family: var(--font-sans);
font-size:.8em;
align-items:center;
font-size: 0.8em;
align-items: center;
border-top: 4px double #f6dbbb;
padding-top: 1em;
}
.subfooter__image {
width: 300px;
width: 300px;
}

86
css/components/islandora_mods.css

@ -1,26 +1,66 @@
.node--type-islandora-object {
.field {
margin: 0;
border-bottom: 1px dotted #ccc;
padding-top: 8px;
padding-bottom: 5px;
}
.field__label {
width: 200px;
}
}
.page-node-type-islandora-object {
.region--content {
margin-block-end: 0 !important;
}
}
.field.field--name-field-rights {
display: flex;
.field__items {
float: none;
}
.field__label {
flex: none;
}
.field__item {
line-height: 1.6;
}
}
div#block-citation-select-block {
margin: 0;
margin-bottom: 1em;
}
div#block-mirador-block {
margin-bottom: 0;
}
div#formatted-bibliography {
background: #eeeeee;
padding: 5px;
border: 1px dotted #ccc;
}
/*collection grid*/
/*.grid-item {*/
/*border: 1px solid #ccc;*/
/*padding: 4px;*/
/*border-radius: 4px;*/
/*background: #ece8e3;*/
/*.grid-item__image {*/
/*margin: 0;*/
/*height: 160px;*/
/*overflow: hidden;*/
/*img {*/
/*width: 100%;*/
/*}*/
/*}*/
/*.grid-item__title {*/
/*display: block;*/
/*text-align: center;*/
/*line-height: 1.2;*/
/*margin: 10px 0 6px 0;*/
/*a {*/
/*text-decoration: none;*/
/*font-family: var(--font-serif);*/
/*[>font-size: var(--font-size-l);<]*/
/*}*/
/*}*/
/*border: 1px solid #ccc;*/
/*padding: 4px;*/
/*border-radius: 4px;*/
/*background: #ece8e3;*/
/*.grid-item__image {*/
/*margin: 0;*/
/*height: 160px;*/
/*overflow: hidden;*/
/*img {*/
/*width: 100%;*/
/*}*/
/*}*/
/*.grid-item__title {*/
/*display: block;*/
/*text-align: center;*/
/*line-height: 1.2;*/
/*margin: 10px 0 6px 0;*/
/*a {*/
/*text-decoration: none;*/
/*font-family: var(--font-serif);*/
/*[>font-size: var(--font-size-l);<]*/
/*}*/
/*}*/
/*}*/

Loading…
Cancel
Save