Skip to content
wiki.fftac.org

Style - Source Excerpt 04

Back to Style

Summary

This source excerpt preserves a bounded section of FFTAC/wp-content/themes/fftac-who-we-are/style.css so readers can inspect the evidence without opening the full source file.

**Source path:** FFTAC/wp-content/themes/fftac-who-we-are/style.css

.footer-text,
.footer-note {
  color: var(--fftac-muted);
}

.footer-note {
  max-width: var(--fftac-max);
  margin: 0 auto;
  padding: 1.2rem clamp(1rem, 4vw, 2rem);
  border-top: 1px solid var(--fftac-border);
  font-size: 0.85rem;
}

.footer-links {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: var(--fftac-muted);
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--fftac-red-hot);
}

.no-results,
.not-found {
  max-width: 830px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.pagination,
.nav-links {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page-numbers,
.post-page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0.42rem 0.7rem;
  border: 1px solid var(--fftac-border);
  border-radius: 999px;
  color: var(--fftac-muted);
  text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible {
  color: var(--fftac-white);
  background: rgba(180,0,24,0.28);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 920px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 0.75rem clamp(1rem, 4vw, 2rem) 1rem;
    border-bottom: 1px solid var(--fftac-border);
    background: rgba(3, 3, 3, 0.96);
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation ul {
    display: grid;
    justify-content: stretch;
  }

  .primary-navigation a {
    border: 1px solid var(--fftac-border);
  }

  .hero,
  .feature-split,
  .resource-hero,
  .resource-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .resource-index-panel,
  .resource-toc {
    position: static;
  }

  .resource-index-panel ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-badge {
    max-width: 360px;
    order: -1;
  }

  .signal-strip,
  .card-grid,
  .card-grid.two,
  .card-grid.dense,
  .stat-grid,
  .reader-grid,
  .standard-grid,
  .workflow-grid,
  .shelf-grid,
  .link-directory,
  .blueprint-grid,
  .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .header-inner {
    align-items: center;
  }

  .header-actions {
    gap: 0.35rem;
  }

  .menu-toggle {
    padding-inline: 0.72rem;
  }

  .header-wiki-link {
    padding-inline: 0.68rem;
  }

  .site-title {
    max-width: 34vw;
  }

  .site-description {
    display: none;
  }

  .brand-mark,
  .custom-logo-link img {
    width: 48px;
    height: 48px;
  }

  .hero {
    padding-top: 2.2rem;
  }

  .resource-hero {
    padding-top: 2rem;
  }

  .resource-hero h1 {
    font-size: 2.45rem;
  }

  .resource-index-panel ul {
    grid-template-columns: 1fr;
  }

  .resource-breadcrumbs ol {
    display: grid;
    gap: 0.25rem;
  }

  .resource-breadcrumbs li:not(:last-child)::after {
    content: "";
    margin-left: 0;
  }

  .hero-actions,
  .search-form {
    flex-direction: column;
  }

  .button,
  .search-submit {
    width: 100%;
  }

  .signal-strip,
  .card-grid,
  .card-grid.two,
  .card-grid.dense,
  .stat-grid,
  .reader-grid,
  .standard-grid,
  .workflow-grid,
  .shelf-grid,
  .link-directory,
  .blueprint-grid,
  .posts-grid {
    grid-template-columns: 1fr;
  }

  .feature-image {
    min-height: 280px;
  }
}

.post-thumbnail {
  display: block;
  margin: -0.25rem -0.25rem 1rem;
  overflow: hidden;
  border: 1px solid var(--fftac-border);
  border-radius: calc(var(--fftac-radius) - 8px);
  background: #000;
}

.post-thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
}

.entry-footer,
.edit-link,
.cat-links,
.tags-links {
  color: var(--fftac-dim);
  font-size: 0.86rem;
}

.entry-footer a,
.edit-link a,
.cat-links a,
.tags-links a {
  color: var(--fftac-muted);
}

.comments-area {
  max-width: 930px;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list .children {
  margin: 1rem 0 0 1rem;
  padding: 0;
  list-style: none;
}

.comment-body {
  margin-bottom: 1rem;
}

.brand-logo a,
.custom-logo-link {
  display: grid;
  place-items: center;
}

.brand-text {
  color: var(--fftac-white);
  text-decoration: none;
}

.brand-text:hover,
.brand-text:focus-visible {
  color: var(--fftac-white);
}