User:Colin M/common.css

Source: Wikipedia, the free encyclopedia.
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.
/*
#toc {
    position: fixed;
    left: 0;
    top: 25em; 
 
    z-index: 10000; 
    background-color: rgb(249, 249, 249);
    background-color: rgba(249, 249, 249, 0.9);
    
    padding: 0;
    max-width: 180px;
    font-size: 80%;
}

#toc > ul {
    max-height: 350px;
    overflow: auto;	
}
.toctoggle {
    float: right;
}

#p-navigation, #p-interaction, #p-coll-print_export, #p-logo {
	display: none;
}

#t-recentchangeslinked, #t-upload, #t-specialpages, #t-info {
	display: none;
}
*/