woople-theme 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/stylesheets/woople-theme/base.css.less +5 -3
- data/app/assets/stylesheets/woople-theme/colours.css.less +2 -0
- data/app/assets/stylesheets/woople-theme/content-item.css.less +2 -11
- data/app/assets/stylesheets/woople-theme/full_control.css.less +34 -0
- data/app/assets/stylesheets/woople-theme/index.css.less +1 -2
- data/app/assets/stylesheets/woople-theme/outline.css.less +5 -0
- data/app/assets/stylesheets/woople-theme/profile.css.less +2 -2
- data/app/assets/stylesheets/woople-theme/theme-retina.css +1 -16
- data/app/assets/stylesheets/woople-theme/variables.css.less +5 -4
- data/app/presenters/outline_video_presenter.rb +19 -23
- data/app/views/layouts/theme.html.erb +2 -2
- data/app/views/woople-theme/_content_item_header.html.erb +1 -1
- data/app/views/woople-theme/_outline_download.html.erb +6 -6
- data/app/views/woople-theme/_outline_video.html.erb +6 -7
- data/app/views/woople-theme/_outline_videos.html.erb +1 -1
- data/lib/woople-theme/version.rb +1 -1
- data/vendor/assets/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/font-awesome/fontawesome-webfont.svg +255 -0
- data/vendor/assets/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/vendor/assets/stylesheets/font-awesome/font-awesome-ie7.less +245 -0
- data/vendor/assets/stylesheets/font-awesome/font-awesome.less +329 -0
- metadata +8 -1
Binary file
|
Binary file
|
@@ -0,0 +1,245 @@
|
|
1
|
+
[class^="icon-"],
|
2
|
+
[class*=" icon-"] {
|
3
|
+
font-family: FontAwesome;
|
4
|
+
font-style: normal;
|
5
|
+
font-weight: normal;
|
6
|
+
}
|
7
|
+
|
8
|
+
.btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] {
|
9
|
+
/* keeps button heights with and without icons the same */
|
10
|
+
line-height: 1.4em;
|
11
|
+
}
|
12
|
+
|
13
|
+
.icon-large {
|
14
|
+
font-size: 1.3333em;
|
15
|
+
}
|
16
|
+
|
17
|
+
.ie7icon(@inner) {
|
18
|
+
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '@{inner} ')";
|
19
|
+
}
|
20
|
+
|
21
|
+
.icon-glass { .ie7icon(''); }
|
22
|
+
.icon-music { .ie7icon(''); }
|
23
|
+
.icon-search { .ie7icon(''); }
|
24
|
+
.icon-envelope { .ie7icon(''); }
|
25
|
+
.icon-heart { .ie7icon(''); }
|
26
|
+
.icon-star { .ie7icon(''); }
|
27
|
+
.icon-star-empty { .ie7icon(''); }
|
28
|
+
.icon-user { .ie7icon(''); }
|
29
|
+
.icon-film { .ie7icon(''); }
|
30
|
+
.icon-th-large { .ie7icon(''); }
|
31
|
+
.icon-th { .ie7icon(''); }
|
32
|
+
.icon-th-list { .ie7icon(''); }
|
33
|
+
.icon-ok { .ie7icon(''); }
|
34
|
+
.icon-remove { .ie7icon(''); }
|
35
|
+
.icon-zoom-in { .ie7icon(''); }
|
36
|
+
|
37
|
+
.icon-zoom-out { .ie7icon(''); }
|
38
|
+
.icon-off { .ie7icon(''); }
|
39
|
+
.icon-signal { .ie7icon(''); }
|
40
|
+
.icon-cog { .ie7icon(''); }
|
41
|
+
.icon-trash { .ie7icon(''); }
|
42
|
+
.icon-home { .ie7icon(''); }
|
43
|
+
.icon-file { .ie7icon(''); }
|
44
|
+
.icon-time { .ie7icon(''); }
|
45
|
+
.icon-road { .ie7icon(''); }
|
46
|
+
.icon-download-alt { .ie7icon(''); }
|
47
|
+
.icon-download { .ie7icon(''); }
|
48
|
+
.icon-upload { .ie7icon(''); }
|
49
|
+
.icon-inbox { .ie7icon(''); }
|
50
|
+
.icon-play-circle { .ie7icon(''); }
|
51
|
+
.icon-repeat { .ie7icon(''); }
|
52
|
+
|
53
|
+
.icon-refresh { .ie7icon(''); }
|
54
|
+
.icon-list-alt { .ie7icon(''); }
|
55
|
+
.icon-lock { .ie7icon(''); }
|
56
|
+
.icon-flag { .ie7icon(''); }
|
57
|
+
.icon-headphones { .ie7icon(''); }
|
58
|
+
.icon-volume-off { .ie7icon(''); }
|
59
|
+
.icon-volume-down { .ie7icon(''); }
|
60
|
+
.icon-volume-up { .ie7icon(''); }
|
61
|
+
.icon-qrcode { .ie7icon(''); }
|
62
|
+
.icon-barcode { .ie7icon(''); }
|
63
|
+
.icon-tag { .ie7icon(''); }
|
64
|
+
.icon-tags { .ie7icon(''); }
|
65
|
+
.icon-book { .ie7icon(''); }
|
66
|
+
.icon-bookmark { .ie7icon(''); }
|
67
|
+
.icon-print { .ie7icon(''); }
|
68
|
+
|
69
|
+
.icon-camera { .ie7icon(''); }
|
70
|
+
.icon-font { .ie7icon(''); }
|
71
|
+
.icon-bold { .ie7icon(''); }
|
72
|
+
.icon-italic { .ie7icon(''); }
|
73
|
+
.icon-text-height { .ie7icon(''); }
|
74
|
+
.icon-text-width { .ie7icon(''); }
|
75
|
+
.icon-align-left { .ie7icon(''); }
|
76
|
+
.icon-align-center { .ie7icon(''); }
|
77
|
+
.icon-align-right { .ie7icon(''); }
|
78
|
+
.icon-align-justify { .ie7icon(''); }
|
79
|
+
.icon-list { .ie7icon(''); }
|
80
|
+
.icon-indent-left { .ie7icon(''); }
|
81
|
+
.icon-indent-right { .ie7icon(''); }
|
82
|
+
.icon-facetime-video { .ie7icon(''); }
|
83
|
+
.icon-picture { .ie7icon(''); }
|
84
|
+
|
85
|
+
.icon-pencil { .ie7icon(''); }
|
86
|
+
.icon-map-marker { .ie7icon(''); }
|
87
|
+
.icon-adjust { .ie7icon(''); }
|
88
|
+
.icon-tint { .ie7icon(''); }
|
89
|
+
.icon-edit { .ie7icon(''); }
|
90
|
+
.icon-share { .ie7icon(''); }
|
91
|
+
.icon-check { .ie7icon(''); }
|
92
|
+
.icon-move { .ie7icon(''); }
|
93
|
+
.icon-step-backward { .ie7icon(''); }
|
94
|
+
.icon-fast-backward { .ie7icon(''); }
|
95
|
+
.icon-backward { .ie7icon(''); }
|
96
|
+
.icon-play { .ie7icon(''); }
|
97
|
+
.icon-pause { .ie7icon(''); }
|
98
|
+
.icon-stop { .ie7icon(''); }
|
99
|
+
.icon-forward { .ie7icon(''); }
|
100
|
+
|
101
|
+
.icon-fast-forward { .ie7icon(''); }
|
102
|
+
.icon-step-forward { .ie7icon(''); }
|
103
|
+
.icon-eject { .ie7icon(''); }
|
104
|
+
.icon-chevron-left { .ie7icon(''); }
|
105
|
+
.icon-chevron-right { .ie7icon(''); }
|
106
|
+
.icon-plus-sign { .ie7icon(''); }
|
107
|
+
.icon-minus-sign { .ie7icon(''); }
|
108
|
+
.icon-remove-sign { .ie7icon(''); }
|
109
|
+
.icon-ok-sign { .ie7icon(''); }
|
110
|
+
.icon-question-sign { .ie7icon(''); }
|
111
|
+
.icon-info-sign { .ie7icon(''); }
|
112
|
+
.icon-screenshot { .ie7icon(''); }
|
113
|
+
.icon-remove-circle { .ie7icon(''); }
|
114
|
+
.icon-ok-circle { .ie7icon(''); }
|
115
|
+
.icon-ban-circle { .ie7icon(''); }
|
116
|
+
|
117
|
+
.icon-arrow-left { .ie7icon(''); }
|
118
|
+
.icon-arrow-right { .ie7icon(''); }
|
119
|
+
.icon-arrow-up { .ie7icon(''); }
|
120
|
+
.icon-arrow-down { .ie7icon(''); }
|
121
|
+
.icon-share-alt { .ie7icon(''); }
|
122
|
+
.icon-resize-full { .ie7icon(''); }
|
123
|
+
.icon-resize-small { .ie7icon(''); }
|
124
|
+
.icon-plus { .ie7icon(''); }
|
125
|
+
.icon-minus { .ie7icon(''); }
|
126
|
+
.icon-asterisk { .ie7icon(''); }
|
127
|
+
.icon-exclamation-sign { .ie7icon(''); }
|
128
|
+
.icon-gift { .ie7icon(''); }
|
129
|
+
.icon-leaf { .ie7icon(''); }
|
130
|
+
.icon-fire { .ie7icon(''); }
|
131
|
+
.icon-eye-open { .ie7icon(''); }
|
132
|
+
|
133
|
+
.icon-eye-close { .ie7icon(''); }
|
134
|
+
.icon-warning-sign { .ie7icon(''); }
|
135
|
+
.icon-plane { .ie7icon(''); }
|
136
|
+
.icon-calendar { .ie7icon(''); }
|
137
|
+
.icon-random { .ie7icon(''); }
|
138
|
+
.icon-comment { .ie7icon(''); }
|
139
|
+
.icon-magnet { .ie7icon(''); }
|
140
|
+
.icon-chevron-up { .ie7icon(''); }
|
141
|
+
.icon-chevron-down { .ie7icon(''); }
|
142
|
+
.icon-retweet { .ie7icon(''); }
|
143
|
+
.icon-shopping-cart { .ie7icon(''); }
|
144
|
+
.icon-folder-close { .ie7icon(''); }
|
145
|
+
.icon-folder-open { .ie7icon(''); }
|
146
|
+
.icon-resize-vertical { .ie7icon(''); }
|
147
|
+
.icon-resize-horizontal { .ie7icon(''); }
|
148
|
+
|
149
|
+
.icon-bar-chart { .ie7icon(''); }
|
150
|
+
.icon-twitter-sign { .ie7icon(''); }
|
151
|
+
.icon-facebook-sign { .ie7icon(''); }
|
152
|
+
.icon-camera-retro { .ie7icon(''); }
|
153
|
+
.icon-key { .ie7icon(''); }
|
154
|
+
.icon-cogs { .ie7icon(''); }
|
155
|
+
.icon-comments { .ie7icon(''); }
|
156
|
+
.icon-thumbs-up { .ie7icon(''); }
|
157
|
+
.icon-thumbs-down { .ie7icon(''); }
|
158
|
+
.icon-star-half { .ie7icon(''); }
|
159
|
+
.icon-heart-empty { .ie7icon(''); }
|
160
|
+
.icon-signout { .ie7icon(''); }
|
161
|
+
.icon-linkedin-sign { .ie7icon(''); }
|
162
|
+
.icon-pushpin { .ie7icon(''); }
|
163
|
+
.icon-external-link { .ie7icon(''); }
|
164
|
+
|
165
|
+
.icon-signin { .ie7icon(''); }
|
166
|
+
.icon-trophy { .ie7icon(''); }
|
167
|
+
.icon-github-sign { .ie7icon(''); }
|
168
|
+
.icon-upload-alt { .ie7icon(''); }
|
169
|
+
.icon-lemon { .ie7icon(''); }
|
170
|
+
.icon-phone { .ie7icon(''); }
|
171
|
+
.icon-check-empty { .ie7icon(''); }
|
172
|
+
.icon-bookmark-empty { .ie7icon(''); }
|
173
|
+
.icon-phone-sign { .ie7icon(''); }
|
174
|
+
.icon-twitter { .ie7icon(''); }
|
175
|
+
.icon-facebook { .ie7icon(''); }
|
176
|
+
.icon-github { .ie7icon(''); }
|
177
|
+
.icon-unlock { .ie7icon(''); }
|
178
|
+
.icon-credit-card { .ie7icon(''); }
|
179
|
+
.icon-rss { .ie7icon(''); }
|
180
|
+
|
181
|
+
.icon-hdd { .ie7icon(''); }
|
182
|
+
.icon-bullhorn { .ie7icon(''); }
|
183
|
+
.icon-bell { .ie7icon(''); }
|
184
|
+
.icon-certificate { .ie7icon(''); }
|
185
|
+
.icon-hand-right { .ie7icon(''); }
|
186
|
+
.icon-hand-left { .ie7icon(''); }
|
187
|
+
.icon-hand-up { .ie7icon(''); }
|
188
|
+
.icon-hand-down { .ie7icon(''); }
|
189
|
+
.icon-circle-arrow-left { .ie7icon(''); }
|
190
|
+
.icon-circle-arrow-right { .ie7icon(''); }
|
191
|
+
.icon-circle-arrow-up { .ie7icon(''); }
|
192
|
+
.icon-circle-arrow-down { .ie7icon(''); }
|
193
|
+
.icon-globe { .ie7icon(''); }
|
194
|
+
.icon-wrench { .ie7icon(''); }
|
195
|
+
.icon-tasks { .ie7icon(''); }
|
196
|
+
|
197
|
+
.icon-filter { .ie7icon(''); }
|
198
|
+
.icon-briefcase { .ie7icon(''); }
|
199
|
+
.icon-fullscreen { .ie7icon(''); }
|
200
|
+
|
201
|
+
.icon-group { .ie7icon(''); }
|
202
|
+
.icon-link { .ie7icon(''); }
|
203
|
+
.icon-cloud { .ie7icon(''); }
|
204
|
+
.icon-beaker { .ie7icon(''); }
|
205
|
+
.icon-cut { .ie7icon(''); }
|
206
|
+
.icon-copy { .ie7icon(''); }
|
207
|
+
.icon-paper-clip { .ie7icon(''); }
|
208
|
+
.icon-save { .ie7icon(''); }
|
209
|
+
.icon-sign-blank { .ie7icon(''); }
|
210
|
+
.icon-reorder { .ie7icon(''); }
|
211
|
+
.icon-list-ul { .ie7icon(''); }
|
212
|
+
.icon-list-ol { .ie7icon(''); }
|
213
|
+
.icon-strikethrough { .ie7icon(''); }
|
214
|
+
.icon-underline { .ie7icon(''); }
|
215
|
+
.icon-table { .ie7icon(''); }
|
216
|
+
|
217
|
+
.icon-magic { .ie7icon(''); }
|
218
|
+
.icon-truck { .ie7icon(''); }
|
219
|
+
.icon-pinterest { .ie7icon(''); }
|
220
|
+
.icon-pinterest-sign { .ie7icon(''); }
|
221
|
+
.icon-google-plus-sign { .ie7icon(''); }
|
222
|
+
.icon-google-plus { .ie7icon(''); }
|
223
|
+
.icon-money { .ie7icon(''); }
|
224
|
+
.icon-caret-down { .ie7icon(''); }
|
225
|
+
.icon-caret-up { .ie7icon(''); }
|
226
|
+
.icon-caret-left { .ie7icon(''); }
|
227
|
+
.icon-caret-right { .ie7icon(''); }
|
228
|
+
.icon-columns { .ie7icon(''); }
|
229
|
+
.icon-sort { .ie7icon(''); }
|
230
|
+
.icon-sort-down { .ie7icon(''); }
|
231
|
+
.icon-sort-up { .ie7icon(''); }
|
232
|
+
|
233
|
+
.icon-envelope-alt { .ie7icon(''); }
|
234
|
+
.icon-linkedin { .ie7icon(''); }
|
235
|
+
.icon-undo { .ie7icon(''); }
|
236
|
+
.icon-legal { .ie7icon(''); }
|
237
|
+
.icon-dashboard { .ie7icon(''); }
|
238
|
+
.icon-comment-alt { .ie7icon(''); }
|
239
|
+
.icon-comments-alt { .ie7icon(''); }
|
240
|
+
.icon-bolt { .ie7icon(''); }
|
241
|
+
.icon-sitemap { .ie7icon(''); }
|
242
|
+
.icon-umbrella { .ie7icon(''); }
|
243
|
+
.icon-paste { .ie7icon(''); }
|
244
|
+
|
245
|
+
.icon-user-md { .ie7icon(''); }
|
@@ -0,0 +1,329 @@
|
|
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: Lead Product Designer @ http://kyruus.com
|
22
|
+
|
23
|
+
*/
|
24
|
+
|
25
|
+
@fontAwesomePath: '/assets/font-awesome';
|
26
|
+
|
27
|
+
@font-face {
|
28
|
+
font-family: 'FontAwesome';
|
29
|
+
src: url('@{fontAwesomePath}/fontawesome-webfont.eot');
|
30
|
+
src: url('@{fontAwesomePath}/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
31
|
+
url('@{fontAwesomePath}/fontawesome-webfont.woff') format('woff'),
|
32
|
+
url('@{fontAwesomePath}/fontawesome-webfont.ttf') format('truetype'),
|
33
|
+
url('@{fontAwesomePath}/fontawesome-webfont.svg#FontAwesome') format('svg');
|
34
|
+
font-weight: normal;
|
35
|
+
font-style: normal;
|
36
|
+
}
|
37
|
+
|
38
|
+
/* Font Awesome styles
|
39
|
+
------------------------------------------------------- */
|
40
|
+
[class^="icon-"]:before,
|
41
|
+
[class*=" icon-"]:before {
|
42
|
+
font-family: FontAwesome;
|
43
|
+
font-weight: normal;
|
44
|
+
font-style: normal;
|
45
|
+
display: inline-block;
|
46
|
+
text-decoration: inherit;
|
47
|
+
}
|
48
|
+
|
49
|
+
a [class^="icon-"],
|
50
|
+
a [class*=" icon-"] {
|
51
|
+
display: inline-block;
|
52
|
+
text-decoration: inherit;
|
53
|
+
}
|
54
|
+
|
55
|
+
/* makes the font 33% larger relative to the icon container */
|
56
|
+
.icon-large:before {
|
57
|
+
vertical-align: middle;
|
58
|
+
font-size: 4/3em;
|
59
|
+
}
|
60
|
+
|
61
|
+
.btn, .nav-tabs {
|
62
|
+
[class^="icon-"],
|
63
|
+
[class*=" icon-"] {
|
64
|
+
/* keeps button heights with and without icons the same */
|
65
|
+
line-height: .9em;
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
li {
|
70
|
+
[class^="icon-"],
|
71
|
+
[class*=" icon-"] {
|
72
|
+
display: inline-block;
|
73
|
+
width: 1.25em;
|
74
|
+
text-align: center;
|
75
|
+
}
|
76
|
+
.icon-large:before,
|
77
|
+
.icon-large:before {
|
78
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
79
|
+
width: 1.5*1.25em;
|
80
|
+
}
|
81
|
+
}
|
82
|
+
|
83
|
+
ul.icons {
|
84
|
+
list-style-type: none;
|
85
|
+
margin-left: 2em;
|
86
|
+
text-indent: -.8em;
|
87
|
+
|
88
|
+
li {
|
89
|
+
[class^="icon-"],
|
90
|
+
[class*=" icon-"] {
|
91
|
+
width: .8em;
|
92
|
+
}
|
93
|
+
.icon-large:before,
|
94
|
+
.icon-large:before {
|
95
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
96
|
+
vertical-align: initial;
|
97
|
+
// width: 1.5*1.25em;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
}
|
101
|
+
|
102
|
+
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
103
|
+
readers do not read off random characters that represent icons */
|
104
|
+
.icon-glass:before { content: "\f000"; }
|
105
|
+
.icon-music:before { content: "\f001"; }
|
106
|
+
.icon-search:before { content: "\f002"; }
|
107
|
+
.icon-envelope:before { content: "\f003"; }
|
108
|
+
.icon-heart:before { content: "\f004"; }
|
109
|
+
.icon-star:before { content: "\f005"; }
|
110
|
+
.icon-star-empty:before { content: "\f006"; }
|
111
|
+
.icon-user:before { content: "\f007"; }
|
112
|
+
.icon-film:before { content: "\f008"; }
|
113
|
+
.icon-th-large:before { content: "\f009"; }
|
114
|
+
.icon-th:before { content: "\f00a"; }
|
115
|
+
.icon-th-list:before { content: "\f00b"; }
|
116
|
+
.icon-ok:before { content: "\f00c"; }
|
117
|
+
.icon-remove:before { content: "\f00d"; }
|
118
|
+
.icon-zoom-in:before { content: "\f00e"; }
|
119
|
+
|
120
|
+
.icon-zoom-out:before { content: "\f010"; }
|
121
|
+
.icon-off:before { content: "\f011"; }
|
122
|
+
.icon-signal:before { content: "\f012"; }
|
123
|
+
.icon-cog:before { content: "\f013"; }
|
124
|
+
.icon-trash:before { content: "\f014"; }
|
125
|
+
.icon-home:before { content: "\f015"; }
|
126
|
+
.icon-file:before { content: "\f016"; }
|
127
|
+
.icon-time:before { content: "\f017"; }
|
128
|
+
.icon-road:before { content: "\f018"; }
|
129
|
+
.icon-download-alt:before { content: "\f019"; }
|
130
|
+
.icon-download:before { content: "\f01a"; }
|
131
|
+
.icon-upload:before { content: "\f01b"; }
|
132
|
+
.icon-inbox:before { content: "\f01c"; }
|
133
|
+
.icon-play-circle:before { content: "\f01d"; }
|
134
|
+
.icon-repeat:before { content: "\f01e"; }
|
135
|
+
|
136
|
+
/* \f020 doesn't work in Safari. all shifted one down */
|
137
|
+
.icon-refresh:before { content: "\f021"; }
|
138
|
+
.icon-list-alt:before { content: "\f022"; }
|
139
|
+
.icon-lock:before { content: "\f023"; }
|
140
|
+
.icon-flag:before { content: "\f024"; }
|
141
|
+
.icon-headphones:before { content: "\f025"; }
|
142
|
+
.icon-volume-off:before { content: "\f026"; }
|
143
|
+
.icon-volume-down:before { content: "\f027"; }
|
144
|
+
.icon-volume-up:before { content: "\f028"; }
|
145
|
+
.icon-qrcode:before { content: "\f029"; }
|
146
|
+
.icon-barcode:before { content: "\f02a"; }
|
147
|
+
.icon-tag:before { content: "\f02b"; }
|
148
|
+
.icon-tags:before { content: "\f02c"; }
|
149
|
+
.icon-book:before { content: "\f02d"; }
|
150
|
+
.icon-bookmark:before { content: "\f02e"; }
|
151
|
+
.icon-print:before { content: "\f02f"; }
|
152
|
+
|
153
|
+
.icon-camera:before { content: "\f030"; }
|
154
|
+
.icon-font:before { content: "\f031"; }
|
155
|
+
.icon-bold:before { content: "\f032"; }
|
156
|
+
.icon-italic:before { content: "\f033"; }
|
157
|
+
.icon-text-height:before { content: "\f034"; }
|
158
|
+
.icon-text-width:before { content: "\f035"; }
|
159
|
+
.icon-align-left:before { content: "\f036"; }
|
160
|
+
.icon-align-center:before { content: "\f037"; }
|
161
|
+
.icon-align-right:before { content: "\f038"; }
|
162
|
+
.icon-align-justify:before { content: "\f039"; }
|
163
|
+
.icon-list:before { content: "\f03a"; }
|
164
|
+
.icon-indent-left:before { content: "\f03b"; }
|
165
|
+
.icon-indent-right:before { content: "\f03c"; }
|
166
|
+
.icon-facetime-video:before { content: "\f03d"; }
|
167
|
+
.icon-picture:before { content: "\f03e"; }
|
168
|
+
|
169
|
+
.icon-pencil:before { content: "\f040"; }
|
170
|
+
.icon-map-marker:before { content: "\f041"; }
|
171
|
+
.icon-adjust:before { content: "\f042"; }
|
172
|
+
.icon-tint:before { content: "\f043"; }
|
173
|
+
.icon-edit:before { content: "\f044"; }
|
174
|
+
.icon-share:before { content: "\f045"; }
|
175
|
+
.icon-check:before { content: "\f046"; }
|
176
|
+
.icon-move:before { content: "\f047"; }
|
177
|
+
.icon-step-backward:before { content: "\f048"; }
|
178
|
+
.icon-fast-backward:before { content: "\f049"; }
|
179
|
+
.icon-backward:before { content: "\f04a"; }
|
180
|
+
.icon-play:before { content: "\f04b"; }
|
181
|
+
.icon-pause:before { content: "\f04c"; }
|
182
|
+
.icon-stop:before { content: "\f04d"; }
|
183
|
+
.icon-forward:before { content: "\f04e"; }
|
184
|
+
|
185
|
+
.icon-fast-forward:before { content: "\f050"; }
|
186
|
+
.icon-step-forward:before { content: "\f051"; }
|
187
|
+
.icon-eject:before { content: "\f052"; }
|
188
|
+
.icon-chevron-left:before { content: "\f053"; }
|
189
|
+
.icon-chevron-right:before { content: "\f054"; }
|
190
|
+
.icon-plus-sign:before { content: "\f055"; }
|
191
|
+
.icon-minus-sign:before { content: "\f056"; }
|
192
|
+
.icon-remove-sign:before { content: "\f057"; }
|
193
|
+
.icon-ok-sign:before { content: "\f058"; }
|
194
|
+
.icon-question-sign:before { content: "\f059"; }
|
195
|
+
.icon-info-sign:before { content: "\f05a"; }
|
196
|
+
.icon-screenshot:before { content: "\f05b"; }
|
197
|
+
.icon-remove-circle:before { content: "\f05c"; }
|
198
|
+
.icon-ok-circle:before { content: "\f05d"; }
|
199
|
+
.icon-ban-circle:before { content: "\f05e"; }
|
200
|
+
|
201
|
+
.icon-arrow-left:before { content: "\f060"; }
|
202
|
+
.icon-arrow-right:before { content: "\f061"; }
|
203
|
+
.icon-arrow-up:before { content: "\f062"; }
|
204
|
+
.icon-arrow-down:before { content: "\f063"; }
|
205
|
+
.icon-share-alt:before { content: "\f064"; }
|
206
|
+
.icon-resize-full:before { content: "\f065"; }
|
207
|
+
.icon-resize-small:before { content: "\f066"; }
|
208
|
+
.icon-plus:before { content: "\f067"; }
|
209
|
+
.icon-minus:before { content: "\f068"; }
|
210
|
+
.icon-asterisk:before { content: "\f069"; }
|
211
|
+
.icon-exclamation-sign:before { content: "\f06a"; }
|
212
|
+
.icon-gift:before { content: "\f06b"; }
|
213
|
+
.icon-leaf:before { content: "\f06c"; }
|
214
|
+
.icon-fire:before { content: "\f06d"; }
|
215
|
+
.icon-eye-open:before { content: "\f06e"; }
|
216
|
+
|
217
|
+
.icon-eye-close:before { content: "\f070"; }
|
218
|
+
.icon-warning-sign:before { content: "\f071"; }
|
219
|
+
.icon-plane:before { content: "\f072"; }
|
220
|
+
.icon-calendar:before { content: "\f073"; }
|
221
|
+
.icon-random:before { content: "\f074"; }
|
222
|
+
.icon-comment:before { content: "\f075"; }
|
223
|
+
.icon-magnet:before { content: "\f076"; }
|
224
|
+
.icon-chevron-up:before { content: "\f077"; }
|
225
|
+
.icon-chevron-down:before { content: "\f078"; }
|
226
|
+
.icon-retweet:before { content: "\f079"; }
|
227
|
+
.icon-shopping-cart:before { content: "\f07a"; }
|
228
|
+
.icon-folder-close:before { content: "\f07b"; }
|
229
|
+
.icon-folder-open:before { content: "\f07c"; }
|
230
|
+
.icon-resize-vertical:before { content: "\f07d"; }
|
231
|
+
.icon-resize-horizontal:before { content: "\f07e"; }
|
232
|
+
|
233
|
+
.icon-bar-chart:before { content: "\f080"; }
|
234
|
+
.icon-twitter-sign:before { content: "\f081"; }
|
235
|
+
.icon-facebook-sign:before { content: "\f082"; }
|
236
|
+
.icon-camera-retro:before { content: "\f083"; }
|
237
|
+
.icon-key:before { content: "\f084"; }
|
238
|
+
.icon-cogs:before { content: "\f085"; }
|
239
|
+
.icon-comments:before { content: "\f086"; }
|
240
|
+
.icon-thumbs-up:before { content: "\f087"; }
|
241
|
+
.icon-thumbs-down:before { content: "\f088"; }
|
242
|
+
.icon-star-half:before { content: "\f089"; }
|
243
|
+
.icon-heart-empty:before { content: "\f08a"; }
|
244
|
+
.icon-signout:before { content: "\f08b"; }
|
245
|
+
.icon-linkedin-sign:before { content: "\f08c"; }
|
246
|
+
.icon-pushpin:before { content: "\f08d"; }
|
247
|
+
.icon-external-link:before { content: "\f08e"; }
|
248
|
+
|
249
|
+
.icon-signin:before { content: "\f090"; }
|
250
|
+
.icon-trophy:before { content: "\f091"; }
|
251
|
+
.icon-github-sign:before { content: "\f092"; }
|
252
|
+
.icon-upload-alt:before { content: "\f093"; }
|
253
|
+
.icon-lemon:before { content: "\f094"; }
|
254
|
+
.icon-phone:before { content: "\f095"; }
|
255
|
+
.icon-check-empty:before { content: "\f096"; }
|
256
|
+
.icon-bookmark-empty:before { content: "\f097"; }
|
257
|
+
.icon-phone-sign:before { content: "\f098"; }
|
258
|
+
.icon-twitter:before { content: "\f099"; }
|
259
|
+
.icon-facebook:before { content: "\f09a"; }
|
260
|
+
.icon-github:before { content: "\f09b"; }
|
261
|
+
.icon-unlock:before { content: "\f09c"; }
|
262
|
+
.icon-credit-card:before { content: "\f09d"; }
|
263
|
+
.icon-rss:before { content: "\f09e"; }
|
264
|
+
|
265
|
+
.icon-hdd:before { content: "\f0a0"; }
|
266
|
+
.icon-bullhorn:before { content: "\f0a1"; }
|
267
|
+
.icon-bell:before { content: "\f0a2"; }
|
268
|
+
.icon-certificate:before { content: "\f0a3"; }
|
269
|
+
.icon-hand-right:before { content: "\f0a4"; }
|
270
|
+
.icon-hand-left:before { content: "\f0a5"; }
|
271
|
+
.icon-hand-up:before { content: "\f0a6"; }
|
272
|
+
.icon-hand-down:before { content: "\f0a7"; }
|
273
|
+
.icon-circle-arrow-left:before { content: "\f0a8"; }
|
274
|
+
.icon-circle-arrow-right:before { content: "\f0a9"; }
|
275
|
+
.icon-circle-arrow-up:before { content: "\f0aa"; }
|
276
|
+
.icon-circle-arrow-down:before { content: "\f0ab"; }
|
277
|
+
.icon-globe:before { content: "\f0ac"; }
|
278
|
+
.icon-wrench:before { content: "\f0ad"; }
|
279
|
+
.icon-tasks:before { content: "\f0ae"; }
|
280
|
+
|
281
|
+
.icon-filter:before { content: "\f0b0"; }
|
282
|
+
.icon-briefcase:before { content: "\f0b1"; }
|
283
|
+
.icon-fullscreen:before { content: "\f0b2"; }
|
284
|
+
|
285
|
+
.icon-group:before { content: "\f0c0"; }
|
286
|
+
.icon-link:before { content: "\f0c1"; }
|
287
|
+
.icon-cloud:before { content: "\f0c2"; }
|
288
|
+
.icon-beaker:before { content: "\f0c3"; }
|
289
|
+
.icon-cut:before { content: "\f0c4"; }
|
290
|
+
.icon-copy:before { content: "\f0c5"; }
|
291
|
+
.icon-paper-clip:before { content: "\f0c6"; }
|
292
|
+
.icon-save:before { content: "\f0c7"; }
|
293
|
+
.icon-sign-blank:before { content: "\f0c8"; }
|
294
|
+
.icon-reorder:before { content: "\f0c9"; }
|
295
|
+
.icon-list-ul:before { content: "\f0ca"; }
|
296
|
+
.icon-list-ol:before { content: "\f0cb"; }
|
297
|
+
.icon-strikethrough:before { content: "\f0cc"; }
|
298
|
+
.icon-underline:before { content: "\f0cd"; }
|
299
|
+
.icon-table:before { content: "\f0ce"; }
|
300
|
+
|
301
|
+
.icon-magic:before { content: "\f0d0"; }
|
302
|
+
.icon-truck:before { content: "\f0d1"; }
|
303
|
+
.icon-pinterest:before { content: "\f0d2"; }
|
304
|
+
.icon-pinterest-sign:before { content: "\f0d3"; }
|
305
|
+
.icon-google-plus-sign:before { content: "\f0d4"; }
|
306
|
+
.icon-google-plus:before { content: "\f0d5"; }
|
307
|
+
.icon-money:before { content: "\f0d6"; }
|
308
|
+
.icon-caret-down:before { content: "\f0d7"; }
|
309
|
+
.icon-caret-up:before { content: "\f0d8"; }
|
310
|
+
.icon-caret-left:before { content: "\f0d9"; }
|
311
|
+
.icon-caret-right:before { content: "\f0da"; }
|
312
|
+
.icon-columns:before { content: "\f0db"; }
|
313
|
+
.icon-sort:before { content: "\f0dc"; }
|
314
|
+
.icon-sort-down:before { content: "\f0dd"; }
|
315
|
+
.icon-sort-up:before { content: "\f0de"; }
|
316
|
+
|
317
|
+
.icon-envelope-alt:before { content: "\f0e0"; }
|
318
|
+
.icon-linkedin:before { content: "\f0e1"; }
|
319
|
+
.icon-undo:before { content: "\f0e2"; }
|
320
|
+
.icon-legal:before { content: "\f0e3"; }
|
321
|
+
.icon-dashboard:before { content: "\f0e4"; }
|
322
|
+
.icon-comment-alt:before { content: "\f0e5"; }
|
323
|
+
.icon-comments-alt:before { content: "\f0e6"; }
|
324
|
+
.icon-bolt:before { content: "\f0e7"; }
|
325
|
+
.icon-sitemap:before { content: "\f0e8"; }
|
326
|
+
.icon-umbrella:before { content: "\f0e9"; }
|
327
|
+
.icon-paste:before { content: "\f0ea"; }
|
328
|
+
|
329
|
+
.icon-user-md:before { content: "\f200"; }
|