MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m
m
Line 30: Line 30:
}
}


/* Site-wide outline, excluding code/math/SVG/controls */
/* Page titles & section headings */
:where(body) :where(
h1#firstHeading,
  p, li, a, span, div, strong, em, small, b, i,
#firstHeading .mw-page-title-main,
  h1, h2, h3, h4, h5, h6, td, th, caption, dt, dd,
.firstHeading,
  .vector-menu-heading, .mw-headline, .mw-portlet, .vector-menu-content
.mw-headline,
):not(pre):not(code):not(kbd):not(samp):not(tt)
#mw-panel .vector-menu-heading,
:not(.mw-code):not(.mw-highlight):not(.mwe-math-element)
.vector-menu-heading,
:not(svg):not(input):not(select):not(textarea):not(button) {
#p-personal .vector-menu-heading {
   -webkit-text-stroke: var(--outline-size) var(--outline-colour);
   -webkit-text-stroke: var(--outline-size) var(--outline-colour);
   text-stroke: var(--outline-size) var(--outline-colour);
   text-stroke: var(--outline-size) var(--outline-colour);
   -webkit-text-fill-color: currentColor;
   -webkit-text-fill-color: currentColor;
  /* Firefox fallback */
   text-shadow:
   text-shadow:
     var(--outline-size) 0 0 var(--outline-colour),
     var(--outline-size) 0 0 var(--outline-colour),

Navigation menu