All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Deceive Inc. Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:24, 24 March 2024 Archimedes5000 talk contribs created page User:Archimedes5000/common.js (Created page with "alert("a");")
- 11:00, 23 March 2024 Archimedes5000 talk contribs created page User:Archimedes5000/vector.js (Created page with "Restores search on narrow screens by moving it above navigation: function searchfix(){ var s = document.querySelector("#p-search"); var p = document.querySelector("#right-navigation"); var a = document.querySelector("div.vector-menu-content"); if(window.innerWidth <= 700){ a.prepend(s); }else if(window.innerWidth > 700){ p.append(s); }; }; searchfix(); window.addEventListener("resize", function (){ searchfix(); });")
- 00:06, 21 March 2024 Archimedes5000 talk contribs created page User:Archimedes5000/vector.css (Created page with "Mobile styles: @media (max-width:700px) { #left-navigation { margin:40px 0 0 0; } #right-navigation { margin:40px 0 0 0; } .vector-menu-content-list { padding-left:0 !important; } #footer { padding: 0 12px 0 12px; margin-left:0; } #mw-head-base { margin-left:0; } #p-search { display:none; can be moved with js to where it was in REL1_35 and displayed there: } #mw-panel { display:n...")