aboutsummaryrefslogtreecommitdiffstats
path: root/VegaData/wwwroot/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'VegaData/wwwroot/index.html')
-rw-r--r--VegaData/wwwroot/index.html30
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>