מדיה ויקי:Common.css: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
| (67 גרסאות ביניים של 10 משתמשים אינן מוצגות) | |||
| שורה 1: | שורה 1: | ||
/* workarounds for chrome bugs */ | |||
.mw-tag-marker:last-child:after { | |||
content: '\200b'; | |||
} | |||
/* end workarounds */ | |||
/* add horizontal scrollbar to "pre" elements */ | /* add horizontal scrollbar to "pre" elements */ | ||
pre { | pre { | ||
| שורה 22: | שורה 30: | ||
/* הסתרת שורת הכותרת בעמוד הראשי */ | /* הסתרת שורת הכותרת בעמוד הראשי */ | ||
.page-עמוד_ראשי #firstHeading { | .page-עמוד_ראשי.action-view #firstHeading { | ||
display: none; | display: none; | ||
} | } | ||
| שורה 65: | שורה 73: | ||
direction: ltr; | direction: ltr; | ||
} | } | ||
/* make filehistory tables from commons show in RTL */ | |||
#shared-image-desc .filehistory | |||
{ | |||
float:right; | |||
clear:both; | |||
direction:rtl; | |||
} | |||
/* הדגשת הקישור לכל השפות בסוף רשימת האינטרוויקי בעמוד הראשי */ | /* הדגשת הקישור לכל השפות בסוף רשימת האינטרוויקי בעמוד הראשי */ | ||
| שורה 106: | שורה 123: | ||
line-height: 1.4em; | line-height: 1.4em; | ||
} | } | ||
/* @noflip */table.infobox { | |||
width: 25em; | |||
} | |||
.infobox-nowrap-labels th { | .infobox-nowrap-labels th { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | |||
.infobox-padded td, .infobox-padded th { | |||
padding: 0.4em 0.8em 0.4em 0em; | |||
} | } | ||
| שורה 309: | שורה 334: | ||
padding: 0.25em 1em; | padding: 0.25em 1em; | ||
text-align: center; | text-align: center; | ||
} | |||
.navbox-inner, | |||
.navbox-subgroup { | |||
width: 100%; | |||
} | } | ||
| שורה 368: | שורה 398: | ||
.grayText a.stub { | .grayText a.stub { | ||
color: #999999; | color: #999999; | ||
} | } | ||
| שורה 486: | שורה 508: | ||
td.mbox-text { /* The message body cell(s) */ | td.mbox-text { /* The message body cell(s) */ | ||
border: none; | border: none; | ||
padding: 0.25em | padding: 0.25em; /* 0.9em left/right */ | ||
width: 100%; /* Make all mboxes the same width regardless of text length */ | width: 100%; /* Make all mboxes the same width regardless of text length */ | ||
} | } | ||
| שורה 556: | שורה 578: | ||
/* | /* | ||
HTML elements with class named "noJavascript" get "display:none" in modern JS-enabled browsers. | |||
Elements with this class will still be seen by users surfing with JS disabled. | |||
will | |||
*/ | */ | ||
.noJavascript { | .client-js .noJavascript { | ||
display: none; | display: none; | ||
} | } | ||
| שורה 627: | שורה 648: | ||
#templatesList { | #templatesList { | ||
float: right; | float: right; | ||
} | } | ||
/* עבור תבניות ציטוט */ | /* עבור תבניות ציטוט */ | ||
.hebrewQuotation { | .hebrewQuotation { | ||
font-family: David, serif; | font-family: David, serif; | ||
| שורה 730: | שורה 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 */ | |||
} | } | ||
| שורה 759: | שורה 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 */ | |||
} | } | ||
| שורה 840: | שורה 808: | ||
.geo-nondefault, .geo-multi-punct { display: none; } | .geo-nondefault, .geo-multi-punct { display: none; } | ||
.longitude, .latitude { white-space: nowrap; } | .longitude, .latitude { white-space: nowrap; } | ||
/* workaround for bug in Chrome 78 */ | |||
.geo-default { | |||
display: inline-block; | |||
} | |||
/* Make clickable edit summaries in Gadget-Summarieslist.js work more nicely with LTR UI */ | /* Make clickable edit summaries in Gadget-Summarieslist.js work more nicely with LTR UI */ | ||
| שורה 1,013: | שורה 986: | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
/* Allow highlighting content when hovering over it, for {{תוכן שקוף}} and {{מסגרת שקופה}} */ | /* Allow highlighting content when hovering over it, for {{תוכן שקוף}} and {{מסגרת שקופה}} */ | ||
| שורה 1,061: | שורה 1,031: | ||
.hlist dd:after, | .hlist dd:after, | ||
.hlist li:after { | .hlist li:after { | ||
content: " | content: " • "; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| שורה 1,112: | שורה 1,082: | ||
/* use class to make things visible in mobileview only */ | /* use class to make things visible in mobileview only */ | ||
.mobileonly { display: none; } | .mobileonly { display: none; } | ||
/* Hide unexisting templates in articles from anonyms. */ | |||
.action-view.ns-0 a[title^='תבנית:'].new { display: none; } | |||
/* Image highlight legend local link style */ | |||
.image-highlight-here { background-color: lightgrey; } | |||
.image-highlight-here:hover:after { | |||
content: 'אתם נמצאים כאן'; | |||
position: absolute; | |||
background: lightyellow; | |||
padding: 8px 1px 1px 1px; | |||
} | |||
/* @noflip */ | |||
.mw-cite-dir-ltr { | |||
direction: ltr; | |||
text-align: left; | |||
} | |||
/* @noflip */ | |||
.mw-cite-dir-rtl { | |||
direction: rtl; | |||
text-align: right; | |||
} | |||
/* קואורדינטות מיקום */ | |||
#coordinates { | |||
font-size: small; | |||
text-transform: none; | |||
white-space: nowrap; | |||
} | |||
.propertylink-wikidata-qualifier { | |||
unicode-bidi: isolate; | |||
} | |||
/* Article message box styles */ | |||
table.ambox { | |||
margin: 0 10%; /* 10% = Will not overlap with other elements */ | |||
border: 1px solid #a2a9b1; | |||
border-right: 10px solid #36c; | |||
background-color: #fbfbfb; | |||
box-sizing: border-box; | |||
} | |||
.mw-prefs-buttons { /* bug T220706 - remove when closed */ | |||
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; | |||
} | |||