Combined display of all available logs of Acans. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:06, 2 April 2025 Acans talk contribs created page Citizen.css (Created page with "All CSS here will be loaded for users of the Citizen skin: mw.hook('wikipage.content').add(function($content) { $content.find('.citizen-section').each(function() { var $section = $(this); $section.addClass('collapsed'); // Collapse all sections by default // Find the section title and make it toggle on click var $title = $section.find('.citizen-section-title'); $title.css('cursor', 'pointer').on('click', function() {...")