summaryrefslogtreecommitdiffstats
path: root/styles/GreenGrid/style.css
blob: a46151d1e1c44676de00f64bc35f763069ee4de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
  color:#008000;
  background:url(Grid.gif) #000000 repeat fixed;
  font-family:Larabiefont, Westminster, Courier, monospace;
}
  
a:link {
  color:#008000;
  text-decoration:none;
}
a:visited {
  color:#008000;
  text-decoration:none;
}
a:hover {
  color:#008000;
  text-decoration:underline;
}
a:active {
  color:#008000;
  text-decoration:underline;
}

input, textarea, select {
  color:#008000;
  background-color:#002000;
  border:solid #008000 1px;
  font-family:Larabiefont, Westminster, Courier, monospace;
}


div#content {
  text-align:justify;
  padding:0.8em;
  margin-left:12em;
  background-color:#000000;
  border:solid #008000 1px;
}

div#nav {
  position:absolute;
  width:9.40em;
  padding:0 0.8em;
  border:solid #008000 1px;
  background-color:#000000;
}

div#nav ul {
  padding-left:0;
  margin:0;
}

div#nav ul li {
  text-align:center;
  font-weight:bold;
  list-style-type:none;
}

div#nav ul li ul {
  margin-bottom:0.8em;
}

div#nav ul li ul li {
  text-align:left;
  font-weight:normal;
}

div#nav ul li ul li ul {
  margin-bottom:0;
  padding-left:0.8em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top:0;
}

.error {
  color:#FF0000;
}