User contributions for Alex
Jump to navigation
Jump to search
17 October 2024
- 01:1101:11, 17 October 2024 diff hist +328 N MediaWiki:Vector.less/button.less Created page with "→buttons: :root { --button-background: @OSRSW_BROWN; --button-color: #fff; } .button { background: var(--button-background); border: transparent; color: var(--button-color); cursor: pointer; display: inline-block; font-size: 12px; height: 19px; line-height: 20px; padding: 0 10px; }" current
- 01:1101:11, 17 October 2024 diff hist +2,019 N MediaWiki:Vector.less Created page with "/* ============================================================================= * This is the root Less file that is parsed to produce MediaWiki:Vector.css. * * These styles will be applied to the Vector skin (desktop). * ----------------------------------------------------------------------------- * Less documentation: <http://lesscss.org/features/> * Gadget: <https://meta.weirdgloop.org/w/MediaWiki:Gadget-Less.js> * Core Less JS:..." current
- 01:1101:11, 17 October 2024 diff hist −1 MediaWiki:Vector.css No edit summary Tags: Manual revert Reverted
- 01:1101:11, 17 October 2024 diff hist +7 N MediaWiki:Vector-view-history Created page with "History" current
- 01:1101:11, 17 October 2024 diff hist +17,933 N MediaWiki:Vector-theme-browntown.less Created page with "/* ------------------------------------------------------------------------------ This is the root LESS file that is parsed to produce MediaWiki:Vector-theme-browntown.css. Previously compiled via subpages at Special:PrefixIndex/MediaWiki:Vector-theme-browntown.less/, now adjusted via CSS Variables. To update MediaWiki:Vector-theme-browntown.css from here, users with the appropriate permissions can click the "Update CSS" button found to the l..."
- 01:1101:11, 17 October 2024 diff hist −2 MediaWiki:Vector-theme-browntown.css No edit summary
- 01:1101:11, 17 October 2024 diff hist +4,919 N MediaWiki:Vector-darkmode.less/wikitables.less Created page with "→======================== wikitables ========================: // Tables .wikitable { background-color: @dark-wikitable-background; color: @dark-text; border-color: @dark-wikitable-border; // All cells borders > tr > th, > tr > td, > * > tr > th, > * > tr > td { border-color: @dark-wikitable-border; } // All header cells bg > tr > th, > * > tr > th { background-color: @dark-wikitable-header; } } .table-bg-color(@cell-background, @ce..." current
- 01:1101:11, 17 October 2024 diff hist +6,232 N MediaWiki:Vector-darkmode.less/visualeditor.less Created page with "→========================== VisualEditor ==========================: →------------------ editing area ------------------: .ve-activated & { // toolbar .oo-ui-toolbar-bar { background-color: @ooui-interface; } // undo invert from /ooui.less on certain icons .oo-ui-iconElement-icon.oo-ui-icon-cancel, // image preview when link is clicked .ve-ui-mwInternalLinkContextItem-withImage .oo-ui-iconElement-icon { filter: invert(0%); }..." current
- 01:1101:11, 17 October 2024 diff hist +381 N MediaWiki:Vector-darkmode.less/transcripts.less Created page with "→=========================== Transcripts ===========================: // Transcluded transcripts .transcript { background: @pickled-bluewood; } // Transcript namespace &.ns-120 .mw-parser-output, .transcript { > ul { &, ul, ol { border-color: @waikawa-grey; list-style: none; &:hover { border-color: lighten( @waikawa-grey, 15% ); } } } }" current
- 01:1101:11, 17 October 2024 diff hist +469 N MediaWiki:Vector-darkmode.less/tooltips.less Created page with ".js-tooltip-text { color: @dark-text; } .js-tooltip-click { background: @cloud-burst; border: 2px solid @cloud-burst; } .js-tooltip-wrapper { background-color: @pickled-bluewood; border: 3px solid @cloud-burst; } .js-tooltip-arrow { &.js-tooltip-arrow-pointleft { border-right-color: @cloud-burst; } &.js-tooltip-arrow-pointright { border-left-color: @cloud-burst; } } .js-tooltip-close { background: @cloud-burst; }" current
- 01:1101:11, 17 October 2024 diff hist +689 N MediaWiki:Vector-darkmode.less/toc.less Created page with "→------------------------ Table of Contents ------------------------: .toc { background: @dark-wikitable-background; border: 1px solid @dark-infobox-border; // title bar .toctitle { background: @dark-wikitable-header; border-color: @dark-infobox-border; } // entire group of headings > ul { border: none; } // subheadings only ul ul { border-color: @dark-infobox-border; } li { list-style-type: none; l..." current
- 01:1101:11, 17 October 2024 diff hist +7,433 N MediaWiki:Vector-darkmode.less/templates.less Created page with "→======================== templates ========================: →------------------------ math kind of sus but it works ------------------------: .mwe-math-element img { -webkit-filter: invert(100%); filter: invert(100%); } →------------------------ coins ------------------------: .coins { color: @lima; } .coins-pos { color: @curious-blue; } .coins-neg { color: @flamingo; } /* -----------------..."
- 01:1101:11, 17 October 2024 diff hist +558 N MediaWiki:Vector-darkmode.less/tablebg.less Created page with "//For ItemDropsLine .table-bg-always, .table-bg-blue { background: #0b5884; color: #fff; } .table-bg-common, .table-bg-green { background: #3c780a; color: #fff; } .table-bg-uncommon, .table-bg-yellow { background: #a48900; color: #fff; } .table-bg-rare, .table-bg-orange { background: #b55e0c; color: #fff; } .table-bg-veryrare, .table-bg-red { background: #9f261e; color: #fff; } .table-bg-random, .table-bg-pink { background: #984c89; color: #fff; } //..." current
- 01:1101:11, 17 October 2024 diff hist +1,609 N MediaWiki:Vector-darkmode.less/tabber.less Created page with "→============================== <tabber> styling ==============================: .tabber .tabbertab { background-color: @dark-wikitable-background; border-color: @dark-infobox-border; } ul.tabbernav { li.tabberactive a { color: @dark-text; background-color: @dark-wikitable-background; border-color: @dark-infobox-border; &:hover, &:visited { color: @dark-text; background-color:..." current
- 01:1101:11, 17 October 2024 diff hist +6,898 N MediaWiki:Vector-darkmode.less/specials.less Created page with "→======================== special mw.pages ========================: // Special:RecentChanges .mw-plusminus-pos { color: @lima; } .mw-plusminus-neg { color: @flamingo; } .mw-plusminus-null { color: @loblolly; } →--------------------------- Special:Search ---------------------------: // Search type tab .mw-search-profile-tabs { background-color: @dark-wikitable-background; border-color: @dark-wikitable-border; } // selected tab .se..."
- 01:1101:11, 17 October 2024 diff hist +10,557 N MediaWiki:Vector-darkmode.less/sourceeditor.less Created page with "→============================= Source editor changes ==============================: →Pop-up UI modal when selecting an image/link/ref This should change all possible modals everywhere on the wiki, including Source Lots of !important so don't need to be so specific: .ui-dialog, .ui-widget-content { background-color: @dark-infobox-background; border-color: @dark-infobox-border; background-image: none; color: @dark-text; .ui-dialog-titlebar.ui-wi..." current
- 01:1101:11, 17 October 2024 diff hist +5,386 N MediaWiki:Vector-darkmode.less/smw.less Created page with "→===================================== SMW search, ask and property mw.pages =====================================: .smw-ask-query, .smw-ask-actions { textarea { background-color: @ooui-interface; border-color: @ooui-interface-border; color: @ooui-text; } } .smw-ask-query-format { select { background-color: @ooui-interface; border: 1px solid @ooui-interface-border; color: @ooui-text; } } .smw-ask-sorting, .smw-ask-options-fields { select..."
- 01:1101:11, 17 October 2024 diff hist +193 N MediaWiki:Vector-darkmode.less/sidebar.less Created page with "→=================== Recent changes widget ===================: .rc-sidebar-page { color: #8cabe6 !important; } .rc-sidebar-user, .rc-sidebar-user a { color: #8695b1 !important; }" current
- 01:1101:11, 17 October 2024 diff hist +6,368 N MediaWiki:Vector-darkmode.less/rc.less Created page with "// Special:RecentChanges // Filter colors @filter-icon-color-1: @venice-blue; @filter-color-1: @filter-icon-color-1; @filter-text-color1: @tropical-blue; @filter-icon-color-2: @la-palma; @filter-color-2: @filter-icon-color-2; @filter-text-color2: @frost; @filter-icon-color-3: @olive; @filter-color-3: @filter-icon-color-3; @filter-text-color3: @half-dutch; @filter-icon-color-4: @korma; @filter-color-4: @filter-icon-color-4; @filter-text-color4: @lace; @filter-icon-co..." current
- 01:1101:11, 17 October 2024 diff hist +927 N MediaWiki:Vector-darkmode.less/prefs.less Created page with ".oo-ui-tabSelectWidget-framed { background-color: #182137; border-bottom: 1px solid #596e96; .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { background-color: #303f59; } .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { border-bottom-color: #596e96; } .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover, .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active {..." current
- 01:1101:11, 17 October 2024 diff hist +310 N MediaWiki:Vector-darkmode.less/poll.less Created page with ".ajaxpoll { background: @pickled-bluewood; .ajaxpoll-answer-vote { background: @cloud-burst; border-color: @pickled-bluewood; div { background: @waikawa-grey; } } .ajaxpoll-id-info { color: @pickled-bluewood; } .ajaxpoll-misc, .ajaxpoll-info, .ajaxpoll-ajax { color: @dark-text; } }" current
- 01:1101:11, 17 October 2024 diff hist +456 N MediaWiki:Vector-darkmode.less/oswf.less Created page with ".oswf-page-container, .oswf-section-header, .oswf-page-quicklinks, .oswf-page-quicklinks-col { border-color: @dark-wikitable-border; } .oswf-page-quicklinks { background: none; } .oswf-page-container { background: @cloud-burst; } .oswf-section-header { background: @pickled-bluewood; &.oswf-page-header { background: @korma; } } .oswf-page-quicklinks-col.oswf-ql-discord { background-color: #525ee0; a { color: @white !important; } }" current
- 01:1101:11, 17 October 2024 diff hist +15,102 N MediaWiki:Vector-darkmode.less/ooui.less Created page with "→====================== OOUI ======================: // MediaWiki documentation: <https://www.mediawiki.org/wiki/OOUI> // Interactive documentation: <https://doc.wikimedia.org/oojs-ui/master/demos/> →---------------------- variables ----------------------: // variable names correspond to states/flags described in docs above // see also <https://github.com/wikimedia/mediawiki/blob/master/resources/lib/ooui/wikimedia-ui-base.less> @oo..." current
- 01:1101:11, 17 October 2024 diff hist +749 N MediaWiki:Vector-darkmode.less/navboxes.less Created page with "→=========================== [[Template:Navbox]] ===========================: .navbox { background: @dark-wikitable-background; .navbox-title, // main header .navbox-footer { background: @dark-wikitable-header; border-bottom: 1px solid @dark-wikitable-border; } // navbox grouping header .navbox-group-title { background: @dark-wikitable-header; border-color: @dark-wikitable-border; a:visited..." current
- 01:1101:11, 17 October 2024 diff hist +1,326 N MediaWiki:Vector-darkmode.less/messageboxes.less Created page with "→==================== messageboxes ====================: .mw-message-box { border-color: @dark-wikitable-header; background-color: @dark-wikitable-background; color: @dark-text; } .messagebox { border-color: @dark-wikitable-header; background-color: @dark-wikitable-background; color: @dark-text; &.obsolete, &.info, &.disambig { color: #ddd; background-color: #464646; border-color: #333; a,..." current
- 01:1101:11, 17 October 2024 diff hist +2,011 N MediaWiki:Vector-darkmode.less/mainpage.less Created page with "→-------------------- main tile elements --------------------: →general tile styling in MediaWiki:Vector-darkmode.less/templates.less: .mainpage-recent-updates p:not(.byline), .mainpage-body h2 a, .mainpage-skills li a:last-child { color: @dark-text; } .tile-bottom.read-more { background: @cloud-burst; &:hover { background: lighten( @cloud-burst, 5% ); } a { color: @dark-text; } } // big tile .tile.big-tile { background: linear-gra..."
- 01:1101:11, 17 October 2024 diff hist +249 N MediaWiki:Vector-darkmode.less/listen.less Created page with "→============================= [[Template:Listen]] =============================: .musicplayer { background: @dark-wikitable-background; border-color: @dark-infobox-border; } .k-player .control-bar { filter: invert(1); }" current
- 01:1101:11, 17 October 2024 diff hist +937 N MediaWiki:Vector-darkmode.less/links.less Created page with "→================= link colors =================: @red-links: lighten( @flamingo, 10% ); →-------------------- internal links --------------------: a { color: @dark-links; &:visited, &:active { color: @dark-links; } // redlinks &.new { color: @red-links; &:visited { color: @red-links; } } } .vector-menu-tabs li, // top tabs .vector-menu-dropdown li, // more drop down .vector-menu-portal .vector-menu-c..." current
- 01:1101:11, 17 October 2024 diff hist +15,162 N MediaWiki:Vector-darkmode.less/interface.less Created page with "→============================== skin stuff outside mw-body ==============================: // sidebar headers .vector-menu-portal .vector-menu-heading { color: @dark-text; } // tabs .vector-menu-tabs { ul li { background: @cloud-burst; } // selected tab .selected { background: @dark-page; a, a:visited { color: @dark-text; } } } // tab hover .vector-menu-tabs ul li:not(.selected):hover, // "More" dropdown #p-cactions:hover #p-cactions-..."
- 01:1101:11, 17 October 2024 diff hist +1,490 N MediaWiki:Vector-darkmode.less/gecharts.less Created page with "→=================================== GE charts (on modal and Exchange mw.pages) ===================================: #GEchartpopup { background: @ooui-interface; border: 1px solid @ooui-interface-border; } .highcharts-background, .highcharts-plot-background { fill: transparent; } .highcharts-title, .highcharts-subtitle { color: @ooui-text !important; // override inline style } .highcharts-axis-title { fill: @ooui-text !important; } ...."
- 01:1101:11, 17 October 2024 diff hist +1,845 N MediaWiki:Vector-darkmode.less/gadgets.less Created page with "→===================== gadgets =====================: // MediaWiki:Gadget-titleparenthesis.js .title-parenthesis { color: #9aa4b7; } // MediaWiki:Gadget-skinToggles.css #mw-head.sticky-hidden { background: @cloud-burst; } .rsw-skin-toggle-popup .reader-mode { background: @cloud-burst; } // MediaWiki:Gadget-ReferenceTooltips.css .rsw-tooltip { background-color: @pickled-bluewood; color: @dark-text; } ol.references li:target, sup.reference:targe..." current
- 01:1101:11, 17 October 2024 diff hist +998 N MediaWiki:Vector-darkmode.less/files.less Created page with "→======================== images ========================: .thumbimage { background: @cloud-burst; } // standard thumbnail caption .thumbcaption { color: @dark-text; background: @dark-wikitable-background; border: none; } // transparency grid #file img, #file img:hover, .filehistory a img, table.filehistory img { background-image: url('filepath://Dark_mode_checkered_transparency.png'); } // gallery li.gallerybox div.thumb {..."
- 01:1101:11, 17 October 2024 diff hist +1,965 N MediaWiki:Vector-darkmode.less/elements.less Created page with "→===================== html elements =====================: →--------------------- <body> ---------------------: // background image & { background-image: url('filepath://Old_School_RuneScape_Wiki_background_darkmode.jpg'); background-color: @dark-body; @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { background-image: url('filepath://Old_School_RuneScape_Wiki_background_darkmode.jpg'); } } .mw-body { color:..."
- 01:1101:11, 17 October 2024 diff hist +683 N MediaWiki:Vector-darkmode.less/dooglemaps.less Created page with "→======================= DOOGLE MAPS ========================: .oo-ui-window-foot.mw-kartographer-mapDialog-foot { background-color: @cloud-burst; border-color: @waikawa-grey; .mw-kartographer-inlinefoot { .mw-kartographer-captionfoot { color: @dark-text; } } } .mw-kartographer-interactive { .leaflet-control-container { a, a:visited, a:hover, a:active { color: #222222 !important; } } .leaflet-popup-content { a, a:visited, a:hove..." current
- 01:1101:11, 17 October 2024 diff hist +635 N MediaWiki:Vector-darkmode.less/diffs.less Created page with "→==================== diffs ====================: td.diff-context { background: @cloud-burst; border-color: @pickled-bluewood; color: @dark-text; } td.diff-addedline .diffchange { background: #438ab5; color: @white; } td.diff-deletedline .diffchange { background: #379541; color: @white; } .mw-diff-movedpara-left, .mw-diff-movedpara-right, .mw-diff-movedpara-left:visited, .mw-diff-movedpara-right:visited, .mw-diff-movedpara..." current
- 01:1101:11, 17 October 2024 diff hist +5,300 N MediaWiki:Vector-darkmode.less/darksyntax.less Created page with "→========================== Extension:CodeMirror syntax highlighting Classes explained here: <https://meta.wikimedia.org/wiki/Community_Tech/Wikitext_editor_syntax_highlighting> Colors based on the One Dark syntax theme: <https://github.com/atom/atom/tree/master/packages/one-dark-syntax> ==========================: →-------------------------- COLORS --------------------------: // define the following commented vars in the file that is..." current
- 01:1101:11, 17 October 2024 diff hist +397 N MediaWiki:Vector-darkmode.less/config.less Created page with "#rsw-config-close { filter: invert(1); } #rsw-config { border-color: @dark-interface-border; color: @dark-text; background-color: @dark-wikitable-background; } #rsw-config-note { border-color: @dark-interface-border; } #rsw-config-footer { border-top: 1px solid @dark-interface-border; background-color: @dark-infobox-subheader; } .rsw-tooltip { border-color: @dark-interface-border; }" current
- 01:1101:11, 17 October 2024 diff hist +5,381 N MediaWiki:Vector-darkmode.less/codehighlight.less Created page with "→======================================= syntax highlight on page previews =======================================: // Generated with http://pygments.org/demo/ //----- Monokai -----// // define the following commented var in the file that is importing /darksyntax.less @code-background: @codehighlight-background; @code-comment: @gray-chateau; @code-literal-1: #ae81ff; @code-literal-2: #e6db74; @code-name-1: #f8f8f2; @code-name-2: #a6e22e; @code..." current
- 01:1101:11, 17 October 2024 diff hist +222 N MediaWiki:Vector-darkmode.less/button.less Created page with "→buttons: .button { background: @dark-button; } .switch-infobox .switch-infobox-triggers .button, .infobox-switch .infobox-buttons .button, .infobox-wrapper .infobox-buttons .button { background: @dark-button; }" current
- 01:1101:11, 17 October 2024 diff hist +337 N MediaWiki:Vector-darkmode.less/activediscussions.less Created page with "→======================================== [[RuneScape:Active discussions]] ========================================: .discussiontable { th { background-color: @dark-wikitable-header; } .topic, .edited, .edited-by, .rg-archive { background-color: @dark-wikitable-background; } }" current
- 01:1101:11, 17 October 2024 diff hist +3,276 N MediaWiki:Vector-darkmode.less/aceeditor.less Created page with "→======================================= syntax highlight in ace editor =======================================: // This is taken from https://ace.c9.io/tool/mode_creator.html //----- Theme monokai -----// // define the following commented vars in the file that is importing /aceeditor.less //@code-bg: ; //@gutter-bg: ; @gutter-active-line-bg: lighten(@gutter-bg, 10%); //@gutter-text: ; @active-line-bg: lighten(@c..." current
- 01:1101:11, 17 October 2024 diff hist +18,447 N MediaWiki:Vector-darkmode.less Created page with "/* ------------------------------------------------------------------------------ This is the root LESS file that is parsed to produce MediaWiki:Vector-darkmode.css. Previously compiled via subpages at Special:PrefixIndex/MediaWiki:Vector-darkmode.less/, now adjusted via CSS Variables. To update MediaWiki:Vector-darkmode.css from here, users with the appropriate permissions can click the "Update CSS" button found to the left of the edit butto..."
- 01:1101:11, 17 October 2024 diff hist +7 MediaWiki:Vector-darkmode.css No edit summary Tag: Manual revert
- 01:1101:11, 17 October 2024 diff hist +21 N MediaWiki:Userlogin-joinproject Created page with "Join the {{SITENAME}}" current
- 01:1101:11, 17 October 2024 diff hist +1,192 N MediaWiki:Uploadtext Created page with "{| width="600px" align="center" | style="text-align:center; font-weight:bold; font-size:120%" | All files must comply with the images and media policy. |- | * Images uploaded to the Old School RuneScape Wiki must be used in a mainspace article. If an image is for personal use, such as on your userpage or signature, '''please do not upload it here'''. * Still images should be in the <code>.png</code> format, animations in the <code>.g..."
- 01:1101:11, 17 October 2024 diff hist +153 N MediaWiki:Uploaddisabledtext Created page with "Unfortunately, file uploading is temporarily disabled while we work on our servers. We apologise for this inconvenience. Please try again in a few hours." current
- 01:1101:11, 17 October 2024 diff hist +45 N MediaWiki:Upload-form-label-own-work Created page with "This is my own work, intended for an article." current
- 01:1101:11, 17 October 2024 diff hist +317 N MediaWiki:Upload-form-label-own-work-message-generic-local Created page with "<span class="warn-userupload">I confirm this image is intended to be used on an article page, and not solely for my user page. I understand that the wiki is not a generic image host, and </span>I confirm that the uploaded file conforms to the wiki's media policy." current
- 01:1101:11, 17 October 2024 diff hist +943 N MediaWiki:Upload-form-label-not-own-work-message-generic-local Created page with "<ul><li>All files must comply with the images and media policy.</li> <li>Images uploaded to the Old School RuneScape Wiki must be used in a mainspace article. If an image is for personal use, such as on your userpage or signature, <b>please do not upload it here</b>.</li> <li>Still images should be in the <code>.png</code> format, animations in the <code>.gif</code> format, and audio files in the <code>.ogg</code> format, unless take..."
- 01:1101:11, 17 October 2024 diff hist +76 N MediaWiki:Undo-summary Created page with "Undid revision $1 by $2 (talk)" current