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

מתוך אוצר הספרים היהודי השיתופי
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
שורה 1: שורה 1:
/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */
/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */
.noJavascript { display: none; }
.noJavascript { display: none; }
.parameters, .paramvalidator-wrapper {
.parameters, .paramvalidator-wrapper {
display: none;
display: none;
שורה 16: שורה 17:


.content table.infobox caption {
.content table.infobox caption {
padding: 1px;
text-align:center;
}
}



גרסה מ־22:21, 7 באוגוסט 2019

/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */
.noJavascript { display: none; }

.parameters, .paramvalidator-wrapper {
	display: none;
}

.imgtoggleboxTitle { display: none; }

/* required for pie chart in [[Module:גרפים]]  */
.transborder {
    border: solid transparent;
}

.mobileonly { display: inherit !important; }
.desktoponly { display: none; }

.content table.infobox caption {
text-align:center;
}

.content table.infobox td {
    width: inherit !important ;
}

.geo-nondefault, .geo-multi-punct { display: none; }