MediaWiki:Chameleon.css: Difference between revisions
From koreapedia
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.p-navbar { | .p-navbar { | ||
background-color: rgba(252, 200, 0, 0. | background-color: rgba(252, 200, 0, 0.4) !important; /* #fcc800 with 80% opacity */ | ||
background-image: none !important; /* remove any gradient */ | background-image: none !important; /* remove any gradient */ | ||
border: none !important; | border: none !important; | ||
margin-top: 10px !important; | |||
} | |||
.flex-fill.container { | |||
margin-top: 20px; /* change 20px to whatever spacing you want */ | |||
} | } | ||
Latest revision as of 06:30, 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-top: 10px !important;
}
.flex-fill.container {
margin-top: 20px; /* change 20px to whatever spacing you want */
}
