All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Old School Near-Reality Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 23:06, 4 October 2022 Jacmob talk contribs created page MediaWiki:Test.less (Created page with "@import 'MediaWiki:Common.less/variables.less'; :root { --body-background-image: url('wiki/images/Background_darkmode.jpg'); --body-background-color: #071022; --body-main: #172136; --body-light: #313e59; --body-mid: #222e45; --body-dark: #222e45; --body-border: #596e96; --ooui-interface: #222e45; --ooui-interface-border: #2f4060; --ooui-window-background: rgba(25,25,25,0.6); --ooui-input: #384766; --ooui-input-border: #475980; --ooui-i...")
- 23:05, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/interface.less (Created page with "// <pre> ============================== 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-...")
- 23:05, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/ooui.less (Created page with "// <pre> ====================== 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....")
- 23:04, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/sourceeditor.less (Created page with "// <pre> ============================= 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-title...")
- 23:04, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/specials.less (Created page with "--------------------------------- Special:RecentChanges Special:Watchlist ---------------------------------: :root { --rc-positive-color: darken( @lima, 18% ); --rc-negative-color: darken( @flamingo, 18% ); } // Recent changes/page history byte indicators .mw-plusminus { &-pos { color: var(--rc-positive-color); } &-neg { color: var(--rc-negative-color); } } // "Other review tools" box .client-js .mw-recentchanges-toplinks:not...")
- 23:04, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/templates.less (Created page with "================== TEMPLATES ==================: :root { --fact-text-color: #15f; --production-selected-background: @caper; --production-selected-color: @black; --updateline-image: url('wiki/images/Horizontal_Line.png'); --wikipedia-border: #e0e0e0; --wikipedia-background: #f8f8f8; --keypress-background: @gallery; --keypress-border: @silver; --keypress-text-shadow: @white; --keypress-color: @mineshaft; } //...")
- 23:03, 4 October 2022 Jacmob talk contribs created page 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...")
- 23:02, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/visualeditor.less (Created page with "// <pre> ========================== 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...")
- 23:02, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/specials.less (Created page with "// <pre> ======================== special 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 t...")
- 23:02, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/codehighlight.less (Created page with "// <pre> ======================================= syntax highlight on page previews =======================================: // Generated with http://pygments.org/demo/ //----- Monokai -----// @code-background: @cloud-burst; @code-comment: @gray-chateau; @code-literal-1: #ae81ff; @code-literal-2: #e6db74; @code-name-1: #f8f8f2; @code-name-2: #a6e22e; @code-keyword-1: #66d9ef; @code-other: #f92672; .mw-highlight pre { background-color: @...")
- 23:01, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/templates.less (Created page with "// <pre> ======================== templates ========================: ------------------------ math kind of sus but it works ------------------------: .mwe-math-element { -webkit-filter: invert(100%); filter: invert(100%); } ------------------------ coins ------------------------: .coins { color: @lima; } .coins-pos { color: @curious-blue; } .coins-neg { color: @flamingo; } /* ------------...")
- 23:00, 4 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-toplinksDropdown.less (Created page with "// prevent this from doing anything on Special:Preferences; JS doesn't load on that // page, so users will be unable to access the personal links that are display: none'd body:not(.mw-special-Preferences) { // hide these with css first so there's no jump after js loads #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris, #pt-logout { display: none; } // username link #p-personal #pt-userpage { float: right;...")
- 22:59, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/smw.less (Created page with "// <pre> ===================================== SMW search, ask and property 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 {...")
- 22:59, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/gemw.less (Created page with "// <pre> =================================== Exchange namespace formatting ===================================: :root { --gemw-positive-color: @lima; --gemw-unchanged-color: @curious-blue; --gemw-negative-color: @flamingo; --gemw-historical-border-color: @black; } .gemw-container { width: 90%; max-width: 60em; margin: 4em auto; } ------------------ header ------------------: .gemw-header { display: flex; border-lef...")
- 22:58, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/aceeditor.less (Created page with "// <pre> ======================================= syntax highlight in less code view =======================================: .mw-highlight .linenos { background-color: @pickled-bluewood; color: @dark-text; } .mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { box-shadow: inset 2.75em 0 0 @pickled-bluewood; } /* ======================================= syntax highlight in ace editor ===================...")
- 22:58, 4 October 2022 Jacmob talk contribs created page 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...")
- 22:58, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/visualeditor.less (Created page with "========================== VisualEditor ==========================: // copy of MediaWiki:Vector-darkmode.less/visualeditor.less @ooui-text: var(--ooui-text); @ooui-interface: var(--ooui-interface); @ooui-interface-border: var(--body-border); @ve-toolbar-border: var(--body-mid); // may look into https://www.mediawiki.org/wiki/VisualEditor/Gadgets#Gadget_-_Registering_VE_plugin // so ve-specific stuff will be all lazy loaded .ve-activated & { // b...")
- 22:57, 4 October 2022 Jacmob talk contribs created page MediaWiki:Minerva.less/wikitables.less (Created page with "// Table styles must be very specific to override MediaWiki defaults .content { table.wikitable.wikitable { // same class twice makes it more specific border: 0; color: @TEXT_COLOR; } table.wikitable > tbody > tr:not('highlight-on') > th { background-color: @BODY_MID; border-color: @BODY_BORDER; } table.wikitable > tbody > tr:not('highlight-on') > td { background-color: @BODY_LIGHT; border-color: @BODY...")
- 22:57, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/tabber.less (Created page with "// <pre> ============================== <tabber> styling ==============================: :root { --tabber-tab-bg: @BODY_LIGHT; --tabber-tab-border-color: @BODY_BORDER; --tabber-active-tab-bg: @BODY_LIGHT; --tabber-active-tab-color: var(--text-color); --tabber-active-tab-hover-bg: @BODY_LIGHT; --tabber-active-tab-hover-border-color: @BODY_BORDER; --tabber-active-tab-hover-color: var(--text-color); --tabber-active-tab-border-hider-color: @BODY_LIG...")
- 22:57, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/tiles.less (Created page with "// <pre> --------------------- tiles ---------------------: // mainpage.less relies on this; check before changing anything :root { --byline-arrow-filter: invert(29%) sepia(0%) saturate(376%) hue-rotate(172deg) brightness(87%) contrast(80%); // match --byline-color --tile-border-color: #cabe9b; --tile-background-color: #f9f3eb; --tile-link-button-color: #f5e9db; --tile-link-button-highlight-color: saturate( darken( #e2d2ba, 2.5% ), 2% ); --tile-...")
- 22:56, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/oswf.less (Created page with ":root { --oswf-page-container-border-color: @mystic; --oswf-page-container-bg: @white; --oswf-page-container-box-shadow: @box-shadow; --oswf-tile-border-color: @la-palma; --oswf-tile-complete-border-color: @old-brick; --oswf-tile-complete-bg: @old-brick; --oswf-tile-banner-bg: @la-palma; --oswf-tile-banner-color: @white; --oswf-section-header-bg: @gallery; --oswf-section-border-color: @base-heading-border; --oswf-section-page-header-bg: @ecstasy; --oswf-secti...")
- 22:56, 4 October 2022 Jacmob talk contribs created page MediaWiki:Test.less/acesyntax.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 /acesyntax.less //@code-bg: ; //@gutter-bg: ; @gutter-active-line-bg: lighten(@gutter-bg, 10%); //@gutter-text: ; @active-line-bg: lighten(@c...")
- 22:56, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/messagebox.less (Created page with "===================== Messageboxes =====================: :root { --messagebox-obsolete-background: #cfcfcf; --messagebox-obsolete-border: #464646; --messagebox-obsolete-link-color: #6c6c6c; --messagebox-info-background: #ebebeb; --messagebox-info-border: #898989; --messagebox-info-link-color: #6c6c6c; --messagebox-action-background: lighten(@venice-blue, 60%); --messagebox-action-border: @venice-blue; --messagebox-action-link-...")
- 22:55, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/coins.less (Created page with "For {{Coins}} * Author: User:Cqm: :root { --coins-color: green; --coins-pos-color: #014cc0; --coins-neg-color: #c02614; } .coins { color: var(--coins-color); background-position: 0% 50%; background-repeat: no-repeat; display: inline-block; padding: 0; } .coins-pos { color: var(--coins-pos-color); } .coins-neg { color: var(--coins-neg-color); } .coins-10000 { background-image: url('wiki/images/Coins_10000.png');...")
- 22:53, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/notifications.less (Created page with "// MediaWiki notif popup when // saving edits, adding page to watchlist .mw-notification { background-color: var(--body-light); border-color: var(--body-border); color: var(--text-color); } // Echo // Notification Page toolbar .mw-echo-ui-notificationsInboxWidget-toolbarWrapper { background: var(--body-main); } .mw-echo-ui-crossWikiUnreadFilterWidget { border-color: var(--body-border); // "Pages with unread notifications" &-subtitle { color: var(--byline-colo...")
- 22:52, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/elements.less (Created page with "// <pre> ===================== html elements =====================: --------------------- <body> ---------------------: // background image & { background-image: url('wiki/images/Background_darkmode.jpg'); background-color: @dark-body; @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { background-image: url('wiki/images/Background_darkmode.jpg'); } } .mw-body { color: @dark-text; background-color: @dark-pag...")
- 22:50, 4 October 2022 Jacmob talk contribs created page MediaWiki:Kartographer.less (Created page with "======================= DOOGLE MAPS ========================: // footer in fullscreen .mw-kartographer-mapDialog-foot { background-color: var(--body-light); border-color: var(--body-mid); } .mw-kartographer-interactive { // fullscreen wrapper .leaflet-container { color: var(--text-color); } .leaflet-popup-content { a, a:visited, a:hover, a:active { color: var(--link-color); } a.new a.new:visited { color: var(--redlink-color); }...")
- 22:50, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/documentation.less (Created page with "// <pre> ================================== Template:Documentation ==================================: :root { --documentation-background: @black-haze; --documentation-link-color: @mystic; --documentation-headers-color: @white; --documentation-header-background: @gray-chateau; --documentation-subheader-background: darken( @gray-chateau, 7% ); --documentation-border: @mystic; --mw-templatedata-doc-muted-color: #888; } .doc...")
- 22:50, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/pagepreviews.less (Created page with "// Page preview popups .mwe-popups { background: var(--body-light); .mwe-popups-container { color: var(--text-color); background: var(--body-light); // arrow pointing to link // seems to be a different class for each possible position and img combination &.flipped-x-y:before, &.flipped-y:before { border-top: none; } &.mwe-popups-no-image-tri:before { border-bottom: none; } &.flipped-x-y:after, &.flipped-y:after { border-top-color: va...")
- 22:49, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/smw.less (Created page with ":root { --smw-ask-options-even-bg: @BODY_MID; --smw-ask-options-odd-bg: @BODY_LIGHT; --smw-ask-action-btn-lblue-bg: @BODY_MAIN; --smw-ask-action-btn-lblue-color: @black; --smw-ask-action-btn-lblue-border-color: @OSRSW_BROWN; --smw-ask-action-btn-dblue-bg: @OSRSW_BROWN; --smw-ask-action-btn-dblue-color: @white; --smw-ask-action-btn-dblue-border-color: @BUTTON_BORDER; } .smw-ask-options-fields { tr td { background-color: var(--smw-ask-options-even-bg); } tr...")
- 22:49, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/gadgets.less (Created page with "// <pre> ===================== 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.refere...")
- 22:48, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/floornumber.less (Created page with "// default .floornumber > .floornumber-us, #toc li a span.toctext span span:nth-child(2), // additional clarification .floornumber-setting-gb .floornumber > .floornumber-us, // toggled .floornumber-setting-gb #toc li a span.toctext span span:nth-child(2), .floornumber-setting-us .floornumber > .floornumber-gb, .floornumber-setting-us #toc li a span.toctext span span:nth-child(1) { display: none; } // display when setting is applied, always .floornumber-setting-gb .f...")
- 22:48, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/mainpage.less (Created page with "// <pre> -------------------- 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:...")
- 22:47, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/gecharts.less (Created page with "// <pre> =================================== GE charts (on modal and Exchange 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...")
- 22:46, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/tabber.less (Created page with "// <pre> ============================== <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; backgroun...")
- 22:45, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/transcripts.less (Created page with "// <pre> =========================== Transcripts ===========================: :root { --transcript-border-color: #b4a36a; --transcript-border-hover-color: #88701d; --filter-transcript-icon: none; } // Template:Hastranscript transclude .transcript { background: var(--body-light); border-radius: ~"0 0 120px 120px / 0 0 8px 8px"; box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4); width: 50%; overflow: hidden; margin-bottom: 1em; padding: .5em...")
- 22:44, 4 October 2022 Jacmob talk contribs created page 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 {...")
- 22:44, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/links.less (Created page with "// <pre> ================= 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 .vect...")
- 22:43, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/messageboxes.less (Created page with "// <pre> ==================== messageboxes ====================: .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, a:visited, a:active { color: #bbb; } } &.action { background-color: #456...")
- 22:43, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/listen.less (Created page with "// <pre> ============================= Template:Listen =============================: .musicplayer { border: 1px solid @BODY_BORDER; font-size: 90%; background: @BODY_LIGHT; box-shadow: @box-shadow; max-width: 300px; margin: 0 0 1em 1em; padding: 5px; } .musicplayer, .infobox { // prevent border overlap in infoboxes & in Template:Listen .mediaContainer, .k-player, audio { max-width: 250px; margin-left: auto; margin-right: auto; } }...")
- 22:42, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/announcement.less (Created page with "//css for mainpage announcement pill .announcement { margin: .5em 0 1.5em; a { background: @black-haze; border: 1px solid @mystic; color: @shuttle-gray; font-size: .9em; line-height: 1.25em; padding: .25em .75em; border-radius: 10em; transition: .25s ease; display: inline-flex; // vertically center the pill align-items:...")
- 22:42, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/poll.less (Created page with ":root { --ajaxpoll-background: #fafafa; --ajaxpoll-text-color: var(--base-text-color); --ajaxpoll-answerbar-background: var(--body-light); --ajaxpoll-answerbar-border: var(--body-border); } .ajaxpoll { background: var(--ajaxpoll-background); // hovering over options .ajaxpoll-hover-vote, .ajaxpoll-hover-revoke, .ajaxpoll-ajax { background: none; } .ajaxpoll-answer-vote { border-color: var(--ajaxpoll-answerbar-border); div { background: var(--ajaxp...")
- 22:41, 4 October 2022 Jacmob talk contribs created page 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; } //...")
- 22:40, 4 October 2022 Jacmob talk contribs created page 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...")
- 22:40, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/diff.less (Created page with "================= diffs =================: :root { --diff-addedline-border-color: #438ab5; --diff-addedline-background: #bddff2; --diff-addedline-color: @black; --diff-deletedline-border-color: #379541; --diff-deletedline-background: #c1edbf; --diff-deletedline-color: @black; --diff-context-border-color: @BODY_MID; --diff-context-background: @BODY_MID; } .diff-addedline { border-color: var(--diff-addedline-border-colo...")
- 22:39, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/prefs.less (Created page with ".mw-prefs-buttons { background-color: var(--body-main); border-top-color: var(--body-border); box-shadow: none; } .mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout { border-color: var(--body-border); } .mw-htmlform-ooui .mw-htmlform-matrix tbody { tr:nth-child(even) td, tr:nth-child(even):hover td { background-color: var(--body-light);...")
- 22:39, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/references.less (Created page with "// <pre> ================== references ==================: // Small reference list // apply to all <references/> ol.references, // apply to {{Reflist}} .reflist { font-size: 90%; } .reflist { list-style-type: decimal; } .reflist .references { font-size: 100%; // inherit from .reflist instead list-style-type: inherit; } // for {{Notelist}} .reflist-lower-alpha { list-style-type: lower-alpha; } // refs background when targetting refs ol.reference...")
- 22:38, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/rstheme.less (Created page with "// <pre> =========================== RuneScape:Theme ===========================: .color-container { display: flex; margin: 2em auto; width: 80%; max-width: 60em; } .color-column { flex: 1; margin-right: 1em; &:last-child { margin-right: 0; } h3 { padding: 0; } } .color-group { color: @mineshaft; padding: 1em 1.5em; transition: .2s ease-out; &:hover { transform: scal...")
- 22:38, 4 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.less/diffs.less (Created page with "// <pre> ==================== 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-...")
- 22:37, 4 October 2022 Jacmob talk contribs created page 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; } }")