MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 195: Line 195:
a[href*="/find_epub.php"] {
a[href*="/find_epub.php"] {
     display: none !important;
     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;
}
}


/* Show the download button only on the Main_Page */
/* You can use other selectors if the Main_Page has a different title */
body.page-Main_Page a[href*="/find_epub.php"] {
body.page-Example a[href*="/find_epub.php"] {
     display: inline-block !important;
     display: inline-block !important;
}
}

Navigation menu