Mal:Dottted TOC page listing/styles.css

Saking Wikisource
.wst-dtpl {
	/* this is to work around CSS set by Minerva skin under 720px where display: block on tables */
	display:table;
    border-collapse:collapse;
    border-spacing:0 0;
    empty-cells:hide;
    width:100%;
}

/* The default background is white to cover the dots */
.wst-dtpl-background {
	background: white;
}

/* For environments where we know what the background is, inherit from the
 * parent container. For example AuxTOC. This is better than setting manually,
 * because, say, AuxTOC isn't coloured in all environments */
.wst-auxtoc .wst-dtpl-background,
.subheadertemplate .wst-dtpl-background {
	background: inherit;
}

.wst-dtpl_chaptertext{
 width:2.5em;
 max-width:2.5em;
 padding: 0.0em 0.5em 0.0em 0.0em;
 vertical-align:top;
 text-align:right;
}

.wst-dtpl_col4defaults{
text-align:right;
vertical-align:bottom;
width: 2.0em;
padding:0.0em 0.0em 0.0em 0.5em;
}