style.css
2.89 KB
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
body {
font:normal 80% tahoma, verdana;
background-color:#fff;
}
h1 {
font-size:20px;
}
h2 {
color:#930;
font-size:18px;
border-bottom:#930 1px dashed;
}
h3 {
margin-top:5px;
margin-bottom:5px;
padding:4px;
color:#000;
padding-left:10px;
background-color:#c0c0f0;
}
h4, h4 a{
margin-top:0px;
color:#000;
text-decoration:none;
}
h4 a:hover{
text-decoration:underline;
}
h5 {
color:#930;
margin:0px;
}
ol {
margin:0px;
padding-left:20px;
}
hr{
height:1px;
}
#sidenote {
text-align:left;
padding:0px;
border-right:#999 1px solid;
width:175px;
float:left;
}
#menu{
text-align:center;
width:760px;
padding:5px;
padding-top:6px;
}
#nav {
}
#nav,#nav ul,#nav li {
list-style: none;
display: inline;
margin: 0px;
padding: 0px;
font-family: georgia;
}
#nav li a
{
padding: 5px;
text-decoration: none;
border:#bbb 1px solid;
border-bottom:none;
background-color: #fff;
color:#00c;
}
#nav li a:hover
{
background-color: #669;
color:#fff;
}
#nav li .navact {
background-color:#eef;
border:#666 1px solid;
border-bottom:none;
}
#shifted {
padding-left:190px;
}
#outerdiv{
text-align:left;
background-color:#eef;
margin-bottom:10px;
padding:10px;
width:770px;
}
#glog,#chg,#flog {
text-align:left;
font-size:11px;
line-height:120%;
color:#333;
}
#flog{
}
pre {
text-align:left;
font-size:11px;
line-height:120%;
color:#333;
}
#incont {
text-align:left;
width:95%;
}
.emp{
font-size:12px;
background-color:#eef;
}
#stats {
text-align:right;
padding:3px;
border-right:#999 1px solid;
width:145px;
float:left;
background-color:#f0f0f0;
}
#copyright{
font:normal 11px tahoma,verdana;
color:#000;
text-align:center;
padding:0px;
width:720px;
}
input,select,textarea{
font:normal 12px georgia;
border:2px #ccc solid;
background-color:#f6f6f6;
}
.button {
border-style:outset;
border-width:2px;
background-color:#ccc;
}
a:link,a:visited{
padding:1px;
color:#009;
text-decoration:none;
}
a:visited{
color:#669;
}
a.aemphasis{
color:#009;
font-weight:bold;
}
a:hover{
text-decoration:underline;
color:#930;
}
.block1,.block2 {
background-color: #fff;
margin-bottom: 2px;
padding:4px;
margin-bottom:5px;
font-size:90%;
padding-bottom:15px;
border-bottom:#e0e0e0 1px solid;
}
.block1head,.block2head {
font-size:90%;
background-color: #ccf;
padding: 7px;
margin: 0px;
margin-top:5px;
}
.block2head{
font-weight: bold;
background-color: #f0c0c0;
}
.inptitle {
margin-top:10px;
margin-bottom:3px;
border-bottom:#ccc 1px solid;
display:block;
background-color:#ddf;
padding:4px;
}
.inptitle .new {
float: right;
color: #fff;
background: #f55;
border-radius: 4px;
padding: 2px;
margin-top: -2px;
box-shadow: inset 1px -2px 1px rgba(0, 0, 0, 0.3);
}
.inptitle .inpdesc {
float: right;
color: #fff;
background: #666;
border-radius: 4px;
padding: 2px;
margin-top: -2px;
box-shadow: inset 1px -2px 1px rgba(0, 0, 0, 0.3);
}