Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
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: Difference between revisions

Template page
Created page with '.templatebox-desc { font-size: 1.2em; font-weight: bolder; padding: 0.2em; text-shadow: 1px 1px 1px rgb(255, 255, 255); } .templatebox-usagesample { backgr...'
 
m 6 revisions imported
 
(5 intermediate revisions by 5 users not shown)
Line 3: Line 3:
font-weight: bolder;
font-weight: bolder;
padding: 0.2em;
padding: 0.2em;
text-shadow: 1px 1px 1px rgb(255, 255, 255);
}
}
.templatebox-usagesample {
.templatebox-usagesample {
background: white;
background: rgba(255, 255, 255, 0.9);
font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono',
font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono',
'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
}
}
.templatebox-languagedependant {
.templatebox-languagedependant {
background: rgba(255, 255, 255, 0.5);
background: var(--background-color-neutral-subtle, #f8f9fa);
color: inherit;
padding: 0.2em;
padding: 0.2em;
}
}
.templatebox-example {
.templatebox-example {
border: 1px solid black;
border:1px solid var(--border-color-base,#a2a9b1);
background-color: white;
width: 90%;
width: 90%;
padding: 1.5em;
padding: 1.5em;
Line 25: Line 22:
content: "";
content: "";
clear: both;
clear: both;
}
hr.templatebox-examples-separator {
margin: 1em 0;
}
}

Latest revision as of 06:06, 9 August 2026

.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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.