|
|
|
@ -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 { |
|
|
|
/*=======================*/ |
|
|
|
/*=======================*/ |
|
|
|
/*search result variables*/ |
|
|
|
/*search result variables*/ |
|
|
|
@ -67,8 +109,8 @@ div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock { |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 4px; |
|
|
|
.pager__link--is-active { |
|
|
|
.pager__link--is-active { |
|
|
|
border: solid 2px var(--color--bdh-red); |
|
|
|
border: solid 2px var(--color--bdh-red); |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
text-decoration: none !important; |
|
|
|
text-decoration: none !important; |
|
|
|
a { |
|
|
|
a { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|