Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/** Fixed sidebar without footer or other languages 
  Z-index only works on elements that have been positioned (eg position:absolute;)!

 #p-logo       { position: fixed; }
 #p-navigation { position: fixed; margin-top: 0em }
 #p-interaction     { position: fixed; margin-top: 9em }
 #p-search     { position: fixed; margin-top: 21em }

/ * toolbox * /
 #p-tb         { position: fixed; margin-top: 28em }


/ *     top: 12.8em;  add ~1.4em every time they add a navigation link */

 #footer         { display: none; }

 #p-lang         { display: none; }