diff options
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 3474207..9654594 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -96,8 +96,8 @@ dd { | |||
| 96 | margin-bottom: .5rem; | 96 | margin-bottom: .5rem; |
| 97 | } | 97 | } |
| 98 | 98 | ||
| 99 | /* ODDITY, kept: utility class — grep callers before it survives the next | 99 | + /* Single caller: _headline_image.html.erb's image-count caption |
| 100 | demolition round */ | 100 | + ("N Bilder"), shown only when a gallery has more than one image. */ |
| 101 | .right { | 101 | .right { |
| 102 | text-align: right; | 102 | text-align: right; |
| 103 | } | 103 | } |
| @@ -727,7 +727,6 @@ div.teaser_ruler { | |||
| 727 | min-width: 0; | 727 | min-width: 0; |
| 728 | } | 728 | } |
| 729 | 729 | ||
| 730 | |||
| 731 | .inline-image--full { | 730 | .inline-image--full { |
| 732 | width: 100%; | 731 | width: 100%; |
| 733 | margin: 1rem 0; | 732 | margin: 1rem 0; |
| @@ -747,3 +746,32 @@ div.teaser_ruler { | |||
| 747 | float: right; | 746 | float: right; |
| 748 | margin-left: 1rem; | 747 | margin-left: 1rem; |
| 749 | } | 748 | } |
| 749 | |||
| 750 | #asset_credits .asset_credit_block { | ||
| 751 | display: none; | ||
| 752 | } | ||
| 753 | |||
| 754 | #asset_credits .asset_credit_block.headline_credit { | ||
| 755 | display: block; | ||
| 756 | } | ||
| 757 | |||
| 758 | #asset_credits { | ||
| 759 | border-top: dotted 1px silver; | ||
| 760 | } | ||
| 761 | |||
| 762 | #asset_credits, | ||
| 763 | .right { | ||
| 764 | font-style: italic; | ||
| 765 | font-family: Georgia; | ||
| 766 | font-size: 0.9rem; | ||
| 767 | color: color-mix(in srgb, CanvasText, #808080); | ||
| 768 | } | ||
| 769 | |||
| 770 | .glightbox-clean .gslide-description { | ||
| 771 | background: Canvas !important; | ||
| 772 | } | ||
| 773 | |||
| 774 | .glightbox-clean .gslide-title, | ||
| 775 | .glightbox-clean .gslide-desc { | ||
| 776 | color: CanvasText !important; | ||
| 777 | } | ||
