מדיה ויקי:Common.css: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
(הוספת סגנונות עבור הערות שוליים ותבנית ביאורים - ייבוא מוויקיפדיה העברית) |
(וי הפונט של תכני האתר) |
||
שורה 1: | שורה 1: | ||
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */ | /* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */ | ||
/*שינוי הפונט של תכני האתר*/ | |||
@import url('https://fonts.googleapis.com/css?family=Varela+Round'); | |||
.mw-content-text{ | |||
font-family: 'Varela Round', sans-serif; | |||
} | |||
/* הערות שוליים בעברית בין הערות שוליים באנגלית. יש לתת שם להערת השוליים שמתחיל ב־hebrewRTL */ | /* הערות שוליים בעברית בין הערות שוליים באנגלית. יש לתת שם להערת השוליים שמתחיל ב־hebrewRTL */ | ||
li[id|="cite_note-hebrewRTL"] { | li[id|="cite_note-hebrewRTL"] { |
גרסה מ־15:00, 16 באוגוסט 2018
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */
/*שינוי הפונט של תכני האתר*/
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
.mw-content-text{
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;
}