MediaWiki:Common.css: Difference between revisions
From Center for Cognitive Neuroscience
Jump to navigation
Jump to search
|
|
| Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
|
| |
| #toc {
| |
| float: left;
| |
| position: fixed;
| |
| margin-right: 1em; /* Add some space between TOC and content */
| |
| /* Add other styling like width, border, background as needed */
| |
| width: 250px; /* Example width */
| |
| background-color: #f9f9f9;
| |
| border: 1px solid #aaa;
| |
| padding: 0.5em;
| |
| }
| |
Latest revision as of 18:23, 20 May 2025
/* CSS placed here will be applied to all skins */