@finsemble/finsemble-ui 6.1.1 → 6.1.5
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/README.md +28 -28
- package/package.json +1 -1
- package/react/actions/favoriteActions.js.map +1 -1
- package/react/actions/linkerActions.js.map +1 -1
- package/react/actions/menuActions.js.map +1 -1
- package/react/actions/rootActions.js.map +1 -1
- package/react/actions/searchActions.js.map +1 -1
- package/react/actions/smartDesktopDesignerActions.js.map +1 -1
- package/react/actions/toolbarActions.js.map +1 -1
- package/react/actions/workspaceActions.js.map +1 -1
- package/react/assets/css/advancedAppLauncher.css +636 -636
- package/react/assets/css/appCatalog.css +1069 -1069
- package/react/assets/css/authentication.css +78 -78
- package/react/assets/css/button.css +219 -219
- package/react/assets/css/core/formElements.css +23 -23
- package/react/assets/css/core/icons.css +69 -69
- package/react/assets/css/core/notifications.css +75 -75
- package/react/assets/css/core/windowFrame.css +36 -36
- package/react/assets/css/dashbar.css +78 -78
- package/react/assets/css/defaultTheme.css +356 -356
- package/react/assets/css/dialogs.css +158 -158
- package/react/assets/css/favorites.css +101 -101
- package/react/assets/css/finsemble.css +38 -38
- package/react/assets/css/focus.css +4 -4
- package/react/assets/css/font-finance.css +385 -385
- package/react/assets/css/fonts/Open_Sans/LICENSE.txt +202 -202
- package/react/assets/css/fonts/Open_Sans/OpenSans-Definition.css +118 -118
- package/react/assets/css/fonts/font-finance.svg +124 -124
- package/react/assets/css/fonts/icons-reference.html +1174 -1174
- package/react/assets/css/linkerWindow.css +124 -124
- package/react/assets/css/menus.css +195 -195
- package/react/assets/css/notificationsCenter.css +594 -594
- package/react/assets/css/processMonitor.css +213 -213
- package/react/assets/css/search.css +128 -128
- package/react/assets/css/shared/animations.css +99 -99
- package/react/assets/css/tags.css +136 -136
- package/react/assets/css/toolbar.css +413 -413
- package/react/assets/css/userPreferences.css +565 -565
- package/react/assets/css/windowTitleBar.css +619 -619
- package/react/assets/icons/check.svg +3 -3
- package/react/assets/icons/chevron-left.svg +3 -3
- package/react/assets/icons/chevron-right.svg +3 -3
- package/react/assets/icons/copy.svg +10 -10
- package/react/assets/icons/exclamation-circle.svg +4 -4
- package/react/assets/icons/external-link.svg +12 -12
- package/react/assets/icons/flag.svg +10 -10
- package/react/assets/icons/folder.svg +3 -3
- package/react/assets/icons/font.svg +3 -3
- package/react/assets/icons/globe.svg +3 -3
- package/react/assets/icons/hdd.svg +9 -9
- package/react/assets/icons/key.svg +10 -10
- package/react/assets/icons/life-ring.svg +3 -3
- package/react/assets/icons/magic.svg +15 -15
- package/react/assets/icons/moon.svg +10 -10
- package/react/assets/icons/paint-roller.svg +3 -3
- package/react/assets/icons/pencil.svg +10 -10
- package/react/assets/icons/plus.svg +3 -3
- package/react/assets/icons/question-circle.svg +5 -5
- package/react/assets/icons/search.svg +3 -3
- package/react/assets/icons/sun.svg +9 -9
- package/react/assets/icons/times.svg +3 -3
- package/react/assets/icons/toggle-off.svg +6 -6
- package/react/assets/icons/toggle-on.svg +6 -6
- package/react/assets/icons/tools.svg +3 -3
- package/react/assets/icons/trash.svg +12 -12
- package/react/assets/icons/upload.svg +10 -10
- package/react/assets/icons/window.svg +3 -3
- package/react/componentTemplateGenerator.js +85 -85
- package/react/componentTemplateGenerator.js.map +1 -1
- package/react/components/FinsembleProvider.js.map +1 -1
- package/react/components/appCatalog/AppCatalog.js.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/appCatalog/components/AppCard.js.map +1 -1
- package/react/components/appCatalog/components/AppList.js.map +1 -1
- package/react/components/appCatalog/components/AppResults.js.map +1 -1
- package/react/components/appCatalog/components/Carousel.js.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
- package/react/components/appCatalog/components/Hero.js.map +1 -1
- package/react/components/appCatalog/components/Home.js.map +1 -1
- package/react/components/appCatalog/components/SearchBar.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
- package/react/components/appCatalog/components/Tag.js.map +1 -1
- package/react/components/appCatalog/components/Toast.js.map +1 -1
- package/react/components/appCatalog/components/helpers.js.map +1 -1
- package/react/components/appCatalog/index.js.map +1 -1
- package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
- package/react/components/appCatalog/modules/FDC3.js.map +1 -1
- package/react/components/appCatalog/stores/appStore.js.map +1 -1
- package/react/components/appCatalog/stores/storeActions.js.map +1 -1
- package/react/components/common/Button.js.map +1 -1
- package/react/components/common/ButtonIcon.js.map +1 -1
- package/react/components/common/ButtonTile.js.map +1 -1
- package/react/components/common/ColorPicker.js.map +1 -1
- package/react/components/common/DropZone.js.map +1 -1
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/FileInput.js.map +1 -1
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleSelect.js.map +1 -1
- package/react/components/common/FinsembleToggle.js.map +1 -1
- package/react/components/common/FontSizeSelector.js.map +1 -1
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/ImagePreview.js.map +1 -1
- package/react/components/common/LoadingSpinner.js.map +1 -1
- package/react/components/common/Tab.js.map +1 -1
- package/react/components/common/Tooltip.js.map +1 -1
- package/react/components/common/css/application-edit-page.css +117 -117
- package/react/components/common/css/application-list.css +47 -47
- package/react/components/common/css/button.css +164 -164
- package/react/components/common/css/color-picker.css +52 -52
- package/react/components/common/css/drop-zone.css +17 -17
- package/react/components/common/css/file-input.css +49 -49
- package/react/components/common/css/header.css +43 -43
- package/react/components/common/css/icon.css +13 -13
- package/react/components/common/css/image-preview.css +57 -57
- package/react/components/common/css/loading-spinner.css +39 -39
- package/react/components/common/css/selector.css +51 -51
- package/react/components/common/css/styles.css +128 -128
- package/react/components/common/css/tab.css +56 -56
- package/react/components/common/css/toggle.css +32 -32
- package/react/components/common/css/tooltip.css +68 -68
- package/react/components/common/file_helpers.js.map +1 -1
- package/react/components/common/fixtures/FinsembleIcon.css +4 -4
- package/react/components/common/helpers.js.map +1 -1
- package/react/components/common/stories/Button.stories.js.map +1 -1
- package/react/components/common/stories/ButtonIcon.stories.js.map +1 -1
- package/react/components/common/stories/ButtonTile.stories.js.map +1 -1
- package/react/components/common/stories/ColorPicker.stories.js.map +1 -1
- package/react/components/common/stories/DropZone.stories.js.map +1 -1
- package/react/components/common/stories/FileInput.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleIcon.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleSelect.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleToggle.stories.js.map +1 -1
- package/react/components/common/stories/FontSizeSelector.stories.js.map +1 -1
- package/react/components/common/stories/Header.stories.js.map +1 -1
- package/react/components/common/stories/ImagePreview.stories.js.map +1 -1
- package/react/components/common/stories/LoadingSpinner.stories.js.map +1 -1
- package/react/components/common/stories/Tab.stories.js.map +1 -1
- package/react/components/common/stories/Tooltip.stories.js.map +1 -1
- package/react/components/common/tests/ColorPicker.spec.js.map +1 -1
- package/react/components/common/tests/DropZone.spec.js.map +1 -1
- package/react/components/common/tests/FileInput.spec.js.map +1 -1
- package/react/components/common/tests/FinsembleSelect.spec.js.map +1 -1
- package/react/components/common/tests/FinsembleToggle.spec.js.map +1 -1
- package/react/components/common/tests/Header.spec.js.map +1 -1
- package/react/components/common/tests/ImagePreview.spec.js.map +1 -1
- package/react/components/common/tests/Tab.spec.js.map +1 -1
- package/react/components/common/tests/Tooltip.spec.js.map +1 -1
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/favorites/FavoritesShell.js.map +1 -1
- package/react/components/favorites/FavoritesShell.spec.js.map +1 -1
- package/react/components/favorites/FavoritesShell.stories.js.map +1 -1
- package/react/components/favorites/index.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.css +125 -125
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +1 -1
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/icon/index.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
- package/react/components/legacyControls/FinsembleMenuSection.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +1 -1
- package/react/components/linker/LinkerMenu.js.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
- package/react/components/linker/index.js.map +1 -1
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/menu/Menu.js.map +1 -1
- package/react/components/menu/MenuAutoResizer.js.map +1 -1
- package/react/components/menu/MenuContent.js.map +1 -1
- package/react/components/menu/MenuHotKey.js.map +1 -1
- package/react/components/menu/MenuItem.js.map +1 -1
- package/react/components/menu/MenuPortal.js.map +1 -1
- package/react/components/menu/MenuShell.js.map +1 -1
- package/react/components/menu/MenuToggle.js.map +1 -1
- package/react/components/menu/index.js.map +1 -1
- package/react/components/menu/keyboardNavigation.js.map +1 -1
- package/react/components/menu/menuContext.js.map +1 -1
- package/react/components/menu/menuHelpers.js.map +1 -1
- package/react/components/notifications/components/NoNotifications.js.map +1 -1
- package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
- package/react/components/notifications/components/shared/IconButton.js.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
- package/react/components/notifications/components/shared/OverflowMenu.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
- package/react/components/notifications/components/views/CardView.js.map +1 -1
- package/react/components/notifications/components/views/ListView.js +1 -1
- package/react/components/notifications/components/views/ListView.js.map +1 -1
- package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
- package/react/components/notifications/constants.js.map +1 -1
- package/react/components/notifications/icons/Card.js.map +1 -1
- package/react/components/notifications/icons/Chevron.js.map +1 -1
- package/react/components/notifications/icons/CloseIcon.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
- package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
- package/react/components/notifications/index.js.map +1 -1
- package/react/components/notifications/notificationsContext.js.map +1 -1
- package/react/components/notifications/types.js.map +1 -1
- package/react/components/notifications/utils.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ChildWindows.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.js.map +1 -1
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/index.js.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
- package/react/components/quickComponentForm/index.js.map +1 -1
- package/react/components/quickComponentForm/quickComponent.css +3 -3
- package/react/components/search/Highlight.js.map +1 -1
- package/react/components/search/Highlight.spec.js.map +1 -1
- package/react/components/search/Highlight.stories.js.map +1 -1
- package/react/components/search/Search.js.map +1 -1
- package/react/components/search/SearchBestMatch.js.map +1 -1
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchProviderResults.js.map +1 -1
- package/react/components/search/SearchResult.js.map +1 -1
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/search/index.js.map +1 -1
- package/react/components/shared/Animate.js.map +1 -1
- package/react/components/shared/BellIcon.js.map +1 -1
- package/react/components/shared/BellIconCrossed.js.map +1 -1
- package/react/components/shared/Button.js.map +1 -1
- package/react/components/shared/ConditionalWrapper.js.map +1 -1
- package/react/components/shared/DefaultDropdownButton.js.map +1 -1
- package/react/components/shared/NavigationButton.js.map +1 -1
- package/react/components/shared/Tag.js.map +1 -1
- package/react/components/shared/TagsMenu.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.spec.js.map +1 -1
- package/react/components/shared/linkerUtil.js.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/shared/validateURL.js.map +1 -1
- package/react/components/shared/validateURL.spec.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.css +3 -3
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +1 -1
- package/react/components/singleInputDialog/index.js.map +1 -1
- package/react/components/smartDesktopDesigner/AppEditPage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Appearance.css +94 -94
- package/react/components/smartDesktopDesigner/Appearance.helpers.js.map +1 -1
- package/react/components/smartDesktopDesigner/Appearance.js.map +1 -1
- package/react/components/smartDesktopDesigner/Application.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationEdit.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationList.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationSetup.js.map +1 -1
- package/react/components/smartDesktopDesigner/Applications.js.map +1 -1
- package/react/components/smartDesktopDesigner/AssetsPage.css +26 -26
- package/react/components/smartDesktopDesigner/AssetsPage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Authentication.js.map +1 -1
- package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js.map +1 -1
- package/react/components/smartDesktopDesigner/Content.js.map +1 -1
- package/react/components/smartDesktopDesigner/CurrentView.js.map +1 -1
- package/react/components/smartDesktopDesigner/Export.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportCloud.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportDeployInfo.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportZip.js.map +1 -1
- package/react/components/smartDesktopDesigner/GettingStarted.js.map +1 -1
- package/react/components/smartDesktopDesigner/Navigation.js.map +1 -1
- package/react/components/smartDesktopDesigner/ProjectErrors.js.map +1 -1
- package/react/components/smartDesktopDesigner/ProjectHeader.js.map +1 -1
- package/react/components/smartDesktopDesigner/Publish.js.map +1 -1
- package/react/components/smartDesktopDesigner/PublishProgress.js.map +1 -1
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +1 -1
- package/react/components/smartDesktopDesigner/ThemePage.css +110 -110
- package/react/components/smartDesktopDesigner/ThemePage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Themes.js.map +1 -1
- package/react/components/smartDesktopDesigner/View.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/fsbl_functions.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/getCSSVars.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/views.js +2 -2
- package/react/components/smartDesktopDesigner/common/views.js.map +1 -1
- package/react/components/smartDesktopDesigner/css/appearance.css +10 -10
- package/react/components/smartDesktopDesigner/css/applications.css +89 -89
- package/react/components/smartDesktopDesigner/css/authentication.css +125 -125
- package/react/components/smartDesktopDesigner/css/buttons.css +12 -12
- package/react/components/smartDesktopDesigner/css/export.css +163 -163
- package/react/components/smartDesktopDesigner/css/getting-started.css +6 -6
- package/react/components/smartDesktopDesigner/css/nav.css +93 -93
- package/react/components/smartDesktopDesigner/css/project-errors.css +15 -15
- package/react/components/smartDesktopDesigner/css/project-header.css +121 -121
- package/react/components/smartDesktopDesigner/css/styles.css +179 -179
- package/react/components/smartDesktopDesigner/css/views.css +16 -16
- package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/applicationsProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/apps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/authenticationProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/configTemplate.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/exportProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/projectErrorsProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/publishProgress.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/themeProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/views.js.map +1 -1
- package/react/components/smartDesktopDesigner/sdd_helpers.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Appearance.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Applications.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/AssetsPage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Authentication.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Export.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Navigation.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Publish.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ThemePage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Themes.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Applications.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Authentication.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Export.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Navigation.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Publish.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Themes.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/a11y_helper.js +3 -3
- package/react/components/smartDesktopDesigner/tests/a11y_helper.js.map +1 -1
- package/react/components/smartDesktopDesigner/themeDefinitions.js.map +1 -1
- package/react/components/system/System.js.map +1 -1
- package/react/components/system/System.spec.js.map +1 -1
- package/react/components/system/System.stories.js.map +1 -1
- package/react/components/system/SystemTrayComponentShell.js.map +1 -1
- package/react/components/system/index.js.map +1 -1
- package/react/components/toolbar/AutoArrange.js.map +1 -1
- package/react/components/toolbar/DragHandle.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.spec.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.stories.js.map +1 -1
- package/react/components/toolbar/NotificationControl.js.map +1 -1
- package/react/components/toolbar/RevealAll.js.map +1 -1
- package/react/components/toolbar/RevealAll.spec.js.map +1 -1
- package/react/components/toolbar/RevealAll.stories.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarSection.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNav.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/DynamicAppLauncher.js.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/appLauncher.css +30 -30
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
- package/react/components/toolbar/index.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/workspaceManagementMenu.css +94 -94
- package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/components/Checkbox.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/LeftNav.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledRestart.js.map +1 -1
- package/react/components/userPreferences/index.js.map +1 -1
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
- package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +1 -1
- package/react/components/utils.js.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
- package/react/components/windowTitleBar/index.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
- package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
- package/react/components/yesNoDialog/Timer.spec.js.map +1 -1
- package/react/components/yesNoDialog/Timer.stories.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.css +3 -3
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.spec.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.stories.js.map +1 -1
- package/react/components/yesNoDialog/index.js.map +1 -1
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/enzymeSetup.js.map +1 -1
- package/react/hooks/index.js.map +1 -1
- package/react/hooks/useAuth.js.map +1 -1
- package/react/hooks/useDeepEffect.js.map +1 -1
- package/react/hooks/useFavorites.js.map +1 -1
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/react/hooks/useHotkey.js.map +1 -1
- package/react/hooks/useLinker.js.map +1 -1
- package/react/hooks/useMenu.js.map +1 -1
- package/react/hooks/useNotifications.js.map +1 -1
- package/react/hooks/useOutsideClickDetector.js.map +1 -1
- package/react/hooks/usePubSub.js.map +1 -1
- package/react/hooks/useSearch.js.map +1 -1
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/hooks/useWorkspace.js.map +1 -1
- package/react/reducers/favoriteReducer.js.map +1 -1
- package/react/reducers/linkerReducer.js.map +1 -1
- package/react/reducers/menuReducer.js.map +1 -1
- package/react/reducers/rootReducer.js.map +1 -1
- package/react/reducers/searchReducer.js.map +1 -1
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/reducers/toolbarReducer.js.map +1 -1
- package/react/reducers/workspaceReducer.js.map +1 -1
- package/react/store.js.map +1 -1
- package/react/types/advancedAppLauncherTypes.js.map +1 -1
- package/react/types/dashbarTypes.js.map +1 -1
- package/react/types/favoriteTypes.js.map +1 -1
- package/react/types/fdc3.js.map +1 -1
- package/react/types/hotkeyTypes.js.map +1 -1
- package/react/types/iconTypes.js.map +1 -1
- package/react/types/linkerTypes.js.map +1 -1
- package/react/types/searchTypes.js.map +1 -1
- package/react/types/smartDesktopDesignerTypes.js.map +1 -1
- package/react/types/workspaceTypes.js.map +1 -1
|
@@ -1,1174 +1,1174 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
6
|
-
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
7
|
-
<title>Font Reference - font-finance</title>
|
|
8
|
-
<link href="http://fonts.googleapis.com/css?family=Dosis:400,500,700" rel="stylesheet" type="text/css" />
|
|
9
|
-
<link rel="stylesheet" href="../font-finance.css" />
|
|
10
|
-
<style type="text/css">
|
|
11
|
-
html,
|
|
12
|
-
body,
|
|
13
|
-
div,
|
|
14
|
-
span,
|
|
15
|
-
applet,
|
|
16
|
-
object,
|
|
17
|
-
iframe,
|
|
18
|
-
h1,
|
|
19
|
-
h2,
|
|
20
|
-
h3,
|
|
21
|
-
h4,
|
|
22
|
-
h5,
|
|
23
|
-
h6,
|
|
24
|
-
p,
|
|
25
|
-
blockquote,
|
|
26
|
-
pre,
|
|
27
|
-
a,
|
|
28
|
-
abbr,
|
|
29
|
-
acronym,
|
|
30
|
-
address,
|
|
31
|
-
big,
|
|
32
|
-
cite,
|
|
33
|
-
code,
|
|
34
|
-
del,
|
|
35
|
-
dfn,
|
|
36
|
-
em,
|
|
37
|
-
img,
|
|
38
|
-
ins,
|
|
39
|
-
kbd,
|
|
40
|
-
q,
|
|
41
|
-
s,
|
|
42
|
-
samp,
|
|
43
|
-
small,
|
|
44
|
-
strike,
|
|
45
|
-
strong,
|
|
46
|
-
sub,
|
|
47
|
-
sup,
|
|
48
|
-
tt,
|
|
49
|
-
var,
|
|
50
|
-
dl,
|
|
51
|
-
dt,
|
|
52
|
-
dd,
|
|
53
|
-
ol,
|
|
54
|
-
ul,
|
|
55
|
-
li,
|
|
56
|
-
fieldset,
|
|
57
|
-
form,
|
|
58
|
-
label,
|
|
59
|
-
legend,
|
|
60
|
-
table,
|
|
61
|
-
caption,
|
|
62
|
-
tbody,
|
|
63
|
-
tfoot,
|
|
64
|
-
thead,
|
|
65
|
-
tr,
|
|
66
|
-
th,
|
|
67
|
-
td {
|
|
68
|
-
margin: 0;
|
|
69
|
-
padding: 0;
|
|
70
|
-
border: 0;
|
|
71
|
-
outline: 0;
|
|
72
|
-
font-weight: inherit;
|
|
73
|
-
font-style: inherit;
|
|
74
|
-
font-family: inherit;
|
|
75
|
-
font-size: 100%;
|
|
76
|
-
vertical-align: baseline;
|
|
77
|
-
}
|
|
78
|
-
body {
|
|
79
|
-
line-height: 1;
|
|
80
|
-
color: #000;
|
|
81
|
-
background: #fff;
|
|
82
|
-
}
|
|
83
|
-
ol,
|
|
84
|
-
ul {
|
|
85
|
-
list-style: none;
|
|
86
|
-
}
|
|
87
|
-
table {
|
|
88
|
-
border-collapse: separate;
|
|
89
|
-
border-spacing: 0;
|
|
90
|
-
vertical-align: middle;
|
|
91
|
-
}
|
|
92
|
-
caption,
|
|
93
|
-
th,
|
|
94
|
-
td {
|
|
95
|
-
text-align: left;
|
|
96
|
-
font-weight: normal;
|
|
97
|
-
vertical-align: middle;
|
|
98
|
-
}
|
|
99
|
-
a img {
|
|
100
|
-
border: none;
|
|
101
|
-
}
|
|
102
|
-
* {
|
|
103
|
-
-webkit-box-sizing: border-box;
|
|
104
|
-
-moz-box-sizing: border-box;
|
|
105
|
-
box-sizing: border-box;
|
|
106
|
-
}
|
|
107
|
-
body {
|
|
108
|
-
font-family: "Dosis", "Tahoma", sans-serif;
|
|
109
|
-
}
|
|
110
|
-
.container {
|
|
111
|
-
margin: 15px auto;
|
|
112
|
-
width: 80%;
|
|
113
|
-
}
|
|
114
|
-
h1 {
|
|
115
|
-
margin: 40px 0 20px;
|
|
116
|
-
font-weight: 700;
|
|
117
|
-
font-size: 38px;
|
|
118
|
-
line-height: 32px;
|
|
119
|
-
color: #fb565e;
|
|
120
|
-
}
|
|
121
|
-
h2 {
|
|
122
|
-
font-size: 18px;
|
|
123
|
-
padding: 0 0 21px 5px;
|
|
124
|
-
margin: 45px 0 0 0;
|
|
125
|
-
text-transform: uppercase;
|
|
126
|
-
font-weight: 500;
|
|
127
|
-
}
|
|
128
|
-
.small {
|
|
129
|
-
font-size: 14px;
|
|
130
|
-
color: #a5adb4;
|
|
131
|
-
}
|
|
132
|
-
.small a {
|
|
133
|
-
color: #a5adb4;
|
|
134
|
-
}
|
|
135
|
-
.small a:hover {
|
|
136
|
-
color: #fb565e;
|
|
137
|
-
}
|
|
138
|
-
.glyphs.character-mapping {
|
|
139
|
-
margin: 0 0 20px 0;
|
|
140
|
-
padding: 20px 0 20px 30px;
|
|
141
|
-
color: rgba(0, 0, 0, 0.5);
|
|
142
|
-
border: 1px solid #d8e0e5;
|
|
143
|
-
border-radius: 3px;
|
|
144
|
-
}
|
|
145
|
-
.glyphs.character-mapping li {
|
|
146
|
-
margin: 0 30px 20px 0;
|
|
147
|
-
display: inline-block;
|
|
148
|
-
width: 90px;
|
|
149
|
-
}
|
|
150
|
-
.glyphs.character-mapping .icon {
|
|
151
|
-
margin: 10px 0 10px 15px;
|
|
152
|
-
padding: 15px;
|
|
153
|
-
position: relative;
|
|
154
|
-
width: 55px;
|
|
155
|
-
height: 55px;
|
|
156
|
-
color: #162a36 !important;
|
|
157
|
-
overflow: hidden;
|
|
158
|
-
border-radius: 3px;
|
|
159
|
-
font-size: 32px;
|
|
160
|
-
}
|
|
161
|
-
.glyphs.character-mapping .icon svg {
|
|
162
|
-
fill: #000;
|
|
163
|
-
}
|
|
164
|
-
.glyphs.character-mapping input {
|
|
165
|
-
margin: 0;
|
|
166
|
-
padding: 5px 0;
|
|
167
|
-
line-height: 12px;
|
|
168
|
-
font-size: 12px;
|
|
169
|
-
display: block;
|
|
170
|
-
width: 100%;
|
|
171
|
-
border: 1px solid #d8e0e5;
|
|
172
|
-
border-radius: 5px;
|
|
173
|
-
text-align: center;
|
|
174
|
-
outline: 0;
|
|
175
|
-
}
|
|
176
|
-
.glyphs.character-mapping input:focus {
|
|
177
|
-
border: 1px solid #fbde4a;
|
|
178
|
-
-webkit-box-shadow: inset 0 0 3px #fbde4a;
|
|
179
|
-
box-shadow: inset 0 0 3px #fbde4a;
|
|
180
|
-
}
|
|
181
|
-
.glyphs.character-mapping input:hover {
|
|
182
|
-
-webkit-box-shadow: inset 0 0 3px #fbde4a;
|
|
183
|
-
box-shadow: inset 0 0 3px #fbde4a;
|
|
184
|
-
}
|
|
185
|
-
.glyphs.css-mapping {
|
|
186
|
-
margin: 0 0 60px 0;
|
|
187
|
-
padding: 30px 0 20px 30px;
|
|
188
|
-
color: rgba(0, 0, 0, 0.5);
|
|
189
|
-
border: 1px solid #d8e0e5;
|
|
190
|
-
border-radius: 3px;
|
|
191
|
-
}
|
|
192
|
-
.glyphs.css-mapping li {
|
|
193
|
-
margin: 0 30px 20px 0;
|
|
194
|
-
padding: 0;
|
|
195
|
-
display: inline-block;
|
|
196
|
-
overflow: hidden;
|
|
197
|
-
}
|
|
198
|
-
.glyphs.css-mapping .icon {
|
|
199
|
-
margin: 0;
|
|
200
|
-
margin-right: 10px;
|
|
201
|
-
padding: 13px;
|
|
202
|
-
height: 50px;
|
|
203
|
-
width: 50px;
|
|
204
|
-
color: #162a36 !important;
|
|
205
|
-
overflow: hidden;
|
|
206
|
-
float: left;
|
|
207
|
-
font-size: 24px;
|
|
208
|
-
}
|
|
209
|
-
.glyphs.css-mapping input {
|
|
210
|
-
margin: 0;
|
|
211
|
-
margin-top: 5px;
|
|
212
|
-
padding: 8px;
|
|
213
|
-
line-height: 16px;
|
|
214
|
-
font-size: 16px;
|
|
215
|
-
display: block;
|
|
216
|
-
width: 150px;
|
|
217
|
-
height: 40px;
|
|
218
|
-
border: 1px solid #d8e0e5;
|
|
219
|
-
border-radius: 5px;
|
|
220
|
-
background: #fff;
|
|
221
|
-
outline: 0;
|
|
222
|
-
float: right;
|
|
223
|
-
}
|
|
224
|
-
.glyphs.css-mapping input:focus {
|
|
225
|
-
border: 1px solid #fbde4a;
|
|
226
|
-
-webkit-box-shadow: inset 0 0 3px #fbde4a;
|
|
227
|
-
box-shadow: inset 0 0 3px #fbde4a;
|
|
228
|
-
}
|
|
229
|
-
.glyphs.css-mapping input:hover {
|
|
230
|
-
-webkit-box-shadow: inset 0 0 3px #fbde4a;
|
|
231
|
-
box-shadow: inset 0 0 3px #fbde4a;
|
|
232
|
-
}
|
|
233
|
-
</style>
|
|
234
|
-
</head>
|
|
235
|
-
<body>
|
|
236
|
-
<div class="container">
|
|
237
|
-
<h1>font-finance</h1>
|
|
238
|
-
<p class="small">This font was created with<a href="http://fontastic.me/">Fontastic</a></p>
|
|
239
|
-
<h2>CSS mapping</h2>
|
|
240
|
-
<ul class="glyphs css-mapping">
|
|
241
|
-
<li>
|
|
242
|
-
<div class="icon ff-arrow-back"></div>
|
|
243
|
-
<input type="text" readonly="readonly" value="arrow-back" />
|
|
244
|
-
</li>
|
|
245
|
-
<li>
|
|
246
|
-
<div class="icon ff-arrow-down"></div>
|
|
247
|
-
<input type="text" readonly="readonly" value="arrow-down" />
|
|
248
|
-
</li>
|
|
249
|
-
<li>
|
|
250
|
-
<div class="icon ff-arrow-left"></div>
|
|
251
|
-
<input type="text" readonly="readonly" value="arrow-left" />
|
|
252
|
-
</li>
|
|
253
|
-
<li>
|
|
254
|
-
<div class="icon ff-arrow-redo"></div>
|
|
255
|
-
<input type="text" readonly="readonly" value="arrow-redo" />
|
|
256
|
-
</li>
|
|
257
|
-
<li>
|
|
258
|
-
<div class="icon ff-arrow-right"></div>
|
|
259
|
-
<input type="text" readonly="readonly" value="arrow-right" />
|
|
260
|
-
</li>
|
|
261
|
-
<li>
|
|
262
|
-
<div class="icon ff-arrow-trade"></div>
|
|
263
|
-
<input type="text" readonly="readonly" value="arrow-trade" />
|
|
264
|
-
</li>
|
|
265
|
-
<li>
|
|
266
|
-
<div class="icon ff-arrow-undo"></div>
|
|
267
|
-
<input type="text" readonly="readonly" value="arrow-undo" />
|
|
268
|
-
</li>
|
|
269
|
-
<li>
|
|
270
|
-
<div class="icon ff-arrow-up"></div>
|
|
271
|
-
<input type="text" readonly="readonly" value="arrow-up" />
|
|
272
|
-
</li>
|
|
273
|
-
<li>
|
|
274
|
-
<div class="icon ff-caret-down"></div>
|
|
275
|
-
<input type="text" readonly="readonly" value="caret-down" />
|
|
276
|
-
</li>
|
|
277
|
-
<li>
|
|
278
|
-
<div class="icon ff-caret-up"></div>
|
|
279
|
-
<input type="text" readonly="readonly" value="caret-up" />
|
|
280
|
-
</li>
|
|
281
|
-
<li>
|
|
282
|
-
<div class="icon ff-chart-advanced"></div>
|
|
283
|
-
<input type="text" readonly="readonly" value="chart-advanced" />
|
|
284
|
-
</li>
|
|
285
|
-
<li>
|
|
286
|
-
<div class="icon ff-chart-alt-1"></div>
|
|
287
|
-
<input type="text" readonly="readonly" value="chart-alt-1" />
|
|
288
|
-
</li>
|
|
289
|
-
<li>
|
|
290
|
-
<div class="icon ff-component"></div>
|
|
291
|
-
<input type="text" readonly="readonly" value="component" />
|
|
292
|
-
</li>
|
|
293
|
-
<li>
|
|
294
|
-
<div class="icon ff-company"></div>
|
|
295
|
-
<input type="text" readonly="readonly" value="company" />
|
|
296
|
-
</li>
|
|
297
|
-
<li>
|
|
298
|
-
<div class="icon ff-close"></div>
|
|
299
|
-
<input type="text" readonly="readonly" value="close" />
|
|
300
|
-
</li>
|
|
301
|
-
<li>
|
|
302
|
-
<div class="icon ff-clock"></div>
|
|
303
|
-
<input type="text" readonly="readonly" value="clock" />
|
|
304
|
-
</li>
|
|
305
|
-
<li>
|
|
306
|
-
<div class="icon ff-check-circle"></div>
|
|
307
|
-
<input type="text" readonly="readonly" value="check-circle" />
|
|
308
|
-
</li>
|
|
309
|
-
<li>
|
|
310
|
-
<div class="icon ff-check-box"></div>
|
|
311
|
-
<input type="text" readonly="readonly" value="check-box" />
|
|
312
|
-
</li>
|
|
313
|
-
<li>
|
|
314
|
-
<div class="icon ff-chat-popout"></div>
|
|
315
|
-
<input type="text" readonly="readonly" value="chat-popout" />
|
|
316
|
-
</li>
|
|
317
|
-
<li>
|
|
318
|
-
<div class="icon ff-chat-group"></div>
|
|
319
|
-
<input type="text" readonly="readonly" value="chat-group" />
|
|
320
|
-
</li>
|
|
321
|
-
<li>
|
|
322
|
-
<div class="icon ff-chat-add"></div>
|
|
323
|
-
<input type="text" readonly="readonly" value="chat-add" />
|
|
324
|
-
</li>
|
|
325
|
-
<li>
|
|
326
|
-
<div class="icon ff-chat"></div>
|
|
327
|
-
<input type="text" readonly="readonly" value="chat" />
|
|
328
|
-
</li>
|
|
329
|
-
<li>
|
|
330
|
-
<div class="icon ff-chart-simple"></div>
|
|
331
|
-
<input type="text" readonly="readonly" value="chart-simple" />
|
|
332
|
-
</li>
|
|
333
|
-
<li>
|
|
334
|
-
<div class="icon ff-chart-pie"></div>
|
|
335
|
-
<input type="text" readonly="readonly" value="chart-pie" />
|
|
336
|
-
</li>
|
|
337
|
-
<li>
|
|
338
|
-
<div class="icon ff-chart-alt-2"></div>
|
|
339
|
-
<input type="text" readonly="readonly" value="chart-alt-2" />
|
|
340
|
-
</li>
|
|
341
|
-
<li>
|
|
342
|
-
<div class="icon ff-crosshair"></div>
|
|
343
|
-
<input type="text" readonly="readonly" value="crosshair" />
|
|
344
|
-
</li>
|
|
345
|
-
<li>
|
|
346
|
-
<div class="icon ff-delete-box"></div>
|
|
347
|
-
<input type="text" readonly="readonly" value="delete-box" />
|
|
348
|
-
</li>
|
|
349
|
-
<li>
|
|
350
|
-
<div class="icon ff-delete-circle"></div>
|
|
351
|
-
<input type="text" readonly="readonly" value="delete-circle" />
|
|
352
|
-
</li>
|
|
353
|
-
<li>
|
|
354
|
-
<div class="icon ff-document-1"></div>
|
|
355
|
-
<input type="text" readonly="readonly" value="document-1" />
|
|
356
|
-
</li>
|
|
357
|
-
<li>
|
|
358
|
-
<div class="icon ff-document-2"></div>
|
|
359
|
-
<input type="text" readonly="readonly" value="document-2" />
|
|
360
|
-
</li>
|
|
361
|
-
<li>
|
|
362
|
-
<div class="icon ff-edit"></div>
|
|
363
|
-
<input type="text" readonly="readonly" value="edit" />
|
|
364
|
-
</li>
|
|
365
|
-
<li>
|
|
366
|
-
<div class="icon ff-finsemble"></div>
|
|
367
|
-
<input type="text" readonly="readonly" value="finsemble" />
|
|
368
|
-
</li>
|
|
369
|
-
<li>
|
|
370
|
-
<div class="icon ff-filter-2"></div>
|
|
371
|
-
<input type="text" readonly="readonly" value="filter-2" />
|
|
372
|
-
</li>
|
|
373
|
-
<li>
|
|
374
|
-
<div class="icon ff-interval-2"></div>
|
|
375
|
-
<input type="text" readonly="readonly" value="interval-2" />
|
|
376
|
-
</li>
|
|
377
|
-
<li>
|
|
378
|
-
<div class="icon ff-finsemble-2"></div>
|
|
379
|
-
<input type="text" readonly="readonly" value="finsemble-2" />
|
|
380
|
-
</li>
|
|
381
|
-
<li>
|
|
382
|
-
<div class="icon ff-interval"></div>
|
|
383
|
-
<input type="text" readonly="readonly" value="interval" />
|
|
384
|
-
</li>
|
|
385
|
-
<li>
|
|
386
|
-
<div class="icon ff-insiders-2"></div>
|
|
387
|
-
<input type="text" readonly="readonly" value="insiders-2" />
|
|
388
|
-
</li>
|
|
389
|
-
<li>
|
|
390
|
-
<div class="icon ff-insiders"></div>
|
|
391
|
-
<input type="text" readonly="readonly" value="insiders" />
|
|
392
|
-
</li>
|
|
393
|
-
<li>
|
|
394
|
-
<div class="icon ff-info"></div>
|
|
395
|
-
<input type="text" readonly="readonly" value="info" />
|
|
396
|
-
</li>
|
|
397
|
-
<li>
|
|
398
|
-
<div class="icon ff-industry"></div>
|
|
399
|
-
<input type="text" readonly="readonly" value="industry" />
|
|
400
|
-
</li>
|
|
401
|
-
<li>
|
|
402
|
-
<div class="icon ff-home-3"></div>
|
|
403
|
-
<input type="text" readonly="readonly" value="home-3" />
|
|
404
|
-
</li>
|
|
405
|
-
<li>
|
|
406
|
-
<div class="icon ff-home-2"></div>
|
|
407
|
-
<input type="text" readonly="readonly" value="home-2" />
|
|
408
|
-
</li>
|
|
409
|
-
<li>
|
|
410
|
-
<div class="icon ff-home"></div>
|
|
411
|
-
<input type="text" readonly="readonly" value="home" />
|
|
412
|
-
</li>
|
|
413
|
-
<li>
|
|
414
|
-
<div class="icon ff-help"></div>
|
|
415
|
-
<input type="text" readonly="readonly" value="help" />
|
|
416
|
-
</li>
|
|
417
|
-
<li>
|
|
418
|
-
<div class="icon ff-grid"></div>
|
|
419
|
-
<input type="text" readonly="readonly" value="grid" />
|
|
420
|
-
</li>
|
|
421
|
-
<li>
|
|
422
|
-
<div class="icon ff-fundamentals"></div>
|
|
423
|
-
<input type="text" readonly="readonly" value="fundamentals" />
|
|
424
|
-
</li>
|
|
425
|
-
<li>
|
|
426
|
-
<div class="icon ff-linker"></div>
|
|
427
|
-
<input type="text" readonly="readonly" value="linker" />
|
|
428
|
-
</li>
|
|
429
|
-
<li>
|
|
430
|
-
<div class="icon ff-magnet"></div>
|
|
431
|
-
<input type="text" readonly="readonly" value="magnet" />
|
|
432
|
-
</li>
|
|
433
|
-
<li>
|
|
434
|
-
<div class="icon ff-maximize"></div>
|
|
435
|
-
<input type="text" readonly="readonly" value="maximize" />
|
|
436
|
-
</li>
|
|
437
|
-
<li>
|
|
438
|
-
<div class="icon ff-minimize"></div>
|
|
439
|
-
<input type="text" readonly="readonly" value="minimize" />
|
|
440
|
-
</li>
|
|
441
|
-
<li>
|
|
442
|
-
<div class="icon ff-minus-circle"></div>
|
|
443
|
-
<input type="text" readonly="readonly" value="minus-circle" />
|
|
444
|
-
</li>
|
|
445
|
-
<li>
|
|
446
|
-
<div class="icon ff-new-workspace"></div>
|
|
447
|
-
<input type="text" readonly="readonly" value="new-workspace" />
|
|
448
|
-
</li>
|
|
449
|
-
<li>
|
|
450
|
-
<div class="icon ff-news"></div>
|
|
451
|
-
<input type="text" readonly="readonly" value="news" />
|
|
452
|
-
</li>
|
|
453
|
-
<li>
|
|
454
|
-
<div class="icon ff-overview"></div>
|
|
455
|
-
<input type="text" readonly="readonly" value="overview" />
|
|
456
|
-
</li>
|
|
457
|
-
<li>
|
|
458
|
-
<div class="icon ff-pin"></div>
|
|
459
|
-
<input type="text" readonly="readonly" value="pin" />
|
|
460
|
-
</li>
|
|
461
|
-
<li>
|
|
462
|
-
<div class="icon ff-plus"></div>
|
|
463
|
-
<input type="text" readonly="readonly" value="plus" />
|
|
464
|
-
</li>
|
|
465
|
-
<li>
|
|
466
|
-
<div class="icon ff-plus-circle"></div>
|
|
467
|
-
<input type="text" readonly="readonly" value="plus-circle" />
|
|
468
|
-
</li>
|
|
469
|
-
<li>
|
|
470
|
-
<div class="icon ff-restore"></div>
|
|
471
|
-
<input type="text" readonly="readonly" value="restore" />
|
|
472
|
-
</li>
|
|
473
|
-
<li>
|
|
474
|
-
<div class="icon ff-workspace"></div>
|
|
475
|
-
<input type="text" readonly="readonly" value="workspace" />
|
|
476
|
-
</li>
|
|
477
|
-
<li>
|
|
478
|
-
<div class="icon ff-watchlist"></div>
|
|
479
|
-
<input type="text" readonly="readonly" value="watchlist" />
|
|
480
|
-
</li>
|
|
481
|
-
<li>
|
|
482
|
-
<div class="icon ff-user"></div>
|
|
483
|
-
<input type="text" readonly="readonly" value="user" />
|
|
484
|
-
</li>
|
|
485
|
-
<li>
|
|
486
|
-
<div class="icon ff-table"></div>
|
|
487
|
-
<input type="text" readonly="readonly" value="table" />
|
|
488
|
-
</li>
|
|
489
|
-
<li>
|
|
490
|
-
<div class="icon ff-studies"></div>
|
|
491
|
-
<input type="text" readonly="readonly" value="studies" />
|
|
492
|
-
</li>
|
|
493
|
-
<li>
|
|
494
|
-
<div class="icon ff-settings"></div>
|
|
495
|
-
<input type="text" readonly="readonly" value="settings" />
|
|
496
|
-
</li>
|
|
497
|
-
<li>
|
|
498
|
-
<div class="icon ff-search"></div>
|
|
499
|
-
<input type="text" readonly="readonly" value="search" />
|
|
500
|
-
</li>
|
|
501
|
-
<li>
|
|
502
|
-
<div class="icon ff-save-1"></div>
|
|
503
|
-
<input type="text" readonly="readonly" value="save-1" />
|
|
504
|
-
</li>
|
|
505
|
-
<li>
|
|
506
|
-
<div class="icon ff-save-2"></div>
|
|
507
|
-
<input type="text" readonly="readonly" value="save-2" />
|
|
508
|
-
</li>
|
|
509
|
-
<li>
|
|
510
|
-
<div class="icon ff-saveas-1"></div>
|
|
511
|
-
<input type="text" readonly="readonly" value="saveas-1" />
|
|
512
|
-
</li>
|
|
513
|
-
<li>
|
|
514
|
-
<div class="icon ff-saveas-2"></div>
|
|
515
|
-
<input type="text" readonly="readonly" value="saveas-2" />
|
|
516
|
-
</li>
|
|
517
|
-
<li>
|
|
518
|
-
<div class="icon ff-chevron-down"></div>
|
|
519
|
-
<input type="text" readonly="readonly" value="chevron-down" />
|
|
520
|
-
</li>
|
|
521
|
-
<li>
|
|
522
|
-
<div class="icon ff-bring-to-front"></div>
|
|
523
|
-
<input type="text" readonly="readonly" value="bring-to-front" />
|
|
524
|
-
</li>
|
|
525
|
-
<li>
|
|
526
|
-
<div class="icon ff-detached"></div>
|
|
527
|
-
<input type="text" readonly="readonly" value="detached" />
|
|
528
|
-
</li>
|
|
529
|
-
<li>
|
|
530
|
-
<div class="icon ff-attached"></div>
|
|
531
|
-
<input type="text" readonly="readonly" value="attached" />
|
|
532
|
-
</li>
|
|
533
|
-
<li>
|
|
534
|
-
<div class="icon ff-share"></div>
|
|
535
|
-
<input type="text" readonly="readonly" value="share" />
|
|
536
|
-
</li>
|
|
537
|
-
<li>
|
|
538
|
-
<div class="icon ff-hamburger"></div>
|
|
539
|
-
<input type="text" readonly="readonly" value="hamburger" />
|
|
540
|
-
</li>
|
|
541
|
-
<li>
|
|
542
|
-
<div class="icon ff-sort"></div>
|
|
543
|
-
<input type="text" readonly="readonly" value="sort" />
|
|
544
|
-
</li>
|
|
545
|
-
<li>
|
|
546
|
-
<div class="icon ff-check-mark"></div>
|
|
547
|
-
<input type="text" readonly="readonly" value="check-mark" />
|
|
548
|
-
</li>
|
|
549
|
-
<li>
|
|
550
|
-
<div class="icon ff-minimize-all"></div>
|
|
551
|
-
<input type="text" readonly="readonly" value="minimize-all" />
|
|
552
|
-
</li>
|
|
553
|
-
<li>
|
|
554
|
-
<div class="icon ff-list"></div>
|
|
555
|
-
<input type="text" readonly="readonly" value="list" />
|
|
556
|
-
</li>
|
|
557
|
-
<li>
|
|
558
|
-
<div class="icon ff-export"></div>
|
|
559
|
-
<input type="text" readonly="readonly" value="export" />
|
|
560
|
-
</li>
|
|
561
|
-
<li>
|
|
562
|
-
<div class="icon ff-import"></div>
|
|
563
|
-
<input type="text" readonly="readonly" value="import" />
|
|
564
|
-
</li>
|
|
565
|
-
<li>
|
|
566
|
-
<div class="icon ff-anchor"></div>
|
|
567
|
-
<input type="text" readonly="readonly" value="anchor" />
|
|
568
|
-
</li>
|
|
569
|
-
<li>
|
|
570
|
-
<div class="icon ff-copy"></div>
|
|
571
|
-
<input type="text" readonly="readonly" value="copy" />
|
|
572
|
-
</li>
|
|
573
|
-
<li>
|
|
574
|
-
<div class="icon ff-always-on-top"></div>
|
|
575
|
-
<input type="text" readonly="readonly" value="always-on-top" />
|
|
576
|
-
</li>
|
|
577
|
-
<li>
|
|
578
|
-
<div class="icon ff-close-2"></div>
|
|
579
|
-
<input type="text" readonly="readonly" value="close-2" />
|
|
580
|
-
</li>
|
|
581
|
-
<li>
|
|
582
|
-
<div class="icon ff-delete"></div>
|
|
583
|
-
<input type="text" readonly="readonly" value="delete" />
|
|
584
|
-
</li>
|
|
585
|
-
<li>
|
|
586
|
-
<div class="icon ff-ungrid"></div>
|
|
587
|
-
<input type="text" readonly="readonly" value="ungrid" />
|
|
588
|
-
</li>
|
|
589
|
-
<li>
|
|
590
|
-
<div class="icon ff-tag"></div>
|
|
591
|
-
<input type="text" readonly="readonly" value="tag" />
|
|
592
|
-
</li>
|
|
593
|
-
<li>
|
|
594
|
-
<div class="icon ff-folder"></div>
|
|
595
|
-
<input type="text" readonly="readonly" value="folder" />
|
|
596
|
-
</li>
|
|
597
|
-
<li>
|
|
598
|
-
<div class="icon ff-chevron-left"></div>
|
|
599
|
-
<input type="text" readonly="readonly" value="chevron-left" />
|
|
600
|
-
</li>
|
|
601
|
-
<li>
|
|
602
|
-
<div class="icon ff-chevron-right"></div>
|
|
603
|
-
<input type="text" readonly="readonly" value="chevron-right" />
|
|
604
|
-
</li>
|
|
605
|
-
<li>
|
|
606
|
-
<div class="icon ff-alert"></div>
|
|
607
|
-
<input type="text" readonly="readonly" value="alert" />
|
|
608
|
-
</li>
|
|
609
|
-
<li>
|
|
610
|
-
<div class="icon ff-favorite"></div>
|
|
611
|
-
<input type="text" readonly="readonly" value="favorite" />
|
|
612
|
-
</li>
|
|
613
|
-
<li>
|
|
614
|
-
<div class="icon ff-dashboard"></div>
|
|
615
|
-
<input type="text" readonly="readonly" value="dashboard" />
|
|
616
|
-
</li>
|
|
617
|
-
<li>
|
|
618
|
-
<div class="icon ff-dashboard-new"></div>
|
|
619
|
-
<input type="text" readonly="readonly" value="dashboard-new" />
|
|
620
|
-
</li>
|
|
621
|
-
<li>
|
|
622
|
-
<div class="icon ff-filter"></div>
|
|
623
|
-
<input type="text" readonly="readonly" value="filter" />
|
|
624
|
-
</li>
|
|
625
|
-
<li>
|
|
626
|
-
<div class="icon ff-arrow-triangle-both"></div>
|
|
627
|
-
<input type="text" readonly="readonly" value="arrow-triangle-both" />
|
|
628
|
-
</li>
|
|
629
|
-
<li>
|
|
630
|
-
<div class="icon ff-arrow-triangle-left"></div>
|
|
631
|
-
<input type="text" readonly="readonly" value="arrow-triangle-left" />
|
|
632
|
-
</li>
|
|
633
|
-
<li>
|
|
634
|
-
<div class="icon ff-arrow-triangle-right"></div>
|
|
635
|
-
<input type="text" readonly="readonly" value="arrow-triangle-right" />
|
|
636
|
-
</li>
|
|
637
|
-
<li>
|
|
638
|
-
<div class="icon ff-adp-apps"></div>
|
|
639
|
-
<input type="text" readonly="readonly" value="adp-apps" />
|
|
640
|
-
</li>
|
|
641
|
-
<li>
|
|
642
|
-
<div class="icon ff-adp-edit"></div>
|
|
643
|
-
<input type="text" readonly="readonly" value="adp-edit" />
|
|
644
|
-
</li>
|
|
645
|
-
<li>
|
|
646
|
-
<div class="icon ff-adp-trash"></div>
|
|
647
|
-
<input type="text" readonly="readonly" value="adp-trash" />
|
|
648
|
-
</li>
|
|
649
|
-
<li>
|
|
650
|
-
<div class="icon ff-adp-workspace"></div>
|
|
651
|
-
<input type="text" readonly="readonly" value="adp-workspace" />
|
|
652
|
-
</li>
|
|
653
|
-
<li>
|
|
654
|
-
<div class="icon ff-star-outline"></div>
|
|
655
|
-
<input type="text" readonly="readonly" value="star-outline" />
|
|
656
|
-
</li>
|
|
657
|
-
<li>
|
|
658
|
-
<div class="icon ff-adp-trash-outline"></div>
|
|
659
|
-
<input type="text" readonly="readonly" value="adp-trash-outline" />
|
|
660
|
-
</li>
|
|
661
|
-
<li>
|
|
662
|
-
<div class="icon ff-adp-chevron-left"></div>
|
|
663
|
-
<input type="text" readonly="readonly" value="adp-chevron-left" />
|
|
664
|
-
</li>
|
|
665
|
-
<li>
|
|
666
|
-
<div class="icon ff-adp-chevron-right"></div>
|
|
667
|
-
<input type="text" readonly="readonly" value="adp-chevron-right" />
|
|
668
|
-
</li>
|
|
669
|
-
<li>
|
|
670
|
-
<div class="icon ff-check-mark-2"></div>
|
|
671
|
-
<input type="text" readonly="readonly" value="check-mark-2" />
|
|
672
|
-
</li>
|
|
673
|
-
<li>
|
|
674
|
-
<div class="icon ff-close-3"></div>
|
|
675
|
-
<input type="text" readonly="readonly" value="close-3" />
|
|
676
|
-
</li>
|
|
677
|
-
<li>
|
|
678
|
-
<div class="icon ff-adp-hamburger"></div>
|
|
679
|
-
<input type="text" readonly="readonly" value="adp-hamburger" />
|
|
680
|
-
</li>
|
|
681
|
-
<li>
|
|
682
|
-
<div class="icon ff-linker-1"></div>
|
|
683
|
-
<input type="text" readonly="readonly" value="linker-1" />
|
|
684
|
-
</li>
|
|
685
|
-
<li>
|
|
686
|
-
<div class="icon ff-plus-2"></div>
|
|
687
|
-
<input type="text" readonly="readonly" value="plus-2" />
|
|
688
|
-
</li>
|
|
689
|
-
<li>
|
|
690
|
-
<div class="icon ff-dots-horz"></div>
|
|
691
|
-
<input type="text" readonly="readonly" value="dots-horz" />
|
|
692
|
-
</li>
|
|
693
|
-
<li>
|
|
694
|
-
<div class="icon ff-dots-vert"></div>
|
|
695
|
-
<input type="text" readonly="readonly" value="dots-vert" />
|
|
696
|
-
</li>
|
|
697
|
-
</ul>
|
|
698
|
-
<h2>Character mapping</h2>
|
|
699
|
-
<ul class="glyphs character-mapping">
|
|
700
|
-
<li>
|
|
701
|
-
<div data-icon="a" class="icon"></div>
|
|
702
|
-
<input type="text" readonly="readonly" value="a" />
|
|
703
|
-
</li>
|
|
704
|
-
<li>
|
|
705
|
-
<div data-icon="b" class="icon"></div>
|
|
706
|
-
<input type="text" readonly="readonly" value="b" />
|
|
707
|
-
</li>
|
|
708
|
-
<li>
|
|
709
|
-
<div data-icon="c" class="icon"></div>
|
|
710
|
-
<input type="text" readonly="readonly" value="c" />
|
|
711
|
-
</li>
|
|
712
|
-
<li>
|
|
713
|
-
<div data-icon="d" class="icon"></div>
|
|
714
|
-
<input type="text" readonly="readonly" value="d" />
|
|
715
|
-
</li>
|
|
716
|
-
<li>
|
|
717
|
-
<div data-icon="e" class="icon"></div>
|
|
718
|
-
<input type="text" readonly="readonly" value="e" />
|
|
719
|
-
</li>
|
|
720
|
-
<li>
|
|
721
|
-
<div data-icon="f" class="icon"></div>
|
|
722
|
-
<input type="text" readonly="readonly" value="f" />
|
|
723
|
-
</li>
|
|
724
|
-
<li>
|
|
725
|
-
<div data-icon="g" class="icon"></div>
|
|
726
|
-
<input type="text" readonly="readonly" value="g" />
|
|
727
|
-
</li>
|
|
728
|
-
<li>
|
|
729
|
-
<div data-icon="h" class="icon"></div>
|
|
730
|
-
<input type="text" readonly="readonly" value="h" />
|
|
731
|
-
</li>
|
|
732
|
-
<li>
|
|
733
|
-
<div data-icon="j" class="icon"></div>
|
|
734
|
-
<input type="text" readonly="readonly" value="j" />
|
|
735
|
-
</li>
|
|
736
|
-
<li>
|
|
737
|
-
<div data-icon="k" class="icon"></div>
|
|
738
|
-
<input type="text" readonly="readonly" value="k" />
|
|
739
|
-
</li>
|
|
740
|
-
<li>
|
|
741
|
-
<div data-icon="l" class="icon"></div>
|
|
742
|
-
<input type="text" readonly="readonly" value="l" />
|
|
743
|
-
</li>
|
|
744
|
-
<li>
|
|
745
|
-
<div data-icon="m" class="icon"></div>
|
|
746
|
-
<input type="text" readonly="readonly" value="m" />
|
|
747
|
-
</li>
|
|
748
|
-
<li>
|
|
749
|
-
<div data-icon="n" class="icon"></div>
|
|
750
|
-
<input type="text" readonly="readonly" value="n" />
|
|
751
|
-
</li>
|
|
752
|
-
<li>
|
|
753
|
-
<div data-icon="o" class="icon"></div>
|
|
754
|
-
<input type="text" readonly="readonly" value="o" />
|
|
755
|
-
</li>
|
|
756
|
-
<li>
|
|
757
|
-
<div data-icon="p" class="icon"></div>
|
|
758
|
-
<input type="text" readonly="readonly" value="p" />
|
|
759
|
-
</li>
|
|
760
|
-
<li>
|
|
761
|
-
<div data-icon="q" class="icon"></div>
|
|
762
|
-
<input type="text" readonly="readonly" value="q" />
|
|
763
|
-
</li>
|
|
764
|
-
<li>
|
|
765
|
-
<div data-icon="r" class="icon"></div>
|
|
766
|
-
<input type="text" readonly="readonly" value="r" />
|
|
767
|
-
</li>
|
|
768
|
-
<li>
|
|
769
|
-
<div data-icon="s" class="icon"></div>
|
|
770
|
-
<input type="text" readonly="readonly" value="s" />
|
|
771
|
-
</li>
|
|
772
|
-
<li>
|
|
773
|
-
<div data-icon="t" class="icon"></div>
|
|
774
|
-
<input type="text" readonly="readonly" value="t" />
|
|
775
|
-
</li>
|
|
776
|
-
<li>
|
|
777
|
-
<div data-icon="u" class="icon"></div>
|
|
778
|
-
<input type="text" readonly="readonly" value="u" />
|
|
779
|
-
</li>
|
|
780
|
-
<li>
|
|
781
|
-
<div data-icon="v" class="icon"></div>
|
|
782
|
-
<input type="text" readonly="readonly" value="v" />
|
|
783
|
-
</li>
|
|
784
|
-
<li>
|
|
785
|
-
<div data-icon="w" class="icon"></div>
|
|
786
|
-
<input type="text" readonly="readonly" value="w" />
|
|
787
|
-
</li>
|
|
788
|
-
<li>
|
|
789
|
-
<div data-icon="x" class="icon"></div>
|
|
790
|
-
<input type="text" readonly="readonly" value="x" />
|
|
791
|
-
</li>
|
|
792
|
-
<li>
|
|
793
|
-
<div data-icon="y" class="icon"></div>
|
|
794
|
-
<input type="text" readonly="readonly" value="y" />
|
|
795
|
-
</li>
|
|
796
|
-
<li>
|
|
797
|
-
<div data-icon="z" class="icon"></div>
|
|
798
|
-
<input type="text" readonly="readonly" value="z" />
|
|
799
|
-
</li>
|
|
800
|
-
<li>
|
|
801
|
-
<div data-icon="A" class="icon"></div>
|
|
802
|
-
<input type="text" readonly="readonly" value="A" />
|
|
803
|
-
</li>
|
|
804
|
-
<li>
|
|
805
|
-
<div data-icon="C" class="icon"></div>
|
|
806
|
-
<input type="text" readonly="readonly" value="C" />
|
|
807
|
-
</li>
|
|
808
|
-
<li>
|
|
809
|
-
<div data-icon="D" class="icon"></div>
|
|
810
|
-
<input type="text" readonly="readonly" value="D" />
|
|
811
|
-
</li>
|
|
812
|
-
<li>
|
|
813
|
-
<div data-icon="E" class="icon"></div>
|
|
814
|
-
<input type="text" readonly="readonly" value="E" />
|
|
815
|
-
</li>
|
|
816
|
-
<li>
|
|
817
|
-
<div data-icon="F" class="icon"></div>
|
|
818
|
-
<input type="text" readonly="readonly" value="F" />
|
|
819
|
-
</li>
|
|
820
|
-
<li>
|
|
821
|
-
<div data-icon="I" class="icon"></div>
|
|
822
|
-
<input type="text" readonly="readonly" value="I" />
|
|
823
|
-
</li>
|
|
824
|
-
<li>
|
|
825
|
-
<div data-icon="K" class="icon"></div>
|
|
826
|
-
<input type="text" readonly="readonly" value="K" />
|
|
827
|
-
</li>
|
|
828
|
-
<li>
|
|
829
|
-
<div data-icon="L" class="icon"></div>
|
|
830
|
-
<input type="text" readonly="readonly" value="L" />
|
|
831
|
-
</li>
|
|
832
|
-
<li>
|
|
833
|
-
<div data-icon="M" class="icon"></div>
|
|
834
|
-
<input type="text" readonly="readonly" value="M" />
|
|
835
|
-
</li>
|
|
836
|
-
<li>
|
|
837
|
-
<div data-icon="N" class="icon"></div>
|
|
838
|
-
<input type="text" readonly="readonly" value="N" />
|
|
839
|
-
</li>
|
|
840
|
-
<li>
|
|
841
|
-
<div data-icon="O" class="icon"></div>
|
|
842
|
-
<input type="text" readonly="readonly" value="O" />
|
|
843
|
-
</li>
|
|
844
|
-
<li>
|
|
845
|
-
<div data-icon="P" class="icon"></div>
|
|
846
|
-
<input type="text" readonly="readonly" value="P" />
|
|
847
|
-
</li>
|
|
848
|
-
<li>
|
|
849
|
-
<div data-icon="Q" class="icon"></div>
|
|
850
|
-
<input type="text" readonly="readonly" value="Q" />
|
|
851
|
-
</li>
|
|
852
|
-
<li>
|
|
853
|
-
<div data-icon="R" class="icon"></div>
|
|
854
|
-
<input type="text" readonly="readonly" value="R" />
|
|
855
|
-
</li>
|
|
856
|
-
<li>
|
|
857
|
-
<div data-icon="S" class="icon"></div>
|
|
858
|
-
<input type="text" readonly="readonly" value="S" />
|
|
859
|
-
</li>
|
|
860
|
-
<li>
|
|
861
|
-
<div data-icon="T" class="icon"></div>
|
|
862
|
-
<input type="text" readonly="readonly" value="T" />
|
|
863
|
-
</li>
|
|
864
|
-
<li>
|
|
865
|
-
<div data-icon="U" class="icon"></div>
|
|
866
|
-
<input type="text" readonly="readonly" value="U" />
|
|
867
|
-
</li>
|
|
868
|
-
<li>
|
|
869
|
-
<div data-icon="V" class="icon"></div>
|
|
870
|
-
<input type="text" readonly="readonly" value="V" />
|
|
871
|
-
</li>
|
|
872
|
-
<li>
|
|
873
|
-
<div data-icon="W" class="icon"></div>
|
|
874
|
-
<input type="text" readonly="readonly" value="W" />
|
|
875
|
-
</li>
|
|
876
|
-
<li>
|
|
877
|
-
<div data-icon="Y" class="icon"></div>
|
|
878
|
-
<input type="text" readonly="readonly" value="Y" />
|
|
879
|
-
</li>
|
|
880
|
-
<li>
|
|
881
|
-
<div data-icon="'" class="icon"></div>
|
|
882
|
-
<input type="text" readonly="readonly" value="'" />
|
|
883
|
-
</li>
|
|
884
|
-
<li>
|
|
885
|
-
<div data-icon="" class="icon"></div>
|
|
886
|
-
<input type="text" readonly="readonly" value="&#xe012;" />
|
|
887
|
-
</li>
|
|
888
|
-
<li>
|
|
889
|
-
<div data-icon="2" class="icon"></div>
|
|
890
|
-
<input type="text" readonly="readonly" value="2" />
|
|
891
|
-
</li>
|
|
892
|
-
<li>
|
|
893
|
-
<div data-icon="3" class="icon"></div>
|
|
894
|
-
<input type="text" readonly="readonly" value="3" />
|
|
895
|
-
</li>
|
|
896
|
-
<li>
|
|
897
|
-
<div data-icon="4" class="icon"></div>
|
|
898
|
-
<input type="text" readonly="readonly" value="4" />
|
|
899
|
-
</li>
|
|
900
|
-
<li>
|
|
901
|
-
<div data-icon="5" class="icon"></div>
|
|
902
|
-
<input type="text" readonly="readonly" value="5" />
|
|
903
|
-
</li>
|
|
904
|
-
<li>
|
|
905
|
-
<div data-icon="6" class="icon"></div>
|
|
906
|
-
<input type="text" readonly="readonly" value="6" />
|
|
907
|
-
</li>
|
|
908
|
-
<li>
|
|
909
|
-
<div data-icon="7" class="icon"></div>
|
|
910
|
-
<input type="text" readonly="readonly" value="7" />
|
|
911
|
-
</li>
|
|
912
|
-
<li>
|
|
913
|
-
<div data-icon="8" class="icon"></div>
|
|
914
|
-
<input type="text" readonly="readonly" value="8" />
|
|
915
|
-
</li>
|
|
916
|
-
<li>
|
|
917
|
-
<div data-icon="9" class="icon"></div>
|
|
918
|
-
<input type="text" readonly="readonly" value="9" />
|
|
919
|
-
</li>
|
|
920
|
-
<li>
|
|
921
|
-
<div data-icon="!" class="icon"></div>
|
|
922
|
-
<input type="text" readonly="readonly" value="!" />
|
|
923
|
-
</li>
|
|
924
|
-
<li>
|
|
925
|
-
<div data-icon=""" class="icon"></div>
|
|
926
|
-
<input type="text" readonly="readonly" value='"' />
|
|
927
|
-
</li>
|
|
928
|
-
<li>
|
|
929
|
-
<div data-icon="#" class="icon"></div>
|
|
930
|
-
<input type="text" readonly="readonly" value="#" />
|
|
931
|
-
</li>
|
|
932
|
-
<li>
|
|
933
|
-
<div data-icon="$" class="icon"></div>
|
|
934
|
-
<input type="text" readonly="readonly" value="$" />
|
|
935
|
-
</li>
|
|
936
|
-
<li>
|
|
937
|
-
<div data-icon="%" class="icon"></div>
|
|
938
|
-
<input type="text" readonly="readonly" value="%" />
|
|
939
|
-
</li>
|
|
940
|
-
<li>
|
|
941
|
-
<div data-icon="&" class="icon"></div>
|
|
942
|
-
<input type="text" readonly="readonly" value="&" />
|
|
943
|
-
</li>
|
|
944
|
-
<li>
|
|
945
|
-
<div data-icon="(" class="icon"></div>
|
|
946
|
-
<input type="text" readonly="readonly" value="(" />
|
|
947
|
-
</li>
|
|
948
|
-
<li>
|
|
949
|
-
<div data-icon=")" class="icon"></div>
|
|
950
|
-
<input type="text" readonly="readonly" value=")" />
|
|
951
|
-
</li>
|
|
952
|
-
<li>
|
|
953
|
-
<div data-icon="+" class="icon"></div>
|
|
954
|
-
<input type="text" readonly="readonly" value="+" />
|
|
955
|
-
</li>
|
|
956
|
-
<li>
|
|
957
|
-
<div data-icon="," class="icon"></div>
|
|
958
|
-
<input type="text" readonly="readonly" value="," />
|
|
959
|
-
</li>
|
|
960
|
-
<li>
|
|
961
|
-
<div data-icon="." class="icon"></div>
|
|
962
|
-
<input type="text" readonly="readonly" value="." />
|
|
963
|
-
</li>
|
|
964
|
-
<li>
|
|
965
|
-
<div data-icon="/" class="icon"></div>
|
|
966
|
-
<input type="text" readonly="readonly" value="/" />
|
|
967
|
-
</li>
|
|
968
|
-
<li>
|
|
969
|
-
<div data-icon=":" class="icon"></div>
|
|
970
|
-
<input type="text" readonly="readonly" value=":" />
|
|
971
|
-
</li>
|
|
972
|
-
<li>
|
|
973
|
-
<div data-icon=";" class="icon"></div>
|
|
974
|
-
<input type="text" readonly="readonly" value=";" />
|
|
975
|
-
</li>
|
|
976
|
-
<li>
|
|
977
|
-
<div data-icon="<" class="icon"></div>
|
|
978
|
-
<input type="text" readonly="readonly" value="<" />
|
|
979
|
-
</li>
|
|
980
|
-
<li>
|
|
981
|
-
<div data-icon="i" class="icon"></div>
|
|
982
|
-
<input type="text" readonly="readonly" value="i" />
|
|
983
|
-
</li>
|
|
984
|
-
<li>
|
|
985
|
-
<div data-icon=">" class="icon"></div>
|
|
986
|
-
<input type="text" readonly="readonly" value=">" />
|
|
987
|
-
</li>
|
|
988
|
-
<li>
|
|
989
|
-
<div data-icon="@" class="icon"></div>
|
|
990
|
-
<input type="text" readonly="readonly" value="@" />
|
|
991
|
-
</li>
|
|
992
|
-
<li>
|
|
993
|
-
<div data-icon="" class="icon"></div>
|
|
994
|
-
<input type="text" readonly="readonly" value="&#xe013;" />
|
|
995
|
-
</li>
|
|
996
|
-
<li>
|
|
997
|
-
<div data-icon="X" class="icon"></div>
|
|
998
|
-
<input type="text" readonly="readonly" value="X" />
|
|
999
|
-
</li>
|
|
1000
|
-
<li>
|
|
1001
|
-
<div data-icon="J" class="icon"></div>
|
|
1002
|
-
<input type="text" readonly="readonly" value="J" />
|
|
1003
|
-
</li>
|
|
1004
|
-
<li>
|
|
1005
|
-
<div data-icon="=" class="icon"></div>
|
|
1006
|
-
<input type="text" readonly="readonly" value="=" />
|
|
1007
|
-
</li>
|
|
1008
|
-
<li>
|
|
1009
|
-
<div data-icon="?" class="icon"></div>
|
|
1010
|
-
<input type="text" readonly="readonly" value="?" />
|
|
1011
|
-
</li>
|
|
1012
|
-
<li>
|
|
1013
|
-
<div data-icon="[" class="icon"></div>
|
|
1014
|
-
<input type="text" readonly="readonly" value="[" />
|
|
1015
|
-
</li>
|
|
1016
|
-
<li>
|
|
1017
|
-
<div data-icon="]" class="icon"></div>
|
|
1018
|
-
<input type="text" readonly="readonly" value="]" />
|
|
1019
|
-
</li>
|
|
1020
|
-
<li>
|
|
1021
|
-
<div data-icon="^" class="icon"></div>
|
|
1022
|
-
<input type="text" readonly="readonly" value="^" />
|
|
1023
|
-
</li>
|
|
1024
|
-
<li>
|
|
1025
|
-
<div data-icon="_" class="icon"></div>
|
|
1026
|
-
<input type="text" readonly="readonly" value="_" />
|
|
1027
|
-
</li>
|
|
1028
|
-
<li>
|
|
1029
|
-
<div data-icon="`" class="icon"></div>
|
|
1030
|
-
<input type="text" readonly="readonly" value="`" />
|
|
1031
|
-
</li>
|
|
1032
|
-
<li>
|
|
1033
|
-
<div data-icon="{" class="icon"></div>
|
|
1034
|
-
<input type="text" readonly="readonly" value="{" />
|
|
1035
|
-
</li>
|
|
1036
|
-
<li>
|
|
1037
|
-
<div data-icon="|" class="icon"></div>
|
|
1038
|
-
<input type="text" readonly="readonly" value="|" />
|
|
1039
|
-
</li>
|
|
1040
|
-
<li>
|
|
1041
|
-
<div data-icon="B" class="icon"></div>
|
|
1042
|
-
<input type="text" readonly="readonly" value="B" />
|
|
1043
|
-
</li>
|
|
1044
|
-
<li>
|
|
1045
|
-
<div data-icon="}" class="icon"></div>
|
|
1046
|
-
<input type="text" readonly="readonly" value="}" />
|
|
1047
|
-
</li>
|
|
1048
|
-
<li>
|
|
1049
|
-
<div data-icon="Z" class="icon"></div>
|
|
1050
|
-
<input type="text" readonly="readonly" value="Z" />
|
|
1051
|
-
</li>
|
|
1052
|
-
<li>
|
|
1053
|
-
<div data-icon="~" class="icon"></div>
|
|
1054
|
-
<input type="text" readonly="readonly" value="~" />
|
|
1055
|
-
</li>
|
|
1056
|
-
<li>
|
|
1057
|
-
<div data-icon="\" class="icon"></div>
|
|
1058
|
-
<input type="text" readonly="readonly" value="\" />
|
|
1059
|
-
</li>
|
|
1060
|
-
<li>
|
|
1061
|
-
<div data-icon="" class="icon"></div>
|
|
1062
|
-
<input type="text" readonly="readonly" value="&#xe000;" />
|
|
1063
|
-
</li>
|
|
1064
|
-
<li>
|
|
1065
|
-
<div data-icon="" class="icon"></div>
|
|
1066
|
-
<input type="text" readonly="readonly" value="&#xe001;" />
|
|
1067
|
-
</li>
|
|
1068
|
-
<li>
|
|
1069
|
-
<div data-icon="" class="icon"></div>
|
|
1070
|
-
<input type="text" readonly="readonly" value="&#xe003;" />
|
|
1071
|
-
</li>
|
|
1072
|
-
<li>
|
|
1073
|
-
<div data-icon="" class="icon"></div>
|
|
1074
|
-
<input type="text" readonly="readonly" value="&#xe004;" />
|
|
1075
|
-
</li>
|
|
1076
|
-
<li>
|
|
1077
|
-
<div data-icon="" class="icon"></div>
|
|
1078
|
-
<input type="text" readonly="readonly" value="&#xe005;" />
|
|
1079
|
-
</li>
|
|
1080
|
-
<li>
|
|
1081
|
-
<div data-icon="0" class="icon"></div>
|
|
1082
|
-
<input type="text" readonly="readonly" value="0" />
|
|
1083
|
-
</li>
|
|
1084
|
-
<li>
|
|
1085
|
-
<div data-icon="-" class="icon"></div>
|
|
1086
|
-
<input type="text" readonly="readonly" value="-" />
|
|
1087
|
-
</li>
|
|
1088
|
-
<li>
|
|
1089
|
-
<div data-icon="" class="icon"></div>
|
|
1090
|
-
<input type="text" readonly="readonly" value="&#xe002;" />
|
|
1091
|
-
</li>
|
|
1092
|
-
<li>
|
|
1093
|
-
<div data-icon="" class="icon"></div>
|
|
1094
|
-
<input type="text" readonly="readonly" value="&#xe006;" />
|
|
1095
|
-
</li>
|
|
1096
|
-
<li>
|
|
1097
|
-
<div data-icon="" class="icon"></div>
|
|
1098
|
-
<input type="text" readonly="readonly" value="&#xe007;" />
|
|
1099
|
-
</li>
|
|
1100
|
-
<li>
|
|
1101
|
-
<div data-icon="" class="icon"></div>
|
|
1102
|
-
<input type="text" readonly="readonly" value="&#xe008;" />
|
|
1103
|
-
</li>
|
|
1104
|
-
<li>
|
|
1105
|
-
<div data-icon="" class="icon"></div>
|
|
1106
|
-
<input type="text" readonly="readonly" value="&#xe00c;" />
|
|
1107
|
-
</li>
|
|
1108
|
-
<li>
|
|
1109
|
-
<div data-icon="" class="icon"></div>
|
|
1110
|
-
<input type="text" readonly="readonly" value="&#xe00e;" />
|
|
1111
|
-
</li>
|
|
1112
|
-
<li>
|
|
1113
|
-
<div data-icon="" class="icon"></div>
|
|
1114
|
-
<input type="text" readonly="readonly" value="&#xe00f;" />
|
|
1115
|
-
</li>
|
|
1116
|
-
<li>
|
|
1117
|
-
<div data-icon="" class="icon"></div>
|
|
1118
|
-
<input type="text" readonly="readonly" value="&#xe010;" />
|
|
1119
|
-
</li>
|
|
1120
|
-
<li>
|
|
1121
|
-
<div data-icon="" class="icon"></div>
|
|
1122
|
-
<input type="text" readonly="readonly" value="&#xe009;" />
|
|
1123
|
-
</li>
|
|
1124
|
-
<li>
|
|
1125
|
-
<div data-icon="" class="icon"></div>
|
|
1126
|
-
<input type="text" readonly="readonly" value="&#xe00a;" />
|
|
1127
|
-
</li>
|
|
1128
|
-
<li>
|
|
1129
|
-
<div data-icon="" class="icon"></div>
|
|
1130
|
-
<input type="text" readonly="readonly" value="&#xe00b;" />
|
|
1131
|
-
</li>
|
|
1132
|
-
<li>
|
|
1133
|
-
<div data-icon="" class="icon"></div>
|
|
1134
|
-
<input type="text" readonly="readonly" value="&#xe00d;" />
|
|
1135
|
-
</li>
|
|
1136
|
-
<li>
|
|
1137
|
-
<div data-icon="" class="icon"></div>
|
|
1138
|
-
<input type="text" readonly="readonly" value="&#xe011;" />
|
|
1139
|
-
</li>
|
|
1140
|
-
<li>
|
|
1141
|
-
<div data-icon="1" class="icon"></div>
|
|
1142
|
-
<input type="text" readonly="readonly" value="1" />
|
|
1143
|
-
</li>
|
|
1144
|
-
<li>
|
|
1145
|
-
<div data-icon="*" class="icon"></div>
|
|
1146
|
-
<input type="text" readonly="readonly" value="*" />
|
|
1147
|
-
</li>
|
|
1148
|
-
<li>
|
|
1149
|
-
<div data-icon="G" class="icon"></div>
|
|
1150
|
-
<input type="text" readonly="readonly" value="G" />
|
|
1151
|
-
</li>
|
|
1152
|
-
<li>
|
|
1153
|
-
<div data-icon="H" class="icon"></div>
|
|
1154
|
-
<input type="text" readonly="readonly" value="H" />
|
|
1155
|
-
</li>
|
|
1156
|
-
</ul>
|
|
1157
|
-
</div>
|
|
1158
|
-
<script>
|
|
1159
|
-
(function () {
|
|
1160
|
-
var glyphs, i, len, ref;
|
|
1161
|
-
|
|
1162
|
-
ref = document.getElementsByClassName("glyphs");
|
|
1163
|
-
for (i = 0, len = ref.length; i < len; i++) {
|
|
1164
|
-
glyphs = ref[i];
|
|
1165
|
-
glyphs.addEventListener("click", function (event) {
|
|
1166
|
-
if (event.target.tagName === "INPUT") {
|
|
1167
|
-
return event.target.select();
|
|
1168
|
-
}
|
|
1169
|
-
});
|
|
1170
|
-
}
|
|
1171
|
-
}.call(this));
|
|
1172
|
-
</script>
|
|
1173
|
-
</body>
|
|
1174
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
6
|
+
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
7
|
+
<title>Font Reference - font-finance</title>
|
|
8
|
+
<link href="http://fonts.googleapis.com/css?family=Dosis:400,500,700" rel="stylesheet" type="text/css" />
|
|
9
|
+
<link rel="stylesheet" href="../font-finance.css" />
|
|
10
|
+
<style type="text/css">
|
|
11
|
+
html,
|
|
12
|
+
body,
|
|
13
|
+
div,
|
|
14
|
+
span,
|
|
15
|
+
applet,
|
|
16
|
+
object,
|
|
17
|
+
iframe,
|
|
18
|
+
h1,
|
|
19
|
+
h2,
|
|
20
|
+
h3,
|
|
21
|
+
h4,
|
|
22
|
+
h5,
|
|
23
|
+
h6,
|
|
24
|
+
p,
|
|
25
|
+
blockquote,
|
|
26
|
+
pre,
|
|
27
|
+
a,
|
|
28
|
+
abbr,
|
|
29
|
+
acronym,
|
|
30
|
+
address,
|
|
31
|
+
big,
|
|
32
|
+
cite,
|
|
33
|
+
code,
|
|
34
|
+
del,
|
|
35
|
+
dfn,
|
|
36
|
+
em,
|
|
37
|
+
img,
|
|
38
|
+
ins,
|
|
39
|
+
kbd,
|
|
40
|
+
q,
|
|
41
|
+
s,
|
|
42
|
+
samp,
|
|
43
|
+
small,
|
|
44
|
+
strike,
|
|
45
|
+
strong,
|
|
46
|
+
sub,
|
|
47
|
+
sup,
|
|
48
|
+
tt,
|
|
49
|
+
var,
|
|
50
|
+
dl,
|
|
51
|
+
dt,
|
|
52
|
+
dd,
|
|
53
|
+
ol,
|
|
54
|
+
ul,
|
|
55
|
+
li,
|
|
56
|
+
fieldset,
|
|
57
|
+
form,
|
|
58
|
+
label,
|
|
59
|
+
legend,
|
|
60
|
+
table,
|
|
61
|
+
caption,
|
|
62
|
+
tbody,
|
|
63
|
+
tfoot,
|
|
64
|
+
thead,
|
|
65
|
+
tr,
|
|
66
|
+
th,
|
|
67
|
+
td {
|
|
68
|
+
margin: 0;
|
|
69
|
+
padding: 0;
|
|
70
|
+
border: 0;
|
|
71
|
+
outline: 0;
|
|
72
|
+
font-weight: inherit;
|
|
73
|
+
font-style: inherit;
|
|
74
|
+
font-family: inherit;
|
|
75
|
+
font-size: 100%;
|
|
76
|
+
vertical-align: baseline;
|
|
77
|
+
}
|
|
78
|
+
body {
|
|
79
|
+
line-height: 1;
|
|
80
|
+
color: #000;
|
|
81
|
+
background: #fff;
|
|
82
|
+
}
|
|
83
|
+
ol,
|
|
84
|
+
ul {
|
|
85
|
+
list-style: none;
|
|
86
|
+
}
|
|
87
|
+
table {
|
|
88
|
+
border-collapse: separate;
|
|
89
|
+
border-spacing: 0;
|
|
90
|
+
vertical-align: middle;
|
|
91
|
+
}
|
|
92
|
+
caption,
|
|
93
|
+
th,
|
|
94
|
+
td {
|
|
95
|
+
text-align: left;
|
|
96
|
+
font-weight: normal;
|
|
97
|
+
vertical-align: middle;
|
|
98
|
+
}
|
|
99
|
+
a img {
|
|
100
|
+
border: none;
|
|
101
|
+
}
|
|
102
|
+
* {
|
|
103
|
+
-webkit-box-sizing: border-box;
|
|
104
|
+
-moz-box-sizing: border-box;
|
|
105
|
+
box-sizing: border-box;
|
|
106
|
+
}
|
|
107
|
+
body {
|
|
108
|
+
font-family: "Dosis", "Tahoma", sans-serif;
|
|
109
|
+
}
|
|
110
|
+
.container {
|
|
111
|
+
margin: 15px auto;
|
|
112
|
+
width: 80%;
|
|
113
|
+
}
|
|
114
|
+
h1 {
|
|
115
|
+
margin: 40px 0 20px;
|
|
116
|
+
font-weight: 700;
|
|
117
|
+
font-size: 38px;
|
|
118
|
+
line-height: 32px;
|
|
119
|
+
color: #fb565e;
|
|
120
|
+
}
|
|
121
|
+
h2 {
|
|
122
|
+
font-size: 18px;
|
|
123
|
+
padding: 0 0 21px 5px;
|
|
124
|
+
margin: 45px 0 0 0;
|
|
125
|
+
text-transform: uppercase;
|
|
126
|
+
font-weight: 500;
|
|
127
|
+
}
|
|
128
|
+
.small {
|
|
129
|
+
font-size: 14px;
|
|
130
|
+
color: #a5adb4;
|
|
131
|
+
}
|
|
132
|
+
.small a {
|
|
133
|
+
color: #a5adb4;
|
|
134
|
+
}
|
|
135
|
+
.small a:hover {
|
|
136
|
+
color: #fb565e;
|
|
137
|
+
}
|
|
138
|
+
.glyphs.character-mapping {
|
|
139
|
+
margin: 0 0 20px 0;
|
|
140
|
+
padding: 20px 0 20px 30px;
|
|
141
|
+
color: rgba(0, 0, 0, 0.5);
|
|
142
|
+
border: 1px solid #d8e0e5;
|
|
143
|
+
border-radius: 3px;
|
|
144
|
+
}
|
|
145
|
+
.glyphs.character-mapping li {
|
|
146
|
+
margin: 0 30px 20px 0;
|
|
147
|
+
display: inline-block;
|
|
148
|
+
width: 90px;
|
|
149
|
+
}
|
|
150
|
+
.glyphs.character-mapping .icon {
|
|
151
|
+
margin: 10px 0 10px 15px;
|
|
152
|
+
padding: 15px;
|
|
153
|
+
position: relative;
|
|
154
|
+
width: 55px;
|
|
155
|
+
height: 55px;
|
|
156
|
+
color: #162a36 !important;
|
|
157
|
+
overflow: hidden;
|
|
158
|
+
border-radius: 3px;
|
|
159
|
+
font-size: 32px;
|
|
160
|
+
}
|
|
161
|
+
.glyphs.character-mapping .icon svg {
|
|
162
|
+
fill: #000;
|
|
163
|
+
}
|
|
164
|
+
.glyphs.character-mapping input {
|
|
165
|
+
margin: 0;
|
|
166
|
+
padding: 5px 0;
|
|
167
|
+
line-height: 12px;
|
|
168
|
+
font-size: 12px;
|
|
169
|
+
display: block;
|
|
170
|
+
width: 100%;
|
|
171
|
+
border: 1px solid #d8e0e5;
|
|
172
|
+
border-radius: 5px;
|
|
173
|
+
text-align: center;
|
|
174
|
+
outline: 0;
|
|
175
|
+
}
|
|
176
|
+
.glyphs.character-mapping input:focus {
|
|
177
|
+
border: 1px solid #fbde4a;
|
|
178
|
+
-webkit-box-shadow: inset 0 0 3px #fbde4a;
|
|
179
|
+
box-shadow: inset 0 0 3px #fbde4a;
|
|
180
|
+
}
|
|
181
|
+
.glyphs.character-mapping input:hover {
|
|
182
|
+
-webkit-box-shadow: inset 0 0 3px #fbde4a;
|
|
183
|
+
box-shadow: inset 0 0 3px #fbde4a;
|
|
184
|
+
}
|
|
185
|
+
.glyphs.css-mapping {
|
|
186
|
+
margin: 0 0 60px 0;
|
|
187
|
+
padding: 30px 0 20px 30px;
|
|
188
|
+
color: rgba(0, 0, 0, 0.5);
|
|
189
|
+
border: 1px solid #d8e0e5;
|
|
190
|
+
border-radius: 3px;
|
|
191
|
+
}
|
|
192
|
+
.glyphs.css-mapping li {
|
|
193
|
+
margin: 0 30px 20px 0;
|
|
194
|
+
padding: 0;
|
|
195
|
+
display: inline-block;
|
|
196
|
+
overflow: hidden;
|
|
197
|
+
}
|
|
198
|
+
.glyphs.css-mapping .icon {
|
|
199
|
+
margin: 0;
|
|
200
|
+
margin-right: 10px;
|
|
201
|
+
padding: 13px;
|
|
202
|
+
height: 50px;
|
|
203
|
+
width: 50px;
|
|
204
|
+
color: #162a36 !important;
|
|
205
|
+
overflow: hidden;
|
|
206
|
+
float: left;
|
|
207
|
+
font-size: 24px;
|
|
208
|
+
}
|
|
209
|
+
.glyphs.css-mapping input {
|
|
210
|
+
margin: 0;
|
|
211
|
+
margin-top: 5px;
|
|
212
|
+
padding: 8px;
|
|
213
|
+
line-height: 16px;
|
|
214
|
+
font-size: 16px;
|
|
215
|
+
display: block;
|
|
216
|
+
width: 150px;
|
|
217
|
+
height: 40px;
|
|
218
|
+
border: 1px solid #d8e0e5;
|
|
219
|
+
border-radius: 5px;
|
|
220
|
+
background: #fff;
|
|
221
|
+
outline: 0;
|
|
222
|
+
float: right;
|
|
223
|
+
}
|
|
224
|
+
.glyphs.css-mapping input:focus {
|
|
225
|
+
border: 1px solid #fbde4a;
|
|
226
|
+
-webkit-box-shadow: inset 0 0 3px #fbde4a;
|
|
227
|
+
box-shadow: inset 0 0 3px #fbde4a;
|
|
228
|
+
}
|
|
229
|
+
.glyphs.css-mapping input:hover {
|
|
230
|
+
-webkit-box-shadow: inset 0 0 3px #fbde4a;
|
|
231
|
+
box-shadow: inset 0 0 3px #fbde4a;
|
|
232
|
+
}
|
|
233
|
+
</style>
|
|
234
|
+
</head>
|
|
235
|
+
<body>
|
|
236
|
+
<div class="container">
|
|
237
|
+
<h1>font-finance</h1>
|
|
238
|
+
<p class="small">This font was created with<a href="http://fontastic.me/">Fontastic</a></p>
|
|
239
|
+
<h2>CSS mapping</h2>
|
|
240
|
+
<ul class="glyphs css-mapping">
|
|
241
|
+
<li>
|
|
242
|
+
<div class="icon ff-arrow-back"></div>
|
|
243
|
+
<input type="text" readonly="readonly" value="arrow-back" />
|
|
244
|
+
</li>
|
|
245
|
+
<li>
|
|
246
|
+
<div class="icon ff-arrow-down"></div>
|
|
247
|
+
<input type="text" readonly="readonly" value="arrow-down" />
|
|
248
|
+
</li>
|
|
249
|
+
<li>
|
|
250
|
+
<div class="icon ff-arrow-left"></div>
|
|
251
|
+
<input type="text" readonly="readonly" value="arrow-left" />
|
|
252
|
+
</li>
|
|
253
|
+
<li>
|
|
254
|
+
<div class="icon ff-arrow-redo"></div>
|
|
255
|
+
<input type="text" readonly="readonly" value="arrow-redo" />
|
|
256
|
+
</li>
|
|
257
|
+
<li>
|
|
258
|
+
<div class="icon ff-arrow-right"></div>
|
|
259
|
+
<input type="text" readonly="readonly" value="arrow-right" />
|
|
260
|
+
</li>
|
|
261
|
+
<li>
|
|
262
|
+
<div class="icon ff-arrow-trade"></div>
|
|
263
|
+
<input type="text" readonly="readonly" value="arrow-trade" />
|
|
264
|
+
</li>
|
|
265
|
+
<li>
|
|
266
|
+
<div class="icon ff-arrow-undo"></div>
|
|
267
|
+
<input type="text" readonly="readonly" value="arrow-undo" />
|
|
268
|
+
</li>
|
|
269
|
+
<li>
|
|
270
|
+
<div class="icon ff-arrow-up"></div>
|
|
271
|
+
<input type="text" readonly="readonly" value="arrow-up" />
|
|
272
|
+
</li>
|
|
273
|
+
<li>
|
|
274
|
+
<div class="icon ff-caret-down"></div>
|
|
275
|
+
<input type="text" readonly="readonly" value="caret-down" />
|
|
276
|
+
</li>
|
|
277
|
+
<li>
|
|
278
|
+
<div class="icon ff-caret-up"></div>
|
|
279
|
+
<input type="text" readonly="readonly" value="caret-up" />
|
|
280
|
+
</li>
|
|
281
|
+
<li>
|
|
282
|
+
<div class="icon ff-chart-advanced"></div>
|
|
283
|
+
<input type="text" readonly="readonly" value="chart-advanced" />
|
|
284
|
+
</li>
|
|
285
|
+
<li>
|
|
286
|
+
<div class="icon ff-chart-alt-1"></div>
|
|
287
|
+
<input type="text" readonly="readonly" value="chart-alt-1" />
|
|
288
|
+
</li>
|
|
289
|
+
<li>
|
|
290
|
+
<div class="icon ff-component"></div>
|
|
291
|
+
<input type="text" readonly="readonly" value="component" />
|
|
292
|
+
</li>
|
|
293
|
+
<li>
|
|
294
|
+
<div class="icon ff-company"></div>
|
|
295
|
+
<input type="text" readonly="readonly" value="company" />
|
|
296
|
+
</li>
|
|
297
|
+
<li>
|
|
298
|
+
<div class="icon ff-close"></div>
|
|
299
|
+
<input type="text" readonly="readonly" value="close" />
|
|
300
|
+
</li>
|
|
301
|
+
<li>
|
|
302
|
+
<div class="icon ff-clock"></div>
|
|
303
|
+
<input type="text" readonly="readonly" value="clock" />
|
|
304
|
+
</li>
|
|
305
|
+
<li>
|
|
306
|
+
<div class="icon ff-check-circle"></div>
|
|
307
|
+
<input type="text" readonly="readonly" value="check-circle" />
|
|
308
|
+
</li>
|
|
309
|
+
<li>
|
|
310
|
+
<div class="icon ff-check-box"></div>
|
|
311
|
+
<input type="text" readonly="readonly" value="check-box" />
|
|
312
|
+
</li>
|
|
313
|
+
<li>
|
|
314
|
+
<div class="icon ff-chat-popout"></div>
|
|
315
|
+
<input type="text" readonly="readonly" value="chat-popout" />
|
|
316
|
+
</li>
|
|
317
|
+
<li>
|
|
318
|
+
<div class="icon ff-chat-group"></div>
|
|
319
|
+
<input type="text" readonly="readonly" value="chat-group" />
|
|
320
|
+
</li>
|
|
321
|
+
<li>
|
|
322
|
+
<div class="icon ff-chat-add"></div>
|
|
323
|
+
<input type="text" readonly="readonly" value="chat-add" />
|
|
324
|
+
</li>
|
|
325
|
+
<li>
|
|
326
|
+
<div class="icon ff-chat"></div>
|
|
327
|
+
<input type="text" readonly="readonly" value="chat" />
|
|
328
|
+
</li>
|
|
329
|
+
<li>
|
|
330
|
+
<div class="icon ff-chart-simple"></div>
|
|
331
|
+
<input type="text" readonly="readonly" value="chart-simple" />
|
|
332
|
+
</li>
|
|
333
|
+
<li>
|
|
334
|
+
<div class="icon ff-chart-pie"></div>
|
|
335
|
+
<input type="text" readonly="readonly" value="chart-pie" />
|
|
336
|
+
</li>
|
|
337
|
+
<li>
|
|
338
|
+
<div class="icon ff-chart-alt-2"></div>
|
|
339
|
+
<input type="text" readonly="readonly" value="chart-alt-2" />
|
|
340
|
+
</li>
|
|
341
|
+
<li>
|
|
342
|
+
<div class="icon ff-crosshair"></div>
|
|
343
|
+
<input type="text" readonly="readonly" value="crosshair" />
|
|
344
|
+
</li>
|
|
345
|
+
<li>
|
|
346
|
+
<div class="icon ff-delete-box"></div>
|
|
347
|
+
<input type="text" readonly="readonly" value="delete-box" />
|
|
348
|
+
</li>
|
|
349
|
+
<li>
|
|
350
|
+
<div class="icon ff-delete-circle"></div>
|
|
351
|
+
<input type="text" readonly="readonly" value="delete-circle" />
|
|
352
|
+
</li>
|
|
353
|
+
<li>
|
|
354
|
+
<div class="icon ff-document-1"></div>
|
|
355
|
+
<input type="text" readonly="readonly" value="document-1" />
|
|
356
|
+
</li>
|
|
357
|
+
<li>
|
|
358
|
+
<div class="icon ff-document-2"></div>
|
|
359
|
+
<input type="text" readonly="readonly" value="document-2" />
|
|
360
|
+
</li>
|
|
361
|
+
<li>
|
|
362
|
+
<div class="icon ff-edit"></div>
|
|
363
|
+
<input type="text" readonly="readonly" value="edit" />
|
|
364
|
+
</li>
|
|
365
|
+
<li>
|
|
366
|
+
<div class="icon ff-finsemble"></div>
|
|
367
|
+
<input type="text" readonly="readonly" value="finsemble" />
|
|
368
|
+
</li>
|
|
369
|
+
<li>
|
|
370
|
+
<div class="icon ff-filter-2"></div>
|
|
371
|
+
<input type="text" readonly="readonly" value="filter-2" />
|
|
372
|
+
</li>
|
|
373
|
+
<li>
|
|
374
|
+
<div class="icon ff-interval-2"></div>
|
|
375
|
+
<input type="text" readonly="readonly" value="interval-2" />
|
|
376
|
+
</li>
|
|
377
|
+
<li>
|
|
378
|
+
<div class="icon ff-finsemble-2"></div>
|
|
379
|
+
<input type="text" readonly="readonly" value="finsemble-2" />
|
|
380
|
+
</li>
|
|
381
|
+
<li>
|
|
382
|
+
<div class="icon ff-interval"></div>
|
|
383
|
+
<input type="text" readonly="readonly" value="interval" />
|
|
384
|
+
</li>
|
|
385
|
+
<li>
|
|
386
|
+
<div class="icon ff-insiders-2"></div>
|
|
387
|
+
<input type="text" readonly="readonly" value="insiders-2" />
|
|
388
|
+
</li>
|
|
389
|
+
<li>
|
|
390
|
+
<div class="icon ff-insiders"></div>
|
|
391
|
+
<input type="text" readonly="readonly" value="insiders" />
|
|
392
|
+
</li>
|
|
393
|
+
<li>
|
|
394
|
+
<div class="icon ff-info"></div>
|
|
395
|
+
<input type="text" readonly="readonly" value="info" />
|
|
396
|
+
</li>
|
|
397
|
+
<li>
|
|
398
|
+
<div class="icon ff-industry"></div>
|
|
399
|
+
<input type="text" readonly="readonly" value="industry" />
|
|
400
|
+
</li>
|
|
401
|
+
<li>
|
|
402
|
+
<div class="icon ff-home-3"></div>
|
|
403
|
+
<input type="text" readonly="readonly" value="home-3" />
|
|
404
|
+
</li>
|
|
405
|
+
<li>
|
|
406
|
+
<div class="icon ff-home-2"></div>
|
|
407
|
+
<input type="text" readonly="readonly" value="home-2" />
|
|
408
|
+
</li>
|
|
409
|
+
<li>
|
|
410
|
+
<div class="icon ff-home"></div>
|
|
411
|
+
<input type="text" readonly="readonly" value="home" />
|
|
412
|
+
</li>
|
|
413
|
+
<li>
|
|
414
|
+
<div class="icon ff-help"></div>
|
|
415
|
+
<input type="text" readonly="readonly" value="help" />
|
|
416
|
+
</li>
|
|
417
|
+
<li>
|
|
418
|
+
<div class="icon ff-grid"></div>
|
|
419
|
+
<input type="text" readonly="readonly" value="grid" />
|
|
420
|
+
</li>
|
|
421
|
+
<li>
|
|
422
|
+
<div class="icon ff-fundamentals"></div>
|
|
423
|
+
<input type="text" readonly="readonly" value="fundamentals" />
|
|
424
|
+
</li>
|
|
425
|
+
<li>
|
|
426
|
+
<div class="icon ff-linker"></div>
|
|
427
|
+
<input type="text" readonly="readonly" value="linker" />
|
|
428
|
+
</li>
|
|
429
|
+
<li>
|
|
430
|
+
<div class="icon ff-magnet"></div>
|
|
431
|
+
<input type="text" readonly="readonly" value="magnet" />
|
|
432
|
+
</li>
|
|
433
|
+
<li>
|
|
434
|
+
<div class="icon ff-maximize"></div>
|
|
435
|
+
<input type="text" readonly="readonly" value="maximize" />
|
|
436
|
+
</li>
|
|
437
|
+
<li>
|
|
438
|
+
<div class="icon ff-minimize"></div>
|
|
439
|
+
<input type="text" readonly="readonly" value="minimize" />
|
|
440
|
+
</li>
|
|
441
|
+
<li>
|
|
442
|
+
<div class="icon ff-minus-circle"></div>
|
|
443
|
+
<input type="text" readonly="readonly" value="minus-circle" />
|
|
444
|
+
</li>
|
|
445
|
+
<li>
|
|
446
|
+
<div class="icon ff-new-workspace"></div>
|
|
447
|
+
<input type="text" readonly="readonly" value="new-workspace" />
|
|
448
|
+
</li>
|
|
449
|
+
<li>
|
|
450
|
+
<div class="icon ff-news"></div>
|
|
451
|
+
<input type="text" readonly="readonly" value="news" />
|
|
452
|
+
</li>
|
|
453
|
+
<li>
|
|
454
|
+
<div class="icon ff-overview"></div>
|
|
455
|
+
<input type="text" readonly="readonly" value="overview" />
|
|
456
|
+
</li>
|
|
457
|
+
<li>
|
|
458
|
+
<div class="icon ff-pin"></div>
|
|
459
|
+
<input type="text" readonly="readonly" value="pin" />
|
|
460
|
+
</li>
|
|
461
|
+
<li>
|
|
462
|
+
<div class="icon ff-plus"></div>
|
|
463
|
+
<input type="text" readonly="readonly" value="plus" />
|
|
464
|
+
</li>
|
|
465
|
+
<li>
|
|
466
|
+
<div class="icon ff-plus-circle"></div>
|
|
467
|
+
<input type="text" readonly="readonly" value="plus-circle" />
|
|
468
|
+
</li>
|
|
469
|
+
<li>
|
|
470
|
+
<div class="icon ff-restore"></div>
|
|
471
|
+
<input type="text" readonly="readonly" value="restore" />
|
|
472
|
+
</li>
|
|
473
|
+
<li>
|
|
474
|
+
<div class="icon ff-workspace"></div>
|
|
475
|
+
<input type="text" readonly="readonly" value="workspace" />
|
|
476
|
+
</li>
|
|
477
|
+
<li>
|
|
478
|
+
<div class="icon ff-watchlist"></div>
|
|
479
|
+
<input type="text" readonly="readonly" value="watchlist" />
|
|
480
|
+
</li>
|
|
481
|
+
<li>
|
|
482
|
+
<div class="icon ff-user"></div>
|
|
483
|
+
<input type="text" readonly="readonly" value="user" />
|
|
484
|
+
</li>
|
|
485
|
+
<li>
|
|
486
|
+
<div class="icon ff-table"></div>
|
|
487
|
+
<input type="text" readonly="readonly" value="table" />
|
|
488
|
+
</li>
|
|
489
|
+
<li>
|
|
490
|
+
<div class="icon ff-studies"></div>
|
|
491
|
+
<input type="text" readonly="readonly" value="studies" />
|
|
492
|
+
</li>
|
|
493
|
+
<li>
|
|
494
|
+
<div class="icon ff-settings"></div>
|
|
495
|
+
<input type="text" readonly="readonly" value="settings" />
|
|
496
|
+
</li>
|
|
497
|
+
<li>
|
|
498
|
+
<div class="icon ff-search"></div>
|
|
499
|
+
<input type="text" readonly="readonly" value="search" />
|
|
500
|
+
</li>
|
|
501
|
+
<li>
|
|
502
|
+
<div class="icon ff-save-1"></div>
|
|
503
|
+
<input type="text" readonly="readonly" value="save-1" />
|
|
504
|
+
</li>
|
|
505
|
+
<li>
|
|
506
|
+
<div class="icon ff-save-2"></div>
|
|
507
|
+
<input type="text" readonly="readonly" value="save-2" />
|
|
508
|
+
</li>
|
|
509
|
+
<li>
|
|
510
|
+
<div class="icon ff-saveas-1"></div>
|
|
511
|
+
<input type="text" readonly="readonly" value="saveas-1" />
|
|
512
|
+
</li>
|
|
513
|
+
<li>
|
|
514
|
+
<div class="icon ff-saveas-2"></div>
|
|
515
|
+
<input type="text" readonly="readonly" value="saveas-2" />
|
|
516
|
+
</li>
|
|
517
|
+
<li>
|
|
518
|
+
<div class="icon ff-chevron-down"></div>
|
|
519
|
+
<input type="text" readonly="readonly" value="chevron-down" />
|
|
520
|
+
</li>
|
|
521
|
+
<li>
|
|
522
|
+
<div class="icon ff-bring-to-front"></div>
|
|
523
|
+
<input type="text" readonly="readonly" value="bring-to-front" />
|
|
524
|
+
</li>
|
|
525
|
+
<li>
|
|
526
|
+
<div class="icon ff-detached"></div>
|
|
527
|
+
<input type="text" readonly="readonly" value="detached" />
|
|
528
|
+
</li>
|
|
529
|
+
<li>
|
|
530
|
+
<div class="icon ff-attached"></div>
|
|
531
|
+
<input type="text" readonly="readonly" value="attached" />
|
|
532
|
+
</li>
|
|
533
|
+
<li>
|
|
534
|
+
<div class="icon ff-share"></div>
|
|
535
|
+
<input type="text" readonly="readonly" value="share" />
|
|
536
|
+
</li>
|
|
537
|
+
<li>
|
|
538
|
+
<div class="icon ff-hamburger"></div>
|
|
539
|
+
<input type="text" readonly="readonly" value="hamburger" />
|
|
540
|
+
</li>
|
|
541
|
+
<li>
|
|
542
|
+
<div class="icon ff-sort"></div>
|
|
543
|
+
<input type="text" readonly="readonly" value="sort" />
|
|
544
|
+
</li>
|
|
545
|
+
<li>
|
|
546
|
+
<div class="icon ff-check-mark"></div>
|
|
547
|
+
<input type="text" readonly="readonly" value="check-mark" />
|
|
548
|
+
</li>
|
|
549
|
+
<li>
|
|
550
|
+
<div class="icon ff-minimize-all"></div>
|
|
551
|
+
<input type="text" readonly="readonly" value="minimize-all" />
|
|
552
|
+
</li>
|
|
553
|
+
<li>
|
|
554
|
+
<div class="icon ff-list"></div>
|
|
555
|
+
<input type="text" readonly="readonly" value="list" />
|
|
556
|
+
</li>
|
|
557
|
+
<li>
|
|
558
|
+
<div class="icon ff-export"></div>
|
|
559
|
+
<input type="text" readonly="readonly" value="export" />
|
|
560
|
+
</li>
|
|
561
|
+
<li>
|
|
562
|
+
<div class="icon ff-import"></div>
|
|
563
|
+
<input type="text" readonly="readonly" value="import" />
|
|
564
|
+
</li>
|
|
565
|
+
<li>
|
|
566
|
+
<div class="icon ff-anchor"></div>
|
|
567
|
+
<input type="text" readonly="readonly" value="anchor" />
|
|
568
|
+
</li>
|
|
569
|
+
<li>
|
|
570
|
+
<div class="icon ff-copy"></div>
|
|
571
|
+
<input type="text" readonly="readonly" value="copy" />
|
|
572
|
+
</li>
|
|
573
|
+
<li>
|
|
574
|
+
<div class="icon ff-always-on-top"></div>
|
|
575
|
+
<input type="text" readonly="readonly" value="always-on-top" />
|
|
576
|
+
</li>
|
|
577
|
+
<li>
|
|
578
|
+
<div class="icon ff-close-2"></div>
|
|
579
|
+
<input type="text" readonly="readonly" value="close-2" />
|
|
580
|
+
</li>
|
|
581
|
+
<li>
|
|
582
|
+
<div class="icon ff-delete"></div>
|
|
583
|
+
<input type="text" readonly="readonly" value="delete" />
|
|
584
|
+
</li>
|
|
585
|
+
<li>
|
|
586
|
+
<div class="icon ff-ungrid"></div>
|
|
587
|
+
<input type="text" readonly="readonly" value="ungrid" />
|
|
588
|
+
</li>
|
|
589
|
+
<li>
|
|
590
|
+
<div class="icon ff-tag"></div>
|
|
591
|
+
<input type="text" readonly="readonly" value="tag" />
|
|
592
|
+
</li>
|
|
593
|
+
<li>
|
|
594
|
+
<div class="icon ff-folder"></div>
|
|
595
|
+
<input type="text" readonly="readonly" value="folder" />
|
|
596
|
+
</li>
|
|
597
|
+
<li>
|
|
598
|
+
<div class="icon ff-chevron-left"></div>
|
|
599
|
+
<input type="text" readonly="readonly" value="chevron-left" />
|
|
600
|
+
</li>
|
|
601
|
+
<li>
|
|
602
|
+
<div class="icon ff-chevron-right"></div>
|
|
603
|
+
<input type="text" readonly="readonly" value="chevron-right" />
|
|
604
|
+
</li>
|
|
605
|
+
<li>
|
|
606
|
+
<div class="icon ff-alert"></div>
|
|
607
|
+
<input type="text" readonly="readonly" value="alert" />
|
|
608
|
+
</li>
|
|
609
|
+
<li>
|
|
610
|
+
<div class="icon ff-favorite"></div>
|
|
611
|
+
<input type="text" readonly="readonly" value="favorite" />
|
|
612
|
+
</li>
|
|
613
|
+
<li>
|
|
614
|
+
<div class="icon ff-dashboard"></div>
|
|
615
|
+
<input type="text" readonly="readonly" value="dashboard" />
|
|
616
|
+
</li>
|
|
617
|
+
<li>
|
|
618
|
+
<div class="icon ff-dashboard-new"></div>
|
|
619
|
+
<input type="text" readonly="readonly" value="dashboard-new" />
|
|
620
|
+
</li>
|
|
621
|
+
<li>
|
|
622
|
+
<div class="icon ff-filter"></div>
|
|
623
|
+
<input type="text" readonly="readonly" value="filter" />
|
|
624
|
+
</li>
|
|
625
|
+
<li>
|
|
626
|
+
<div class="icon ff-arrow-triangle-both"></div>
|
|
627
|
+
<input type="text" readonly="readonly" value="arrow-triangle-both" />
|
|
628
|
+
</li>
|
|
629
|
+
<li>
|
|
630
|
+
<div class="icon ff-arrow-triangle-left"></div>
|
|
631
|
+
<input type="text" readonly="readonly" value="arrow-triangle-left" />
|
|
632
|
+
</li>
|
|
633
|
+
<li>
|
|
634
|
+
<div class="icon ff-arrow-triangle-right"></div>
|
|
635
|
+
<input type="text" readonly="readonly" value="arrow-triangle-right" />
|
|
636
|
+
</li>
|
|
637
|
+
<li>
|
|
638
|
+
<div class="icon ff-adp-apps"></div>
|
|
639
|
+
<input type="text" readonly="readonly" value="adp-apps" />
|
|
640
|
+
</li>
|
|
641
|
+
<li>
|
|
642
|
+
<div class="icon ff-adp-edit"></div>
|
|
643
|
+
<input type="text" readonly="readonly" value="adp-edit" />
|
|
644
|
+
</li>
|
|
645
|
+
<li>
|
|
646
|
+
<div class="icon ff-adp-trash"></div>
|
|
647
|
+
<input type="text" readonly="readonly" value="adp-trash" />
|
|
648
|
+
</li>
|
|
649
|
+
<li>
|
|
650
|
+
<div class="icon ff-adp-workspace"></div>
|
|
651
|
+
<input type="text" readonly="readonly" value="adp-workspace" />
|
|
652
|
+
</li>
|
|
653
|
+
<li>
|
|
654
|
+
<div class="icon ff-star-outline"></div>
|
|
655
|
+
<input type="text" readonly="readonly" value="star-outline" />
|
|
656
|
+
</li>
|
|
657
|
+
<li>
|
|
658
|
+
<div class="icon ff-adp-trash-outline"></div>
|
|
659
|
+
<input type="text" readonly="readonly" value="adp-trash-outline" />
|
|
660
|
+
</li>
|
|
661
|
+
<li>
|
|
662
|
+
<div class="icon ff-adp-chevron-left"></div>
|
|
663
|
+
<input type="text" readonly="readonly" value="adp-chevron-left" />
|
|
664
|
+
</li>
|
|
665
|
+
<li>
|
|
666
|
+
<div class="icon ff-adp-chevron-right"></div>
|
|
667
|
+
<input type="text" readonly="readonly" value="adp-chevron-right" />
|
|
668
|
+
</li>
|
|
669
|
+
<li>
|
|
670
|
+
<div class="icon ff-check-mark-2"></div>
|
|
671
|
+
<input type="text" readonly="readonly" value="check-mark-2" />
|
|
672
|
+
</li>
|
|
673
|
+
<li>
|
|
674
|
+
<div class="icon ff-close-3"></div>
|
|
675
|
+
<input type="text" readonly="readonly" value="close-3" />
|
|
676
|
+
</li>
|
|
677
|
+
<li>
|
|
678
|
+
<div class="icon ff-adp-hamburger"></div>
|
|
679
|
+
<input type="text" readonly="readonly" value="adp-hamburger" />
|
|
680
|
+
</li>
|
|
681
|
+
<li>
|
|
682
|
+
<div class="icon ff-linker-1"></div>
|
|
683
|
+
<input type="text" readonly="readonly" value="linker-1" />
|
|
684
|
+
</li>
|
|
685
|
+
<li>
|
|
686
|
+
<div class="icon ff-plus-2"></div>
|
|
687
|
+
<input type="text" readonly="readonly" value="plus-2" />
|
|
688
|
+
</li>
|
|
689
|
+
<li>
|
|
690
|
+
<div class="icon ff-dots-horz"></div>
|
|
691
|
+
<input type="text" readonly="readonly" value="dots-horz" />
|
|
692
|
+
</li>
|
|
693
|
+
<li>
|
|
694
|
+
<div class="icon ff-dots-vert"></div>
|
|
695
|
+
<input type="text" readonly="readonly" value="dots-vert" />
|
|
696
|
+
</li>
|
|
697
|
+
</ul>
|
|
698
|
+
<h2>Character mapping</h2>
|
|
699
|
+
<ul class="glyphs character-mapping">
|
|
700
|
+
<li>
|
|
701
|
+
<div data-icon="a" class="icon"></div>
|
|
702
|
+
<input type="text" readonly="readonly" value="a" />
|
|
703
|
+
</li>
|
|
704
|
+
<li>
|
|
705
|
+
<div data-icon="b" class="icon"></div>
|
|
706
|
+
<input type="text" readonly="readonly" value="b" />
|
|
707
|
+
</li>
|
|
708
|
+
<li>
|
|
709
|
+
<div data-icon="c" class="icon"></div>
|
|
710
|
+
<input type="text" readonly="readonly" value="c" />
|
|
711
|
+
</li>
|
|
712
|
+
<li>
|
|
713
|
+
<div data-icon="d" class="icon"></div>
|
|
714
|
+
<input type="text" readonly="readonly" value="d" />
|
|
715
|
+
</li>
|
|
716
|
+
<li>
|
|
717
|
+
<div data-icon="e" class="icon"></div>
|
|
718
|
+
<input type="text" readonly="readonly" value="e" />
|
|
719
|
+
</li>
|
|
720
|
+
<li>
|
|
721
|
+
<div data-icon="f" class="icon"></div>
|
|
722
|
+
<input type="text" readonly="readonly" value="f" />
|
|
723
|
+
</li>
|
|
724
|
+
<li>
|
|
725
|
+
<div data-icon="g" class="icon"></div>
|
|
726
|
+
<input type="text" readonly="readonly" value="g" />
|
|
727
|
+
</li>
|
|
728
|
+
<li>
|
|
729
|
+
<div data-icon="h" class="icon"></div>
|
|
730
|
+
<input type="text" readonly="readonly" value="h" />
|
|
731
|
+
</li>
|
|
732
|
+
<li>
|
|
733
|
+
<div data-icon="j" class="icon"></div>
|
|
734
|
+
<input type="text" readonly="readonly" value="j" />
|
|
735
|
+
</li>
|
|
736
|
+
<li>
|
|
737
|
+
<div data-icon="k" class="icon"></div>
|
|
738
|
+
<input type="text" readonly="readonly" value="k" />
|
|
739
|
+
</li>
|
|
740
|
+
<li>
|
|
741
|
+
<div data-icon="l" class="icon"></div>
|
|
742
|
+
<input type="text" readonly="readonly" value="l" />
|
|
743
|
+
</li>
|
|
744
|
+
<li>
|
|
745
|
+
<div data-icon="m" class="icon"></div>
|
|
746
|
+
<input type="text" readonly="readonly" value="m" />
|
|
747
|
+
</li>
|
|
748
|
+
<li>
|
|
749
|
+
<div data-icon="n" class="icon"></div>
|
|
750
|
+
<input type="text" readonly="readonly" value="n" />
|
|
751
|
+
</li>
|
|
752
|
+
<li>
|
|
753
|
+
<div data-icon="o" class="icon"></div>
|
|
754
|
+
<input type="text" readonly="readonly" value="o" />
|
|
755
|
+
</li>
|
|
756
|
+
<li>
|
|
757
|
+
<div data-icon="p" class="icon"></div>
|
|
758
|
+
<input type="text" readonly="readonly" value="p" />
|
|
759
|
+
</li>
|
|
760
|
+
<li>
|
|
761
|
+
<div data-icon="q" class="icon"></div>
|
|
762
|
+
<input type="text" readonly="readonly" value="q" />
|
|
763
|
+
</li>
|
|
764
|
+
<li>
|
|
765
|
+
<div data-icon="r" class="icon"></div>
|
|
766
|
+
<input type="text" readonly="readonly" value="r" />
|
|
767
|
+
</li>
|
|
768
|
+
<li>
|
|
769
|
+
<div data-icon="s" class="icon"></div>
|
|
770
|
+
<input type="text" readonly="readonly" value="s" />
|
|
771
|
+
</li>
|
|
772
|
+
<li>
|
|
773
|
+
<div data-icon="t" class="icon"></div>
|
|
774
|
+
<input type="text" readonly="readonly" value="t" />
|
|
775
|
+
</li>
|
|
776
|
+
<li>
|
|
777
|
+
<div data-icon="u" class="icon"></div>
|
|
778
|
+
<input type="text" readonly="readonly" value="u" />
|
|
779
|
+
</li>
|
|
780
|
+
<li>
|
|
781
|
+
<div data-icon="v" class="icon"></div>
|
|
782
|
+
<input type="text" readonly="readonly" value="v" />
|
|
783
|
+
</li>
|
|
784
|
+
<li>
|
|
785
|
+
<div data-icon="w" class="icon"></div>
|
|
786
|
+
<input type="text" readonly="readonly" value="w" />
|
|
787
|
+
</li>
|
|
788
|
+
<li>
|
|
789
|
+
<div data-icon="x" class="icon"></div>
|
|
790
|
+
<input type="text" readonly="readonly" value="x" />
|
|
791
|
+
</li>
|
|
792
|
+
<li>
|
|
793
|
+
<div data-icon="y" class="icon"></div>
|
|
794
|
+
<input type="text" readonly="readonly" value="y" />
|
|
795
|
+
</li>
|
|
796
|
+
<li>
|
|
797
|
+
<div data-icon="z" class="icon"></div>
|
|
798
|
+
<input type="text" readonly="readonly" value="z" />
|
|
799
|
+
</li>
|
|
800
|
+
<li>
|
|
801
|
+
<div data-icon="A" class="icon"></div>
|
|
802
|
+
<input type="text" readonly="readonly" value="A" />
|
|
803
|
+
</li>
|
|
804
|
+
<li>
|
|
805
|
+
<div data-icon="C" class="icon"></div>
|
|
806
|
+
<input type="text" readonly="readonly" value="C" />
|
|
807
|
+
</li>
|
|
808
|
+
<li>
|
|
809
|
+
<div data-icon="D" class="icon"></div>
|
|
810
|
+
<input type="text" readonly="readonly" value="D" />
|
|
811
|
+
</li>
|
|
812
|
+
<li>
|
|
813
|
+
<div data-icon="E" class="icon"></div>
|
|
814
|
+
<input type="text" readonly="readonly" value="E" />
|
|
815
|
+
</li>
|
|
816
|
+
<li>
|
|
817
|
+
<div data-icon="F" class="icon"></div>
|
|
818
|
+
<input type="text" readonly="readonly" value="F" />
|
|
819
|
+
</li>
|
|
820
|
+
<li>
|
|
821
|
+
<div data-icon="I" class="icon"></div>
|
|
822
|
+
<input type="text" readonly="readonly" value="I" />
|
|
823
|
+
</li>
|
|
824
|
+
<li>
|
|
825
|
+
<div data-icon="K" class="icon"></div>
|
|
826
|
+
<input type="text" readonly="readonly" value="K" />
|
|
827
|
+
</li>
|
|
828
|
+
<li>
|
|
829
|
+
<div data-icon="L" class="icon"></div>
|
|
830
|
+
<input type="text" readonly="readonly" value="L" />
|
|
831
|
+
</li>
|
|
832
|
+
<li>
|
|
833
|
+
<div data-icon="M" class="icon"></div>
|
|
834
|
+
<input type="text" readonly="readonly" value="M" />
|
|
835
|
+
</li>
|
|
836
|
+
<li>
|
|
837
|
+
<div data-icon="N" class="icon"></div>
|
|
838
|
+
<input type="text" readonly="readonly" value="N" />
|
|
839
|
+
</li>
|
|
840
|
+
<li>
|
|
841
|
+
<div data-icon="O" class="icon"></div>
|
|
842
|
+
<input type="text" readonly="readonly" value="O" />
|
|
843
|
+
</li>
|
|
844
|
+
<li>
|
|
845
|
+
<div data-icon="P" class="icon"></div>
|
|
846
|
+
<input type="text" readonly="readonly" value="P" />
|
|
847
|
+
</li>
|
|
848
|
+
<li>
|
|
849
|
+
<div data-icon="Q" class="icon"></div>
|
|
850
|
+
<input type="text" readonly="readonly" value="Q" />
|
|
851
|
+
</li>
|
|
852
|
+
<li>
|
|
853
|
+
<div data-icon="R" class="icon"></div>
|
|
854
|
+
<input type="text" readonly="readonly" value="R" />
|
|
855
|
+
</li>
|
|
856
|
+
<li>
|
|
857
|
+
<div data-icon="S" class="icon"></div>
|
|
858
|
+
<input type="text" readonly="readonly" value="S" />
|
|
859
|
+
</li>
|
|
860
|
+
<li>
|
|
861
|
+
<div data-icon="T" class="icon"></div>
|
|
862
|
+
<input type="text" readonly="readonly" value="T" />
|
|
863
|
+
</li>
|
|
864
|
+
<li>
|
|
865
|
+
<div data-icon="U" class="icon"></div>
|
|
866
|
+
<input type="text" readonly="readonly" value="U" />
|
|
867
|
+
</li>
|
|
868
|
+
<li>
|
|
869
|
+
<div data-icon="V" class="icon"></div>
|
|
870
|
+
<input type="text" readonly="readonly" value="V" />
|
|
871
|
+
</li>
|
|
872
|
+
<li>
|
|
873
|
+
<div data-icon="W" class="icon"></div>
|
|
874
|
+
<input type="text" readonly="readonly" value="W" />
|
|
875
|
+
</li>
|
|
876
|
+
<li>
|
|
877
|
+
<div data-icon="Y" class="icon"></div>
|
|
878
|
+
<input type="text" readonly="readonly" value="Y" />
|
|
879
|
+
</li>
|
|
880
|
+
<li>
|
|
881
|
+
<div data-icon="'" class="icon"></div>
|
|
882
|
+
<input type="text" readonly="readonly" value="'" />
|
|
883
|
+
</li>
|
|
884
|
+
<li>
|
|
885
|
+
<div data-icon="" class="icon"></div>
|
|
886
|
+
<input type="text" readonly="readonly" value="&#xe012;" />
|
|
887
|
+
</li>
|
|
888
|
+
<li>
|
|
889
|
+
<div data-icon="2" class="icon"></div>
|
|
890
|
+
<input type="text" readonly="readonly" value="2" />
|
|
891
|
+
</li>
|
|
892
|
+
<li>
|
|
893
|
+
<div data-icon="3" class="icon"></div>
|
|
894
|
+
<input type="text" readonly="readonly" value="3" />
|
|
895
|
+
</li>
|
|
896
|
+
<li>
|
|
897
|
+
<div data-icon="4" class="icon"></div>
|
|
898
|
+
<input type="text" readonly="readonly" value="4" />
|
|
899
|
+
</li>
|
|
900
|
+
<li>
|
|
901
|
+
<div data-icon="5" class="icon"></div>
|
|
902
|
+
<input type="text" readonly="readonly" value="5" />
|
|
903
|
+
</li>
|
|
904
|
+
<li>
|
|
905
|
+
<div data-icon="6" class="icon"></div>
|
|
906
|
+
<input type="text" readonly="readonly" value="6" />
|
|
907
|
+
</li>
|
|
908
|
+
<li>
|
|
909
|
+
<div data-icon="7" class="icon"></div>
|
|
910
|
+
<input type="text" readonly="readonly" value="7" />
|
|
911
|
+
</li>
|
|
912
|
+
<li>
|
|
913
|
+
<div data-icon="8" class="icon"></div>
|
|
914
|
+
<input type="text" readonly="readonly" value="8" />
|
|
915
|
+
</li>
|
|
916
|
+
<li>
|
|
917
|
+
<div data-icon="9" class="icon"></div>
|
|
918
|
+
<input type="text" readonly="readonly" value="9" />
|
|
919
|
+
</li>
|
|
920
|
+
<li>
|
|
921
|
+
<div data-icon="!" class="icon"></div>
|
|
922
|
+
<input type="text" readonly="readonly" value="!" />
|
|
923
|
+
</li>
|
|
924
|
+
<li>
|
|
925
|
+
<div data-icon=""" class="icon"></div>
|
|
926
|
+
<input type="text" readonly="readonly" value='"' />
|
|
927
|
+
</li>
|
|
928
|
+
<li>
|
|
929
|
+
<div data-icon="#" class="icon"></div>
|
|
930
|
+
<input type="text" readonly="readonly" value="#" />
|
|
931
|
+
</li>
|
|
932
|
+
<li>
|
|
933
|
+
<div data-icon="$" class="icon"></div>
|
|
934
|
+
<input type="text" readonly="readonly" value="$" />
|
|
935
|
+
</li>
|
|
936
|
+
<li>
|
|
937
|
+
<div data-icon="%" class="icon"></div>
|
|
938
|
+
<input type="text" readonly="readonly" value="%" />
|
|
939
|
+
</li>
|
|
940
|
+
<li>
|
|
941
|
+
<div data-icon="&" class="icon"></div>
|
|
942
|
+
<input type="text" readonly="readonly" value="&" />
|
|
943
|
+
</li>
|
|
944
|
+
<li>
|
|
945
|
+
<div data-icon="(" class="icon"></div>
|
|
946
|
+
<input type="text" readonly="readonly" value="(" />
|
|
947
|
+
</li>
|
|
948
|
+
<li>
|
|
949
|
+
<div data-icon=")" class="icon"></div>
|
|
950
|
+
<input type="text" readonly="readonly" value=")" />
|
|
951
|
+
</li>
|
|
952
|
+
<li>
|
|
953
|
+
<div data-icon="+" class="icon"></div>
|
|
954
|
+
<input type="text" readonly="readonly" value="+" />
|
|
955
|
+
</li>
|
|
956
|
+
<li>
|
|
957
|
+
<div data-icon="," class="icon"></div>
|
|
958
|
+
<input type="text" readonly="readonly" value="," />
|
|
959
|
+
</li>
|
|
960
|
+
<li>
|
|
961
|
+
<div data-icon="." class="icon"></div>
|
|
962
|
+
<input type="text" readonly="readonly" value="." />
|
|
963
|
+
</li>
|
|
964
|
+
<li>
|
|
965
|
+
<div data-icon="/" class="icon"></div>
|
|
966
|
+
<input type="text" readonly="readonly" value="/" />
|
|
967
|
+
</li>
|
|
968
|
+
<li>
|
|
969
|
+
<div data-icon=":" class="icon"></div>
|
|
970
|
+
<input type="text" readonly="readonly" value=":" />
|
|
971
|
+
</li>
|
|
972
|
+
<li>
|
|
973
|
+
<div data-icon=";" class="icon"></div>
|
|
974
|
+
<input type="text" readonly="readonly" value=";" />
|
|
975
|
+
</li>
|
|
976
|
+
<li>
|
|
977
|
+
<div data-icon="<" class="icon"></div>
|
|
978
|
+
<input type="text" readonly="readonly" value="<" />
|
|
979
|
+
</li>
|
|
980
|
+
<li>
|
|
981
|
+
<div data-icon="i" class="icon"></div>
|
|
982
|
+
<input type="text" readonly="readonly" value="i" />
|
|
983
|
+
</li>
|
|
984
|
+
<li>
|
|
985
|
+
<div data-icon=">" class="icon"></div>
|
|
986
|
+
<input type="text" readonly="readonly" value=">" />
|
|
987
|
+
</li>
|
|
988
|
+
<li>
|
|
989
|
+
<div data-icon="@" class="icon"></div>
|
|
990
|
+
<input type="text" readonly="readonly" value="@" />
|
|
991
|
+
</li>
|
|
992
|
+
<li>
|
|
993
|
+
<div data-icon="" class="icon"></div>
|
|
994
|
+
<input type="text" readonly="readonly" value="&#xe013;" />
|
|
995
|
+
</li>
|
|
996
|
+
<li>
|
|
997
|
+
<div data-icon="X" class="icon"></div>
|
|
998
|
+
<input type="text" readonly="readonly" value="X" />
|
|
999
|
+
</li>
|
|
1000
|
+
<li>
|
|
1001
|
+
<div data-icon="J" class="icon"></div>
|
|
1002
|
+
<input type="text" readonly="readonly" value="J" />
|
|
1003
|
+
</li>
|
|
1004
|
+
<li>
|
|
1005
|
+
<div data-icon="=" class="icon"></div>
|
|
1006
|
+
<input type="text" readonly="readonly" value="=" />
|
|
1007
|
+
</li>
|
|
1008
|
+
<li>
|
|
1009
|
+
<div data-icon="?" class="icon"></div>
|
|
1010
|
+
<input type="text" readonly="readonly" value="?" />
|
|
1011
|
+
</li>
|
|
1012
|
+
<li>
|
|
1013
|
+
<div data-icon="[" class="icon"></div>
|
|
1014
|
+
<input type="text" readonly="readonly" value="[" />
|
|
1015
|
+
</li>
|
|
1016
|
+
<li>
|
|
1017
|
+
<div data-icon="]" class="icon"></div>
|
|
1018
|
+
<input type="text" readonly="readonly" value="]" />
|
|
1019
|
+
</li>
|
|
1020
|
+
<li>
|
|
1021
|
+
<div data-icon="^" class="icon"></div>
|
|
1022
|
+
<input type="text" readonly="readonly" value="^" />
|
|
1023
|
+
</li>
|
|
1024
|
+
<li>
|
|
1025
|
+
<div data-icon="_" class="icon"></div>
|
|
1026
|
+
<input type="text" readonly="readonly" value="_" />
|
|
1027
|
+
</li>
|
|
1028
|
+
<li>
|
|
1029
|
+
<div data-icon="`" class="icon"></div>
|
|
1030
|
+
<input type="text" readonly="readonly" value="`" />
|
|
1031
|
+
</li>
|
|
1032
|
+
<li>
|
|
1033
|
+
<div data-icon="{" class="icon"></div>
|
|
1034
|
+
<input type="text" readonly="readonly" value="{" />
|
|
1035
|
+
</li>
|
|
1036
|
+
<li>
|
|
1037
|
+
<div data-icon="|" class="icon"></div>
|
|
1038
|
+
<input type="text" readonly="readonly" value="|" />
|
|
1039
|
+
</li>
|
|
1040
|
+
<li>
|
|
1041
|
+
<div data-icon="B" class="icon"></div>
|
|
1042
|
+
<input type="text" readonly="readonly" value="B" />
|
|
1043
|
+
</li>
|
|
1044
|
+
<li>
|
|
1045
|
+
<div data-icon="}" class="icon"></div>
|
|
1046
|
+
<input type="text" readonly="readonly" value="}" />
|
|
1047
|
+
</li>
|
|
1048
|
+
<li>
|
|
1049
|
+
<div data-icon="Z" class="icon"></div>
|
|
1050
|
+
<input type="text" readonly="readonly" value="Z" />
|
|
1051
|
+
</li>
|
|
1052
|
+
<li>
|
|
1053
|
+
<div data-icon="~" class="icon"></div>
|
|
1054
|
+
<input type="text" readonly="readonly" value="~" />
|
|
1055
|
+
</li>
|
|
1056
|
+
<li>
|
|
1057
|
+
<div data-icon="\" class="icon"></div>
|
|
1058
|
+
<input type="text" readonly="readonly" value="\" />
|
|
1059
|
+
</li>
|
|
1060
|
+
<li>
|
|
1061
|
+
<div data-icon="" class="icon"></div>
|
|
1062
|
+
<input type="text" readonly="readonly" value="&#xe000;" />
|
|
1063
|
+
</li>
|
|
1064
|
+
<li>
|
|
1065
|
+
<div data-icon="" class="icon"></div>
|
|
1066
|
+
<input type="text" readonly="readonly" value="&#xe001;" />
|
|
1067
|
+
</li>
|
|
1068
|
+
<li>
|
|
1069
|
+
<div data-icon="" class="icon"></div>
|
|
1070
|
+
<input type="text" readonly="readonly" value="&#xe003;" />
|
|
1071
|
+
</li>
|
|
1072
|
+
<li>
|
|
1073
|
+
<div data-icon="" class="icon"></div>
|
|
1074
|
+
<input type="text" readonly="readonly" value="&#xe004;" />
|
|
1075
|
+
</li>
|
|
1076
|
+
<li>
|
|
1077
|
+
<div data-icon="" class="icon"></div>
|
|
1078
|
+
<input type="text" readonly="readonly" value="&#xe005;" />
|
|
1079
|
+
</li>
|
|
1080
|
+
<li>
|
|
1081
|
+
<div data-icon="0" class="icon"></div>
|
|
1082
|
+
<input type="text" readonly="readonly" value="0" />
|
|
1083
|
+
</li>
|
|
1084
|
+
<li>
|
|
1085
|
+
<div data-icon="-" class="icon"></div>
|
|
1086
|
+
<input type="text" readonly="readonly" value="-" />
|
|
1087
|
+
</li>
|
|
1088
|
+
<li>
|
|
1089
|
+
<div data-icon="" class="icon"></div>
|
|
1090
|
+
<input type="text" readonly="readonly" value="&#xe002;" />
|
|
1091
|
+
</li>
|
|
1092
|
+
<li>
|
|
1093
|
+
<div data-icon="" class="icon"></div>
|
|
1094
|
+
<input type="text" readonly="readonly" value="&#xe006;" />
|
|
1095
|
+
</li>
|
|
1096
|
+
<li>
|
|
1097
|
+
<div data-icon="" class="icon"></div>
|
|
1098
|
+
<input type="text" readonly="readonly" value="&#xe007;" />
|
|
1099
|
+
</li>
|
|
1100
|
+
<li>
|
|
1101
|
+
<div data-icon="" class="icon"></div>
|
|
1102
|
+
<input type="text" readonly="readonly" value="&#xe008;" />
|
|
1103
|
+
</li>
|
|
1104
|
+
<li>
|
|
1105
|
+
<div data-icon="" class="icon"></div>
|
|
1106
|
+
<input type="text" readonly="readonly" value="&#xe00c;" />
|
|
1107
|
+
</li>
|
|
1108
|
+
<li>
|
|
1109
|
+
<div data-icon="" class="icon"></div>
|
|
1110
|
+
<input type="text" readonly="readonly" value="&#xe00e;" />
|
|
1111
|
+
</li>
|
|
1112
|
+
<li>
|
|
1113
|
+
<div data-icon="" class="icon"></div>
|
|
1114
|
+
<input type="text" readonly="readonly" value="&#xe00f;" />
|
|
1115
|
+
</li>
|
|
1116
|
+
<li>
|
|
1117
|
+
<div data-icon="" class="icon"></div>
|
|
1118
|
+
<input type="text" readonly="readonly" value="&#xe010;" />
|
|
1119
|
+
</li>
|
|
1120
|
+
<li>
|
|
1121
|
+
<div data-icon="" class="icon"></div>
|
|
1122
|
+
<input type="text" readonly="readonly" value="&#xe009;" />
|
|
1123
|
+
</li>
|
|
1124
|
+
<li>
|
|
1125
|
+
<div data-icon="" class="icon"></div>
|
|
1126
|
+
<input type="text" readonly="readonly" value="&#xe00a;" />
|
|
1127
|
+
</li>
|
|
1128
|
+
<li>
|
|
1129
|
+
<div data-icon="" class="icon"></div>
|
|
1130
|
+
<input type="text" readonly="readonly" value="&#xe00b;" />
|
|
1131
|
+
</li>
|
|
1132
|
+
<li>
|
|
1133
|
+
<div data-icon="" class="icon"></div>
|
|
1134
|
+
<input type="text" readonly="readonly" value="&#xe00d;" />
|
|
1135
|
+
</li>
|
|
1136
|
+
<li>
|
|
1137
|
+
<div data-icon="" class="icon"></div>
|
|
1138
|
+
<input type="text" readonly="readonly" value="&#xe011;" />
|
|
1139
|
+
</li>
|
|
1140
|
+
<li>
|
|
1141
|
+
<div data-icon="1" class="icon"></div>
|
|
1142
|
+
<input type="text" readonly="readonly" value="1" />
|
|
1143
|
+
</li>
|
|
1144
|
+
<li>
|
|
1145
|
+
<div data-icon="*" class="icon"></div>
|
|
1146
|
+
<input type="text" readonly="readonly" value="*" />
|
|
1147
|
+
</li>
|
|
1148
|
+
<li>
|
|
1149
|
+
<div data-icon="G" class="icon"></div>
|
|
1150
|
+
<input type="text" readonly="readonly" value="G" />
|
|
1151
|
+
</li>
|
|
1152
|
+
<li>
|
|
1153
|
+
<div data-icon="H" class="icon"></div>
|
|
1154
|
+
<input type="text" readonly="readonly" value="H" />
|
|
1155
|
+
</li>
|
|
1156
|
+
</ul>
|
|
1157
|
+
</div>
|
|
1158
|
+
<script>
|
|
1159
|
+
(function () {
|
|
1160
|
+
var glyphs, i, len, ref;
|
|
1161
|
+
|
|
1162
|
+
ref = document.getElementsByClassName("glyphs");
|
|
1163
|
+
for (i = 0, len = ref.length; i < len; i++) {
|
|
1164
|
+
glyphs = ref[i];
|
|
1165
|
+
glyphs.addEventListener("click", function (event) {
|
|
1166
|
+
if (event.target.tagName === "INPUT") {
|
|
1167
|
+
return event.target.select();
|
|
1168
|
+
}
|
|
1169
|
+
});
|
|
1170
|
+
}
|
|
1171
|
+
}.call(this));
|
|
1172
|
+
</script>
|
|
1173
|
+
</body>
|
|
1174
|
+
</html>
|