Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:43, 1 March 2025 by Muqsit (talk | contribs) (Created page with ".noarticletext { margin-block: var(--space-md); border: 1px solid var(--border-color-base); border-radius: var(--border-radius-large); } .noarticletext-header { padding: var(--space-xxl); text-align: center; line-height: var(--line-height-xx-small); } .noarticletext-404 { color: var(--color-subtle); font-size: 15vh; font-weight: var(--font-weight-semi-bold); line-height: 1; letter-spacing: 0.05em; } .noarticletext-caption { font-size: var(--font-size-small...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.noarticletext {
	margin-block: var(--space-md);
	border: 1px solid var(--border-color-base);
	border-radius: var(--border-radius-large);
}

.noarticletext-header {
	padding: var(--space-xxl);
	text-align: center;
	line-height: var(--line-height-xx-small);
}

.noarticletext-404 {
	color: var(--color-subtle);
	font-size: 15vh;
	font-weight: var(--font-weight-semi-bold);
	line-height: 1;
	letter-spacing: 0.05em;
}

.noarticletext-caption {
	font-size: var(--font-size-small);
}

.noarticletext-title {
	color: var(--color-emphasized);
	font-weight: var(--font-weight-semi-bold);
	font-size: var(--font-size-large);
}

.noarticletext .t-card {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.noarticletext .t-card-content {
	padding: var(--space-xl);
}