MediaWiki:Chameleon.css: Difference between revisions

From koreapedia
No edit summary
No edit summary
Line 3: Line 3:
     background-image: none !important; /* remove any gradient */
     background-image: none !important; /* remove any gradient */
     border: none !important;
     border: none !important;
    margin: margin-top: 20px;;
}
}



Revision as of 06:28, 4 September 2025

.p-navbar {
    background-color: rgba(252, 200, 0, 0.4) !important; /* #fcc800 with 80% opacity */
    background-image: none !important; /* remove any gradient */
    border: none !important;
    margin: margin-top: 20px;;
}

.flex-fill.container {
    margin-top: 20px; /* change 20px to whatever spacing you want */
}