]> git.mxchange.org Git - friendica.git/blob - view/fonts/shashape.css
updated the CSS file for the ShaShape iconset
[friendica.git] / view / fonts / shashape.css
1 /*
2  * Friendica ShaShape font by Andi Stadler, 2015
3  */
4
5 @font-face {
6     font-family: 'ShaShape';
7     src: url('friendica_shashape.ttf') format('truetype');
8 }
9 .shashape {
10     font-family: ShaShape;
11     font-weight: normal;
12     font-style: normal;
13 }
14 .shashape.friendica:before {
15     content: "3";
16 }
17 .shashape.archive:before{
18     content: "a";
19 }
20 .shashape.base:before{
21     content: "b";
22 }
23 .shashape.cloud:before{
24     content: "c";
25 }
26 .shashape.download:before{
27     content: "d";
28 }
29 .shashape.event:before{
30     content: "e";
31 }
32 .shashape.friends:before{
33     content: "f";
34 }
35 .shashape.group:before{
36     content: "g";
37 }
38 .shashape.home:before{
39     content: "h";
40 }
41 .shashape.iglu:before{
42     content: "i";
43 }
44 .shashape.flag:before{
45     content: "j";
46 }
47 .shashape.star:before{
48     content: "k";
49 }
50 .shashape.star-full:before{
51     content: "l";
52 }
53 .shashape.message:before{
54     content: "m";
55 }
56 .shashape.network:before{
57     content: "n";
58 }
59 .shashape.settings:before{
60     content: "o";
61 }
62 .shashape.profile:before{
63     content: "p";
64 }
65 .shashape.skip:before{
66     content: "q";
67 }
68 .shashape.reload:before{
69     content: "r";
70 }
71 .shashape.search:before{
72     content: "s";
73 }
74 .shashape.time:before{
75     content: "t";
76 }
77 .shashape.undo:before{
78     content: "u";
79 }
80 .shashape.logout:before,
81 .shashape.logged-in:before{
82     content: "v";
83 }
84 .shashape.login:before,
85 .shashape.logged-out:before{
86     content: "w";
87 }
88 .shashape.delete:before{
89     content: "x";
90 }
91 .shashape.source:before{
92     content: "y";
93 }
94 .shashape.signature:before{
95     content: "z";
96 }
97 .shashape.like:before{
98     content: "A";
99 }
100 .shashape.hesitate:before{
101     content: "B";
102 }
103 .shashape.unlike:before,
104 .shashape.nolike:before{
105     content: "C";
106 }
107 /* uppercase D is not defined at the moment
108  .shashape.hash:before{
109     content: "D";
110 } */
111 .shashape.arrow7:before{
112     content: "E";
113 }
114 .shashape.follow:before{
115     content: "F";
116 }
117 .shashape.follower:before{
118     content: "G";
119 }
120 .shashape.hand:before{
121     content: "H";
122 }
123 .shashape.help:before{
124     content: "I";
125 }
126 .shashape.arrow-leftright:before{
127     content: "J";
128 }
129 .shashape.arrow-updown:before{
130     content: "K";
131 }
132 /* uppercase L is not defined at the moment
133 .shashape.lock:before{
134     content: "L";
135 } */
136 .shashape.arrow-left:before{
137     content: "M";
138 }
139 .shashape.arrow-right:before{
140     content: "N";
141 }
142 .shashape.setting2:before,
143 .shashape.admin:before{
144     content: "O";
145 }
146 .shashape.arrow-down:before{
147     content: "P";
148 }
149 .shashape.arrow-up:before{
150     content: "Q";
151 }
152 .shashape.request:before{
153     content: "R";
154 }
155 .shashape.arrow-up2:before{
156     content: "S";
157 }
158 .shashape.arrow-down2:before{
159     content: "T";
160 }
161 .shashape.arrow-left2:before{
162     content: "U";
163 }
164 .shashape.arrow-right2:before{
165     content: "V";
166 }
167 .shashape.arrow-updown2:before{
168     content: "W";
169 }
170 .shashape.arrow-leftright2:before{
171     content: "X";
172 }
173 .shashape.arrow-leftright3:before{
174     content: "Y";
175 }
176 .shashape.arrow-updown3:before{
177     content: "Z";
178 }
179 .shashape.hash:before{
180     content: "/";
181 }
182 .shashape.tag:before{
183     content: "=";
184 }
185 .shashape.lock-open:before{
186     content: "?";
187 }
188 .shashape.lock-closed:before{
189     content: ")";
190 }
191 .shashape.yes:before{
192     content: "+";
193 }
194 .shashape.hmm:before{
195     content: ",";
196 }
197 .shashape.no:before{
198     content: "-";
199 }
200 .shashape.blank:before{
201     content: ".";
202 }
203 .shashape.see:before{
204     content: ":";
205 }
206 .shashape.blind:before{
207     content: ";";
208 }
209 .shashape.edit:before{
210     content: "<";
211 }
212 .shashape.stamp:before{
213     content: ">";
214 }
215 .shashape.heart:before{
216     content: "_";
217 }
218