יחידה:Message box/ombox.css – הבדלי גרסאות

מ. רובין (שיחה | תרומות)
עדכון מוויקיפדיה האנגלית
מ. רובין (שיחה | תרומות)
ביטול גרסה 804687 של מ. רובין (שיחה)
 
שורה 68: שורה 68:
}
}


.ombox .mbox-invalid-type {
/* 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 {
background-color: #310402;    /* Dark red, same hue/saturation as light */
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 */
}
}
}
}