You can edit almost every page by Creating an account and confirming your email.

Template:TOC fixed/styles.css

From EverybodyWiki Bios & Wiki
/* 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; }
    }