summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 0000000000..df69226bf2
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,51 @@
1BODY {
2 background-color: #b6c6e5;
3 color: black;
4 margin: 0px;
5}
6
7H1 {
8 text-decoration: none;
9 font-family: Verdana,Arial,Helvetica,sans-serif;
10 font-style: normal;
11 font-weight: bold;
12 font-size: 20pt;
13}
14
15H2 {
16 text-decoration: none;
17 font-family: Verdana,Arial,Helvetica,sans-serif;
18 font-style: normal;
19 font-weight: bold;
20 font-size: 12pt;
21}
22
23H3 {
24 text-decoration: none;
25 font-family: Verdana,Arial,Helvetica,sans-serif;
26 font-style: normal;
27 font-weight: bold;
28 font-size: 10pt;
29}
30
31BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
32{
33 text-decoration: none;
34 font-family: Verdana,Arial,Helvetica,sans-serif;
35 font-style: normal;
36 font-size: 10pt;
37}
38
39A {
40 text-decoration: underline;
41}
42
43.bgbox {
44 left-border-width: 1px;
45 border-color: black;
46}
47
48.menulink {
49 color: #f0f0f0;
50# text-decoration: none;
51}