Template:Biblecontents/styles.css

From Wikisource
Jump to navigation Jump to search
.wst-biblecontents {
	width:100%;
	margin-bottom:5px;
	border:1px solid #ADA;
	background-color:#E4F2E4;
	text-align:center;
	font-size:0.9em;
}
.wst-rule.__uirule.wst-biblecontents-rule {
	margin:0.5em auto 0.5em auto;
}
.wst-biblecontents-section {
	font-weight:bold;
}
.wst-biblecontents .wst-flatlist li::after {
	content: " · ";
}
.wst-biblecontents .wst-flatlist li:last-child::after {
	content:none;
}