All public logs

Jump to navigation Jump to search

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

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 02:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-oswf.js (Created page with "$(function () { if ( $('.oswf-guidance').length ) { mw.loader.load( 'ext.gadget.oswf-core' ); } })")
  • 02:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-Message-names.js (Created page with "* Add a toolboox link to display the current page with MediaWiki message names replacing their text * Adapted from https://en.wikipedia.org/wiki/MediaWiki:Gadget-ShowMessageNames.js: $(function() { mw.util.addPortletLink( 'p-tb', location.href.replace( location.hash, '' ) + ( location.search ? '&' : '?' ) + 'uselang=qqx', 'Message names', 't-messagenames', 'Display the current page with MediaWiki message names replacing their text' ); });")
  • 02:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-QDmodal.css (Created page with "QDmodal - flexbox-based modal library Modified to remove Wikia-specific code; used with MediaWiki:Gadget-QDmodal.js @author OneTwoThreeFall @source <https://dev.fandom.com/wiki/QDmodal> @source <https://dev.fandom.com/wiki/MediaWiki:QDmodal.css>: body.qdmodal-is-visible { add a margin equivalent to the scrollbar width to prevent page content moving due to hidden overflow: margin-inline-end: var(--qdmodal-scrollbar-width,...")
  • 02:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-QuickDiff.js (Created page with "<nowiki> QuickDiff - quickly view any diff link Modified to remove Wikia-specific i18n code; relies on MediaWiki:Gadget-QDmodal.js and MediaWiki:Gadget-QDmodal.css @author OneTwoThreeFall @source <https://dev.fandom.com/wiki/QuickDiff> @source <https://dev.fandom.com/wiki/MediaWiki:QuickDiff/code.js> @source <https://dev.fandom.com/wiki/MediaWiki:Custom-QuickDiff/i18n.json>: jslint browser, long: /*global jQuery, mediaWiki, dev...")
  • 02:00, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-QDmodal.js (Created page with "<nowiki> QDmodal - flexbox-based modal library Modified to remove Wikia-specific i18n code; relies on MediaWiki:Gadget-QDmodal.css @author OneTwoThreeFall @source <https://dev.fandom.com/wiki/QDmodal> @source <https://dev.fandom.com/wiki/MediaWiki:QDmodal.js>: jslint browser, long, this: global jQuery, mediaWiki: (function ($, mw) { "use strict"; var version = 20230117; if (mw.libs.QDmodal && mw.libs.QDmodal.version >...")
  • 02:00, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-LazyAdminTools-core.css (Created page with ".LAT-container { max-width: 40em; } reduce gap between text field and associated button: .gadget-LAT .oo-ui-actionFieldLayout-input { padding-right: .5em; } @media screen and (min-width: 1250px) { .LAT-container { display: flex; gap: 3em; max-width: 71em; } .gadget-LAT .oo-ui-fieldLayout { white-space: nowrap; margin-top: 0; } .LAT-section-block { flex: 1; } /* make rollback & everyt...")
  • 01:59, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-LazyAdminTools-core.js (Created page with "// LazyAdminTools: easy delete, rollback, and block buttons for admins // @author Jr Mime // @author Iiii_I_I_I $(function () { if (mw.config.get("wgCanonicalSpecialPageName") != "Contributions") return; var username = mw.config.get("wgPageName").split("/")[1], lazyAdminTools = {}; // Fieldset maker lazyAdminTools.init = function () { var blockSection = new OO.ui.ActionFieldLayout( new OO.ui.ComboBoxInputWidget({...")
  • 01:59, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-LazyAdminTools.js (Created page with "if (mw.config.get('wgCanonicalSpecialPageName') == 'Contributions') { mw.loader.load('ext.gadget.LazyAdminTools-core') }")
  • 01:59, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-batchupload.js (Created page with "$(function(){ mw.util.addPortletLink( 'p-tb', '/w/RuneScape:Batch_Upload', 'Batch upload', 'pt-batch-upload', 'Upload many images at once', null, null ); });")
  • 01:59, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-fileDownload.js (Created page with "* * Adds a download link to file pages * * @author Gaz Lloyd: $(function(){ if (!(mw.config.get('wgNamespaceNumber') === 6 && $('.fullMedia, .filehistory').length > 0)) { return; } function addLinks() { // underneath image - also replace filename with page title $('.fullMedia a.internal').after( ' (', $('<a>') .text('download') .addClass('fileDownload') .attr({ href: $('.fullMedia a.internal').attr('href'), download: mw.conf...")
  • 01:58, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-ReferenceTooltips.css (Created page with "See mw:Reference Tooltips * Original source: https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.css * with modifications: .rt-tooltip { position: absolute; z-index: 100; max-width: 350px; background: var(--body-light); color: var(--text-color); font-size: 0.8125em; line-height: 1.5em; border: 1px solid var(--body-border); border-radius: 2px; box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3); overflow-wrap: break-word; } .rt-tooltip....")
  • 01:58, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-ReferenceTooltips.js (Created page with "// See mw:Reference Tooltips // Source: https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.js ( function () { // wiki settings var REF_LINK_SELECTOR = '.reference', COMMENTED_TEXT_CLASS = 'rt-commentedText', COMMENTED_TEXT_SELECTOR = ( COMMENTED_TEXT_CLASS ? '.' + COMMENTED_TEXT_CLASS + ', ' : '') + 'abbr[title]'; mw.messages.set( { 'rt-settings': 'Reference Tooltips settings', 'rt-enable-footer': 'Enable Reference Tooltips', 'rt-settings-titl...")
  • 01:58, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-hotcat.js (Created page with "This imports the latest version of HotCat from Commons. HotCat is a gadget to make changes to categories much easier. Full documentation can be found at http://commons.wikimedia.org/wiki/Help:Gadget-HotCat: mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );")
  • 01:57, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-purge.js (Created page with "$(function () { function purgePage(e) { mw.notify("The page is now purging and will refresh when it is ready.", { title: 'Purging', tag: 'purge', autoHide: false }); (new mw.Api()).post({ action: 'purge', titles: mw.config.get('wgPageName') }).then(function(){ window.location.reload(); }, function(){ var uri = new mw.Uri(); uri.query.action = 'purge'; mw.notify($.parseHTML('Purging the page failed. Please try again or <a href="'+uri.toString()+...")
  • 01:57, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-newPage.js (Created page with "$(function () { var $button, $window; function createWindow(modal){ modal.content = new OO.ui.PanelLayout({ padded: true, expanded: false }); var pagenameInput = new OO.ui.TextInputWidget({placeholder: 'Full page name including namespace', type: 'text', id: 'gadget-newpage-pagename'}); var submitButton = new OO.ui.ButtonInputWidget({ label: 'Create', flags: ['primary', 'progressive']}); var cancelButton = new OO.ui.ButtonInputWidget({ label: 'Cancel', flags:...")
  • 01:57, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dropdown.js (Created page with "* * add various useful links to the "More" dropdown menu * * References: * <https://www.mediawiki.org/wiki/ResourceLoader/Core_modules#addPortletLink> * <https://en.wikipedia.org/wiki/Help:Customizing_toolbars>: $( function () { var conf = mw.config.get([ 'wgPageName', 'wgNamespaceNumber', 'wgArticlePath' ]) if (conf.wgNamespaceNumber === -1) { return; // don't run on special pages } // link to the most recent diff à la Twinkle...")
  • 01:56, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-abuseLogRC-core.css (Created page with "keep in sync with <https://runescape.wiki/w/MediaWiki:Gadget-abuseLogRC-core.less>: <pre>: .gadget-abuselog-error { width: fit-content; max-width: 40em; margin: auto; } .gadget-abuselog-header { display: flex; justify-content: space-between; align-items: end; } .gadget-abuselog-header h4 { display: inline; } .gadget-abuselog-settings { z-index: 2; } .gadget-abuselog-settings .oo-ui-popupWidget-body { margin: 0; width...")
  • 01:56, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-abuseLogRC-core.js (Created page with "====================== AbuseLogRC ====================== Shows certain Special:AbuseLog entries at the top of Special:RecentChanges for better vandalism detection. Use of this gadget requires the user right to view private filters ("abusefilter-log-private"). Keep this in sync with rsw:MediaWiki:Gadget-abuseLogRC-core.js. Inspired by Suppa chuppa's original script at User:Suppa chuppa/abuselog.js @author Iiii_I_I_I: ;(function ($, mw) {...")
  • 01:56, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-abuseLogRC.js (Created page with "// <nowiki> if (mw.config.get('wgPageName') == 'Special:RecentChanges') { mw.loader.load('ext.gadget.abuseLogRC-core'); } // </nowiki>")
  • 01:54, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-stickyheader.js (Created page with ";(function($, mw) { $('body').addClass('wgl-stickyheader'); function onScroll() { var personal = $('#p-personal'); var targetEle = document.getElementById("mw-head"); var head = $('#mw-head'); if (mw.config.get('wgAction') === 'edit' || window.location.search.includes('veaction')) { // We're on an edit page, do nothing and reset all the stuff if (personal.is(":hidden")) { personal.show(); head.removeClass('sticky-hidden'); } } else { if (w...")
  • 01:54, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-redirect-mobilediff.js (Created page with "* * Automatically redirect Special:MobileDiff to Special:Diff for desktop users: ;if (mw.config.get('wgCanonicalSpecialPageName') == 'MobileDiff') { var diff = mw.config.get('wgPageName').replace('Mobile', ''); var wgArticlePath = mw.config.get('wgArticlePath'); window.location.replace(wgArticlePath.replace('$1', diff)); }")
  • 01:54, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-headerTargetHighlight.css (Created page with "* * Implements headers green highlighting when getting `:target`ed * e.g. <https://oldschool.runescape.wiki/w/Seren#History> * * enabled for mobile and desktop - for the latter the 'highlight' is replaced * with the anchor icon from sectionAnchors gadget being shown beside the header: .mw-headline:target { color: #3c780a; @la-palma in RS:THEME: } body.wgl-theme-dark .mw-headline:target, body.wgl-theme-browntown .mw-headline:target { color: #6bc71...")
  • 01:54, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-hideRCsidebar.css (Created page with "Hide RC on sidebar: #p-Recent_changes { display: none !important; }")
  • 01:53, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-ringbell.css (Created page with "@keyframes ring { 0% { transform: rotate(0); } 1% { transform: rotate(30deg); } 3% { transform: rotate(-28deg); } 5% { transform: rotate(34deg); } 7% { transform: rotate(-32deg); } 9% { transform: rotate(30deg); } 11% { transform: rotate(-28deg); } 13% { transform: rotate(26deg); } 15% { transform: rotate(-24deg); } 17% { transform: rotate(22deg); } 19% { transform: rotate(-20deg); } 21% { transform: rotate(18deg); } 23% { transform: rotate(-16deg); } 25% {...")
  • 01:53, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-readableRC-core.css (Created page with "keep in sync with <https://runescape.wiki/w/MediaWiki:Gadget-readableRC-core.less>: <pre>: .gadget-rc-enabled .mw-changeslist-line-inner, .gadget-rc-enabled td.mw-enhanced-rc-nested { display: flex; gap: 0.5em; hyphens: auto; } .gadget-rc-enabled table.mw-enhanced-rc td.mw-enhanced-rc-nested { padding-left: 0; } .gadget-rc-enabled .gadget-rc-row td { padding-top: 0.4em; } .gadget-rc-enabled .gadget-rc-col-1 { width: 22vw; max-wid...")
  • 01:53, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-readableRC-core.js (Created page with "// <nowiki> // Formats the rows on Special:RecentChanges where all the information runs together // into three columns (page, diff/byte change, and user links) to make it more readable // // @author Iiii_I_I_I ;(function ($, mw) { function runReadableRC($content) { if (!$content.hasClass('mw-changeslist')) { return; } $content.addClass('gadget-rc-enabled'); let rows = document.querySelectorAll( '.mw-changeslist-src-mw-edit,' + '.mw-changeslist-src-mw...")
  • 01:52, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-readableRC.js (Created page with "if (mw.config.get('wgPageName') == 'Special:RecentChanges') { mw.loader.load('ext.gadget.readableRC-core'); }")
  • 01:52, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-colorRC.css (Created page with "* * Color certain namespaces in RecentChanges * @todo: add something to distinguish watched pages (since this already bolds by default) * * This gadget is enabled for mobile too, so ensure that all CSS styling done here makes * sense for those viewing the wiki from a mobile device.: fix this issue <https://css-tricks.com/multi-line-padded-text/>: .mw-changeslist-title { -webkit-box-decoration-break: clone; box-decoration-break: clone; } .mw-changeslist-ns-10...")
  • 01:52, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-falseSubpage.css (Created page with "* * Hides the subpage link on pages that should not be considered subpages - see also Category:Pages with technically restricted titles and Template:Restricted title *: .mw-body:has(.false-subpage) #mw-content-subtitle .subpages { display: none; }")
  • 01:51, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-stickyTableHeaders.css (Created page with "/* keeps table headers stuck to the top of the window, useful for long tables where it normally scrolls offscreen KNOWN PROBLEMS - borders disappear due to browser implementation issue (https://bugs.webkit.org/show_bug.cgi?id=128486) - double-row headers only work as long as the first <tr> does not stretch its height, since MediaWiki doesn't support <thead> - Safari makes the th elements in <tfoot> scroll down along with the top, if they are made stick...")
  • 01:51, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-equipment.js (Created page with "// Make buttons for Items Kept on Death and Equipment Stats on Template:Equipment clickable, // if equipment stats and buttons are shown. $(function() { $('.equipment-statsbutton, .equipment-ikodbutton').click(function() { var ikod = $(this).parents('.equipment').find('.equipment-ikod'), stats = $(this).parents('.equipment').find('.equipment-stats'); if ($(this).is('.equipment-statsbutton')) { ikod.hide(); stats.show(); } else { stats.hide(); ikod....")
  • 01:51, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-musicMap.css (Created page with "path.leaflet-interactive { stroke: #38f; fill: #38f; fill-opacity: 0.3; opacity: 0.75; } path.leaflet-interactive:hover { fill: #16d; } path.leaflet-interactive.unlocked { fill: #6d6; } path.leaflet-interactive.unlocked:hover { fill: #3b3; } path.leaflet-interactive:active { fill-opacity: 0.25; }")
  • 01:51, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-musicMap-core.js (Created page with "Music map * Generates an interactive music map that has toggleable polygons on it. Can be used as a 'checklist' to track music track unlock progression. * See Map:Music tracks: var MM = {}; MM.touch = false; MM.getUnlocked = function() { var ls = localStorage.getItem('musicMap-'+mw.config.get('wgPageName')); if (!ls) return []; // map characters back to numbers and convert to var bitstr = Array.prototype.map.call(ls, function(x) { // go through each cha...")
  • 01:50, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-musicMap.js (Created page with "$(function () { if ($("#musicMap").length) { mw.loader.load( 'ext.gadget.musicmap-core' ); } })")
  • 01:50, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-audioplayer.css (Created page with ".rsw-music-player { height: 2em; vertical-align: middle; } * Styles for Template:Playlist *: #music-playlist { more mobile-friendly instead of static width: width: 90%; max-width: 350px; margin: 0 auto; text-align: center; padding-bottom: 0.5em; border: none; border: 1px solid var(--body-border); background: var(--body-light); } #music-playlist button { margin: 2px 0.5em; } #music-player { margin: 5px;...")
  • 01:50, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-audioplayer-core.js (Created page with "$(function() { * Replace audio track links with the audio file when clicked *: function playTrack(e, playlist) { if ($(this).attr('target') == '_blank') { // do not play another track if the link opens in a new tab. return; } e.preventDefault(); var filename = $(e.target).closest('a').attr('href').match(/File:(.*\.ogg)/)[1]; var $audio = $('<audio>').attr({ src: '/images/' + filename + '?11111', autoplay: playlist !== true, controls: true,...")
  • 01:49, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-audioplayer.js (Created page with "$(function () { if ($( 'a[href^="/w/File:"][href$=".ogg"]' ).length) { mw.loader.load( 'ext.gadget.audioplayer-core' ); } })")
  • 01:48, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-navboxToggle.js (Created page with "$(function () { var navtoggle = function () { if ($('.navbox.mw-collapsible').length) { var $arrow = $('<div>') .addClass('mf-icon mw-ui-icon-mf-expand mf-icon--small indicator'); var $navigationText = $('<span>') .addClass('mw-headline') .attr('tabindex', '0') .attr('role', 'button') .text('Navigation'); var $toggleBar = $('<h2>') .attr('id', 'navbox-fake-collapsible-heading') .addClass('section-heading collapsible-heading') ....")
  • 01:47, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-sectionAnchors.css (Created page with "* * Vector HeadAnchors * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-vector-headanchor.css * * Copyright 2013 Timo Tijhof + with OSW customisations * @license MIT <https://opensource.org/licenses/MIT> * * See also: * https://www.mediawiki.org/wiki/Requests_for_comment/Clickable_section_anchors * https://phabricator.wikimedia.org/T18691: .mw-header { position: relative; /* Disable Vector's `overflow: hidden` because otherwise our negatively...")
  • 01:47, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-sectionAnchors.js (Created page with "* * Vector HeadAnchors * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-vector-headanchor.js * @revision 2015-03-07 * * @license http://krinkle.mit-license.org/ * @author Timo Tijhof, 2013–2015 * * See also: * https://www.mediawiki.org/wiki/Requests_for_comment/Clickable_section_anchors * https://phabricator.wikimedia.org/T18691: $( function () { if ( mw.config.get('wgIsMainPage') ) { // Don't run on the main page, where we use...")
  • 01:46, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-toplinksDropdown.js (Created page with "* * De-clutters the personal links at the top by collecting them in a dropdown, * opened by hovering over your username - inspired by the Timeless skin * * @author Iiii_I_I_I: $(function() { var $talk = $('#pt-mytalk'), $contris = $('#pt-mycontris'), $watchlist = $('#pt-watchlist'), $prefs = $('#pt-preferences'), $logout = $('#pt-logout'); // new talk page message $('#pt-mytalk .mw-echo-alert').text('Talk'); // c...")
  • 01:46, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-relativetime.js (Created page with "// Don't load CommentsInLocalTime for namespaces it is disabled for. if ( [-1, 0, 8].indexOf(mw.config.get("wgNamespaceNumber")) === -1 ) { // w:en:User:Mxn/CommentsInLocalTime // en.wikipedia.org/wiki/User:Mxn/CommentsInLocalTime.js /** * Comments in local time * User:Mxn/CommentsInLocalTime * * Adjust timestamps in comment signatures to use easy-to-understand, relative * local time instead of absolute UTC time. * * Inspired by [[Wikipedia:C...")
  • 01:46, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-utcclock.css (Created page with "Account for the larger font size adding 0.1em to height unless padding-top * is adjusted by the same amount.: #p-personal is for being specific enough: #p-personal #utcdate { padding-top: 0.4em; } Originally in the .js file since some wikis loaded the js directly without * the accompanying .css file: #utcdate a { font-weight: bolder; font-size: 120%; }")
  • 01:45, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-utcclock.js (Created page with "* * Adapted from https://www.mediawiki.org/w/index.php?title=MediaWiki:Gadget-UTCLiveClock.js: ( function () { function padWithZeroes( num ) { // Pad a number with zeroes. The number must be an integer where // 0 <= num < 100. return num < 10 ? '0' + num.toString() : num.toString(); } function showTime( $target ) { var now = new Date(); // Set the time. var hh = now.getUTCHours(); var mm = now.getUTCMinutes(); var time = padWithZeroes( hh ) + ':' + pad...")
  • 01:45, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesMobile.css (Created page with ".mw-ui-icon-portletlink-wgl-darkmode-toggle { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cpath fill='%2354595d' d='M8 19a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1H8zm9-12a7 7 0 1 0-12 4.9S7 14 7 15v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1c0-1 2-3.1 2-3.1A7 7 0 0 0 17 7z'/%3E%3C/svg%3E"); } body.wgl-theme-dark .mw-ui-icon-portletlink-wgl-darkmode-toggle, body.wgl-t...")
  • 01:45, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesMobile.js (Created page with "* * Toggles for skin cookies on mobile * * @author JaydenKieran *: const DARK_COOKIE = 'darkmode'; var currentDark = $.cookie('theme') === 'dark' || ($.cookie('theme') == null && $.cookie(DARK_COOKIE) === 'true'), darkPortletLink; var self = { init: function () { darkPortletLink = mw.util.addPortletLink( 'p-personal', '#', (currentDark ? 'Light' : 'Dark') + ' mode', 'wgl-darkmode-toggle', 'Toggle ' + (currentDark ? 'light' : 'dark') + ' mo...")
  • 01:44, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinToggles-prompt.css (Created page with "* Based on OOUI's *: Prompt: .rsw-color-scheme-prompt { position: absolute; border: 1px solid var(--ooui-interface-border); border-radius: 2px; filter: drop-shadow(0 2px 1px rgba(0,0,0,0.3)); background-color: var(--ooui-interface); display: flex; flex-direction: column; z-index: 100; line-height: 1.42857143em; padding: 0px 12px; width: 300px; box-sizing: border-box; } Arrow (border): .rsw-color-scheme-prompt:before { content: ''; position: ab...")
  • 01:44, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesNew-prompt.js (Created page with "* * Prompts that dark mode color scheme is available. * * @author Elessar2 * @author Gaz Lloyd * @author JaydenKieran * @author TehKittyCat * * Positioning logic adapted from MediaWiki:Gadget-rsnews.js.: var $portletLink = $('#pt-skin-toggles'), $prompt function init() { $prompt = $('<div>').addClass('rsw-color-scheme-prompt').css( 'display', 'none' ).append( $('<p>').css({ 'font-size': '0.75em' }).html('Your device...")
  • 01:44, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinToggles.css (Created page with "#pt-theme-toggles .oo-ui-icon-advanced, #pt-fixed-width .oo-ui-icon-advanced { width: 15px; min-width: 15px; height: 14px; background-size: 14px; display: block; background-repeat: no-repeat; background-image is in vector.css: opacity: 1; margin-bottom: -2px; } .rsw-skin-toggle-popup .oo-ui-window-frame { width: 440px !important; } .rsw-skin-toggle-popup .appearance-modal { font-size: .9em; padding: 1em 2em 1.5em; }...")
  • 01:43, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesNew.js (Created page with "* * Handles the full-width toggle, dark mode toggle, and other appearance-related * toggles on the page. * * @author Gaz Lloyd * @author Jayden *: ;(function($, mw, rs){ var DARK_COOKIE = 'darkmode', THEME_COOKIE = 'theme', FLOORNUMBER_LS = 'floornumber_display', theme = ($.cookie('theme') !== null) ? $.cookie('theme') : (($.cookie(DARK_COOKIE) === 'true') ? 'dark' : 'light'), fixedWidthEnabled = $.cookie('readermode') === 'true', currentFloornumb...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)