PluginProbe ʕ •ᴥ•ʔ
Tutor LMS – eLearning and online course solution / 1.8.1
Tutor LMS – eLearning and online course solution v1.8.1
3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0 1.2.1 1.2.11 1.2.12 1.2.13 1.2.20 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.10 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 1.9.10 1.9.11 1.9.12 1.9.13 1.9.14 1.9.15 1.9.16 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.10 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.4.0 2.5.0 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.1.0 3.2.0 3.2.1 3.2.2 3.2.3 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.7.0 3.7.1 3.7.2 3.7.3 3.7.4 3.8.0 3.8.1 3.8.2 3.8.3 3.9.0 3.9.1 3.9.10 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9
tutor / assets / icons / css / tutor-icon.css
tutor / assets / icons / css Last commit date
tutor-icon.css 5 years ago
tutor-icon.css
562 lines
1 /* Version: 1.22 */
2
3 @font-face {
4 font-family: "tutor";
5 src: url("../font/tutor.ttf?l5eb5q") format("truetype"),
6 url("../font/tutor.woff?l5eb5q") format("woff"),
7 url("../font/tutor.svg?l5eb5q#tutor") format("svg");
8 font-weight: normal;
9 font-style: normal;
10 font-display: block;
11 }
12
13 [class^="tutor-icon-"], [class*=" tutor-icon-"] {
14 /* use !important to prevent issues with browser extensions that change fonts */
15 font-family: 'tutor' !important;
16 speak: never;
17 font-style: normal;
18 font-weight: normal;
19 font-variant: normal;
20 text-transform: none;
21 line-height: 1;
22
23 /* Better Font Rendering =========== */
24 -webkit-font-smoothing: antialiased;
25 -moz-osx-font-smoothing: grayscale;
26 }
27
28 .tutor-icon-action:before {
29 content: "\e9b0";
30 }
31 .tutor-icon-zoom:before {
32 content: "\e9b1";
33 }
34 .tutor-icon-down:before {
35 content: "\e900";
36 }
37 .tutor-icon-up:before {
38 content: "\e901";
39 }
40 .tutor-icon-angle-up:before {
41 content: "\e902";
42 }
43 .tutor-icon-angle-right:before {
44 content: "\e903";
45 }
46 .tutor-icon-audio-volume:before {
47 content: "\e904";
48 }
49 .tutor-icon-clock:before {
50 content: "\e905";
51 }
52 .tutor-icon-document-alt:before {
53 content: "\e906";
54 }
55 .tutor-icon-facebook:before {
56 content: "\e907";
57 }
58 .tutor-icon-fav-full:before {
59 content: "\e908";
60 }
61 .tutor-icon-fav-line:before {
62 content: "\e909";
63 }
64 .tutor-icon-google:before {
65 content: "\e90a";
66 }
67 .tutor-icon-grid:before {
68 content: "\e90b";
69 }
70 .tutor-icon-group:before {
71 content: "\e90c";
72 }
73 .tutor-icon-linkedin:before {
74 content: "\e90d";
75 }
76 .tutor-icon-lock:before {
77 content: "\e90e";
78 }
79 .tutor-icon-mark:before {
80 content: "\e90f";
81 }
82 .tutor-icon-minus:before {
83 content: "\e910";
84 }
85 .tutor-icon-mortarboard:before {
86 content: "\e911";
87 }
88 .tutor-icon-offer:before {
89 content: "\e912";
90 }
91 .tutor-icon-cross:before {
92 content: "\e913";
93 }
94 .tutor-icon-plus:before {
95 content: "\e914";
96 }
97 .tutor-icon-shopping-cart:before {
98 content: "\e915";
99 }
100 .tutor-icon-star-full:before {
101 content: "\e916";
102 }
103 .tutor-icon-star-half:before {
104 content: "\e917";
105 }
106 .tutor-icon-star-line:before {
107 content: "\e918";
108 }
109 .tutor-icon-tumblr:before {
110 content: "\e919";
111 }
112 .tutor-icon-twitter:before {
113 content: "\e91a";
114 }
115 .tutor-icon-user:before {
116 content: "\e91b";
117 }
118 .tutor-icon-youtube:before {
119 content: "\e91c";
120 }
121 .tutor-icon-spinner:before {
122 content: "\e91d";
123 }
124 .tutor-icon-file:before {
125 content: "\e91e";
126 }
127 .tutor-icon-doubt:before {
128 content: "\e91f";
129 }
130 .tutor-icon-angle-down:before {
131 content: "\e920";
132 }
133 .tutor-icon-angle-left:before {
134 content: "\e921";
135 }
136 .tutor-icon-default:before {
137 content: "\e922";
138 }
139 .tutor-icon-artboard:before {
140 content: "\e923";
141 }
142 .tutor-icon-clipboard:before {
143 content: "\e924";
144 }
145 .tutor-icon-audio:before {
146 content: "\e925";
147 }
148 .tutor-icon-professor:before {
149 content: "\e926";
150 }
151 .tutor-icon-interactive:before {
152 content: "\e927";
153 }
154 .tutor-icon-graduate:before {
155 content: "\e928";
156 }
157 .tutor-icon-student:before {
158 content: "\e929";
159 }
160 .tutor-icon-magnifying-glass-1:before {
161 content: "\e92a";
162 }
163 .tutor-icon-code:before {
164 content: "\e92b";
165 }
166 .tutor-icon-review:before {
167 content: "\e92c";
168 }
169 .tutor-icon-calendar:before {
170 content: "\e92d";
171 }
172 .tutor-icon-open-book-1:before {
173 content: "\e92e";
174 }
175 .tutor-icon-image:before {
176 content: "\e92f";
177 }
178 .tutor-icon-spreadsheet:before {
179 content: "\e930";
180 }
181 .tutor-icon-text:before {
182 content: "\e931";
183 }
184 .tutor-icon-document:before {
185 content: "\e932";
186 }
187 .tutor-icon-video:before {
188 content: "\e933";
189 }
190 .tutor-icon-conversation-1:before {
191 content: "\e934";
192 }
193 .tutor-icon-archive:before {
194 content: "\e935";
195 }
196 .tutor-icon-manual:before {
197 content: "\e936";
198 }
199 .tutor-icon-light-up:before {
200 content: "\e937";
201 }
202 .tutor-icon-light-down:before {
203 content: "\e938";
204 }
205 .tutor-icon-light-right:before {
206 content: "\e939";
207 }
208 .tutor-icon-light-left:before {
209 content: "\e93a";
210 }
211 .tutor-icon-pencil:before {
212 content: "\e93b";
213 }
214 .tutor-icon-man-user:before {
215 content: "\e93c";
216 }
217 .tutor-icon-move:before {
218 content: "\e93d";
219 }
220 .tutor-icon-list:before {
221 content: "\e93e";
222 }
223 .tutor-icon-speaker:before {
224 content: "\e93f";
225 }
226 .tutor-icon-video-camera:before {
227 content: "\e940";
228 }
229 .tutor-icon-garbage:before {
230 content: "\e941";
231 }
232 .tutor-icon-add-line:before {
233 content: "\e942";
234 }
235 .tutor-icon-cup:before {
236 content: "\e943";
237 }
238 .tutor-icon-next-2:before {
239 content: "\e944";
240 }
241 .tutor-icon-next2:before {
242 content: "\e945";
243 }
244 .tutor-icon-menu-2:before {
245 content: "\e946";
246 }
247 .tutor-icon-question-2:before {
248 content: "\e947";
249 }
250 .tutor-icon-question-1:before {
251 content: "\e948";
252 }
253 .tutor-icon-education:before {
254 content: "\e949";
255 }
256 .tutor-icon-answer-shorting:before {
257 content: "\e94a";
258 }
259 .tutor-icon-assesment:before {
260 content: "\e94b";
261 }
262 .tutor-icon-fill-gaps:before {
263 content: "\e94c";
264 }
265 .tutor-icon-matching:before {
266 content: "\e94d";
267 }
268 .tutor-icon-multiple-choice:before {
269 content: "\e94e";
270 }
271 .tutor-icon-open-ended:before {
272 content: "\e94f";
273 }
274 .tutor-icon-ordering:before {
275 content: "\e950";
276 }
277 .tutor-icon-yes-no:before {
278 content: "\e951";
279 }
280 .tutor-icon-line-cross:before {
281 content: "\e952";
282 }
283 .tutor-icon-filter-tool-black-shape:before {
284 content: "\e953";
285 }
286 .tutor-icon-plus-square-button:before {
287 content: "\e954";
288 }
289 .tutor-icon-settings-1:before {
290 content: "\e955";
291 }
292 .tutor-icon-image-matching:before {
293 content: "\e956";
294 }
295 .tutor-icon-menu:before {
296 content: "\e957";
297 }
298 .tutor-icon-image1:before {
299 content: "\e958";
300 }
301 .tutor-icon-image-ans:before {
302 content: "\e959";
303 }
304 .tutor-icon-short-ans:before {
305 content: "\e95a";
306 }
307 .tutor-icon-gallery:before {
308 content: "\e95b";
309 }
310 .tutor-icon-emoji:before {
311 content: "\e95c";
312 }
313 .tutor-icon-text-document-add-button-with-plus-sign:before {
314 content: "\e95d";
315 }
316 .tutor-icon-checkbox-pen-outline:before {
317 content: "\e95e";
318 }
319 .tutor-icon-warning-2:before {
320 content: "\e95f";
321 }
322 .tutor-icon-wallet-filled-money-tool:before {
323 content: "\e960";
324 }
325 .tutor-icon-settings-11:before {
326 content: "\e961";
327 }
328 .tutor-icon-sign-out-option:before {
329 content: "\e962";
330 }
331 .tutor-icon-man-user-1:before {
332 content: "\e963";
333 }
334 .tutor-icon-shopping-cart-2:before {
335 content: "\e964";
336 }
337 .tutor-icon-space:before {
338 content: "\e965";
339 }
340 .tutor-icon-refresh-button-1:before {
341 content: "\e966";
342 }
343 .tutor-icon-notifications-button:before {
344 content: "\e967";
345 }
346 .tutor-icon-dashboard:before {
347 content: "\e968";
348 }
349 .tutor-icon-college-graduation:before {
350 content: "\e969";
351 }
352 .tutor-icon-black-back-closed-envelope-shape:before {
353 content: "\e96a";
354 }
355 .tutor-icon-badge:before {
356 content: "\e96b";
357 }
358 .tutor-icon-light-bulb:before {
359 content: "\e96c";
360 }
361 .tutor-icon-ai:before {
362 content: "\e96d";
363 }
364 .tutor-icon-avi:before {
365 content: "\e96e";
366 }
367 .tutor-icon-css:before {
368 content: "\e96f";
369 }
370 .tutor-icon-csv:before {
371 content: "\e970";
372 }
373 .tutor-icon-dbf:before {
374 content: "\e971";
375 }
376 .tutor-icon-doc:before {
377 content: "\e972";
378 }
379 .tutor-icon-dwg:before {
380 content: "\e973";
381 }
382 .tutor-icon-exe:before {
383 content: "\e974";
384 }
385 .tutor-icon-iso:before {
386 content: "\e975";
387 }
388 .tutor-icon-javascript:before {
389 content: "\e976";
390 }
391 .tutor-icon-json-file:before {
392 content: "\e977";
393 }
394 .tutor-icon-mp4:before {
395 content: "\e978";
396 }
397 .tutor-icon-png:before {
398 content: "\e979";
399 }
400 .tutor-icon-ppt:before {
401 content: "\e97a";
402 }
403 .tutor-icon-psd:before {
404 content: "\e97b";
405 }
406 .tutor-icon-rtf:before {
407 content: "\e97c";
408 }
409 .tutor-icon-txt:before {
410 content: "\e97d";
411 }
412 .tutor-icon-xls:before {
413 content: "\e97e";
414 }
415 .tutor-icon-xml:before {
416 content: "\e97f";
417 }
418 .tutor-icon-jpg:before {
419 content: "\e980";
420 }
421 .tutor-icon-mp3:before {
422 content: "\e981";
423 }
424 .tutor-icon-pdf:before {
425 content: "\e982";
426 }
427 .tutor-icon-svg:before {
428 content: "\e983";
429 }
430 .tutor-icon-zip-2:before {
431 content: "\e984";
432 }
433 .tutor-icon-calendar-1:before {
434 content: "\e985";
435 }
436 .tutor-icon-glasses:before {
437 content: "\e986";
438 }
439 .tutor-icon-add-friend:before {
440 content: "\e987";
441 }
442 .tutor-icon-attach:before {
443 content: "\e988";
444 }
445 .tutor-icon-search-file:before {
446 content: "\e989";
447 }
448 .tutor-icon-upload-file:before {
449 content: "\e98a";
450 }
451 .tutor-icon-assignment:before {
452 content: "\e98b";
453 }
454 .tutor-icon-feedback:before {
455 content: "\e98c";
456 }
457 .tutor-icon-purchase:before {
458 content: "\e98d";
459 }
460 .tutor-icon-uoload-success:before {
461 content: "\e98e";
462 }
463 .tutor-icon-coding:before {
464 content: "\e98f";
465 }
466 .tutor-icon-vimeo:before {
467 content: "\e990";
468 }
469 .tutor-icon-link:before {
470 content: "\e991";
471 }
472 .tutor-icon-html5:before {
473 content: "\e992";
474 }
475 .tutor-icon-upload:before {
476 content: "\e993";
477 }
478 .tutor-icon-save:before {
479 content: "\e994";
480 }
481 .tutor-icon-photo-add:before {
482 content: "\e995";
483 }
484 .tutor-icon-add-group:before {
485 content: "\e996";
486 }
487 .tutor-icon-myspace:before {
488 content: "\e997";
489 }
490 .tutor-icon-soundcloud:before {
491 content: "\e998";
492 }
493 .tutor-icon-blogger:before {
494 content: "\e999";
495 }
496 .tutor-icon-google-drive:before {
497 content: "\e99a";
498 }
499 .tutor-icon-skype:before {
500 content: "\e99b";
501 }
502 .tutor-icon-yelp:before {
503 content: "\e99c";
504 }
505 .tutor-icon-dribbble:before {
506 content: "\e99d";
507 }
508 .tutor-icon-flickr:before {
509 content: "\e99e";
510 }
511 .tutor-icon-snapchat:before {
512 content: "\e99f";
513 }
514 .tutor-icon-classic-editor:before {
515 content: "\e9a0";
516 }
517 .tutor-icon-html:before {
518 content: "\e9a1";
519 }
520 .tutor-icon-reddit:before {
521 content: "\e9a2";
522 }
523 .tutor-icon-spotify:before {
524 content: "\e9a3";
525 }
526 .tutor-icon-earth:before {
527 content: "\e9a4";
528 }
529 .tutor-icon-github-logo:before {
530 content: "\e9a5";
531 }
532 .tutor-icon-instagram:before {
533 content: "\e9a6";
534 }
535 .tutor-icon-home:before {
536 content: "\e9a7";
537 }
538 .tutor-icon-share:before {
539 content: "\e9a8";
540 }
541 .tutor-icon-download:before {
542 content: "\e9a9";
543 }
544 .tutor-icon-copy:before {
545 content: "\e9aa";
546 }
547 .tutor-icon-my-quiz-attempt:before {
548 content: "\e9ab";
549 }
550 .tutor-icon-detail-link:before {
551 content: "\e9ac";
552 }
553 .tutor-icon-refund:before {
554 content: "\e9ad";
555 }
556 .tutor-icon-total-discount:before {
557 content: "\e9ae";
558 }
559 .tutor-icon-total-earning:before {
560 content: "\e9af";
561 }
562