# 14 — Theme Audit + Detail-Page Backdrop Diagnosis Status: **read-only audit**, executed 2026-05-08 against `https://arrflix.s8n.ru` (Jellyfin 10.10.3 on nullstone). The owner has just rolled back to **Cineplex v1.0.6** (the Netflix-faithful theme) after a brief ElegantFin → NeutralFin experiment that was documented in docs 04 §3e and 11 respectively. Reported issue: on detail pages the **backdrop image leaves a visible vertical black band on the left** where the title/info column sits. Owner asked for a forward plan, not a fix. > **No state mutated.** No POST to `/System/Configuration/branding`, > no edit to `/jellyfin/jellyfin-web/index.html`, no docker action. > Read-only over SSH and against the public `/Branding/Configuration` > + authenticated `/System/Configuration/branding` endpoints. --- ## 1. Current state inventory ### 1a. Active theme `/System/Configuration/branding` returns: | Field | Value | |---|---| | `LoginDisclaimer` | `"Welcome to ARRFLIX - Private invite only service"` | | `SplashscreenEnabled` | `true` | | `CustomCss` (size) | **25 225 chars** (most of which is the embedded ARRFLIX wordmark data-URL — twice) | Sole `@import` line: ```css @import url("https://cdn.jsdelivr.net/gh/MRunkehl/cineplex@v1.0.6/cineplex.css"); ``` Cineplex itself transitively imports `cineplex@v1.0.5/finity-theme/finity-complete.css` (its parent theme, **Finity** by prism2001). This matters for the backdrop diagnosis below. ### 1b. CustomCss block inventory (every rule, in order) `!important` declarations: **17**. `#E50914` occurrences: **0** in CustomCss; **1** in `web-overrides/index.html` critical-path `