Skip to content

Releases: lakejason0/mediawiki-skins-Lakeus

1.0.10

29 Jul 08:46
Compare
Choose a tag to compare

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 and i18n-headings.

1.0.9

26 Jul 17:32
Compare
Choose a tag to compare

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

25 Jul 07:58
Compare
Choose a tag to compare

Addition

  • Added a link to this repository to the footer
    • You can disable it by setting $wgLakeusShowRepositoryLink to false in LocalSettings.php.

1.0.7

23 Jul 07:59
Compare
Choose a tag to compare

Changes

  • If no logo presents, the space would still be kept.

1.0.6

23 Jul 07:15
Compare
Choose a tag to compare

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 message sitetitle.
      • An article counter.

Changes

  • Linted the code
  • Separated variables to another file
  • Now uses PHP to fetch more data (e.g. the article count)

1.0.5

22 Jul 10:39
Compare
Choose a tag to compare

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

21 Jul 12:34
Compare
Choose a tag to compare

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.
  • Adjusted the style of portlet items.
    • margins 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

20 Jul 13:24
Compare
Choose a tag to compare

Changes

  • Fix a typo.

1.0.2

20 Jul 13:19
Compare
Choose a tag to compare

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

20 Jul 10:34
Compare
Choose a tag to compare

Changes

  • Added missing strings for CSS & JS.