Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 30: Zeile 30:
}
}


/* Nur für arabischen Text mit der Klasse "arabic-text" */
/* Nur für arabischen Text in <code> */
code.arabic-text {
code[lang="ar"] {
     direction: rtl !important;
     direction: rtl !important;      
     unicode-bidi: embed !important;
     unicode-bidi: embed !important;
     text-align: right !important;
     text-align: right !important;
}
}

Version vom 1. Februar 2025, 21:15 Uhr

/* All CSS here will be loaded for users of the MinervaNeue skin */

.minerva-header .branding-box a {
    display: block;
    background-image: url('https://koranserver.de/images/5/50/Koranserver_Logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px; /* Breite des Logos */
    height: 50px; /* Höhe des Logos */
}

.minerva-header .branding-box a span {
    display: none;
}

.page-actions-menu {
    display: none;
}

.minerva__tab-container {
    margin-bottom: 19px;
    text-align: right;
}

.content code {
    padding: 0.2rem 0.2rem;
    margin: 0.15rem 0rem 0.15rem 0rem;
    display: inline-block;
}

/* Nur für arabischen Text in <code> */
code[lang="ar"] {
    direction: rtl !important;        
    unicode-bidi: embed !important;
    text-align: right !important;
}