/* Optional floating (fixed) table of contents for users with very wide monitors. Activated above 1500px. From [[User:Handroid7/chameleon.css|Chameleon7]]. */
/* Uncommented parts are not supported yet by sanitized CSS. */
@media (min-width:1500px) and (min-height:400px) {
#toc {
position: fixed;
top:80px; right:30px;
max-width: 360px;
border-radius: 10px;
overflow-y: scroll;
/* box-shadow: 0 0 7px black,
0 30px 90px #0005; */
z-index:100; }
#toc > ul { max-height:30vh; overflow-y:scroll; }
.toc .toctitle { text-align:right; }
}