Ugrás a tartalomhoz

Modul:Dokumentáció/style.css

A Wikipédiából, a szabad enciklopédiából
.template-documentation {
	clear: both;
	margin-top: .5em;
	border: 1px solid #a2a9b1;
	padding: 10px;
	background-color: #ecf4fc;
}
.template-documentation .template-documentation-title {
	font-size: 1.5em;
	border-bottom: 1px solid #a2a9b1;
}
.template-documentation .template-documentation-titlelinks {
	display: inline;
	margin: 0;
	font-size: small;
}
.template-documentation .template-documentation-titlelinks > li {
	display: inline;
}
.template-documentation .template-documentation-titlelinks > li:before {
	content: '[';
	display: inline;
}
.template-documentation .template-documentation-titlelinks > li:after {
	content: ']';
	display: inline;
}
.template-documentation .template-documentation-titlelinks > li.template-documentation-titlelinks-history:before {
	content: '(';
}
.template-documentation .template-documentation-titlelinks > li.template-documentation-titlelinks-history:after {
	content: ')';
}
.template-documentation .template-documentation-purgelink {
	clear: both;
	text-align: right;
	font-size: smaller;
}
.template-documentation:after {
	content: '';
	display: block;
	clear: both;
}