xref: /template/sprintdoc/css/base_fontello-icons.less (revision 437798b6178e7a688f887f2c68d8900d628a4171) !
1/**
2 * This file provides styles for web fonts and icon fonts
3 *
4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
5 */
6
7
8/* icon font */
9.setIconFontFace('fontello','fontello');
10
11.icon, [class^="icon-"], [class*=" icon-"]{
12    .fontello();
13}
14
15
16/* + + + + +  fontello codes  + + + + + */
17/**
18 * If in the Fontello-Packet an icon is added, the code should be supplemented here:
19*/
20
21.icon-emo-happy          { &::before { content: '\e804'; } } /* '' */
22.icon-emo-wink           { &::before { content: '\e805'; } } /* '' */
23.icon-emo-unhappy        { &::before { content: '\e806'; } } /* '' */
24.icon-emo-sleep          { &::before { content: '\e807'; } } /* '' */
25.icon-emo-thumbsup       { &::before { content: '\e808'; } } /* '' */
26.icon-emo-grin           { &::before { content: '\e80c'; } } /* '' */
27.icon-emo-angry          { &::before { content: '\e80d'; } } /* '' */
28.icon-emo-cry            { &::before { content: '\e80f'; } } /* '' */
29.icon-emo-squint         { &::before { content: '\e811'; } } /* '' */
30.icon-emo-laugh          { &::before { content: '\e812'; } } /* '' */
31.icon-emo-wink2          { &::before { content: '\e813'; } } /* '' */
32
33.icon-up                 { &::before { content: '\e853'; } } /* '' */
34.icon-up-small           { &::before { content: '\e82f'; } } /* '' */
35.icon-up-thick           { &::before { content: '\e831'; } } /* '' */
36.icon-up-open-big        { &::before { content: '\e848'; } } /* '' */
37
38.icon-down               { &::before { content: '\e859'; } } /* '' */
39.icon-down-small         { &::before { content: '\e834'; } } /* '' */
40.icon-down-thick         { &::before { content: '\e835'; } } /* '' */
41.icon-down-bold          { &::before { content: '\e883'; } } /* '' */
42
43.icon-right-small        { &::before { content: '\e82d'; } } /* '' */
44.icon-right-thick        { &::before { content: '\e82e'; } } /* '' */
45
46.icon-left-small         { &::before { content: '\e836'; } } /* '' */
47.icon-left-thick         { &::before { content: '\e82c'; } } /* '' */
48.icon-left-bold          { &::before { content: '\e837'; } } /* '' */
49
50.icon-smile              { &::before { content: '\e85e'; } } /* '' */
51.icon-frown              { &::before { content: '\e84b'; } } /* '' */
52.icon-meh                { &::before { content: '\e85f'; } } /* '' */
53
54.icon-help               { &::before { content: '\e83c'; } } /* '' */
55.icon-menu               { &::before { content: '\e854'; } } /* '' */
56.icon-home               { &::before { content: '\e842'; } } /* '' */
57.icon-search             { &::before { content: '\e855'; } } /* '' */
58.icon-user               { &::before { content: '\e833'; } } /* '' */
59.icon-user-circle        { &::before { content: '\e86c'; } } /* '' */
60.icon-login              { &::before { content: '\e845'; } } /* '' */
61.icon-logout             { &::before { content: '\e847'; } } /* '' */
62
63.icon-dividers           { &::before { content: '\e801'; } } /* '' */
64.icon-cog                { &::before { content: '\e84e'; } } /* '' */
65.icon-cog-alt            { &::before { content: '\e818'; } } /* '' */
66.icon-attachment         { &::before { content: '\e832'; } } /* '' */
67.icon-revert-replay      { &::before { content: '\e839'; } } /* '' */
68.icon-bell               { &::before { content: '\e83a'; } } /* '' */
69.icon-bookmark-empty     { &::before { content: '\e83b'; } } /* '' */
70.icon-check              { &::before { content: '\e841'; } } /* '' */
71.icon-checkbox-marked    { &::before { content: '\e844'; } } /* '' */
72.icon-down-open-big      { &::before { content: '\e846'; } } /* '' */
73.icon-star               { &::before { content: '\e860'; } } /* '' */
74.icon-star-outline       { &::before { content: '\e84c'; } } /* '' */
75.icon-sitemap            { &::before { content: '\e84d'; } } /* '' */
76.icon-puzzle             { &::before { content: '\e84f'; } } /* '' */
77.icon-plus               { &::before { content: '\e850'; } } /* '' */
78.icon-minus              { &::before { content: '\e852'; } } /* '' */
79.icon-pencil-1           { &::before { content: '\e851'; } } /* '' */
80.icon-clipboard          { &::before { content: '\e857'; } } /* '' */
81.icon-clipboard-empty    { &::before { content: '\e856'; } } /* '' */
82.icon-clock              { &::before { content: '\e858'; } } /* '' */
83.icon-cloud              { &::before { content: '\e85a'; } } /* '' */
84.icon-mail               { &::before { content: '\e85d'; } } /* '' */
85
86.icon-folder-image       { &::before { content: '\e809'; } } /* '' */
87.icon-file-new           { &::before { content: '\e83d'; } } /* '' */
88.icon-file               { &::before { content: '\e83e'; } } /* '' */
89.icon-file-export:before { content: '\e80a'; } /* '' */
90.icon-files              { &::before { content: '\e849'; } } /* '' */
91
92
93/* + + + + +  additional "after" for nav-pagetools  + + + + + */
94
95.icon-pencil {
96    &::before,
97    &::after { content: '\e840'; }
98}
99.icon-pencil-add {
100    &::before,
101    &::after { content: '\e800'; }
102}
103.icon-revisions-history {
104    &::before,
105    &::after { content: '\e803'; }
106}
107.icon-link {
108    &::before,
109    &::after { content: '\e843'; }
110}
111.icon-file-pdf {
112    &::before,
113    &::after { content: '\e838'; }
114}
115.icon-file-xml {
116    &::before,
117    &::after { content: '\e802'; }
118}
119.icon-up-bold {
120    &::before,
121    &::after { content: '\e830'; }
122}
123.icon-disk {
124    &::before,
125    &::after{ content: '\e85c'; }
126}
127.icon-file-text {
128    &::before,
129    &::after{ content: '\e84a'; }
130}
131.icon-book-open {
132    &::before,
133    &::after { content: '\e83f'; }
134}
135.icon-code-braces {
136    &::before,
137    &::after { content: '\e85b'; }
138}
139.icon-code {
140    &::before,
141    &::after { content: '\e861'; }
142}
143.icon-right-bold {
144    &::before,
145    &::after { content: '\e882'; }
146}
147