Browse Source

people pages

master
rdrew 1 day ago
parent
commit
ece5c4f873
  1. 2
      css/components/book.css
  2. 51
      css/components/islandora_mods.css
  3. 4
      css/components/text-content.css

2
css/components/book.css

@ -52,7 +52,7 @@
-webkit-text-decoration: none;
text-decoration: none;
color: var(--color-text-primary-medium);
font-family: var(--font-serif);
font-family: var(--font-sans);
font-size: 1.125rem;
font-weight: 600;
}

51
css/components/islandora_mods.css

@ -1,3 +1,22 @@
/*video*/
.able {
box-shadow: none;
}
.able-player {
font-family: Arial, Helvetica, sans-serif;
background-color: var(--color--bdh-red);
}
.bdh--video {
/*.views-row {*/
/*[>background: var(--color--bdh-red);<]*/
/*border:1px solid #ccc;*/
/*padding:1rem;*/
/*margin-bottom: 1rem;*/
/*}*/
}
.view-bdh-audio-views .views-table {
width: 100%;
}
/*people pges*/
.person--layout {
display: flex;
@ -5,11 +24,12 @@
border: 1px solid #ccc;
padding: 4px;
margin-right: 1em;
width: 100%;
}
.field--name-description {
margin-left: 1rem;
line-height: 1.6;
line-height: 1.7;
}
.person--details {
background: var(--color--bdh-red);
@ -35,14 +55,38 @@
}
}
}
.node--type-islandora-object .node__content {
background: #995051;
padding: 1rem;
color: #fff;
font-weight: normal;
a {
color: #d2966e;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
.field__label {
width: 14em;
font-weight: normal;
color: #d2966e;
}
.field {
border-bottom: 1px solid #fff;
padding-bottom: 1em;
color: #fff;
}
}
.book-navigation__menu {
.book-navigation__item {
/*text-decoration: none;*/
/*border-bottom: 1px solid #ccc;*/
}
a {
width:100%;
width: 100%;
}
.menu__item--active-trail:before {
content: ">";
@ -105,6 +149,7 @@
}
}
}
.views-field-field-pid,
.views-field-member-of-title {
background: var(--field-bg);
border: var(--border-width) solid var(--color--bdh-red);

4
css/components/text-content.css

@ -138,8 +138,8 @@
@media (min-width: 62.5rem) {
.text-content blockquote,
.cke_editable blockquote {
font-size: 2.5rem;
line-height: calc(3.5 * var(--sp));
font-size: 1.5rem;
line-height: calc(2 * var(--sp));
}
}

Loading…
Cancel
Save