Usuario discusión:Ernobe
De Bahaipedia
You can make style changes by creating this page: Special:MyPage/skin.css. I reverted MediaWiki:Sidebar because that's for sidebar elements and not for css. David (discusión) 03:58 9 oct 2023 (PDT)
- It looks like you're experimenting with Chameleon, I've migrated the latest css/js so you don't need to put everything in Usuario:Ernobe/chameleon.css. The navigation on the left hand side (and the dropdown at the top when the window is shrunk) are controlled by MediaWiki:Sidebar, set the first bullet point to "*Menu" and it should flatten them so they don't appear as a dropdown in the sidebar. Below that Aprender más is controlled by MediaWiki:Learnmore-menu and you can add more custom links in that section. I'm still working out the bugs of this theme so it's not quite ready to become the default here. David (discusión) 09:10 18 oct 2023 (PDT)
- Special:MyPage/skin.css doesn't take me to the css file for my current skin customization, for example Usuario:Ernobe/monobook.css but instead to Usuario:Ernobe/skin.css. BTW I wouldn't mind it if you can customize Chameleon so that the shrunken window look is made the default (for when it is not shrunken). Ernobe (discusión) 13:44 18 oct 2023 (PDT)
In Usuario:Ernobe/chameleon.css you can add
.sidebar { display: none; }
and if you want the "Navigation" dropdown you can add
.navbar-nav.right > .nav-item.dropdown { display: block; }
David (discusión) 14:28 18 oct 2023 (PDT)
- I went for this hack added to Usuario:Ernobe/vector-2022.css. Ernobe (discusión) 09:34 19 oct 2023 (PDT)
- The current installation of Vector 2022 is missing interwiki links, but this issue is resolved (without installing ULS extension) in MW 140.0 ( see https://www.mediawiki.org/wiki/Topic:Xi80grfswclwhw1z ). To avoid future problems with the limited width toggle/settings, I've added it to Mediawiki:Vector-2022.css and Mediawiki:Vector.css. Ernobe (discusión) 07:08 26 oct 2023 (PDT)