User:ReconditeRodent

From Wiktionary, the free dictionary
Jump to navigation Jump to search

wikipedia:User:ReconditeRodent.

For a minimalist table of contents (thanks to User:Dan Polansky), add the following to your common.css:

/* Appearance: Language names are layed out as a horizontal list and are the only items
   shown in the TOC; borders are only horizontal ones; the result is very compact
   and minimalistic. */
.ns-0 div#toc ul ul { display: none; text-align: center;} /* Reduce the depth of shown headings in TOC */
div#toc span.tocnumber { display: none; } /* Hide numbers in TOC */
.ns-0 .toclevel-1 ul { display: none; }
.ns-0 div#toc li { display: inline;}
.ns-0 div#toc li + li:before { content: ' · '; }
.ns-0 div.toctitle { display: none; }
.ns-0 div#toc { border-right: none; border-left: none; background-color: white; padding-top: 0px; padding-bottom: 0px; margin: 0 auto;}