All public logs
Combined display of all available logs of OniGalore. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:35, 3 February 2025 Iritscen talk contribs created page Template:LocaleData/styles.css (Created page with ":root { --month-order:1; these variables are here to be changed by JavaScript code in MediaWiki:Common.js: --day-order:2; } Setup for date flexbox: .date-wrapper { align-items: baseline; background: #f00; display: inline-flex; } .date-year, .date-month, .date-day { display: inline-block; } Set date display order: .date-day { order: val(--day-order); } .date-month { order: val(--month-order); } .date-year { order: 3; } /* Display dates...")