ode-csslib-panda-creteil 3.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/editor-resources/font3/LICENSE.txt +30 -0
- package/dist/editor-resources/font3/README.txt +75 -0
- package/dist/editor-resources/font3/config.json +172 -0
- package/dist/editor-resources/font3/css/animation.css +85 -0
- package/dist/editor-resources/font3/css/entcore-editor-codes.css +81 -0
- package/dist/editor-resources/font3/css/entcore-editor-embedded.css +139 -0
- package/dist/editor-resources/font3/css/entcore-editor-ie7-codes.css +162 -0
- package/dist/editor-resources/font3/css/entcore-editor-ie7.css +175 -0
- package/dist/editor-resources/font3/css/entcore-editor.css +140 -0
- package/dist/editor-resources/font3/demo.html +467 -0
- package/dist/editor-resources/font3/font/entcore-editor.eot +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.svg +64 -0
- package/dist/editor-resources/font3/font/entcore-editor.ttf +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.woff +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.woff2 +0 -0
- package/dist/editor-resources/img/Thumbs.db +0 -0
- package/dist/editor-resources/img/bold.png +0 -0
- package/dist/editor-resources/img/embed.png +0 -0
- package/dist/editor-resources/img/glyphicons_280_settings.png +0 -0
- package/dist/editor-resources/img/image-default.svg +28 -0
- package/dist/editor-resources/img/image.png +0 -0
- package/dist/editor-resources/img/italic.png +0 -0
- package/dist/editor-resources/img/justify-center.png +0 -0
- package/dist/editor-resources/img/justify-full.png +0 -0
- package/dist/editor-resources/img/justify-left.png +0 -0
- package/dist/editor-resources/img/justify-right.png +0 -0
- package/dist/editor-resources/img/linker.png +0 -0
- package/dist/editor-resources/img/mathjax.png +0 -0
- package/dist/editor-resources/img/olist.png +0 -0
- package/dist/editor-resources/img/quote.png +0 -0
- package/dist/editor-resources/img/redo.png +0 -0
- package/dist/editor-resources/img/remove-format.png +0 -0
- package/dist/editor-resources/img/smileys.png +0 -0
- package/dist/editor-resources/img/sound.png +0 -0
- package/dist/editor-resources/img/subscript.png +0 -0
- package/dist/editor-resources/img/superscript.png +0 -0
- package/dist/editor-resources/img/table.png +0 -0
- package/dist/editor-resources/img/templates-preview-dominos.svg +27 -0
- package/dist/editor-resources/img/templates-preview-emptypage.svg +7 -0
- package/dist/editor-resources/img/templates-preview-illustration.svg +23 -0
- package/dist/editor-resources/img/templates-preview-threecols.svg +23 -0
- package/dist/editor-resources/img/templates-preview-twocols.svg +21 -0
- package/dist/editor-resources/img/templates.png +0 -0
- package/dist/editor-resources/img/ulist.png +0 -0
- package/dist/editor-resources/img/underline.png +0 -0
- package/dist/editor-resources/img/undo.png +0 -0
- package/dist/editor-resources/img/unlink.png +0 -0
- package/dist/fonts/Arial.woff +0 -0
- package/dist/fonts/Atma-Bold.woff +0 -0
- package/dist/fonts/Atma-Light.woff +0 -0
- package/dist/fonts/ComicSansMS.woff +0 -0
- package/dist/fonts/Cursive.woff +0 -0
- package/dist/fonts/EcritureA-Romain-Orne.woff +0 -0
- package/dist/fonts/EcritureB-Romain-Orne.woff +0 -0
- package/dist/fonts/KGJuneBug.woff +0 -0
- package/dist/fonts/OpenDyslexic.woff +0 -0
- package/dist/fonts/OpenDyslexic3-Regular.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/dist/fonts/Roboto/why.txt +2 -0
- package/dist/fonts/Satellite.woff +0 -0
- package/dist/fonts/Square-721-BT.woff +0 -0
- package/dist/fonts/Tahoma.woff +0 -0
- package/dist/fonts/Verdana.woff +0 -0
- package/dist/fonts/generic-icons/generic-icons.svg +354 -0
- package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
- package/dist/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/i18n/Archive/en.json +3 -0
- package/dist/i18n/Archive/fr.json +3 -0
- package/dist/i18n/Archive/pt.json +3 -0
- package/dist/i18n/Auth/de.json +4 -0
- package/dist/i18n/Auth/en.json +7 -0
- package/dist/i18n/Auth/es.json +4 -0
- package/dist/i18n/Auth/fr.json +11 -0
- package/dist/i18n/Auth/it.json +4 -0
- package/dist/i18n/Auth/pt.json +8 -0
- package/dist/i18n/Directory/en.json +4 -0
- package/dist/i18n/Directory/fr.json +17 -0
- package/dist/i18n/Directory/pt.json +5 -0
- package/dist/i18n/Portal/en.json +11 -0
- package/dist/i18n/Portal/es.json +10 -0
- package/dist/i18n/Portal/fr.json +43 -0
- package/dist/i18n/Portal/pt.json +11 -0
- package/dist/i18n/Timeline/de.json +24 -0
- package/dist/i18n/Timeline/en.json +36 -0
- package/dist/i18n/Timeline/es.json +29 -0
- package/dist/i18n/Timeline/fr.json +51 -0
- package/dist/i18n/Timeline/it.json +24 -0
- package/dist/i18n/Timeline/pt.json +24 -0
- package/dist/i18n/Workspace/fr.json +4 -0
- package/dist/images/blur.cur +0 -0
- package/dist/images/blur.png +0 -0
- package/dist/images/blur.svg +26 -0
- package/dist/images/cc-by-nc-sa.svg +57 -0
- package/dist/images/cc-by.svg +54 -0
- package/dist/images/empty-filters.svg +1 -0
- package/dist/images/empty-search.svg +298 -0
- package/dist/images/empty-trash.svg +1 -0
- package/dist/images/emptyscreen-recorder-video.svg +1048 -0
- package/dist/img/activation.png +0 -0
- package/dist/img/assistant/.directory +5 -0
- package/dist/img/assistant/applications.png +0 -0
- package/dist/img/assistant/apps.png +0 -0
- package/dist/img/assistant/blog.png +0 -0
- package/dist/img/assistant/conversation.png +0 -0
- package/dist/img/assistant/education.png +0 -0
- package/dist/img/assistant/external.png +0 -0
- package/dist/img/assistant/feed.png +0 -0
- package/dist/img/assistant/internal.png +0 -0
- package/dist/img/assistant/intro-student.png +0 -0
- package/dist/img/assistant/learning.png +0 -0
- package/dist/img/assistant/puzzle.png +0 -0
- package/dist/img/assistant/safespace.png +0 -0
- package/dist/img/assistant/scrapbook.png +0 -0
- package/dist/img/assistant/student-app.png +0 -0
- package/dist/img/assistant/workspace.png +0 -0
- package/dist/img/compagnon.jpg +0 -0
- package/dist/img/icons/Thumbs.db +0 -0
- package/dist/img/icons/account-large.png +0 -0
- package/dist/img/icons/actualites-large.png +0 -0
- package/dist/img/icons/add-green.png +0 -0
- package/dist/img/icons/add.png +0 -0
- package/dist/img/icons/admin-large.png +0 -0
- package/dist/img/icons/admin-portal-large.png +0 -0
- package/dist/img/icons/admin.png +0 -0
- package/dist/img/icons/angry-panda-60px.png +0 -0
- package/dist/img/icons/angry-panda-small.png +0 -0
- package/dist/img/icons/angry.png +0 -0
- package/dist/img/icons/anim_loading_small.gif +0 -0
- package/dist/img/icons/apps-small.png +0 -0
- package/dist/img/icons/apps.png +0 -0
- package/dist/img/icons/archive-folder-large.png +0 -0
- package/dist/img/icons/archive-large.png +0 -0
- package/dist/img/icons/archive.png +0 -0
- package/dist/img/icons/arrow-bottom.png +0 -0
- package/dist/img/icons/arrow-left.png +0 -0
- package/dist/img/icons/arrow-right.png +0 -0
- package/dist/img/icons/arrow-top.png +0 -0
- package/dist/img/icons/attendance-large.png +0 -0
- package/dist/img/icons/audio-large.png +0 -0
- package/dist/img/icons/audio.png +0 -0
- package/dist/img/icons/back-chevron.png +0 -0
- package/dist/img/icons/birthday-icon.png +0 -0
- package/dist/img/icons/blog-large.png +0 -0
- package/dist/img/icons/blog.png +0 -0
- package/dist/img/icons/cahier-de-texte-large.png +0 -0
- package/dist/img/icons/calendar-button.png +0 -0
- package/dist/img/icons/calendar-icon.png +0 -0
- package/dist/img/icons/calendar-large.png +0 -0
- package/dist/img/icons/calendar-small.png +0 -0
- package/dist/img/icons/cancel.png +0 -0
- package/dist/img/icons/checkbox-checked-disabled.png +0 -0
- package/dist/img/icons/checkbox-checked.png +0 -0
- package/dist/img/icons/checkbox-unchecked-disabled.png +0 -0
- package/dist/img/icons/checkbox-unchecked.png +0 -0
- package/dist/img/icons/clock-icon.png +0 -0
- package/dist/img/icons/close-2x.png +0 -0
- package/dist/img/icons/close.png +0 -0
- package/dist/img/icons/cns-large.png +0 -0
- package/dist/img/icons/cns.png +0 -0
- package/dist/img/icons/collaborative-wall-large.png +0 -0
- package/dist/img/icons/colorpicker.svg +1 -0
- package/dist/img/icons/communautes-large.png +0 -0
- package/dist/img/icons/configuration.png +0 -0
- package/dist/img/icons/connection-by-visitors-icon-alt.png +0 -0
- package/dist/img/icons/connection-by-visitors-icon.png +0 -0
- package/dist/img/icons/connection-icon.png +0 -0
- package/dist/img/icons/connector-icon.png +0 -0
- package/dist/img/icons/contacts-large.png +0 -0
- package/dist/img/icons/conversation-large.png +0 -0
- package/dist/img/icons/conversation-small.png +0 -0
- package/dist/img/icons/conversation-yellow.png +0 -0
- package/dist/img/icons/conversation.png +0 -0
- package/dist/img/icons/default-panda-60px.png +0 -0
- package/dist/img/icons/default-panda-small.png +0 -0
- package/dist/img/icons/default.png +0 -0
- package/dist/img/icons/devices-icon.png +0 -0
- package/dist/img/icons/dicodelazone-icon.png +0 -0
- package/dist/img/icons/doc-large.png +0 -0
- package/dist/img/icons/doc.png +0 -0
- package/dist/img/icons/download.png +0 -0
- package/dist/img/icons/drag-drop-light.png +0 -0
- package/dist/img/icons/drag-drop-on.png +0 -0
- package/dist/img/icons/dreamy-panda-small.png +0 -0
- package/dist/img/icons/dreamy.png +0 -0
- package/dist/img/icons/envelope-unread.svg +1 -0
- package/dist/img/icons/envelope.svg +1 -0
- package/dist/img/icons/flags/.directory +4 -0
- package/dist/img/icons/flags/de.svg +12 -0
- package/dist/img/icons/flags/en.svg +69 -0
- package/dist/img/icons/flags/es.svg +1496 -0
- package/dist/img/icons/flags/fr.svg +20 -0
- package/dist/img/icons/flags/it.svg +15 -0
- package/dist/img/icons/flags/pt.svg +663 -0
- package/dist/img/icons/folder-large.png +0 -0
- package/dist/img/icons/folder.png +0 -0
- package/dist/img/icons/forum-large.png +0 -0
- package/dist/img/icons/fullscreen.png +0 -0
- package/dist/img/icons/glyphicons-498-glasses@3x.png +0 -0
- package/dist/img/icons/glyphicons_036_file.png +0 -0
- package/dist/img/icons/glyphicons_062_paperclip.png +0 -0
- package/dist/img/icons/glyphicons_113_justify.png +0 -0
- package/dist/img/icons/glyphicons_169_record.png +0 -0
- package/dist/img/icons/glyphicons_173_play.png +0 -0
- package/dist/img/icons/glyphicons_174_pause.png +0 -0
- package/dist/img/icons/glyphicons_207_remove_2.png +0 -0
- package/dist/img/icons/happy-panda-60px.png +0 -0
- package/dist/img/icons/happy-panda-small.png +0 -0
- package/dist/img/icons/happy.png +0 -0
- package/dist/img/icons/hiboutheque.png +0 -0
- package/dist/img/icons/homeworks.png +0 -0
- package/dist/img/icons/img.png +0 -0
- package/dist/img/icons/joker-panda-small.png +0 -0
- package/dist/img/icons/joker.png +0 -0
- package/dist/img/icons/knur-plus.png +0 -0
- package/dist/img/icons/le-site-tv-large.png +0 -0
- package/dist/img/icons/link.png +0 -0
- package/dist/img/icons/loading-panel.gif +0 -0
- package/dist/img/icons/love-panda-small.png +0 -0
- package/dist/img/icons/love.png +0 -0
- package/dist/img/icons/maxicours-large.png +0 -0
- package/dist/img/icons/menu-mobile.png +0 -0
- package/dist/img/icons/message-icon.png +0 -0
- package/dist/img/icons/mindmap-large.png +0 -0
- package/dist/img/icons/mood-icon.png +0 -0
- package/dist/img/icons/mp3.png +0 -0
- package/dist/img/icons/music-icon.png +0 -0
- package/dist/img/icons/new-mail.png +0 -0
- package/dist/img/icons/news-large.png +0 -0
- package/dist/img/icons/notebook-large.png +0 -0
- package/dist/img/icons/notes-large.png +0 -0
- package/dist/img/icons/notes-widget.png +0 -0
- package/dist/img/icons/notification.png +0 -0
- package/dist/img/icons/oops.png +0 -0
- package/dist/img/icons/orange-user.png +0 -0
- package/dist/img/icons/pages-large.png +0 -0
- package/dist/img/icons/pdf-large.png +0 -0
- package/dist/img/icons/pdf.png +0 -0
- package/dist/img/icons/people-icon.png +0 -0
- package/dist/img/icons/picture-icon-delete.png +0 -0
- package/dist/img/icons/picture-icon-lock.png +0 -0
- package/dist/img/icons/picture-icon.png +0 -0
- package/dist/img/icons/plus.png +0 -0
- package/dist/img/icons/power-off.svg +1 -0
- package/dist/img/icons/ppt-large.png +0 -0
- package/dist/img/icons/ppt.png +0 -0
- package/dist/img/icons/prive.png +0 -0
- package/dist/img/icons/proud-panda-small.png +0 -0
- package/dist/img/icons/proud.png +0 -0
- package/dist/img/icons/public.png +0 -0
- package/dist/img/icons/question.svg +1 -0
- package/dist/img/icons/qwant-widget-icon.png +0 -0
- package/dist/img/icons/rack-large.png +0 -0
- package/dist/img/icons/rack.png +0 -0
- package/dist/img/icons/rbs-large.png +0 -0
- package/dist/img/icons/recorder-widget.png +0 -0
- package/dist/img/icons/refresh.png +0 -0
- package/dist/img/icons/residence-artiste-large.png +0 -0
- package/dist/img/icons/residence-artiste.png +0 -0
- package/dist/img/icons/sad-panda-60px.png +0 -0
- package/dist/img/icons/sad-panda-small.png +0 -0
- package/dist/img/icons/sad.png +0 -0
- package/dist/img/icons/save.png +0 -0
- package/dist/img/icons/scrapbook-large.png +0 -0
- package/dist/img/icons/scrapbook.png +0 -0
- package/dist/img/icons/search.png +0 -0
- package/dist/img/icons/send-mail-white.png +0 -0
- package/dist/img/icons/send-mail.png +0 -0
- package/dist/img/icons/share.png +0 -0
- package/dist/img/icons/shared.png +0 -0
- package/dist/img/icons/show-carousel-selected.png +0 -0
- package/dist/img/icons/show-carousel.png +0 -0
- package/dist/img/icons/show-details-selected.png +0 -0
- package/dist/img/icons/show-details-unsaturated.png +0 -0
- package/dist/img/icons/show-details.png +0 -0
- package/dist/img/icons/show-icons-selected.png +0 -0
- package/dist/img/icons/show-icons-unsaturated.png +0 -0
- package/dist/img/icons/show-icons.png +0 -0
- package/dist/img/icons/show-list-selected.png +0 -0
- package/dist/img/icons/show-list-unsaturated.png +0 -0
- package/dist/img/icons/show-list.png +0 -0
- package/dist/img/icons/shutdown.png +0 -0
- package/dist/img/icons/sick-panda-small.png +0 -0
- package/dist/img/icons/sick.png +0 -0
- package/dist/img/icons/statistics-large.png +0 -0
- package/dist/img/icons/statistics.png +0 -0
- package/dist/img/icons/stats-large.png +0 -0
- package/dist/img/icons/stats-service-icon.png +0 -0
- package/dist/img/icons/storage.png +0 -0
- package/dist/img/icons/support-large.png +0 -0
- package/dist/img/icons/support.png +0 -0
- package/dist/img/icons/text-icon.png +0 -0
- package/dist/img/icons/timelinegenerator-large.png +0 -0
- package/dist/img/icons/tired-panda-60px.png +0 -0
- package/dist/img/icons/tired-panda-small.png +0 -0
- package/dist/img/icons/tired.png +0 -0
- package/dist/img/icons/tools.png +0 -0
- package/dist/img/icons/transparent_color.png +0 -0
- package/dist/img/icons/unique-visitors-icon.png +0 -0
- package/dist/img/icons/unknown-large.png +0 -0
- package/dist/img/icons/unknown.png +0 -0
- package/dist/img/icons/user-circle.svg +1 -0
- package/dist/img/icons/user.png +0 -0
- package/dist/img/icons/userbook-large.png +0 -0
- package/dist/img/icons/userbook.png +0 -0
- package/dist/img/icons/video-icon.png +0 -0
- package/dist/img/icons/video-large.png +0 -0
- package/dist/img/icons/video.png +0 -0
- package/dist/img/icons/view-book-white.png +0 -0
- package/dist/img/icons/view-book.png +0 -0
- package/dist/img/icons/view-folder-white.png +0 -0
- package/dist/img/icons/view-folder.png +0 -0
- package/dist/img/icons/website-large.png +0 -0
- package/dist/img/icons/widgets/widget-agenda.svg +17 -0
- package/dist/img/icons/widgets/widget-birthday.svg +178 -0
- package/dist/img/icons/widgets/widget-calendar.svg +142 -0
- package/dist/img/icons/widgets/widget-dicodelazone.svg +148 -0
- package/dist/img/icons/widgets/widget-edumalin.svg +31 -0
- package/dist/img/icons/widgets/widget-mood.svg +3669 -0
- package/dist/img/icons/widgets/widget-news.svg +447 -0
- package/dist/img/icons/widgets/widget-note.svg +161 -0
- package/dist/img/icons/widgets/widget-qwant-junior.svg +205 -0
- package/dist/img/icons/widgets/widget-qwant.svg +191 -0
- package/dist/img/icons/widgets/widget-recorder.svg +153 -0
- package/dist/img/icons/wiki-large.png +0 -0
- package/dist/img/icons/wiki.png +0 -0
- package/dist/img/icons/workspace-large.png +0 -0
- package/dist/img/icons/workspace-small.png +0 -0
- package/dist/img/icons/worried-panda-small.png +0 -0
- package/dist/img/icons/worried.png +0 -0
- package/dist/img/icons/xls-large.png +0 -0
- package/dist/img/icons/xls.png +0 -0
- package/dist/img/illustrations/Haute-Normandie.jpg +0 -0
- package/dist/img/illustrations/JO-hiver.png +0 -0
- package/dist/img/illustrations/Publipostage_Blog.png +0 -0
- package/dist/img/illustrations/Publipostage_Cahier_Multimedia.png +0 -0
- package/dist/img/illustrations/Publipostage_Messagerie.png +0 -0
- package/dist/img/illustrations/Thumbs.db +0 -0
- package/dist/img/illustrations/audio-file.png +0 -0
- package/dist/img/illustrations/banner-enseignant.jpg +0 -0
- package/dist/img/illustrations/birthdays-header-de.png +0 -0
- package/dist/img/illustrations/birthdays-header-en.png +0 -0
- package/dist/img/illustrations/birthdays-header-es.png +0 -0
- package/dist/img/illustrations/birthdays-header-fr.png +0 -0
- package/dist/img/illustrations/birthdays-header-it.png +0 -0
- package/dist/img/illustrations/birthdays-header-pt.png +0 -0
- package/dist/img/illustrations/birthdays-header.png +0 -0
- package/dist/img/illustrations/blog.svg +222 -0
- package/dist/img/illustrations/calendar-header.png +0 -0
- package/dist/img/illustrations/calendar-separator.png +0 -0
- package/dist/img/illustrations/circus-background.jpg +0 -0
- package/dist/img/illustrations/classroom.png +0 -0
- package/dist/img/illustrations/collaborative-editor.svg +198 -0
- package/dist/img/illustrations/community.svg +198 -0
- package/dist/img/illustrations/desert-background.jpg +0 -0
- package/dist/img/illustrations/exercizer.svg +165 -0
- package/dist/img/illustrations/fav-avatar.svg +12 -0
- package/dist/img/illustrations/favicon.ico +0 -0
- package/dist/img/illustrations/folder.svg +11 -0
- package/dist/img/illustrations/forum-default.png +0 -0
- package/dist/img/illustrations/group-avatar.svg +20 -0
- package/dist/img/illustrations/haute-normandie.png +0 -0
- package/dist/img/illustrations/hills-background.jpg +0 -0
- package/dist/img/illustrations/homeworks.svg +198 -0
- package/dist/img/illustrations/homeworks_notebook.png +0 -0
- package/dist/img/illustrations/illus-emptyscreen.svg +1 -0
- package/dist/img/illustrations/illus-noresults.svg +1 -0
- package/dist/img/illustrations/illus-rotatedevice.svg +1 -0
- package/dist/img/illustrations/image-default.svg +27 -0
- package/dist/img/illustrations/library-incentive.gif +0 -0
- package/dist/img/illustrations/loading.gif +0 -0
- package/dist/img/illustrations/logo.png +0 -0
- package/dist/img/illustrations/mindmap.svg +198 -0
- package/dist/img/illustrations/monthly.jpg +0 -0
- package/dist/img/illustrations/mood-header-en.png +0 -0
- package/dist/img/illustrations/mood-header-fr.png +0 -0
- package/dist/img/illustrations/mood-header.png +0 -0
- package/dist/img/illustrations/news-default.svg +109 -0
- package/dist/img/illustrations/news.svg +182 -0
- package/dist/img/illustrations/no-avatar.svg +14 -0
- package/dist/img/illustrations/note.svg +186 -0
- package/dist/img/illustrations/notebook-wallpaper.svg +7658 -0
- package/dist/img/illustrations/notebook.png +0 -0
- package/dist/img/illustrations/notebook.svg +7658 -0
- package/dist/img/illustrations/notebook_lines.png +0 -0
- package/dist/img/illustrations/notes-widget.png +0 -0
- package/dist/img/illustrations/ocean-background.jpg +0 -0
- package/dist/img/illustrations/one-pocket.png +0 -0
- package/dist/img/illustrations/pages-default.png +0 -0
- package/dist/img/illustrations/pages.svg +180 -0
- package/dist/img/illustrations/panda-food-background.jpg +0 -0
- package/dist/img/illustrations/panda.png +0 -0
- package/dist/img/illustrations/recorder-illustration.png +0 -0
- package/dist/img/illustrations/scrapbook-monopage-cover.png +0 -0
- package/dist/img/illustrations/scrapbook-monopage.png +0 -0
- package/dist/img/illustrations/scrapbook.svg +198 -0
- package/dist/img/illustrations/sparkly-background.jpg +0 -0
- package/dist/img/illustrations/stats.gif +0 -0
- package/dist/img/illustrations/system-avatar.png +0 -0
- package/dist/img/illustrations/theme-open-ent.png +0 -0
- package/dist/img/illustrations/timeline.svg +182 -0
- package/dist/img/illustrations/unknown-avatar.svg +29 -0
- package/dist/img/illustrations/user-avatar.svg +12 -0
- package/dist/img/illustrations/wiki.svg +289 -0
- package/dist/img/login.jpg +0 -0
- package/dist/img/logo.png +0 -0
- package/dist/img/oubli.jpg +0 -0
- package/dist/img/reinit.jpg +0 -0
- package/dist/img/smileys/angry.png +0 -0
- package/dist/img/smileys/dreamy.png +0 -0
- package/dist/img/smileys/happy.png +0 -0
- package/dist/img/smileys/joker.png +0 -0
- package/dist/img/smileys/love.png +0 -0
- package/dist/img/smileys/proud.png +0 -0
- package/dist/img/smileys/sad.png +0 -0
- package/dist/img/smileys/sick.png +0 -0
- package/dist/img/smileys/tired.png +0 -0
- package/dist/img/smileys/worried.png +0 -0
- package/dist/img/wallpaper/hills.svg +360 -0
- package/dist/portal.html +130 -0
- package/dist/skins/circus/theme.css +260 -0
- package/dist/skins/circus/theme.css.map +1 -0
- package/dist/skins/circus/theme.scss +11 -0
- package/dist/skins/circus/thumbnail.png +0 -0
- package/dist/skins/default/details.json +1 -0
- package/dist/skins/default/theme.css +260 -0
- package/dist/skins/default/theme.css.map +1 -0
- package/dist/skins/default/theme.scss +3 -0
- package/dist/skins/default/thumbnail.png +0 -0
- package/dist/skins/desert/theme.css +260 -0
- package/dist/skins/desert/theme.css.map +1 -0
- package/dist/skins/desert/theme.scss +11 -0
- package/dist/skins/desert/thumbnail.png +0 -0
- package/dist/skins/neutre/theme.css +260 -0
- package/dist/skins/neutre/theme.css.map +1 -0
- package/dist/skins/neutre/theme.scss +9 -0
- package/dist/skins/neutre/thumbnail.png +0 -0
- package/dist/skins/ocean/theme.css +260 -0
- package/dist/skins/ocean/theme.css.map +1 -0
- package/dist/skins/ocean/theme.scss +11 -0
- package/dist/skins/ocean/thumbnail.png +0 -0
- package/dist/skins/panda-food/theme.css +260 -0
- package/dist/skins/panda-food/theme.css.map +1 -0
- package/dist/skins/panda-food/theme.scss +11 -0
- package/dist/skins/panda-food/thumbnail.png +0 -0
- package/dist/skins/sparkly/theme.css +260 -0
- package/dist/skins/sparkly/theme.css.map +1 -0
- package/dist/skins/sparkly/theme.scss +11 -0
- package/dist/skins/sparkly/thumbnail.png +0 -0
- package/dist/template/assistant/exercizer/personnel/0.html +11 -0
- package/dist/template/assistant/exercizer/personnel/1.html +11 -0
- package/dist/template/assistant/exercizer/personnel/2.html +11 -0
- package/dist/template/assistant/exercizer/personnel/3.html +11 -0
- package/dist/template/assistant/exercizer/relative/0.html +11 -0
- package/dist/template/assistant/exercizer/relative/1.html +11 -0
- package/dist/template/assistant/exercizer/steps.json +6 -0
- package/dist/template/assistant/exercizer/student/0.html +11 -0
- package/dist/template/assistant/exercizer/student/1.html +11 -0
- package/dist/template/assistant/exercizer/teacher/0.html +11 -0
- package/dist/template/assistant/exercizer/teacher/1.html +11 -0
- package/dist/template/assistant/exercizer/teacher/2.html +11 -0
- package/dist/template/assistant/exercizer/teacher/3.html +11 -0
- package/dist/template/assistant/personnel/0.html +18 -0
- package/dist/template/assistant/personnel/1.html +9 -0
- package/dist/template/assistant/personnel/2.html +17 -0
- package/dist/template/assistant/personnel/3.html +11 -0
- package/dist/template/assistant/relative/0.html +18 -0
- package/dist/template/assistant/relative/1.html +23 -0
- package/dist/template/assistant/relative/2.html +13 -0
- package/dist/template/assistant/steps.json +6 -0
- package/dist/template/assistant/student/0.html +6 -0
- package/dist/template/assistant/student/1.html +4 -0
- package/dist/template/assistant/teacher/0.html +18 -0
- package/dist/template/assistant/teacher/1.html +9 -0
- package/dist/template/assistant/teacher/2.html +17 -0
- package/dist/template/assistant/teacher/3.html +11 -0
- package/dist/template/auth/activation-form.html +153 -0
- package/dist/template/auth/cgu-content.html +11 -0
- package/dist/template/auth/forgot-form.html +98 -0
- package/dist/template/auth/forgot-message.html +30 -0
- package/dist/template/auth/login-form.html +171 -0
- package/dist/template/auth/reset-form.html +53 -0
- package/dist/template/directory/massmail.mail.es.txt +46 -0
- package/dist/template/directory/massmail.mail.txt +46 -0
- package/dist/template/directory/massmail.pdf.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.de.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.en.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.es.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.it.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.pt.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.xhtml +158 -0
- package/dist/template/directory/massmail_simple.pdf.xhtml +114 -0
- package/dist/template/override.json +12 -0
- package/dist/template/portal/applications.html +142 -0
- package/dist/template/timeline/notifications.html +356 -0
- package/dist/version.txt +2 -0
- package/package.json +52 -0
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
+
width="150mm"
|
|
14
|
+
height="150mm"
|
|
15
|
+
viewBox="0 0 150 150"
|
|
16
|
+
version="1.1"
|
|
17
|
+
id="svg8"
|
|
18
|
+
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
|
19
|
+
sodipodi:docname="widget-calendar.svg"
|
|
20
|
+
inkscape:export-filename="/home/jmuller/Sites/panda/img/icons/qwant-widget.png"
|
|
21
|
+
inkscape:export-xdpi="16.933332"
|
|
22
|
+
inkscape:export-ydpi="16.933332">
|
|
23
|
+
<defs
|
|
24
|
+
id="defs2">
|
|
25
|
+
<linearGradient
|
|
26
|
+
inkscape:collect="always"
|
|
27
|
+
id="linearGradient4532">
|
|
28
|
+
<stop
|
|
29
|
+
style="stop-color:#ffffff;stop-opacity:0.15"
|
|
30
|
+
offset="0"
|
|
31
|
+
id="stop4528" />
|
|
32
|
+
<stop
|
|
33
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
|
34
|
+
offset="1"
|
|
35
|
+
id="stop4530" />
|
|
36
|
+
</linearGradient>
|
|
37
|
+
<linearGradient
|
|
38
|
+
inkscape:collect="always"
|
|
39
|
+
xlink:href="#linearGradient4532"
|
|
40
|
+
id="linearGradient4534"
|
|
41
|
+
x1="74.839134"
|
|
42
|
+
y1="216.49107"
|
|
43
|
+
x2="74.839134"
|
|
44
|
+
y2="147"
|
|
45
|
+
gradientUnits="userSpaceOnUse"
|
|
46
|
+
gradientTransform="translate(0,0.40090429)" />
|
|
47
|
+
</defs>
|
|
48
|
+
<sodipodi:namedview
|
|
49
|
+
id="base"
|
|
50
|
+
pagecolor="#ffffff"
|
|
51
|
+
bordercolor="#666666"
|
|
52
|
+
borderopacity="1.0"
|
|
53
|
+
inkscape:pageopacity="0.0"
|
|
54
|
+
inkscape:pageshadow="2"
|
|
55
|
+
inkscape:zoom="0.35"
|
|
56
|
+
inkscape:cx="933.13621"
|
|
57
|
+
inkscape:cy="61.007726"
|
|
58
|
+
inkscape:document-units="mm"
|
|
59
|
+
inkscape:current-layer="layer1"
|
|
60
|
+
showgrid="false"
|
|
61
|
+
borderlayer="true"
|
|
62
|
+
inkscape:showpageshadow="false"
|
|
63
|
+
showguides="true"
|
|
64
|
+
inkscape:window-width="1920"
|
|
65
|
+
inkscape:window-height="999"
|
|
66
|
+
inkscape:window-x="0"
|
|
67
|
+
inkscape:window-y="0"
|
|
68
|
+
inkscape:window-maximized="1"
|
|
69
|
+
inkscape:guide-bbox="true">
|
|
70
|
+
<sodipodi:guide
|
|
71
|
+
position="0,0"
|
|
72
|
+
orientation="0,566.92913"
|
|
73
|
+
id="guide4487"
|
|
74
|
+
inkscape:locked="false" />
|
|
75
|
+
<sodipodi:guide
|
|
76
|
+
position="150,0"
|
|
77
|
+
orientation="-566.92913,0"
|
|
78
|
+
id="guide4489"
|
|
79
|
+
inkscape:locked="false" />
|
|
80
|
+
<sodipodi:guide
|
|
81
|
+
position="150,150"
|
|
82
|
+
orientation="0,-566.92913"
|
|
83
|
+
id="guide4491"
|
|
84
|
+
inkscape:locked="false" />
|
|
85
|
+
<sodipodi:guide
|
|
86
|
+
position="0,150"
|
|
87
|
+
orientation="566.92913,0"
|
|
88
|
+
id="guide4493"
|
|
89
|
+
inkscape:locked="false" />
|
|
90
|
+
<sodipodi:guide
|
|
91
|
+
position="75.102737,150"
|
|
92
|
+
orientation="1,0"
|
|
93
|
+
id="guide910"
|
|
94
|
+
inkscape:locked="false" />
|
|
95
|
+
<sodipodi:guide
|
|
96
|
+
position="150,75.102737"
|
|
97
|
+
orientation="0,1"
|
|
98
|
+
id="guide912"
|
|
99
|
+
inkscape:locked="false" />
|
|
100
|
+
</sodipodi:namedview>
|
|
101
|
+
<metadata
|
|
102
|
+
id="metadata5">
|
|
103
|
+
<rdf:RDF>
|
|
104
|
+
<cc:Work
|
|
105
|
+
rdf:about="">
|
|
106
|
+
<dc:format>image/svg+xml</dc:format>
|
|
107
|
+
<dc:type
|
|
108
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
109
|
+
<dc:title></dc:title>
|
|
110
|
+
</cc:Work>
|
|
111
|
+
</rdf:RDF>
|
|
112
|
+
</metadata>
|
|
113
|
+
<g
|
|
114
|
+
inkscape:label="Calque 1"
|
|
115
|
+
inkscape:groupmode="layer"
|
|
116
|
+
id="layer1"
|
|
117
|
+
transform="translate(0,-147)">
|
|
118
|
+
<rect
|
|
119
|
+
style="opacity:1;fill:#a348c0;fill-opacity:1;stroke:none;stroke-width:2.03501201;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
|
|
120
|
+
id="rect4485"
|
|
121
|
+
width="150"
|
|
122
|
+
height="150"
|
|
123
|
+
x="0"
|
|
124
|
+
y="147"
|
|
125
|
+
ry="19.694849"
|
|
126
|
+
rx="19.694849" />
|
|
127
|
+
<path
|
|
128
|
+
style="opacity:1;fill:url(#linearGradient4534);fill-opacity:1;stroke:none;stroke-width:2.03501201;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
|
|
129
|
+
d="m -1.5163559e-4,223.25594 a 176.70386,60.854164 0 0 0 7.01869293559,-0.0858 176.70386,60.854164 0 0 0 17.5343297,-0.73277 176.70386,60.854164 0 0 0 17.234607,-1.33222 176.70386,60.854164 0 0 0 16.761767,-1.91823 176.70386,60.854164 0 0 0 16.122015,-2.4846 176.70386,60.854164 0 0 0 15.321545,-3.02669 176.70386,60.854164 0 0 0 14.367085,-3.53828 176.70386,60.854164 0 0 0 13.26999,-4.01475 176.70386,60.854164 0 0 0 12.04009,-4.45089 176.70386,60.854164 0 0 0 10.68927,-4.8426 176.70386,60.854164 0 0 0 9.232,-5.18573 A 176.70386,60.854164 0 0 0 150,191.35193 v -24.62899 c 0,-10.91094 -8.78398,-19.69492 -19.69493,-19.69492 H 19.69477 c -10.9109467,0 -19.69492163559,8.78398 -19.69492163559,19.69492 z"
|
|
130
|
+
id="rect4485-3"
|
|
131
|
+
inkscape:connector-curvature="0" />
|
|
132
|
+
<path
|
|
133
|
+
inkscape:connector-curvature="0"
|
|
134
|
+
d="m 113.53899,181.18054 h -7.98961 v 9.35865 c 0,3.99578 -3.13541,7.25548 -6.978774,7.25548 -3.843165,0 -6.978781,-3.25981 -6.978781,-7.25548 v -9.35865 H 58.722278 v 9.35865 c 0,3.99578 -3.135411,7.25548 -6.978673,7.25548 -3.843364,0 -6.978571,-3.25981 -6.978571,-7.25548 v -9.35865 H 36.67385 c -4.551114,0 -8.192147,3.7856 -8.192147,8.51734 v 73.71159 c 0,4.73175 3.640931,8.51745 8.192147,8.51745 h 76.86514 c 4.55121,0 8.19204,-3.7856 8.19204,-8.51745 v -73.71159 c 2e-4,-4.73195 -3.64062,-8.51734 -8.19204,-8.51734 z m 3.4388,82.22893 c 0,1.99794 -1.51697,3.57522 -3.4388,3.57522 H 36.674257 c -1.921631,0 -3.438702,-1.57718 -3.438702,-3.57522 v -56.78214 h 83.843305 v 56.78214 z m -65.233777,-69.4004 c 1.921529,0 3.438498,-1.57748 3.438498,-3.57522 v -14.93171 c -1.02e-4,-1.99773 -1.517071,-3.57522 -3.438498,-3.57522 -1.921734,0 -3.438703,1.57749 -3.438703,3.57522 v 14.93161 c -2.04e-4,1.99784 1.516868,3.57532 3.438703,3.57532 z m 46.826593,0 c 1.921734,0 3.438594,-1.57748 3.438594,-3.57522 v -14.93171 c 0,-1.99773 -1.51676,-3.57522 -3.438594,-3.57522 -1.921838,0 -3.438706,1.57749 -3.438706,3.57522 v 14.93161 c 0.101369,1.99784 1.618336,3.57532 3.438706,3.57532 z m -58.61189,54.54867 v 13.82215 H 52.81231 v -13.82215 z m 19.232202,0 v 13.82215 h 12.853901 v -13.82215 z m 19.37188,0 v 13.82215 H 91.4167 V 248.55774 Z M 97.597866,229.8116 v 13.82246 H 110.45197 V 229.8116 Z m -57.8371,0 v 13.82246 H 52.61436 V 229.8116 Z m 19.232304,0 v 13.82246 H 71.846972 V 229.8116 Z m 19.37178,0 v 13.82246 H 91.218848 V 229.8116 Z m 19.228736,-18.24032 v 13.82226 h 12.854204 v -13.82226 z m -38.604693,0 v 13.82226 h 12.853801 v -13.82226 z m 19.371675,0 v 13.82226 H 91.21457 v -13.82226 z"
|
|
135
|
+
id="path2"
|
|
136
|
+
style="fill:#ffffff;stroke-width:0.10187843" />
|
|
137
|
+
</g>
|
|
138
|
+
<style
|
|
139
|
+
type="text/css"
|
|
140
|
+
class="stylish"
|
|
141
|
+
id="stylish-4" />
|
|
142
|
+
</svg>
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
+
width="150mm"
|
|
14
|
+
height="150mm"
|
|
15
|
+
viewBox="0 0 150 150"
|
|
16
|
+
version="1.1"
|
|
17
|
+
id="svg8"
|
|
18
|
+
inkscape:version="0.92.1 r15371"
|
|
19
|
+
sodipodi:docname="widget-dico2lazone.svg">
|
|
20
|
+
<defs
|
|
21
|
+
id="defs2">
|
|
22
|
+
<linearGradient
|
|
23
|
+
inkscape:collect="always"
|
|
24
|
+
id="linearGradient4532">
|
|
25
|
+
<stop
|
|
26
|
+
style="stop-color:#ffffff;stop-opacity:0.2"
|
|
27
|
+
offset="0"
|
|
28
|
+
id="stop4528" />
|
|
29
|
+
<stop
|
|
30
|
+
style="stop-color:#ffffff;stop-opacity:0;"
|
|
31
|
+
offset="1"
|
|
32
|
+
id="stop4530" />
|
|
33
|
+
</linearGradient>
|
|
34
|
+
<linearGradient
|
|
35
|
+
inkscape:collect="always"
|
|
36
|
+
xlink:href="#linearGradient4532"
|
|
37
|
+
id="linearGradient4534"
|
|
38
|
+
x1="74.839134"
|
|
39
|
+
y1="216.49107"
|
|
40
|
+
x2="74.839134"
|
|
41
|
+
y2="147"
|
|
42
|
+
gradientUnits="userSpaceOnUse" />
|
|
43
|
+
</defs>
|
|
44
|
+
<sodipodi:namedview
|
|
45
|
+
id="base"
|
|
46
|
+
pagecolor="#ffffff"
|
|
47
|
+
bordercolor="#666666"
|
|
48
|
+
borderopacity="1.0"
|
|
49
|
+
inkscape:pageopacity="0.0"
|
|
50
|
+
inkscape:pageshadow="2"
|
|
51
|
+
inkscape:zoom="0.35"
|
|
52
|
+
inkscape:cx="-777.49108"
|
|
53
|
+
inkscape:cy="147.00071"
|
|
54
|
+
inkscape:document-units="mm"
|
|
55
|
+
inkscape:current-layer="layer1"
|
|
56
|
+
showgrid="false"
|
|
57
|
+
borderlayer="true"
|
|
58
|
+
inkscape:showpageshadow="false"
|
|
59
|
+
showguides="true"
|
|
60
|
+
inkscape:window-width="1920"
|
|
61
|
+
inkscape:window-height="993"
|
|
62
|
+
inkscape:window-x="0"
|
|
63
|
+
inkscape:window-y="0"
|
|
64
|
+
inkscape:window-maximized="1"
|
|
65
|
+
inkscape:guide-bbox="true">
|
|
66
|
+
<sodipodi:guide
|
|
67
|
+
position="0,0"
|
|
68
|
+
orientation="0,566.92913"
|
|
69
|
+
id="guide4487"
|
|
70
|
+
inkscape:locked="false" />
|
|
71
|
+
<sodipodi:guide
|
|
72
|
+
position="150,0"
|
|
73
|
+
orientation="-566.92913,0"
|
|
74
|
+
id="guide4489"
|
|
75
|
+
inkscape:locked="false" />
|
|
76
|
+
<sodipodi:guide
|
|
77
|
+
position="150,150"
|
|
78
|
+
orientation="0,-566.92913"
|
|
79
|
+
id="guide4491"
|
|
80
|
+
inkscape:locked="false" />
|
|
81
|
+
<sodipodi:guide
|
|
82
|
+
position="0,150"
|
|
83
|
+
orientation="566.92913,0"
|
|
84
|
+
id="guide4493"
|
|
85
|
+
inkscape:locked="false" />
|
|
86
|
+
<sodipodi:guide
|
|
87
|
+
position="25.123335,278.49485"
|
|
88
|
+
orientation="1,0"
|
|
89
|
+
id="guide4580"
|
|
90
|
+
inkscape:locked="false" />
|
|
91
|
+
<sodipodi:guide
|
|
92
|
+
position="125.08214,241.34438"
|
|
93
|
+
orientation="1,0"
|
|
94
|
+
id="guide4582"
|
|
95
|
+
inkscape:locked="false" />
|
|
96
|
+
<sodipodi:guide
|
|
97
|
+
position="86.862596,125.08214"
|
|
98
|
+
orientation="0,1"
|
|
99
|
+
id="guide4584"
|
|
100
|
+
inkscape:locked="false" />
|
|
101
|
+
<sodipodi:guide
|
|
102
|
+
position="0,25.123335"
|
|
103
|
+
orientation="0,1"
|
|
104
|
+
id="guide4586"
|
|
105
|
+
inkscape:locked="false" />
|
|
106
|
+
</sodipodi:namedview>
|
|
107
|
+
<metadata
|
|
108
|
+
id="metadata5">
|
|
109
|
+
<rdf:RDF>
|
|
110
|
+
<cc:Work
|
|
111
|
+
rdf:about="">
|
|
112
|
+
<dc:format>image/svg+xml</dc:format>
|
|
113
|
+
<dc:type
|
|
114
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
115
|
+
<dc:title></dc:title>
|
|
116
|
+
</cc:Work>
|
|
117
|
+
</rdf:RDF>
|
|
118
|
+
</metadata>
|
|
119
|
+
<g
|
|
120
|
+
inkscape:label="Calque 1"
|
|
121
|
+
inkscape:groupmode="layer"
|
|
122
|
+
id="layer1"
|
|
123
|
+
transform="translate(0,-147)">
|
|
124
|
+
<rect
|
|
125
|
+
style="opacity:1;fill:#ff8d2e;fill-opacity:1;stroke:none;stroke-width:2.03501201;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
|
|
126
|
+
id="rect4485"
|
|
127
|
+
width="150"
|
|
128
|
+
height="150"
|
|
129
|
+
x="0"
|
|
130
|
+
y="147"
|
|
131
|
+
ry="19.694849"
|
|
132
|
+
rx="19.694849" />
|
|
133
|
+
<path
|
|
134
|
+
style="opacity:1;fill:url(#linearGradient4534);fill-opacity:1;stroke:none;stroke-width:2.03501201;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
|
|
135
|
+
d="m -1.5163559e-4,222.85504 a 176.70386,60.854164 0 0 0 7.01869293559,-0.0858 176.70386,60.854164 0 0 0 17.5343297,-0.73277 176.70386,60.854164 0 0 0 17.234607,-1.33222 176.70386,60.854164 0 0 0 16.761767,-1.91823 176.70386,60.854164 0 0 0 16.122015,-2.4846 176.70386,60.854164 0 0 0 15.321545,-3.02669 176.70386,60.854164 0 0 0 14.367085,-3.53828 176.70386,60.854164 0 0 0 13.26999,-4.01475 176.70386,60.854164 0 0 0 12.04009,-4.45089 176.70386,60.854164 0 0 0 10.68927,-4.8426 176.70386,60.854164 0 0 0 9.232,-5.18573 A 176.70386,60.854164 0 0 0 150,190.95103 v -24.62899 c 0,-10.91094 -8.78398,-19.69492 -19.69493,-19.69492 H 19.69477 c -10.9109467,0 -19.69492163559,8.78398 -19.69492163559,19.69492 z"
|
|
136
|
+
id="rect4485-3"
|
|
137
|
+
inkscape:connector-curvature="0" />
|
|
138
|
+
<path
|
|
139
|
+
inkscape:connector-curvature="0"
|
|
140
|
+
d="m 62.861108,234.41032 v 7.53702 l -22.167749,-8.86709 v -7.53703 z m 0,-23.05461 v 7.53703 l -22.167749,-8.86709 v -7.53703 z m 59.631312,-38.35014 q 2.43838,1.33007 2.43838,4.6553 v 70.93696 q 0,3.76857 -3.54684,5.0985 l -44.113741,17.7342 q -0.886717,0.22175 -1.108459,0.22175 -0.221752,0 -0.55424,0.1109 -0.332479,0.11089 -0.554221,0.11089 -0.22175,0 -0.554232,-0.11089 -0.33248,-0.1109 -0.554229,-0.1109 l -1.10846,-0.22175 -44.113746,-17.7342 q -3.54684,-1.33006 -3.54684,-5.0985 v -70.93696 q 0,-3.32523 2.438524,-4.65514 2.43838,-1.77343 5.098511,-0.66512 l 42.340472,17.06926 42.340461,-17.06926 q 2.66015,-1.10846 5.09866,0.66512 z m -52.980988,87.3411 V 198.27681 L 34.043036,184.08946 V 246.1593 Z M 116.06385,246.1593 v -62.06984 l -35.468397,14.18735 v 62.06986 z m -6.65034,-20.61608 v 7.53703 l -22.167734,8.86709 v -7.53702 z m 0,-23.0546 v 7.53703 l -22.167734,8.86709 v -7.53703 z"
|
|
141
|
+
id="path5"
|
|
142
|
+
style="fill:#ffffff;stroke-width:0.14418048" />
|
|
143
|
+
</g>
|
|
144
|
+
<style
|
|
145
|
+
type="text/css"
|
|
146
|
+
class="stylish"
|
|
147
|
+
id="stylish-4" />
|
|
148
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="1080" height="1080" viewBox="0 0 1080 1080" xml:space="preserve">
|
|
4
|
+
<desc>Created with Fabric.js 5.2.4</desc>
|
|
5
|
+
<defs>
|
|
6
|
+
</defs>
|
|
7
|
+
<g transform="matrix(0 0 0 0 0 0)" id="02c2ced1-b4c5-46eb-8dbc-0ba84bb080fe" >
|
|
8
|
+
</g>
|
|
9
|
+
<g transform="matrix(1 0 0 1 540 540)" id="d2d34ab7-9b93-41b3-aebd-c6873da86e64" >
|
|
10
|
+
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1; visibility: hidden;" vector-effect="non-scaling-stroke" x="-540" y="-540" rx="0" ry="0" width="1080" height="1080" />
|
|
11
|
+
</g>
|
|
12
|
+
<g transform="matrix(9.02 0 0 9.02 540.07 540.06)" >
|
|
13
|
+
<g style="" vector-effect="non-scaling-stroke" >
|
|
14
|
+
<g transform="matrix(1 0 0 1 2.27 9.71)" >
|
|
15
|
+
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(80,186,176); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-34.13, -36.24)" d="M 45.82 23.59 C 45.82 22.720089913326294 45.47442956360143 21.885809079017676 44.859310242291876 21.270689757708123 C 44.24419092098232 20.65557043639857 43.409910086673705 20.31 42.54 20.31 L 22.45 20.31 L 22.45 43.709999999999994 L 27.619999999999997 43.709999999999994 L 27.619999999999997 52.169999999999995 L 36.08 43.709999999999994 L 45.82 43.709999999999994 Z" stroke-linecap="round" />
|
|
16
|
+
</g>
|
|
17
|
+
<g transform="matrix(1 0 0 1 15.93 -13.95)" >
|
|
18
|
+
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(48,171,223); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-47.8, -12.57)" d="M 35.15 24.25 C 33.3462607889631 24.25557460074954 31.876489079170057 22.803672455817203 31.86 21 L 31.86 0.88 L 55.27 0.88 L 55.27 6.05 L 63.730000000000004 6.05 L 55.27 14.510000000000002 L 55.27 24.25 Z" stroke-linecap="round" />
|
|
19
|
+
</g>
|
|
20
|
+
<g transform="matrix(1 0 0 1 -15.94 -10.3)" >
|
|
21
|
+
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(232,66,114); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-15.93, -16.21)" d="M 28.58 4.53 C 29.449910086673704 4.529999999999999 30.28419092098232 4.875570436398568 30.89931024229187 5.490689757708122 C 31.51442956360143 6.105809079017675 31.86 6.940089913326294 31.86 7.809999999999999 L 31.86 27.9 L 8.46 27.9 L 8.46 22.73 L 0 22.73 L 8.46 14.27 L 8.46 4.53 Z" stroke-linecap="round" />
|
|
22
|
+
</g>
|
|
23
|
+
<g transform="matrix(1 0 0 1 6.97 -4.23)" >
|
|
24
|
+
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(15,125,154); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-38.84, -22.3)" d="M 42.54 20.31 L 31.86 20.31 L 31.86 21 C 31.859995948991 21.87164547258729 32.20693876087845 22.707445358955535 32.82422259272437 23.32285294815147 C 33.44150642457029 23.938260537347404 34.278358578412295 24.28265745571855 35.15 24.28 L 45.82 24.28 L 45.82 23.62 C 45.82800426561498 22.744903648774798 45.485970628732574 21.90289505354298 44.869981615425246 21.281271994382234 C 44.25399260211792 20.659648935221487 43.41513295610194 20.309963394357677 42.54 20.31 Z" stroke-linecap="round" />
|
|
25
|
+
</g>
|
|
26
|
+
<g transform="matrix(1 0 0 1 -4.71 -2.42)" >
|
|
27
|
+
<polygon style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(73,48,79); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="4.7,-3.13 4.7,-3.79 -4.71,-3.79 -4.71,3.8 4.7,3.8 4.7,-3.13 " />
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|