תבנית:MainPage/styles.css: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
אין תקציר עריכה
אין תקציר עריכה
שורה 5:
}
 
.nomobile {
.desktopmainpagecolumn {
float: right;
width: 48%;
padding: 1%;
}
.mobileonly { display: none; }
 
@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; }
*/