release(template): header background theming — opacity, position, dark inversion #173

Merged
jmiller merged 7 commits from dev into main 2026-07-18 20:25:59 +00:00
Owner

Promote header background theming from dev to main

dev is 6 commits ahead of main, all from this work (merges cleanly, 0 conflicts).

Header background theming

  • New CSS variables --header-background-position, --header-background-opacity, --header-background-filter; previously-unconsumed --header-background-attachment/-position wired up in template.css.
  • Background image moved to .container-header::before so opacity fades only the artwork, not the header content.
  • Light: header-background.svg, cover, position: bottom, #dfdfdf, 0.35 opacity.
  • Dark: same treatment, #1a1f2b, filter: invert(1) to inverse the monochrome SVG.
  • Added header-background.svg branding asset.

Palette parity

  • All four theme files (light/dark × standard/custom) declare an identical variable set; added missing --color-active to the light palette.

Cleanup

  • Removed unused codeception.yml and stale source/.build-trigger.

Changelog updated under [Unreleased]. Delivered via PR #171 into dev.

## Promote header background theming from `dev` to `main` `dev` is 6 commits ahead of `main`, all from this work (merges cleanly, 0 conflicts). ### Header background theming - New CSS variables `--header-background-position`, `--header-background-opacity`, `--header-background-filter`; previously-unconsumed `--header-background-attachment`/`-position` wired up in `template.css`. - Background image moved to `.container-header::before` so opacity fades only the artwork, not the header content. - **Light:** `header-background.svg`, `cover`, `position: bottom`, `#dfdfdf`, `0.35` opacity. - **Dark:** same treatment, `#1a1f2b`, `filter: invert(1)` to inverse the monochrome SVG. - Added `header-background.svg` branding asset. ### Palette parity - All four theme files (light/dark × standard/custom) declare an identical variable set; added missing `--color-active` to the light palette. ### Cleanup - Removed unused `codeception.yml` and stale `source/.build-trigger`. Changelog updated under `[Unreleased]`. Delivered via PR #171 into `dev`.
jmiller added 6 commits 2026-07-18 20:15:09 +00:00
- Add --header-background-position and --header-background-opacity CSS vars to light/dark standard + custom palettes
- Light: switch header image to header-background.svg, size cover, position center
- Move header background image onto .container-header::before pseudo-element so --header-background-opacity fades only the image, not header content
- Wire up previously-unconsumed --header-background-attachment/-position in template.css
- Add header-background.svg branding asset
- Remove stale source/.build-trigger

(cherry picked from commit 7ebc5f6246)
Inherited Cassiopeia boilerplate — never used. No tests/ dir, no Composer dep, never run in CI.

(cherry picked from commit 61489a0942)
(cherry picked from commit 9752275387)
feat(template): dark header inversion + palette parity
Universal: Auto Version Bump / Version Bump (push) Successful in 17s
2b84b78d55
- Add --header-background-filter var; dark inverts monochrome SVG (invert(1))
- Move dark header to header-background.svg, mirror light (cover/bottom/0.35)
- Mirror final light values into light.custom.css starter
- Add --color-active to light palette for full theme-file variable parity
- Changelog entries under [Unreleased]

(cherry picked from commit 15370993f6)
chore(version): auto-bump patch 02.30.01-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
RC Revert / Rename rc/ back to dev/ (pull_request) Has been cancelled
afea348114
Merge pull request 'feat(template): header background theming — opacity, position, dark inversion' (#171) from feature/header-background-theming into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 26s
Universal: Build & Release / Promote to RC (pull_request) Failing after 14s
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Universal: PR Check / Secret Scan (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Generic: Standards Compliance / Secret Scanning (pull_request) Has been cancelled
Generic: Standards Compliance / License Header Validation (pull_request) Has been cancelled
Generic: Standards Compliance / Repository Structure Validation (pull_request) Has been cancelled
Generic: Standards Compliance / Coding Standards Check (pull_request) Has been cancelled
Generic: Standards Compliance / Version Consistency Check (pull_request) Has been cancelled
Generic: Standards Compliance / Workflow Configuration Check (pull_request) Has been cancelled
Generic: Standards Compliance / Documentation Quality Check (pull_request) Has been cancelled
Generic: Standards Compliance / README Completeness Check (pull_request) Has been cancelled
Generic: Standards Compliance / Git Repository Hygiene (pull_request) Has been cancelled
Generic: Standards Compliance / Script Integrity Validation (pull_request) Has been cancelled
Generic: Standards Compliance / Line Length Check (pull_request) Has been cancelled
Generic: Standards Compliance / File Naming Standards (pull_request) Has been cancelled
Generic: Standards Compliance / Insecure Code Pattern Detection (pull_request) Has been cancelled
Generic: Standards Compliance / Code Complexity Analysis (pull_request) Has been cancelled
Generic: Standards Compliance / Code Duplication Detection (pull_request) Has been cancelled
Generic: Standards Compliance / Dead Code Detection (pull_request) Has been cancelled
Generic: Standards Compliance / File Size Limits (pull_request) Has been cancelled
Generic: Standards Compliance / Binary File Detection (pull_request) Has been cancelled
Generic: Standards Compliance / TODO/FIXME Tracking (pull_request) Has been cancelled
Generic: Standards Compliance / Dependency Vulnerability Scanning (pull_request) Has been cancelled
Generic: Standards Compliance / Unused Dependencies Check (pull_request) Has been cancelled
Generic: Standards Compliance / Broken Link Detection (pull_request) Has been cancelled
Generic: Standards Compliance / API Documentation Coverage (pull_request) Has been cancelled
Generic: Standards Compliance / Accessibility Check (pull_request) Has been cancelled
Generic: Standards Compliance / Performance Metrics (pull_request) Has been cancelled
Generic: Standards Compliance / Enterprise Readiness Check (pull_request) Has been cancelled
Generic: Standards Compliance / Repository Health Check (pull_request) Has been cancelled
Generic: Standards Compliance / Terraform Configuration Validation (pull_request) Has been cancelled
Generic: Project CI / Tests (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
Generic: Standards Compliance / Compliance Summary (pull_request) Has been cancelled
fdeb230f97
jmiller added 1 commit 2026-07-18 20:19:58 +00:00
chore(version): pre-release bump to 02.30.06-dev [skip ci]
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 36s
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Has been cancelled
RC Revert / Rename rc/ back to dev/ (pull_request) Has been cancelled
6e192c575b
jmiller merged commit be865cbcb6 into main 2026-07-18 20:25:59 +00:00
Sign in to join this conversation.
No Reviewers
No labels
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoOnyx#173