מדיה ויקי:Common.css

מתוך איןציקלופדיה
קפיצה לניווט קפיצה לחיפוש

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/* <div style="direction: ltr;"><pre> */

/* שינויי תצוגה: */
/* מסגרות לקבצים */
.article-thumb {
 background-color: #FFF;
 border: solid 1px #888;
}

/* Hide Main Page Title */
body.mediawiki.rtl.sitedir-rtl.mw-hide-empty-elt.ns-0.ns-subject.page-עמוד_ראשי.rootpage-עמוד_ראשי.skin-vector.action-view h1.firstHeading, body.mediawiki.rtl.sitedir-rtl.mw-hide-empty-elt.ns-0.ns-subject.page-עמוד_ראשי.rootpage-עמוד_ראשי.skin-vector.action-submit h1.firstHeading { display: none; }

/* ביטול קווים מתחת לקישורים בתווים מיוחדים */
div#editpage-specialchars a
{
    text-decoration: none;
}
div#editpage-specialchars a:hover
{
    text-decoration: underline;
}

/* הדגשת הודעות שגיאה */
p.error
{
  font-weight:bold;
}

/* הגדלה של הטקסט בשורה "מקור" בתחתית כל דף */
span#URLSource
{
    direction: ltr;
    font-size: 1.2em;
    font-weight: bold;
}

/* שינוי מראה השוואת הגרסאות, מוויקיפדיה בצרפתית */
table.diff
{
    padding: 0.5em;
}
td.diff-addedline
{
    background-color: #D8E4F6; 
}
td.diff-addedline span.diffchange
{
    background-color: #B0C0F0;
    color: #001040;
    font-weight: bold;
}
td.diff-deletedline
{
    background-color: #E4F6D8;
}
td.diff-deletedline span.diffchange
{
    background-color: #B0E897;
    color: #104000;
    font-weight: bold;
}

/* הזזת טבלת המידע בדפי תיאור תמונה לצד שמאל */
table.metadata
{
    float: left;
}

/* הסתרת הקישור "ערוך מסגרת זו" בעמוד השינויים האחרונים */
span#edit-for-sysops
{
    display: none;
}

/* הצגת ההערה על כך שהתמונה משותפת בכתב רגיל */
div.sharedUploadNotice
{
    font-style: normal;
}

/* הצגת תיאור התמונה המשותפת משמאל לימין */
div#shared-image-desc
{
    direction: ltr;
}

/* תיקונים קוסמטיים בדף העלאת קבצים: הצמדת תיבות הרישיון ושמות הקובץ לימין */
input#wpUploadFile, input#wpDestFile, input#wpLicense
{
   float: right;
}

/* עיצוב ה־Site Notice */
div#siteNotice
{
    padding-top: 5px;
    text-align: center;
}

/* עיצוב הדפים עצמם: */

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. */
.IPA
{
    font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
    font-family /**/:inherit;
}

/* מחלקות wikitable ו-prettytable לטבלאות, מבוסס על ויקיפדיה האנגלית */
table.wikitable, table.prettytable {
    background-color: #F9F9F9;
    border: 1px #aaaaaa solid;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
    border: 1px #aaaaaa solid;
    padding: 0.2em;
}
table.wikitable th, table.prettytable th {
    background-color: #F2F2F2;
    text-align: center;
}
table.wikitable caption, table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
table.prettytable code, table.wikitable code {
    background-color: transparent;
}
 
/* עיצוב infobox מוויקיפדיה באנגלית */
.infobox {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-right: 1em;
    padding: 0.2em;
    float: left;
    clear: left;
}
.infobox td, .infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td, .infobox.bordered th {
    border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td, .infobox.bordered .borderless th {
    border: 0;
}
.infobox.iGray th {
    background-color: #DFDFDF;
    text-align: right;
    font-weight: normal;
}
.infobox.iPink th {
    background-color: #FFB2B2;
    text-align: right;
    font-weight: normal;
}
.infobox.iOrange th {
    background-color: #FFCFB2;
    text-align: right;
    font-weight: normal;
}
.infobox.iYellow th {
    background-color: #F6FFB2;
    text-align: right;
    font-weight: normal;
}
.infobox.iOlive th {
    background-color: #D9FFB2;
    text-align: right;
    font-weight: normal;
}
.infobox.iGreen th {
    background-color: #BDFFB2;
    text-align: right;
    font-weight: normal;
}
.infobox.iBlue th {
    background-color: #B2C6FF;
    text-align: right;
    font-weight: normal;
}
.infobox.iPurple th {
    background-color: #BBB2FF;
    text-align: right;
    font-weight: normal;
}
.infobox.iLightPurple th {
    background-color: #D9B2FF;
    text-align: right;
    font-weight: normal;
}
.infobox.iBrown th {
    background-color: #E7DCC4;
    text-align: right;
    font-weight: normal;
}
.infobox.iDarkKhaki th {
    background-color: #BDB76B;
    text-align: right;
    font-weight: normal;
}
.infobox.iKhaki th {
    background-color: #F0E68C;
    text-align: right;
    font-weight: normal;
}
.infobox.iGold th {
    background-color: #FFD700;
    text-align: right;
    font-weight: normal;
}
.infobox.iDarkGold th {
    background-color: #DAA520;
    text-align: right;
    font-weight: normal;
}
.infobox.iSilver th {
    background-color: #C0C0C0;
    text-align: right;
    font-weight: normal;
}
 

/* תיבות ניווט (כלומר, תיבות המסתירות חלקים מעצמן) מוויקיפדיה בגרמנית */
div.Boxmerge, div.NavFrame
{
    border-collapse: collapse;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font-size: 95%;
    margin: 0px;
    padding: 2px;
    text-align: center;
}
div.Boxmerge div.NavFrame
{
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame
{
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic
{
    background-color: #FFFFFF;
    float: left;
    margin: 0px;
    margin-top: 0.5em;
    padding: 2px;
}
div.NavFrame div.NavHead
{
    background-color: #EFEFEF;
    font-size: 100%;
    font-weight: bold;
    height: 1.6em;
    position: relative;
}
div.NavFrame p
{
    font-size: 100%;
}
div.NavFrame div.NavContent
{
    font-size: 100%;
}
div.NavFrame div.NavContent p
{
    font-size: 100%;
}
div.NavEnd
{
    clear: both;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
a.NavToggle
{
    font-size: smaller;
    font-weight: normal;
    left: 3px;
    position: absolute;
    top: 0px;
}

/* תיקוני באגים: */

/* קוד לסידור רשימות שלא מוצגות טוב במוזילה/פיירפוקס.
נזקים:
* עלול לגרום לריבוע הקטן שליד הפריט הארוך ביותר ברשימה לעוף - וכך הוא מסתיר מעט טקסט.
* גורם לרשימות ממוספרות לרדת עד אחרי הפריט המפריע.
הערות:
* הקוד מופעל רק על התוכן (div#content) - רק שם יש בעיה (ולא על תפריט הצד).
* הקוד אינו מופעל על תוכן העניינים במרחב התמונות (ns-6) כיוון שזה מעוות אותו, וכן אינו מופעל במרחב הקטגוריות (ns-14) כיוון שהוא עלול לגרום שם לעיוותים שונים. */
div#content ul
{
    display: table;
}
body.ns-6 div#content ul#filetoc,
body.ns-14 div#content ul
{
    display: block;
}
html > body div#content ol
{
    clear: left;
}

/* הקטנת הריווח בין האותיות, כדי לפתור (חלקית) את בעיית הניקוד */
body
{
    letter-spacing: 0.001em;
}

/* עקיפת בעיית הקטגוריות הבלתי לחיצות אם יש קטגוריה עם מספר, באינטרנט אקספלורר 6.0 */
* html div#catlinks
{
    position: static;
}

/* שינויי הדפסה */
@media print
{
    /* ביטול השורה האוטומטית "מקור:", משום שהיא מציגה את ה-URL עם אחוזים וסימנים מוזרים, ויש כבר את השורה הרגילה והשפויה יותר */
    .printfooter
    {
        display: none;
    }
}

/* הוספת תמונת רמקול עבור קישור מדיה */

.audiolink a
{
    background: url("https://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center right no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}
html > body .audiolink a
{
    background: none !important;
    padding-left: 0 !important;
}

/* </pre></div> */


/* תיבות ניווט (כלומר, תיבות המסתירות חלקים מעצמן) מוויקיפדיה בגרמנית */
div.Boxmerge, div.NavFrame {
    border-collapse: collapse;
    border: 1px #aaaaaa solid;
    font-size: 95%;
    margin: 0px;
    padding: 2px;
    text-align: center;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #FFFFFF;
    float: left;
    margin: 0px;
    margin-top: 0.5em;
    padding: 2px;
}
div.NavFrame div.NavHead {
    background-color: #ccccff;
    font-size: 100%;
    font-weight: bold;
    height: 1.6em;
    position: relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    clear: both;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
a.NavToggle {
    font-size: 80%;
    font-weight: normal;
    left: 3px;
    position: absolute;
    top: 0px;
}

/* צביעת הקישור לדף חדש שבדף השינויים והאחרונים וברשימת המעקב */
span.newpage {
    background-color: #FF0000;
    color: #FFFFFF;

/* צביעת המספרים שבדף השינויים האחרונים וברשימת המעקב */
.mw-plusminus-pos {
    color: #006400;
}

.mw-plusminus-neg {
    color: #8B0000;
}

/* Make sysop nicks bold in recent changes -Spl */
.special li a[title="משתמש:Oshani"],
.special li a[title="משתמש:Shirbi"],
.special li a[title="משתמש:Yoyole123"],
.special li a[title="משתמש:Yuvali25"],
.special li a[title="משתמש:אובונטו מן"],
.special li a[title="משתמש:דולי"],
.special li a[title="משתמש:ינון"],
.special li a[title="משתמש:נוי"]
 { font-weight: bold}
/* Make birocrat & sysop nicks bold in recent changes -Spl */
.special li a[title="משתמש:Corvus"],
.special li a[title="משתמש:גרביל כתום"]
 { font-weight: bold; color:red }
/* Make birocrat only nicks bold in recent changes -Spl */
.special li a[title="משתמש:קקון"],
 { font-weight: bold; color:orange }