For All Mankind Wiki

Hi Bob! Find your place in the universe and leave your legacy. Join Helios today as your destiny awaits.

  • This wiki contains spoilers for all published episodes.
  • This wiki is designed for dark mode.
    For best experience please consider switching mode.

READ MORE

For All Mankind Wiki
For All Mankind Wiki

Fandom's article-table css rules


.article-table {
    background: rgba(var(--theme-page-dynamic-color-1--rgb), 0.02);
    border: 0 var(--theme-border-color);
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
}
.article-table td,
.article-table th {
    border-bottom: 1px solid var(--theme-border-color);
    padding: 6px 12px;
}
.article-table th {
    background: rgba(var(--theme-page-dynamic-color-1--rgb), 0.05);
    text-align: left;
}
.article-table caption {
    font-weight: 700;
}

See also