תבנית:MainPage/styles.css: הבדלים בין גרסאות בדף
מראה
תוכן שנמחק תוכן שנוסף
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 24: | שורה 24: | ||
} |
} |
||
.desktopmainpagecolumn { |
/*.desktopmainpagecolumn { |
||
display: none; |
display: none; |
||
} |
}*/ |
||
} |
} |
||
/* use class to make things visible in mobileview only */ |
/* use class to make things visible in mobileview only */ |
גרסה מ־16:29, 14 ביוני 2024
/* [[קטגוריה:עמוד ראשי]] */
.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;
}*/
}
/* use class to make things visible in mobileview only */
.mobileonly { display: none; }