2 Copyright (C) 2005 SKYRIX Software AG
4 This file is part of OpenGroupware.org.
6 OGo is free software; you can redistribute it and/or modify it under
7 the terms of the GNU Lesser General Public License as published by the
8 Free Software Foundation; either version 2, or (at your option) any
11 OGo is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
14 License for more details.
16 You should have received a copy of the GNU Lesser General Public
17 License along with OGo; see the file COPYING. If not, write to the
18 Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
21 /* TODO: is the section below used in the mailer? */
49 { background-color: #fff;
68 border-top: 1px solid #aaa;
69 border-left: 1px solid #aaa;
72 DIV#messageContent P IMG
74 vertical-align: middle;
78 { border-top: 2px solid #222;
79 border-left: 2px solid #222;
80 border-right: 1px solid #fff;
81 border-bottom: 1px solid #fff;
82 -moz-border-top-colors: #9c9a94 #000;
83 -moz-border-left-colors: #9c9a94 #000;
123 /* new stuff for Thunderbird like mailer */
127 border-top-color: white;
128 border-top-width: 1px;
129 border-top-style: solid;
130 border-bottom-color: #808080;
131 border-bottom-width: 1px;
132 border-bottom-style: solid;
133 background-color: #dcdad5;
149 border-top-color: #808080;
150 border-left-color: #808080;
151 border-bottom-color: white;
152 border-right-color: white;
159 border-top-color: #808080; /* TODO */
160 border-left-color: #808080; /* TODO */
161 border-bottom-color: #808080;
162 border-right-color: #808080;
164 background-color: white;
172 vertical-align: middle;
180 vertical-align: middle;
185 TABLE.titletable td.titlecell SELECT
188 border-top: 1px solid #fff;
189 border-left: 1px solid #fff;
190 border-right: 2px solid #222;
191 border-bottom: 2px solid #222;
192 -moz-border-bottom-colors: #000 #9c9a94 transparent;
193 -moz-border-right-colors: #000 #9c9a94 transparent;
199 background-color: #dcdad5;
206 vertical-align: bottom;
207 padding-left: 4px; /* move away from the icon */
208 padding-right: 2px; /* move away from the right border */
212 DIV#folderTreeContent TABLE TD
214 border-top: 1px solid #fff;
220 span.mailer_datefield
225 td.mailer_readmailsubject
227 background-image: url(message-mail-read.png) !important;
228 background-repeat: no-repeat !important;
229 background-position: 0px 0px !important;
230 padding-left: 20px !important;
233 td.mailer_unreadmailsubject
235 background-image: url(message-mail.png) !important;
236 background-repeat: no-repeat !important;
237 background-position: 0px 0px !important;
238 padding-left: 20px !important;
239 font-weight: bold !important;
242 td.mailer_readmailsubject a
245 text-decoration: none;
248 td.mailer_unreadmailsubject a
251 text-decoration: none;
254 tr.mailer_listcell_deleted td
256 text-decoration: line-through;
259 tr.mailer_listcell_regular td a
262 text-decoration: none;
273 /* TODO: use Thunderbird icon */
274 background-image: url(icon_read.gif);
275 background-repeat: no-repeat;
276 background-position: 0px 4px;
279 DIV.mailer_readicon a
289 /* TODO: use Thunderbird icon */
290 background-image: url(icon_unread.gif);
291 background-repeat: no-repeat;
292 background-position: 0px 4px;
295 DIV.mailer_unreadicon a
303 /* fields (key/value UI), eg used in mail viewer */
305 TABLE.mailer_fieldtable
313 border-bottom: 1px solid #808080;
317 DIV.mailer_mailcontent
319 background-color: #fff;
343 td.mailer_subjectfieldvalue
348 td.mailer_fieldvalue a
350 text-decoration: underline;
354 img.mailer_imagecontent
359 DIV.mailer_plaincontent
361 font-family: monospace, fixed;
368 DIV.mailer_plaincontent P
376 DIV.mailer_htmlcontent P
385 /* attachment editor */
389 background-color: #dcdad5;
395 border-top-color: white;
396 border-top-width: 1px;
397 border-top-style: solid;
400 div#attachment_upload
402 border-bottom-color: #808080;
403 border-bottom-width: 1px;
404 border-bottom-style: solid;
408 td.attachment_uplabel
414 /* attachment link viewer */
416 DIV.linked_attachment_frame
419 DIV.linked_attachment_body
422 DIV.linked_attachment_meta
430 TABLE.linked_attachment_meta
443 DIV.bodyFields SPAN.fieldName
444 { font-weight: bold; }
446 DIV.bodyAdditionalFields
451 DIV[datatype~="additional"] > A.node > SPAN.nodeName
453 font-style: italic; }
457 { position: absolute;
462 filter: alpha(opacity=70); }
474 background-color: #fff;
482 overflow-x: hidden; }
484 TABLE#messageList THEAD
495 TD#messageFlagHeader,
496 TABLE#messageList TD.messageFlagColumn
498 text-align: center; }
501 TABLE#messageList TD.tbtv_subject_headercell,
502 TABLE#messageList td.mailer_unreadmailsubject,
503 TABLE#messageList td.mailer_readmailsubject
508 TABLE#messageList TD.tbtv_from_headercell,
509 TABLE#messageList TD.messageAddressColumn
514 TABLE#messageList TD.tbtv_date_headercell,
515 TABLE#messageList TD.messageDateColumn
519 TABLE#messageList TR._selected TD
525 TABLE#messageList TR._deleted TD
527 text-decoration: line-through;
531 DIV#verticalDragHandle