Jump to content

MediaWiki:Common.css: Difference between revisions

From Transight Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* Hide the existing header */
#mw-head, #p-personal, #left-navigation, #right-navigation {
    display: none !important;
}
/* Optionally, remove extra top margin */
#content {
    margin-top: 0 !important;
}
#custom-header input {
#custom-header input {
     padding: 5px;
     padding: 5px;

Revision as of 16:59, 18 June 2025

/* Hide the existing header */
#mw-head, #p-personal, #left-navigation, #right-navigation {
    display: none !important;
}

/* Optionally, remove extra top margin */
#content {
    margin-top: 0 !important;
}
#custom-header input {
    padding: 5px;
    border-radius: 4px;
    border: none;
}

#custom-header a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
}