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

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

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload), או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh), או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */
/*שינוי הפונט של תכני האתר*/
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
.body{
	font-family: 'Varela Round', sans-serif;
}
.mw-body{
	font-family: 'Varela Round', sans-serif;
}
/* ‫הערות שוליים בעברית בין הערות שוליים באנגלית. יש לתת שם להערת השוליים שמתחיל ב־hebrewRTL‬ */
li[id|="cite_note-hebrewRTL"] {
    direction: rtl;
    text-align: right;
}
li[id|="cite_note-LTR"] {
    direction: ltr;
    margin-left: 3.2em;
    text-align: left;
}

/* following lines are for references section display. 
"ol.refernece {margin: 0} tested on all major browsers.
ol.reference li {margin: } required so numbers are not hidden (might not be enough for 3-digit refs)
refDisplayScroll/Hide used by gadget only. */
ol.references {
    margin: 0;
}

.mw-content-ltr ol.references,
.mw-content-rtl ol.references {
    margin: 0;
}
 
ol.references li {
    margin:0 3em;
}

ol.refDisplayScroll {
    max-height: 20em; 
    overflow-y: auto; 
    margin: 0;
} 

ol.refDisplayHide{
    display: none
}

.globegris { 
    background: url('//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png');
}

span.texhtml {
    white-space: nowrap;
}

/* used by [[תבנית:ביאורים]] */
.hebrewRefList .references {
    list-style: hebrew;
}

.upper-roman-list ol {
	list-style: upper-roman;
}
.lower-roman-list ol {
	list-style: lower-roman;
}
.upper-latin-list ol {
	list-style: upper-latin;
}
.lower-latin-list ol {
	list-style: lower-latin;
}
.hebrew-list ol {
	list-style:hebrew;
}

.sysop-show, .autopatrolled-show {
    display: none;
}


/* see https://gerrit.wikimedia.org/r/#/c/233483/ */
sup.reference {
	display: inline-block;
}