MediaWiki:Vector-darkmode.less/toc.less

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "→‎------------------------ 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; l..."). 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;

}