tutor-icon.css
376 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 | .tutor-icon-image-ans:before { |
| 26 | content: "\e959"; |
| 27 | } |
| 28 | .tutor-icon-short-ans:before { |
| 29 | content: "\e95a"; |
| 30 | } |
| 31 | .tutor-icon-image-matching:before { |
| 32 | content: "\e956"; |
| 33 | } |
| 34 | .tutor-icon-menu:before { |
| 35 | content: "\e957"; |
| 36 | } |
| 37 | .tutor-icon-image1:before { |
| 38 | content: "\e958"; |
| 39 | } |
| 40 | .tutor-icon-answer-shorting:before { |
| 41 | content: "\e94a"; |
| 42 | } |
| 43 | .tutor-icon-assesment:before { |
| 44 | content: "\e94b"; |
| 45 | } |
| 46 | .tutor-icon-fill-gaps:before { |
| 47 | content: "\e94c"; |
| 48 | } |
| 49 | .tutor-icon-matching:before { |
| 50 | content: "\e94d"; |
| 51 | } |
| 52 | .tutor-icon-multiple-choice:before { |
| 53 | content: "\e94e"; |
| 54 | } |
| 55 | .tutor-icon-open-ended:before { |
| 56 | content: "\e94f"; |
| 57 | } |
| 58 | .tutor-icon-ordering:before { |
| 59 | content: "\e950"; |
| 60 | } |
| 61 | .tutor-icon-yes-no:before { |
| 62 | content: "\e951"; |
| 63 | } |
| 64 | .tutor-icon-line-cross:before { |
| 65 | content: "\e952"; |
| 66 | } |
| 67 | .tutor-icon-filter-tool-black-shape:before { |
| 68 | content: "\e953"; |
| 69 | } |
| 70 | .tutor-icon-plus-square-button:before { |
| 71 | content: "\e954"; |
| 72 | } |
| 73 | .tutor-icon-settings-1:before { |
| 74 | content: "\e955"; |
| 75 | } |
| 76 | .tutor-icon-cross:before { |
| 77 | content: "\e913"; |
| 78 | } |
| 79 | .tutor-icon-cup:before { |
| 80 | content: "\e943"; |
| 81 | } |
| 82 | .tutor-icon-next-2:before { |
| 83 | content: "\e944"; |
| 84 | } |
| 85 | .tutor-icon-next2:before { |
| 86 | content: "\e945"; |
| 87 | } |
| 88 | .tutor-icon-menu-2:before { |
| 89 | content: "\e946"; |
| 90 | } |
| 91 | .tutor-icon-question-2:before { |
| 92 | content: "\e947"; |
| 93 | } |
| 94 | .tutor-icon-question-1:before { |
| 95 | content: "\e948"; |
| 96 | } |
| 97 | .tutor-icon-education:before { |
| 98 | content: "\e949"; |
| 99 | } |
| 100 | .tutor-icon-manual:before { |
| 101 | content: "\e936"; |
| 102 | } |
| 103 | .tutor-icon-light-up:before { |
| 104 | content: "\e937"; |
| 105 | } |
| 106 | .tutor-icon-light-down:before { |
| 107 | content: "\e938"; |
| 108 | } |
| 109 | .tutor-icon-light-right:before { |
| 110 | content: "\e939"; |
| 111 | } |
| 112 | .tutor-icon-light-left:before { |
| 113 | content: "\e93a"; |
| 114 | } |
| 115 | .tutor-icon-pencil:before { |
| 116 | content: "\e93b"; |
| 117 | } |
| 118 | .tutor-icon-man-user:before { |
| 119 | content: "\e93c"; |
| 120 | } |
| 121 | .tutor-icon-move:before { |
| 122 | content: "\e93d"; |
| 123 | } |
| 124 | .tutor-icon-list:before { |
| 125 | content: "\e93e"; |
| 126 | } |
| 127 | .tutor-icon-speaker:before { |
| 128 | content: "\e93f"; |
| 129 | } |
| 130 | .tutor-icon-video-camera:before { |
| 131 | content: "\e940"; |
| 132 | } |
| 133 | .tutor-icon-garbage:before { |
| 134 | content: "\e941"; |
| 135 | } |
| 136 | .tutor-icon-add-line:before { |
| 137 | content: "\e942"; |
| 138 | } |
| 139 | .tutor-icon-clipboard:before { |
| 140 | content: "\e924"; |
| 141 | } |
| 142 | .tutor-icon-professor:before { |
| 143 | content: "\e926"; |
| 144 | } |
| 145 | .tutor-icon-graduate:before { |
| 146 | content: "\e928"; |
| 147 | } |
| 148 | .tutor-icon-student:before { |
| 149 | content: "\e929"; |
| 150 | } |
| 151 | .tutor-icon-magnifying-glass-1:before { |
| 152 | content: "\e92a"; |
| 153 | } |
| 154 | .tutor-icon-review:before { |
| 155 | content: "\e92c"; |
| 156 | } |
| 157 | .tutor-icon-calendar:before { |
| 158 | content: "\e92d"; |
| 159 | } |
| 160 | .tutor-icon-open-book-1:before { |
| 161 | content: "\e92e"; |
| 162 | } |
| 163 | .tutor-icon-conversation-1:before { |
| 164 | content: "\e934"; |
| 165 | } |
| 166 | .tutor-icon-default:before { |
| 167 | content: "\e922"; |
| 168 | } |
| 169 | .tutor-icon-artboard:before { |
| 170 | content: "\e923"; |
| 171 | } |
| 172 | .tutor-icon-audio:before { |
| 173 | content: "\e925"; |
| 174 | } |
| 175 | .tutor-icon-interactive:before { |
| 176 | content: "\e927"; |
| 177 | } |
| 178 | .tutor-icon-code:before { |
| 179 | content: "\e92b"; |
| 180 | } |
| 181 | .tutor-icon-image:before { |
| 182 | content: "\e92f"; |
| 183 | } |
| 184 | .tutor-icon-spreadsheet:before { |
| 185 | content: "\e930"; |
| 186 | } |
| 187 | .tutor-icon-text:before { |
| 188 | content: "\e931"; |
| 189 | } |
| 190 | .tutor-icon-document:before { |
| 191 | content: "\e932"; |
| 192 | } |
| 193 | .tutor-icon-video:before { |
| 194 | content: "\e933"; |
| 195 | } |
| 196 | .tutor-icon-archive:before { |
| 197 | content: "\e935"; |
| 198 | } |
| 199 | .tutor-icon-file:before { |
| 200 | content: "\e91e"; |
| 201 | } |
| 202 | .tutor-icon-doubt:before { |
| 203 | content: "\e91f"; |
| 204 | } |
| 205 | .tutor-icon-spinner:before { |
| 206 | content: "\e91d"; |
| 207 | } |
| 208 | .tutor-icon-down:before { |
| 209 | content: "\e900"; |
| 210 | } |
| 211 | .tutor-icon-up:before { |
| 212 | content: "\e901"; |
| 213 | } |
| 214 | .tutor-icon-angle-up:before { |
| 215 | content: "\e902"; |
| 216 | } |
| 217 | .tutor-icon-angle-down:before { |
| 218 | content: "\e920"; |
| 219 | } |
| 220 | .tutor-icon-angle-left:before { |
| 221 | content: "\e921"; |
| 222 | } |
| 223 | .tutor-icon-angle-right:before { |
| 224 | content: "\e903"; |
| 225 | } |
| 226 | .tutor-icon-audio-volume:before { |
| 227 | content: "\e904"; |
| 228 | } |
| 229 | .tutor-icon-clock:before { |
| 230 | content: "\e905"; |
| 231 | } |
| 232 | .tutor-icon-document-alt:before { |
| 233 | content: "\e906"; |
| 234 | } |
| 235 | .tutor-icon-facebook:before { |
| 236 | content: "\e907"; |
| 237 | } |
| 238 | .tutor-icon-fav-full:before { |
| 239 | content: "\e908"; |
| 240 | } |
| 241 | .tutor-icon-fav-line:before { |
| 242 | content: "\e909"; |
| 243 | } |
| 244 | .tutor-icon-google:before { |
| 245 | content: "\e90a"; |
| 246 | } |
| 247 | .tutor-icon-grid:before { |
| 248 | content: "\e90b"; |
| 249 | } |
| 250 | .tutor-icon-group:before { |
| 251 | content: "\e90c"; |
| 252 | } |
| 253 | .tutor-icon-linkdin:before { |
| 254 | content: "\e90d"; |
| 255 | } |
| 256 | .tutor-icon-lock:before { |
| 257 | content: "\e90e"; |
| 258 | } |
| 259 | .tutor-icon-mark:before { |
| 260 | content: "\e90f"; |
| 261 | } |
| 262 | .tutor-icon-minus:before { |
| 263 | content: "\e910"; |
| 264 | } |
| 265 | .tutor-icon-mortarboard:before { |
| 266 | content: "\e911"; |
| 267 | } |
| 268 | .tutor-icon-offer:before { |
| 269 | content: "\e912"; |
| 270 | } |
| 271 | .tutor-icon-plus:before { |
| 272 | content: "\e914"; |
| 273 | } |
| 274 | .tutor-icon-shopping-cart:before { |
| 275 | content: "\e915"; |
| 276 | } |
| 277 | .tutor-icon-star-full:before { |
| 278 | content: "\e916"; |
| 279 | } |
| 280 | .tutor-icon-star-half:before { |
| 281 | content: "\e917"; |
| 282 | } |
| 283 | .tutor-icon-star-line:before { |
| 284 | content: "\e918"; |
| 285 | } |
| 286 | .tutor-icon-tumblr:before { |
| 287 | content: "\e919"; |
| 288 | } |
| 289 | .tutor-icon-twitter:before { |
| 290 | content: "\e91a"; |
| 291 | } |
| 292 | .tutor-icon-user:before { |
| 293 | content: "\e91b"; |
| 294 | } |
| 295 | .tutor-icon-youtube:before { |
| 296 | content: "\e91c"; |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | Animation Spinner |
| 301 | */ |
| 302 | @-moz-keyframes spin { |
| 303 | 0% { |
| 304 | -moz-transform: rotate(0deg); |
| 305 | -o-transform: rotate(0deg); |
| 306 | -webkit-transform: rotate(0deg); |
| 307 | transform: rotate(0deg); |
| 308 | } |
| 309 | |
| 310 | 100% { |
| 311 | -moz-transform: rotate(359deg); |
| 312 | -o-transform: rotate(359deg); |
| 313 | -webkit-transform: rotate(359deg); |
| 314 | transform: rotate(359deg); |
| 315 | } |
| 316 | } |
| 317 | @-webkit-keyframes spin { |
| 318 | 0% { |
| 319 | -moz-transform: rotate(0deg); |
| 320 | -o-transform: rotate(0deg); |
| 321 | -webkit-transform: rotate(0deg); |
| 322 | transform: rotate(0deg); |
| 323 | } |
| 324 | |
| 325 | 100% { |
| 326 | -moz-transform: rotate(359deg); |
| 327 | -o-transform: rotate(359deg); |
| 328 | -webkit-transform: rotate(359deg); |
| 329 | transform: rotate(359deg); |
| 330 | } |
| 331 | } |
| 332 | @-o-keyframes spin { |
| 333 | 0% { |
| 334 | -moz-transform: rotate(0deg); |
| 335 | -o-transform: rotate(0deg); |
| 336 | -webkit-transform: rotate(0deg); |
| 337 | transform: rotate(0deg); |
| 338 | } |
| 339 | |
| 340 | 100% { |
| 341 | -moz-transform: rotate(359deg); |
| 342 | -o-transform: rotate(359deg); |
| 343 | -webkit-transform: rotate(359deg); |
| 344 | transform: rotate(359deg); |
| 345 | } |
| 346 | } |
| 347 | @-ms-keyframes spin { |
| 348 | 0% { |
| 349 | -moz-transform: rotate(0deg); |
| 350 | -o-transform: rotate(0deg); |
| 351 | -webkit-transform: rotate(0deg); |
| 352 | transform: rotate(0deg); |
| 353 | } |
| 354 | |
| 355 | 100% { |
| 356 | -moz-transform: rotate(359deg); |
| 357 | -o-transform: rotate(359deg); |
| 358 | -webkit-transform: rotate(359deg); |
| 359 | transform: rotate(359deg); |
| 360 | } |
| 361 | } |
| 362 | @keyframes spin { |
| 363 | 0% { |
| 364 | -moz-transform: rotate(0deg); |
| 365 | -o-transform: rotate(0deg); |
| 366 | -webkit-transform: rotate(0deg); |
| 367 | transform: rotate(0deg); |
| 368 | } |
| 369 | |
| 370 | 100% { |
| 371 | -moz-transform: rotate(359deg); |
| 372 | -o-transform: rotate(359deg); |
| 373 | -webkit-transform: rotate(359deg); |
| 374 | transform: rotate(359deg); |
| 375 | } |
| 376 | } |