MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 503: Line 503:
/*----------------------------28-05-2026--------------------*/
/*----------------------------28-05-2026--------------------*/
/*----------------------------swati--------------------*/
/*----------------------------swati--------------------*/
/*
a.mw-searchSuggest-link[title*="/"] {
a.mw-searchSuggest-link[title*="/"] {
     display: none !important;
     display: none !important;
}
}
 
*/
/* Remove search preview/excerpt block */
/* Remove search preview/excerpt block */


Line 596: Line 597:


/*--------------------------------11-06-2026----------------------------------*/
/*--------------------------------11-06-2026----------------------------------*/
/*
.ekatra-right-author {
.ekatra-right-author {
     text-align: right !important;
     text-align: right !important;
Line 615: Line 617:


/* Hide empty paragraphs generated after right author blocks */
/* Hide empty paragraphs generated after right author blocks */
.ekatra-right-author + p:empty,
/*.ekatra-right-author + p:empty,
.ekatra-right-author + p > br:only-child,
.ekatra-right-author + p > br:only-child,
.ekatra-right-author + p {
.ekatra-right-author + p {
Line 622: Line 624:
     line-height: 0 !important;
     line-height: 0 !important;
}
}
 
*/
/*----------------------------------22-06-2026----------------------------------*/
/*----------------------------------22-06-2026----------------------------------*/
/* Mobile only - Force editor overlay visible */
/* Mobile only - Force editor overlay visible */
Line 635: Line 637:
/*----------------------------------29-06-2026-----------------------------------*/
/*----------------------------------29-06-2026-----------------------------------*/
/* Fix right-aligned author inside <poem> without affecting other pages */
/* Fix right-aligned author inside <poem> without affecting other pages */
/*
.poem > .ekatra-right-author {
.poem > .ekatra-right-author {
     float: none !important;
     float: none !important;
Line 641: Line 644:
     width: 100%;
     width: 100%;
     text-align: right;
     text-align: right;
}*/
.poem p {
    margin: 0 !important;
}
/*---------------------------------08-07-2026-------------------------------------*/
/* Author Name */
.ekatra-author {
    clear: both;
    text-align: right;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.ekatra-author p {
    margin: 0;
}
@media screen and (max-width: 720px) {
    .ekatra-author {
        margin: 5px 0 0 0;
    }
}
/*--------------------------------15-07-2026------------------------------------*/
.book-index-title {
    display: block;
    clear: both;
    margin-top: 20px;
}
}