MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1,666: | Line 1,666: | ||
} | } | ||
/* Dark Mode Support */ | |||
/* Dark Mode | |||
html.skin-theme-clientpref-night .bc-screenshot-frame { | html.skin-theme-clientpref-night .bc-screenshot-frame { | ||
border-color: #333 !important; | border-color: #333 !important; | ||
background: #1e1e1e !important; | background: #1e1e1e !important; | ||
box-shadow: 0 4px 15px rgba(0,0,0,0.5) !important; | |||
} | } | ||
/* Mobile: Stack the image and text on small screens */ | |||
/* Mobile: Stack the image and text */ | |||
@media screen and (max-width: 768px) { | @media screen and (max-width: 768px) { | ||
.bc-screenshot-frame { | .bc-screenshot-frame { | ||