.raft-note {

 background: #f5f5f5;
 border: 1px solid #ddd;
 padding: 6px 10px;
 margin: 4px 0;
 font-size: .95em;

}

Main public logs

From Vegas Open Network Wiki
Jump to navigationJump to search

Combined display of all available logs of Vegas Open Network Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:30, 31 July 2025 Vonetadmin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: document.addEventListener('DOMContentLoaded', function () { // Hide the "Discussion" tab var talkTab = document.querySelector('#ca-talk'); if (talkTab) { talkTab.style.display = 'none'; } // Change the logo link var logo = document.querySelector('#p-logo a'); if (logo) { logo.href = 'https://vonet.org/'; } });")