টেমপ্লেট:Dotted TOC page listing/শৈলী.css

উইকিসংকলন থেকে
.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;
}