keep up with trunk development
[themes.git] / LCARStrek / communicator / smileys.css
CommitLineData
3d6dd546 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
3d6dd546 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,
d84b9613 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
3d6dd546 62{
63 font-size: 17px;
d84b9613 64 padding-left: 20px;
65 margin-left: 2px;
3d6dd546 66 margin-top: 2px;
d84b9613 67 background-repeat: no-repeat;
3d6dd546 68 -moz-user-select: all;
69 background-position: center center;
70}
71
72span.moz-smiley-s1 > span,
73span.moz-smiley-s2 > span,
74span.moz-smiley-s3 > span,
75span.moz-smiley-s4 > span,
76span.moz-smiley-s5 > span,
77span.moz-smiley-s6 > span,
78span.moz-smiley-s7 > span,
d84b9613 79span.moz-smiley-s8 > span,
80span.moz-smiley-s9 > span,
81span.moz-smiley-s10 > span,
82span.moz-smiley-s11 > span,
83span.moz-smiley-s12 > span,
84span.moz-smiley-s13 > span,
85span.moz-smiley-s14 > span,
86span.moz-smiley-s15 > span,
87span.moz-smiley-s16 > span
3d6dd546 88{
89 display: none;
90}
91
92/* smile */
93span.moz-smiley-s1{
94 background-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
95}
96
97/* frown */
98span.moz-smiley-s2 {
99 background-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
100}
101
102/* wink */
103span.moz-smiley-s3 {
104 background-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
105}
106
107/* tongue */
d84b9613 108span.moz-smiley-s4 {
3d6dd546 109 background-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
110}
111
112/* laughing */
113span.moz-smiley-s5 {
114 background-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
115}
116
117/* embarassed */
118span.moz-smiley-s6 {
119 background-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
120}
121
122/* undecided */
123span.moz-smiley-s7 {
124 background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
125}
126
8c976b60 127/* surprise */
3d6dd546 128span.moz-smiley-s8 {
129 background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
130}
131
132/* kiss */
133span.moz-smiley-s9 {
134 background-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
135}
136
137/* yell */
138span.moz-smiley-s10 {
139 background-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
140}
141
142/* cool */
143span.moz-smiley-s11 {
144 background-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
145}
146
147/* money */
148span.moz-smiley-s12 {
149 background-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
150}
151
152/* foot */
153span.moz-smiley-s13 {
154 background-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
155}
156
157/* innocent */
158span.moz-smiley-s14 {
159 background-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
160}
161
162/* cry */
163span.moz-smiley-s15 {
164 background-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
165}
166
167/* sealed */
168span.moz-smiley-s16 {
169 background-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
170}