לדלג לתוכן

תבנית: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 */

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

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

.newfont {
	font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;
}
.skin-minerva {
	display: block;
	float: right;
	width: 100%;
}
/*  use class to make things visible in mobileview only */
.mobileonly { display: none; }