MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
#p-Guide_Creator { | #p-Guide_Creator { | ||
display: none !important; | display: none !important; | ||
} | |||
#toc { | |||
position: fixed; | |||
right: 0; | |||
top: 7em; | |||
z-index: 10000; | |||
} | } | ||
Revision as of 16:27, 25 June 2025
/* CSS placed here will be applied to all skins */
#p-tb {
display: none !important;
}
#p-Guide_Creator {
display: none !important;
}
#toc {
position: fixed;
right: 0;
top: 7em;
z-index: 10000;
}