]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/smileys.css
Twitter: Fetch the contact relation
[friendica-addons.git] / jappixmini / jappix / css / smileys.css
1 /*
2
3 Jappix - An open social platform
4 This is the smileys CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 16/02/11
11
12 */
13
14 .emoticon {
15         width: 16px;
16         height: 16px;
17 }
18
19 a.emoticon {
20         margin: 2px;
21         float: left;
22 }
23
24 a.emoticon:hover,
25 a.emoticon:focus {
26         opacity: 0.8;
27 }
28
29 a.emoticon:active {
30         opacity: 0.7;
31 }
32
33 img.emoticon {
34         border: 0 none;
35         vertical-align: bottom;
36 }
37
38 .emoticon-biggrin {
39         background-position: 0 0;
40 }
41
42 .emoticon-devil {
43         background-position: -16px 0;
44 }
45
46 .emoticon-coolglasses {
47         background-position: -32px 0;
48 }
49
50 .emoticon-tongue {
51         background-position: -48px 0;
52 }
53
54 .emoticon-smile {
55         background-position: -64px 0;
56 }
57
58 .emoticon-wink {
59         background-position: -80px 0;
60 }
61
62 .emoticon-blush {
63         background-position: -96px 0;
64 }
65
66 .emoticon-stare {
67         background-position: -112px 0;
68 }
69
70 .emoticon-frowning {
71         background-position: -128px 0;
72 }
73
74 .emoticon-oh {
75         background-position: -144px 0;
76 }
77
78 .emoticon-unhappy {
79         background-position: -160px 0;
80 }
81
82 .emoticon-cry {
83         background-position: -176px 0;
84 }
85
86 .emoticon-angry {
87         background-position: -192px 0;
88 }
89
90 .emoticon-puke {
91         background-position: -208px 0;
92 }
93
94 .emoticon-hugright {
95         background-position: -224px 0;
96 }
97
98 .emoticon-hugleft {
99         background-position: -240px 0;
100 }
101
102 .emoticon-lion {
103         background-position: -256px 0;
104 }
105
106 .emoticon-pussy {
107         background-position: -272px 0;
108 }
109
110 .emoticon-bat {
111         background-position: -288px 0;
112 }
113
114 .emoticon-kiss {
115         background-position: -304px 0;
116 }
117
118 .emoticon-heart {
119         background-position: -320px 0;
120 }
121
122 .emoticon-brheart {
123         background-position: -336px 0;
124 }
125
126 .emoticon-flower {
127         background-position: -352px 0;
128 }
129
130 .emoticon-brflower {
131         background-position: -368px 0;
132 }
133
134 .emoticon-thumbup {
135         background-position: -384px 0;
136 }
137
138 .emoticon-thumbdown {
139         background-position: -400px 0;
140 }
141
142 .emoticon-lamp {
143         background-position: -416px 0;
144 }
145
146 .emoticon-coffee {
147         background-position: -432px 0;
148 }
149
150 .emoticon-drink {
151         background-position: -448px 0;
152 }
153
154 .emoticon-beer {
155         background-position: -464px 0;
156 }
157
158 .emoticon-boy {
159         background-position: -480px 0;
160 }
161
162 .emoticon-girl {
163         background-position: -496px 0;
164 }
165
166 .emoticon-phone {
167         background-position: -512px 0;
168 }
169
170 .emoticon-photo {
171         background-position: -528px 0;
172 }
173
174 .emoticon-music {
175         background-position: -544px 0;
176 }
177
178 .emoticon-cuffs {
179         background-position: -560px 0;
180 }
181
182 .emoticon-mail {
183         background-position: -576px 0;
184 }
185
186 .emoticon-rainbow {
187         background-position: -592px 0;
188 }
189
190 .emoticon-star {
191         background-position: -608px 0;
192 }
193
194 .emoticon-moon {
195         background-position: -624px 0;
196 }