MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with "→CSS placed here will be applied to all skins: ") Tag: Replaced |
No edit summary Tag: Reverted |
||
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; | |||
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; | |||
} |
Revision as of 18:19, 20 May 2025
/* CSS placed here will be applied to all skins */
#toc {
float: left;
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;
}