MediaWiki:Vector-2022.css: Difference between revisions

m text shadow only for the headline itself
ULS menu theme cleanup - color scheme lined with the rest of the menus
 
(19 intermediate revisions by the same user not shown)
Line 16: Line 16:
   max-width: 100%;
   max-width: 100%;
   height: auto
   height: auto
}
/* images frames removal for printing */
figure[typeof~='mw:File/Thumb'] :not(figcaption) > .mw-file-element {
  border: 0px
}
}


Line 46: Line 51:
     border-bottom: 1px solid var(--border-color-base)
     border-bottom: 1px solid var(--border-color-base)
}
}


/* defined and adjusted in vector-2022.js */
/* defined and adjusted in vector-2022.js */
Line 60: Line 66:
}
}


#uls-settings-block,
.uls-menu,
.uls-search,
.uls-filterinput,
.uls-language-list {
  background-color: transparent
}
.uls-menu,
.uls-filterinput,
#div.oo-ui-popupWidget-popup::after,
.vector-dropdown-content,
.vector-dropdown-content,
.vector-popup-notification,
.vector-popup-notification,
.mw-notification {
.mw-notification,
.oo-ui-menuSelectWidget,
.cdx-menu {
   backdrop-filter:blur(5px);
   backdrop-filter:blur(5px);
   border: 1px solid var(--border-color-base)
   border: 1px solid var(--border-color-base)
}
.cdx-thumbnail__image {
  border: 1px solid var(--border-color-base)
}
.cdx-button:enabled.cdx-button--weight-quiet:hover,
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover {
  mix-blend-mode: initial;
}
.grid.uls-menu.uls-wide {
  border:1px solid var(--border-color-base);
  h3 {
    color: var(--color-base);
  }
}
.uls-language-block > ul > li > a {
  color: var(--color-progressive);
}
.uls-language-block > ul > li:hover {
  background: none;
  a {
    text-decoration: underline;
  }
}
}


Line 103: Line 148:
     background-repeat: repeat-y;
     background-repeat: repeat-y;
     background-position: left 1000px;
     background-position: left 1000px;
     pointer-events: none
     pointer-events: none;
    z-index: -1
}
}
body.skin-vector-2022 {
body.skin-vector-2022 {