summaryrefslogtreecommitdiffstats
path: root/lurker/ui/default.css
blob: d2c814796d4cfadcc1df9c6c56e27a5368e9c9f5 (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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
body {
  padding: 0px;
  margin: 0px;
  background-color: #BBF;
  color: black;
  font-family: serif;
}

form {
  margin: 0em;
}

div.header {
  background-color: #BBF;
  padding: 4px 0.25em 0.25em 0.25em;
  border-bottom: 1px solid #434399;
}

div.footer {
  background-color: #BBF;
  padding: 0.25em 0.25em 1px 0.25em;
  border-top: 1px solid #434399;
}

h1 {
  font-family: sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

h2 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 0.25em;
  margin-top: 0em;
}

table.external {
  width: 100%;
}

table.external td {
  padding-left: 0.25em;
  padding-right: 0.25em;
  vertical-align:middle; 
}

table.external td.mini {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 100%;
}

div.mini {
  font-size: 100%;
}

a:link    { color:#11F }
a:visited { color:#00B }
a:hover   { color:#F00 }
a:active  { color:#A00 }
h1 a:visited { color:#11F }

dt a { font-weight: normal }
.mime-label a { background-color:#DDF; padding:3px; font-weight:bold }

img.inline {
  max-width: 640px;
  max-height: 480px;
  width: expression(this.width > 640 ? 640 : true); 
}

img { border: 0; margin: 0; padding: 0; }

h2 img { vertical-align:middle; padding-top:1px }
table.navigation td img { vertical-align:middle }
.selected { background-color:#AAF }  /* Mark the thread segment as selected */
.normal   { }                        /* Mark the thread segment as normal */

/* The following are used to induce highlighting effects on thread message icons */
a img.selected { background-color:#77F }
a:visited img { background-color:#BBB }
a:visited img.selected { background-color:#77F }
a img:hover { background-color:#55F }

/* the link to the archive top */
a.root img { background-color: transparent }

table {
  border-collapse: collapse;
  border: hidden;
  border-width: 0;
  border-spacing: 0;
}

table.index tr {
  font-family: Arial, sans-serif;
}

table.navigation tr {
  font-family: Arial, sans-serif;
}

tr { 
  vertical-align: top; 
  text-align: left; 
  padding: 0; 
}

.thRow { background-color:#DDF }   /* header row for mindex/thread/search tables */
tr.lit  { background-color:#77F }  /* even rows in mindex/thread/search tables */
tr.row1 { background-color:#DDD }  /* even rows in mindex/thread/search tables */
tr.row2 { background-color:#EEE }  /* odd rows in mindex/thread/search tables  */
tr.rowover { background-color:#CAC } /* active (= mouseOver) rows in mindex/thread/search tables */

div.body {
  padding: 1em;
  background-color: white;
}

div.messageBody {
  padding: 4px;
  margin-top: 1em;
}

div.messageBody i.quote {
  font-size: 95%;
}

div.messageBody pre {
  font-family: monospace;
  font-size: 125%;
}

/* opsbar = row of them */
table.opsbar {
  width: 100%;
  border: none;
}
table.opsbar td {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

div.opsfloat {
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* opsbox = table on right with attachments */
table.opsbox td {
  padding: 0px 0px 0px 10px;
}

table.attachments {
  border: 2px solid #e8e8e8;
  background-color: white;
}

table.attachments tr {
  text-align: left;
}

table.attachments th {
  background-color: #e8e8e8;
}

table.navigation {
  width: 100%;
  font-size: 80%;
  background-color: #e8e8e8;

/* disabled until mozilla fixes the progressive render bug with images
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
*/
}

table.navigation th {
  font-size: 100%;
  background-color: #969696;
  padding: 3px;
}

table.navigation td {
  background-color: white;
  vertical-align: middle;
}

td.padded {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  vertical-align: middle;
}

table.appears {
  border: 1px solid #969696;
  background-color: white;
  font-size: 75%;
}

table.appears td {
  border: 1px solid #969696;
}

td {
  padding: 0 2px 0px 2px;
  vertical-align: top;
}

ul {
  margin-bottom: 0em;
  margin-top: 0em;
}

h1.group {
  margin: 0px;
}

/* wrap this around the table to fix progressive rendering in mozilla */
div[class~="mozbug"] {  /* confuse NS4 */
  margin: 0px;
  padding: 0px;
  border: 1px solid #000;
}

table.index {
/* broken in mozilla; makes gaps in thread rows */
/*  border: 1px solid #000; */
  background-color: white;
  width: 100%;
}

table.index tr {
  height: 24px; 
}

table.index td {
  vertical-align: middle;
  padding: 0px 5px 0px 5px;
  height: 24px; 
}

table.index th {
  background-color: #a8a8a8;
  padding: 0px 5px 0px 5px;
}

td[class~="chart"] img { /* We use this selector to confuse NS4 */
  vertical-align: bottom; 
  margin: 0px 1px 0px 0px;
}

table.index td.chart {
  padding: 1px;
  vertical-align: bottom;
}

table.squash {
  table-layout: fixed;
}
div.squash {
  overflow: hidden;
  white-space: nowrap; 
}

div.goodsig {
  margin: 0px;
  padding: 0px;
  border: 1px solid #0F0;
  background-color: #0F0;
}
div.badsig {
  margin: 0px;
  padding: 0px;
  border: 1px solid #F00;
  background-color: #F00;
}
div.unknownsig {
  margin: 0px;
  padding: 0px;
  background-color: #888;
}

div.data {
  padding: 5px;
  background-color: white;
}

img.photo {
 float: right;
 border: 0;
 margin: 0;
 padding: 0;
}
.padded td { padding-bottom:1px }  /* Adds padding to output tables containing Discussion Tree icon */

.na { color:#BBB }  /* used to fade text when link not available, but still has placeholder text */
.mime-label { text-align:right; padding:4px }  /* Mime labels in message contents */
.longtext  { width:500px }  /* sets width of text entry fields */

.mime { }    /* block containing one part of message's mime contents */
.mailto { }  /* "mailto" elements used inside of message's mime contents */
.url { }     /* "url" elements used inside of message's mime contents */
.quote { }   /* "quote" elements used inside of message's mime contents */
.art { margin: 0em; } /* "art" elements used inside of message's mime contents */