MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 191: Line 191:
body.page-સમગ્ર_સૂચિ a[href*="/find_epub.php"] {
body.page-સમગ્ર_સૂચિ a[href*="/find_epub.php"] {
     display: none !important;
     display: none !important;
}
/* Hide the download button on all pages */
a[href*="/find_epub.php"] {
    display: none !important;
}
/* Show the download button only on top-level pages */
body.page-Main_Page a[href*="/find_epub.php"] {
    display: inline-block !important;
}
/* You can use other selectors if the Main_Page has a different title */
body.page-Example a[href*="/find_epub.php"] {
    display: inline-block !important;
}
}

Navigation menu