|
|
|
@ -1840,6 +1840,104 @@ nav {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.book { |
|
|
|
|
display: -webkit-box; |
|
|
|
|
display: -ms-flexbox; |
|
|
|
|
display: flex; |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
-webkit-box-direction: normal; |
|
|
|
|
-ms-flex-direction: column; |
|
|
|
|
flex-direction: column; |
|
|
|
|
-webkit-box-pack: start; |
|
|
|
|
-ms-flex-pack: start; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
width: 100%; |
|
|
|
|
max-width: 22.9375rem; |
|
|
|
|
height: 24.125rem; |
|
|
|
|
margin: 0 0 2rem; |
|
|
|
|
padding: 1.5rem 1rem 2rem; |
|
|
|
|
border: solid 2px var(--accent); |
|
|
|
|
background: var(--accent); |
|
|
|
|
} |
|
|
|
|
@media screen and (min-width: 30rem) { |
|
|
|
|
.book { |
|
|
|
|
padding: 1.5rem 1.85rem 2.1875rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.book a, .book p { |
|
|
|
|
font-family: "Karla", sans-serif; |
|
|
|
|
color: var(--accent-fg); |
|
|
|
|
} |
|
|
|
|
.book a { |
|
|
|
|
margin: 0; |
|
|
|
|
text-decoration: none; |
|
|
|
|
text-align: center; |
|
|
|
|
-webkit-hyphens: auto; |
|
|
|
|
-ms-hyphens: auto; |
|
|
|
|
hyphens: auto; |
|
|
|
|
} |
|
|
|
|
.book__title { |
|
|
|
|
margin: 0; |
|
|
|
|
font-size: 1.25rem; |
|
|
|
|
font-weight: 500; |
|
|
|
|
line-height: 1.2; |
|
|
|
|
text-align: left; |
|
|
|
|
} |
|
|
|
|
@media screen and (min-width: 30rem) { |
|
|
|
|
.book__title { |
|
|
|
|
font-size: 1.75rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.book__subject { |
|
|
|
|
margin: 0; |
|
|
|
|
font-size: 0.75rem; |
|
|
|
|
text-align: left; |
|
|
|
|
} |
|
|
|
|
@media screen and (min-width: 30rem) { |
|
|
|
|
.book__subject { |
|
|
|
|
font-size: 1rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.book__institutions { |
|
|
|
|
margin: 0.5rem 0 0; |
|
|
|
|
font-size: 0.875rem; |
|
|
|
|
text-align: left; |
|
|
|
|
display: box; |
|
|
|
|
overflow: hidden; |
|
|
|
|
-webkit-line-clamp: 2; |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
} |
|
|
|
|
.book__read-more { |
|
|
|
|
margin: auto 0 0; |
|
|
|
|
font-size: 1rem; |
|
|
|
|
text-align: left; |
|
|
|
|
} |
|
|
|
|
@media screen and (min-width: 30rem) { |
|
|
|
|
.book__read-more { |
|
|
|
|
font-size: 1.125rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.book__read-more a svg { |
|
|
|
|
width: 1rem; |
|
|
|
|
height: 1rem; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
} |
|
|
|
|
@media screen and (min-width: 30rem) { |
|
|
|
|
.book__read-more a svg { |
|
|
|
|
width: 1.125rem; |
|
|
|
|
height: 1.125rem; |
|
|
|
|
margin-left: 0.5rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.book:last-child { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
@media screen and (min-width: 60rem) { |
|
|
|
|
.book:last-child { |
|
|
|
|
margin-bottom: 2rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.featured_book { |
|
|
|
|
display: -webkit-box; |
|
|
|
|
display: -ms-flexbox; |
|
|
|
|
display: flex; |
|
|
|
@ -1856,13 +1954,13 @@ nav {
|
|
|
|
|
border: solid 1px var(--accent); |
|
|
|
|
margin: 0 0 2rem; |
|
|
|
|
} |
|
|
|
|
.book__cover { |
|
|
|
|
.featured_book__cover { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 80%; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
} |
|
|
|
|
.book a { |
|
|
|
|
.featured_book a { |
|
|
|
|
margin: 0; |
|
|
|
|
text-decoration: none; |
|
|
|
|
text-align: center; |
|
|
|
@ -1870,7 +1968,7 @@ nav {
|
|
|
|
|
-ms-hyphens: auto; |
|
|
|
|
hyphens: auto; |
|
|
|
|
} |
|
|
|
|
.book__title { |
|
|
|
|
.featured_book__title { |
|
|
|
|
display: -webkit-box; |
|
|
|
|
display: -ms-flexbox; |
|
|
|
|
display: flex; |
|
|
|
@ -2289,7 +2387,7 @@ body #content a.call-to-action {
|
|
|
|
|
-ms-flex-pack: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
} |
|
|
|
|
.latest-books .books .book { |
|
|
|
|
.latest-books .books .book, .latest-books .books .featured_book { |
|
|
|
|
margin-right: 1rem; |
|
|
|
|
margin-left: 1rem; |
|
|
|
|
} |
|
|
|
@ -2312,24 +2410,24 @@ body #content a.call-to-action {
|
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fieldset { |
|
|
|
|
.network-catalog fieldset { |
|
|
|
|
border-top: solid 2px var(--accent); |
|
|
|
|
font-family: "Karla", sans-serif; |
|
|
|
|
} |
|
|
|
|
fieldset h2, |
|
|
|
|
fieldset h3 { |
|
|
|
|
.network-catalog fieldset h2, |
|
|
|
|
.network-catalog fieldset h3 { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
font-size: 1rem; |
|
|
|
|
font-weight: bold; |
|
|
|
|
text-align: left; |
|
|
|
|
text-transform: none; |
|
|
|
|
} |
|
|
|
|
fieldset h2::before, |
|
|
|
|
fieldset h3::before { |
|
|
|
|
.network-catalog fieldset h2::before, |
|
|
|
|
.network-catalog fieldset h3::before { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
fieldset h2 button, |
|
|
|
|
fieldset h3 button { |
|
|
|
|
.network-catalog fieldset h2 button, |
|
|
|
|
.network-catalog fieldset h3 button { |
|
|
|
|
display: -webkit-box; |
|
|
|
|
display: -ms-flexbox; |
|
|
|
|
display: flex; |
|
|
|
@ -2346,36 +2444,36 @@ fieldset h3 button {
|
|
|
|
|
margin: 0; |
|
|
|
|
border-top: 0; |
|
|
|
|
} |
|
|
|
|
fieldset h2 button svg, |
|
|
|
|
fieldset h3 button svg { |
|
|
|
|
.network-catalog fieldset h2 button svg, |
|
|
|
|
.network-catalog fieldset h3 button svg { |
|
|
|
|
display: block; |
|
|
|
|
float: right; |
|
|
|
|
margin-top: 0.5rem; |
|
|
|
|
} |
|
|
|
|
fieldset h2 button:hover, fieldset h2 button:focus, |
|
|
|
|
fieldset h3 button:hover, |
|
|
|
|
fieldset h3 button:focus { |
|
|
|
|
.network-catalog fieldset h2 button:hover, .network-catalog fieldset h2 button:focus, |
|
|
|
|
.network-catalog fieldset h3 button:hover, |
|
|
|
|
.network-catalog fieldset h3 button:focus { |
|
|
|
|
color: var(--primary); |
|
|
|
|
background: var(--bg-body); |
|
|
|
|
} |
|
|
|
|
fieldset h2 button:active, |
|
|
|
|
fieldset h3 button:active { |
|
|
|
|
.network-catalog fieldset h2 button:active, |
|
|
|
|
.network-catalog fieldset h3 button:active { |
|
|
|
|
-webkit-box-shadow: none; |
|
|
|
|
box-shadow: none; |
|
|
|
|
} |
|
|
|
|
fieldset [aria-expanded=true] { |
|
|
|
|
.network-catalog fieldset [aria-expanded=true] { |
|
|
|
|
color: var(--primary); |
|
|
|
|
} |
|
|
|
|
fieldset [aria-expanded=true] svg { |
|
|
|
|
.network-catalog fieldset [aria-expanded=true] svg { |
|
|
|
|
-webkit-transform: rotate(180deg); |
|
|
|
|
-o-transform: rotate(180deg); |
|
|
|
|
transform: rotate(180deg); |
|
|
|
|
} |
|
|
|
|
fieldset h2 [aria-expanded=true] { |
|
|
|
|
.network-catalog fieldset h2 [aria-expanded=true] { |
|
|
|
|
border-bottom: solid 2px var(--accent); |
|
|
|
|
background: var(--body-bg-alt); |
|
|
|
|
} |
|
|
|
|
fieldset [type=radio] { |
|
|
|
|
.network-catalog fieldset [type=radio] { |
|
|
|
|
position: absolute !important; |
|
|
|
|
width: 1px !important; |
|
|
|
|
height: 1px !important; |
|
|
|
@ -2384,28 +2482,28 @@ fieldset [type=radio] {
|
|
|
|
|
overflow: hidden !important; |
|
|
|
|
clip: rect(1px, 1px, 1px, 1px); |
|
|
|
|
} |
|
|
|
|
fieldset .label { |
|
|
|
|
.network-catalog fieldset .label { |
|
|
|
|
display: inline-block; |
|
|
|
|
width: calc(100% - 2rem); |
|
|
|
|
} |
|
|
|
|
fieldset [type=radio] + label { |
|
|
|
|
.network-catalog fieldset [type=radio] + label { |
|
|
|
|
cursor: pointer; |
|
|
|
|
display: block; |
|
|
|
|
padding: 1rem 1.1875rem; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
fieldset [type=radio] + label svg { |
|
|
|
|
.network-catalog fieldset [type=radio] + label svg { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
fieldset [type=radio]:focus label { |
|
|
|
|
.network-catalog fieldset [type=radio]:focus label { |
|
|
|
|
cursor: pointer; |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
fieldset [type=radio]:checked + label { |
|
|
|
|
.network-catalog fieldset [type=radio]:checked + label { |
|
|
|
|
color: var(--primary); |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
fieldset [type=radio]:checked + label svg { |
|
|
|
|
.network-catalog fieldset [type=radio]:checked + label svg { |
|
|
|
|
display: block; |
|
|
|
|
float: right; |
|
|
|
|
margin-top: 0.5rem; |
|
|
|
@ -2413,7 +2511,7 @@ fieldset [type=radio]:checked + label svg {
|
|
|
|
|
height: 1rem; |
|
|
|
|
fill: transparent; |
|
|
|
|
} |
|
|
|
|
fieldset:last-of-type { |
|
|
|
|
.network-catalog fieldset:last-of-type { |
|
|
|
|
border-bottom: solid 2px var(--accent); |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
} |
|
|
|
@ -2432,7 +2530,7 @@ fieldset:last-of-type {
|
|
|
|
|
padding: 0; |
|
|
|
|
margin: 2rem 0 1rem 1rem; |
|
|
|
|
} |
|
|
|
|
.page-template-page-catalog .book { |
|
|
|
|
.page-template-page-catalog .book, .page-template-page-catalog .featured_book { |
|
|
|
|
height: 14.375rem; |
|
|
|
|
width: calc(50% - 1rem); |
|
|
|
|
margin: 0 1rem 1rem 0; |
|
|
|
|