update both themes for suite default theme changes up to 2010-06-19
[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
d84b9613 42@namespace url("http://www.w3.org/1999/xhtml");
43
76983f4c 44/* ::::: we also represent smilies inside of spans ::::: */
45
46span.moz-smiley-s1,
47span.moz-smiley-s2,
48span.moz-smiley-s3,
49span.moz-smiley-s4,
50span.moz-smiley-s5,
51span.moz-smiley-s6,
466aa5b2
RK
52span.moz-smiley-s7,
53span.moz-smiley-s8,
54span.moz-smiley-s9,
55span.moz-smiley-s10,
56span.moz-smiley-s11,
57span.moz-smiley-s12,
58span.moz-smiley-s13,
59span.moz-smiley-s14,
60span.moz-smiley-s15,
61span.moz-smiley-s16
76983f4c 62{
466aa5b2
RK
63 display: inline-block;
64 vertical-align: middle;
76983f4c 65 -moz-user-select: all;
76983f4c 66}
67
68span.moz-smiley-s1 > span,
69span.moz-smiley-s2 > span,
70span.moz-smiley-s3 > span,
71span.moz-smiley-s4 > span,
72span.moz-smiley-s5 > span,
73span.moz-smiley-s6 > span,
74span.moz-smiley-s7 > span,
466aa5b2
RK
75span.moz-smiley-s8 > span,
76span.moz-smiley-s9 > span,
77span.moz-smiley-s10 > span,
78span.moz-smiley-s11 > span,
79span.moz-smiley-s12 > span,
80span.moz-smiley-s13 > span,
81span.moz-smiley-s14 > span,
82span.moz-smiley-s15 > span,
83span.moz-smiley-s16 > span
76983f4c 84{
85 display: none;
86}
87
88/* smile */
466aa5b2 89span.moz-smiley-s1:before {
aeb317b8 90 content: url("chrome://communicator/skin/icons/smileys/smiley-smile.png");
76983f4c 91}
92
93/* frown */
466aa5b2 94span.moz-smiley-s2:before {
aeb317b8 95 content: url("chrome://communicator/skin/icons/smileys/smiley-frown.png");
76983f4c 96}
97
98/* wink */
466aa5b2 99span.moz-smiley-s3:before {
aeb317b8 100 content: url("chrome://communicator/skin/icons/smileys/smiley-wink.png");
76983f4c 101}
102
103/* tongue */
466aa5b2 104span.moz-smiley-s4:before {
aeb317b8 105 content: url("chrome://communicator/skin/icons/smileys/smiley-tongue.png");
76983f4c 106}
107
108/* laughing */
466aa5b2 109span.moz-smiley-s5:before {
aeb317b8 110 content: url("chrome://communicator/skin/icons/smileys/smiley-laughing.png");
76983f4c 111}
112
aeb317b8 113/* embarrassed */
466aa5b2 114span.moz-smiley-s6:before {
aeb317b8 115 content: url("chrome://communicator/skin/icons/smileys/smiley-embarrassed.png");
76983f4c 116}
117
118/* undecided */
466aa5b2 119span.moz-smiley-s7:before {
aeb317b8 120 content: url("chrome://communicator/skin/icons/smileys/smiley-undecided.png");
76983f4c 121}
122
1697de53 123/* surprise */
466aa5b2 124span.moz-smiley-s8:before {
aeb317b8 125 content: url("chrome://communicator/skin/icons/smileys/smiley-surprise.png");
76983f4c 126}
127
128/* kiss */
466aa5b2 129span.moz-smiley-s9:before {
aeb317b8 130 content: url("chrome://communicator/skin/icons/smileys/smiley-kiss.png");
76983f4c 131}
132
133/* yell */
466aa5b2 134span.moz-smiley-s10:before {
aeb317b8 135 content: url("chrome://communicator/skin/icons/smileys/smiley-yell.png");
76983f4c 136}
137
138/* cool */
466aa5b2 139span.moz-smiley-s11:before {
aeb317b8 140 content: url("chrome://communicator/skin/icons/smileys/smiley-cool.png");
76983f4c 141}
142
143/* money */
466aa5b2 144span.moz-smiley-s12:before {
aeb317b8 145 content: url("chrome://communicator/skin/icons/smileys/smiley-money.png");
76983f4c 146}
147
148/* foot */
466aa5b2 149span.moz-smiley-s13:before {
aeb317b8 150 content: url("chrome://communicator/skin/icons/smileys/smiley-foot.png");
76983f4c 151}
152
153/* innocent */
466aa5b2 154span.moz-smiley-s14:before {
aeb317b8 155 content: url("chrome://communicator/skin/icons/smileys/smiley-innocent.png");
76983f4c 156}
157
158/* cry */
466aa5b2 159span.moz-smiley-s15:before {
aeb317b8 160 content: url("chrome://communicator/skin/icons/smileys/smiley-cry.png");
76983f4c 161}
162
163/* sealed */
466aa5b2 164span.moz-smiley-s16:before {
aeb317b8 165 content: url("chrome://communicator/skin/icons/smileys/smiley-sealed.png");
76983f4c 166}