| 2268 |
2268 |
|
text-decoration: none;
|
| 2269 |
2269 |
|
}
|
| 2270 |
2270 |
|
|
| 2271 |
|
- |
.article-page .text-reader-footer {
|
|
2271 |
+ |
/* Share controls at the end of the article, inside .article-footer beside
|
|
2272 |
+ |
the tags or the blog crumb. Was a page-bottom footer below the comments
|
|
2273 |
+ |
until the site-footer consolidation; the control belongs with the piece
|
|
2274 |
+ |
it copies, not under the discussion. */
|
|
2275 |
+ |
.article-page .reader-actions {
|
| 2272 |
2276 |
|
font-family: var(--font-mono);
|
| 2273 |
|
- |
text-align: center;
|
| 2274 |
|
- |
padding: var(--gap-page);
|
| 2275 |
2277 |
|
font-size: var(--text-note);
|
| 2276 |
|
- |
color: var(--content-muted);
|
| 2277 |
|
- |
border-top: 1px solid var(--border);
|
|
2278 |
+ |
margin-top: var(--gap-section);
|
| 2278 |
2279 |
|
}
|
| 2279 |
2280 |
|
|
| 2280 |
|
- |
.article-page .text-reader-footer a {
|
| 2281 |
|
- |
color: var(--content);
|
| 2282 |
|
- |
text-decoration: none;
|
| 2283 |
|
- |
}
|
| 2284 |
|
- |
|
| 2285 |
|
- |
.article-page .text-reader-footer a:hover { text-decoration: underline; }
|
|
2281 |
+ |
.article-page .reader-actions a { color: var(--content); text-decoration: none; }
|
|
2282 |
+ |
.article-page .reader-actions a:hover { text-decoration: underline; }
|
| 2286 |
2283 |
|
|
| 2287 |
2284 |
|
/* Blog-specific: nav crumb above the article. */
|
| 2288 |
2285 |
|
.article-page .blog-nav {
|
| 6628 |
6625 |
|
.doc-backlinks-list a { color: var(--content); text-decoration: none; }
|
| 6629 |
6626 |
|
.doc-backlinks-list a:hover { text-decoration: underline; }
|
| 6630 |
6627 |
|
|
| 6631 |
|
- |
.text-reader-footer {
|
| 6632 |
|
- |
font-family: var(--font-mono);
|
| 6633 |
|
- |
text-align: center;
|
| 6634 |
|
- |
padding: var(--gap-page);
|
| 6635 |
|
- |
font-size: var(--text-note);
|
| 6636 |
|
- |
color: var(--content-muted);
|
| 6637 |
|
- |
border-top: 1px solid var(--border);
|
| 6638 |
|
- |
}
|
| 6639 |
|
- |
|
| 6640 |
|
- |
.text-reader-footer a { color: var(--content); text-decoration: none; }
|
| 6641 |
|
- |
.text-reader-footer a:hover { text-decoration: underline; }
|
| 6642 |
|
- |
|
| 6643 |
6628 |
|
/* Docs index page */
|
| 6644 |
6629 |
|
.docs-index {
|
| 6645 |
6630 |
|
max-width: 680px;
|
| 10484 |
10469 |
|
/* Footer below the item-footer (was inline on library_downloads.html). */
|
| 10485 |
10470 |
|
.library-page .item-footer-sub { margin-top: var(--gap-peer); }
|
| 10486 |
10471 |
|
|
| 10487 |
|
- |
/* library_text.html footer (terse text-page footer, distinct from the
|
| 10488 |
|
- |
text_reader.html .text-reader-footer that has its own classed style). */
|
|
10472 |
+ |
/* library_text.html footer: a terse in-page footer for the library's own
|
|
10473 |
+ |
text view, unrelated to base.html's site-footer. */
|
| 10489 |
10474 |
|
.article-page .lib-text-footer {
|
| 10490 |
10475 |
|
text-align: center;
|
| 10491 |
10476 |
|
padding: var(--gap-page);
|