Main public logs
Appearance
Combined display of all available logs of ZenithXI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:52, 3 April 2025 Sargonnas talk contribs created page MediaWiki:Common.js (Created page with "// Wait for the DOM to be fully loaded $(document).ready(function() { // Target the logo wordmark var wordmark = $('.mw-logo-wordmark'); if (wordmark.length) { // Get the current text var text = wordmark.text(); // If the text is "ZenithXI", split it if (text === "ZenithXI") { // Empty the current content wordmark.empty(); // Set inline style with !important via attribute wordmark.attr('style', 'font-size: 40px...")