MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 331: | Line 331: | ||
:root { | |||
--accent-1: #3cf; | |||
--accent-2: #7fffd4; | |||
--glow: rgba(0, 200, 255, .7); | |||
--plate-1: rgba(10,14,22,.55); | |||
--plate-2: rgba(10,14,22,.25); | |||
--text-1: #e7ecef; | |||
} | |||
/* H2 — sleek glass backplate + neon underline */ | |||
.mw-parser-output h2 { | .mw-parser-output h2 { | ||
color: var(--text-1); | |||
margin: 2rem 0 1rem; | |||
letter-spacing: .02em; | |||
font-weight: 750; | |||
} | } | ||
.mw-parser-output h2 .mw-headline { | |||
.mw-parser-output h2 | position: relative; | ||
display: inline-block; /* decorations hug the text only */ | |||
padding: .15em .45em; | |||
isolation: isolate; | |||
} | } | ||
/* | /* tiny glass backplate, not a big block */ | ||
.mw-parser-output h2:: | .mw-parser-output h2 .mw-headline::before { | ||
content: ""; | |||
position: absolute; inset: -.15em -.4em; | |||
background: linear-gradient(180deg, var(--plate-1), var(--plate-2)); | |||
border: 1px solid rgba(255,255,255,.06); | |||
border-radius: 6px; | |||
backdrop-filter: blur(6px); | |||
-webkit-backdrop-filter: blur(6px); | |||
z-index: -1; | |||
} | } | ||
/* neon gradient underline w/ glow */ | |||
.mw-parser-output h2 .mw-headline::after { | |||
content: ""; | |||
position: absolute; left: 0; right: 0; bottom: -.35em; height: 2px; | |||
background: linear-gradient(90deg, transparent, var(--accent-1) 20%, var(--accent-2) 50%, var(--accent-1) 80%, transparent); | |||
filter: drop-shadow(0 0 6px var(--glow)); | |||
} | } | ||
/* | /* H3 — slimmer, “data rail” accent */ | ||
.mw-parser-output | .mw-parser-output h3 { | ||
color: var(--text-1); | |||
margin: 1.6rem 0 .7rem; | |||
font-weight: 650; | |||
} | } | ||
.mw-parser-output | .mw-parser-output h3 .mw-headline { | ||
position: relative; | |||
display: inline-block; | |||
padding: .05em .35em .05em .7em; | |||
} | } | ||
.mw-parser-output h3 .mw-headline::before { | |||
content: ""; | |||
position: absolute; left: -.45em; top: 0; bottom: 0; width: 2px; | |||
background: linear-gradient(180deg, var(--accent-1), transparent); | |||
box-shadow: 0 0 8px var(--glow); | |||
border-radius: 2px; | |||
} | } | ||
/* | /* cleaner edit link behavior */ | ||
.mw-parser-output h2. | .mw-parser-output h2 .mw-editsection, | ||
.mw-parser-output h3 .mw-editsection { opacity: 0; transition: opacity .15s ease; } | |||
.mw-parser-output h2:hover .mw-editsection, | |||
.mw-parser-output h3:hover .mw-editsection { opacity: 1; } | |||
} | |||
/* optional: tiny anchor vibe */ | |||
.mw-parser-output h2 .mw-headline::marker, | |||
.mw-parser-output h3 .mw-headline::marker { content: ""; } | |||
/* | |||
.mw-parser-output h2 .mw- | |||
.mw-parser-output h3 | |||
.mw- | |||
} |
Revision as of 16:50, 18 September 2025
div.vectorTabs ul li#ca-history { display: none; } .vector-menu-tabs-legacy li { background-color: transparent !important; color: #72777d; cursor: pointer; } .new.mw-list-item { background-color: transparent !important; } .new.mw-list-item a { background-color: transparent !important; color: #72777d; cursor: pointer; font-size: 0.8em; } .ca-talk { background-color: transparent !important; color: #72777d; cursor: pointer; font-size: 0.8em; } .vector-menu-portal .vector-menu-content li a, .vector-menu-portal .vector-menu-content li a:visited { color: #72777d; } /* Additional rules to ensure transparency */ .vector-menu-tabs, .vector-menu-tabs ul, .vector-menu-tabs li, .vector-menu-tabs a, .vector-menu-tabs-legacy, .vector-menu-tabs-legacy ul, .vector-menu-tabs-legacy li, .vector-menu-tabs-legacy a, #p-namespaces, #p-namespaces li, #p-namespaces a, #ca-nstab-main, #ca-talk, .vector-tab-noicon, .mw-list-item-js { background-color: transparent !important; background: transparent !important; background-image: none !important; } .vector-menu-portal, #mw-panel, .vector-menu-portal .vector-menu-content { background-color: #202020 !important; } .vector-menu-portal .vector-menu-heading { color: #cccccc; /* Light gray for headers */ } /* For the links */ .vector-menu-portal .vector-menu-content a { color: #3366bb; /* Blue color for links */ } /* Remove any borders that might be present */ .vector-menu-portal { border: none !important; } body { background-image: url('https://i.imgur.com/9GQ16Re.png') !important; background-color: rgba(0, 0, 0, 0.6) !important; /* Semi-transparent black */ background-blend-mode: overlay !important; background-repeat: no-repeat !important; background-position: center !important; background-attachment: fixed !important; background-size: cover !important; } #ca-view a, #ca-edit a, #ca-history a { color: inherit !important; background-color: transparent !important; } /* ========================================================= /* ========================================================= HL2 dark thumbnails — Complete solution for all MediaWiki thumbnail types - Handles both figure and div.thumb containers - Outer frame wraps image + caption - Thin inner line on the image - Dark caption styling Colors: outer bg #2f2f2f, outer border #444, inner #6a6a6a, caption #c0c0c0 ========================================================= */ /* ---------- PARSOID / VE (figure markup) ---------- */ /* (A) Outer frame on figure containers - FORCE proper wrapping */ .mw-parser-output figure[typeof*="mw:File/Thumb"], .mw-parser-output figure[typeof*="mw:Image/Thumb"], .mw-parser-output figure[typeof*="mw:File/Frame"], .mw-parser-output figure[typeof*="mw:Image/Frame"] { background-color: #2f2f2f !important; border: 1px solid #444 !important; padding: 3px !important; box-shadow: none !important; display: block !important; overflow: hidden !important; /* Force container to wrap content */ width: auto !important; /* Let it size to content */ box-sizing: border-box !important; } /* (B) Remove border from link wrapper in figures */ .mw-parser-output figure[typeof*="mw:"] > a.mw-file-description, .mw-parser-output figure[typeof*="mw:"] > span:first-child > a.mw-file-description { border: 0 !important; background: transparent !important; box-shadow: none !important; padding: 0 !important; } /* (C) Thin inner line on images in figures */ .mw-parser-output figure[typeof*="mw:"] img.mw-file-element { border: 1px solid #6a6a6a !important; background: transparent !important; box-shadow: none !important; } /* ---------- LEGACY / CLASSIC (div.thumb markup) ---------- */ /* (D) Outer frame on div.thumb containers - FORCE proper wrapping */ .mw-parser-output div.thumb, .mw-parser-output .thumb { background-color: #2f2f2f !important; border: 1px solid #444 !important; padding: 3px !important; box-shadow: none !important; display: block !important; overflow: hidden !important; /* Force container to wrap content */ width: auto !important; /* Let it size to content */ box-sizing: border-box !important; } /* (E) Remove border from thumbinner */ .mw-parser-output .thumbinner { border: 0 !important; background: transparent !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; } /* (F) Thin inner line on images in div.thumb */ .mw-parser-output .thumbimage { border: 1px solid #6a6a6a !important; background: transparent !important; box-shadow: none !important; } /* ---------- CAPTION STYLING (both types) ---------- */ .mw-parser-output figure figcaption { background-color: #2f2f2f !important; color: #c0c0c0 !important; border: 0 !important; padding: 4px 2px 2px 2px !important; margin: 0 !important; width: 100% !important; box-sizing: border-box !important; display: block !important; } /* (H) Dark caption styling for div.thumb - prevent overflow */ .mw-parser-output .thumbcaption { background-color: #2f2f2f !important; color: #c0c0c0 !important; border: 0 !important; padding: 4px 2px 2px 2px !important; margin: 0 !important; width: 100% !important; box-sizing: border-box !important; display: block !important; } /* ---------- HIDE CAPTION ICONS ---------- */ .mw-parser-output .magnify, .mw-parser-output .metadata, .mw-parser-output .magnify a, .mw-parser-output .magnify img, .mw-parser-output .thumbcaption .magnify, .mw-parser-output figcaption .magnify, .mw-parser-output .mw-file-description + .magnify, .mw-parser-output .thumbinner .magnify, .mw-parser-output [class*="magnify"], .mw-parser-output .thumb .internal, .mw-parser-output .thumbcaption .internal, .mw-parser-output .enlarge, .mw-parser-output .mw-file-info { display: none !important; visibility: hidden !important; opacity: 0 !important; width: 0 !important; height: 0 !important; overflow: hidden !important; } /* (J) Hide pseudo-element icons on file description links */ .mw-parser-output a.mw-file-description::after, .mw-parser-output a.mw-file-description::before, .mw-parser-output .mw-file-description::after, .mw-parser-output .mw-file-description::before { display: none !important; content: none !important; visibility: hidden !important; } /* ============================================================ */ /* Sidebar (left) navigation link colors — Vector (new) + Vector legacy */ /* normal state */ #mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a, .skin-vector-legacy #mw-panel .portal .body li a { color: #8BB9E0 !important; /* light blue */ background: transparent !important; text-decoration: none !important; } /* visited */ #mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:visited, .skin-vector-legacy #mw-panel .portal .body li a:visited { color: #74A8D4 !important; /* keep blue, not purple */ } /* hover & focus */ #mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:hover, #mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:focus, .skin-vector-legacy #mw-panel .portal .body li a:hover, .skin-vector-legacy #mw-panel .portal .body li a:focus { color: #BFD9F2 !important; /* brighter on hover */ text-decoration: underline !important; } /* active (mouse down) */ #mw-panel .vector-menu-portal .vector-menu-content .vector-menu-content-list > li > a:active, .skin-vector-legacy #mw-panel .portal .body li a:active { color: #E6F2FF !important; } .mw-body, .mw-body-content, .mw-parser-output { font-size: 16px !important; /* was ~14–15px */ line-height: 1.6 !important; } /* Sidebar / left nav */ #mw-panel, #mw-panel .vector-menu-portal .vector-menu-content { font-size: 15px !important; line-height: 1.5 !important; } /* TOC, captions, small UI text */ .toc, .thumbcaption, .catlinks, .mw-ui-message, .mw-message-box { font-size: 15px !important; line-height: 1.5 !important; } /* Code blocks / preformatted */ pre, code, kbd, samp, .mw-code { font-size: 15px !important; line-height: 1.5 !important; } /* Tabs (Read / View source / History) & top menus */ #mw-head .vectorTabs li a, .vector-menu-tabs a, .vector-menu-tabs-legacy a { font-size: 15px !important; } /* Make sure headings scale nicely (relative to new base) */ .mw-body h1 { font-size: 2.0em !important; } .mw-body h2 { font-size: 1.6em !important; } .mw-body h3 { font-size: 1.35em !important; } .mw-body h4 { font-size: 1.15em !important; } /* Optional: slightly smaller on narrow screens */ @media (max-width: 768px) { .mw-body, .mw-body-content, .mw-parser-output { font-size: 16px !important; } } :root { --accent-1: #3cf; --accent-2: #7fffd4; --glow: rgba(0, 200, 255, .7); --plate-1: rgba(10,14,22,.55); --plate-2: rgba(10,14,22,.25); --text-1: #e7ecef; } /* H2 — sleek glass backplate + neon underline */ .mw-parser-output h2 { color: var(--text-1); margin: 2rem 0 1rem; letter-spacing: .02em; font-weight: 750; } .mw-parser-output h2 .mw-headline { position: relative; display: inline-block; /* decorations hug the text only */ padding: .15em .45em; isolation: isolate; } /* tiny glass backplate, not a big block */ .mw-parser-output h2 .mw-headline::before { content: ""; position: absolute; inset: -.15em -.4em; background: linear-gradient(180deg, var(--plate-1), var(--plate-2)); border: 1px solid rgba(255,255,255,.06); border-radius: 6px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); z-index: -1; } /* neon gradient underline w/ glow */ .mw-parser-output h2 .mw-headline::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.35em; height: 2px; background: linear-gradient(90deg, transparent, var(--accent-1) 20%, var(--accent-2) 50%, var(--accent-1) 80%, transparent); filter: drop-shadow(0 0 6px var(--glow)); } /* H3 — slimmer, “data rail” accent */ .mw-parser-output h3 { color: var(--text-1); margin: 1.6rem 0 .7rem; font-weight: 650; } .mw-parser-output h3 .mw-headline { position: relative; display: inline-block; padding: .05em .35em .05em .7em; } .mw-parser-output h3 .mw-headline::before { content: ""; position: absolute; left: -.45em; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--accent-1), transparent); box-shadow: 0 0 8px var(--glow); border-radius: 2px; } /* cleaner edit link behavior */ .mw-parser-output h2 .mw-editsection, .mw-parser-output h3 .mw-editsection { opacity: 0; transition: opacity .15s ease; } .mw-parser-output h2:hover .mw-editsection, .mw-parser-output h3:hover .mw-editsection { opacity: 1; } /* optional: tiny anchor vibe */ .mw-parser-output h2 .mw-headline::marker, .mw-parser-output h3 .mw-headline::marker { content: ""; }