Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:TemplateBox/styles.css

Template page
Revision as of 01:11, 31 July 2025 by Zen (talk | contribs) (Created page with ".templatebox-desc { font-size: 1.2em; font-weight: bolder; padding: 0.2em; } .templatebox-usagesample { font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace; } .templatebox-languagedependant { background: var(--background-color-neutral-subtle, #f8f9fa); color: inherit; padding: 0.2em; } .templatebox-example { border:1px solid var(--border-color-base,#a2a9b1); width:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.templatebox-desc {
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0.2em;
}
.templatebox-usagesample {
	font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono',
		'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
}
.templatebox-languagedependant {
	background: var(--background-color-neutral-subtle, #f8f9fa);
	color: inherit;
	padding: 0.2em;
}
.templatebox-example {
	border:1px solid var(--border-color-base,#a2a9b1);
	width: 90%;
	padding: 1.5em;
}
.templatebox-example:after {
	display: block;
	content: "";
	clear: both;
}
hr.templatebox-examples-separator {
	margin: 1em 0;
}