PluginProbe ʕ •ᴥ•ʔ
Tutor LMS – eLearning and online course solution / 1.3.9
Tutor LMS – eLearning and online course solution v1.3.9
4.0.1 4.0.0 3.9.15 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 6 years ago
tutor-icon.css
609 lines
1 @font-face {
2 font-family: 'tutor';
3 src:
4 url('../font/tutor.ttf?cokwi4') format('truetype'),
5 url('../font/tutor.woff?cokwi4') format('woff'),
6 url('../font/tutor.svg?cokwi4#tutor') format('svg');
7 font-weight: normal;
8 font-style: normal;
9 }
10
11 [class^="tutor-icon-"], [class*=" tutor-icon-"] {
12 /* use !important to prevent issues with browser extensions that change fonts */
13 font-family: 'tutor' !important;
14 speak: none;
15 font-style: normal;
16 font-weight: normal;
17 font-variant: normal;
18 text-transform: none;
19
20 /* Better Font Rendering =========== */
21 -webkit-font-smoothing: antialiased;
22 -moz-osx-font-smoothing: grayscale;
23 }
24
25
26 /**
27 Animation Spinner
28 */
29 @-moz-keyframes spin {
30 0% {
31 -moz-transform: rotate(0deg);
32 -o-transform: rotate(0deg);
33 -webkit-transform: rotate(0deg);
34 transform: rotate(0deg);
35 }
36
37 100% {
38 -moz-transform: rotate(359deg);
39 -o-transform: rotate(359deg);
40 -webkit-transform: rotate(359deg);
41 transform: rotate(359deg);
42 }
43 }
44 @-webkit-keyframes spin {
45 0% {
46 -moz-transform: rotate(0deg);
47 -o-transform: rotate(0deg);
48 -webkit-transform: rotate(0deg);
49 transform: rotate(0deg);
50 }
51
52 100% {
53 -moz-transform: rotate(359deg);
54 -o-transform: rotate(359deg);
55 -webkit-transform: rotate(359deg);
56 transform: rotate(359deg);
57 }
58 }
59 @-o-keyframes spin {
60 0% {
61 -moz-transform: rotate(0deg);
62 -o-transform: rotate(0deg);
63 -webkit-transform: rotate(0deg);
64 transform: rotate(0deg);
65 }
66
67 100% {
68 -moz-transform: rotate(359deg);
69 -o-transform: rotate(359deg);
70 -webkit-transform: rotate(359deg);
71 transform: rotate(359deg);
72 }
73 }
74 @-ms-keyframes spin {
75 0% {
76 -moz-transform: rotate(0deg);
77 -o-transform: rotate(0deg);
78 -webkit-transform: rotate(0deg);
79 transform: rotate(0deg);
80 }
81
82 100% {
83 -moz-transform: rotate(359deg);
84 -o-transform: rotate(359deg);
85 -webkit-transform: rotate(359deg);
86 transform: rotate(359deg);
87 }
88 }
89 @keyframes spin {
90 0% {
91 -moz-transform: rotate(0deg);
92 -o-transform: rotate(0deg);
93 -webkit-transform: rotate(0deg);
94 transform: rotate(0deg);
95 }
96
97 100% {
98 -moz-transform: rotate(359deg);
99 -o-transform: rotate(359deg);
100 -webkit-transform: rotate(359deg);
101 transform: rotate(359deg);
102 }
103 }
104
105 /**
106 * Icon Contents
107 */
108
109
110 .tutor-icon-save:before {
111 content: "\e994";
112 }
113 .tutor-icon-myspace:before {
114 content: "\e997";
115 }
116 .tutor-icon-soundcloud:before {
117 content: "\e998";
118 }
119 .tutor-icon-blogger:before {
120 content: "\e999";
121 }
122 .tutor-icon-google-drive:before {
123 content: "\e99a";
124 }
125 .tutor-icon-skype:before {
126 content: "\e99b";
127 }
128 .tutor-icon-yelp:before {
129 content: "\e99c";
130 }
131 .tutor-icon-dribbble:before {
132 content: "\e99d";
133 }
134 .tutor-icon-flickr:before {
135 content: "\e99e";
136 }
137 .tutor-icon-snapchat:before {
138 content: "\e99f";
139 }
140 .tutor-icon-html:before {
141 content: "\e9a1";
142 }
143 .tutor-icon-reddit:before {
144 content: "\e9a2";
145 }
146 .tutor-icon-spotify:before {
147 content: "\e9a3";
148 }
149 .tutor-icon-earth:before {
150 content: "\e9a4";
151 }
152 .tutor-icon-github-logo:before {
153 content: "\e9a5";
154 }
155 .tutor-icon-instagram:before {
156 content: "\e9a6";
157 }
158 .tutor-icon-photo-add:before {
159 content: "\e995";
160 }
161 .tutor-icon-add-group:before {
162 content: "\e996";
163 }
164 .tutor-icon-coding:before {
165 content: "\e98f";
166 }
167 .tutor-icon-vimeo:before {
168 content: "\e990";
169 }
170 .tutor-icon-link:before {
171 content: "\e991";
172 }
173 .tutor-icon-html5:before {
174 content: "\e992";
175 }
176 .tutor-icon-upload:before {
177 content: "\e993";
178 }
179 .tutor-icon-search-file:before {
180 content: "\e989";
181 }
182 .tutor-icon-upload-file:before {
183 content: "\e98a";
184 }
185 .tutor-icon-assignment:before {
186 content: "\e98b";
187 }
188 .tutor-icon-feedback:before {
189 content: "\e98c";
190 }
191 .tutor-icon-purchase:before {
192 content: "\e98d";
193 }
194 .tutor-icon-uoload-success:before {
195 content: "\e98e";
196 }
197 .tutor-icon-gallery:before {
198 content: "\e95b";
199 }
200 .tutor-icon-emoji:before {
201 content: "\e95c";
202 }
203 .tutor-icon-text-document-add-button-with-plus-sign:before {
204 content: "\e95d";
205 }
206 .tutor-icon-checkbox-pen-outline:before {
207 content: "\e95e";
208 }
209 .tutor-icon-warning-2:before {
210 content: "\e95f";
211 }
212 .tutor-icon-wallet-filled-money-tool:before {
213 content: "\e960";
214 }
215 .tutor-icon-settings-11:before {
216 content: "\e961";
217 }
218 .tutor-icon-sign-out-option:before {
219 content: "\e962";
220 }
221 .tutor-icon-man-user-1:before {
222 content: "\e963";
223 }
224 .tutor-icon-shopping-cart-2:before {
225 content: "\e964";
226 }
227 .tutor-icon-space:before {
228 content: "\e965";
229 }
230 .tutor-icon-refresh-button-1:before {
231 content: "\e966";
232 }
233 .tutor-icon-notifications-button:before {
234 content: "\e967";
235 }
236 .tutor-icon-dashboard:before {
237 content: "\e968";
238 }
239 .tutor-icon-college-graduation:before {
240 content: "\e969";
241 }
242 .tutor-icon-black-back-closed-envelope-shape:before {
243 content: "\e96a";
244 }
245 .tutor-icon-badge:before {
246 content: "\e96b";
247 }
248 .tutor-icon-light-bulb:before {
249 content: "\e96c";
250 }
251 .tutor-icon-ai:before {
252 content: "\e96d";
253 }
254 .tutor-icon-avi:before {
255 content: "\e96e";
256 }
257 .tutor-icon-css:before {
258 content: "\e96f";
259 }
260 .tutor-icon-csv:before {
261 content: "\e970";
262 }
263 .tutor-icon-dbf:before {
264 content: "\e971";
265 }
266 .tutor-icon-doc:before {
267 content: "\e972";
268 }
269 .tutor-icon-dwg:before {
270 content: "\e973";
271 }
272 .tutor-icon-exe:before {
273 content: "\e974";
274 }
275 .tutor-icon-iso:before {
276 content: "\e975";
277 }
278 .tutor-icon-javascript:before {
279 content: "\e976";
280 }
281 .tutor-icon-json-file:before {
282 content: "\e977";
283 }
284 .tutor-icon-mp4:before {
285 content: "\e978";
286 }
287 .tutor-icon-png:before {
288 content: "\e979";
289 }
290 .tutor-icon-ppt:before {
291 content: "\e97a";
292 }
293 .tutor-icon-psd:before {
294 content: "\e97b";
295 }
296 .tutor-icon-rtf:before {
297 content: "\e97c";
298 }
299 .tutor-icon-txt:before {
300 content: "\e97d";
301 }
302 .tutor-icon-xls:before {
303 content: "\e97e";
304 }
305 .tutor-icon-xml:before {
306 content: "\e97f";
307 }
308 .tutor-icon-jpg:before {
309 content: "\e980";
310 }
311 .tutor-icon-mp3:before {
312 content: "\e981";
313 }
314 .tutor-icon-pdf:before {
315 content: "\e982";
316 }
317 .tutor-icon-svg:before {
318 content: "\e983";
319 }
320 .tutor-icon-zip-2:before {
321 content: "\e984";
322 }
323 .tutor-icon-calendar-1:before {
324 content: "\e985";
325 }
326 .tutor-icon-glasses:before {
327 content: "\e986";
328 }
329 .tutor-icon-add-friend:before {
330 content: "\e987";
331 }
332 .tutor-icon-attach:before {
333 content: "\e988";
334 }
335 .tutor-icon-image-ans:before {
336 content: "\e959";
337 }
338 .tutor-icon-short-ans:before {
339 content: "\e95a";
340 }
341 .tutor-icon-image-matching:before {
342 content: "\e956";
343 }
344 .tutor-icon-menu:before {
345 content: "\e957";
346 }
347 .tutor-icon-image1:before {
348 content: "\e958";
349 }
350 .tutor-icon-answer-shorting:before {
351 content: "\e94a";
352 }
353 .tutor-icon-assesment:before {
354 content: "\e94b";
355 }
356 .tutor-icon-fill-gaps:before {
357 content: "\e94c";
358 }
359 .tutor-icon-matching:before {
360 content: "\e94d";
361 }
362 .tutor-icon-multiple-choice:before {
363 content: "\e94e";
364 }
365 .tutor-icon-open-ended:before {
366 content: "\e94f";
367 }
368 .tutor-icon-ordering:before {
369 content: "\e950";
370 }
371 .tutor-icon-yes-no:before {
372 content: "\e951";
373 }
374 .tutor-icon-line-cross:before {
375 content: "\e952";
376 }
377 .tutor-icon-filter-tool-black-shape:before {
378 content: "\e953";
379 }
380 .tutor-icon-plus-square-button:before {
381 content: "\e954";
382 }
383 .tutor-icon-settings-1:before {
384 content: "\e955";
385 }
386 .tutor-icon-cross:before {
387 content: "\e913";
388 }
389 .tutor-icon-cup:before {
390 content: "\e943";
391 }
392 .tutor-icon-next-2:before {
393 content: "\e944";
394 }
395 .tutor-icon-next2:before {
396 content: "\e945";
397 }
398 .tutor-icon-menu-2:before {
399 content: "\e946";
400 }
401 .tutor-icon-question-2:before {
402 content: "\e947";
403 }
404 .tutor-icon-question-1:before {
405 content: "\e948";
406 }
407 .tutor-icon-education:before {
408 content: "\e949";
409 }
410 .tutor-icon-manual:before {
411 content: "\e936";
412 }
413 .tutor-icon-light-up:before {
414 content: "\e937";
415 }
416 .tutor-icon-light-down:before {
417 content: "\e938";
418 }
419 .tutor-icon-light-right:before {
420 content: "\e939";
421 }
422 .tutor-icon-light-left:before {
423 content: "\e93a";
424 }
425 .tutor-icon-pencil:before {
426 content: "\e93b";
427 }
428 .tutor-icon-man-user:before {
429 content: "\e93c";
430 }
431 .tutor-icon-move:before {
432 content: "\e93d";
433 }
434 .tutor-icon-list:before {
435 content: "\e93e";
436 }
437 .tutor-icon-speaker:before {
438 content: "\e93f";
439 }
440 .tutor-icon-video-camera:before {
441 content: "\e940";
442 }
443 .tutor-icon-garbage:before {
444 content: "\e941";
445 }
446 .tutor-icon-add-line:before {
447 content: "\e942";
448 }
449 .tutor-icon-clipboard:before {
450 content: "\e924";
451 }
452 .tutor-icon-professor:before {
453 content: "\e926";
454 }
455 .tutor-icon-graduate:before {
456 content: "\e928";
457 }
458 .tutor-icon-student:before {
459 content: "\e929";
460 }
461 .tutor-icon-magnifying-glass-1:before {
462 content: "\e92a";
463 }
464 .tutor-icon-review:before {
465 content: "\e92c";
466 }
467 .tutor-icon-calendar:before {
468 content: "\e92d";
469 }
470 .tutor-icon-open-book-1:before {
471 content: "\e92e";
472 }
473 .tutor-icon-conversation-1:before {
474 content: "\e934";
475 }
476 .tutor-icon-default:before {
477 content: "\e922";
478 }
479 .tutor-icon-artboard:before {
480 content: "\e923";
481 }
482 .tutor-icon-audio:before {
483 content: "\e925";
484 }
485 .tutor-icon-interactive:before {
486 content: "\e927";
487 }
488 .tutor-icon-code:before {
489 content: "\e92b";
490 }
491 .tutor-icon-image:before {
492 content: "\e92f";
493 }
494 .tutor-icon-spreadsheet:before {
495 content: "\e930";
496 }
497 .tutor-icon-text:before {
498 content: "\e931";
499 }
500 .tutor-icon-document:before {
501 content: "\e932";
502 }
503 .tutor-icon-video:before {
504 content: "\e933";
505 }
506 .tutor-icon-archive:before {
507 content: "\e935";
508 }
509 .tutor-icon-file:before {
510 content: "\e91e";
511 }
512 .tutor-icon-doubt:before {
513 content: "\e91f";
514 }
515 .tutor-icon-spinner:before {
516 content: "\e91d";
517 }
518 .tutor-icon-down:before {
519 content: "\e900";
520 }
521 .tutor-icon-up:before {
522 content: "\e901";
523 }
524 .tutor-icon-angle-up:before {
525 content: "\e902";
526 }
527 .tutor-icon-angle-down:before {
528 content: "\e920";
529 }
530 .tutor-icon-angle-left:before {
531 content: "\e921";
532 }
533 .tutor-icon-angle-right:before {
534 content: "\e903";
535 }
536 .tutor-icon-audio-volume:before {
537 content: "\e904";
538 }
539 .tutor-icon-clock:before {
540 content: "\e905";
541 }
542 .tutor-icon-document-alt:before {
543 content: "\e906";
544 }
545 .tutor-icon-facebook:before {
546 content: "\e907";
547 }
548 .tutor-icon-fav-full:before {
549 content: "\e908";
550 }
551 .tutor-icon-fav-line:before {
552 content: "\e909";
553 }
554 .tutor-icon-google:before {
555 content: "\e90a";
556 }
557 .tutor-icon-grid:before {
558 content: "\e90b";
559 }
560 .tutor-icon-group:before {
561 content: "\e90c";
562 }
563 .tutor-icon-linkedin:before {
564 content: "\e90d";
565 }
566 .tutor-icon-lock:before {
567 content: "\e90e";
568 }
569 .tutor-icon-mark:before {
570 content: "\e90f";
571 }
572 .tutor-icon-minus:before {
573 content: "\e910";
574 }
575 .tutor-icon-mortarboard:before {
576 content: "\e911";
577 }
578 .tutor-icon-offer:before {
579 content: "\e912";
580 }
581 .tutor-icon-plus:before {
582 content: "\e914";
583 }
584 .tutor-icon-shopping-cart:before {
585 content: "\e915";
586 }
587 .tutor-icon-star-full:before {
588 content: "\e916";
589 }
590 .tutor-icon-star-half:before {
591 content: "\e917";
592 }
593 .tutor-icon-star-line:before {
594 content: "\e918";
595 }
596 .tutor-icon-tumblr:before {
597 content: "\e919";
598 }
599 .tutor-icon-twitter:before {
600 content: "\e91a";
601 }
602 .tutor-icon-user:before {
603 content: "\e91b";
604 }
605 .tutor-icon-youtube:before {
606 content: "\e91c";
607 }
608
609