summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-21 13:23:33 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-21 13:23:33 +0200
commitd79fb0f0ce4744974d45d7d4e80c3af8c2cca717 (patch)
treebf7a46b251b3047ef5704613fa93c3912427497f /src/static
parentd3db01ccb363db3f48695abd7dd9eef404ebc670 (diff)
Switch to more flexible params system and add active navlink state
Diffstat (limited to 'src/static')
-rw-r--r--src/static/nava.gifbin0 -> 1778 bytes
-rw-r--r--src/static/style.css8
2 files changed, 8 insertions, 0 deletions
diff --git a/src/static/nava.gif b/src/static/nava.gif
new file mode 100644
index 0000000..005f34b
--- /dev/null
+++ b/src/static/nava.gif
Binary files differ
diff --git a/src/static/style.css b/src/static/style.css
index 0b94ca4..1c1cd5e 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -53,6 +53,14 @@ a {
color: #05456a;
background: url("navh.gif");
}
+.navCell.active {
+ border-left-color: #000;
+ border-right-color: #7d9cb0;
+}
+.navCell.active a {
+ color: #fffca2;
+ background: url("nava.gif");
+}
#mainCell {
border: 1px solid #000;
border-top: none;