4,554
edits
No edit summary |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1,207: | Line 1,207: | ||
text-decoration: underline; | text-decoration: underline; | ||
text-align: center; | text-align: center; | ||
padding-top: | padding-top: 25px; | ||
margin-bottom: 5px!important; | margin-bottom: 5px!important; | ||
} | } | ||
| Line 1,399: | Line 1,399: | ||
} | } | ||
.caption-line { | .caption-line { | ||
display: contents; | |||
font-size: 15px; | |||
line-height: 18px; | |||
letter-spacing: .48px; | |||
font-size: | |||
line-height: | |||
letter-spacing: | |||
} | } | ||
.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 { | ||
| Line 1,671: | Line 1,657: | ||
color: black; | color: black; | ||
} | } | ||
#close-button { | #close-button { | ||
float: right; | float: right; | ||
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto; | cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto; | ||
font-size: 20px; | font-size: 20px; | ||
line-height: 24px; | line-height: 24px; | ||
letter-spacing: 0px; | letter-spacing: 0px; | ||
position: absolute; /* override float for precise placement */ | |||
top: 8px; | |||
right: 8px; | |||
} | |||
/* print button next to [close] */ | |||
#print-button { | |||
position: absolute; | |||
top: 8px; | |||
right: 60px; | |||
line-height: 24px; | |||
font-size: 20px; | |||
letter-spacing: 0; | |||
cursor: pointer; | |||
z-index: 10; | |||
padding-right: 8px; | |||
} | |||
#print-button a { | |||
color: black; | |||
text-decoration: none; | |||
} | |||
#print-button a:hover { | |||
text-decoration: underline; | |||
} | |||
.entryPage-printBtn { | |||
right: 0 !important; | |||
} | |||
#print-chooser { | |||
position: absolute; | |||
top: 36px; | |||
right: 8px; | |||
display: none; | |||
white-space: nowrap; | |||
font-size: 14px; | |||
line-height: 20px; | |||
} | } | ||
/* Links styled like pills (MW-safe) */ | |||
#print-chooser .print-choice { | |||
display: inline-block; | |||
padding: 2px 4px; | |||
text-decoration: none; | |||
background: #ececec; | |||
color: #767676; | |||
margin-top: 2px; | |||
} | |||
#print-chooser .print-choice + .print-choice { margin-left: 6px; } | |||
#print-chooser .print-choice:hover, | |||
#print-chooser .print-choice:focus { | |||
text-decoration: none; | |||
color: black; | |||
} | |||
.fade-out { | .fade-out { | ||
position: absolute; | position: absolute; | ||
| Line 1,730: | Line 1,775: | ||
text-decoration: underline; | text-decoration: underline; | ||
text-align: center; | text-align: center; | ||
padding-top: | padding-top: 25px; | ||
margin-bottom: 5px !important; | margin-bottom: 5px !important; | ||
} | } | ||