sync with classic development and prepare 1.8 release
[themes.git] / EarlyBlue / communicator / smileys.css
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
44 span.moz-smiley-s1,
45 span.moz-smiley-s2,
46 span.moz-smiley-s3,
47 span.moz-smiley-s4,
48 span.moz-smiley-s5,
49 span.moz-smiley-s6,
50 span.moz-smiley-s7, 
51 span.moz-smiley-s8, 
52 span.moz-smiley-s9, 
53 span.moz-smiley-s10, 
54 span.moz-smiley-s11, 
55 span.moz-smiley-s12, 
56 span.moz-smiley-s13, 
57 span.moz-smiley-s14, 
58 span.moz-smiley-s15, 
59 span.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
70 span.moz-smiley-s1 > span,
71 span.moz-smiley-s2 > span,
72 span.moz-smiley-s3 > span,
73 span.moz-smiley-s4 > span,
74 span.moz-smiley-s5 > span,
75 span.moz-smiley-s6 > span,
76 span.moz-smiley-s7 > span,
77 span.moz-smiley-s8 > span, 
78 span.moz-smiley-s9 > span, 
79 span.moz-smiley-s10 > span, 
80 span.moz-smiley-s11 > span, 
81 span.moz-smiley-s12 > span, 
82 span.moz-smiley-s13 > span, 
83 span.moz-smiley-s14 > span, 
84 span.moz-smiley-s15 > span, 
85 span.moz-smiley-s16 > span 
86 {
87     display: none;
88 }
89
90 /* smile */
91 span.moz-smiley-s1{
92   background-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
93 }
94
95 /* frown */
96 span.moz-smiley-s2 {
97   background-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
98 }
99
100 /* wink */
101 span.moz-smiley-s3 {
102   background-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
103 }
104
105 /* tongue */
106 span.moz-smiley-s4 { 
107   background-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
108 }
109
110 /* laughing */
111 span.moz-smiley-s5 {
112   background-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
113 }
114
115 /* embarassed */
116 span.moz-smiley-s6 {
117   background-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
118 }
119
120 /* undecided */
121 span.moz-smiley-s7 {
122   background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
123 }
124
125 /* suprise */
126 span.moz-smiley-s8 {
127   background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
128 }
129
130 /* kiss */
131 span.moz-smiley-s9 {
132   background-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
133 }
134
135 /* yell */
136 span.moz-smiley-s10 {
137   background-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
138 }
139
140 /* cool */
141 span.moz-smiley-s11 {
142   background-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
143 }
144
145 /* money */
146 span.moz-smiley-s12 {
147   background-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
148 }
149
150 /* foot */
151 span.moz-smiley-s13 {
152   background-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
153 }
154
155 /* innocent */
156 span.moz-smiley-s14 {
157   background-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
158 }
159
160 /* cry */
161 span.moz-smiley-s15 {
162   background-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
163 }
164
165 /* sealed */
166 span.moz-smiley-s16 {
167   background-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
168 }