wpu.nu

Skillnad mellan versioner av "Mall:TemplateBox/styles.css"

Från wpu.nu

< Mall:TemplateBox
m (Protected "Template:TemplateBox/styles.css": Widely used template: Special:Diff/364570762/364571662 ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)))
 
m (1 version importerades)
 
(Ingen skillnad)

Nuvarande version från 5 mars 2021 kl. 10.52

.templatebox-desc {
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0.2em;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
}
.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;
}