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

אין תקציר עריכה
אין תקציר עריכה
אין תקציר עריכה
שורה 104: שורה 104:
     overflow-x: auto;
     overflow-x: auto;
}
}
/* ‫הוקוס פוקוס כדי שהספאנים של הניקוד (ב[[mediahttps://phabricator.wikimedia.org/T93336wiki:Edittools]] ייראו כמו קישורים מוגדלים, ובמעבר מעליהם שיגדלו כדי שניתן יהיה לזהות ביתר קלות את תווי הניקוד‬ */
span.nikud {
    color: #002bb8;
    cursor: pointer;
    font-size: 125%;
}
span.nikud:hover {
    font-size: 175%;
}
/* Larger margin for left-floating images on the main page */
/* @noflip */ .page-עמוד_ראשי .floatleft {
    margin-right: 15px;
    margin-bottom: 15px;
}
/* הסתרת שורת הכותרת בעמוד הראשי */
.page-עמוד_ראשי #firstHeading {
    display: none;
}
/* ‫קיצור ה־Site notice כדי שלא יתנגש עם הקואורדינטות‬ */
#mw-dismissable-notice {
    width: 80%;
}
/* ביטול קווים מתחת לקישורים בתווים מיוחדים */
#editpage-specialchars a {
    text-decoration: none;
}
#editpage-specialchars a:hover {
    text-decoration: underline;
}
/* הקטנת גודל הטקסט בהערות שוליים */
.references {
    font-size: 90%;
}
/* Mark the number of watchers after clicking the link in the revision history */
.action-info :target, .citation:target {
    background-color: #DEF;  /* Fallback */
    background-color: rgba(0, 127, 255, 0.133);
}
/* הצגת ההערה על כך שהתמונה משותפת או מתנגשת עם תמונה משותפת בכתב רגיל */
div.sharedUploadNotice,
#shared-image-dup,
#shared-image-conflict {
    font-style: normal;
}
/* הצגת תיאור התמונה המשותפת משמאל לימין
* Should be removed after fixing and deploying
* https://phabricator.wikimedia.org/T95885
*/
#shared-image-desc {
    direction: ltr;
}
/* הדגשת הקישור לכל השפות בסוף רשימת האינטרוויקי בעמוד הראשי */
#interwiki-completelist {
    font-weight: bold;
}
/* ‫תמיכה בתבניות IPA, Unicode ו-Polytonic. הצהרת ה-inherit מאפסת את הגופן בכל הדפדפנים מלבד אינטרנט אקספלורר 6. ההערה הריקה חייבת להישאר.‬ */
.IPA {
    font-family: Gentium;
}
.Unicode {
    font-family: Gentium;
    font-family /**/:inherit;
}
.latinx {
    font-family: Gentium;
    font-family /**/:inherit;
}
.polytonic {
    font-family: Gentium;
    font-family /**/:inherit;
}
/* קישור (טקסט או תמונה) בראש הדף, ליד הכותרת */
div.toplink div {
    position: static !important;
}
/* ‫עיצוב infobox מוויקיפדיה באנגלית‬ */
/* @noflip */.infobox {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-right: 1em;
    padding: 0.2em;
    float: left;