תבנית:MainPage/styles.css: הבדלים בין גרסאות בדף
מראה
תוכן שנמחק תוכן שנוסף
מ הפעיל הגנה על הדף "תבנית:MainPage/styles.css": משמש (או ישמש בעתיד) בעמוד הראשי ([עריכה=רק משתמשים ותיקים מורשים] (בלתי מוגבלת בזמן) [העברה=רק משתמשים ותיקים מורשים] (בלתי מוגבלת בזמן)) |
אין תקציר עריכה |
||
שורה 4: | שורה 4: | ||
font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif; |
font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif; |
||
} |
} |
||
.skin-minerva { |
|||
.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; |
display: block; |
||
float: right; |
float: right; |
||
width: 100%; |
width: 100%; |
||
} |
|||
.desktopmainpagecolumn { |
|||
display: none; |
|||
} |
|||
} |
} |
||
/* use class to make things visible in mobileview only */ |
/* use class to make things visible in mobileview only */ |