PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
form
/
resources
/* NipponiaForm custom styles */ /* ── Brand variables ── */ :root { --nipponia-blue: hsl(217, 98%, 36%); --nipponia-blue-dark: hsl(217, 100%, 12%); --nipponia-blue-input: hsl(217, 60%, 20%); } /* Prevent all non-defined custom elements from displaying: */ *:not(:defined) { display: none; } /* Hide cloaked elements for Alpine.js */ [x-cloak] { display: none !important; } /* View transition between pages */ @view-transition { navigation: auto; } /* Override Bootstrap dark mode input background */ [data-bs-theme="dark"] { --bs-tertiary-bg: var(--nipponia-blue-input); --bs-body-bg: var(--nipponia-blue-input); } /* ── Page background ── */ body { background-color: var(--nipponia-blue-dark) !important; position: relative; } body::before { content: ''; position: fixed; inset: 0; background: url('LETRERO-LUMINICO-6-2.jpg') top / cover no-repeat; opacity: 0.07; pointer-events: none; z-index: -1; } /* ── Content width constraint ── */ .site-header .container, main .container, .site-footer .container { max-width: 720px; } /* ── Header ── */ .site-header { border-bottom: 1px solid var(--bs-border-color); padding: 0.75rem 0; } .site-logo { height: 48px; width: auto; } .flag-icon { height: 22px; width: 40px; border-radius: 3px; opacity: 0.45; cursor: pointer; transition: opacity 0.15s ease; } .flag-icon:hover, .flag-icon.flag-active { opacity: 1; } .lang-flags a { line-height: 0; } /* ── Forms ── */ input, textarea, button{ /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */ } label, button.btn { font-weight: 500; } [data-bs-theme="dark"] .form-control[readonly] { background-color: hsl(217, 30%, 16%); } button.btn{ min-width: 12ch; } /* ── Footer ── */ .site-footer { border-top: 1px solid var(--bs-border-color); padding: 1rem 0; margin-top: auto; color: var(--bs-secondary-color); }
[+]
..
[-] nipponia-logo.png
[edit]
[-] form.js
[edit]
[-] style.css
[edit]
[-] LETRERO-LUMINICO-6-2.jpg
[edit]
[-] favicon.png
[edit]
[-] flag-gb.svg
[edit]
[-] flag-es.svg
[edit]
[+]
resources
[-] .htaccess.disabled
[edit]