יחידה:Message box/ombox.css – הבדלי גרסאות
עדכון מוויקיפדיה האנגלית |
|||
| שורה 68: | שורה 68: | ||
} | } | ||
/* keep synced with each other type of message box as this isn't qualified */ | |||
.mbox-invalid-type { | |||
text-align: center; | text-align: center; | ||
} | } | ||
| שורה 93: | שורה 94: | ||
} | } | ||
html.skin-theme-clientpref-night .ombox-speedy { | @media screen { | ||
html.skin-theme-clientpref-night .ombox-speedy { | |||
background-color: #310402; /* Dark red, same hue/saturation as light */ | |||
} | |||
} | } | ||
@media (prefers-color-scheme: dark) { | @media screen and (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .ombox-speedy { | html.skin-theme-clientpref-os .ombox-speedy { | ||
background-color: #310402; /* Dark red, same hue/saturation as light */ | background-color: #310402; /* Dark red, same hue/saturation as light */ | ||
} | } | ||
} | } | ||