1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/NPL/
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
14 * The Original Code is mozilla.org code.
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998
19 * the Initial Developer. All Rights Reserved.
22 * Robert Kaiser <KaiRo@KaiRo.at>
24 * Alternatively, the contents of this file may be used under the terms of
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the NPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the NPL, the GPL or the LGPL.
36 * ***** END LICENSE BLOCK ***** */
38 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
40 /* ===== messageBody.css =================================================
41 == Styles for the body of a mail message.
42 ======================================================================= */
52 /* :::: message header ::::: */
59 /* XXX Doesn't seem to work. (Same with "html|body".) */
60 background-color: white;
69 border-left: 4px solid #EFEFEF;
70 background-color: #EFEFEF;
75 border: 4px solid #DEDEDE;
76 background-color: #DEDEDE;
79 div.headerdisplayname {
85 /* ::::: message text, incl. quotes ::::: */
87 .moz-text-flowed blockquote {
98 .moz-text-plain[wrap="true"] {
99 white-space: -moz-pre-wrap;
102 .moz-text-plain[wrap="false"] {
106 .moz-text-plain[wrap="flow"] .moz-txt-sig {
107 white-space: -moz-pre-wrap;
110 .moz-text-plain[graphical-quote="false"] blockquote {
112 border-left: inherit;
113 padding-left: inherit;
116 .moz-text-plain[graphical-quote="true"] blockquote {
118 border-width: medium;
122 .moz-text-plain[graphical-quote="true"] .moz-txt-citetags {
126 span.moz-txt-underscore {
127 text-decoration: underline;
130 /* ::::: signature ::::: */
139 color: #7777FF; /* light blue */
142 /* ::::: smilies ::::: */
151 min-height: 17px; margin-left: 2px; margin-top: 2px;
153 background-repeat: no-repeat;
154 background-position: center center;
157 span.moz-smiley-s1 > span,
158 span.moz-smiley-s2 > span,
159 span.moz-smiley-s3 > span,
160 span.moz-smiley-s4 > span,
161 span.moz-smiley-s5 > span,
162 span.moz-smiley-s6 > span,
163 span.moz-smiley-s7 > span {
168 background-image: url(chrome://editor/content/images/smile_n.gif);
171 background-image: url(chrome://editor/content/images/frown_n.gif);
174 background-image: url(chrome://editor/content/images/wink_n.gif);
177 background-image: url(chrome://editor/content/images/tongue_n.gif);
180 background-image: url(chrome://editor/content/images/laughing_n.gif);
183 background-image: url(chrome://editor/content/images/embarrassed_n.gif);
186 background-image: url(chrome://editor/content/images/undecided_n.gif);