מדיה ויקי:Mobile.css: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מ 27 גרסאות של הדף wikipedia:he:מדיה_ויקי:Mobile.css יובאו |
||
| (18 גרסאות ביניים של 6 משתמשים אינן מוצגות) | |||
| שורה 9: | שורה 9: | ||
.imgtoggleboxTitle { display: none; } | .imgtoggleboxTitle { display: none; } | ||
/* required for pie chart in [[Module:גרפים]] */ | /* required for pie chart in [[Module:גרפים]] */ | ||
| שורה 35: | שורה 14: | ||
border: solid transparent; | border: solid transparent; | ||
} | } | ||
.mobileonly { display: inherit !important; } | .mobileonly { display: inherit !important; } | ||
.desktoponly { display: none; } | .desktoponly { display: none; } | ||
.content table.infobox caption { | |||
padding: 1px; | |||
} | |||
.content table.infobox td { | .content table.infobox td { | ||
| שורה 50: | שורה 31: | ||
vertical-align: middle !important; | vertical-align: middle !important; | ||
text-align: center !important; | text-align: center !important; | ||
} | |||
.geo-nondefault, .geo-multi-punct { display: none; } | |||
/* hide report mistake title */ | |||
.page-ויקיפדיה_דיווח_על_טעויות .mw-editform > #wpSummaryLabel { display: none; } | |||
/* הצגת תבנית:אזהרה כללית במובייל */ | |||
.client-js .ambox .hide-when-compact,.client-js .ambox .mbox-image{display:inline-block;} | |||
/* השוואת הפונט בכותרות לפונט בגוף הערך */ | |||
.pre-content h1, .content h1, .content h2 { | |||
font-family:inherit!important; | |||
} | } | ||