/* dcpp-wiki-backup: reconstruction tweaks layered over stock MonoBook main.css */

/* links to pages the archive never captured: shown red and made inert */
a.archived-inert { color:#ba0000; cursor:not-allowed; }
a.archived-inert:hover { text-decoration:line-through; }

/* dead MediaWiki features (Special:, edit, history, login): muted, not alarming */
a.disabled-chrome { color:#888; cursor:default; }
a.disabled-chrome:hover { text-decoration:none; }

/* placeholder where an image was not archived */
.noimg { display:inline-block; padding:1px 6px; border:1px dashed #bbb;
         color:#888; font-size:85%; background:#f6f6f6; }

/* keep wide content tables from breaking the fixed layout */
.table-scroll { overflow-x:auto; max-width:100%; }

/* the generated "All pages" index */
.allpages-list { columns:3; column-gap:24px; list-style:none; margin:6px 0 18px; padding:0; }
.allpages-list li { break-inside:avoid; margin:2px 0; font-size:13px; }
@media (max-width:800px) { .allpages-list { columns:2; } }
@media (max-width:520px) { .allpages-list { columns:1; } }

/* the reconstruction note pinned to the top of the footer */
.archive-note { border:1px solid #d9c451; background:#fffbe6; color:#4a4300;
                padding:8px 12px; margin:0 0 12px; font-size:12px; line-height:1.55;
                border-radius:3px; }
.archive-note a { color:#0645ad; }
