Module:Documentation/styles.css: Difference between revisions

From Frontierpedia, the Microsoft Agent encyclopedia
en>Izno
(add)
en>Izno
(add small)
Line 26: Line 26:
#documentation-meta-data .mbox-text {
#documentation-meta-data .mbox-text {
font-style: italic;
font-style: italic;
}
#documentation-meta-data .mbox-text .template-documentation-toolbar-link {
font-style: normal;
font-size: 85%;
}
}

Revision as of 17:48, 4 August 2019

.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #a2a9b1;
	background-color: #ecfcf4;
	padding: 1em;
}

.template-documentation-heading {
	
}

/*
So right or left floating items don't stick out of the doc box.
*/
.template-documentation-sandbox-start,
.template-documentation-end {
	clear: both;
}

#documentation-meta-data {
	background-color: #ecfcf4;
	
}

#documentation-meta-data .mbox-text {
	font-style: italic;
}

#documentation-meta-data .mbox-text .template-documentation-toolbar-link {
	font-style: normal;
	font-size: 85%;
}