4,090
edits
No edit summary |
No edit summary |
||
Line 1,253: | Line 1,253: | ||
.image-container { | .image-container { | ||
display: table; | |||
margin: 0; | |||
} | } | ||
.image-container img { | .image-container img { | ||
max-width: 100%; | |||
max-width: 100%; | height: 400px; | ||
width: auto; | width: auto; | ||
} | } | ||
.image-navigation { | .image-navigation { | ||
position: relative; | position: relative; | ||
Line 1,321: | Line 1,321: | ||
} | } | ||
.caption-image1, .caption-image2, .caption-image3, .caption-image4, .caption-image5, .related-article-caption-image1, .related-article-caption-image2, .related-article-caption-image3, .related-article-caption-image4, .related-article-caption-image5 { | .caption-image1, .caption-image2, .caption-image3, .caption-image4, .caption-image5, .related-article-caption-image1, .related-article-caption-image2, .related-article-caption-image3, .related-article-caption-image4, .related-article-caption-image5 { | ||
display: none; | display: none; | ||
caption-side: bottom; | |||
background: #FAFAFA; | |||
font-size: 15px; | |||
line-height: 18px; | |||
letter-spacing: 0.48px; | |||
padding-top: 6px; | |||
font-size: | |||
line-height: | |||
letter-spacing: 0. | |||
} | } | ||
.article-book { | .article-book { | ||
Line 1,459: | Line 1,447: | ||
.image-container:hover .caption-image4, | .image-container:hover .caption-image4, | ||
.image-container:hover .caption-image5 { | .image-container:hover .caption-image5 { | ||
display: | display: table-caption; | ||
} | } | ||
Line 1,467: | Line 1,455: | ||
.image-container:hover .related-article-caption-image4, | .image-container:hover .related-article-caption-image4, | ||
.image-container:hover .related-article-caption-image5 { | .image-container:hover .related-article-caption-image5 { | ||
display: | display: table-caption; | ||
} | } | ||