|
|
| Line 178: |
Line 178: |
| .client-darkmode .infobox.infobox-organization td{ color:#e5e7eb; } | | .client-darkmode .infobox.infobox-organization td{ color:#e5e7eb; } |
|
| |
|
|
| |
| /* Non-clickable hero banner */
| |
| .home-hero { margin: 0 0 1rem 0; }
| |
| .home-hero .mw-file-element {
| |
| display: block;
| |
| width: 100%;
| |
| height: auto;
| |
| border-radius: 12px;
| |
| box-shadow: 0 6px 18px rgba(0,0,0,.25);
| |
| }
| |
|
| |
| /* Dark mode tweaks (works with Vector night or DarkMode extension) */
| |
| .skin-theme-clientpref-night .home-hero .mw-file-element,
| |
| .client-darkmode .home-hero .mw-file-element {
| |
| box-shadow: 0 6px 18px rgba(0,0,0,.6);
| |
| }
| |
|
| |
|
|
| |
|