sync with classic development and prepare 1.8 release
[themes.git] / EarlyBlue / communicator / smileys.css
CommitLineData
76983f4c 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
8 *
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
12 * License.
13 *
14 * The Original Code is smiley style rules.
15 *
16 * The Initial Developer of the Original Code is
17 * Mozilla.
18 * Portions created by the Initial Developer are Copyright (C) 2004
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 *
23 * Alternatively, the contents of this file may be used under the terms of
24 * either of the GNU General Public License Version 2 or later (the "GPL"),
25 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26 * in which case the provisions of the GPL or the LGPL are applicable instead
27 * of those above. If you wish to allow use of your version of this file only
28 * under the terms of either the GPL or the LGPL, and not to allow others to
29 * use your version of this file under the terms of the MPL, indicate your
30 * decision by deleting the provisions above and replace them with the notice
31 * and other provisions required by the GPL or the LGPL. If you do not delete
32 * the provisions above, a recipient may use your version of this file under
33 * the terms of any one of the MPL, the GPL or the LGPL.
34 *
35 * ***** END LICENSE BLOCK ***** */
36
37/* ==== smileys.css ====================================================
38 == Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv
39 == into skinnable images.
40 ========================================================================== */
41
42/* ::::: we also represent smilies inside of spans ::::: */
43
44span.moz-smiley-s1,
45span.moz-smiley-s2,
46span.moz-smiley-s3,
47span.moz-smiley-s4,
48span.moz-smiley-s5,
49span.moz-smiley-s6,
50span.moz-smiley-s7,
51span.moz-smiley-s8,
52span.moz-smiley-s9,
53span.moz-smiley-s10,
54span.moz-smiley-s11,
55span.moz-smiley-s12,
56span.moz-smiley-s13,
57span.moz-smiley-s14,
58span.moz-smiley-s15,
59span.moz-smiley-s16
60{
61 font-size: 17px;
62 padding-left: 20px;
63 margin-left: 2px;
64 margin-top: 2px;
65 background-repeat: no-repeat;
66 -moz-user-select: all;
67 background-position: center center;
68}
69
70span.moz-smiley-s1 > span,
71span.moz-smiley-s2 > span,
72span.moz-smiley-s3 > span,
73span.moz-smiley-s4 > span,
74span.moz-smiley-s5 > span,
75span.moz-smiley-s6 > span,
76span.moz-smiley-s7 > span,
77span.moz-smiley-s8 > span,
78span.moz-smiley-s9 > span,
79span.moz-smiley-s10 > span,
80span.moz-smiley-s11 > span,
81span.moz-smiley-s12 > span,
82span.moz-smiley-s13 > span,
83span.moz-smiley-s14 > span,
84span.moz-smiley-s15 > span,
85span.moz-smiley-s16 > span
86{
87 display: none;
88}
89
90/* smile */
91span.moz-smiley-s1{
92 background-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
93}
94
95/* frown */
96span.moz-smiley-s2 {
97 background-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
98}
99
100/* wink */
101span.moz-smiley-s3 {
102 background-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
103}
104
105/* tongue */
106span.moz-smiley-s4 {
107 background-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
108}
109
110/* laughing */
111span.moz-smiley-s5 {
112 background-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
113}
114
115/* embarassed */
116span.moz-smiley-s6 {
117 background-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
118}
119
120/* undecided */
121span.moz-smiley-s7 {
122 background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
123}
124
125/* suprise */
126span.moz-smiley-s8 {
127 background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
128}
129
130/* kiss */
131span.moz-smiley-s9 {
132 background-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
133}
134
135/* yell */
136span.moz-smiley-s10 {
137 background-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
138}
139
140/* cool */
141span.moz-smiley-s11 {
142 background-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
143}
144
145/* money */
146span.moz-smiley-s12 {
147 background-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
148}
149
150/* foot */
151span.moz-smiley-s13 {
152 background-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
153}
154
155/* innocent */
156span.moz-smiley-s14 {
157 background-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
158}
159
160/* cry */
161span.moz-smiley-s15 {
162 background-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
163}
164
165/* sealed */
166span.moz-smiley-s16 {
167 background-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
168}