summaryrefslogtreecommitdiffstats
path: root/styles/GreenGrid/style.css
blob: 130d72aa3e17247b8be3fb1e06019bf908b048cf (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
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;
}

input.submit {
  margin-top:0.8em;
}

select.pagelist {
  width:35em;
}

textarea.pageedit {
  width:100%;
}

textarea.pageedit_input {
  margin-top:0.8em;
}

table.privtab {
  border-collapse:collapse;
}

table.privtab tr.line2 {
  background-color:#002000;
}

table.privtab tr td {
  text-align:center;
  padding-left:15px;
}

table.privtab tr.group td {
  font-weight:bold;
}

table.privtab tr td.page {
  text-align:left;
  padding-left:0;
}

table.privtab tr td.submit {
  text-align:right;
}

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

div#nav {
  position:fixed;
  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;
}

div#nav div.login {
  width:9em;
}

div#nav div.login input {
  width:100%;
  margin-bottom:0.8em;
}

div#nav div.login div.login_submit {
  text-align:right;
}

div#nav div.login div.login_submit input {
  width:auto;
  margin:0;
}

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

.error {
  color:#FF0000;
}