MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(8 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 647: Line 648:
     margin: 0 !important;
     margin: 0 !important;
}
}
/*---------------------------------01-07-2026-------------------------------------*/
/*---------------------------------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;
}