Jump to content

MediaWiki:Common.css: Difference between revisions

From appendix
imported>appendix
Generated by appendix
imported>appendix
Generated by appendix
Line 1: Line 1:
:root,
.skin-theme-clientpref-day,
.skin-theme-clientpref-night,
.skin-theme-clientpref-os {
    --appendix-bg: #0f1115;
    --appendix-surface: #151922;
    --appendix-surface-2: #1c2230;
    --appendix-border: #303849;
    --appendix-text: #e6e8ee;
    --appendix-muted: #a7afbd;
    --appendix-link: #8ab4ff;
    --appendix-link-visited: #c9a7ff;
    --appendix-accent: #65d6ad;
}
html,
body,
.mw-page-container,
.mw-body,
.mw-content-container,
.vector-header-container,
.vector-sticky-header,
.vector-main-menu,
.vector-page-toolbar,
.vector-dropdown-content,
.vector-toc,
.mw-footer {
    background: var(--appendix-bg) !important;
    color: var(--appendix-text) !important;
}
.mw-body,
.vector-page-toolbar,
.vector-toc,
.vector-main-menu,
.vector-dropdown-content,
.cdx-text-input__input,
.oo-ui-panelLayout-framed {
    border-color: var(--appendix-border) !important;
}
.mw-parser-output,
.mw-heading,
.firstHeading,
.vector-pinnable-header-label,
.vector-menu-heading,
.vector-menu-content,
.vector-toc-text,
.vector-page-title-main,
.mw-logo-wordmark,
.mw-logo-tagline,
.mw-footer li,
.catlinks,
.oo-ui-labelElement-label {
    color: var(--appendix-text) !important;
}
a,
.mw-parser-output a,
.vector-menu-content a,
.vector-toc-link {
    color: var(--appendix-link) !important;
}
a:visited,
.mw-parser-output a:visited {
    color: var(--appendix-link-visited) !important;
}
.new,
.new:visited {
    color: #ff8f8f !important;
}
pre,
code,
.mw-code,
blockquote,
table.wikitable,
.catlinks,
.cdx-text-input__input,
.oo-ui-panelLayout-framed {
    background: var(--appendix-surface) !important;
    color: var(--appendix-text) !important;
}
blockquote {
    border-color: var(--appendix-accent) !important;
}
.mw-logo-icon {
    border-radius: 6px;
}
#footer-places-privacy,
#footer-places-privacy,
#footer-places-about,
#footer-places-about,

Revision as of 01:16, 11 June 2026

root,

.skin-theme-clientpref-day, .skin-theme-clientpref-night, .skin-theme-clientpref-os {

   --appendix-bg: #0f1115;
   --appendix-surface: #151922;
   --appendix-surface-2: #1c2230;
   --appendix-border: #303849;
   --appendix-text: #e6e8ee;
   --appendix-muted: #a7afbd;
   --appendix-link: #8ab4ff;
   --appendix-link-visited: #c9a7ff;
   --appendix-accent: #65d6ad;

}

html, body, .mw-page-container, .mw-body, .mw-content-container, .vector-header-container, .vector-sticky-header, .vector-main-menu, .vector-page-toolbar, .vector-dropdown-content, .vector-toc, .mw-footer {

   background: var(--appendix-bg) !important;
   color: var(--appendix-text) !important;

}

.mw-body, .vector-page-toolbar, .vector-toc, .vector-main-menu, .vector-dropdown-content, .cdx-text-input__input, .oo-ui-panelLayout-framed {

   border-color: var(--appendix-border) !important;

}

.mw-parser-output, .mw-heading, .firstHeading, .vector-pinnable-header-label, .vector-menu-heading, .vector-menu-content, .vector-toc-text, .vector-page-title-main, .mw-logo-wordmark, .mw-logo-tagline, .mw-footer li, .catlinks, .oo-ui-labelElement-label {

   color: var(--appendix-text) !important;

}

a, .mw-parser-output a, .vector-menu-content a, .vector-toc-link {

   color: var(--appendix-link) !important;

}

a:visited, .mw-parser-output a:visited {

   color: var(--appendix-link-visited) !important;

}

.new, .new:visited {

   color: #ff8f8f !important;

}

pre, code, .mw-code, blockquote, table.wikitable, .catlinks, .cdx-text-input__input, .oo-ui-panelLayout-framed {

   background: var(--appendix-surface) !important;
   color: var(--appendix-text) !important;

}

blockquote {

   border-color: var(--appendix-accent) !important;

}

.mw-logo-icon {

   border-radius: 6px;

}

  1. footer-places-privacy,
  2. footer-places-about,
  3. footer-places-disclaimers,
  4. footer-icons-poweredby {
   display: none;

}