MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(19 intermediate revisions by the same user not shown)
Line 624: Line 624:


/*----------------------------------22-06-2026----------------------------------*/
/*----------------------------------22-06-2026----------------------------------*/
.Poem2-Ekatra pre {
/* Mobile only - Force editor overlay visible */
    border: none !important;
@media screen and (max-width: 768px) {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}


.Poem2-Ekatra {
    .mw-overlays-container .overlay.editor-overlay {
    text-align: justify;
        opacity: 1 !important;
}
        background-color: #fff !important;
    }


.Poem2-Ekatra .ekatra-right-author {
    text-align: right !important;
}
}
/*----------------------------------25-06-2026-----------------------------------*/