summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
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;
+}