MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(9 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-------------------------------------*/
/* Keep WikiEditor toolbar fixed below Ekatra toolbar */
/* Author Name */
#wikiEditor-ui-toolbar {
.ekatra-author {
     position: sticky !important;
     clear: both;
     top: 50px !important;   /* Same as #editpage-specialchars height */
     text-align: right;
     z-index: 999 !important;
     font-weight: bold;
    background: #fff !important;
     margin: 5px 0 0 0;
     border-bottom: 1px solid #ccc;
}
}


/* Keep toolbar rows white */
.ekatra-author p {
#wikiEditor-ui-toolbar .toolbar,
    margin: 0;
#wikiEditor-ui-toolbar .tabs {
}
     background: #fff !important;
 
@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;
}
}