תבנית:ציטוט/style.css: הבדלים בין גרסאות בדף

מתוך חב"דפדיה, אנציקלופדיה חב"דית חופשית
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן ".HeQuotationMark p:first-child::before { color: #99f; content: "”"; font-family: serif; font-size: 25px; font-weight: bold; line-height...")
 
(מויקיפדיה: https://he.wikipedia.org/wiki/%D7%AA%D7%91%D7%A0%D7%99%D7%AA:%D7%A6%D7%99%D7%98%D7%95%D7%98/style.css)
 
(גרסת ביניים אחת של אותו משתמש אינה מוצגת)
שורה 34: שורה 34:
     line-height: 100%;
     line-height: 100%;
}
}
/* [[קטגוריה:דפי סגנון של תבניות]] */
/* [[קטגוריה:דפי סגנון של תבניות]] */

גרסה אחרונה מ־00:01, 3 בנובמבר 2021

.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%;
}
/* [[קטגוריה:דפי סגנון של תבניות]] */