~ubuntu-branches/ubuntu/dapper/lurker/dapper

« back to all changes in this revision

Viewing changes to ui/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2004-09-26 16:27:51 UTC
  • Revision ID: james.westby@ubuntu.com-20040926162751-z1ohcjltv7ojtg6z
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
  padding: 0px;
 
3
  margin: 0px;
 
4
  background-color: #BBF;
 
5
}
 
6
 
 
7
form {
 
8
  margin: 0em;
 
9
}
 
10
 
 
11
div.header {
 
12
  background-color: #BBF;
 
13
  padding: 4px 0.25em 0.25em 0.25em;
 
14
  border-bottom: 1px solid #434399;
 
15
}
 
16
 
 
17
div.footer {
 
18
  background-color: #BBF;
 
19
  padding: 0.25em 0.25em 1px 0.25em;
 
20
  border-top: 1px solid #434399;
 
21
}
 
22
 
 
23
h1 {
 
24
  font-family: sans-serif;
 
25
  font-size: 120%;
 
26
  font-weight: bold;
 
27
  margin-bottom: 0.25em;
 
28
  margin-top: 0.25em;
 
29
}
 
30
 
 
31
h2 {
 
32
  font-size: 120%;
 
33
  font-weight: normal;
 
34
  margin-bottom: 0.25em;
 
35
  margin-top: 0em;
 
36
}
 
37
 
 
38
table.external {
 
39
  width: 100%;
 
40
}
 
41
 
 
42
table.external td {
 
43
  padding-left: 0.25em;
 
44
  padding-right: 0.25em;
 
45
  vertical-align:middle; 
 
46
}
 
47
 
 
48
table.external td.mini {
 
49
  padding-top: 0.5em;
 
50
  padding-bottom: 0.5em;
 
51
  font-size: 100%;
 
52
}
 
53
 
 
54
div.mini {
 
55
  font-size: 100%;
 
56
}
 
57
 
 
58
a:link    { color:#11F }
 
59
a:visited { color:#00B }
 
60
a:hover   { color:#F00 }
 
61
a:active  { color:#A00 }
 
62
h1 a:visited { color:#11F }
 
63
 
 
64
dt a { font-weight: normal }
 
65
.mime-label a { background-color:#DDF; padding:3px; font-weight:bold }
 
66
 
 
67
img { border: 0; margin: 0; padding: 0; }
 
68
 
 
69
h2 img { vertical-align:middle; padding-top:1px }
 
70
table.navigation td img { vertical-align:middle }
 
71
.selected { background-color:#AAF }  /* Mark the thread segment as selected */
 
72
.normal   { }                        /* Mark the thread segment as normal */
 
73
 
 
74
/* The following are used to induce highlighting effects on thread message icons */
 
75
a img.selected { background-color:#77F }
 
76
a:visited img { background-color:#BBB }
 
77
a:visited img.selected { background-color:#77F }
 
78
a img:hover { background-color:#55F }
 
79
 
 
80
/* the link to the archive top */
 
81
a.root img { background-color: transparent }
 
82
 
 
83
table {
 
84
  border-collapse: collapse;
 
85
  border: hidden;
 
86
  border-width: 0;
 
87
  border-spacing: 0;
 
88
}
 
89
 
 
90
tr { vertical-align:top; text-align:left; font-family: Arial, sans-serif; padding:0 }
 
91
.thRow { background-color:#DDF }   /* header row for mindex/thread/search tables */
 
92
tr.lit  { background-color:#77F }  /* even rows in mindex/thread/search tables */
 
93
tr.row1 { background-color:#DDD }  /* even rows in mindex/thread/search tables */
 
94
tr.row2 { background-color:#EEE }  /* odd rows in mindex/thread/search tables  */
 
95
 
 
96
div.body {
 
97
  padding: 1em;
 
98
  background-color: white;
 
99
}
 
100
 
 
101
div.messageBody {
 
102
  padding: 4px;
 
103
  margin-top: 1em;
 
104
}
 
105
 
 
106
table.attachments {
 
107
  float: right;
 
108
  border: 2px solid #e8e8e8;
 
109
  background-color: white;
 
110
}
 
111
 
 
112
table.attachments tr {
 
113
  text-align: left;
 
114
}
 
115
 
 
116
table.attachments th {
 
117
  background-color: #e8e8e8;
 
118
}
 
119
 
 
120
table.navigation {
 
121
  width: 100%;
 
122
  font-size: 80%;
 
123
  background-color: #e8e8e8;
 
124
 
 
125
/* disabled until mozilla fixes the progressive render bug with images
 
126
  border-top: 1px solid #969696;
 
127
  border-left: 1px solid #969696;
 
128
  border-right: 1px solid #555;
 
129
  border-bottom: 1px solid #555;
 
130
*/
 
131
}
 
132
 
 
133
table.navigation th {
 
134
  font-size: 100%;
 
135
  background-color: #969696;
 
136
  padding: 3px;
 
137
}
 
138
 
 
139
table.navigation td {
 
140
  background-color: white;
 
141
  vertical-align: middle;
 
142
}
 
143
 
 
144
td.padded {
 
145
  padding-top: 0.25em;
 
146
  padding-bottom: 0.25em;
 
147
  vertical-align: middle;
 
148
}
 
149
 
 
150
table.appears {
 
151
  border: 1px solid #969696;
 
152
  background-color: white;
 
153
  font-size: 75%;
 
154
}
 
155
 
 
156
table.appears td {
 
157
  border: 1px solid #969696;
 
158
}
 
159
 
 
160
td {
 
161
  padding: 0 2px 0px 2px;
 
162
  vertical-align: top;
 
163
  font-family: Arial, sans-serif;
 
164
}
 
165
 
 
166
ul {
 
167
  margin-bottom: 0em;
 
168
  margin-top: 0em;
 
169
}
 
170
 
 
171
h1.group {
 
172
  margin: 0px;
 
173
}
 
174
 
 
175
/* wrap this around the table to fix progressive rendering in mozilla */
 
176
div[class~="mozbug"] {  /* confuse NS4 */
 
177
  margin: 0px;
 
178
  padding: 0px;
 
179
  border: 1px solid #000;
 
180
}
 
181
 
 
182
table.index {
 
183
/* broken in mozilla; makes gaps in thread rows */
 
184
/*  border: 1px solid #000; */
 
185
  background-color: white;
 
186
  width: 100%;
 
187
}
 
188
 
 
189
table.index tr {
 
190
  height: 24px; 
 
191
}
 
192
 
 
193
table.index td {
 
194
  vertical-align: middle;
 
195
  padding: 0px 5px 0px 5px;
 
196
  height: 24px; 
 
197
}
 
198
 
 
199
table.index th {
 
200
  background-color: #a8a8a8;
 
201
  padding: 0px 5px 0px 5px;
 
202
}
 
203
 
 
204
td[class~="chart"] img { /* We use this selector to confuse NS4 */
 
205
  vertical-align: bottom; 
 
206
  margin: 0px 1px 0px 0px;
 
207
}
 
208
 
 
209
table.index td.chart {
 
210
  padding: 1px;
 
211
  vertical-align: bottom;
 
212
}
 
213
 
 
214
table.squash {
 
215
  table-layout: fixed;
 
216
}
 
217
div.squash {
 
218
  overflow: hidden;
 
219
  white-space: nowrap; 
 
220
}
 
221
 
 
222
div.goodsig {
 
223
  margin: 0px;
 
224
  padding: 0px;
 
225
  border: 1px solid #0F0;
 
226
  background-color: #0F0;
 
227
}
 
228
div.badsig {
 
229
  margin: 0px;
 
230
  padding: 0px;
 
231
  border: 1px solid #F00;
 
232
  background-color: #F00;
 
233
}
 
234
div.unknownsig {
 
235
  margin: 0px;
 
236
  padding: 0px;
 
237
  background-color: #888;
 
238
}
 
239
 
 
240
div.data {
 
241
  padding: 5px;
 
242
  background-color: white;
 
243
}
 
244
 
 
245
img.photo {
 
246
 border: 0;
 
247
 margin: 0;
 
248
 padding: 0;
 
249
 float: right;
 
250
}
 
251
.padded td { padding-bottom:1px }  /* Adds padding to output tables containing Discussion Tree icon */
 
252
 
 
253
.na { color:#BBB }  /* used to fade text when link not available, but still has placeholder text */
 
254
.mime-label { text-align:right; padding:4px }  /* Mime labels in message contents */
 
255
.longtext  { width:500px }  /* sets width of text entry fields */
 
256
 
 
257
.mime { }    /* block containing one part of message's mime contents */
 
258
.mailto { }  /* "mailto" elements used inside of message's mime contents */
 
259
.url { }     /* "url" elements used inside of message's mime contents */
 
260
.quote { }   /* "quote" elements used inside of message's mime contents */
 
261
.art { margin: 0em; } /* "art" elements used inside of message's mime contents */