Releases: lakejason0/mediawiki-skins-Lakeus
Releases · lakejason0/mediawiki-skins-Lakeus
1.0.10
Changes
- Fixed several
z-index
issues.- Hope that it's the last time. 🙃
- Fixed style for anon users in personal menu.
- Fixed the issue when switching to VE from WikiEditor that the text may seem to be collided to each other by adding a background to the edit option panel.
- Some site may use
display: none;
to make site notice invisible, however this make search bar collide with the page title. Adjusted the margin setting and I hope that everything is still fine. - Enabled 2 features:
i18n-all-lists-margins
andi18n-headings
.
1.0.9
Changes
- Colors of portlet items being focused & hovered can now be changed through these CSS variables:
--background-color-toggle-list-item-hover
--background-color-toggle-list-item-focus
--background-color-portlet-item-hover
--background-color-portlet-item-focus
1.0.8
Addition
- Added a link to this repository to the footer
- You can disable it by setting
$wgLakeusShowRepositoryLink
tofalse
inLocalSettings.php
.
- You can disable it by setting
1.0.7
Changes
- If no logo presents, the space would still be kept.
1.0.6
Addition
- Customization via CSS variables
- Media queries does not support native CSS variables; you can only modify the less file for now.
- New sidebar menu styles
- Added a card on the top of the menu.
- A logo; should be set from
logo
of$wgLogos
. - A wordmark or site title; from
wordmark
of$wgLogos
or the system messagesitetitle
. - An article counter.
- A logo; should be set from
- Added a card on the top of the menu.
Changes
- Linted the code
- Separated variables to another file
- Now uses PHP to fetch more data (e.g. the article count)
1.0.5
Addition
- Basic RTL support.
- Added compatibility with the extension NoTitle.
Changes
- Localised one string of the sidebar menu button.
- Adjusted the style of subpage / redirect notice texts.
1.0.4
Changes
- Portlets will automatically close when mouse clicks outside them.
- You'll need to enable JavaScript to enable this feature; portlets are still able to use without JavaScript.
- Empty portlets are no longer shown.
- Thus when the site's language does not have any variants, the variant menu would now be invisible.
- Adjusted the style of site notice.
- On narrower screens the site notice would be wider.
- Fixed several
z-index
issues.- If you are still experiencing issues of
z-index
(e.g. WikiEditor's toolbar shows above the sidebar modal), make sure to create an issue for those.
- If you are still experiencing issues of
- Adjusted the style of portlet items.
margin
s of the<li>
s are now given to their<a>
children, making the whole item clickable and easier for me adding:hover
and:focus
styles to the items.
- Adjusted the style of the categories section.
- Fixed a bug that the class
.skin-Lakeus
is applied to<body>
instead of.skin-lakeus
.
TODO
- Adjust the styles of the sidebar menu.
1.0.3
Changes
- Fix a typo.
1.0.2
Changes
- Unified design
- Instead of using bare borders, shadows are applied to make things more consistent.
- Applied several
border-radius
settings.
- Adjusted the design of content header
1.0.1
Changes
- Added missing strings for CSS & JS.