Style - Source Excerpt 01
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
/*
Theme Name: FFTAC Who We Are
Theme URI: https://fftac.org/
Author: OpenAI GPT-5.5 Pro
Author URI: https://openai.com/
Description: A self-contained WordPress information theme for The Foundation For The Anti-Christ. Built for a sober, nonviolent, source-led "Who We Are" public website with no external fonts, scripts, trackers, or CDNs.
Version: 3.28.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fftac-who-we-are
Tags: custom-logo, custom-menu, featured-images, accessibility-ready, blog, one-column, dark, full-site-info
*/
:root {
--fftac-black: #030303;
--fftac-ink: #090909;
--fftac-panel: #111111;
--fftac-panel-2: #171717;
--fftac-panel-3: #202020;
--fftac-white: #f8f4eb;
--fftac-muted: #bdb5a5;
--fftac-dim: #847b70;
--fftac-red: #b40018;
--fftac-red-hot: #ff1b1b;
--fftac-crimson: #5c000b;
--fftac-green: #15ff00;
--fftac-yellow: #fff400;
--fftac-border: rgba(248, 244, 235, 0.16);
--fftac-border-strong: rgba(248, 244, 235, 0.34);
--fftac-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
--fftac-radius: 24px;
--fftac-radius-small: 14px;
--fftac-max: 1180px;
--fftac-text: Georgia, "Times New Roman", Times, serif;
--fftac-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
min-height: 100vh;
color: var(--fftac-white);
background:
radial-gradient(circle at 16% 0%, rgba(180, 0, 24, 0.25), transparent 34rem),
radial-gradient(circle at 85% 14%, rgba(92, 0, 11, 0.28), transparent 36rem),
linear-gradient(135deg, #020202 0%, #080808 50%, #120005 100%);
font-family: var(--fftac-ui);
font-size: 17px;
line-height: 1.68;
text-rendering: optimizeLegibility;
}
body::before {
content: "";
position: fixed;
inset: 0;
z-index: -2;
pointer-events: none;
background-image:
linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
background-size: 42px 42px;
mask-image: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.12));
}
body::after {
content: "";
position: fixed;
inset: 0;
z-index: -1;
pointer-events: none;
background:
linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.9)),
radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.72) 78%);
}
img,
svg,
video {
max-width: 100%;
height: auto;
}
a {
color: var(--fftac-white);
text-decoration-thickness: 0.08em;
text-underline-offset: 0.18em;
}
a:hover,
a:focus-visible {
color: var(--fftac-red-hot);
}
button,
input,
textarea,
select {
font: inherit;
}
.screen-reader-text,
.skip-link {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.skip-link:focus {
top: 12px;
left: 12px;
z-index: 99999;
width: auto;
height: auto;
padding: 0.75rem 1rem;
clip: auto;
color: var(--fftac-black);
background: var(--fftac-white);
border-radius: 999px;
}
.site-shell {
overflow: hidden;
}
.site-header {
position: sticky;
top: 0;
z-index: 1000;
border-bottom: 1px solid var(--fftac-border);
background: rgba(3, 3, 3, 0.82);
backdrop-filter: blur(10px);
}
.admin-bar .site-header {
top: 32px;
}
.header-inner {
max-width: var(--fftac-max);
margin: 0 auto;
padding: 0.9rem clamp(1rem, 4vw, 2rem);
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.site-branding {
display: flex;
align-items: center;
gap: 0.82rem;
min-width: 0;
color: var(--fftac-white);
text-decoration: none;
}
.brand-mark {
width: 58px;
height: 58px;
border-radius: 50%;
object-fit: cover;
border: 2px solid var(--fftac-border-strong);
background: var(--fftac-black);
box-shadow: 0 0 0 5px rgba(180, 0, 24, 0.12), 0 0 28px rgba(255, 27, 27, 0.23);
}
.custom-logo-link img {
max-width: 58px;
border-radius: 50%;
border: 2px solid var(--fftac-border-strong);
}
.brand-text {
min-width: 0;
}
.site-title {
display: block;
font-family: var(--fftac-text);
font-size: clamp(1.08rem, 1.8vw, 1.38rem);
font-weight: 700;
line-height: 1.06;
letter-spacing: 0.02em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
}
.site-description {
display: block;
margin-top: 0.12rem;
color: var(--fftac-muted);
font-size: 0.72rem;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.menu-toggle {
display: none;
align-items: center;
gap: 0.5rem;
padding: 0.7rem 0.9rem;
color: var(--fftac-white);
background: transparent;
border: 1px solid var(--fftac-border);
border-radius: 999px;
cursor: pointer;
}
.menu-toggle .bars {
width: 18px;
display: grid;
gap: 4px;
}
.menu-toggle .bars span {
display: block;
height: 2px;
background: currentColor;
border-radius: 999px;
}
.primary-navigation {
margin-left: auto;
}
.primary-navigation ul {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 0.16rem;
margin: 0;
padding: 0;
list-style: none;
}
.primary-navigation a {
display: block;
padding: 0.62rem 0.82rem;
color: var(--fftac-muted);
font-size: 0.86rem;
font-weight: 700;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
border-radius: 999px;
}
.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.primary-navigation .current-menu-item > a {
color: var(--fftac-white);
background: rgba(180, 0, 24, 0.26);
}
.header-actions {
display: inline-flex;
flex: 0 0 auto;
align-items: center;
gap: 0.55rem;
}
.header-wiki-link {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.62rem 0.9rem;
border: 1px solid var(--fftac-border-strong);
border-radius: 999px;
background: rgba(180, 0, 24, 0.18);
color: var(--fftac-white);
font-size: 0.82rem;
font-weight: 800;
letter-spacing: 0.08em;
line-height: 1;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
}
.header-wiki-link:hover,
.header-wiki-link:focus-visible {
border-color: rgba(255, 27, 27, 0.76);
background: rgba(180, 0, 24, 0.34);
color: var(--fftac-white);
}
.main {
min-height: 65vh;
}
.section,
.entry-content,
.entry-header,
.post-navigation,
.comments-area {
max-width: var(--fftac-max);
margin-inline: auto;
padding-inline: clamp(1rem, 4vw, 2rem);
}
.hero {
position: relative;
max-width: var(--fftac-max);
margin: 0 auto;
padding: clamp(3.2rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 7vw, 5.5rem);
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
gap: clamp(2rem, 6vw, 5rem);
align-items: center;
}
.hero-kicker,
.section-kicker,
.card-kicker,
.archive-kicker {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--fftac-red-hot);
font-size: 0.78rem;
font-weight: 900;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.hero-kicker::before,
.section-kicker::before,
.card-kicker::before,
.archive-kicker::before {
content: "";
width: 0.7rem;
height: 0.7rem;
border: 2px solid currentColor;
transform: rotate(45deg);
}
.hero-title,
.entry-title,
.section-title {
margin: 0.36rem 0 1rem;
font-family: var(--fftac-text);
font-weight: 700;
line-height: 0.94;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.hero-title {
font-size: clamp(3rem, 9.5vw, 7.2rem);
}
.hero-title span {
display: block;
color: transparent;
-webkit-text-stroke: 1.2px rgba(248, 244, 235, 0.92);
text-shadow: 0 0 34px rgba(255, 27, 27, 0.16);
}
.hero-lede {
max-width: 68ch;
margin: 0;
color: var(--fftac-muted);
font-size: clamp(0.98rem, 2vw, 1.18rem);
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 0.85rem;
margin-top: 2rem;
}
.button,
.wp-block-button__link,
.comment-form input[type="submit"],
.search-submit {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0.74rem 1.1rem;
color: var(--fftac-white);
background: var(--fftac-red);
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 999px;
font-weight: 900;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
box-shadow: 0 18px 40px rgba(180, 0, 24, 0.28);
cursor: pointer;
}
.button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
.comment-form input[type="submit"]:hover,
.search-submit:hover {
color: var(--fftac-white);
background: #e6001f;
transform: translateY(-1px);
}
.button.secondary {
background: transparent;
border-color: var(--fftac-border-strong);
box-shadow: none;
}