]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/css/font2.css
Merge acl-var into develop
[friendica.git] / view / theme / vier / css / font2.css
1 /*  Font Awesome
2     the iconic font designed for use with Twitter Bootstrap
3     -------------------------------------------------------
4     The full suite of pictographic icons, examples, and documentation
5     can be found at: http://fortawesome.github.com/Font-Awesome/
6
7     License
8     -------------------------------------------------------
9     The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
10     http://creativecommons.org/licenses/by/3.0/ A mention of
11     'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
12     source code is considered acceptable attribution (most common on the web).
13     If human readable source code is not available to the end user, a mention in
14     an 'About' or 'Credits' screen is considered acceptable (most common in desktop
15     or mobile software).
16
17     Contact
18     -------------------------------------------------------
19     Email: dave@davegandy.com
20     Twitter: http://twitter.com/fortaweso_me
21     Work: http://lemonwi.se co-founder
22
23     */
24 @font-face {
25   font-family: "FontAwesome";
26   src: url('../font/fontawesome-webfont.eot');
27   src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
28   font-weight: normal;
29   font-style: normal;
30 }
31
32 .icon.s10 {
33   font-size: 0.7em;
34 }
35 .icon.s16 {
36   font-size: 1.2em;
37 }
38 .icon.s22 {
39   font-size: 1.2em;
40 }
41 .icon.s48 {
42   font-size: 2em;
43 }
44
45 /*  Font Awesome styles
46     ------------------------------------------------------- */
47 .icon:before {
48   font-family: FontAwesome;
49   font-weight: normal;
50   font-style: normal;
51   display: inline-block;
52   text-decoration: inherit;
53   vertical-align: top;
54   font-size: 1.2em;
55 }
56 a .icon {
57   display: inline-block;
58   text-decoration: inherit;
59 }
60 /* makes the font 33% larger relative to the icon container */
61 .icon-large:before {
62   vertical-align: top;
63 /*  font-size: 1.3333333333333333em; */
64   font-size: 1.2em;
65 }
66 .btn .icon {
67   /* keeps button heights with and without icons the same */
68
69   line-height: .9em;
70 }
71 li .icon {
72   display: inline-block;
73   width: 1.25em;
74   text-align: center;
75 }
76 li .icon-large.icon {
77   /* 1.5 increased font size for icon-large * 1.25 width */
78
79   width: 1.875em;
80 }
81 li.icon {
82   margin-left: 0;
83   list-style-type: none;
84 }
85 li.icon:before, li[*class="-icon "]:before {
86   text-indent: -2em;
87   text-align: center;
88 }
89 li.icon.icon-large:before {
90   text-indent: -1.3333333333333333em;
91 }
92 /*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
93     readers do not read off random characters that represent icons */
94 .icon-glass:before                { content: "\f000"; }
95 .icon.audio:before                { content: "\f001"; }
96 .icon-search:before               { content: "\f002"; }
97 .icon-envelope:before             { content: "\f003"; }
98 .icon-heart:before                { content: "\f004"; }
99 .icon.star:before                 { content: "\f005"; }
100 .icon-star-empty:before           { content: "\f006"; }
101 .icon-user:before                 { content: "\f007"; }
102 .icon.video:before                { content: "\f008"; }
103 .icon-th-large:before             { content: "\f009"; }
104 .icon-th:before                   { content: "\f00a"; }
105 .icon-th-list:before              { content: "\f00b"; }
106 .icon-ok:before                   { content: "\f00c"; }
107 .icon-remove:before               { content: "\f00d"; }
108 .icon-zoom-in:before              { content: "\f00e"; }
109
110 .icon-zoom-out:before             { content: "\f010"; }
111 .icon-off:before                  { content: "\f011"; }
112 .icon-signal:before               { content: "\f012"; }
113 .icon.gear:before                 { content: "\f013"; }
114 .icon.delete:before               { content: "\f014"; }
115 .icon-home:before                 { content: "\f015"; }
116 .icon.attach:before               { content: "\f016"; }
117 .icon-time:before                 { content: "\f017"; }
118 .icon-road:before                 { content: "\f018"; }
119 .icon-download-alt:before         { content: "\f019"; }
120 .icon-download:before             { content: "\f01a"; }
121 .icon-upload:before               { content: "\f01b"; }
122 .icon-inbox:before                { content: "\f01c"; }
123 .icon-play-circle:before          { content: "\f01d"; }
124 .icon-repeat:before               { content: "\f01e"; }
125
126 /* \f020 doesn't work in Safari. all shifted one down */
127 .icon-refresh:before              { content: "\f021"; }
128 .icon-list-alt:before             { content: "\f022"; }
129 .icon.lock:before                 { content: "\f023"; }
130 .icon-flag:before                 { content: "\f024"; }
131 .icon-headphones:before           { content: "\f025"; }
132 .icon-volume-off:before           { content: "\f026"; }
133 .icon-volume-down:before          { content: "\f027"; }
134 .icon-volume-up:before            { content: "\f028"; }
135 .icon-qrcode:before               { content: "\f029"; }
136 .icon-barcode:before              { content: "\f02a"; }
137 .icon-tag:before                  { content: "\f02b"; }
138 .icon-tags:before                 { content: "\f02c"; }
139 .icon-book:before                 { content: "\f02d"; }
140 .icon-bookmark:before             { content: "\f02e"; }
141 .icon-print:before                { content: "\f02f"; }
142
143 .icon-camera:before               { content: "\f030"; }
144 .icon.camera:before               { content: "\f03e"; }
145 .icon-font:before                 { content: "\f031"; }
146 .icon-bold:before                 { content: "\f032"; }
147 .icon-italic:before               { content: "\f033"; }
148 .icon-text-height:before          { content: "\f034"; }
149 .icon-text-width:before           { content: "\f035"; }
150 .icon-align-left:before           { content: "\f036"; }
151 .icon-align-center:before         { content: "\f037"; }
152 .icon-align-right:before          { content: "\f038"; }
153 .icon-align-justify:before        { content: "\f039"; }
154 .icon-list:before                 { content: "\f03a"; }
155 .icon-indent-left:before          { content: "\f03b"; }
156 .icon-indent-right:before         { content: "\f03c"; }
157 .icon-facetime-video:before       { content: "\f03d"; }
158 .icon-picture:before              { content: "\f03e"; }
159
160 .icon.pencil:before               { content: "\f040"; }
161 .icon-map-marker:before           { content: "\f041"; }
162 .icon-adjust:before               { content: "\f042"; }
163 .icon-tint:before                 { content: "\f043"; }
164 .icon.edit:before                 { content: "\f044"; }
165 .icon-share:before                { content: "\f045"; }
166 .icon.on:before                   { content: "\f046"; }
167 .icon-move:before                 { content: "\f047"; }
168 .icon-step-backward:before        { content: "\f048"; }
169 .icon-fast-backward:before        { content: "\f049"; }
170 .icon-backward:before             { content: "\f04a"; }
171 .icon.play:before                 { content: "\f04b"; }
172 .icon.pause:before                { content: "\f04c"; }
173 .icon-stop:before                 { content: "\f04d"; }
174 .icon-forward:before              { content: "\f04e"; }
175
176 .icon-fast-forward:before         { content: "\f050"; }
177 .icon-step-forward:before         { content: "\f051"; }
178 .icon-eject:before                { content: "\f052"; }
179 .icon-chevron-left:before         { content: "\f053"; }
180 .icon-chevron-right:before        { content: "\f054"; }
181 .icon-plus-sign:before            { content: "\f055"; }
182 .icon-minus-sign:before           { content: "\f056"; }
183 .icon-remove-sign:before          { content: "\f057"; }
184 .icon-ok-sign:before              { content: "\f058"; }
185 .icon-question-sign:before        { content: "\f059"; }
186 .icon-info-sign:before            { content: "\f05a"; }
187 .icon-screenshot:before           { content: "\f05b"; }
188 .icon-remove-circle:before        { content: "\f05c"; }
189 .icon-ok-circle:before            { content: "\f05d"; }
190 .icon-ban-circle:before           { content: "\f05e"; }
191
192 .icon-arrow-left:before           { content: "\f060"; }
193 .icon-arrow-right:before          { content: "\f061"; }
194 .icon-arrow-up:before             { content: "\f062"; }
195 .icon-arrow-down:before           { content: "\f063"; }
196 .icon-share-alt:before            { content: "\f064"; }
197 .icon-resize-full:before          { content: "\f065"; }
198 .icon-resize-small:before         { content: "\f066"; }
199 .icon.add:before                  { content: "\f067"; }
200 .icon-minus:before                { content: "\f068"; }
201 .icon-asterisk:before             { content: "\f069"; }
202 .icon.exclamation:before          { content: "\f06a"; }
203 .icon-gift:before                 { content: "\f06b"; }
204 .icon-leaf:before                 { content: "\f06c"; }
205 .icon-fire:before                 { content: "\f06d"; }
206 .icon-eye-open:before             { content: "\f06e"; }
207
208 .icon-eye-close:before            { content: "\f070"; }
209 .icon-warning-sign:before         { content: "\f071"; }
210 .icon-plane:before                { content: "\f072"; }
211 .icon-calendar:before             { content: "\f073"; }
212 .icon-random:before               { content: "\f074"; }
213 .icon-comment:before              { content: "\f075"; }
214 .icon-magnet:before               { content: "\f076"; }
215 .icon-chevron-up:before           { content: "\f077"; }
216 .icon-chevron-down:before         { content: "\f078"; }
217 .icon-retweet:before              { content: "\f079"; }
218 .icon-shopping-cart:before        { content: "\f07a"; }
219 .icon-folder-close:before         { content: "\f07b"; }
220 .icon-folder-open:before          { content: "\f07c"; }
221 .icon-resize-vertical:before      { content: "\f07d"; }
222 .icon-resize-horizontal:before    { content: "\f07e"; }
223
224 .icon-bar-chart:before            { content: "\f080"; }
225 .icon-twitter-sign:before         { content: "\f081"; }
226 .icon-facebook-sign:before        { content: "\f082"; }
227 .icon-camera-retro:before         { content: "\f083"; }
228 .icon-key:before                  { content: "\f084"; }
229 .icon.gears:before                { content: "\f085"; }
230 .icon-comments:before             { content: "\f086"; }
231 .icon.like:before                 { content: "\f087"; }
232 .icon.dislike:before              { content: "\f088"; }
233 .icon-star-half:before            { content: "\f089"; }
234 .icon-heart-empty:before          { content: "\f08a"; }
235 .icon-signout:before              { content: "\f08b"; }
236 .icon-linkedin-sign:before        { content: "\f08c"; }
237 .icon-pushpin:before              { content: "\f08d"; }
238 .icon.remote-link:before          { content: "\f08e"; }
239
240 .icon-signin:before               { content: "\f090"; }
241 .icon-trophy:before               { content: "\f091"; }
242 .icon-github-sign:before          { content: "\f092"; }
243 .icon-upload-alt:before           { content: "\f093"; }
244 .icon-lemon:before                { content: "\f094"; }
245 .icon-phone:before                { content: "\f095"; }
246 .icon.off:before                  { content: "\f096"; }
247 .icon-bookmark-empty:before       { content: "\f097"; }
248 .icon-phone-sign:before           { content: "\f098"; }
249 .icon-twitter:before              { content: "\f099"; }
250 .icon-facebook:before             { content: "\f09a"; }
251 .icon-github:before               { content: "\f09b"; }
252 .icon.unlock:before               { content: "\f09c"; }
253 .icon-credit-card:before          { content: "\f09d"; }
254 .icon-rss:before                  { content: "\f09e"; }
255
256 .icon-bell-slash:before           { content: "\f1f6"; }
257 .icon-bell-slash-o:before         { content: "\f1f7"; }
258
259 .icon-hdd:before                  { content: "\f0a0"; }
260 .icon-bullhorn:before             { content: "\f0a1"; }
261 .icon.notify:before               { content: "\f0a2"; }
262 .icon.notify.show:before          { content: "\f0f3"; }
263 .icon-certificate:before          { content: "\f0a3"; }
264 .icon-hand-right:before           { content: "\f0a4"; }
265 .icon-hand-left:before            { content: "\f0a5"; }
266 .icon-hand-up:before              { content: "\f0a6"; }
267 .icon-hand-down:before            { content: "\f0a7"; }
268 .icon-circle-arrow-left:before    { content: "\f0a8"; }
269 .icon-circle-arrow-right:before   { content: "\f0a9"; }
270 .icon-circle-arrow-up:before      { content: "\f0aa"; }
271 .icon-circle-arrow-down:before    { content: "\f0ab"; }
272 .icon.globe:before                { content: "\f0ac"; }
273 .icon-wrench:before               { content: "\f0ad"; }
274 .icon-tasks:before                { content: "\f0ae"; }
275
276 .icon-filter:before               { content: "\f0b0"; }
277 .icon-briefcase:before            { content: "\f0b1"; }
278 .icon-fullscreen:before           { content: "\f0b2"; }
279
280 .icon-group:before                { content: "\f0c0"; }
281 .icon.link:before                 { content: "\f0c1"; }
282 .icon-cloud:before                { content: "\f0c2"; }
283 .icon-beaker:before               { content: "\f0c3"; }
284 .icon-cut:before                  { content: "\f0c4"; }
285 .icon-copy:before                 { content: "\f0c5"; }
286 .icon-paper-clip:before           { content: "\f0c6"; }
287 .icon-save:before                 { content: "\f0c7"; }
288 .icon-sign-blank:before           { content: "\f0c8"; }
289 .icon-reorder:before              { content: "\f0c9"; }
290 .icon-list-ul:before              { content: "\f0ca"; }
291 .icon-list-ol:before              { content: "\f0cb"; }
292 .icon-strikethrough:before        { content: "\f0cc"; }
293 .icon-underline:before            { content: "\f0cd"; }
294 .icon-table:before                { content: "\f0ce"; }
295
296 .icon-magic:before                { content: "\f0d0"; }
297 .icon-truck:before                { content: "\f0d1"; }
298 .icon-pinterest:before            { content: "\f0d2"; }
299 .icon-pinterest-sign:before       { content: "\f0d3"; }
300 .icon-google-plus-sign:before     { content: "\f0d4"; }
301 .icon-google-plus:before          { content: "\f0d5"; }
302 .icon-money:before                { content: "\f0d6"; }
303 .icon.menu:before                 { content: "\f0d7"; }
304 .icon-caret-up:before             { content: "\f0d8"; }
305 .icon-caret-left:before           { content: "\f0d9"; }
306 .icon-caret-right:before          { content: "\f0da"; }
307 .icon-columns:before              { content: "\f0db"; }
308 .icon-sort:before                 { content: "\f0dc"; }
309 .icon-sort-down:before            { content: "\f0dd"; }
310 .icon-sort-up:before              { content: "\f0de"; }
311
312 .icon-envelope-alt:before         { content: "\f0e0"; }
313 .icon-linkedin:before             { content: "\f0e1"; }
314 .icon-undo:before                 { content: "\f0e2"; }
315 .icon-legal:before                { content: "\f0e3"; }
316 .icon-dashboard:before            { content: "\f0e4"; }
317 .icon-comment-alt:before          { content: "\f0e5"; }
318 .icon-comments-alt:before         { content: "\f0e6"; }
319 .icon-bolt:before                 { content: "\f0e7"; }
320 .icon-sitemap:before              { content: "\f0e8"; }
321 .icon-umbrella:before             { content: "\f0e9"; }
322 .icon-paste:before                { content: "\f0ea"; }
323 .icon-sliders:before              { content: "\f1de"; }
324
325 .icon-user-md:before              { content: "\f200"; }
326
327 .icon.type-image:before           { content: "\f03e"; }
328 .icon.type-video:before           { content: "\f008"; }
329 .icon.type-audio:before           { content: "\f001"; }
330 .icon.type-text:before            { content: "\f036"; }
331 .icon.type.unkn:before            { content: "\f059"; }
332
333 .icon.drop:before                 { content: "\f014"; }
334 .icon.drophide:before             { content: "\f014"; }
335
336 .small-pencil:before, .savedsearchdrop:before { 
337   font-family: FontAwesome;
338   font-weight: normal;
339   font-style: normal;
340   display: inline-block;
341   text-decoration: inherit;
342   vertical-align: top;
343 }
344
345 .small-pencil:before     { content: "\f040"; }
346 .savedsearchdrop:before  { content: "\f014"; }