Jump to content

Template:Statement/styles.css

From Mathepedia, the mathematical encyclopedia

Revision as of 18:13, 16 July 2026 by {{GENDER:InfernalAtom683|

Mathepedia render error: ! Extra }, or forgotten $. l.8 '"2} } No pages of output. Transcript written on /var/lib/mathepedia-renderer/cache/mathepedia-cbb0e139328 50b9fe4e18f60e540979921293739af0280a15eb127d1c1c6428f-ex_aiunl/diagram.log.

'"7

.global-box.math-statement {
	border-left-width: 0.25em;
	border-radius: 0;
}

/* Theorem、Lemma、Proposition 等 */
.global-box.math-statement--proof {
	border-left-color: #36c;
}

/* Definition、Axiom、Notation 等 */
.global-box.math-statement--definition {
	border-left-color: #14866d;
}

/* Conjecture、Hypothesis */
.global-box.math-statement--conjecture {
	border-left-color: #7256a8;
}

/* Example、Counterexample */
.global-box.math-statement--example {
	border-left-color: #ac6600;
}

/* Exercise、Problem、Question */
.global-box.math-statement--task {
	border-left-color: #b32424;
}

/* Remark、Note、Observation 等 */
.global-box.math-statement--expository {
	border-left-color: #72777d;
}

.math-statement .global-box__title {
	font-size: 1em;
}

.math-statement--proof .global-box__details-heading {
	font-style: italic;
}