summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 17:17:08 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 17:17:08 +0200
commit390b8c658d5d4a5b3f4969bc9117f0e3f353a298 (patch)
treee8d7a2e5a3027c2b50da1efd6999c5242eac2607 /src/static/style.css
parentf49dd0b7823f3a3f136080f784f0430731e86b2d (diff)
Add 88x31 buttons
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css11
1 files changed, 11 insertions, 0 deletions
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;
+}