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
Fulfilling edit request by ExE Boss
No text-shadow, please - makes the text difficult to read for ppl with vision problems (like me)
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 {

Revision as of 13:00, 17 April 2022

.templatebox-desc {
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0.2em;
}
.templatebox-usagesample {
	background: white;
	background: rgba(255, 255, 255, 0.9);
	font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono',
		'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
}
.templatebox-languagedependant {
	background: rgba(255, 255, 255, 0.5);
	padding: 0.2em;
}
.templatebox-example {
	border: 1px solid black;
	background-color: white;
	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.