MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #toc { position: fixed; right: 0; top: 7em; →Adjust as needed; 5em might be header height, 6em just under: →bottom: 5em;: →Alternative bottom positioning: z-index: 10000; →Ensures it floats above other content: background-color: rgb(249, 249, 249); →Fallback background color: background-color: rgba(249, 249, 249, 0.9); →Background with opacity: /* Higher opacity (last argument) me...") |
No edit summary Tag: Manual revert |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||