מדיה ויקי:Common.css: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
אין תקציר עריכה |
|||
שורה 19: | שורה 19: | ||
padding: 0 !important; | padding: 0 !important; | ||
background: none !important; | background: none !important; | ||
} | |||
} | |||
/* Highlight clicked reference in blue to help navigation */ | |||
ol.references > li:target { | |||
background-color: #DEF; | |||
} | |||
sup.reference:target { | |||
background-color: #DEF; | |||
} | |||
} | } |
גרסה מ־06:11, 3 באוקטובר 2011
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */
body.page-עמוד_ראשי div.floatleft { margin-right: 15px; margin-bottom: 15px;}
/* הסתרת שורת הכותרת בעמוד הראשי */
.page-עמוד_ראשי #firstHeading {
display : none !important;
}
/* הקטנת גודל הטקסט בהערות שוליים */
.references {
font-size: 85%;
}
/*הסתרת אייקון של קישורים חיצוניים */
.external {
padding: 0 !important;
background: none !important;
}
}
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
background-color: #DEF;
}
sup.reference:target {
background-color: #DEF;
}
}