לדלג לתוכן

תבנית:ציטוט/style.css

מתוך צפונות ויקי
גרסה מ־13:05, 6 בספטמבר 2022 מאת wikipedia:he>מקף (תווים כנהוג בעברית)
.HeQuotationMark p:first-child::before {
    color: #99f;
    content: "„";
    font-family: David, serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
}

.HeQuotationMark p:last-child:after {
    color: #99f;
    content: "”";
    font-family: David, serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
}

.EnQuotationMark p:first-child::before {
    color: #99f;
    content: "“";
    font-family: "Times New Roman", serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
}

.EnQuotationMark p:last-child:after {
    color: #99f;
    content: "”";
    font-family: "Times New Roman", serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
}

/* [[קטגוריה:דפי סגנון של תבניות]] */