מדיה ויקי:Common.css: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
| (15 גרסאות ביניים של 5 משתמשים אינן מוצגות) | |||
| שורה 3: | שורה 3: | ||
content: '\200b'; | content: '\200b'; | ||
} | } | ||
/* end workarounds */ | /* end workarounds */ | ||
| שורה 127: | שורה 125: | ||
/* @noflip */table.infobox { | /* @noflip */table.infobox { | ||
width: | width: 25em; | ||
} | } | ||
| שורה 698: | שורה 696: | ||
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Page_white_excel.png/15px-Page_white_excel.png") no-repeat left !important; | background: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Page_white_excel.png/15px-Page_white_excel.png") no-repeat left !important; | ||
padding-left: 18px !important; | padding-left: 18px !important; | ||
display: inline-block; /* workaround to avoid issues in Edge and Chrome */ | |||
} | } | ||
| שורה 727: | שורה 726: | ||
background: url("//upload.wikimedia.org/wikipedia/he/thumb/1/1e/Word-icon.svg/16px-Word-icon.svg.png") no-repeat left !important; | background: url("//upload.wikimedia.org/wikipedia/he/thumb/1/1e/Word-icon.svg/16px-Word-icon.svg.png") no-repeat left !important; | ||
padding-left: 18px !important; | padding-left: 18px !important; | ||
display: inline-block; /* workaround to avoid issues in Edge and Chrome */ | |||
} | } | ||
| שורה 986: | שורה 986: | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
/* Allow highlighting content when hovering over it, for {{תוכן שקוף}} and {{מסגרת שקופה}} */ | /* Allow highlighting content when hovering over it, for {{תוכן שקוף}} and {{מסגרת שקופה}} */ | ||
| שורה 1,133: | שורה 1,130: | ||
.mw-prefs-buttons { /* bug T220706 - remove when closed */ | .mw-prefs-buttons { /* bug T220706 - remove when closed */ | ||
filter: brightness(1); | filter: brightness(1); | ||
} | |||
/* | |||
Emergency fix for https://phabricator.wikimedia.org/T264387 . | |||
Not an ideal solution, should be fixed more thoroughly and then removed. | |||
*/ | |||
.mw-footer-container { | |||
clear: both; | |||
} | } | ||