4,554
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* White background in body */ | /* White background in body */ | ||
@font-face { | @font-face { | ||
font-family: 'HALColant-TextRegular'; | |||
src: url('/fonts/HALColant-TextRegular.woff2') format('woff2'), | |||
url('/fonts/HALColant-TextRegular.woff') format('woff'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | } | ||
body { | body { | ||
background-color: white; | |||
transition: background-color 1s ease; | |||
font-family: HALColant-TextRegular; | |||
} | } | ||
html { | html { | ||
Line 22: | Line 20: | ||
/* Mediawiki search results */ | /* Mediawiki search results */ | ||
.mw-search-profile-tabs { | .mw-search-profile-tabs { | ||
display: none; | |||
} | } | ||
#mw-searchoptions { | #mw-searchoptions { | ||
display: none; | |||
} | } | ||
Line 31: | Line 29: | ||
#mw-head { | #mw-head { | ||
background-color: white; | background-color: white; | ||
transition: background-color 1s ease; | |||
display: none; | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background-color: white; | |||
transition: background-color 1s ease; | |||
background-image: none; | |||
display: none; | |||
} | } | ||
#mw-head-base { | #mw-head-base { | ||
margin-left: 0!important; | |||
} | } | ||
.mw-body, #left-navigation, #mw-data-after-content, .mw-footer { | .mw-body, #left-navigation, #mw-data-after-content, .mw-footer { | ||
Line 54: | Line 52: | ||
} | } | ||
.smw-columnlist-container { | .smw-columnlist-container { | ||
position: absolute; | |||
top: 502px; | |||
width: 100%; | |||
} | } | ||
#catlinks { | #catlinks { | ||
Line 79: | Line 77: | ||
margin-top: 0px!important; | margin-top: 0px!important; | ||
margin-bottom: 0px!important; | margin-bottom: 0px!important; | ||
} | |||
/* ------>Start Style for header */ | /* ------>Start Style for header */ | ||
#header-container { | #header-container { | ||
Line 96: | Line 94: | ||
letter-spacing: 0.4px; | letter-spacing: 0.4px; | ||
} | } | ||
.head-col:not(:first-child) { | .head-col:not(:first-child) { | ||
margin-left: -1px; | margin-left: -1px; | ||
Line 121: | Line 119: | ||
} | } | ||
.head-box { | .head-box { | ||
border: 1px solid black; | |||
} | } | ||
.head-nav { | .head-nav { | ||
padding-left: 15px; | |||
padding-top: 5px; | |||
line-height: 23px; | |||
} | } | ||
.head-links { | .head-links { | ||
padding-top: 5px; | |||
} | } | ||
.head-filter { | .head-filter { | ||
padding-top: 5px; | |||
display: flex; /* Use Flexbox */ | |||
justify-content: space-between; | |||
align-items: center; /* Align items vertically in the center */ | |||
} | } | ||
.head-filter .filter, | .head-filter .filter, | ||
Line 142: | Line 140: | ||
} | } | ||
.toggle-filters.open-filter { | .toggle-filters.open-filter { | ||
background: none; | |||
border: none; | |||
font-size: 16px; | |||
line-height: 20px; | |||
font-family: 'HALColant-TextRegular'; | |||
cursor: pointer; | |||
} | } | ||
.header-entry-number { | .header-entry-number { | ||
line-height: 28px; | |||
} | } | ||
.header-authors-title { | .header-authors-title { | ||
border-top: 1px solid black; | |||
line-height: 28px; | |||
} | } | ||
.header-authors-title a { | .header-authors-title a { | ||
color: black; | |||
text-decoration: none; | |||
} | } | ||
.header-authors-title a:hover { | .header-authors-title a:hover { | ||
font-style: italic; | |||
} | } | ||
.header-type { | .header-type { | ||
border-top: 1px solid black; | |||
line-height: 28px; | |||
} | } | ||
.header-index a { | .header-index a { | ||
cursor: pointer; | |||
color: black; | |||
} | } | ||
.header-index a:hover { | .header-index a:hover { | ||
color: black; | |||
} | } | ||
.header-people a{ | .header-people a{ | ||
cursor: pointer; | |||
color: black!important; | |||
} | } | ||
.header-people a:hover{ | .header-people a:hover{ | ||
color: black; | |||
} | } | ||
.header-community a { | .header-community a { | ||
cursor: pointer; | |||
color: black!important; | |||
} | } | ||
.header-community a:hover{ | .header-community a:hover{ | ||
color: black; | |||
} | } | ||
.header-date { | .header-date { | ||
color: gray; | |||
} | } | ||
.header-about a { | .header-about a { | ||
cursor: pointer; | |||
color: black!important; | |||
} | } | ||
.header-about a:hover{ | .header-about a:hover{ | ||
color: black; | |||
} | } | ||
.about-hide { | .about-hide { | ||
display: none; | |||
} | } | ||
.header-about:hover + .about-hide { | .header-about:hover + .about-hide { | ||
display: block; | |||
color: black; | |||
font-size: 28px; | |||
line-height: 34px; | |||
letter-spacing: 1.4px; | |||
width: 200%; | |||
border-bottom: 1px solid black; | |||
padding-bottom: 5px; | |||
padding-top: 5px; | |||
} | } | ||
#about-container { | #about-container { | ||
Line 245: | Line 243: | ||
} | } | ||
.about-details-text { | .about-details-text { | ||
margin: 3px 0 !important; | |||
} | } | ||
.about-main-text { | .about-main-text { | ||
text-indent: 100px; | |||
font-size: 23px; | |||
line-height: 31px; | |||
letter-spacing: 1.29px; | |||
margin-top: 0 !important; | |||
} | } | ||
.about-bullets { | .about-bullets { | ||
text-indent: 100px; | |||
padding-left: 100px; | |||
} | } | ||
.about-more-text { | .about-more-text { | ||
text-indent: 100px; | |||
font-size: 23px; | |||
line-height: 31px; | |||
letter-spacing: 1.29px; | |||
margin-top: 0 !important; | |||
} | } | ||
.about-label { | .about-label { | ||
font-size: 15px; | |||
line-height: 19px; | |||
letter-spacing: 0.48px; | |||
border-top: none!important; | |||
text-indent: 100px; | |||
margin-bottom: 0 !important; | |||
} | } | ||
.about-details-contact-label { | .about-details-contact-label { | ||
font-size: 15px; | |||
line-height: 19px; | |||
letter-spacing: 0.48px; | |||
border-top: none!important; | |||
text-indent: 50px; | |||
margin-bottom: 0 !important; | |||
} | } | ||
.about-details-contact { | .about-details-contact { | ||
font-size: 15px; | |||
line-height: 18px; | |||
text-indent: 50px; | |||
letter-spacing: 0.84px; | |||
margin-top: 0 !important; | |||
} | } | ||
/* End Style for header<------ */ | /* End Style for header<------ */ | ||
Line 294: | Line 292: | ||
#list-block-2.fade-out, | #list-block-2.fade-out, | ||
#list-block-3.fade-out { | #list-block-3.fade-out { | ||
position: absolute; | |||
width: 100%; | |||
height: 100%; | |||
background: white; | |||
opacity: 0.3; | |||
} | } | ||
Line 313: | Line 311: | ||
.card:not(:first-child) { | .card:not(:first-child) { | ||
/* | /* | ||
margin-left: -1px; | |||
*/ | */ | ||
} | } | ||
Line 319: | Line 317: | ||
.card:nth-child(5n + 1) { | .card:nth-child(5n + 1) { | ||
/* | /* | ||
margin-left: 0; | |||
transform: none; | |||
*/ | */ | ||
} | } | ||
Line 326: | Line 324: | ||
.card:last-child { | .card:last-child { | ||
/* | /* | ||
margin-right: 0; | |||
border-right: 1px solid black; | |||
*/ | */ | ||
} | } | ||
Line 333: | Line 331: | ||
.mw-body .firstHeading { | |||
display: none; | display: none; | ||
} | } | ||
Line 342: | Line 340: | ||
.card div.people { | .card div.people { | ||
border-top: 1px solid black; | |||
line-height: 23px!important; | |||
padding-top: 6px; | |||
} | } | ||
.people a { | .people a { | ||
color: black; | |||
text-decoration: underline; | |||
} | } | ||
.people a:hover { | .people a:hover { | ||
font-style: italic; | |||
color: black; | |||
} | } | ||
.card div.entry-number { | .card div.entry-number { | ||
padding-bottom: 3px; | |||
} | } | ||
.card div.type { | .card div.type { | ||
border-top: 1px solid black; | |||
padding-top: 5px; | |||
} | } | ||
.type a { | .type a { | ||
color: black; | |||
text-decoration: none; | |||
} | } | ||
.type a:hover { | .type a:hover { | ||
font-style: italic; | |||
color: black; | |||
} | } | ||
.images { | .images { | ||
border-top: 1px solid black; | |||
padding-top: 5px; | |||
padding-bottom: 5px; | |||
display: flex; /* Use flexbox to align children in a row */ | |||
flex-wrap: nowrap; /* Prevent wrapping to the next line */ | flex-wrap: nowrap; /* Prevent wrapping to the next line */ | ||
} | } | ||
.image1 { | .image1 { | ||
margin-right: 10px; /* Adjust the spacing between images */ | margin-right: 10px; /* Adjust the spacing between images */ | ||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | |||
transform-origin: top left; /* Set the transform origin */ | |||
} | } | ||
.image1 img { | .image1 img { | ||
display: block; | |||
width: auto; | |||
height: 75px; | |||
} | } | ||
.image2 { | .image2 { | ||
margin-right: 10px; /* Adjust the spacing between images */ | margin-right: 10px; /* Adjust the spacing between images */ | ||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | |||
transform-origin: top left; /* Set the transform origin */ | |||
} | } | ||
.image2 img { | .image2 img { | ||
display: block; | |||
width: auto; | |||
height: 75px; | |||
} | } | ||
.image3 { | .image3 { | ||
margin-right: 10px; /* Adjust the spacing between images */ | margin-right: 10px; /* Adjust the spacing between images */ | ||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | |||
transform-origin: top left; /* Set the transform origin */ | |||
} | } | ||
.image3 img { | .image3 img { | ||
display: block; | |||
width: auto; | |||
height: 75px; | |||
} | } | ||
.image1:hover, | .image1:hover, | ||
.image2:hover, | .image2:hover, | ||
.image3:hover { | .image3:hover { | ||
transform: scale(2); /* Increase the scale factor as needed */ | |||
} | } | ||
Line 454: | Line 452: | ||
#show-article:hover #show-article-before { | #show-article:hover #show-article-before { | ||
opacity: 1; | opacity: 1; | ||
scrollbar-width: none; /* Firefox */ | |||
-ms-overflow-style: none; /* Internet Explorer 10+ */ | -ms-overflow-style: none; /* Internet Explorer 10+ */ | ||
} | } | ||
Line 471: | Line 469: | ||
} | } | ||
.article-metadata-label { | .article-metadata-label { | ||
text-transform: uppercase; | |||
margin-bottom: 0 !important; | |||
margin-top: 5px!important; | |||
font-size: 15px; | |||
line-height: 23px; | |||
letter-spacing: 0.48px; | |||
} | } | ||
.article-metadata-value { | .article-metadata-value { | ||
text-transform: capitalize; | |||
font-size: 19px; | |||
line-height: 23px; | |||
letter-spacing: 0.6px; | letter-spacing: 0.6px; | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
Line 494: | Line 492: | ||
} | } | ||
.article-label-description { | .article-label-description { | ||
text-transform: uppercase; | |||
text-indent: 95px; | |||
padding-top: 5px; | |||
font-size: 15px; | |||
line-height: 23px; | |||
letter-spacing: 0.48px; | |||
} | } | ||
.article-label-image { | .article-label-image { | ||
text-transform: uppercase; | |||
text-indent: 95px; | |||
font-size: 15px; | |||
line-height: 23px; | |||
letter-spacing: 0.48px; | |||
padding-top: 5px; | |||
} | } | ||
.article-label-reflection { | .article-label-reflection { | ||
text-transform: uppercase; | |||
text-indent: 95px; | |||
padding-top: 5px; | |||
font-size: 15px; | |||
line-height: 23px; | |||
letter-spacing: 0.48px; | |||
} | } | ||
.article-label-quote { | .article-label-quote { | ||
text-transform: uppercase; | |||
text-indent: 95px; | |||
font-size: 15px; | |||
line-height: 23px; | |||
letter-spacing: 0.48px; | |||
padding-top: 5px; | |||
} | } | ||
.article-label-modification-date { | .article-label-modification-date { | ||
text-transform: uppercase; | |||
padding-top: 5px; | padding-top: 5px; | ||
text-indent: 95px; | |||
color: grey; | |||
display: inline-block; | |||
font-size: 15px; | |||
line-height: 23px; | |||
letter-spacing: 0.48px; | |||
} | } | ||
.article-entry-number { | .article-entry-number { | ||
border-bottom: 1px solid black; | |||
font-size: 19px; | |||
line-height: 23px; | |||
letter-spacing: 0px; | |||
padding-bottom: 5px; | |||
padding-top: 7px; | |||
} | } | ||
.article-people { | .article-people { | ||
font-size: 25px; | |||
line-height: 30px; | |||
letter-spacing: 1.4px; | |||
text-decoration: underline; | |||
text-align: center; | |||
padding-top: 15px; | |||
margin-bottom: 5px!important; | |||
} | } | ||
.article-people a { | .article-people a { | ||
color: black; | |||
text-decoration: underline; | |||
} | } | ||
.article-people a:hover { | .article-people a:hover { | ||
font-style: italic; | |||
color: black; | |||
} | } | ||
.article-title-link { | .article-title-link { | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
padding-bottom: 10px; | |||
display: flex; /* Use flexbox */ | display: flex; /* Use flexbox */ | ||
flex-direction: column; /* Stack items vertically */ | flex-direction: column; /* Stack items vertically */ | ||
Line 570: | Line 568: | ||
} | } | ||
.article-title { | .article-title { | ||
font-size: 25px; | |||
line-height: 30px; | |||
letter-spacing: 1.4px; | |||
text-align: center; | |||
margin-bottom: 0!important; | |||
margin-top: 0 !important; | |||
max-width: 70%; | |||
} | } | ||
.article-type { | .article-type { | ||
font-size: 19px; | |||
line-height: 23px; | |||
letter-spacing: 0.4px; | |||
border-bottom: 1px solid black; | |||
margin-top: 0 !important; | |||
margin-bottom: 0 !important; | |||
padding: 5px 0 5px 0; | |||
} | } | ||
.article-type a { | .article-type a { | ||
color: black; | |||
text-decoration: none; | |||
} | } | ||
.article-type a:hover { | .article-type a:hover { | ||
font-style: italic; | |||
color: black; | |||
} | } | ||
.article-entity { | .article-entity { | ||
font-size: 12pt; | |||
line-height: 25px; | |||
letter-spacing: 0.4px; | |||
margin-top: 0 !important; | |||
} | } | ||
.article-discipline { | .article-discipline { | ||
font-size: 12pt; | |||
line-height: 25px; | |||
letter-spacing: 0.4px; | |||
margin-top: 0 !important; | |||
} | } | ||
.article-subject { | .article-subject { | ||
font-size: 12pt; | |||
line-height: 25px; | |||
letter-spacing: 0.4px; | |||
margin-top: 0 !important; | |||
} | } | ||
.article-images { | .article-images { | ||
border-bottom: 1px solid black; | |||
padding-bottom: 7px; | |||
} | } | ||
.article-image { | .article-image { | ||
position: relative; | |||
} | } | ||
.external-link-icon { | .external-link-icon { | ||
Line 674: | Line 672: | ||
.article-description { | .article-description { | ||
font-size: 23px; | |||
line-height: 31px; | |||
letter-spacing: 1.29px; | |||
text-align: left; | |||
text-indent: 95px; | |||
border-bottom: 1px solid black; | |||
} | } | ||
.article-reflection { | .article-reflection { | ||
font-size: 23px; | |||
line-height: 31px; | |||
letter-spacing: 1.29px; | |||
text-align: left; | |||
text-indent: 95px; | |||
margin-top: 0 !important; | |||
border-bottom: 1px solid black; | |||
padding-bottom: 5px; | |||
} | } | ||
.article-quote { | .article-quote { | ||
font-size: 30px; | |||
line-height: 31px; | |||
letter-spacing: 1.5px; | |||
font-style: italic; | |||
text-align: left; | |||
text-indent: 95px; | |||
margin-top: 0 !important; | |||
border-bottom: 1px solid black; | |||
padding-bottom: 5px; | |||
} | } | ||
.article-modification-date { | .article-modification-date { | ||
color: grey; | |||
text-align: left; | |||
text-indent: 10px; | |||
margin-top: 0 !important; | |||
display: inline-block; | |||
padding-bottom: 5px; | |||
font-size: 15px; | |||
line-height: 23px; | |||
letter-spacing: 0.48px; | |||
} | } | ||
#related-articles { | #related-articles { | ||
margin-top: 40px; | |||
margin-right: 22px; | |||
margin-left: 10px; | |||
padding-bottom: 80px; | padding-bottom: 80px; | ||
padding-top: 100px; | padding-top: 100px; | ||
Line 724: | Line 722: | ||
.related-articles-label { | .related-articles-label { | ||
text-transform: uppercase; | text-transform: uppercase; | ||
margin-bottom: 0 !important; | |||
text-indent: 95px; | |||
} | } | ||
.related-articles-container { | .related-articles-container { | ||
Line 757: | Line 755: | ||
} | } | ||
.related-article-entry-number { | .related-article-entry-number { | ||
padding-bottom: 3px; | |||
} | } | ||
.related-article-people { | .related-article-people { | ||
text-decoration: underline; | |||
border-top: 1px solid black; | |||
line-height: 23px!important; | |||
padding-top: 6px; | |||
} | } | ||
.related-article-people a { | .related-article-people a { | ||
Line 770: | Line 768: | ||
} | } | ||
.related-article a:hover { | .related-article a:hover { | ||
font-style: italic; | |||
color: black; | |||
} | } | ||
.related-article-title { | .related-article-title { | ||
} | } | ||
.related-article-type { | .related-article-type { | ||
border-top: 1px solid black; | |||
} | } | ||
.related-article-type a { | .related-article-type a { | ||
color: black; | |||
text-decoration: none; | |||
} | } | ||
.related-article-type a:hover { | .related-article-type a:hover { | ||
font-style: italic; | |||
color: black; | |||
} | } | ||
#close-button { | #close-button { | ||
float: right; | |||
cursor: pointer; | |||
padding: 5px 0 0 0; | |||
font-size: 20px; | |||
line-height: 24px; | |||
letter-spacing: 0px; | |||
} | } | ||
/* End Style for article window<------ */ | /* End Style for article window<------ */ | ||
Line 811: | Line 809: | ||
.suggestions { | .suggestions { | ||
display: none!important; | |||
} | } | ||
.simpleSearch { | .simpleSearch { | ||
grid-column: 1 / 2; | |||
} | } | ||
Line 829: | Line 827: | ||
#simpleSearch:before { | #simpleSearch:before { | ||
content: ""; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 200%; | |||
height: 400%; | |||
background-color: rgba(255, 255, 255, 0.7); | |||
z-index: -1; | |||
margin-left: -10%; | |||
} | } | ||
#searchInput, | #searchInput, | ||
.closing-bracket { | .closing-bracket { | ||
display: none; | |||
border: none; | |||
} | } | ||
#simpleSearch:hover #searchInput { | #simpleSearch:hover #searchInput { | ||
display: inline-block; | |||
border-bottom: 1px solid black; | |||
margin-left: -17px; | |||
padding-top: 5px; | |||
} | } | ||
#simpleSearch:hover .closing-bracket { | #simpleSearch:hover .closing-bracket { | ||
display: inline-block; | |||
} | } | ||
.nrs { | .nrs { | ||
grid-column: 2 / 3; /* Position in the center column */ | grid-column: 2 / 3; /* Position in the center column */ | ||
text-align: center; | |||
} | } | ||
/* Styling for Authors/Creators */ | /* Styling for Authors/Creators */ | ||
.smw-column { | .smw-column { | ||
width: 20%!important; | |||
} | } | ||
.smw-column ul li { | .smw-column ul li { | ||
list-style: none; | |||
} | } | ||
.smw-column-header { | .smw-column-header { | ||
font-weight:normal; | |||
border-bottom: 1px solid black; | |||
margin-right: 10px; | margin-right: 10px; | ||
} | } | ||
.smw-column ul { | .smw-column ul { | ||
font-size: 16pt; | |||
line-height: 27px; | |||
letter-spacing: 0.4px; | |||
text-align: center; | |||
text-decoration: underline; | |||
} | } | ||
.smw-column a { | .smw-column a { | ||
color: black; | |||
} | } | ||
Line 924: | Line 922: | ||
} | } | ||
.community-name { | .community-name { | ||
font-size: 25px; | |||
line-height: 34px; | |||
letter-spacing: 1.4px; | |||
text-align: center; | |||
text-decoration: underline; | |||
} | } | ||
.community-external-reference { | .community-external-reference { | ||
text-align: center; | |||
font-size: 25px; | |||
line-height: 34px; | |||
letter-spacing: 1.4px; | |||
border-bottom: 1px solid black; | |||
} | } | ||
.community-external-reference a { | .community-external-reference a { | ||
color: white!important; | |||
} | } | ||
.community-external-reference a:hover { | .community-external-reference a:hover { | ||
text-decoration: none; | |||
font-style: italic; | |||
} | } | ||
.community-setting { | .community-setting { | ||
font-size: 15px; | |||
line-height: 30px; | |||
letter-spacing: 0.48px; | |||
text-transform: uppercase; | |||
border-bottom: 1px solid black; | |||
} | } | ||
.community-location { | .community-location { | ||
font-size: 15px; | |||
line-height: 30px; | |||
letter-spacing: 0.48px; | |||
text-transform: uppercase; | |||
border-bottom: 1px solid black; | |||
} | } | ||
.community-type { | .community-type { | ||
font-size: 15px; | |||
line-height: 30px; | |||
letter-spacing: 0.48px; | |||
text-transform: uppercase; | |||
border-bottom: 1px solid black; | |||
} | } | ||
.community-domain { | .community-domain { | ||
font-size: 15px; | |||
line-height: 30px; | |||
letter-spacing: 0.48px; | |||
text-transform: uppercase; | |||
border-bottom: 1px solid black; | |||
} | } | ||
.community-description p { | .community-description p { | ||
text-indent: 50px; | |||
font-size: 19px; | |||
line-height: 26px; | |||
letter-spacing: 0.95px; | |||
margin: 0 !important; | |||
} | } | ||
.community-description-label { | .community-description-label { | ||
text-transform: uppercase; | |||
text-indent: 50px; | |||
font-size: 15px; | |||
margin: 0 !important; | |||
line-height: 30px; | |||
} | } | ||
#community-featured { | #community-featured { | ||
display: none; | |||
position: relative; /* Ensure z-index works */ | position: relative; /* Ensure z-index works */ | ||
z-index: 2; /* Higher than .card elements */ | z-index: 2; /* Higher than .card elements */ | ||
Line 1,002: | Line 1,000: | ||
} | } | ||
.community-home-card { | .community-home-card { | ||
background: black; | |||
color: white; | |||
padding: 33px 10px 6px 10px; | |||
} | } | ||
.community-home-external-reference { | .community-home-external-reference { | ||
text-align: left; | |||
font-size: 19px; | |||
line-height: 26px; | |||
letter-spacing: 0.95px; | |||
padding: 5px 0 5px 0; | |||
font-style: normal; | |||
border-bottom: 1px solid white; | |||
} | } | ||
.community-home-external-reference:hover { | .community-home-external-reference:hover { | ||
font-style: italic; | |||
} | } | ||
.community-home-external-reference a { | .community-home-external-reference a { | ||
text-decoration: underline; | |||
color: white!important; | |||
} | } | ||
.community-home-text { | .community-home-text { | ||
font-size: 30px; | |||
line-height: 31px; | |||
font-style: italic; | |||
text-align: left; | |||
letter-spacing: 1.5px; | |||
padding: 5px 30% 5px 0; | |||
border-top: 1px solid white; | |||
border-bottom: 1px solid white; | |||
} | } | ||
.community-home-type { | .community-home-type { | ||
font-size: 19px; | |||
line-height: 23px; | |||
font-style: italic; | |||
text-align: left; | |||
letter-spacing: 0px; | |||
padding: 5px 0 5px 0; | |||
} | } | ||
.filtered .filtered-views { | .filtered .filtered-views { | ||
Line 1,054: | Line 1,052: | ||
#list-block-2 div.filtered-view.filtered-list, | #list-block-2 div.filtered-view.filtered-list, | ||
#list-block-3 div.filtered-view.filtered-list { | #list-block-3 div.filtered-view.filtered-list { | ||
width: -moz-available; | |||
width: 100%; | |||
padding-bottom: 80px; | |||
} | } | ||
div.filtered-view.filtered-list { | div.filtered-view.filtered-list { | ||
display: flex; | |||
flex-wrap: wrap; | |||
margin: 0 auto; | |||
position: absolute; | |||
top: 310px; | |||
} | } | ||
Line 1,090: | Line 1,088: | ||
} | } | ||
#list div.filtered-list-item:nth-child(5n + 1), | #list div.filtered-list-item:nth-child(5n + 1), | ||
#list-block-1 div.filtered-list-item:nth-child(5n + 1), | #list-block-1 div.filtered-list-item:nth-child(5n + 1), | ||
Line 1,097: | Line 1,095: | ||
transform: none; | transform: none; | ||
} | } | ||
#list div.filtered-list-item:last-child, | #list div.filtered-list-item:last-child, | ||
#list-block-1 div.filtered-list-item:last-child, | #list-block-1 div.filtered-list-item:last-child, | ||
Line 1,132: | Line 1,130: | ||
.filtered-filters .filtered-value .filtered-value-option { | .filtered-filters .filtered-value .filtered-value-option { | ||
display: block; | |||
padding: 0 !important; | |||
white-space: nowrap; | |||
background: rgb(237, 237, 237); | |||
margin-bottom: 5px; | |||
} | } | ||
.filtered-filters .filtered-value .filtered-value-option input { | .filtered-filters .filtered-value .filtered-value-option input { | ||
margin-right: 6px; | |||
} | } | ||
.filtered-filters .filtered-value { | .filtered-filters .filtered-value { | ||
border: none; | |||
} | } | ||
.filtered .filtered-filters .filtered-filter .filtered-filter-label { | .filtered .filtered-filters .filtered-filter .filtered-filter-label { | ||
height: 1em; | |||
position: absolute; | |||
top: -.7em; | |||
background: #ffffff; | |||
padding: 0!important; | |||
font-weight: normal; | |||
text-transform: uppercase; | |||
} | } | ||
.filtered .filtered-filters .filtered-filter .filtered-filter-onoff { | .filtered .filtered-filters .filtered-filter .filtered-filter-onoff { | ||
display: none; | |||
} | } | ||
.filtered .filtered-filters .filtered-filter .filtered-filter-collapse::before { | .filtered .filtered-filters .filtered-filter .filtered-filter-collapse::before { | ||
top: -0.7em; | |||
margin: 0; | |||
background-color: #ffffff; | |||
width: 1.5em; | |||
float: right; | |||
position: absolute; | |||
right: 1em; | |||
text-align: center; | |||
cursor: pointer; | |||
} | } | ||
.filtered-filters .filtered-filter.filtered-value { | .filtered-filters .filtered-filter.filtered-value { | ||
Line 1,177: | Line 1,175: | ||
width: calc(40% - 0px); | width: calc(40% - 0px); | ||
} | } | ||
#list-list div.filtered-list-item { | #list-list div.filtered-list-item, | ||
#list-list-1 div.filtered-list-item, | |||
#list-list-2 div.filtered-list-item, | |||
#list-list-3 div.filtered-list-item { | |||
width: 100%; | |||
} | |||
} | } | ||
input[type='checkbox'] { | input[type='checkbox'] { | ||
display: none; | |||
} | } | ||
input[type='checkbox']+div::before { | input[type='checkbox']+div::before { | ||
content: ""; | |||
display: inline-block; | |||
box-sizing: border-box; | |||
} | } | ||
input[type='checkbox']:checked+div::before { | input[type='checkbox']:checked+div::before { | ||
content: "[✔]"; | |||
width: 16px; | |||
height: 16px; | |||
margin-right: 7px; | |||
} | } | ||
.filtered-filters .filtered-value .filtered-value-option .filtered-value-option-label { | .filtered-filters .filtered-value .filtered-value-option .filtered-value-option-label { | ||
white-space: pre; | |||
cursor: pointer; | |||
} | } | ||
.filtered-filters .filtered-value .filtered-value-option .filtered-value-option-label:hover { | .filtered-filters .filtered-value .filtered-value-option .filtered-value-option-label:hover { | ||
font-style: italic; | |||
} | } | ||
/* List view */ | /* List view */ | ||
#list-list.fade-out { | #list-list.fade-out, | ||
#list-list-1.fade-out, | |||
#list-list-2.fade-out, | |||
#list-list-3.fade-out { | |||
position: absolute; | |||
width: 100%; | |||
height: 100%; | |||
background: white; | |||
opacity: 0.3; | |||
} | } | ||
#list-list div.filtered-view.filtered-list { | #list-list div.filtered-view.filtered-list, | ||
#list-list-1 div.filtered-view.filtered-list, | |||
#list-list-2 div.filtered-view.filtered-list, | |||
#list-list-3 div.filtered-view.filtered-list { | |||
border-top: 1px solid black; | border-top: 1px solid black; | ||
width: 100%; /* For Chrome and other browsers */ | width: 100%; /* For Chrome and other browsers */ | ||
padding-bottom: 80px; | padding-bottom: 80px; | ||
} | } | ||
#list-list div.filtered-list-item { | #list-list div.filtered-list-item, | ||
#list-list-1 div.filtered-list-item, | |||
#list-list-2 div.filtered-list-item, | |||
#list-list-3 div.filtered-list-item { | |||
width: 100%; | |||
padding: 6px !important; | |||
margin-bottom: 0; | |||
border-left: 1px solid black; | |||
border-right: 1px solid black; | |||
border-bottom: 1px solid black; | |||
border-top: none; | |||
display: flex; | |||
cursor: pointer; | |||
transition-delay: .001s; | |||
} | } | ||
#list-list div.filtered-list-item:not(:first-child) { | #list-list div.filtered-list-item:not(:first-child), | ||
#list-list-1 div.filtered-list-item:not(:first-child), | |||
#list-list-2 div.filtered-list-item:not(:first-child), | |||
#list-list-3 div.filtered-list-item:not(:first-child) { | |||
margin-left: 0; | margin-left: 0; | ||
} | } | ||
#list-list div.filtered-list-item:nth-child(5n + 1) { | #list-list div.filtered-list-item:nth-child(5n + 1), | ||
#list-list-1 div.filtered-list-item:nth-child(5n + 1), | |||
#list-list-2 div.filtered-list-item:nth-child(5n + 1), | |||
#list-list-3 div.filtered-list-item:nth-child(5n + 1) { | |||
margin-left: 0; | margin-left: 0; | ||
transform: none; | transform: none; | ||
} | } | ||
#list-list div.filtered-list-item:last-child { | #list-list div.filtered-list-item:last-child, | ||
#list-list-1 div.filtered-list-item:last-child, | |||
#list-list-2 div.filtered-list-item:last-child, | |||
#list-list-3 div.filtered-list-item:last-child { | |||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
Line 1,251: | Line 1,270: | ||
.list-card div.entry-number { | .list-card div.entry-number { | ||
width: calc(10% - 0px); | |||
} | } | ||
.list-card div.people { | .list-card div.people { | ||
width: calc(20% - 0px); | |||
border: none; | |||
} | } | ||
.list-card div.title-images { | .list-card div.title-images { | ||
display: flex; | |||
width: calc(60% - 0px); | |||
} | } | ||
.list-card div.type { | .list-card div.type { | ||
width: calc(10% - 0px); | |||
border: none; | |||
white-space: nowrap; | |||
} | } | ||
.list-card div.images { | .list-card div.images { | ||
Line 1,276: | Line 1,295: | ||
margin-right: 10px; /* Space between images if they are displayed in a row */ | margin-right: 10px; /* Space between images if they are displayed in a row */ | ||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | transition: transform 0.3s ease; /* Add transition for smooth scaling */ | ||
transform-origin: top left; /* Set the transform origin */ | |||
} | } | ||
.list-card div.image1 img, .list-card div.image2 img, .list-card div.image3 img, .list-card div.image4 img, .list-card div.image5 img { | .list-card div.image1 img, .list-card div.image2 img, .list-card div.image3 img, .list-card div.image4 img, .list-card div.image5 img { | ||
Line 1,287: | Line 1,306: | ||
.list-card div.image2:hover, | .list-card div.image2:hover, | ||
.list-card div.image3:hover { | .list-card div.image3:hover { | ||
transform: scale(6); /* Increase the scale factor as needed */ | |||
} | } | ||
#community-list-featured { | #community-list-featured { | ||
width: 100%; | |||
padding: 7px !important; | |||
margin-bottom: 0; | |||
display: none; | |||
border-left: 2px solid black; | |||
border-right: 2px solid black; | |||
border-top: 1px solid black; | |||
border-bottom: 2px solid black; | |||
} | } | ||
.community-list-home-card { | .community-list-home-card { | ||
Line 1,322: | Line 1,341: | ||
} | } | ||
.community-list-home-external-reference a { | .community-list-home-external-reference a { | ||
color: black !important; | |||
} | } | ||
.community-list-home-external-reference:hover { | .community-list-home-external-reference:hover { | ||
font-style: italic; | |||
} | } | ||
.community-list-home-text { | .community-list-home-text { | ||
Line 1,333: | Line 1,352: | ||
line-height: 31px; | line-height: 31px; | ||
letter-spacing: 1.5px; | letter-spacing: 1.5px; | ||
} | } | ||
.community-list-home-type { | .community-list-home-type { | ||
Line 1,387: | Line 1,406: | ||
} | } | ||
.entry-number-in-nrs a { | .entry-number-in-nrs a { | ||
color: black; | |||
text-decoration: none; | |||
} | } | ||
.entry-number-in-nrs:hover { | .entry-number-in-nrs:hover { | ||
color: black; | |||
font-style: italic; | |||
text-decoration: none; | |||
} | } | ||
.button-open-nrs button { | .button-open-nrs button { | ||
Line 1,423: | Line 1,442: | ||
.block-view-on div#list | .block-view-on div#list | ||
{ | { | ||
width: 100% !important; | |||
max-width: -moz-available; | |||
max-width: -webkit-fill-available; | |||
} | } | ||