לדלג לתוכן

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

מתוך ויקיספר, אוסף הספרים והמדריכים החופשי
תוכן שנמחק תוכן שנוסף
אין תקציר עריכה
אין תקציר עריכה
שורה 5: שורה 5:
}
}


.nomobile {
.desktopmainpagecolumn {
float: right;
float: right;
width: 48%;
width: 48%;
padding: 1%;
padding: 1%;
}
}
.mobileonly {

@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
.mobileonly { display: none; }
*/

גרסה מ־16:48, 17 ביוני 2024

/* [[קטגוריה:עמוד ראשי]] */

.newfont {
	font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;
}

.nomobile {
	float: right;
	width: 48%;
	padding: 1%;
}
.mobileonly {
	display: block;
	float: right;
	width: 100%;
	}