~ubuntu-branches/ubuntu/intrepid/lurker/intrepid

« back to all changes in this revision

Viewing changes to ui/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2006-12-20 05:05:31 UTC
  • mfrom: (3.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061220050531-79inzy7o6uu95qx7
Tags: 2.1-7
* updated vi debconf translations, thanks to Clytie Siddall
  <clytie@riverland.net.au>
* fixed typo in one template (that you would like, not that
  would you like), thanks as well to Clytie Siddall
  - unfuzzied all translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
dt a { font-weight: normal }
65
65
.mime-label a { background-color:#DDF; padding:3px; font-weight:bold }
66
66
 
 
67
img.inline {
 
68
  max-width: 640;
 
69
  max-height: 480;
 
70
  width: expression(this.width > 640 ? 640 : true); 
 
71
}
 
72
 
67
73
img { border: 0; margin: 0; padding: 0; }
68
74
 
69
75
h2 img { vertical-align:middle; padding-top:1px }
87
93
  border-spacing: 0;
88
94
}
89
95
 
90
 
tr { vertical-align:top; text-align:left; font-family: Arial, sans-serif; padding:0 }
 
96
table.index tr {
 
97
  font-family: Arial, sans-serif;
 
98
}
 
99
 
 
100
table.navigation tr {
 
101
  font-family: Arial, sans-serif;
 
102
}
 
103
 
 
104
tr { 
 
105
  vertical-align: top; 
 
106
  text-align: left; 
 
107
  padding: 0; 
 
108
}
 
109
 
91
110
.thRow { background-color:#DDF }   /* header row for mindex/thread/search tables */
92
111
tr.lit  { background-color:#77F }  /* even rows in mindex/thread/search tables */
93
112
tr.row1 { background-color:#DDD }  /* even rows in mindex/thread/search tables */
94
113
tr.row2 { background-color:#EEE }  /* odd rows in mindex/thread/search tables  */
 
114
tr.rowover { background-color:#CAC } /* active (= mouseOver) rows in mindex/thread/search tables */
95
115
 
96
116
div.body {
97
117
  padding: 1em;
103
123
  margin-top: 1em;
104
124
}
105
125
 
 
126
/* opsbar = row of them */
 
127
table.opsbar {
 
128
  width: 100%;
 
129
  border: none;
 
130
}
 
131
table.opsbar td {
 
132
  padding: 0 0 0 0;
 
133
  margin: 0 0 0 0;
 
134
}
 
135
 
 
136
div.opsfloat {
 
137
  float: right;
 
138
  margin: 0 0 0 0;
 
139
  padding: 0 0 0 0;
 
140
}
 
141
 
 
142
/* opsbox = table on right with attachments */
 
143
table.opsbox td {
 
144
  padding: 0 0 0 10;
 
145
}
 
146
 
106
147
table.attachments {
107
 
  float: right;
108
148
  border: 2px solid #e8e8e8;
109
149
  background-color: white;
110
150
}
160
200
td {
161
201
  padding: 0 2px 0px 2px;
162
202
  vertical-align: top;
163
 
  font-family: Arial, sans-serif;
164
203
}
165
204
 
166
205
ul {
243
282
}
244
283
 
245
284
img.photo {
 
285
 float: right;
246
286
 border: 0;
247
287
 margin: 0;
248
288
 padding: 0;
249
 
 float: right;
250
289
}
251
290
.padded td { padding-bottom:1px }  /* Adds padding to output tables containing Discussion Tree icon */
252
291