aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/robots.txt2
-rw-r--r--static/shelf/ardbegeureka.jpgbin0 -> 476629 bytes
-rw-r--r--static/shelf/ckmaturingset.jpgbin0 -> 686070 bytes
-rw-r--r--static/shelf/cknewmake.jpgbin0 -> 519989 bytes
-rw-r--r--static/shelf/cksmokedcask.jpgbin0 -> 3082311 bytes
-rw-r--r--static/shelf/drago5yo.jpgbin0 -> 307356 bytes
-rw-r--r--static/shelf/eoicaskedit.jpgbin0 -> 354744 bytes
-rw-r--r--static/shelf/lancasterpx10mo.jpgbin0 -> 543026 bytes
-rw-r--r--static/shelf/lbdardmore.jpgbin0 -> 461503 bytes
-rw-r--r--static/shelf/ledaigrioja.jpgbin0 -> 506014 bytes
-rw-r--r--static/shelf/lindoresexclusive.jpgbin0 -> 630849 bytes
-rw-r--r--static/shelf/raasayduncana.jpgbin0 -> 770315 bytes
-rw-r--r--static/shelf/springbank10.jpgbin0 -> 437146 bytes
-rw-r--r--static/shelf/thenorfolkpx.jpgbin0 -> 3680631 bytes
-rw-r--r--static/shelf/unchartedhg.jpgbin0 -> 435558 bytes
-rw-r--r--static/shelf/wormtub10.jpgbin0 -> 491872 bytes
-rw-r--r--static/styles.css59
17 files changed, 51 insertions, 10 deletions
diff --git a/static/robots.txt b/static/robots.txt
new file mode 100644
index 0000000..1f53798
--- /dev/null
+++ b/static/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /
diff --git a/static/shelf/ardbegeureka.jpg b/static/shelf/ardbegeureka.jpg
new file mode 100644
index 0000000..295664e
--- /dev/null
+++ b/static/shelf/ardbegeureka.jpg
Binary files differ
diff --git a/static/shelf/ckmaturingset.jpg b/static/shelf/ckmaturingset.jpg
new file mode 100644
index 0000000..1edaa63
--- /dev/null
+++ b/static/shelf/ckmaturingset.jpg
Binary files differ
diff --git a/static/shelf/cknewmake.jpg b/static/shelf/cknewmake.jpg
new file mode 100644
index 0000000..b5db63f
--- /dev/null
+++ b/static/shelf/cknewmake.jpg
Binary files differ
diff --git a/static/shelf/cksmokedcask.jpg b/static/shelf/cksmokedcask.jpg
new file mode 100644
index 0000000..254e430
--- /dev/null
+++ b/static/shelf/cksmokedcask.jpg
Binary files differ
diff --git a/static/shelf/drago5yo.jpg b/static/shelf/drago5yo.jpg
new file mode 100644
index 0000000..4f83052
--- /dev/null
+++ b/static/shelf/drago5yo.jpg
Binary files differ
diff --git a/static/shelf/eoicaskedit.jpg b/static/shelf/eoicaskedit.jpg
new file mode 100644
index 0000000..6cb4ab3
--- /dev/null
+++ b/static/shelf/eoicaskedit.jpg
Binary files differ
diff --git a/static/shelf/lancasterpx10mo.jpg b/static/shelf/lancasterpx10mo.jpg
new file mode 100644
index 0000000..8137b82
--- /dev/null
+++ b/static/shelf/lancasterpx10mo.jpg
Binary files differ
diff --git a/static/shelf/lbdardmore.jpg b/static/shelf/lbdardmore.jpg
new file mode 100644
index 0000000..e146fd8
--- /dev/null
+++ b/static/shelf/lbdardmore.jpg
Binary files differ
diff --git a/static/shelf/ledaigrioja.jpg b/static/shelf/ledaigrioja.jpg
new file mode 100644
index 0000000..ef61327
--- /dev/null
+++ b/static/shelf/ledaigrioja.jpg
Binary files differ
diff --git a/static/shelf/lindoresexclusive.jpg b/static/shelf/lindoresexclusive.jpg
new file mode 100644
index 0000000..19fbeef
--- /dev/null
+++ b/static/shelf/lindoresexclusive.jpg
Binary files differ
diff --git a/static/shelf/raasayduncana.jpg b/static/shelf/raasayduncana.jpg
new file mode 100644
index 0000000..355a43c
--- /dev/null
+++ b/static/shelf/raasayduncana.jpg
Binary files differ
diff --git a/static/shelf/springbank10.jpg b/static/shelf/springbank10.jpg
new file mode 100644
index 0000000..8b41450
--- /dev/null
+++ b/static/shelf/springbank10.jpg
Binary files differ
diff --git a/static/shelf/thenorfolkpx.jpg b/static/shelf/thenorfolkpx.jpg
new file mode 100644
index 0000000..0082cda
--- /dev/null
+++ b/static/shelf/thenorfolkpx.jpg
Binary files differ
diff --git a/static/shelf/unchartedhg.jpg b/static/shelf/unchartedhg.jpg
new file mode 100644
index 0000000..a18fb90
--- /dev/null
+++ b/static/shelf/unchartedhg.jpg
Binary files differ
diff --git a/static/shelf/wormtub10.jpg b/static/shelf/wormtub10.jpg
new file mode 100644
index 0000000..d42b2de
--- /dev/null
+++ b/static/shelf/wormtub10.jpg
Binary files differ
diff --git a/static/styles.css b/static/styles.css
index a15f136..4bc2048 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -6,8 +6,12 @@ h1 {
margin: 0;
}
+div.pagetop {
+ padding: 0;
+ background-image: linear-gradient(darkgreen, honeydew);
+}
+
h1.jumbo {
- background-image: linear-gradient(green, darkgreen);
color: white;
text-align: center;
font-size: 10em;
@@ -26,13 +30,27 @@ div {
padding: 1em;
}
-table#toplinks {
- width: 100%;
- td {
- width: 1%;
- text-align: center;
+div.bottle {
+ border: 1px dashed black;
+ display: inline-block;
+ margin: 1px;
+}
+
+img.bottle {
+ max-width: 250px;
+ max-height: 400px;
+}
+
+ul.toplinks {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ list-style-type: none;
+ li {
+ padding: 5px 20px;
+ display: inline-block;
a {
- font-size: 2em;
+ font-size: 1.75em;
color: green;
text-decoration: none;
}
@@ -51,17 +69,38 @@ div#quote {
font-weight: bold;
}
-span.waste-refuse {
+.waste-refuse {
color: white;
background-color: black;
}
-span.waste-recycling {
+.waste-recycling {
color: white;
background-color: darkgreen;
}
-span.waste-garden {
+.waste-garden {
color: white;
background-color: saddlebrown;
}
+
+table.waste-table {
+ border-collapse: collapse;
+ td {
+ width: 15px;
+ height: 15px;
+ text-align: center;
+ }
+ td.morning {
+ border: 2px solid black;
+ border-right: 1px dotted grey;
+ }
+ td.evening {
+ border: 2px solid black;
+ border-left: 1px dotted grey;
+ opacity: 50%;
+ }
+ td.arrow {
+ font-size: 2em;
+ }
+}