summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-19 13:09:00 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-19 13:09:00 +0200
commit3b9bb27ab9179334fe3c96ae8dbc249061649aff (patch)
treed7c612cbd9f0c3b337e0713c0507a1acae8e90c9 /src/static
Initial commit
Diffstat (limited to 'src/static')
-rw-r--r--src/static/.DS_Storebin0 -> 6148 bytes
-rw-r--r--src/static/background.jpgbin0 -> 17585 bytes
-rw-r--r--src/static/blank.gifbin0 -> 37 bytes
-rw-r--r--src/static/hozyrossite.pngbin0 -> 49380 bytes
-rw-r--r--src/static/nav.gifbin0 -> 1684 bytes
-rw-r--r--src/static/navh.gifbin0 -> 1683 bytes
-rw-r--r--src/static/style.css64
-rw-r--r--src/static/under-construction.gifbin0 -> 23388 bytes
8 files changed, 64 insertions, 0 deletions
diff --git a/src/static/.DS_Store b/src/static/.DS_Store
new file mode 100644
index 0000000..5008ddf
--- /dev/null
+++ b/src/static/.DS_Store
Binary files differ
diff --git a/src/static/background.jpg b/src/static/background.jpg
new file mode 100644
index 0000000..1a16379
--- /dev/null
+++ b/src/static/background.jpg
Binary files differ
diff --git a/src/static/blank.gif b/src/static/blank.gif
new file mode 100644
index 0000000..b3aa80d
--- /dev/null
+++ b/src/static/blank.gif
Binary files differ
diff --git a/src/static/hozyrossite.png b/src/static/hozyrossite.png
new file mode 100644
index 0000000..5d5fd50
--- /dev/null
+++ b/src/static/hozyrossite.png
Binary files differ
diff --git a/src/static/nav.gif b/src/static/nav.gif
new file mode 100644
index 0000000..07d1301
--- /dev/null
+++ b/src/static/nav.gif
Binary files differ
diff --git a/src/static/navh.gif b/src/static/navh.gif
new file mode 100644
index 0000000..b3788af
--- /dev/null
+++ b/src/static/navh.gif
Binary files differ
diff --git a/src/static/style.css b/src/static/style.css
new file mode 100644
index 0000000..ba507d6
--- /dev/null
+++ b/src/static/style.css
@@ -0,0 +1,64 @@
+body {
+ background: #05456a url("background.jpg") top center no-repeat;
+ font: 10pt Verdana;
+}
+#wrapper {
+ width: 1024px;
+ margin: 0 auto;
+}
+#logoCell {
+ padding: 8px;
+ text-align: center;
+}
+#mainLayout {
+ border-spacing: 0;
+ width: 100%;
+}
+#navRow {
+ padding: 0;
+ background: url("nav.gif");
+}
+#navCell {
+ border: 1px solid #000;
+ padding: 0;
+}
+#navLayout {
+ border-spacing: 0;
+}
+.navCell {
+ padding: 0;
+ border-left: 1px solid #fff;
+ border-right: 1px solid #000;
+}
+.navCell a {
+ display: block;
+ padding: 4px 32px;
+ text-decoration: none;
+ color: black;
+}
+.navCell a:hover {
+ color: #05456a;
+ background: url("navh.gif");
+}
+#mainCell {
+ border: 1px solid #000;
+ border-top: none;
+ background: white;
+ padding: 16px;
+}
+#footerCell {
+ border: 1px solid black;
+ border-top: none;
+ background: #cfd5da;
+ padding: 16px;
+}
+.constructionBox {
+ margin: 0 auto;
+ border: 1px solid black;
+ background: #fffca2;
+}
+.constructionBoxCell {
+ padding: 12px;
+ text-align: center;
+ line-height: 24px;
+}
diff --git a/src/static/under-construction.gif b/src/static/under-construction.gif
new file mode 100644
index 0000000..ac939c8
--- /dev/null
+++ b/src/static/under-construction.gif
Binary files differ