Difference between revisions of "Wiki/MediaWiki:Common.css"

From Holdfast: Nations At War
Jump to navigation Jump to search
(Replaced content with "→‎Safe top-left banner for Vector-2022 (no pseudo-elements): .skin-vector-2022 .vector-header-container { --hf-banner-h: 140px; background-color: var(--hf-bg, #E1DC...")
Tag: Replaced
(Blanked the page)
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Safe top-left banner for Vector-2022 (no pseudo-elements) */
+
 
.skin-vector-2022 .vector-header-container {
 
  --hf-banner-h: 140px;
 
  background-color: var(--hf-bg, #E1DCCE);
 
  background-image:
 
    url("/wiki/Special:FilePath/BannerImage.png"),
 
    linear-gradient(to right, rgba(0,0,0,0) 0%, var(--hf-bg, #E1DCCE) 85%);
 
  background-repeat: no-repeat, no-repeat;
 
  background-position: left top, left top;
 
  background-size: auto var(--hf-banner-h), 100% var(--hf-banner-h);
 
  border-bottom: 2px solid var(--hf-border-strong, #BFB69C);
 
  min-height: var(--hf-banner-h);
 
}
 

Latest revision as of 08:31, 10 October 2025