מדיה ויקי:Mobile.css: הבדלים בין גרסאות בדף

מתוך ויקיפועל
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
שורה 5: שורה 5:


/* {{pp|small=yes}} */
/* {{pp|small=yes}} */
body.skin-minerva table.mf-MAIN,
body.skin-minerva #mf-MAIN{
body.skin-minerva tr.mf-MAIN,
body.skin-minerva td,
body.skin-minerva tbody.mf-MAIN {
display: block !important;
display: block !important;
width: 100% !important;
width: 100% !important;
box-sizing: border-box;
box-sizing: border-box;
}
}

גרסה מ־17:41, 5 בנובמבר 2023

/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */

/* CSS placed here will affect users of the mobile site */
.mobile-float-reset { float: none !important; width: 100% !important; }

/* {{pp|small=yes}} */
body.skin-minerva #mf-MAIN{
	display: block !important;
	width: 100% !important;
	box-sizing: border-box;
}