27,151
עריכות
אין תקציר עריכה |
(לקראת החלת הגופן החדש לניידים. מוויקיפדיה העברית, קרדיט ליוצרי הדף המקביל שם) תגיות: עריכה ממכשיר נייד עריכה דרך האתר הנייד |
||
שורה 1: | שורה 1: | ||
/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */ | /* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */ | ||
/* CSS placed here will affect users of the mobile site */ | |||
.noJavascript { display: none; } | .noJavascript { display: none; } | ||
.parameters, .paramvalidator-wrapper { | .parameters, .paramvalidator-wrapper { | ||
שורה 12: | שורה 15: | ||
border: solid transparent; | border: solid transparent; | ||
} | } | ||
.mobileonly { display: inherit !important; } | .mobileonly { display: inherit !important; } | ||
שורה 17: | שורה 21: | ||
.content table.infobox caption { | .content table.infobox caption { | ||
padding: 1px; | |||
} | } | ||
.content table.infobox td { | .content table.infobox td { | ||
width: inherit !important ; | width: inherit !important ; | ||
} | |||
.infobox caption { | |||
font-size: larger; | |||
margin-left: inherit; | |||
font-weight: bold; | |||
} | } | ||
.geo-nondefault, .geo-multi-punct { display: none; } | .geo-nondefault, .geo-multi-punct { 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; | |||
} | |||
/* | |||
ol.reference has margin-right of 2.25em in minerva. this is required so the ref number will be visible | |||
for left-justified references, same is required on the left-hand side. | |||
*/ | |||
ol.references { padding-left: 2em; } |