summaryrefslogtreecommitdiffstats
path: root/styles/GreenGrid/style.css
blob: 87aede75c7af5a0286772f6469e798e09230cf78 (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
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;
  background-color:#000000;
  border:solid #008000 1px;
}

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

.nav_cat {
  text-align:center;
  font-weight:bold;
}

.error {
  color:#FF0000;
}


.neon_head {
  font-weight:bold;
  font-size:1.5em;
}