תבנית:MainPage/styles.css: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
(יצירת דף עם התוכן "←[[קטגוריה: עמוד ראשי]]: .newfont { font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif; } .desktopmainpagecolumn { float: right; width: 48%; padding: 1%; } @media screen and (min-width: 880px) { .mobilemainpagecolumn { display: none; } } @media screen and (max-width: 880px) { .mobilemainpagecolumn { display: block; float: right; width: 100%; } .desktopmainpagecolumn {...") |
(מ. רובין שינה את מודל התוכן של הדף תבנית:MainPage/styles.css מקוד ויקי ל־CSS) תגית: שינוי מודל התוכן |
(אין הבדלים)
| |
גרסה אחרונה מ־17:08, 27 ביולי 2025
/* [[קטגוריה: עמוד ראשי]]
*/
.newfont {
font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;
}
.desktopmainpagecolumn {
float: right;
width: 48%;
padding: 1%;
}
@media screen and (min-width: 880px) {
.mobilemainpagecolumn {
display: none;
}
}
@media screen and (max-width: 880px) {
.mobilemainpagecolumn {
display: block;
float: right;
width: 100%;
}
.desktopmainpagecolumn {
display: none;
}
}