הבדלים בין גרסאות בדף "מדיה ויקי:Common.css"

מתוך ויקיסוגיה
קפיצה לניווט קפיצה לחיפוש
(מחלקה להסתרה בפלאפונים)
שורה 51: שורה 51:
     font-size: 120%;
     font-size: 120%;
}
}
/*  use class to make things visible in mobileview only */
.mobileonly { display: none; }

גרסה מ־16:03, 17 באוגוסט 2018

/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */

/* הסתרת שורת הכותרת בעמוד הראשי */
.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%;
}

/*  use class to make things visible in mobileview only */
.mobileonly { display: none; }