MediaWiki:Common.css

From Indpedia
Revision as of 09:59, 11 August 2024 by Admin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

#ca-viewsource {
    display: none;
}


/* Ensure the footer has proper padding and styling */
#footer {
    position: relative;
    padding: 15px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.1);
}

#custom-footer {
    font-size: 0.9em;
    color: #333;
    text-align: center;
    margin-bottom: 10px; /* Ensure space between footer text and links */
}

/* Style links in the footer */
#footer .noprint {
    font-size: 0.8em;
}

/* Responsive design */
@media (max-width: 600px) {
    #custom-footer {
        font-size: 0.8em;
        padding: 10px 0;
    }
}