הבדלים בין גרסאות בדף "מדיה ויקי:Common.css"
קפיצה לניווט
קפיצה לחיפוש
| שורה 4: | שורה 4: | ||
.page-עמוד_ראשי #firstHeading { | .page-עמוד_ראשי #firstHeading { | ||
display: none; | display: none; | ||
} | |||
/* עבור תבניות ציטוט */ | |||
.HeQuotationMark p:first-child::before { | |||
color: #99f; | |||
content: "”"; | |||
font-family: serif; | |||
font-size: 25px; | |||
font-weight: bold; | |||
line-height: 100%; | |||
} | |||
.HeQuotationMark p:last-child:after { | |||
color: #99f; | |||
content: "“"; | |||
font-family: serif; | |||
font-size: 25px; | |||
font-weight: bold; | |||
line-height: 100%; | |||
} | |||
.EnQuotationMark p:first-child::before { | |||
color: #99f; | |||
content: "“"; | |||
font-family: serif; | |||
font-size: 25px; | |||
font-weight: bold; | |||
line-height: 100%; | |||
} | |||
.EnQuotationMark p:last-child:after { | |||
color: #99f; | |||
content: "”"; | |||
font-family: serif; | |||
font-size: 25px; | |||
font-weight: bold; | |||
line-height: 100%; | |||
} | } | ||
.hebrewQuotation { | .hebrewQuotation { | ||
font-family: David, serif; | font-family: David, serif; | ||
font-size: 120%; | |||
} | |||
.engQuotation { | |||
font-family:"Times New Roman", serif; | |||
font-size: 120%; | font-size: 120%; | ||
} | } | ||
גרסה מ־21:14, 23 במאי 2017
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */
/* הסתרת שורת הכותרת בעמוד הראשי */
.page-עמוד_ראשי #firstHeading {
display: none;
}
/* עבור תבניות ציטוט */
.HeQuotationMark p:first-child::before {
color: #99f;
content: "”";
font-family: serif;
font-size: 25px;
font-weight: bold;
line-height: 100%;
}
.HeQuotationMark p:last-child:after {
color: #99f;
content: "“";
font-family: serif;
font-size: 25px;
font-weight: bold;
line-height: 100%;
}
.EnQuotationMark p:first-child::before {
color: #99f;
content: "“";
font-family: serif;
font-size: 25px;
font-weight: bold;
line-height: 100%;
}
.EnQuotationMark p:last-child:after {
color: #99f;
content: "”";
font-family: serif;
font-size: 25px;
font-weight: bold;
line-height: 100%;
}
.hebrewQuotation {
font-family: David, serif;
font-size: 120%;
}
.engQuotation {
font-family:"Times New Roman", serif;
font-size: 120%;
}