תבנית:מסגרת/styles.css
מתוך ויקיפדיה, האנציקלופדיה החופשית
פעולות נוספות
/*
* copy of current class .twocolors
* needed, since this class is missing in mobile view/minerva, and frames lose their border.
*/
.framestyle {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
padding: 5px;
font-size: 95%;
}
/* dark mode */
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .framestyle {
background-color: #2c2c2c;
border-color: #555;
}
}
@media screen {
html.skin-theme-clientpref-night .framestyle {
background-color: #2c2c2c;
border-color: #555;
}
}
/* [[קטגוריה:דפי סגנון של תבניות]] */