diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index ea06369..06709ca 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,3 +1,45 @@ +/*people pges*/ +.person--layout { + display: flex; + .field--name-field-representative-image img { + border: 1px solid #ccc; + padding: 4px; + margin-right: 1em; + } + .field--name-description { + margin-left: 1rem; + + line-height: 1.7; + } + .person--details { + background: var(--color--bdh-red); + color: #fff; + padding: 1rem; + a { + color: #d2966e; + text-decoration: none; + } + a:hover { + color: #fff; + + text-decoration: underline; + } + .field { + border-bottom: 1px solid #fff; + padding-bottom: 1em; + } + .field__label { + width: 14em; + font-weight: normal; + color: #d2966e; + } + } +} + +.person--layout > div { + flex: 1; +} + .search-result { /*=======================*/ /*search result variables*/ @@ -67,8 +109,8 @@ div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock { border-radius: 4px; .pager__link--is-active { border: solid 2px var(--color--bdh-red); - font-weight: bold; - text-decoration: none !important; + font-weight: bold; + text-decoration: none !important; a { } }