diff options
| author | ivar <i@oiee.no> | 2025-10-07 23:19:14 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-07 23:19:14 +0200 |
| commit | 3d1d21ed0ab9c2a15a964e3d86104279e0d2cc60 (patch) | |
| tree | 598f7315bfd446c6017a993c9b2691d47eaa0c0f /VegaData/wwwroot/index.html | |
| parent | 46a1f50c0485b50267d5047f11282213c698491b (diff) | |
| download | vegadata-3d1d21ed0ab9c2a15a964e3d86104279e0d2cc60.tar.xz vegadata-3d1d21ed0ab9c2a15a964e3d86104279e0d2cc60.zip | |
as
Diffstat (limited to 'VegaData/wwwroot/index.html')
| -rw-r--r-- | VegaData/wwwroot/index.html | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/VegaData/wwwroot/index.html b/VegaData/wwwroot/index.html index 5ea2694..5beab75 100644 --- a/VegaData/wwwroot/index.html +++ b/VegaData/wwwroot/index.html @@ -7,14 +7,14 @@ <style> @font-face { font-family: 'Broadsheet Italic'; - src: url('./Broadsheet Italic/Broadsheet Italic.ttf') format('truetype'); + src: url('https://vegaeller.oiee.no/Broadsheet Italic/Broadsheet Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Baskerville No.2 Regular'; - src: url('./Baskerville No.2 Regular/Baskerville No.2 Regular.otf') format('opentype'); + src: url('https://vegaeller.oiee.no/Baskerville No.2 Regular/Baskerville No.2 Regular.otf') format('opentype'); font-weight: normal; font-style: normal; } @@ -31,11 +31,27 @@ box-sizing: border-box; } + :root { + --bg: beige; + } + html, body { margin: 0; padding: 0; - background: beige; + background: var(--bg); + } + + li:target { + padding-block: 2rem; + padding-inline: 1rem; + background-image: url("17.png"); + + div:first-of-type { + padding-block: .4rem; + padding-inline-start: .5rem; + background-color: var(--bg); + } } #ulShows { @@ -94,10 +110,10 @@ </head> <body> - <h1>Bli med på vega</h1> + <h1>Bli med på vega?</h1> <main> - <button id="renderShowsBtn">last om</button> - <input type="search" name="q" id="search" placeholder="søk"> + <button id="renderShowsBtn">tilbakestill</button> + <input type="search" name="q1" id="search" placeholder="søk"> <ul id="ulShows"></ul> </main> <script type="importmap"> @@ -106,7 +122,7 @@ "temporal-polyfill": "https://esm.sh/temporal-polyfill@0.3.0" } } -</script> + </script> <script type="module" src="index.js"></script> </body> |
