|
|
| Line 1: |
Line 1: |
| /* ── Ribbon behind *just* the header navbar ── */ | | /* Custom ribbon background image */ |
| .skin-chameleon .p-header .p-navbar,
| | .p-navbar { |
| .skin-chameleon .navbar.cmln-navbar {
| | background-image: url('/images/ribbon.png') !important; |
| /* parchment‐beige fallback */
| | background-size: cover !important; |
| background-color: #f0ebe3 !important;
| | background-position: center !important; |
| | | background-repeat: no-repeat !important; |
| /* ribbon graphic (adjust path if needed) */
| | background-color: transparent !important; |
| background-image: url("/images/ribbon.png") !important; | |
| background-repeat: no-repeat !important; | |
| background-position: center top !important; | |
| background-size: cover !important; | |
| | |
| /* give it enough height for the ribbon image */
| |
| min-height: 60px !important;
| |
| }
| |
| | |
| /* ── Push everything *below* the header ribbon ── */
| |
| .skin-chameleon header.p-header + .o-page {
| |
| margin-top: 60px !important; | |
| } | | } |
/* Custom ribbon background image */
.p-navbar {
background-image: url('/images/ribbon.png') !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
}