MediaWiki:Vector-darkmode.less/toc.less

From Illerai

This is the current revision of this page, as edited by imported>Shayani at 10:37, 20 January 2022 (match common). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* ------------------------
       Table of Contents
   ------------------------ */

.toc {
	background: @dark-wikitable-background;
	border: 1px solid @dark-infobox-border;

	// title bar
	.toctitle {
		background: @dark-wikitable-header;
		border-color: @dark-infobox-border;
	}

    // entire group of headings
    > ul {
        border: none;
    }

    // subheadings only
    ul ul {
        border-color: @dark-infobox-border;
    }

	li {
		list-style-type: none;
		list-style-image: none;
	}
}

// collapse button
.toctogglelabel {
	color: @dark-links;
}

.mw-warning, .toccolours {
    border: 1px solid @dark-interface-border;
    background-color: @dark-wikitable-background;
}