Skip to content
wiki.fftac.org

wiki.fftac.org - Source Excerpt 02

Back to wiki.fftac.org

Summary

This source excerpt preserves a bounded section of Wiki.FFTAC.org/wp-content/themes/wiki-fftac-authority/assets/css/wiki-fftac.css so readers can inspect the evidence without opening the full source file.

**Source path:** Wiki.FFTAC.org/wp-content/themes/wiki-fftac-authority/assets/css/wiki-fftac.css

.aiwikis-browse-frame {
	background: var(--aiwikis-panel);
	border: 1px solid var(--aiwikis-line);
	border-radius: 10px;
	overflow: clip;
}

.aiwikis-browse-frame header {
	align-items: center;
	background: var(--aiwikis-soft);
	border-bottom: 1px solid var(--aiwikis-line);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.85rem 1rem;
}

.aiwikis-browse-frame header > div {
	max-width: 72rem;
}

.aiwikis-browse-frame h2 {
	font-size: 0.95rem;
	margin: 0;
}

.aiwikis-browse-frame p {
	color: #50605a;
	font-size: 0.84rem;
	margin: 0.2rem 0 0;
}

.aiwikis-browse-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
}

.aiwikis-browse-actions a {
	background: var(--aiwikis-panel);
	border: 1px solid var(--aiwikis-line);
	border-radius: 6px;
	color: var(--aiwikis-source);
	font-weight: 700;
	min-height: 2.4rem;
	padding: 0.55rem 0.75rem;
	text-decoration: none;
}

.aiwikis-browse-actions a:focus,
.aiwikis-browse-actions a:hover {
	background: var(--aiwikis-source);
	color: #fff;
	outline: 2px solid var(--aiwikis-source);
	outline-offset: 2px;
}

.aiwikis-browse-actions .aiwikis-browse-open {
	background: var(--aiwikis-source);
	border-color: var(--aiwikis-source);
	color: #fff;
}

.aiwikis-browse-frame iframe {
	border: 0;
	display: block;
	height: 1180px;
	min-height: 92vh;
	width: 100%;
}

@media (max-width: 720px) {
	.aiwikis-site-header {
		position: static;
	}

	.aiwikis-header-inner,
	.aiwikis-footer-inner {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.aiwikis-nav {
		justify-content: flex-start;
	}

	.aiwikis-search-form-header {
		order: 3;
	}

	.aiwikis-search-form-large div {
		display: grid;
	}

	.aiwikis-footer-grid,
	.aiwikis-page-context {
		grid-template-columns: 1fr;
	}

	.aiwikis-lede {
		font-size: 1.1rem;
	}

	.aiwikis-browse-frame header {
		align-items: flex-start;
		flex-direction: column;
	}

	.aiwikis-browse-actions {
		justify-content: flex-start;
	}

	.aiwikis-browse-frame iframe {
		height: 900px;
		min-height: 78vh;
	}
}