From 390b8c658d5d4a5b3f4969bc9117f0e3f353a298 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 20 Jul 2024 17:17:08 +0200 Subject: Add 88x31 buttons --- src/static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/static/style.css') diff --git a/src/static/style.css b/src/static/style.css index 83f0659..ab2ce4d 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -2,6 +2,12 @@ body { background: #05456a url("background.jpg") top center no-repeat; font: 10pt Verdana; } +h1 { + padding-bottom: 2px; + background: url("heading.jpg") bottom left no-repeat; + font: bold italic 18pt "Trebuchet MS", sans-serif; + color: #05456a; +} a { color: #05456a; } @@ -69,3 +75,8 @@ a { border: none; vertical-align: bottom; } +.web-button { + width: 88px; + height: 31px; + vertical-align: middle; +} -- cgit v1.2.3