middlemac 2.0.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile +11 -1
- data/README.md +38 -6
- data/Rakefile +7 -2
- data/documentation_project/.gitignore +1 -1
- data/documentation_project/Contents/Info.plist.erb +1 -1
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/_data/globals.yml +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_data/locale-list.json +318 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_layouts/layout-apple-modern-aside.haml +19 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_layouts/layout-apple-modern.haml +61 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_layouts/layout-blank.haml +11 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_partials/_yard_middlemac_config.erb +276 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_partials/_yard_middlemac_helpers.erb +897 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_partials/_yard_middlemac_helpers_extended.erb +369 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_pagegroups_resources.erb → SharedGlobalAssets/_partials/_yard_middlemac_resources.erb} +342 -37
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_config.erb → SharedGlobalAssets/_partials/_yard_mmtargets_config.erb} +15 -110
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_helpers.erb → SharedGlobalAssets/_partials/_yard_mmtargets_helpers.erb} +4 -4
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_helpers_extended.erb → SharedGlobalAssets/_partials/_yard_mmtargets_helpers_extended.erb} +6 -2
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_instance.erb → SharedGlobalAssets/_partials/_yard_mmtargets_instance.erb} +1 -1
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_resources.erb → SharedGlobalAssets/_partials/_yard_mmtargets_resources.erb} +2 -2
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-120x120.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-152x152.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-57x57.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-76x76.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-ipad.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-ipad_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-iphone.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-iphone_2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_32x32@2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/apple.css +3831 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/L0200_LeftArrow_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/L0201_RightArrow_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/arrow-blue.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/arrow.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/ask-siri.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-clear-search.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close-2.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close-learnmore.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-search-small.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-search.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-rtl.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-small-rtl.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-small.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-toggle-rtl.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-toggle.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/changelanguage_icon2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/force-click.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-arrow-2.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-arrow.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-close.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-external-link-lg.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-external-link.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-pause.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-play.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-replay.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning-black.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning-eu.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-120x120.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-152x152.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-57x57.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-76x76.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-ipad.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-ipad_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-iphone.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-iphone_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/movie-play_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-left.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-paddle-left.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-paddle-right.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-right.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/search_image_large.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/tip.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/toc_blue_large.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/toc_large.svg +1 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets/stylesheets/_github.scss → SharedGlobalAssets/css/middlemac/github.css.scss} +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/middlemac/middlemac.css.scss +129 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/middlemac/note.svg +19 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/middlemac/tip.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/middlemac/warning.svg +19 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/fonts/_dummy.txt +1 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/all-sample.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/all-sample@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/free-icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/free-icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/free-icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/free-icon_32x32@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/free-middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/free-middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/free-middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/free-middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/free-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/free-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/free-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/free-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/pro-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/pro-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/pro-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/pro-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/pro-icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/pro-icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/pro-icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/pro-icon_32x32@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/pro-middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/pro-middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/pro-middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/pro-middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/js/app.5.1.27.js +6295 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/js/middlemac-debug.js +20 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/js/vendor.js +226 -0
- data/documentation_project/Contents/Resources/en.lproj/010_what_is_middlemac/index.html.md.erb +114 -0
- data/documentation_project/Contents/Resources/en.lproj/020_apple_help_features/index.html.md.erb +241 -0
- data/documentation_project/Contents/Resources/{Base.lproj/020_setup_tutorial/index.html.md.erb → en.lproj/030_get_started/010_set_up_middlemac.html.md.erb} +33 -37
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/020_your_first_help_book.html.md.erb +374 -0
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/030_serve_your_help_book.html.md.erb +97 -0
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/040_build_your_help_book.html.md.erb +56 -0
- data/documentation_project/Contents/Resources/{Base.lproj/030_skills_refresher/10_markdown_skill.html.md.erb → en.lproj/030_get_started/050_about_markdown.html.md.erb} +12 -14
- data/documentation_project/Contents/Resources/{Base.lproj/030_skills_refresher/30_middleman_skill.html.md.erb → en.lproj/030_get_started/060_about_middleman.html.md.erb} +10 -14
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/070_about_ruby.html.md.erb +194 -0
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/aside_frontmatter.html.md.erb +64 -0
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/010_setup.html.md.erb +204 -0
- data/documentation_project/Contents/Resources/{Base.lproj/030_skills_refresher/60_filetypes_skill.html.md.erb → en.lproj/040_compose_project/020_filetypes.html.md.erb} +7 -11
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/030_directory_conventions.html.md.erb +206 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/040_groups.html.md.erb +96 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/050_targets_and_features.html.md.erb +220 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/060_frontmatter.html.md.erb +98 -0
- data/documentation_project/Contents/Resources/{Base.lproj/060_content/100_using_local_data.html.md.erb → en.lproj/040_compose_project/070_local_data.html.md.erb} +22 -9
- data/documentation_project/Contents/Resources/{Base.lproj/060_content/030_helpers.html.md.erb → en.lproj/040_compose_project/080_helpers/010_helpers.html.md.erb} +35 -69
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/080_helpers/020_markdown_links.html.md.erb +51 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/080_helpers/030_markdown_images.html.md.erb +52 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/080_helpers/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/090_partials.html.md.erb +64 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/100_resources.html.md.erb +36 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/110_implement_features.html.md.erb +197 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/120_preview_build.html.md.erb +85 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/{Base.lproj/050_structure → en.lproj/040_compose_project}/not_free.html.md.erb +4 -11
- data/documentation_project/Contents/Resources/{Base.lproj/050_structure → en.lproj/040_compose_project}/not_pro.html.md.erb +4 -11
- data/documentation_project/Contents/Resources/en.lproj/100_reference/010_apple_help_books/010_dissect_help_book.html.md.erb +295 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/010_apple_help_books/020_dissect_modern_help.html.md.erb +246 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/010_apple_help_books/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/030_backwards_compatibility.html.md.erb +82 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/040_directory_reference.html.md.erb +260 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/050_xcode_integration.html.md.erb +165 -0
- data/documentation_project/Contents/Resources/{Base.lproj/100_reference/10_cli_ref.html.md.erb → en.lproj/100_reference/060_cli_ref.html.md.erb} +3 -29
- data/documentation_project/Contents/Resources/en.lproj/100_reference/080_frontmatter_reference.html.md.erb +111 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/120_api_reference/070_config_ref.html.md.erb +31 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/120_api_reference/090_helpers_ref.html.md.erb +20 -0
- data/documentation_project/Contents/Resources/{Base.lproj/100_reference/30_helpers_ext_ref.html.md.erb → en.lproj/100_reference/120_api_reference/091_helpers_ext_ref.html.md.erb} +3 -21
- data/documentation_project/Contents/Resources/{Base.lproj/100_reference/50_resource_ext_ref.html.md.erb → en.lproj/100_reference/120_api_reference/100_resource_ext_ref.html.md.erb} +3 -8
- data/documentation_project/Contents/Resources/en.lproj/100_reference/120_api_reference/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/{Base.lproj → en.lproj}/110_acknowledgements/index.html.md.erb +5 -7
- data/documentation_project/Contents/Resources/en.lproj/ExactMatch.plist.erb +15 -0
- data/documentation_project/Contents/Resources/{Base.lproj → en.lproj}/InfoPlist.strings.erb +0 -0
- data/documentation_project/Contents/Resources/en.lproj/asides/aside_description.html.md.erb +21 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_books_folder_reference.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_books_project_membership.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_aside_example.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_chapter_heading.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_copyright_footer.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_landing_links.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_language_chooser.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_navigator.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_see_also.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_title_icons.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_universal.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/get_started_init_contents.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/get_started_init_english.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_config_sets.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_plist_definitions.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_target_dependencies.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_target_template.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_tool_configuration.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj → en.lproj}/index.html.md.erb +3 -13
- data/documentation_project/Contents/Resources/en.lproj/locale-info.json.erb +16 -0
- data/documentation_project/Contents/Resources/en.lproj/navigation.json.erb +57 -0
- data/documentation_project/Contents/Resources/en.lproj/searchTree.json.erb +1 -0
- data/documentation_project/Contents/Resources/es.lproj/ExactMatch.plist.erb +15 -0
- data/{fixtures/middlemac_app/Contents/Resources/Base.lproj → documentation_project/Contents/Resources/es.lproj}/InfoPlist.strings.erb +0 -0
- data/documentation_project/Contents/Resources/es.lproj/index.html.md.erb +27 -0
- data/documentation_project/Contents/Resources/es.lproj/locale-info.json.erb +16 -0
- data/documentation_project/Contents/Resources/es.lproj/navigation.json.erb +57 -0
- data/documentation_project/Contents/Resources/es.lproj/searchTree.json.erb +1 -0
- data/documentation_project/Contents/Resources/index.html.erb +118 -0
- data/documentation_project/Contents/Resources/locale-list.json.erb +14 -0
- data/documentation_project/Gemfile +4 -17
- data/documentation_project/HelpViewerApp/HelpViewerApp/AppDelegate.h +1 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/AppDelegate.m +6 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/Base.lproj/MainMenu.xib +39 -10
- data/documentation_project/HelpViewerApp/HelpViewerApp/Info-free.plist +4 -4
- data/documentation_project/HelpViewerApp/HelpViewerApp/Info-pro.plist +4 -4
- data/documentation_project/HelpViewerApp/HelpViewerApp/versions.xcconfig +8 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/project.pbxproj +79 -101
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/Help (free).xcscheme +11 -6
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/Help (pro).xcscheme +80 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/HelpViewerApp (free).xcscheme +1 -1
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/HelpViewerApp (pro).xcscheme +1 -1
- data/documentation_project/HelpViewerApp/README.md +6 -26
- data/documentation_project/{Middlemac (free).help → Middlemac_(free).help}/.gitignore +0 -0
- data/documentation_project/{Middlemac (pro).help → Middlemac_(pro).help}/.gitignore +0 -0
- data/documentation_project/config.rb +68 -100
- data/documentation_project/makefile +93 -0
- data/documentation_project/middlemac.webloc +0 -0
- data/features/helpers_features.feature +59 -0
- data/features/main_features.feature +21 -17
- data/features/support/env.rb +0 -14
- data/fixtures/middlemac_app/.gitignore +0 -1
- data/fixtures/middlemac_app/Contents/Info.plist.erb +1 -1
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/_data/globals.yml +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/_data/locale-list.json +318 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/_layouts/layout-apple-modern-aside.haml +19 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/_layouts/layout-apple-modern.haml +61 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/_layouts/layout-blank.haml +11 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj/assets/partials → SharedGlobalAssets/_partials}/_partials_dir_partial.erb +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-120x120.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-152x152.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-57x57.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-76x76.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-ipad.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-ipad_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-iphone.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-iphone_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_256x256.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_256x256@2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_32x32@2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/apple.css +3831 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/L0200_LeftArrow_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/L0201_RightArrow_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/arrow-blue.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/arrow.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/ask-siri.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-clear-search.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close-2.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close-learnmore.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-search-small.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-search.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-rtl.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-small-rtl.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-small.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-toggle-rtl.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-toggle.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/changelanguage_icon2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/force-click.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-arrow-2.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-arrow.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-close.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-external-link-lg.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-external-link.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-pause.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-play.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-replay.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning-black.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning-eu.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-120x120.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-152x152.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-57x57.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-76x76.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-ipad.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-ipad_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-iphone.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-iphone_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/movie-play_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-left.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-paddle-left.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-paddle-right.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-right.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/search_image_large.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/tip.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/toc_blue_large.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/toc_large.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj/assets/stylesheets/_github.scss → SharedGlobalAssets/css/middlemac/github.css.scss} +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/middlemac/middlemac.css.scss +129 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/middlemac/note.svg +19 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/middlemac/tip.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/middlemac/warning.svg +19 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/fonts/_dummy.txt +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/images/global_thing_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/js/app.5.1.27.js +6295 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/js/middlemac-debug.js +20 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/js/vendor.js +226 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/10_hello_world_file.html.md.erb +17 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/30_sample_group_number_one/index.html.md.erb +8 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/30_sample_group_number_one/page_one.html.md.erb +108 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/30_sample_group_number_one/page_two.html.md.erb +36 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/01_nested_group_example/01_page_one.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/01_nested_group_example/02_pagina_dos.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/01_nested_group_example/03_page_san.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/40_sample_group_number_two/01_nested_group_example/index.html.md.erb +4 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/02_page_two.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/03_page_three.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/40_sample_group_number_two/index.html.md.erb +4 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/50_testing_world_file.html.md.erb +58 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/60_goodbye_world_file.html.md.erb +203 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/ExactMatch.plist.erb +15 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/InfoPlist.strings.erb +10 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/_new_style_partial.erb +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/asides/aside_description.html.md.erb +20 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/_partials/_localized_partials_dir_partial.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/images/all-graphic_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/images/neat_thing_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/images/subdirectory/logo_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/images/subdirectory/pro-image_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/copyright.html.md.erb +19 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/index.html.md.erb +20 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/locale-info.json.erb +16 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/navigation.json.erb +57 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/searchTree.json.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/10_hola_mundo_file.html.md.erb +15 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/60_goodbye_world_file.html.md.erb +193 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/ExactMatch.plist.erb +15 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/InfoPlist.strings.erb +10 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/assets/images/all-graphic_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/assets/images/neat_thing_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/assets/images/subdirectory/logo_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/assets/images/subdirectory/pro-image_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/copyright.html.md.erb +19 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/index.html.md.erb +21 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/locale-info.json.erb +16 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/navigation.json.erb +57 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/searchTree.json.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/index.html.erb +118 -0
- data/fixtures/middlemac_app/Contents/Resources/locale-list.json.erb +14 -0
- data/fixtures/middlemac_app/Gemfile +4 -17
- data/fixtures/middlemac_app/config.rb +71 -100
- data/fixtures/middlemac_app/makefile +93 -0
- data/fixtures/middlemac_app/middlemac.webloc +0 -0
- data/lib/middlemac/extension.rb +123 -211
- data/lib/middlemac/helpers.rb +470 -0
- data/lib/middlemac/private.rb +494 -0
- data/lib/middlemac/sitemap.rb +516 -0
- data/lib/middlemac/trie.rb +37 -0
- data/lib/middlemac/version.rb +1 -1
- data/lib/middlemac.rb +4 -0
- data/middlemac.gemspec +7 -6
- data/resources/stopwords/ar.plist +206 -0
- data/resources/stopwords/ca.plist +0 -0
- data/resources/stopwords/cs.plist +30 -0
- data/resources/stopwords/da.plist +6 -0
- data/resources/stopwords/de.plist +119 -0
- data/resources/stopwords/el.plist +0 -0
- data/resources/stopwords/en.plist +0 -0
- data/resources/stopwords/es.plist +282 -0
- data/resources/stopwords/es_419.plist +282 -0
- data/resources/stopwords/fi.plist +206 -0
- data/resources/stopwords/fr.plist +132 -0
- data/resources/stopwords/he.plist +0 -0
- data/resources/stopwords/hr.plist +0 -0
- data/resources/stopwords/hu.plist +44 -0
- data/resources/stopwords/id.plist +6 -0
- data/resources/stopwords/it.plist +153 -0
- data/resources/stopwords/ja.plist +6 -0
- data/resources/stopwords/ko.plist +106 -0
- data/resources/stopwords/ms.plist +6 -0
- data/resources/stopwords/nl.plist +198 -0
- data/resources/stopwords/no.plist +207 -0
- data/resources/stopwords/pl.plist +207 -0
- data/resources/stopwords/pt.plist +207 -0
- data/resources/stopwords/pt_PT.plist +207 -0
- data/resources/stopwords/ro.plist +0 -0
- data/resources/stopwords/ru.plist +207 -0
- data/resources/stopwords/sk.plist +0 -0
- data/resources/stopwords/sv.plist +280 -0
- data/resources/stopwords/th.plist +56 -0
- data/resources/stopwords/tr.plist +200 -0
- data/resources/stopwords/uk.plist +764 -0
- data/resources/stopwords/vi.plist +6 -0
- data/resources/stopwords/zh_CN.plist +207 -0
- data/resources/stopwords/zh_TW.plist +207 -0
- data/yard/readme.md +4 -4
- metadata +394 -219
- data/documentation_project/Contents/Resources/Base.lproj/010_what_is_middlemac/index.html.md.erb +0 -126
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/20_frontmatter_skill.html.md.erb +0 -54
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/40_ruby_skill.html.md.erb +0 -67
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/50_ruby_ecosystem.html.md.erb +0 -136
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/index.html.md.erb +0 -35
- data/documentation_project/Contents/Resources/Base.lproj/040_setup/index.html.md.erb +0 -88
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/010_directories_and_images.html.md.erb +0 -176
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/020_layouts_and_templates.html.md.erb +0 -71
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/025_css.html.md.erb +0 -71
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/030_groups.html.md.erb +0 -83
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/040_breadcrumbs.html.md.erb +0 -43
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/050_navigator.html.md.erb +0 -26
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/060_targets.html.md.erb +0 -63
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/070_features.html.md.erb +0 -122
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/index.html.md.erb +0 -21
- data/documentation_project/Contents/Resources/Base.lproj/060_content/010_frontmatter.html.md.erb +0 -88
- data/documentation_project/Contents/Resources/Base.lproj/060_content/040_partials.html.md.erb +0 -121
- data/documentation_project/Contents/Resources/Base.lproj/060_content/050_resources.html.md.erb +0 -60
- data/documentation_project/Contents/Resources/Base.lproj/060_content/070_including_excluding.html.md.erb +0 -68
- data/documentation_project/Contents/Resources/Base.lproj/060_content/080_markdown_links_images.html.md.erb +0 -93
- data/documentation_project/Contents/Resources/Base.lproj/060_content/090_css_image_sizes.html.md.erb +0 -90
- data/documentation_project/Contents/Resources/Base.lproj/060_content/index.html.md.erb +0 -21
- data/documentation_project/Contents/Resources/Base.lproj/070_preview_build/index.html.md.erb +0 -78
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/10_apple_help_setup.html.md.erb +0 -110
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/20_xcode_integration.html.md.erb +0 -64
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/index.html.md.erb +0 -25
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/20_config_ref.html.md.erb +0 -56
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/40_helpers_ref.html.md.erb +0 -45
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/index.html.md.erb +0 -26
- data/documentation_project/Contents/Resources/Base.lproj/120_backwards_compatibility/index.html.md.erb +0 -88
- data/documentation_project/Contents/Resources/Base.lproj/130_all_help_content/index.html.md.erb +0 -15
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/layout-html4.haml +0 -22
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/layout-xhtml.haml +0 -28
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-large.haml +0 -30
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-medium.haml +0 -30
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-small.haml +0 -30
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/FontAwesome.otf +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.svg +0 -655
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-pagegroups/middleman-pagegroups-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-pagegroups/middleman-pagegroups.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/javascripts/all.js +0 -1
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs.haml +0 -11
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs_alt.haml +0 -15
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_brethren.haml +0 -18
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_brethren_index.haml +0 -14
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_legitimate_children.haml +0 -16
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_prev_next.haml +0 -21
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_toc_index.haml +0 -21
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_config.erb +0 -200
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_helpers.erb +0 -146
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_helpers_extended.erb +0 -135
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_config.erb +0 -207
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_helpers.erb +0 -297
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_helpers_extended.erb +0 -96
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_config.erb +0 -744
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers.erb +0 -710
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers_css.erb +0 -523
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers_extended.erb +0 -56
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/_apple_helpbook.scss +0 -946
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/_normalize.scss +0 -374
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/breadcrumb-separator-light.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/image_sizes.css.erb +0 -8
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/style.css.scss +0 -4
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/10_hello_world_file.html.md.erb +0 -22
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/20_goodbye_world_file.html.md.erb +0 -22
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/index.html.md.erb +0 -24
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/page_one.html.md.erb +0 -20
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/page_two.html.md.erb +0 -19
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/01_nested_group_example/index.html.md.erb +0 -18
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/index.html.md.erb +0 -24
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/45_testing_world_file.html.md.erb +0 -55
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/50_entire_world_file.html.md.erb +0 -15
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/layout-html4.haml +0 -22
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/layout-xhtml.haml +0 -28
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-large.haml +0 -30
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-medium.haml +0 -30
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-small.haml +0 -30
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/FontAwesome.otf +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.svg +0 -655
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/images/_empty_directory.html.md.erb +0 -1
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/javascripts/all.js +0 -1
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs.haml +0 -11
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs_alt.haml +0 -15
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_brethren.haml +0 -18
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_brethren_index.haml +0 -14
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_legitimate_children.haml +0 -16
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_prev_next.haml +0 -21
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_toc_index.haml +0 -21
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/_apple_helpbook.scss +0 -946
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/_normalize.scss +0 -374
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/breadcrumb-separator-light.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/image_sizes.css.erb +0 -8
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/style.css.scss +0 -4
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/index.html.md.erb +0 -17
@@ -0,0 +1,3831 @@
|
|
1
|
+
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
2
|
+
img,legend{
|
3
|
+
border:0
|
4
|
+
}
|
5
|
+
.apd-topic table,table{
|
6
|
+
border-collapse:collapse
|
7
|
+
}
|
8
|
+
nav,section,section article,ul.toc{
|
9
|
+
-webkit-tap-highlight-color:transparent
|
10
|
+
}
|
11
|
+
#search,hr{
|
12
|
+
box-sizing:content-box
|
13
|
+
}
|
14
|
+
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
|
15
|
+
display:block
|
16
|
+
}
|
17
|
+
audio,canvas,video{
|
18
|
+
display:inline-block
|
19
|
+
}
|
20
|
+
audio:not([controls]){
|
21
|
+
display:none;
|
22
|
+
height:0
|
23
|
+
}
|
24
|
+
[hidden]{
|
25
|
+
display:none
|
26
|
+
}
|
27
|
+
li,ol,ul{
|
28
|
+
margin:0;
|
29
|
+
padding:0;
|
30
|
+
list-style:none
|
31
|
+
}
|
32
|
+
a:focus{
|
33
|
+
outline:dotted thin
|
34
|
+
}
|
35
|
+
a:active,a:hover{
|
36
|
+
outline:0
|
37
|
+
}
|
38
|
+
h1{
|
39
|
+
font-size:2em;
|
40
|
+
margin:.67em 0
|
41
|
+
}
|
42
|
+
abbr[title]{
|
43
|
+
border-bottom:1px dotted
|
44
|
+
}
|
45
|
+
b,strong{
|
46
|
+
font-weight:700
|
47
|
+
}
|
48
|
+
dfn{
|
49
|
+
font-style:italic
|
50
|
+
}
|
51
|
+
hr{
|
52
|
+
height:0
|
53
|
+
}
|
54
|
+
mark{
|
55
|
+
background:#ff0;
|
56
|
+
color:#000
|
57
|
+
}
|
58
|
+
.link-default,.link-default:visited{
|
59
|
+
color:#007aff
|
60
|
+
}
|
61
|
+
code,kbd,pre,samp{
|
62
|
+
font-family:monospace,serif;
|
63
|
+
font-size:1em
|
64
|
+
}
|
65
|
+
pre{
|
66
|
+
white-space:pre-wrap
|
67
|
+
}
|
68
|
+
q{
|
69
|
+
quotes:"\201C" "\201D" "\2018" "\2019"
|
70
|
+
}
|
71
|
+
small{
|
72
|
+
font-size:80%
|
73
|
+
}
|
74
|
+
sub,sup{
|
75
|
+
font-size:75%;
|
76
|
+
line-height:0;
|
77
|
+
position:relative;
|
78
|
+
vertical-align:baseline
|
79
|
+
}
|
80
|
+
sup{
|
81
|
+
top:-.5em
|
82
|
+
}
|
83
|
+
sub{
|
84
|
+
bottom:-.25em
|
85
|
+
}
|
86
|
+
svg:not(:root){
|
87
|
+
overflow:hidden
|
88
|
+
}
|
89
|
+
figure{
|
90
|
+
margin:0
|
91
|
+
}
|
92
|
+
fieldset{
|
93
|
+
border:1px solid silver;
|
94
|
+
margin:0 2px;
|
95
|
+
padding:.35em .625em .75em
|
96
|
+
}
|
97
|
+
legend{
|
98
|
+
padding:0
|
99
|
+
}
|
100
|
+
button,input,select,textarea{
|
101
|
+
font-family:inherit;
|
102
|
+
font-size:100%;
|
103
|
+
margin:0
|
104
|
+
}
|
105
|
+
button,input{
|
106
|
+
line-height:normal
|
107
|
+
}
|
108
|
+
button,select{
|
109
|
+
text-transform:none
|
110
|
+
}
|
111
|
+
button,html input[type=button],input[type=reset],input[type=submit]{
|
112
|
+
-webkit-appearance:button;
|
113
|
+
cursor:pointer
|
114
|
+
}
|
115
|
+
button[disabled],html input[disabled]{
|
116
|
+
cursor:default
|
117
|
+
}
|
118
|
+
input[type=checkbox],input[type=radio]{
|
119
|
+
box-sizing:border-box;
|
120
|
+
padding:0
|
121
|
+
}
|
122
|
+
input[type=search]{
|
123
|
+
-webkit-appearance:textfield;
|
124
|
+
box-sizing:content-box
|
125
|
+
}
|
126
|
+
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
|
127
|
+
-webkit-appearance:none
|
128
|
+
}
|
129
|
+
button::-moz-focus-inner,input::-moz-focus-inner{
|
130
|
+
border:0;
|
131
|
+
padding:0
|
132
|
+
}
|
133
|
+
textarea{
|
134
|
+
overflow:auto;
|
135
|
+
vertical-align:top
|
136
|
+
}
|
137
|
+
table{
|
138
|
+
border-spacing:0
|
139
|
+
}
|
140
|
+
.link-default{
|
141
|
+
position:relative;
|
142
|
+
outline:0;
|
143
|
+
text-decoration:none
|
144
|
+
}
|
145
|
+
.link-default:hover{
|
146
|
+
text-decoration:underline
|
147
|
+
}
|
148
|
+
.no-hover .link-default:hover,header.app h1 a,nav .toc-more-help a{
|
149
|
+
text-decoration:none
|
150
|
+
}
|
151
|
+
a,a:active,button,button:active{
|
152
|
+
outline:0
|
153
|
+
}
|
154
|
+
.scroll{
|
155
|
+
-webkit-overflow-scrolling:touch
|
156
|
+
}
|
157
|
+
[role=application],body,html{
|
158
|
+
padding:0;
|
159
|
+
margin:0;
|
160
|
+
height:100%;
|
161
|
+
width:100%;
|
162
|
+
overflow:hidden
|
163
|
+
}
|
164
|
+
@media print{
|
165
|
+
[role=application],body,html{
|
166
|
+
position:static;
|
167
|
+
height:auto;
|
168
|
+
overflow:auto
|
169
|
+
}
|
170
|
+
}
|
171
|
+
html{
|
172
|
+
-webkit-text-size-adjust:100%;
|
173
|
+
-ms-text-size-adjust:100%;
|
174
|
+
font-family:-apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif;
|
175
|
+
line-height:1.5;
|
176
|
+
-webkit-font-smoothing:antialiased;
|
177
|
+
-ms-font-smoothing:antialiased;
|
178
|
+
-moz-font-smoothing:antialiased;
|
179
|
+
-o-font-smoothing:antialiased;
|
180
|
+
font-smoothing:antialiased
|
181
|
+
}
|
182
|
+
html.is-not-mobile{
|
183
|
+
font-size:17px
|
184
|
+
}
|
185
|
+
html.is-mobile{
|
186
|
+
font:-apple-system-body
|
187
|
+
}
|
188
|
+
html.is-hv{
|
189
|
+
font-size:15px
|
190
|
+
}
|
191
|
+
[role=application],body{
|
192
|
+
background:#fafafa;
|
193
|
+
-webkit-text-size-adjust:none;
|
194
|
+
color:#4b4b4b;
|
195
|
+
overflow-x:hidden;
|
196
|
+
overflow-y:visible
|
197
|
+
}
|
198
|
+
.centered{
|
199
|
+
position:relative;
|
200
|
+
margin:0 auto;
|
201
|
+
padding:0;
|
202
|
+
max-width:1156px;
|
203
|
+
min-width:320px
|
204
|
+
}
|
205
|
+
@media print{
|
206
|
+
[role=application],body{
|
207
|
+
background:0 0;
|
208
|
+
width:100%
|
209
|
+
}
|
210
|
+
.centered{
|
211
|
+
position:static;
|
212
|
+
height:auto;
|
213
|
+
overflow:auto
|
214
|
+
}
|
215
|
+
header.app{
|
216
|
+
display:none
|
217
|
+
}
|
218
|
+
}
|
219
|
+
.is-hv .centered{
|
220
|
+
max-width:956px
|
221
|
+
}
|
222
|
+
.content{
|
223
|
+
width:100%;
|
224
|
+
height:calc(100% - 44px)
|
225
|
+
}
|
226
|
+
.is-hv .content{
|
227
|
+
height:100%
|
228
|
+
}
|
229
|
+
@media all and (max-width:874px){
|
230
|
+
html.modal-view{
|
231
|
+
overflow-y:hidden!important
|
232
|
+
}
|
233
|
+
.content,[role=application],body,html{
|
234
|
+
overflow-x:hidden;
|
235
|
+
overflow-y:visible!important
|
236
|
+
}
|
237
|
+
[role=application],body,html{
|
238
|
+
min-height:100%
|
239
|
+
}
|
240
|
+
.content{
|
241
|
+
min-height:calc(100% - 44px);
|
242
|
+
height:auto;
|
243
|
+
background-color:#fff
|
244
|
+
}
|
245
|
+
.is-hv .content{
|
246
|
+
min-height:100%
|
247
|
+
}
|
248
|
+
.is-ie .content{
|
249
|
+
min-height:initial;
|
250
|
+
height:calc(100% - 44px)
|
251
|
+
}
|
252
|
+
.is-mobile [role=application],.is-mobile body,.is-mobile html{
|
253
|
+
height:auto
|
254
|
+
}
|
255
|
+
.is-mobile.panel-visible,.is-mobile.panel-visible [role=application],.is-mobile.panel-visible body{
|
256
|
+
height:100%
|
257
|
+
}
|
258
|
+
.is-mobile.panel-visible .content{
|
259
|
+
height:calc(100% - 44px)
|
260
|
+
}
|
261
|
+
}
|
262
|
+
@-webkit-keyframes header-searchshow{
|
263
|
+
0%{
|
264
|
+
opacity:1;
|
265
|
+
-webkit-transform:scale(1);
|
266
|
+
transform:scale(1);
|
267
|
+
-webkit-animation-timing-function:cubic-bezier(.2727,.0986,.8333,1);
|
268
|
+
animation-timing-function:cubic-bezier(.2727,.0986,.8333,1)
|
269
|
+
}
|
270
|
+
40%{
|
271
|
+
opacity:1
|
272
|
+
}
|
273
|
+
100%{
|
274
|
+
opacity:0;
|
275
|
+
-webkit-transform:scale(.7);
|
276
|
+
transform:scale(.7)
|
277
|
+
}
|
278
|
+
}
|
279
|
+
@keyframes header-searchshow{
|
280
|
+
0%{
|
281
|
+
opacity:1;
|
282
|
+
-webkit-transform:scale(1);
|
283
|
+
transform:scale(1);
|
284
|
+
-webkit-animation-timing-function:cubic-bezier(.2727,.0986,.8333,1);
|
285
|
+
animation-timing-function:cubic-bezier(.2727,.0986,.8333,1)
|
286
|
+
}
|
287
|
+
40%{
|
288
|
+
opacity:1
|
289
|
+
}
|
290
|
+
100%{
|
291
|
+
opacity:0;
|
292
|
+
-webkit-transform:scale(.7);
|
293
|
+
transform:scale(.7)
|
294
|
+
}
|
295
|
+
}
|
296
|
+
@-webkit-keyframes header-searchhide{
|
297
|
+
0%{
|
298
|
+
opacity:0;
|
299
|
+
-webkit-transform:scale(.7);
|
300
|
+
transform:scale(.7)
|
301
|
+
}
|
302
|
+
60%{
|
303
|
+
opacity:1
|
304
|
+
}
|
305
|
+
100%{
|
306
|
+
opacity:1;
|
307
|
+
-webkit-transform:scale(1);
|
308
|
+
transform:scale(1);
|
309
|
+
-webkit-animation-timing-function:cubic-bezier(.2727,.0986,.8333,1);
|
310
|
+
animation-timing-function:cubic-bezier(.2727,.0986,.8333,1)
|
311
|
+
}
|
312
|
+
}
|
313
|
+
@keyframes header-searchhide{
|
314
|
+
0%{
|
315
|
+
opacity:0;
|
316
|
+
-webkit-transform:scale(.7);
|
317
|
+
transform:scale(.7)
|
318
|
+
}
|
319
|
+
60%{
|
320
|
+
opacity:1
|
321
|
+
}
|
322
|
+
100%{
|
323
|
+
opacity:1;
|
324
|
+
-webkit-transform:scale(1);
|
325
|
+
transform:scale(1);
|
326
|
+
-webkit-animation-timing-function:cubic-bezier(.2727,.0986,.8333,1);
|
327
|
+
animation-timing-function:cubic-bezier(.2727,.0986,.8333,1)
|
328
|
+
}
|
329
|
+
}
|
330
|
+
header.app{
|
331
|
+
position:relative;
|
332
|
+
z-index:100;
|
333
|
+
background:#333;
|
334
|
+
height:44px;
|
335
|
+
font-size:1.12rem;
|
336
|
+
line-height:1.9
|
337
|
+
}
|
338
|
+
header.app h1{
|
339
|
+
font-weight:400;
|
340
|
+
font-size:inherit;
|
341
|
+
margin:0 68px;
|
342
|
+
padding:.29rem;
|
343
|
+
overflow:hidden;
|
344
|
+
text-align:center;
|
345
|
+
white-space:nowrap;
|
346
|
+
text-overflow:ellipsis;
|
347
|
+
position:relative;
|
348
|
+
z-index:101;
|
349
|
+
color:#fff;
|
350
|
+
-webkit-animation:header-searchhide .4s both;
|
351
|
+
animation:header-searchhide .4s both
|
352
|
+
}
|
353
|
+
header.app h1.searchopen{
|
354
|
+
-webkit-animation:header-searchshow .4s both;
|
355
|
+
animation:header-searchshow .4s both;
|
356
|
+
z-index:1
|
357
|
+
}
|
358
|
+
header.app h1 a{
|
359
|
+
color:#fff
|
360
|
+
}
|
361
|
+
header.app button{
|
362
|
+
position:absolute;
|
363
|
+
height:30px;
|
364
|
+
top:7px;
|
365
|
+
display:block;
|
366
|
+
z-index:101;
|
367
|
+
padding:0;
|
368
|
+
width:36px;
|
369
|
+
border-radius:5px;
|
370
|
+
-ms-background-clip:padding-box;
|
371
|
+
background-clip:padding-box;
|
372
|
+
color:transparent;
|
373
|
+
border:none;
|
374
|
+
background:no-repeat;
|
375
|
+
background-size:44px 44px;
|
376
|
+
background-position:50% 50%
|
377
|
+
}
|
378
|
+
.single-page-book header.app button[name=toc],header.app button[name=find][aria-checked=false] span{
|
379
|
+
display:none
|
380
|
+
}
|
381
|
+
header.app button[aria-checked=true]{
|
382
|
+
background-color:#666
|
383
|
+
}
|
384
|
+
header.app button[aria-checked=false]:hover{
|
385
|
+
opacity:.65
|
386
|
+
}
|
387
|
+
header.app button[name=toc]{
|
388
|
+
background-image:url(css/img/toc_large.svg);
|
389
|
+
left:17px
|
390
|
+
}
|
391
|
+
[dir=rtl] header.app button[name=toc]{
|
392
|
+
left:auto;
|
393
|
+
right:17px;
|
394
|
+
-webkit-transform:scaleX(-1);
|
395
|
+
transform:scaleX(-1);
|
396
|
+
-webkit-filter:FlipH;
|
397
|
+
filter:FlipH;
|
398
|
+
-ms-filter:"FlipH"
|
399
|
+
}
|
400
|
+
header.app button[name=find]{
|
401
|
+
background-image:url(css/img/search_image_large.svg);
|
402
|
+
right:17px
|
403
|
+
}
|
404
|
+
[dir=rtl] header.app button[name=find]{
|
405
|
+
right:auto;
|
406
|
+
left:17px
|
407
|
+
}
|
408
|
+
header.app button[name=find][aria-checked=true]{
|
409
|
+
background:0 0
|
410
|
+
}
|
411
|
+
nav{
|
412
|
+
font-size:.76rem;
|
413
|
+
background:#fff;
|
414
|
+
box-sizing:border-box;
|
415
|
+
position:absolute;
|
416
|
+
top:0;
|
417
|
+
left:0;
|
418
|
+
height:100%;
|
419
|
+
width:290px
|
420
|
+
}
|
421
|
+
@media print{
|
422
|
+
nav{
|
423
|
+
display:none
|
424
|
+
}
|
425
|
+
}
|
426
|
+
.is-hv nav{
|
427
|
+
font-size:.82rem;
|
428
|
+
width:190px!important
|
429
|
+
}
|
430
|
+
[dir=rtl] nav{
|
431
|
+
left:auto;
|
432
|
+
right:0
|
433
|
+
}
|
434
|
+
.is-not-hv nav{
|
435
|
+
z-index:30;
|
436
|
+
border-right:1px solid #f2f2f2;
|
437
|
+
transition:-webkit-transform 0 ease-in-out;
|
438
|
+
transition:transform 0 ease-in-out
|
439
|
+
}
|
440
|
+
.toc-animating.is-not-hv nav{
|
441
|
+
transition-duration:.3s
|
442
|
+
}
|
443
|
+
.is-not-hv [dir=rtl] nav{
|
444
|
+
border-left:1px solid #f2f2f2;
|
445
|
+
border-right:none
|
446
|
+
}
|
447
|
+
@media all and (max-width:568px){
|
448
|
+
.is-not-hv nav{
|
449
|
+
transition:-webkit-transform 0 ease-in-out,width 0 linear .6s;
|
450
|
+
transition:transform 0 ease-in-out,width 0 linear .6s;
|
451
|
+
box-shadow:none!important;
|
452
|
+
width:100%!important
|
453
|
+
}
|
454
|
+
.toc-animating.is-not-hv nav{
|
455
|
+
transition-duration:.3s
|
456
|
+
}
|
457
|
+
.is-mobile nav{
|
458
|
+
position:fixed;
|
459
|
+
height:auto;
|
460
|
+
top:44px;
|
461
|
+
bottom:0
|
462
|
+
}
|
463
|
+
}
|
464
|
+
nav[aria-hidden=true] ul.toc{
|
465
|
+
pointer-events:none;
|
466
|
+
overflow-y:hidden
|
467
|
+
}
|
468
|
+
@media all and (max-width:874px){
|
469
|
+
nav{
|
470
|
+
box-shadow:0 0 2px 2px rgba(0,0,0,.1)
|
471
|
+
}
|
472
|
+
.is-not-hv nav[aria-hidden=true]{
|
473
|
+
-webkit-transform:translateX(-292px);
|
474
|
+
transform:translateX(-292px)
|
475
|
+
}
|
476
|
+
.is-not-hv [dir=rtl] nav[aria-hidden=true]{
|
477
|
+
-webkit-transform:translateX(292px);
|
478
|
+
transform:translateX(292px)
|
479
|
+
}
|
480
|
+
}
|
481
|
+
@media all and (max-width:568px){
|
482
|
+
.is-not-hv nav[aria-hidden=true]{
|
483
|
+
-webkit-transform:translate3d(-100%,0,0);
|
484
|
+
transform:translate3d(-100%,0,0)
|
485
|
+
}
|
486
|
+
.is-not-hv [dir=rtl] nav[aria-hidden=true]{
|
487
|
+
-webkit-transform:translate3d(100%,0,0);
|
488
|
+
transform:translate3d(100%,0,0)
|
489
|
+
}
|
490
|
+
}
|
491
|
+
.show-more-help-link nav{
|
492
|
+
display:-webkit-flex;
|
493
|
+
-webkit-flex-direction:column
|
494
|
+
}
|
495
|
+
@media print{
|
496
|
+
.show-more-help-link nav{
|
497
|
+
display:none
|
498
|
+
}
|
499
|
+
}
|
500
|
+
nav .toc-more-help{
|
501
|
+
display:block;
|
502
|
+
padding:4px 5px 5px;
|
503
|
+
-webkit-align-self:flex-end;
|
504
|
+
width:180px;
|
505
|
+
border-top:1px solid #e4e4e4;
|
506
|
+
text-align:center
|
507
|
+
}
|
508
|
+
nav .toc-more-help a{
|
509
|
+
display:inline-block;
|
510
|
+
line-height:1.25em;
|
511
|
+
color:#007aff
|
512
|
+
}
|
513
|
+
nav .toc-more-help a:hover{
|
514
|
+
text-decoration:underline
|
515
|
+
}
|
516
|
+
.no-hover .topic-page .next:hover,.no-hover .topic-page .prev:hover,.topic-page .copyright-text a,.topic-page .next:hover,.topic-page .prev:hover,ul.toc a,ul.toc a.active{
|
517
|
+
text-decoration:none
|
518
|
+
}
|
519
|
+
nav .toc-more-help .toc-more-help-icon{
|
520
|
+
display:inline-block;
|
521
|
+
width:5px;
|
522
|
+
height:7px;
|
523
|
+
background-image:url(css/img/icon-arrow.png);
|
524
|
+
background-size:5px 7px;
|
525
|
+
margin-left:5px
|
526
|
+
}
|
527
|
+
[dir=rtl] nav .toc-more-help .toc-more-help-icon{
|
528
|
+
-webkit-transform:rotate(180deg);
|
529
|
+
transform:rotate(180deg);
|
530
|
+
margin-left:0;
|
531
|
+
margin-right:5px
|
532
|
+
}
|
533
|
+
ul.toc{
|
534
|
+
height:100%;
|
535
|
+
overflow-y:scroll;
|
536
|
+
-webkit-overflow-scrolling:touch
|
537
|
+
}
|
538
|
+
.is-hv ul.toc>li:first-child{
|
539
|
+
margin-top:.714em
|
540
|
+
}
|
541
|
+
.is-hv ul.toc>li:last-child{
|
542
|
+
margin-bottom:.714em
|
543
|
+
}
|
544
|
+
ul.toc .icon{
|
545
|
+
position:absolute;
|
546
|
+
top:7px;
|
547
|
+
top:calc(1.6em - 1.7rem/2);
|
548
|
+
height:1.7rem;
|
549
|
+
width:1.7rem;
|
550
|
+
left:1.42rem
|
551
|
+
}
|
552
|
+
.is-not-mobile ul.toc .icon{
|
553
|
+
-webkit-transform:translateZ(0);
|
554
|
+
transform:translateZ(0);
|
555
|
+
-webkit-backface-visibility:hidden;
|
556
|
+
-ms-backface-visibility:hidden;
|
557
|
+
-o-backface-visibility:hidden;
|
558
|
+
backface-visibility:hidden
|
559
|
+
}
|
560
|
+
.is-hv ul.toc .icon{
|
561
|
+
display:none
|
562
|
+
}
|
563
|
+
[dir=rtl] ul.toc .icon{
|
564
|
+
left:auto;
|
565
|
+
right:1.42rem
|
566
|
+
}
|
567
|
+
ul.toc ul{
|
568
|
+
overflow:hidden
|
569
|
+
}
|
570
|
+
ul.toc ul.animating{
|
571
|
+
transition:max-height .3s ease-in-out
|
572
|
+
}
|
573
|
+
ul.toc li[aria-expanded=true].first-toc-item-active>a{
|
574
|
+
-o-border-image:none;
|
575
|
+
border-image:none
|
576
|
+
}
|
577
|
+
ul.toc li[aria-expanded=false]>a{
|
578
|
+
transition:border-bottom 0s linear .3s,padding-bottom 0s linear .3s
|
579
|
+
}
|
580
|
+
ul.toc a{
|
581
|
+
outline:0;
|
582
|
+
display:block;
|
583
|
+
position:relative;
|
584
|
+
border:0;
|
585
|
+
border-bottom:1px solid #f2f2f2;
|
586
|
+
padding:.95em .7rem;
|
587
|
+
padding-left:.47rem;
|
588
|
+
-o-border-image:linear-gradient(to right,#fff 0,#fff 1.42rem,#f2f2f2 .47rem,#f2f2f2 100%) 0 0 1 0;
|
589
|
+
border-image:linear-gradient(to right,#fff 0,#fff 1.42rem,#f2f2f2 .47rem,#f2f2f2 100%) 0 0 1 0;
|
590
|
+
border-image-width:0 0 1px 0;
|
591
|
+
color:#4a4a4a
|
592
|
+
}
|
593
|
+
.is-hv ul.toc a.active,ul.toc a.active{
|
594
|
+
background-color:#f2f2f2;
|
595
|
+
border-top:1px solid #f2f2f2
|
596
|
+
}
|
597
|
+
.is-hv ul.toc a{
|
598
|
+
padding-top:6px;
|
599
|
+
padding-bottom:7px;
|
600
|
+
border-bottom:none;
|
601
|
+
-o-border-image:none!important;
|
602
|
+
border-image:none!important
|
603
|
+
}
|
604
|
+
[dir=rtl] ul.toc a{
|
605
|
+
padding-left:.7rem;
|
606
|
+
padding-right:.47rem;
|
607
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 1.42rem,#f2f2f2 .47rem,#f2f2f2 100%) 0 0 1 0;
|
608
|
+
border-image:linear-gradient(to left,#fff 0,#fff 1.42rem,#f2f2f2 .47rem,#f2f2f2 100%) 0 0 1 0;
|
609
|
+
border-image-width:0 0 1px 0
|
610
|
+
}
|
611
|
+
.is-hv [dir=rtl] ul.toc a{
|
612
|
+
-o-border-image:none!important;
|
613
|
+
border-image:none!important
|
614
|
+
}
|
615
|
+
ul.toc a.active{
|
616
|
+
-o-border-image:none;
|
617
|
+
border-image:none;
|
618
|
+
top:-1px;
|
619
|
+
border-bottom:none
|
620
|
+
}
|
621
|
+
ul.toc a:hover{
|
622
|
+
color:#007aff;
|
623
|
+
cursor:pointer
|
624
|
+
}
|
625
|
+
.no-hover ul.toc a:hover,ul.toc a:hover.active{
|
626
|
+
color:#4a4a4a;
|
627
|
+
cursor:default
|
628
|
+
}
|
629
|
+
div.Task>.Name,ul.toc .section{
|
630
|
+
cursor:pointer
|
631
|
+
}
|
632
|
+
ul.toc a.active .icon{
|
633
|
+
margin-top:.01px
|
634
|
+
}
|
635
|
+
ul.toc a .name{
|
636
|
+
pointer-events:none;
|
637
|
+
padding-left:.95rem;
|
638
|
+
word-wrap:break-word
|
639
|
+
}
|
640
|
+
[dir=rtl] ul.toc a .name{
|
641
|
+
padding-right:.95rem
|
642
|
+
}
|
643
|
+
ul.toc ul a{
|
644
|
+
padding-left:1.35rem;
|
645
|
+
-o-border-image:linear-gradient(to right,#fff 0,#fff 2.3rem,#f2f2f2 1.35rem,#f2f2f2 100%) 0 0 1 0;
|
646
|
+
border-image:linear-gradient(to right,#fff 0,#fff 2.3rem,#f2f2f2 1.35rem,#f2f2f2 100%) 0 0 1 0;
|
647
|
+
border-image-width:0 0 1px 0
|
648
|
+
}
|
649
|
+
.is-hv ul.toc ul a{
|
650
|
+
-o-border-image:none!important;
|
651
|
+
border-image:none!important
|
652
|
+
}
|
653
|
+
[dir=rtl] ul.toc ul a{
|
654
|
+
padding-left:.7rem;
|
655
|
+
padding-right:1.35rem;
|
656
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 2.3rem,#f2f2f2 1.35rem,#f2f2f2 100%) 0 0 1 0;
|
657
|
+
border-image:linear-gradient(to left,#fff 0,#fff 2.3rem,#f2f2f2 1.35rem,#f2f2f2 100%) 0 0 1 0;
|
658
|
+
border-image-width:0 0 1px 0
|
659
|
+
}
|
660
|
+
.is-hv [dir=rtl] ul.toc ul a{
|
661
|
+
-o-border-image:none!important;
|
662
|
+
border-image:none!important
|
663
|
+
}
|
664
|
+
ul.toc ul a.active{
|
665
|
+
-o-border-image:none;
|
666
|
+
border-image:none
|
667
|
+
}
|
668
|
+
ul.toc ul ul a{
|
669
|
+
padding-left:2.23rem;
|
670
|
+
-o-border-image:linear-gradient(to right,#fff 0,#fff 3.18rem,#f2f2f2 2.23rem,#f2f2f2 100%) 0 0 1 0;
|
671
|
+
border-image:linear-gradient(to right,#fff 0,#fff 3.18rem,#f2f2f2 2.23rem,#f2f2f2 100%) 0 0 1 0;
|
672
|
+
border-image-width:0 0 1px 0
|
673
|
+
}
|
674
|
+
.is-hv ul.toc ul ul a{
|
675
|
+
-o-border-image:none!important;
|
676
|
+
border-image:none!important
|
677
|
+
}
|
678
|
+
[dir=rtl] ul.toc ul ul a{
|
679
|
+
padding-left:.7rem;
|
680
|
+
padding-right:2.23rem;
|
681
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 3.18rem,#f2f2f2 2.23rem,#f2f2f2 100%) 0 0 1 0;
|
682
|
+
border-image:linear-gradient(to left,#fff 0,#fff 3.18rem,#f2f2f2 2.23rem,#f2f2f2 100%) 0 0 1 0;
|
683
|
+
border-image-width:0 0 1px 0
|
684
|
+
}
|
685
|
+
.is-hv [dir=rtl] ul.toc ul ul a{
|
686
|
+
-o-border-image:none!important;
|
687
|
+
border-image:none!important
|
688
|
+
}
|
689
|
+
ul.toc ul ul a.active{
|
690
|
+
-o-border-image:none;
|
691
|
+
border-image:none
|
692
|
+
}
|
693
|
+
ul.toc ul ul ul a{
|
694
|
+
padding-left:3.11rem;
|
695
|
+
-o-border-image:linear-gradient(to right,#fff 0,#fff 4.06rem,#f2f2f2 3.11rem,#f2f2f2 100%) 0 0 1 0;
|
696
|
+
border-image:linear-gradient(to right,#fff 0,#fff 4.06rem,#f2f2f2 3.11rem,#f2f2f2 100%) 0 0 1 0;
|
697
|
+
border-image-width:0 0 1px 0
|
698
|
+
}
|
699
|
+
.is-hv ul.toc ul ul ul a{
|
700
|
+
-o-border-image:none!important;
|
701
|
+
border-image:none!important
|
702
|
+
}
|
703
|
+
[dir=rtl] ul.toc ul ul ul a{
|
704
|
+
padding-left:.7rem;
|
705
|
+
padding-right:3.11rem;
|
706
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 4.06rem,#f2f2f2 3.11rem,#f2f2f2 100%) 0 0 1 0;
|
707
|
+
border-image:linear-gradient(to left,#fff 0,#fff 4.06rem,#f2f2f2 3.11rem,#f2f2f2 100%) 0 0 1 0;
|
708
|
+
border-image-width:0 0 1px 0
|
709
|
+
}
|
710
|
+
.is-hv [dir=rtl] ul.toc ul ul ul a{
|
711
|
+
-o-border-image:none!important;
|
712
|
+
border-image:none!important
|
713
|
+
}
|
714
|
+
ul.toc ul ul ul a.active{
|
715
|
+
-o-border-image:none;
|
716
|
+
border-image:none
|
717
|
+
}
|
718
|
+
ul.toc .hasIcon a{
|
719
|
+
padding-left:.47rem;
|
720
|
+
-o-border-image:linear-gradient(to right,#fff 0,#fff 3.47rem,#f2f2f2 .47rem,#f2f2f2 100%) 0 0 1 0;
|
721
|
+
border-image:linear-gradient(to right,#fff 0,#fff 3.47rem,#f2f2f2 .47rem,#f2f2f2 100%) 0 0 1 0;
|
722
|
+
border-image-width:0 0 1px 0
|
723
|
+
}
|
724
|
+
.is-hv ul.toc .hasIcon a{
|
725
|
+
-o-border-image:none!important;
|
726
|
+
border-image:none!important
|
727
|
+
}
|
728
|
+
[dir=rtl] ul.toc .hasIcon a{
|
729
|
+
padding-left:.7rem;
|
730
|
+
padding-right:.47rem;
|
731
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 3.47rem,#f2f2f2 .47rem,#f2f2f2 100%) 0 0 1 0;
|
732
|
+
border-image:linear-gradient(to left,#fff 0,#fff 3.47rem,#f2f2f2 .47rem,#f2f2f2 100%) 0 0 1 0;
|
733
|
+
border-image-width:0 0 1px 0
|
734
|
+
}
|
735
|
+
.is-hv [dir=rtl] ul.toc .hasIcon a{
|
736
|
+
-o-border-image:none!important;
|
737
|
+
border-image:none!important
|
738
|
+
}
|
739
|
+
ul.toc .hasIcon a.active{
|
740
|
+
-o-border-image:none;
|
741
|
+
border-image:none
|
742
|
+
}
|
743
|
+
ul.toc .hasIcon a>.name{
|
744
|
+
padding-left:3rem
|
745
|
+
}
|
746
|
+
[dir=rtl] ul.toc .hasIcon a>.name{
|
747
|
+
padding-left:0;
|
748
|
+
padding-right:3rem
|
749
|
+
}
|
750
|
+
ul.toc .hasIcon ul a{
|
751
|
+
padding-left:4.42rem;
|
752
|
+
-o-border-image:linear-gradient(to right,#fff 0,#fff 4.42rem,#f2f2f2 4.42rem,#f2f2f2 100%) 0 0 1 0;
|
753
|
+
border-image:linear-gradient(to right,#fff 0,#fff 4.42rem,#f2f2f2 4.42rem,#f2f2f2 100%) 0 0 1 0;
|
754
|
+
border-image-width:0 0 1px 0
|
755
|
+
}
|
756
|
+
.is-hv ul.toc .hasIcon ul a{
|
757
|
+
-o-border-image:none!important;
|
758
|
+
border-image:none!important
|
759
|
+
}
|
760
|
+
[dir=rtl] ul.toc .hasIcon ul a{
|
761
|
+
padding-left:.7rem;
|
762
|
+
padding-right:4.42rem;
|
763
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 4.42rem,#f2f2f2 4.42rem,#f2f2f2 100%) 0 0 1 0;
|
764
|
+
border-image:linear-gradient(to left,#fff 0,#fff 4.42rem,#f2f2f2 4.42rem,#f2f2f2 100%) 0 0 1 0;
|
765
|
+
border-image-width:0 0 1px 0
|
766
|
+
}
|
767
|
+
.is-hv [dir=rtl] ul.toc .hasIcon ul a{
|
768
|
+
-o-border-image:none!important;
|
769
|
+
border-image:none!important
|
770
|
+
}
|
771
|
+
ul.toc .hasIcon ul a.active{
|
772
|
+
-o-border-image:none;
|
773
|
+
border-image:none
|
774
|
+
}
|
775
|
+
ul.toc .hasIcon ul a>.name{
|
776
|
+
padding-left:0
|
777
|
+
}
|
778
|
+
[dir=rtl] ul.toc .hasIcon ul a>.name{
|
779
|
+
padding-right:0
|
780
|
+
}
|
781
|
+
ul.toc .hasIcon ul a.section{
|
782
|
+
padding-left:3.47rem
|
783
|
+
}
|
784
|
+
[dir=rtl] ul.toc .hasIcon ul a.section{
|
785
|
+
padding-left:0;
|
786
|
+
padding-right:3.47rem
|
787
|
+
}
|
788
|
+
ul.toc .hasIcon ul a.section .name{
|
789
|
+
padding-left:.95rem
|
790
|
+
}
|
791
|
+
[dir=rtl] ul.toc .hasIcon ul a.section .name{
|
792
|
+
padding-left:0;
|
793
|
+
padding-right:.95rem
|
794
|
+
}
|
795
|
+
ul.toc .hasIcon ul ul a{
|
796
|
+
padding-left:5.37rem;
|
797
|
+
-o-border-image:linear-gradient(to right,#fff 0,#fff 5.37rem,#f2f2f2 5.37rem,#f2f2f2 100%) 0 0 1 0;
|
798
|
+
border-image:linear-gradient(to right,#fff 0,#fff 5.37rem,#f2f2f2 5.37rem,#f2f2f2 100%) 0 0 1 0;
|
799
|
+
border-image-width:0 0 1px 0
|
800
|
+
}
|
801
|
+
.is-hv ul.toc .hasIcon ul ul a{
|
802
|
+
-o-border-image:none!important;
|
803
|
+
border-image:none!important
|
804
|
+
}
|
805
|
+
[dir=rtl] ul.toc .hasIcon ul ul a{
|
806
|
+
padding-left:.7rem;
|
807
|
+
padding-right:5.37rem;
|
808
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 5.37rem,#f2f2f2 5.37rem,#f2f2f2 100%) 0 0 1 0;
|
809
|
+
border-image:linear-gradient(to left,#fff 0,#fff 5.37rem,#f2f2f2 5.37rem,#f2f2f2 100%) 0 0 1 0;
|
810
|
+
border-image-width:0 0 1px 0
|
811
|
+
}
|
812
|
+
.is-hv [dir=rtl] ul.toc .hasIcon ul ul a{
|
813
|
+
-o-border-image:none!important;
|
814
|
+
border-image:none!important
|
815
|
+
}
|
816
|
+
ul.toc .hasIcon ul ul a.active{
|
817
|
+
-o-border-image:none;
|
818
|
+
border-image:none
|
819
|
+
}
|
820
|
+
ul.toc .hasIcon ul ul a.section{
|
821
|
+
padding-left:4.42rem
|
822
|
+
}
|
823
|
+
[dir=rtl] ul.toc .hasIcon ul ul a.section{
|
824
|
+
padding-left:0;
|
825
|
+
padding-right:4.42rem
|
826
|
+
}
|
827
|
+
ul.toc .hasIcon ul ul ul a{
|
828
|
+
padding-left:6.32rem;
|
829
|
+
-o-border-image:linear-gradient(to right,#fff 0,#fff 6.32rem,#f2f2f2 6.32rem,#f2f2f2 100%) 0 0 1 0;
|
830
|
+
border-image:linear-gradient(to right,#fff 0,#fff 6.32rem,#f2f2f2 6.32rem,#f2f2f2 100%) 0 0 1 0;
|
831
|
+
border-image-width:0 0 1px 0
|
832
|
+
}
|
833
|
+
.is-hv ul.toc .hasIcon ul ul ul a{
|
834
|
+
-o-border-image:none!important;
|
835
|
+
border-image:none!important
|
836
|
+
}
|
837
|
+
[dir=rtl] ul.toc .hasIcon ul ul ul a{
|
838
|
+
padding-left:.7rem;
|
839
|
+
padding-right:6.32rem;
|
840
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 6.32rem,#f2f2f2 6.32rem,#f2f2f2 100%) 0 0 1 0;
|
841
|
+
border-image:linear-gradient(to left,#fff 0,#fff 6.32rem,#f2f2f2 6.32rem,#f2f2f2 100%) 0 0 1 0;
|
842
|
+
border-image-width:0 0 1px 0
|
843
|
+
}
|
844
|
+
.is-hv [dir=rtl] ul.toc .hasIcon ul ul ul a{
|
845
|
+
-o-border-image:none!important;
|
846
|
+
border-image:none!important
|
847
|
+
}
|
848
|
+
ul.toc .hasIcon ul ul ul a.active{
|
849
|
+
-o-border-image:none;
|
850
|
+
border-image:none
|
851
|
+
}
|
852
|
+
ul.toc .hasIcon ul ul ul a.section{
|
853
|
+
padding-left:5.37rem
|
854
|
+
}
|
855
|
+
[dir=rtl] ul.toc .hasIcon ul ul ul a.section{
|
856
|
+
padding-left:0;
|
857
|
+
padding-right:5.37rem
|
858
|
+
}
|
859
|
+
ul.toc ul li.hasIcon{
|
860
|
+
padding-left:.88rem;
|
861
|
+
border-image-width:0 0 1px 0;
|
862
|
+
-o-border-image:none;
|
863
|
+
border-image:none
|
864
|
+
}
|
865
|
+
.is-hv ul.toc ul li.hasIcon{
|
866
|
+
-o-border-image:none!important;
|
867
|
+
border-image:none!important
|
868
|
+
}
|
869
|
+
[dir=rtl] ul.toc ul li.hasIcon{
|
870
|
+
padding-left:.7rem;
|
871
|
+
padding-right:.88rem;
|
872
|
+
-o-border-image:linear-gradient(to left,#fff 0,#fff 5.37rem,#f2f2f2 .88rem,#f2f2f2 100%) 0 0 1 0;
|
873
|
+
border-image:linear-gradient(to left,#fff 0,#fff 5.37rem,#f2f2f2 .88rem,#f2f2f2 100%) 0 0 1 0;
|
874
|
+
border-image-width:0 0 1px 0
|
875
|
+
}
|
876
|
+
.is-hv [dir=rtl] ul.toc ul li.hasIcon{
|
877
|
+
-o-border-image:none!important;
|
878
|
+
border-image:none!important
|
879
|
+
}
|
880
|
+
ul.toc ul li.hasIcon.active{
|
881
|
+
-o-border-image:none;
|
882
|
+
border-image:none
|
883
|
+
}
|
884
|
+
ul.toc .section .disclosure-icon{
|
885
|
+
background-image:url(css/img/arrow.svg);
|
886
|
+
background-size:1em 1em;
|
887
|
+
width:1em;
|
888
|
+
height:1em;
|
889
|
+
display:block;
|
890
|
+
float:left;
|
891
|
+
margin-top:.23em
|
892
|
+
}
|
893
|
+
[dir=rtl] ul.toc .section .disclosure-icon{
|
894
|
+
float:right;
|
895
|
+
-webkit-transform:rotate(180deg);
|
896
|
+
transform:rotate(180deg);
|
897
|
+
-webkit-backface-visibility:hidden;
|
898
|
+
-ms-backface-visibility:hidden;
|
899
|
+
-o-backface-visibility:hidden;
|
900
|
+
backface-visibility:hidden
|
901
|
+
}
|
902
|
+
.is-not-mobile ul.toc .section .disclosure-icon{
|
903
|
+
transition:-webkit-transform .1s linear;
|
904
|
+
transition:transform .1s linear
|
905
|
+
}
|
906
|
+
ul.toc .section:hover .disclosure-icon{
|
907
|
+
background-image:url(css/img/arrow-blue.svg)
|
908
|
+
}
|
909
|
+
ul.toc li[aria-expanded=true]>.section .disclosure-icon{
|
910
|
+
-webkit-transform:rotate(90deg);
|
911
|
+
transform:rotate(90deg);
|
912
|
+
-webkit-backface-visibility:hidden;
|
913
|
+
-ms-backface-visibility:hidden;
|
914
|
+
-o-backface-visibility:hidden;
|
915
|
+
backface-visibility:hidden
|
916
|
+
}
|
917
|
+
section{
|
918
|
+
position:absolute;
|
919
|
+
left:0;
|
920
|
+
right:0;
|
921
|
+
background-color:#fff;
|
922
|
+
overflow-x:hidden;
|
923
|
+
overflow-y:auto;
|
924
|
+
-webkit-overflow-scrolling:touch;
|
925
|
+
transition:left .3s ease-in-out,right .3s ease-in-out
|
926
|
+
}
|
927
|
+
@media print{
|
928
|
+
section{
|
929
|
+
position:static;
|
930
|
+
height:auto;
|
931
|
+
overflow:auto
|
932
|
+
}
|
933
|
+
}
|
934
|
+
section,section article{
|
935
|
+
height:100%
|
936
|
+
}
|
937
|
+
.is-mobile.panel-visible section{
|
938
|
+
height:100%;
|
939
|
+
overflow:hidden!important
|
940
|
+
}
|
941
|
+
@media all and (min-width:875px){
|
942
|
+
.is-not-hv section{
|
943
|
+
left:0;
|
944
|
+
z-index:31
|
945
|
+
}
|
946
|
+
.is-not-hv section.toc-visible{
|
947
|
+
left:290px
|
948
|
+
}
|
949
|
+
.is-not-hv [dir=rtl] section{
|
950
|
+
left:0;
|
951
|
+
right:0
|
952
|
+
}
|
953
|
+
.is-not-hv [dir=rtl] section.toc-visible{
|
954
|
+
right:290px
|
955
|
+
}
|
956
|
+
.single-page-book section{
|
957
|
+
left:0!important;
|
958
|
+
right:0!important
|
959
|
+
}
|
960
|
+
}
|
961
|
+
.is-hv section{
|
962
|
+
transition:left .3s ease-in-out,right .3s ease-in-out,box-shadow 0s linear .3s;
|
963
|
+
box-shadow:-2px 0 0 0 transparent
|
964
|
+
}
|
965
|
+
.is-hv [dir=rtl] section{
|
966
|
+
box-shadow:2px 0 0 0 transparent
|
967
|
+
}
|
968
|
+
.is-hv section.toc-visible{
|
969
|
+
transition:left .3s ease-in-out,right .3s ease-in-out,box-shadow 0s linear 0s;
|
970
|
+
box-shadow:-2px 0 0 0 #e4e4e4;
|
971
|
+
left:190px
|
972
|
+
}
|
973
|
+
.is-hv [dir=rtl] section.toc-visible{
|
974
|
+
left:0;
|
975
|
+
right:190px;
|
976
|
+
box-shadow:2px 0 0 0 #e4e4e4
|
977
|
+
}
|
978
|
+
@media print{
|
979
|
+
section{
|
980
|
+
left:0;
|
981
|
+
width:100%!important
|
982
|
+
}
|
983
|
+
}
|
984
|
+
@media all and (max-width:874px){
|
985
|
+
.is-mobile section,.is-mobile section article{
|
986
|
+
min-height:100%!important;
|
987
|
+
height:auto;
|
988
|
+
overflow-x:hidden;
|
989
|
+
overflow-y:visible!important;
|
990
|
+
position:relative
|
991
|
+
}
|
992
|
+
}
|
993
|
+
.topic-container{
|
994
|
+
position:relative;
|
995
|
+
width:100%;
|
996
|
+
max-width:866px;
|
997
|
+
margin:0 auto;
|
998
|
+
min-height:100%;
|
999
|
+
font-size:.82rem;
|
1000
|
+
background:#fff;
|
1001
|
+
padding-bottom:2em
|
1002
|
+
}
|
1003
|
+
.topic-container .is-hv{
|
1004
|
+
position:absolute
|
1005
|
+
}
|
1006
|
+
@media print{
|
1007
|
+
.topic-container{
|
1008
|
+
position:static;
|
1009
|
+
height:auto;
|
1010
|
+
overflow:auto
|
1011
|
+
}
|
1012
|
+
}
|
1013
|
+
.is-mobile.is-safari8 .landing-page .topic-container,.is-mobile.is-safari9 .landing-page .topic-container,.is-modern-hv .landing-page .topic-container{
|
1014
|
+
display:-moz-flex;
|
1015
|
+
display:-ms-flex;
|
1016
|
+
display:-webkit-box;
|
1017
|
+
display:flex;
|
1018
|
+
-moz-flex-direction:column;
|
1019
|
+
-o-flex-direction:column;
|
1020
|
+
-webkit-box-orient:vertical;
|
1021
|
+
-webkit-box-direction:normal;
|
1022
|
+
flex-direction:column;
|
1023
|
+
-ms-justify-content:center;
|
1024
|
+
-moz-justify-content:center;
|
1025
|
+
-o-justify-content:center;
|
1026
|
+
-webkit-box-pack:center;
|
1027
|
+
justify-content:center;
|
1028
|
+
min-height:100%;
|
1029
|
+
padding:0
|
1030
|
+
}
|
1031
|
+
@media all and (max-width:581px){
|
1032
|
+
.is-modern-hv .landing-page .apd-topic figure img{
|
1033
|
+
max-width:328px
|
1034
|
+
}
|
1035
|
+
}
|
1036
|
+
div.Task>.Name{
|
1037
|
+
position:relative
|
1038
|
+
}
|
1039
|
+
div.Task>.Name:focus{
|
1040
|
+
outline:0
|
1041
|
+
}
|
1042
|
+
div.Task>.Name .task-arrow{
|
1043
|
+
background-image:url(css/img/arrow.svg);
|
1044
|
+
position:absolute;
|
1045
|
+
background-size:1em 1em;
|
1046
|
+
width:1em;
|
1047
|
+
height:1em;
|
1048
|
+
top:.95em;
|
1049
|
+
left:-1.2em;
|
1050
|
+
transition:-webkit-transform .1s linear;
|
1051
|
+
transition:transform .1s linear
|
1052
|
+
}
|
1053
|
+
[dir=rtl] div.Task>.Name .task-arrow{
|
1054
|
+
left:auto;
|
1055
|
+
right:-1.2em;
|
1056
|
+
-webkit-transform:rotate(180deg);
|
1057
|
+
transform:rotate(180deg)
|
1058
|
+
}
|
1059
|
+
div.Task>.Name:hover .task-arrow{
|
1060
|
+
background-image:url(css/img/arrow-blue.svg)
|
1061
|
+
}
|
1062
|
+
.no-hover div.Task>.Name:hover .task-arrow{
|
1063
|
+
background-image:url(css/img/arrow.svg)
|
1064
|
+
}
|
1065
|
+
div.Task>.Name[aria-expanded=true] .task-arrow{
|
1066
|
+
-webkit-transform:rotate(90deg);
|
1067
|
+
transform:rotate(90deg)
|
1068
|
+
}
|
1069
|
+
.SoloTask.Task h2.Name{
|
1070
|
+
cursor:text
|
1071
|
+
}
|
1072
|
+
.SoloTask.Task h2.Name .task-arrow{
|
1073
|
+
display:none
|
1074
|
+
}
|
1075
|
+
.SoloTask.Task h2.Name:hover{
|
1076
|
+
color:#484848!important
|
1077
|
+
}
|
1078
|
+
.topic-page{
|
1079
|
+
padding:8%
|
1080
|
+
}
|
1081
|
+
.topic-page.passionpoints{
|
1082
|
+
padding:4%
|
1083
|
+
}
|
1084
|
+
@media all and (max-width:568px){
|
1085
|
+
.topic-page{
|
1086
|
+
padding:5%;
|
1087
|
+
padding:calc(2% + .8em)
|
1088
|
+
}
|
1089
|
+
.topic-page.passionpoints{
|
1090
|
+
padding:0
|
1091
|
+
}
|
1092
|
+
}
|
1093
|
+
.topic-page .chapter-name{
|
1094
|
+
display:inline-block;
|
1095
|
+
color:#999;
|
1096
|
+
text-transform:uppercase;
|
1097
|
+
font-size:11px;
|
1098
|
+
font-weight:600;
|
1099
|
+
margin-bottom:4px
|
1100
|
+
}
|
1101
|
+
.feedback a,.topic-page .chapter-name:lang(el){
|
1102
|
+
text-transform:none
|
1103
|
+
}
|
1104
|
+
.topic-page .apd-topic{
|
1105
|
+
margin-bottom:1.5em
|
1106
|
+
}
|
1107
|
+
.topic-page .apd-topic .topicIcon{
|
1108
|
+
float:left;
|
1109
|
+
width:30px;
|
1110
|
+
height:30px;
|
1111
|
+
background-size:30px 30px;
|
1112
|
+
padding-right:10px;
|
1113
|
+
margin:0;
|
1114
|
+
position:relative;
|
1115
|
+
top:1px
|
1116
|
+
}
|
1117
|
+
.is-hv .topic-page .apd-topic .topicIcon{
|
1118
|
+
display:inline
|
1119
|
+
}
|
1120
|
+
@media all and (max-width:568px){
|
1121
|
+
.topic-page .apd-topic .topicIcon{
|
1122
|
+
width:24px;
|
1123
|
+
height:24px;
|
1124
|
+
background-size:24px 24px;
|
1125
|
+
padding-right:8px
|
1126
|
+
}
|
1127
|
+
[dir=rtl] .topic-page .apd-topic .topicIcon{
|
1128
|
+
padding-right:0;
|
1129
|
+
padding-left:8px
|
1130
|
+
}
|
1131
|
+
}
|
1132
|
+
[dir=rtl] .topic-page .apd-topic .topicIcon{
|
1133
|
+
float:right;
|
1134
|
+
padding-right:0;
|
1135
|
+
padding-left:10px
|
1136
|
+
}
|
1137
|
+
@media print{
|
1138
|
+
.topic-page .apd-topic a[href^=x-help]{
|
1139
|
+
display:none
|
1140
|
+
}
|
1141
|
+
}
|
1142
|
+
.is-not-hv .topic-page .apd-topic a[href^=x-help]{
|
1143
|
+
display:none
|
1144
|
+
}
|
1145
|
+
.topic-page .next,.topic-page .prev{
|
1146
|
+
position:relative;
|
1147
|
+
outline:0;
|
1148
|
+
text-decoration:none;
|
1149
|
+
color:#007aff;
|
1150
|
+
padding:19px;
|
1151
|
+
margin-bottom:1.5em;
|
1152
|
+
font-size:.87rem
|
1153
|
+
}
|
1154
|
+
.topic-page .next:visited,.topic-page .prev:visited{
|
1155
|
+
color:#007aff
|
1156
|
+
}
|
1157
|
+
.topic-page .prev,[dir=rtl] .topic-page .next{
|
1158
|
+
float:left;
|
1159
|
+
background:url(css/img/nav-left.svg) left no-repeat;
|
1160
|
+
background-size:10px 20px
|
1161
|
+
}
|
1162
|
+
.topic-page .next,[dir=rtl] .topic-page .prev{
|
1163
|
+
float:right;
|
1164
|
+
background:url(css/img/nav-right.svg) right no-repeat;
|
1165
|
+
background-size:10px 20px
|
1166
|
+
}
|
1167
|
+
.topic-page .copyright-text{
|
1168
|
+
display:none;
|
1169
|
+
white-space:pre-line;
|
1170
|
+
color:#b1b1b1;
|
1171
|
+
font-size:.65rem;
|
1172
|
+
clear:both
|
1173
|
+
}
|
1174
|
+
.is-not-hv .topic-page .copyright-text{
|
1175
|
+
display:block
|
1176
|
+
}
|
1177
|
+
@media print{
|
1178
|
+
.topic-page .copyright-text{
|
1179
|
+
display:block
|
1180
|
+
}
|
1181
|
+
}
|
1182
|
+
.topic-page .copyright-text a{
|
1183
|
+
position:relative;
|
1184
|
+
outline:0;
|
1185
|
+
color:#007aff
|
1186
|
+
}
|
1187
|
+
.topic-page .copyright-text a:visited{
|
1188
|
+
color:#007aff
|
1189
|
+
}
|
1190
|
+
.topic-page .copyright-text a:hover{
|
1191
|
+
text-decoration:underline
|
1192
|
+
}
|
1193
|
+
.no-hover .topic-page .copyright-text a:hover{
|
1194
|
+
text-decoration:none
|
1195
|
+
}
|
1196
|
+
.topic-page .language{
|
1197
|
+
display:none;
|
1198
|
+
color:#484848;
|
1199
|
+
font-size:.65rem;
|
1200
|
+
margin:5px 0 0;
|
1201
|
+
text-align:center
|
1202
|
+
}
|
1203
|
+
.topic-page .language .cur-lang{
|
1204
|
+
color:#007aff;
|
1205
|
+
cursor:pointer;
|
1206
|
+
display:inline-block
|
1207
|
+
}
|
1208
|
+
.topic-page .language .cur-lang .lang-icon{
|
1209
|
+
background-image:url(css/img/changelanguage_icon2x.png);
|
1210
|
+
background-size:13px 13px;
|
1211
|
+
width:13px;
|
1212
|
+
height:13px;
|
1213
|
+
display:inline-block;
|
1214
|
+
position:relative;
|
1215
|
+
top:2px;
|
1216
|
+
pointer-events:none
|
1217
|
+
}
|
1218
|
+
.landing-page .topic-page .language{
|
1219
|
+
display:block
|
1220
|
+
}
|
1221
|
+
.single-page-book .topic-page .language{
|
1222
|
+
display:block;
|
1223
|
+
text-align:left
|
1224
|
+
}
|
1225
|
+
[dir=rtl].single-page-book .topic-page .language{
|
1226
|
+
text-align:right
|
1227
|
+
}
|
1228
|
+
.topic-page.landing .feedback{
|
1229
|
+
display:none
|
1230
|
+
}
|
1231
|
+
.topic-page.landing .copyright-text{
|
1232
|
+
text-align:center
|
1233
|
+
}
|
1234
|
+
.fka-styles nav a[tabindex="0"]:focus{
|
1235
|
+
text-decoration:underline!important;
|
1236
|
+
text-decoration:underline
|
1237
|
+
}
|
1238
|
+
.fka-styles :focus{
|
1239
|
+
outline-width:1px;
|
1240
|
+
outline-style:dotted
|
1241
|
+
}
|
1242
|
+
.video-container{
|
1243
|
+
position:relative;
|
1244
|
+
display:inline-block
|
1245
|
+
}
|
1246
|
+
.video-container video{
|
1247
|
+
height:auto
|
1248
|
+
}
|
1249
|
+
.video-container .thumbnail{
|
1250
|
+
overflow:hidden;
|
1251
|
+
position:absolute;
|
1252
|
+
left:0;
|
1253
|
+
top:0;
|
1254
|
+
width:100%;
|
1255
|
+
height:100%;
|
1256
|
+
display:inline-block;
|
1257
|
+
vertical-align:top;
|
1258
|
+
z-index:1;
|
1259
|
+
background-color:transparent;
|
1260
|
+
border:none
|
1261
|
+
}
|
1262
|
+
.video-container .thumbnail:active{
|
1263
|
+
border:none
|
1264
|
+
}
|
1265
|
+
.video-container .thumbnail .thumbnail-button{
|
1266
|
+
position:absolute;
|
1267
|
+
top:50%;
|
1268
|
+
left:50%;
|
1269
|
+
-webkit-transform:translate(-50%,-50%);
|
1270
|
+
transform:translate(-50%,-50%);
|
1271
|
+
display:block;
|
1272
|
+
background:url(css/img/icon-play.svg) center center no-repeat rgba(242,242,242,.75);
|
1273
|
+
color:transparent;
|
1274
|
+
cursor:pointer;
|
1275
|
+
pointer-events:none;
|
1276
|
+
width:90px;
|
1277
|
+
height:90px;
|
1278
|
+
border-radius:90px;
|
1279
|
+
background-size:45px 45px
|
1280
|
+
}
|
1281
|
+
.apd-topic.PassionPoints .hide-me,[data-state=playing].video-container .thumbnail .thumbnail-button{
|
1282
|
+
display:none
|
1283
|
+
}
|
1284
|
+
[data-state=paused].video-container .thumbnail .thumbnail-button{
|
1285
|
+
background-image:url(css/img/icon-pause.svg)
|
1286
|
+
}
|
1287
|
+
[data-state=ended].video-container .thumbnail .thumbnail-button{
|
1288
|
+
background-image:url(css/img/icon-replay.svg)
|
1289
|
+
}
|
1290
|
+
@media all and (max-width:568px){
|
1291
|
+
.video-container .thumbnail .thumbnail-button{
|
1292
|
+
width:45px!important;
|
1293
|
+
height:45px!important;
|
1294
|
+
border-radius:45px!important;
|
1295
|
+
background-size:23px 23px!important
|
1296
|
+
}
|
1297
|
+
}
|
1298
|
+
.video-container .thumbnail .thumbnail-button.dark{
|
1299
|
+
background:rgba(34,34,34,.3)
|
1300
|
+
}
|
1301
|
+
.video-container .thumbnail,.video-container .thumbnail image{
|
1302
|
+
background-position:center;
|
1303
|
+
background-size:cover
|
1304
|
+
}
|
1305
|
+
.apd-topic{
|
1306
|
+
color:#484848
|
1307
|
+
}
|
1308
|
+
.apd-topic.PassionPoints{
|
1309
|
+
padding-bottom:2em;
|
1310
|
+
margin:auto 0;
|
1311
|
+
color:#333
|
1312
|
+
}
|
1313
|
+
.apd-topic.PassionPoints .bordered-section{
|
1314
|
+
border-top:1px solid #e4e4e4
|
1315
|
+
}
|
1316
|
+
.apd-topic.PassionPoints .Hero{
|
1317
|
+
display:-webkit-box;
|
1318
|
+
display:flex;
|
1319
|
+
-webkit-box-pack:center;
|
1320
|
+
justify-content:center;
|
1321
|
+
-webkit-box-align:center;
|
1322
|
+
align-items:center;
|
1323
|
+
padding:5% 0 10%;
|
1324
|
+
margin-bottom:0
|
1325
|
+
}
|
1326
|
+
@media all and (max-width:568px){
|
1327
|
+
.apd-topic.PassionPoints{
|
1328
|
+
margin-left:0;
|
1329
|
+
margin-right:0
|
1330
|
+
}
|
1331
|
+
.apd-topic.PassionPoints .Hero{
|
1332
|
+
-webkit-box-orient:vertical;
|
1333
|
+
-webkit-box-direction:normal;
|
1334
|
+
flex-direction:column;
|
1335
|
+
padding:1em 2em
|
1336
|
+
}
|
1337
|
+
}
|
1338
|
+
.apd-topic.PassionPoints .Hero:lang(de),.apd-topic.PassionPoints .Hero:lang(ja),.apd-topic.PassionPoints .Hero:lang(ko),.apd-topic.PassionPoints .Hero:lang(nl),.apd-topic.PassionPoints .Hero:lang(sv){
|
1339
|
+
-webkit-box-orient:vertical;
|
1340
|
+
-webkit-box-direction:normal;
|
1341
|
+
flex-direction:column;
|
1342
|
+
padding:1em 2em
|
1343
|
+
}
|
1344
|
+
.apd-topic.PassionPoints .Hero figure{
|
1345
|
+
margin:0 2.5em 0 0;
|
1346
|
+
text-align:center;
|
1347
|
+
flex-basis:auto
|
1348
|
+
}
|
1349
|
+
[dir=rtl] .apd-topic.PassionPoints .Hero figure{
|
1350
|
+
margin-right:0;
|
1351
|
+
margin-left:2.5em
|
1352
|
+
}
|
1353
|
+
@media all and (max-width:568px){
|
1354
|
+
.apd-topic.PassionPoints .Hero figure{
|
1355
|
+
margin-right:0;
|
1356
|
+
width:-webkit-max-content;
|
1357
|
+
width:-moz-max-content;
|
1358
|
+
width:max-content
|
1359
|
+
}
|
1360
|
+
.apd-topic.PassionPoints .Hero figure img{
|
1361
|
+
max-width:50%
|
1362
|
+
}
|
1363
|
+
}
|
1364
|
+
.apd-topic.PassionPoints .Hero div .Name{
|
1365
|
+
margin:.25em 0 0;
|
1366
|
+
text-align:left;
|
1367
|
+
font-weight:400;
|
1368
|
+
font-size:3.25rem;
|
1369
|
+
line-height:1;
|
1370
|
+
color:#333;
|
1371
|
+
letter-spacing:-.014em;
|
1372
|
+
overflow:visible
|
1373
|
+
}
|
1374
|
+
[dir=rtl] .apd-topic.PassionPoints .Hero div .Name{
|
1375
|
+
text-align:right
|
1376
|
+
}
|
1377
|
+
@media all and (max-width:568px){
|
1378
|
+
.apd-topic.PassionPoints .Hero div .Name{
|
1379
|
+
text-align:center;
|
1380
|
+
font-size:1.4rem
|
1381
|
+
}
|
1382
|
+
[dir=rtl] .apd-topic.PassionPoints .Hero div .Name{
|
1383
|
+
text-align:center
|
1384
|
+
}
|
1385
|
+
.apd-topic.PassionPoints .Hero div .Name:lang(nl){
|
1386
|
+
font-size:1.9rem
|
1387
|
+
}
|
1388
|
+
}
|
1389
|
+
.apd-topic.PassionPoints .Hero div .Name:lang(de),.apd-topic.PassionPoints .Hero div .Name:lang(ja),.apd-topic.PassionPoints .Hero div .Name:lang(ko),.apd-topic.PassionPoints .Hero div .Name:lang(nl),.apd-topic.PassionPoints .Hero div .Name:lang(sv){
|
1390
|
+
text-align:center
|
1391
|
+
}
|
1392
|
+
.apd-topic.PassionPoints .Hero div p{
|
1393
|
+
text-align:left;
|
1394
|
+
font-weight:300;
|
1395
|
+
font-size:1.5rem;
|
1396
|
+
line-height:1.3;
|
1397
|
+
letter-spacing:.005em;
|
1398
|
+
color:#666
|
1399
|
+
}
|
1400
|
+
[dir=rtl] .apd-topic.PassionPoints .Hero div p{
|
1401
|
+
text-align:right
|
1402
|
+
}
|
1403
|
+
@media all and (max-width:568px){
|
1404
|
+
.apd-topic.PassionPoints .Hero div p{
|
1405
|
+
font-size:1rem;
|
1406
|
+
text-align:center;
|
1407
|
+
padding-left:2%;
|
1408
|
+
padding-right:2%;
|
1409
|
+
margin:.7em 0
|
1410
|
+
}
|
1411
|
+
[dir=rtl] .apd-topic.PassionPoints .Hero div p{
|
1412
|
+
text-align:center
|
1413
|
+
}
|
1414
|
+
}
|
1415
|
+
.apd-topic.PassionPoints .Hero div p:lang(de),.apd-topic.PassionPoints .Hero div p:lang(ja),.apd-topic.PassionPoints .Hero div p:lang(ko),.apd-topic.PassionPoints .Hero div p:lang(nl),.apd-topic.PassionPoints .Hero div p:lang(sv){
|
1416
|
+
text-align:center
|
1417
|
+
}
|
1418
|
+
.apd-topic.PassionPoints div.Feature{
|
1419
|
+
border-bottom:1px solid #e4e4e4;
|
1420
|
+
position:relative;
|
1421
|
+
padding:1em 2em;
|
1422
|
+
letter-spacing:.02rem;
|
1423
|
+
margin:0;
|
1424
|
+
cursor:pointer;
|
1425
|
+
transition:background-color .2s linear,border-color .2s linear
|
1426
|
+
}
|
1427
|
+
@media all and (max-width:568px){
|
1428
|
+
.apd-topic.PassionPoints div.Feature{
|
1429
|
+
padding:.8em 2em;
|
1430
|
+
letter-spacing:0
|
1431
|
+
}
|
1432
|
+
.apd-topic.PassionPoints div.Feature>figure{
|
1433
|
+
margin:.2em 0
|
1434
|
+
}
|
1435
|
+
}
|
1436
|
+
.apd-topic.PassionPoints div.Feature figure img{
|
1437
|
+
pointer-events:none
|
1438
|
+
}
|
1439
|
+
.apd-topic.PassionPoints div.Feature>.Name{
|
1440
|
+
font-weight:400;
|
1441
|
+
font-size:1.59rem;
|
1442
|
+
line-height:1.08;
|
1443
|
+
margin:0 0 .3em
|
1444
|
+
}
|
1445
|
+
@media all and (max-width:568px){
|
1446
|
+
.apd-topic.PassionPoints div.Feature>.Name{
|
1447
|
+
font-size:1.1rem
|
1448
|
+
}
|
1449
|
+
}
|
1450
|
+
.apd-topic.PassionPoints div.Feature>.Name+p{
|
1451
|
+
font-weight:300;
|
1452
|
+
font-size:1.125rem;
|
1453
|
+
color:#999;
|
1454
|
+
margin-bottom:.5em;
|
1455
|
+
line-height:1.3
|
1456
|
+
}
|
1457
|
+
@media all and (max-width:568px){
|
1458
|
+
.apd-topic.PassionPoints div.Feature>.Name+p{
|
1459
|
+
font-size:.9rem
|
1460
|
+
}
|
1461
|
+
}
|
1462
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody{
|
1463
|
+
overflow:hidden;
|
1464
|
+
padding:0 2em 2em
|
1465
|
+
}
|
1466
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody.animating{
|
1467
|
+
transition:max-height .5s ease-in-out
|
1468
|
+
}
|
1469
|
+
@media screen{
|
1470
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody{
|
1471
|
+
display:none
|
1472
|
+
}
|
1473
|
+
}
|
1474
|
+
@media print{
|
1475
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody{
|
1476
|
+
display:block!important
|
1477
|
+
}
|
1478
|
+
}
|
1479
|
+
@media screen{
|
1480
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody[aria-hidden=false]{
|
1481
|
+
display:block
|
1482
|
+
}
|
1483
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody[aria-hidden=true]{
|
1484
|
+
max-height:0!important
|
1485
|
+
}
|
1486
|
+
}
|
1487
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody p{
|
1488
|
+
font-weight:200;
|
1489
|
+
font-size:.8rem;
|
1490
|
+
line-height:1.5
|
1491
|
+
}
|
1492
|
+
@media all and (max-width:568px){
|
1493
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody p{
|
1494
|
+
font-size:.9rem
|
1495
|
+
}
|
1496
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead{
|
1497
|
+
-webkit-box-orient:vertical!important;
|
1498
|
+
-webkit-box-direction:normal!important;
|
1499
|
+
flex-direction:column!important
|
1500
|
+
}
|
1501
|
+
}
|
1502
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody:last-child{
|
1503
|
+
padding-bottom:0
|
1504
|
+
}
|
1505
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody>p:first-child{
|
1506
|
+
text-align:left;
|
1507
|
+
padding-bottom:1em
|
1508
|
+
}
|
1509
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody>p:first-child{
|
1510
|
+
text-align:right
|
1511
|
+
}
|
1512
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Name{
|
1513
|
+
margin-top:0;
|
1514
|
+
font-size:1.125rem;
|
1515
|
+
font-weight:400;
|
1516
|
+
text-align:left;
|
1517
|
+
line-height:1.3
|
1518
|
+
}
|
1519
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead{
|
1520
|
+
padding:3em 0;
|
1521
|
+
display:-webkit-box;
|
1522
|
+
display:flex
|
1523
|
+
}
|
1524
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead>div{
|
1525
|
+
width:100%
|
1526
|
+
}
|
1527
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead>div p:last-child{
|
1528
|
+
margin-bottom:0
|
1529
|
+
}
|
1530
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead h2,[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead p{
|
1531
|
+
text-align:right
|
1532
|
+
}
|
1533
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead figure{
|
1534
|
+
max-width:900px;
|
1535
|
+
align-self:flex-start
|
1536
|
+
}
|
1537
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead figure figcaption{
|
1538
|
+
font-size:.65rem;
|
1539
|
+
color:#999
|
1540
|
+
}
|
1541
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-left figure,.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead:nth-child(even) figure{
|
1542
|
+
padding-right:2em
|
1543
|
+
}
|
1544
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-left figure,[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead:nth-child(even) figure{
|
1545
|
+
padding-left:2em;
|
1546
|
+
padding-right:0
|
1547
|
+
}
|
1548
|
+
@media all and (max-width:568px){
|
1549
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead figure{
|
1550
|
+
align-self:center
|
1551
|
+
}
|
1552
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-left figure,.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead:nth-child(even) figure{
|
1553
|
+
padding-right:0;
|
1554
|
+
padding-left:0;
|
1555
|
+
padding-bottom:1em
|
1556
|
+
}
|
1557
|
+
}
|
1558
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-right figure{
|
1559
|
+
padding-right:2em!important;
|
1560
|
+
padding-left:0!important
|
1561
|
+
}
|
1562
|
+
[dir=ltr] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-left figure{
|
1563
|
+
padding-left:0!important
|
1564
|
+
}
|
1565
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-right,.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead:nth-child(odd){
|
1566
|
+
-webkit-box-orient:horizontal;
|
1567
|
+
-webkit-box-direction:reverse;
|
1568
|
+
flex-direction:row-reverse
|
1569
|
+
}
|
1570
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-right figure,.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead:nth-child(odd) figure{
|
1571
|
+
padding-left:2em
|
1572
|
+
}
|
1573
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-right figure,[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead:nth-child(odd) figure{
|
1574
|
+
padding-left:0;
|
1575
|
+
padding-right:2em
|
1576
|
+
}
|
1577
|
+
@media all and (max-width:568px){
|
1578
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-right figure,.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead:nth-child(odd) figure{
|
1579
|
+
padding-left:0;
|
1580
|
+
padding-right:0;
|
1581
|
+
padding-bottom:1em
|
1582
|
+
}
|
1583
|
+
}
|
1584
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-left figure{
|
1585
|
+
padding-left:2em!important;
|
1586
|
+
padding-right:0!important
|
1587
|
+
}
|
1588
|
+
[dir=ltr] .apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-right figure{
|
1589
|
+
padding-right:0!important
|
1590
|
+
}
|
1591
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-left{
|
1592
|
+
-webkit-box-orient:horizontal;
|
1593
|
+
-webkit-box-direction:normal;
|
1594
|
+
flex-direction:row
|
1595
|
+
}
|
1596
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-right{
|
1597
|
+
-webkit-box-orient:horizontal;
|
1598
|
+
-webkit-box-direction:reverse;
|
1599
|
+
flex-direction:row-reverse
|
1600
|
+
}
|
1601
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-top{
|
1602
|
+
-webkit-box-orient:vertical;
|
1603
|
+
-webkit-box-direction:normal;
|
1604
|
+
flex-direction:column
|
1605
|
+
}
|
1606
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-bottom{
|
1607
|
+
-webkit-box-orient:vertical;
|
1608
|
+
-webkit-box-direction:reverse;
|
1609
|
+
flex-direction:column-reverse
|
1610
|
+
}
|
1611
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-top figure{
|
1612
|
+
padding-left:0;
|
1613
|
+
padding-right:0;
|
1614
|
+
padding-bottom:1em
|
1615
|
+
}
|
1616
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-bottom figure{
|
1617
|
+
padding-left:0;
|
1618
|
+
padding-right:0;
|
1619
|
+
padding-top:1em
|
1620
|
+
}
|
1621
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych{
|
1622
|
+
padding:3em 0;
|
1623
|
+
min-width:460px
|
1624
|
+
}
|
1625
|
+
@media all and (max-width:568px){
|
1626
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead.figure-bottom{
|
1627
|
+
-webkit-box-orient:vertical!important;
|
1628
|
+
-webkit-box-direction:reverse!important;
|
1629
|
+
flex-direction:column-reverse!important
|
1630
|
+
}
|
1631
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych{
|
1632
|
+
min-width:auto
|
1633
|
+
}
|
1634
|
+
}
|
1635
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .panel-container{
|
1636
|
+
display:-webkit-box;
|
1637
|
+
display:flex;
|
1638
|
+
flex-wrap:wrap;
|
1639
|
+
-webkit-box-orient:horizontal;
|
1640
|
+
-webkit-box-direction:normal;
|
1641
|
+
flex-direction:row;
|
1642
|
+
margin:10px -10px
|
1643
|
+
}
|
1644
|
+
@media all and (max-width:568px){
|
1645
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .panel-container{
|
1646
|
+
-webkit-box-orient:vertical;
|
1647
|
+
-webkit-box-direction:normal;
|
1648
|
+
flex-direction:column;
|
1649
|
+
-webkit-box-align:start;
|
1650
|
+
align-items:flex-start
|
1651
|
+
}
|
1652
|
+
}
|
1653
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .panel-container .Panel{
|
1654
|
+
-webkit-box-flex:1;
|
1655
|
+
flex:1 120px;
|
1656
|
+
padding:0;
|
1657
|
+
text-align:left;
|
1658
|
+
margin:10px
|
1659
|
+
}
|
1660
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .panel-container .Panel figure{
|
1661
|
+
padding-bottom:1em
|
1662
|
+
}
|
1663
|
+
@media all and (max-width:568px){
|
1664
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .panel-container .Panel{
|
1665
|
+
display:-webkit-box;
|
1666
|
+
display:flex;
|
1667
|
+
text-align:left;
|
1668
|
+
-webkit-box-orient:horizontal;
|
1669
|
+
-webkit-box-direction:normal;
|
1670
|
+
flex-direction:row;
|
1671
|
+
padding-bottom:2em;
|
1672
|
+
width:95%
|
1673
|
+
}
|
1674
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .panel-container .Panel figure{
|
1675
|
+
padding-right:.6em;
|
1676
|
+
min-width:30%;
|
1677
|
+
max-width:30%
|
1678
|
+
}
|
1679
|
+
}
|
1680
|
+
.Copyright.apd-topic h1,.apd-topic .topicIcon{
|
1681
|
+
display:none
|
1682
|
+
}
|
1683
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .panel-container .Panel p{
|
1684
|
+
font-size:.8rem;
|
1685
|
+
padding-bottom:1em;
|
1686
|
+
vertical-align:top
|
1687
|
+
}
|
1688
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .panel-container .Panel p{
|
1689
|
+
text-align:right
|
1690
|
+
}
|
1691
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead figure,.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych figure,.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych+figure figure,.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych+figure+p figure{
|
1692
|
+
margin:0
|
1693
|
+
}
|
1694
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Subhead p,.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych p,.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych+figure p,.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych+figure+p p{
|
1695
|
+
text-align:left;
|
1696
|
+
padding:0
|
1697
|
+
}
|
1698
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych .Panel p{
|
1699
|
+
padding:0 .3em
|
1700
|
+
}
|
1701
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych+figure+p{
|
1702
|
+
width:60%;
|
1703
|
+
margin:0 auto
|
1704
|
+
}
|
1705
|
+
@media all and (max-width:568px){
|
1706
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Triptych+figure+p{
|
1707
|
+
width:90%
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody>figure.hide-me:last-of-type+p,.apd-topic.PassionPoints div.Feature .FeatureBody>figure:last-of-type{
|
1711
|
+
padding-top:2em;
|
1712
|
+
border-top:1px solid #e4e4e4;
|
1713
|
+
margin-top:0
|
1714
|
+
}
|
1715
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Outro{
|
1716
|
+
padding-top:1em;
|
1717
|
+
text-align:left;
|
1718
|
+
margin-bottom:2em
|
1719
|
+
}
|
1720
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody .Outro{
|
1721
|
+
text-align:right
|
1722
|
+
}
|
1723
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Outro figure{
|
1724
|
+
margin:1em 0 1.25em
|
1725
|
+
}
|
1726
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody .Outro.outro-center footer,.apd-topic.PassionPoints div.Feature .FeatureBody .Outro.outro-center p{
|
1727
|
+
text-align:center
|
1728
|
+
}
|
1729
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody+.toggle-feature-btn{
|
1730
|
+
width:24px;
|
1731
|
+
height:24px;
|
1732
|
+
background:url(css/img/icon-arrow-2.svg) center 97% no-repeat;
|
1733
|
+
background-size:24px 24px;
|
1734
|
+
padding:3px;
|
1735
|
+
border:0
|
1736
|
+
}
|
1737
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody[aria-hidden=false]+.toggle-feature-btn{
|
1738
|
+
position:absolute;
|
1739
|
+
background:url(css/img/icon-close.svg) center 97% no-repeat;
|
1740
|
+
top:20px;
|
1741
|
+
right:20px
|
1742
|
+
}
|
1743
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody[aria-hidden=false]+.toggle-feature-btn{
|
1744
|
+
right:auto;
|
1745
|
+
left:20px
|
1746
|
+
}
|
1747
|
+
.apd-topic.PassionPoints div.Feature .FeatureBody[aria-hidden=false].animating+.toggle-feature-btn{
|
1748
|
+
position:relative!important;
|
1749
|
+
width:24px;
|
1750
|
+
height:24px;
|
1751
|
+
background-size:24px 24px;
|
1752
|
+
background:url(css/img/icon-arrow-2.svg) center 97% no-repeat;
|
1753
|
+
margin:0 auto;
|
1754
|
+
top:initial;
|
1755
|
+
right:initial
|
1756
|
+
}
|
1757
|
+
[dir=rtl] .apd-topic.PassionPoints div.Feature .FeatureBody[aria-hidden=false].animating+.toggle-feature-btn{
|
1758
|
+
right:initial;
|
1759
|
+
left:initial
|
1760
|
+
}
|
1761
|
+
.apd-topic.PassionPoints div.Feature[aria-expanded=true]{
|
1762
|
+
cursor:default
|
1763
|
+
}
|
1764
|
+
.apd-topic.PassionPoints div.Feature[aria-expanded=true].FeatureSingle{
|
1765
|
+
background-color:inherit
|
1766
|
+
}
|
1767
|
+
.apd-topic.PassionPoints div.Feature[aria-expanded=true] .Triptych+figure+p figure{
|
1768
|
+
float:left
|
1769
|
+
}
|
1770
|
+
.apd-topic h1{
|
1771
|
+
position:relative;
|
1772
|
+
bottom:0;
|
1773
|
+
outline:0;
|
1774
|
+
overflow:auto;
|
1775
|
+
text-overflow:ellipsis;
|
1776
|
+
font-family:-apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif;
|
1777
|
+
font-size:1.59rem;
|
1778
|
+
line-height:1.2;
|
1779
|
+
font-weight:400;
|
1780
|
+
color:#4b4b4b;
|
1781
|
+
margin:0 0 1em;
|
1782
|
+
padding:0
|
1783
|
+
}
|
1784
|
+
[lang=hi] .apd-topic h1,[lang=th] .apd-topic h1,[lang=vi] .apd-topic h1{
|
1785
|
+
line-height:1.5
|
1786
|
+
}
|
1787
|
+
.is-mobile .apd-topic h1,.modal-content .apd-topic h1{
|
1788
|
+
font-size:1.24rem;
|
1789
|
+
margin-bottom:.7em
|
1790
|
+
}
|
1791
|
+
.apd-topic figure{
|
1792
|
+
margin:1.25em 0 .9em
|
1793
|
+
}
|
1794
|
+
.apd-topic figure img{
|
1795
|
+
max-width:100%;
|
1796
|
+
height:auto
|
1797
|
+
}
|
1798
|
+
.apd-topic video{
|
1799
|
+
max-width:100%
|
1800
|
+
}
|
1801
|
+
.apd-topic div.ParaLines,.apd-topic p{
|
1802
|
+
margin:.3em 0 1em;
|
1803
|
+
white-space:pre-line;
|
1804
|
+
word-wrap:break-word;
|
1805
|
+
widows:3;
|
1806
|
+
orphans:3
|
1807
|
+
}
|
1808
|
+
.apd-topic div.ParaLines img,.apd-topic p img{
|
1809
|
+
height:1em!important;
|
1810
|
+
width:auto!important;
|
1811
|
+
position:relative;
|
1812
|
+
top:-.1em;
|
1813
|
+
vertical-align:text-bottom;
|
1814
|
+
pointer-events:none
|
1815
|
+
}
|
1816
|
+
.apd-topic h1 img,.apd-topic h2 img,.apd-topic h3 img,.apd-topic h4 img,.apd-topic h5 img,.apd-topic h6 img{
|
1817
|
+
height:1.2em!important;
|
1818
|
+
width:auto!important;
|
1819
|
+
vertical-align:-.2em;
|
1820
|
+
pointer-events:none
|
1821
|
+
}
|
1822
|
+
.apd-topic div.ParaLines p{
|
1823
|
+
margin:0
|
1824
|
+
}
|
1825
|
+
.apd-topic strong.BlackIcon,.apd-topic strong.EUIcon,.apd-topic strong.Icon,.apd-topic strong.YellowIcon,.apd-topic strong.force-click,.apd-topic strong.siri,.apd-topic strong.tip,.apd-topic strong[class="3d-touch"]{
|
1826
|
+
background:url(css/img/icon-warning.png) left top no-repeat;
|
1827
|
+
background-size:1rem .82rem;
|
1828
|
+
padding:0 0 0 1.5em
|
1829
|
+
}
|
1830
|
+
[dir=rtl] .apd-topic strong.BlackIcon,[dir=rtl] .apd-topic strong.EUIcon,[dir=rtl] .apd-topic strong.Icon,[dir=rtl] .apd-topic strong.YellowIcon,[dir=rtl] .apd-topic strong.force-click,[dir=rtl] .apd-topic strong.siri,[dir=rtl] .apd-topic strong.tip,[dir=rtl] .apd-topic strong[class="3d-touch"]{
|
1831
|
+
padding:0 1.5em 0 0;
|
1832
|
+
background-position:right top
|
1833
|
+
}
|
1834
|
+
.apd-topic strong.EUIcon{
|
1835
|
+
background-image:url(css/img/icon-warning-eu.png)
|
1836
|
+
}
|
1837
|
+
.apd-topic strong.BlackIcon{
|
1838
|
+
background-image:url(css/img/icon-warning-black.png)
|
1839
|
+
}
|
1840
|
+
.apd-topic strong.force-click,.apd-topic strong.siri,.apd-topic strong.tip,.apd-topic strong[class="3d-touch"]{
|
1841
|
+
background-image:url(css/img/ask-siri.svg);
|
1842
|
+
background-size:1.4em 1.4em;
|
1843
|
+
padding:.15em 0 .15em 1.7em
|
1844
|
+
}
|
1845
|
+
[dir=rtl] .apd-topic strong.force-click,[dir=rtl] .apd-topic strong.siri,[dir=rtl] .apd-topic strong.tip,[dir=rtl] .apd-topic strong[class="3d-touch"]{
|
1846
|
+
padding:.15em 1.7em .15em 0
|
1847
|
+
}
|
1848
|
+
.apd-topic strong.tip{
|
1849
|
+
background-image:url(css/img/tip.svg)
|
1850
|
+
}
|
1851
|
+
.apd-topic strong.force-click,.apd-topic strong[class="3d-touch"]{
|
1852
|
+
background-image:url(css/img/force-click.svg)
|
1853
|
+
}
|
1854
|
+
.apd-topic sup{
|
1855
|
+
top:-.4em
|
1856
|
+
}
|
1857
|
+
.apd-topic span.NoBreak{
|
1858
|
+
white-space:nowrap
|
1859
|
+
}
|
1860
|
+
.Copyright.apd-topic{
|
1861
|
+
font-size:.65rem
|
1862
|
+
}
|
1863
|
+
.Copyright.apd-topic p:nth-of-type(1){
|
1864
|
+
margin-bottom:.1em
|
1865
|
+
}
|
1866
|
+
.Copyright.apd-topic p:nth-of-type(2){
|
1867
|
+
margin-top:.1em
|
1868
|
+
}
|
1869
|
+
.apd-topic .Alert+.Alert,.apd-topic li p.Caution,.apd-topic li p.Important,.apd-topic li p.Note,.apd-topic li p.Notice,.apd-topic li p.Tip{
|
1870
|
+
margin-top:.75em
|
1871
|
+
}
|
1872
|
+
.apd-topic .TaskBody .Alert,.apd-topic div.note{
|
1873
|
+
margin-top:.75em;
|
1874
|
+
margin-bottom:.75em
|
1875
|
+
}
|
1876
|
+
.apd-topic p.Caution,.apd-topic p.Warning{
|
1877
|
+
margin-bottom:.75em
|
1878
|
+
}
|
1879
|
+
.apd-topic .yNote{
|
1880
|
+
font-style:italic;
|
1881
|
+
font-weight:700
|
1882
|
+
}
|
1883
|
+
.apd-topic code{
|
1884
|
+
font-family:Menlo,monospace;
|
1885
|
+
font-size:.76rem
|
1886
|
+
}
|
1887
|
+
.apd-topic .CodeLine,.apd-topic .CodeLines{
|
1888
|
+
display:block;
|
1889
|
+
font-weight:400;
|
1890
|
+
white-space:pre-wrap;
|
1891
|
+
word-break:break-word;
|
1892
|
+
overflow:hidden;
|
1893
|
+
text-overflow:ellipsis
|
1894
|
+
}
|
1895
|
+
.client-env a,.feedback button,.nb{
|
1896
|
+
white-space:nowrap
|
1897
|
+
}
|
1898
|
+
.apd-topic .CodeLines{
|
1899
|
+
margin-top:.3em;
|
1900
|
+
margin-bottom:1em
|
1901
|
+
}
|
1902
|
+
.apd-topic .CodeLines>.CodeLine{
|
1903
|
+
margin-top:.25em;
|
1904
|
+
margin-bottom:.25em
|
1905
|
+
}
|
1906
|
+
.apd-topic .Comment{
|
1907
|
+
color:red
|
1908
|
+
}
|
1909
|
+
.apd-topic .Comment:before{
|
1910
|
+
content:"COMMENT: ";
|
1911
|
+
font-weight:700
|
1912
|
+
}
|
1913
|
+
.apd-topic .HIStrings{
|
1914
|
+
margin-top:1.25em;
|
1915
|
+
margin-bottom:.25em
|
1916
|
+
}
|
1917
|
+
.apd-topic .HIStrings p{
|
1918
|
+
margin-bottom:.9em
|
1919
|
+
}
|
1920
|
+
.apd-topic .HIStrings>p{
|
1921
|
+
margin-bottom:0
|
1922
|
+
}
|
1923
|
+
.apd-topic .HIStrings:first-child{
|
1924
|
+
padding-top:0;
|
1925
|
+
margin-top:.65em
|
1926
|
+
}
|
1927
|
+
.apd-topic .HIStrings+.HIStrings{
|
1928
|
+
margin-top:.5em
|
1929
|
+
}
|
1930
|
+
.apd-topic .HIStrings em.Term{
|
1931
|
+
color:#555
|
1932
|
+
}
|
1933
|
+
.apd-topic .HIStrings strong.Term{
|
1934
|
+
color:#000
|
1935
|
+
}
|
1936
|
+
.apd-topic a,.apd-topic a:visited{
|
1937
|
+
color:#007aff
|
1938
|
+
}
|
1939
|
+
.apd-topic .HISubString{
|
1940
|
+
margin-top:.3em;
|
1941
|
+
margin-bottom:.7em;
|
1942
|
+
display:list-item;
|
1943
|
+
margin-left:1.5em;
|
1944
|
+
padding-left:.25em
|
1945
|
+
}
|
1946
|
+
[dir=rtl] .apd-topic .HISubString{
|
1947
|
+
margin-left:0;
|
1948
|
+
margin-right:1.5em;
|
1949
|
+
padding-left:0;
|
1950
|
+
padding-right:.25em
|
1951
|
+
}
|
1952
|
+
.apd-topic .HISubString>.HISubString{
|
1953
|
+
margin-top:.85em;
|
1954
|
+
display:block;
|
1955
|
+
margin-left:0;
|
1956
|
+
padding-left:0
|
1957
|
+
}
|
1958
|
+
[dir=rtl] .apd-topic .HISubString>.HISubString{
|
1959
|
+
margin-left:0;
|
1960
|
+
margin-right:0;
|
1961
|
+
padding-left:0;
|
1962
|
+
padding-right:0
|
1963
|
+
}
|
1964
|
+
.apd-topic a{
|
1965
|
+
position:relative;
|
1966
|
+
outline:0;
|
1967
|
+
text-decoration:none
|
1968
|
+
}
|
1969
|
+
.apd-topic a:hover{
|
1970
|
+
text-decoration:underline
|
1971
|
+
}
|
1972
|
+
#search .searchresults-item a,.feedback button:hover,.landing li a:hover,.landing ul a:hover,.no-hover .apd-topic a:hover,.toc-toggle a{
|
1973
|
+
text-decoration:none
|
1974
|
+
}
|
1975
|
+
.apd-topic a.xRef.Aside{
|
1976
|
+
cursor:pointer;
|
1977
|
+
border-bottom:1px dotted #007aff
|
1978
|
+
}
|
1979
|
+
.apd-topic a.xRef.Aside:hover{
|
1980
|
+
border-bottom-style:solid;
|
1981
|
+
text-decoration:none
|
1982
|
+
}
|
1983
|
+
.no-hover .apd-topic a.xRef.Aside:hover{
|
1984
|
+
border-bottom:1px dotted #007aff
|
1985
|
+
}
|
1986
|
+
.apd-topic a.xRef.Aside *{
|
1987
|
+
pointer-events:none
|
1988
|
+
}
|
1989
|
+
.apd-topic em:lang(ja),.apd-topic em:lang(ko),.apd-topic em:lang(zh){
|
1990
|
+
font-style:normal;
|
1991
|
+
font-weight:700
|
1992
|
+
}
|
1993
|
+
.apd-topic .LinkExternal strong,.apd-topic .LinkUniversal strong{
|
1994
|
+
display:block;
|
1995
|
+
margin:2.86em 0 .5em
|
1996
|
+
}
|
1997
|
+
.apd-topic .LinkExternal a,.apd-topic .LinkUniversal a{
|
1998
|
+
display:table;
|
1999
|
+
margin:.2em 0 0
|
2000
|
+
}
|
2001
|
+
.apd-topic .link-external{
|
2002
|
+
background-image:url(css/img/icon-external-link.png);
|
2003
|
+
width:7px;
|
2004
|
+
height:7px;
|
2005
|
+
background-size:7px 7px;
|
2006
|
+
display:inline-block;
|
2007
|
+
margin-left:3px;
|
2008
|
+
margin-right:2px;
|
2009
|
+
position:relative
|
2010
|
+
}
|
2011
|
+
.apd-topic .itunes-link{
|
2012
|
+
width:430px;
|
2013
|
+
text-align:left
|
2014
|
+
}
|
2015
|
+
.apd-topic table[data-type="1 column"]>tbody,.apd-topic table[data-type=Data]>tbody,.apd-topic table[data-type="Full Width"]>tbody{
|
2016
|
+
width:100%
|
2017
|
+
}
|
2018
|
+
[dir=rtl] .apd-topic .itunes-link{
|
2019
|
+
text-align:right
|
2020
|
+
}
|
2021
|
+
.apd-topic ol,.apd-topic ul{
|
2022
|
+
margin-top:.3em;
|
2023
|
+
margin-bottom:1em
|
2024
|
+
}
|
2025
|
+
.apd-topic ol>li,.apd-topic ul>li{
|
2026
|
+
margin-top:.3em;
|
2027
|
+
margin-bottom:.7em
|
2028
|
+
}
|
2029
|
+
.apd-topic ul>li{
|
2030
|
+
list-style:disc
|
2031
|
+
}
|
2032
|
+
.apd-topic ol.decimal>li,.apd-topic ol>li{
|
2033
|
+
list-style:decimal
|
2034
|
+
}
|
2035
|
+
.apd-topic .ListDescriptor+.Alert{
|
2036
|
+
margin-top:-.25em!important
|
2037
|
+
}
|
2038
|
+
.is-chrome .apd-topic ol>li,.is-ff .apd-topic ol>li,.is-ie .apd-topic ol>li{
|
2039
|
+
padding-left:3px
|
2040
|
+
}
|
2041
|
+
.is-chrome body[dir=rtl] .apd-topic ol>li,.is-ff body[dir=rtl] .apd-topic ol>li,.is-ie body[dir=rtl] .apd-topic ol>li{
|
2042
|
+
padding-left:0;
|
2043
|
+
padding-right:3px
|
2044
|
+
}
|
2045
|
+
.apd-topic ol>li:lang(ar){
|
2046
|
+
list-style-type:arabic-indic
|
2047
|
+
}
|
2048
|
+
.apd-topic ol>li:lang(he){
|
2049
|
+
list-style-type:hebrew
|
2050
|
+
}
|
2051
|
+
.apd-topic ul.ListSingle{
|
2052
|
+
font-weight:400
|
2053
|
+
}
|
2054
|
+
.apd-topic ul.ListSingle>li{
|
2055
|
+
font-weight:400;
|
2056
|
+
list-style-type:square;
|
2057
|
+
list-style-position:outside;
|
2058
|
+
list-style-image:-webkit-gradient(radial,50% 50%,3,50% 50%,6,from(#aaa),color-stop(.8,#aaa),to(#aaa))
|
2059
|
+
}
|
2060
|
+
.apd-topic ul.ListSingle li>p{
|
2061
|
+
margin-top:.25em
|
2062
|
+
}
|
2063
|
+
.apd-topic address p,.apd-topic ol.alpha>li,.apd-topic ol.decimal>li{
|
2064
|
+
margin-top:0;
|
2065
|
+
margin-bottom:0
|
2066
|
+
}
|
2067
|
+
.apd-topic ol.decimal>li:lang(ar){
|
2068
|
+
list-style-type:arabic-indic
|
2069
|
+
}
|
2070
|
+
.apd-topic ol.decimal>li:lang(he){
|
2071
|
+
list-style-type:hebrew
|
2072
|
+
}
|
2073
|
+
.apd-topic ol.alpha>li{
|
2074
|
+
list-style:lower-alpha!important
|
2075
|
+
}
|
2076
|
+
.apd-topic dl dd,.apd-topic dl dt{
|
2077
|
+
display:inline;
|
2078
|
+
margin:0
|
2079
|
+
}
|
2080
|
+
.apd-topic dl dt{
|
2081
|
+
float:left;
|
2082
|
+
font-weight:700
|
2083
|
+
}
|
2084
|
+
.apd-topic dl dt:after{
|
2085
|
+
content:'\00a0\00a0'
|
2086
|
+
}
|
2087
|
+
.apd-topic address{
|
2088
|
+
font-style:normal
|
2089
|
+
}
|
2090
|
+
.apd-topic address+p{
|
2091
|
+
margin-top:1em
|
2092
|
+
}
|
2093
|
+
.apd-topic .Subhead .Name{
|
2094
|
+
font-size:.82rem;
|
2095
|
+
margin-top:1.7em;
|
2096
|
+
margin-bottom:.3em;
|
2097
|
+
font-weight:700;
|
2098
|
+
color:#4b4b4b
|
2099
|
+
}
|
2100
|
+
.apd-topic .Subhead .Name+p{
|
2101
|
+
margin-top:0
|
2102
|
+
}
|
2103
|
+
.apd-topic .Subhead ul+.Alert{
|
2104
|
+
margin-left:0
|
2105
|
+
}
|
2106
|
+
[dir=rtl] .apd-topic .Subhead ul+.Alert{
|
2107
|
+
margin-right:0
|
2108
|
+
}
|
2109
|
+
.apd-topic .Example{
|
2110
|
+
margin-left:4.36em;
|
2111
|
+
margin-right:4.36em
|
2112
|
+
}
|
2113
|
+
.apd-topic div.Task{
|
2114
|
+
margin:2em 0;
|
2115
|
+
background-color:none;
|
2116
|
+
border-top:1px solid #e4e4e4;
|
2117
|
+
border-bottom:1px solid #e4e4e4
|
2118
|
+
}
|
2119
|
+
.apd-topic div.Task+.Task{
|
2120
|
+
margin-top:-2.1em;
|
2121
|
+
border-top-color:transparent
|
2122
|
+
}
|
2123
|
+
.apd-topic div.Task.no-header .TaskBody{
|
2124
|
+
margin-top:1em
|
2125
|
+
}
|
2126
|
+
.apd-topic div.Task:first-child{
|
2127
|
+
margin-top:1.4em
|
2128
|
+
}
|
2129
|
+
.apd-topic div.Task>.Name{
|
2130
|
+
font-size:.82rem;
|
2131
|
+
font-weight:700;
|
2132
|
+
line-height:1.43;
|
2133
|
+
margin:0;
|
2134
|
+
padding-top:.79em;
|
2135
|
+
padding-bottom:.79em
|
2136
|
+
}
|
2137
|
+
.apd-topic div.Task>.Name:hover{
|
2138
|
+
color:#007aff
|
2139
|
+
}
|
2140
|
+
.no-hover .apd-topic div.Task>.Name:hover{
|
2141
|
+
color:#484848
|
2142
|
+
}
|
2143
|
+
.apd-topic .TaskBody{
|
2144
|
+
padding-bottom:0;
|
2145
|
+
margin-top:-.214em;
|
2146
|
+
margin-right:0;
|
2147
|
+
margin-bottom:.125em;
|
2148
|
+
overflow:hidden;
|
2149
|
+
opacity:1
|
2150
|
+
}
|
2151
|
+
@media screen{
|
2152
|
+
.apd-topic .TaskBody{
|
2153
|
+
display:none
|
2154
|
+
}
|
2155
|
+
}
|
2156
|
+
@media print{
|
2157
|
+
.apd-topic .TaskBody{
|
2158
|
+
display:block!important;
|
2159
|
+
opacity:1
|
2160
|
+
}
|
2161
|
+
}
|
2162
|
+
@media screen{
|
2163
|
+
.apd-topic .TaskBody[aria-hidden=false]{
|
2164
|
+
display:block
|
2165
|
+
}
|
2166
|
+
.apd-topic .TaskBody[aria-hidden=true]{
|
2167
|
+
opacity:0;
|
2168
|
+
max-height:0!important
|
2169
|
+
}
|
2170
|
+
}
|
2171
|
+
.apd-topic .TaskBody>.Alert,.apd-topic .TaskBody>.Alert:first-child,.apd-topic .TaskBody>figure,.apd-topic .TaskBody>p,.apd-topic .TaskBody>p+p,.apd-topic .TaskBody>p:first-child{
|
2172
|
+
margin-top:.3em
|
2173
|
+
}
|
2174
|
+
.apd-topic table,.apd-topic td,.apd-topic th,.apd-topic tr{
|
2175
|
+
border:none;
|
2176
|
+
page-break-inside:avoid
|
2177
|
+
}
|
2178
|
+
.apd-topic table tbody tr,.apd-topic table tbody>tr:last-child,.msie.apd-topic table tbody>tr>td{
|
2179
|
+
border-bottom:1px solid #e4e4e4
|
2180
|
+
}
|
2181
|
+
.apd-topic table{
|
2182
|
+
width:100%;
|
2183
|
+
font-size:.71rem;
|
2184
|
+
line-height:1.065rem;
|
2185
|
+
table-layout:fixed;
|
2186
|
+
text-align:left;
|
2187
|
+
margin-top:1em;
|
2188
|
+
margin-bottom:2em
|
2189
|
+
}
|
2190
|
+
.is-hv .apd-topic table{
|
2191
|
+
font-size:.95em;
|
2192
|
+
line-height:1.52em
|
2193
|
+
}
|
2194
|
+
[dir=rtl] .apd-topic table{
|
2195
|
+
text-align:right
|
2196
|
+
}
|
2197
|
+
.apd-topic table:first-child>tbody:first-child{
|
2198
|
+
border-top-color:#fff!important
|
2199
|
+
}
|
2200
|
+
.apd-topic table>tbody{
|
2201
|
+
border-top:1px solid #e4e4e4
|
2202
|
+
}
|
2203
|
+
.apd-topic table>thead+tbody{
|
2204
|
+
border-top:none
|
2205
|
+
}
|
2206
|
+
.apd-topic thead>tr{
|
2207
|
+
background:#97a6b2
|
2208
|
+
}
|
2209
|
+
.msie.apd-topic table tbody>tr>td{
|
2210
|
+
border-top:1px solid #e4e4e4
|
2211
|
+
}
|
2212
|
+
.apd-topic thead+tbody tr.TableDisplayRow:first-child,.apd-topic thead+tbody>tr{
|
2213
|
+
border-top:none!important
|
2214
|
+
}
|
2215
|
+
.apd-topic p.TableHead{
|
2216
|
+
font-weight:700;
|
2217
|
+
color:#fff
|
2218
|
+
}
|
2219
|
+
.apd-topic td,.apd-topic th{
|
2220
|
+
vertical-align:top;
|
2221
|
+
text-align:left
|
2222
|
+
}
|
2223
|
+
[dir=rtl] .apd-topic td,[dir=rtl] .apd-topic th{
|
2224
|
+
text-align:right
|
2225
|
+
}
|
2226
|
+
.apd-topic td code,.apd-topic th code{
|
2227
|
+
font-size:.65rem;
|
2228
|
+
padding-top:.05em
|
2229
|
+
}
|
2230
|
+
.apd-topic table tbody>tr td>p.TableDisplay{
|
2231
|
+
font-weight:700;
|
2232
|
+
vertical-align:top
|
2233
|
+
}
|
2234
|
+
.apd-topic table tbody>tr td>.TableDisplay+p{
|
2235
|
+
vertical-align:top
|
2236
|
+
}
|
2237
|
+
.apd-topic table[data-type="1 column"]{
|
2238
|
+
background-color:transparent;
|
2239
|
+
table-layout:fixed
|
2240
|
+
}
|
2241
|
+
.apd-topic table[data-type="1 column"] thead tr{
|
2242
|
+
background:0 0;
|
2243
|
+
border-top:3px solid #e4e4e4
|
2244
|
+
}
|
2245
|
+
.apd-topic table[data-type="1 column"] tr.TableDisplayRow,.apd-topic table[data-type=Data],.apd-topic table[data-type="Full Width"]{
|
2246
|
+
background-color:transparent
|
2247
|
+
}
|
2248
|
+
.apd-topic table[data-type="1 column"] tr{
|
2249
|
+
border-top:1px solid #e4e4e4;
|
2250
|
+
border-bottom:1px solid #e4e4e4
|
2251
|
+
}
|
2252
|
+
.apd-topic table[data-type="1 column"] .TableDisplay,.apd-topic table[data-type="1 column"] .TableHead,.apd-topic table[data-type="1 column"] .TableSubhead{
|
2253
|
+
overflow:hidden;
|
2254
|
+
font-weight:700;
|
2255
|
+
color:#000!important;
|
2256
|
+
text-overflow:ellipsis;
|
2257
|
+
vertical-align:top
|
2258
|
+
}
|
2259
|
+
.apd-topic table[data-type=Data]>tbody>tr>td,.apd-topic table[data-type="Full Width"]>tbody>tr>td{
|
2260
|
+
border:1px solid #e4e4e4
|
2261
|
+
}
|
2262
|
+
.apd-topic table[data-type=Data] tr,.apd-topic table[data-type="Full Width"] tr{
|
2263
|
+
background:0 0
|
2264
|
+
}
|
2265
|
+
.apd-topic table[data-type=Data] thead p.TableHead,.apd-topic table[data-type="Full Width"] thead p.TableHead{
|
2266
|
+
color:#666!important
|
2267
|
+
}
|
2268
|
+
.apd-topic table[data-type=Data] td>p,.apd-topic table[data-type="Full Width"] td>p{
|
2269
|
+
display:block;
|
2270
|
+
text-align:left
|
2271
|
+
}
|
2272
|
+
.apd-topic table[data-type=Data] .TableDisplay,.apd-topic table[data-type=Data] .TableSubhead,.apd-topic table[data-type="Full Width"] .TableDisplay,.apd-topic table[data-type="Full Width"] .TableSubhead{
|
2273
|
+
display:block;
|
2274
|
+
font-weight:700;
|
2275
|
+
color:#555;
|
2276
|
+
text-align:left
|
2277
|
+
}
|
2278
|
+
.feedback button,.landing{
|
2279
|
+
text-align:center
|
2280
|
+
}
|
2281
|
+
.apd-topic .Heiti:lang(zh-cn),.apd-topic .Heiti:lang(zh-sg){
|
2282
|
+
font-family:"Heiti SC"
|
2283
|
+
}
|
2284
|
+
.apd-topic .Heiti:lang(zh-hk),.apd-topic .Heiti:lang(zh-tw){
|
2285
|
+
font-family:"Heiti TC"
|
2286
|
+
}
|
2287
|
+
.apd-topic table:first-child{
|
2288
|
+
margin-top:1.25em
|
2289
|
+
}
|
2290
|
+
.apd-topic table th{
|
2291
|
+
padding:.25em .6em .3em .5em
|
2292
|
+
}
|
2293
|
+
[dir=rtl] .apd-topic table th{
|
2294
|
+
padding:.25em .5em .3em .6em
|
2295
|
+
}
|
2296
|
+
.apd-topic table td{
|
2297
|
+
padding:.65em .6em .6em .5em
|
2298
|
+
}
|
2299
|
+
[dir=rtl] .apd-topic table td{
|
2300
|
+
padding:.65em .5em .6em .6em
|
2301
|
+
}
|
2302
|
+
.apd-topic table td ol,.apd-topic table td p,.apd-topic table td ul{
|
2303
|
+
margin-top:.4em;
|
2304
|
+
margin-bottom:.6em
|
2305
|
+
}
|
2306
|
+
.apd-topic table td>figure{
|
2307
|
+
padding-left:.15em;
|
2308
|
+
margin-top:1em!important;
|
2309
|
+
margin-bottom:.25em!important
|
2310
|
+
}
|
2311
|
+
[dir=rtl] .apd-topic table td>figure{
|
2312
|
+
padding-left:0;
|
2313
|
+
padding-right:.15em
|
2314
|
+
}
|
2315
|
+
.apd-topic table td>.TableDisplay,.apd-topic table td>ol li>p,.apd-topic table td>ul li>p,.apd-topic table td>ul>li{
|
2316
|
+
margin-top:.25em!important;
|
2317
|
+
margin-bottom:.25em!important
|
2318
|
+
}
|
2319
|
+
.apd-topic table td ol>li{
|
2320
|
+
margin-bottom:0
|
2321
|
+
}
|
2322
|
+
.apd-topic table figure{
|
2323
|
+
min-width:16px
|
2324
|
+
}
|
2325
|
+
.apd-topic table td>:first-child,.apd-topic table td>:first-child>:first-child,.apd-topic table td>:first-child>:first-child>:first-child,.apd-topic table th>:first-child,.apd-topic table th>:first-child>:first-child,.apd-topic table th>:first-child>:first-child>:first-child{
|
2326
|
+
margin-top:0!important
|
2327
|
+
}
|
2328
|
+
.apd-topic table td>:last-child,.apd-topic table td>:last-child>:last-child,.apd-topic table td>:last-child>:last-child>:last-child,.apd-topic table th>:last-child,.apd-topic table th>:last-child>:last-child,.apd-topic table th>:last-child>:last-child>:last-child{
|
2329
|
+
margin-bottom:0!important
|
2330
|
+
}
|
2331
|
+
.apd-topic table[data-type=Data] tr>th,.apd-topic table[data-type="Full Width"] tr>th{
|
2332
|
+
border:1px solid #e4e4e4;
|
2333
|
+
padding:.4em
|
2334
|
+
}
|
2335
|
+
.apd-topic ol{
|
2336
|
+
margin-left:1.65em
|
2337
|
+
}
|
2338
|
+
[dir=rtl] .apd-topic ol{
|
2339
|
+
margin-left:0;
|
2340
|
+
margin-right:1.65em
|
2341
|
+
}
|
2342
|
+
.apd-topic ul{
|
2343
|
+
margin-left:1.45em
|
2344
|
+
}
|
2345
|
+
[dir=rtl] .apd-topic ul{
|
2346
|
+
margin-left:0;
|
2347
|
+
margin-right:1.45em
|
2348
|
+
}
|
2349
|
+
.apd-topic ul>li{
|
2350
|
+
padding-left:.25em
|
2351
|
+
}
|
2352
|
+
[dir=rtl] .apd-topic ul>li{
|
2353
|
+
padding-left:0;
|
2354
|
+
padding-right:.25em
|
2355
|
+
}
|
2356
|
+
.apd-topic ul .Example{
|
2357
|
+
margin-left:3em
|
2358
|
+
}
|
2359
|
+
[dir=rtl] .apd-topic ul .Example{
|
2360
|
+
margin-left:0;
|
2361
|
+
margin-right:3em
|
2362
|
+
}
|
2363
|
+
.apd-topic ol ol,.apd-topic ul ol{
|
2364
|
+
margin-left:1.5em
|
2365
|
+
}
|
2366
|
+
[dir=rtl] .apd-topic ol ol,[dir=rtl] .apd-topic ul ol{
|
2367
|
+
margin-left:0;
|
2368
|
+
margin-right:1.5em
|
2369
|
+
}
|
2370
|
+
.apd-topic ol ul,.apd-topic ul ul{
|
2371
|
+
margin-left:1.3em
|
2372
|
+
}
|
2373
|
+
[dir=rtl] .apd-topic ol ul,[dir=rtl] .apd-topic ul ul{
|
2374
|
+
margin-left:0;
|
2375
|
+
margin-right:1.3em
|
2376
|
+
}
|
2377
|
+
.apd-topic ul.ListSingle{
|
2378
|
+
margin-left:0
|
2379
|
+
}
|
2380
|
+
[dir=rtl] .apd-topic ul.ListSingle{
|
2381
|
+
margin-left:0;
|
2382
|
+
margin-right:0
|
2383
|
+
}
|
2384
|
+
.apd-topic ul.ListSingle>li{
|
2385
|
+
padding-left:.5em;
|
2386
|
+
margin-left:1.15em
|
2387
|
+
}
|
2388
|
+
[dir=rtl] .apd-topic ul.ListSingle>li{
|
2389
|
+
padding-left:0;
|
2390
|
+
padding-right:.5em;
|
2391
|
+
margin-left:0;
|
2392
|
+
margin-right:1.15em
|
2393
|
+
}
|
2394
|
+
.apd-topic ul.ListSingle>li>ul{
|
2395
|
+
margin-left:1.25em
|
2396
|
+
}
|
2397
|
+
[dir=rtl] .apd-topic ul.ListSingle>li>ul{
|
2398
|
+
margin-left:0;
|
2399
|
+
margin-right:1.25em
|
2400
|
+
}
|
2401
|
+
.apd-topic .TaskBody{
|
2402
|
+
margin-left:-1.25em;
|
2403
|
+
padding-left:1.25em
|
2404
|
+
}
|
2405
|
+
[dir=rtl] .apd-topic .TaskBody{
|
2406
|
+
margin-left:0;
|
2407
|
+
margin-right:-1.25em;
|
2408
|
+
padding-left:0;
|
2409
|
+
padding-right:1.25em
|
2410
|
+
}
|
2411
|
+
.apd-topic .TaskBody p{
|
2412
|
+
margin-left:0
|
2413
|
+
}
|
2414
|
+
[dir=rtl] .apd-topic .TaskBody p{
|
2415
|
+
margin-left:0;
|
2416
|
+
margin-right:0
|
2417
|
+
}
|
2418
|
+
.apd-topic .TaskBody .ListSingle table,.apd-topic .TaskBody ol table{
|
2419
|
+
margin-left:-.5em
|
2420
|
+
}
|
2421
|
+
.apd-topic .TaskBody table{
|
2422
|
+
margin-left:1em;
|
2423
|
+
width:calc(99%);
|
2424
|
+
width:-webkit-calc(99%)
|
2425
|
+
}
|
2426
|
+
[dir=rtl] .apd-topic .TaskBody table{
|
2427
|
+
margin-left:0;
|
2428
|
+
margin-right:1em
|
2429
|
+
}
|
2430
|
+
.apd-topic .footer,.apd-topic footer{
|
2431
|
+
font-size:.65rem!important;
|
2432
|
+
color:#999!important
|
2433
|
+
}
|
2434
|
+
.apd-topic .footer a,.apd-topic footer a{
|
2435
|
+
color:#666
|
2436
|
+
}
|
2437
|
+
.is-mac-os .apd-topic{
|
2438
|
+
-webkit-transform:translateZ(0);
|
2439
|
+
transform:translateZ(0)
|
2440
|
+
}
|
2441
|
+
.landing h1{
|
2442
|
+
font-size:2.06rem;
|
2443
|
+
color:#474747;
|
2444
|
+
margin:5px 0 12px
|
2445
|
+
}
|
2446
|
+
@media all and (max-width:568px){
|
2447
|
+
.is-mobile .landing h1{
|
2448
|
+
font-size:1.24rem;
|
2449
|
+
margin-bottom:0
|
2450
|
+
}
|
2451
|
+
}
|
2452
|
+
.landing li,.landing ul{
|
2453
|
+
display:none;
|
2454
|
+
margin:0
|
2455
|
+
}
|
2456
|
+
.is-mobile .landing li,.is-mobile .landing ul,.is-modern-hv .landing li,.is-modern-hv .landing ul{
|
2457
|
+
display:inline-block
|
2458
|
+
}
|
2459
|
+
.landing li{
|
2460
|
+
list-style:none;
|
2461
|
+
padding:0 1em!important;
|
2462
|
+
border-right:1px solid #e5e6e7
|
2463
|
+
}
|
2464
|
+
[dir=rtl] .landing li{
|
2465
|
+
border-right:0;
|
2466
|
+
border-left:1px solid #e5e6e7
|
2467
|
+
}
|
2468
|
+
.landing li:last-child{
|
2469
|
+
border:0
|
2470
|
+
}
|
2471
|
+
.landing li p{
|
2472
|
+
margin:0
|
2473
|
+
}
|
2474
|
+
.landing .landing-toc-btn{
|
2475
|
+
border-top:1px solid #e4e4e4;
|
2476
|
+
border-bottom:1px solid #e4e4e4;
|
2477
|
+
display:block;
|
2478
|
+
text-align:center;
|
2479
|
+
padding:.3em 0 .6em;
|
2480
|
+
color:#007aff;
|
2481
|
+
cursor:pointer;
|
2482
|
+
font-size:.9rem;
|
2483
|
+
font-weight:200
|
2484
|
+
}
|
2485
|
+
.landing .landing-toc-btn .toggle-toc-btn{
|
2486
|
+
background:url(css/img/toc_blue_large.svg) center center no-repeat;
|
2487
|
+
background-size:50px 40px;
|
2488
|
+
width:32px;
|
2489
|
+
height:22px;
|
2490
|
+
border:none;
|
2491
|
+
position:relative;
|
2492
|
+
top:3px;
|
2493
|
+
pointer-events:none
|
2494
|
+
}
|
2495
|
+
.is-mobile .landing .landing-toc-btn .toggle-toc-btn{
|
2496
|
+
top:5px
|
2497
|
+
}
|
2498
|
+
[dir=rtl] .landing .landing-toc-btn .toggle-toc-btn{
|
2499
|
+
-webkit-transform:scaleX(-1);
|
2500
|
+
transform:scaleX(-1);
|
2501
|
+
-webkit-filter:FlipH;
|
2502
|
+
filter:FlipH;
|
2503
|
+
-ms-filter:"FlipH"
|
2504
|
+
}
|
2505
|
+
.landing .landing-toc-btn .toggle-toc-btn-label{
|
2506
|
+
pointer-events:none
|
2507
|
+
}
|
2508
|
+
.landing .Feature[aria-expanded=false]:hover{
|
2509
|
+
background-color:#f2f2f2
|
2510
|
+
}
|
2511
|
+
.feedback{
|
2512
|
+
display:inline-block;
|
2513
|
+
position:relative;
|
2514
|
+
padding-top:1.6em
|
2515
|
+
}
|
2516
|
+
@media print{
|
2517
|
+
.feedback{
|
2518
|
+
display:none
|
2519
|
+
}
|
2520
|
+
}
|
2521
|
+
@media all and (max-width:568px){
|
2522
|
+
.feedback{
|
2523
|
+
padding-top:2.4em
|
2524
|
+
}
|
2525
|
+
}
|
2526
|
+
.feedback a{
|
2527
|
+
color:#007aff;
|
2528
|
+
cursor:pointer
|
2529
|
+
}
|
2530
|
+
.feedback a:hover{
|
2531
|
+
text-transform:underline
|
2532
|
+
}
|
2533
|
+
.no-hover .feedback a:hover{
|
2534
|
+
text-transform:none
|
2535
|
+
}
|
2536
|
+
.feedback .choices-label,.feedback .confirm,.feedback .solicit{
|
2537
|
+
transition:opacity .3s ease-in-out;
|
2538
|
+
position:absolute;
|
2539
|
+
top:0;
|
2540
|
+
left:0;
|
2541
|
+
right:0;
|
2542
|
+
margin:0;
|
2543
|
+
opacity:1;
|
2544
|
+
z-index:2
|
2545
|
+
}
|
2546
|
+
.feedback .choices-label[aria-hidden=true],.feedback .confirm[aria-hidden=true],.feedback .solicit[aria-hidden=true]{
|
2547
|
+
overflow:hidden;
|
2548
|
+
opacity:0;
|
2549
|
+
z-index:1
|
2550
|
+
}
|
2551
|
+
.feedback .choices-label,.feedback .confirm{
|
2552
|
+
font-weight:700
|
2553
|
+
}
|
2554
|
+
.feedback .solicit{
|
2555
|
+
font-style:italic
|
2556
|
+
}
|
2557
|
+
.feedback form{
|
2558
|
+
transition:max-height 0s linear .4s,opacity .3s linear,padding-top 0s linear .4s,padding-bottom 0s linear .4s;
|
2559
|
+
padding-top:1em;
|
2560
|
+
padding-bottom:1em;
|
2561
|
+
opacity:1;
|
2562
|
+
max-height:800px
|
2563
|
+
}
|
2564
|
+
.feedback form[aria-hidden=true]{
|
2565
|
+
overflow:hidden;
|
2566
|
+
opacity:0;
|
2567
|
+
padding-top:0;
|
2568
|
+
padding-bottom:0;
|
2569
|
+
max-height:0
|
2570
|
+
}
|
2571
|
+
.feedback form[aria-hidden=false] .choices label{
|
2572
|
+
margin-top:.4em;
|
2573
|
+
margin-bottom:.4em
|
2574
|
+
}
|
2575
|
+
.feedback .choices-label[aria-hidden=false],.feedback .confirm[aria-hidden=false],.feedback .solicit[aria-hidden=false],.feedback form[aria-hidden=false]{
|
2576
|
+
transition-delay:.4s
|
2577
|
+
}
|
2578
|
+
.feedback .choices label{
|
2579
|
+
position:relative;
|
2580
|
+
display:block;
|
2581
|
+
padding:0 0 0 1.5em;
|
2582
|
+
transition:margin-top 0s linear .4s,margin-bottom 0s linear .4s
|
2583
|
+
}
|
2584
|
+
[dir=rtl] .feedback .choices label{
|
2585
|
+
padding:0 1.5em 0 0
|
2586
|
+
}
|
2587
|
+
.feedback .choices input{
|
2588
|
+
position:absolute;
|
2589
|
+
top:.25em;
|
2590
|
+
left:1px
|
2591
|
+
}
|
2592
|
+
[dir=rtl] .feedback .choices input{
|
2593
|
+
left:auto;
|
2594
|
+
right:0
|
2595
|
+
}
|
2596
|
+
.feedback textarea{
|
2597
|
+
resize:none;
|
2598
|
+
height:6em;
|
2599
|
+
width:100%
|
2600
|
+
}
|
2601
|
+
.feedback button{
|
2602
|
+
font-size:16px;
|
2603
|
+
line-height:1.9375;
|
2604
|
+
font-weight:500;
|
2605
|
+
letter-spacing:0;
|
2606
|
+
background-color:#0070c9;
|
2607
|
+
background:linear-gradient(#42a1ec,#0070c9);
|
2608
|
+
border-color:#07c;
|
2609
|
+
border-width:1px;
|
2610
|
+
border-style:solid;
|
2611
|
+
border-radius:4px;
|
2612
|
+
color:#fff;
|
2613
|
+
cursor:pointer;
|
2614
|
+
display:inline-block;
|
2615
|
+
min-width:30px;
|
2616
|
+
padding-left:15px;
|
2617
|
+
padding-right:15px;
|
2618
|
+
padding-top:1px;
|
2619
|
+
margin-right:8px
|
2620
|
+
}
|
2621
|
+
.feedback button:hover{
|
2622
|
+
background-color:#147bcd;
|
2623
|
+
background:linear-gradient(#51a9ee,#147bcd);
|
2624
|
+
border-color:#1482d0
|
2625
|
+
}
|
2626
|
+
.feedback button:focus{
|
2627
|
+
box-shadow:0 0 0 3px rgba(131,192,253,.5);
|
2628
|
+
outline:0
|
2629
|
+
}
|
2630
|
+
.is-ie .feedback button:focus{
|
2631
|
+
outline:#c1e0fe solid 3px
|
2632
|
+
}
|
2633
|
+
.feedback button:active{
|
2634
|
+
background-color:#0067b9;
|
2635
|
+
background:linear-gradient(#3d94d9,#0067b9);
|
2636
|
+
border-color:#006dbc;
|
2637
|
+
outline:0
|
2638
|
+
}
|
2639
|
+
.feedback button:disabled{
|
2640
|
+
border-color:#07c;
|
2641
|
+
color:#fff;
|
2642
|
+
cursor:default;
|
2643
|
+
opacity:.3
|
2644
|
+
}
|
2645
|
+
.feedback button[name=cancel]{
|
2646
|
+
border-color:#6a6a6a;
|
2647
|
+
background-color:#595959;
|
2648
|
+
background:linear-gradient(#888,#595959)
|
2649
|
+
}
|
2650
|
+
@-webkit-keyframes searchform-slide{
|
2651
|
+
0%{
|
2652
|
+
-webkit-transform:translate3d(100px,0,0);
|
2653
|
+
transform:translate3d(100px,0,0);
|
2654
|
+
-webkit-animation-timing-function:cubic-bezier(.11393,.8644,.14684,1);
|
2655
|
+
animation-timing-function:cubic-bezier(.11393,.8644,.14684,1)
|
2656
|
+
}
|
2657
|
+
100%{
|
2658
|
+
-webkit-transform:translateZ(0);
|
2659
|
+
transform:translateZ(0)
|
2660
|
+
}
|
2661
|
+
}
|
2662
|
+
@keyframes searchform-slide{
|
2663
|
+
0%{
|
2664
|
+
-webkit-transform:translate3d(100px,0,0);
|
2665
|
+
transform:translate3d(100px,0,0);
|
2666
|
+
-webkit-animation-timing-function:cubic-bezier(.11393,.8644,.14684,1);
|
2667
|
+
animation-timing-function:cubic-bezier(.11393,.8644,.14684,1)
|
2668
|
+
}
|
2669
|
+
100%{
|
2670
|
+
-webkit-transform:translateZ(0);
|
2671
|
+
transform:translateZ(0)
|
2672
|
+
}
|
2673
|
+
}
|
2674
|
+
@-webkit-keyframes searchform-fade{
|
2675
|
+
0%{
|
2676
|
+
opacity:0;
|
2677
|
+
-webkit-animation-timing-function:cubic-bezier(.67,0,.33,1);
|
2678
|
+
animation-timing-function:cubic-bezier(.67,0,.33,1)
|
2679
|
+
}
|
2680
|
+
100%{
|
2681
|
+
opacity:1
|
2682
|
+
}
|
2683
|
+
}
|
2684
|
+
@keyframes searchform-fade{
|
2685
|
+
0%{
|
2686
|
+
opacity:0;
|
2687
|
+
-webkit-animation-timing-function:cubic-bezier(.67,0,.33,1);
|
2688
|
+
animation-timing-function:cubic-bezier(.67,0,.33,1)
|
2689
|
+
}
|
2690
|
+
100%{
|
2691
|
+
opacity:1
|
2692
|
+
}
|
2693
|
+
}
|
2694
|
+
@-webkit-keyframes searchresults-show{
|
2695
|
+
0%{
|
2696
|
+
opacity:0;
|
2697
|
+
-webkit-animation-timing-function:ease;
|
2698
|
+
animation-timing-function:ease
|
2699
|
+
}
|
2700
|
+
100%{
|
2701
|
+
opacity:1
|
2702
|
+
}
|
2703
|
+
}
|
2704
|
+
@keyframes searchresults-show{
|
2705
|
+
0%{
|
2706
|
+
opacity:0;
|
2707
|
+
-webkit-animation-timing-function:ease;
|
2708
|
+
animation-timing-function:ease
|
2709
|
+
}
|
2710
|
+
100%{
|
2711
|
+
opacity:1
|
2712
|
+
}
|
2713
|
+
}
|
2714
|
+
@-webkit-keyframes searchresults-items-show{
|
2715
|
+
0%{
|
2716
|
+
opacity:0;
|
2717
|
+
-webkit-transform:translateX(100px);
|
2718
|
+
transform:translateX(100px);
|
2719
|
+
-webkit-animation-timing-function:ease;
|
2720
|
+
animation-timing-function:ease
|
2721
|
+
}
|
2722
|
+
100%{
|
2723
|
+
opacity:1;
|
2724
|
+
-webkit-transform:none;
|
2725
|
+
transform:none
|
2726
|
+
}
|
2727
|
+
}
|
2728
|
+
@keyframes searchresults-items-show{
|
2729
|
+
0%{
|
2730
|
+
opacity:0;
|
2731
|
+
-webkit-transform:translateX(100px);
|
2732
|
+
transform:translateX(100px);
|
2733
|
+
-webkit-animation-timing-function:ease;
|
2734
|
+
animation-timing-function:ease
|
2735
|
+
}
|
2736
|
+
100%{
|
2737
|
+
opacity:1;
|
2738
|
+
-webkit-transform:none;
|
2739
|
+
transform:none
|
2740
|
+
}
|
2741
|
+
}
|
2742
|
+
@-webkit-keyframes searchview-close-left-searchshow{
|
2743
|
+
0%{
|
2744
|
+
opacity:0;
|
2745
|
+
-webkit-transform:scale3d(1,.65,1);
|
2746
|
+
transform:scale3d(1,.65,1);
|
2747
|
+
-webkit-animation-timing-function:ease;
|
2748
|
+
animation-timing-function:ease
|
2749
|
+
}
|
2750
|
+
100%{
|
2751
|
+
opacity:1;
|
2752
|
+
-webkit-transform:rotate(-45deg);
|
2753
|
+
transform:rotate(-45deg)
|
2754
|
+
}
|
2755
|
+
}
|
2756
|
+
@keyframes searchview-close-left-searchshow{
|
2757
|
+
0%{
|
2758
|
+
opacity:0;
|
2759
|
+
-webkit-transform:scale3d(1,.65,1);
|
2760
|
+
transform:scale3d(1,.65,1);
|
2761
|
+
-webkit-animation-timing-function:ease;
|
2762
|
+
animation-timing-function:ease
|
2763
|
+
}
|
2764
|
+
100%{
|
2765
|
+
opacity:1;
|
2766
|
+
-webkit-transform:rotate(-45deg);
|
2767
|
+
transform:rotate(-45deg)
|
2768
|
+
}
|
2769
|
+
}
|
2770
|
+
@-webkit-keyframes searchview-close-left-searchhide{
|
2771
|
+
0%{
|
2772
|
+
opacity:1;
|
2773
|
+
-webkit-transform:rotate(-45deg);
|
2774
|
+
transform:rotate(-45deg);
|
2775
|
+
-webkit-animation-timing-function:ease;
|
2776
|
+
animation-timing-function:ease
|
2777
|
+
}
|
2778
|
+
100%{
|
2779
|
+
opacity:0;
|
2780
|
+
-webkit-transform:scale3d(1,.65,1);
|
2781
|
+
transform:scale3d(1,.65,1)
|
2782
|
+
}
|
2783
|
+
}
|
2784
|
+
@keyframes searchview-close-left-searchhide{
|
2785
|
+
0%{
|
2786
|
+
opacity:1;
|
2787
|
+
-webkit-transform:rotate(-45deg);
|
2788
|
+
transform:rotate(-45deg);
|
2789
|
+
-webkit-animation-timing-function:ease;
|
2790
|
+
animation-timing-function:ease
|
2791
|
+
}
|
2792
|
+
100%{
|
2793
|
+
opacity:0;
|
2794
|
+
-webkit-transform:scale3d(1,.65,1);
|
2795
|
+
transform:scale3d(1,.65,1)
|
2796
|
+
}
|
2797
|
+
}
|
2798
|
+
@-webkit-keyframes searchview-close-right-searchshow{
|
2799
|
+
0%{
|
2800
|
+
opacity:0;
|
2801
|
+
-webkit-transform:scale3d(1,.65,1);
|
2802
|
+
transform:scale3d(1,.65,1);
|
2803
|
+
-webkit-animation-timing-function:ease;
|
2804
|
+
animation-timing-function:ease
|
2805
|
+
}
|
2806
|
+
100%{
|
2807
|
+
opacity:1;
|
2808
|
+
-webkit-transform:rotate(45deg);
|
2809
|
+
transform:rotate(45deg)
|
2810
|
+
}
|
2811
|
+
}
|
2812
|
+
@keyframes searchview-close-right-searchshow{
|
2813
|
+
0%{
|
2814
|
+
opacity:0;
|
2815
|
+
-webkit-transform:scale3d(1,.65,1);
|
2816
|
+
transform:scale3d(1,.65,1);
|
2817
|
+
-webkit-animation-timing-function:ease;
|
2818
|
+
animation-timing-function:ease
|
2819
|
+
}
|
2820
|
+
100%{
|
2821
|
+
opacity:1;
|
2822
|
+
-webkit-transform:rotate(45deg);
|
2823
|
+
transform:rotate(45deg)
|
2824
|
+
}
|
2825
|
+
}
|
2826
|
+
@-webkit-keyframes searchview-close-right-searchhide{
|
2827
|
+
0%{
|
2828
|
+
opacity:1;
|
2829
|
+
-webkit-transform:rotate(45deg);
|
2830
|
+
transform:rotate(45deg);
|
2831
|
+
-webkit-animation-timing-function:ease;
|
2832
|
+
animation-timing-function:ease
|
2833
|
+
}
|
2834
|
+
100%{
|
2835
|
+
opacity:0;
|
2836
|
+
-webkit-transform:scale3d(1,.65,1);
|
2837
|
+
transform:scale3d(1,.65,1)
|
2838
|
+
}
|
2839
|
+
}
|
2840
|
+
@keyframes searchview-close-right-searchhide{
|
2841
|
+
0%{
|
2842
|
+
opacity:1;
|
2843
|
+
-webkit-transform:rotate(45deg);
|
2844
|
+
transform:rotate(45deg);
|
2845
|
+
-webkit-animation-timing-function:ease;
|
2846
|
+
animation-timing-function:ease
|
2847
|
+
}
|
2848
|
+
100%{
|
2849
|
+
opacity:0;
|
2850
|
+
-webkit-transform:scale3d(1,.65,1);
|
2851
|
+
transform:scale3d(1,.65,1)
|
2852
|
+
}
|
2853
|
+
}
|
2854
|
+
#search-curtain{
|
2855
|
+
background:rgba(0,0,0,.2);
|
2856
|
+
display:none;
|
2857
|
+
position:fixed;
|
2858
|
+
top:0;
|
2859
|
+
right:0;
|
2860
|
+
bottom:0;
|
2861
|
+
left:0;
|
2862
|
+
width:100%;
|
2863
|
+
height:100%;
|
2864
|
+
z-index:99
|
2865
|
+
}
|
2866
|
+
header.app button.searchview-close[aria-checked=true]{
|
2867
|
+
opacity:1;
|
2868
|
+
position:absolute;
|
2869
|
+
width:38px;
|
2870
|
+
height:44px;
|
2871
|
+
top:0;
|
2872
|
+
color:#fff;
|
2873
|
+
cursor:pointer;
|
2874
|
+
transition:opacity .2s cubic-bezier(.645,.045,.355,1);
|
2875
|
+
-webkit-tap-highlight-color:transparent
|
2876
|
+
}
|
2877
|
+
header.app button.searchview-close[aria-checked=true]:-moz-focusring{
|
2878
|
+
outline:#fff dotted 1px
|
2879
|
+
}
|
2880
|
+
header.app button.searchview-close[aria-checked=true]::-moz-focus-inner{
|
2881
|
+
border:0
|
2882
|
+
}
|
2883
|
+
header.app button.searchview-close[aria-checked=true]:active,header.app button.searchview-close[aria-checked=true]:hover{
|
2884
|
+
opacity:.65
|
2885
|
+
}
|
2886
|
+
header.app button.searchview-close[aria-checked=true]:focus{
|
2887
|
+
outline-offset:-7px
|
2888
|
+
}
|
2889
|
+
header.app button.searchview-close[aria-checked=true]:focus:active{
|
2890
|
+
outline:0
|
2891
|
+
}
|
2892
|
+
.searchview-close-wrapper{
|
2893
|
+
display:block;
|
2894
|
+
width:100%;
|
2895
|
+
height:100%
|
2896
|
+
}
|
2897
|
+
.searchview-close-left,.searchview-close-right{
|
2898
|
+
height:18px;
|
2899
|
+
width:1px;
|
2900
|
+
background:#fff;
|
2901
|
+
top:11px;
|
2902
|
+
z-index:1;
|
2903
|
+
position:absolute;
|
2904
|
+
display:block
|
2905
|
+
}
|
2906
|
+
.searchview-close-left{
|
2907
|
+
right:12px;
|
2908
|
+
-webkit-transform:scale3d(1,.65,1);
|
2909
|
+
transform:scale3d(1,.65,1);
|
2910
|
+
-webkit-transform-origin:0 100%;
|
2911
|
+
transform-origin:0 100%
|
2912
|
+
}
|
2913
|
+
.searchview-close-right{
|
2914
|
+
left:12px;
|
2915
|
+
-webkit-transform:scale3d(1,.65,1);
|
2916
|
+
transform:scale3d(1,.65,1);
|
2917
|
+
-webkit-transform-origin:100% 100%;
|
2918
|
+
transform-origin:100% 100%
|
2919
|
+
}
|
2920
|
+
#search .searchform-input,#search button{
|
2921
|
+
border:none;
|
2922
|
+
background-color:transparent
|
2923
|
+
}
|
2924
|
+
#search{
|
2925
|
+
padding:0;
|
2926
|
+
position:absolute;
|
2927
|
+
top:0;
|
2928
|
+
right:0;
|
2929
|
+
left:0;
|
2930
|
+
z-index:100;
|
2931
|
+
display:block;
|
2932
|
+
margin:0;
|
2933
|
+
width:100%;
|
2934
|
+
height:48px;
|
2935
|
+
max-height:44px;
|
2936
|
+
font-size:18px;
|
2937
|
+
font-weight:400;
|
2938
|
+
-webkit-user-select:none;
|
2939
|
+
-ms-user-select:none;
|
2940
|
+
-moz-user-select:none;
|
2941
|
+
-o-user-select:none;
|
2942
|
+
user-select:none
|
2943
|
+
}
|
2944
|
+
#search .search-content{
|
2945
|
+
margin:0 auto;
|
2946
|
+
max-width:980px;
|
2947
|
+
position:relative;
|
2948
|
+
z-index:2
|
2949
|
+
}
|
2950
|
+
#search .searchview{
|
2951
|
+
display:none
|
2952
|
+
}
|
2953
|
+
#search .searchview-content{
|
2954
|
+
position:absolute;
|
2955
|
+
top:0;
|
2956
|
+
left:16.66667%;
|
2957
|
+
width:66.66667%;
|
2958
|
+
height:100vh;
|
2959
|
+
z-index:3
|
2960
|
+
}
|
2961
|
+
#search .searchform{
|
2962
|
+
height:44px;
|
2963
|
+
line-height:44px
|
2964
|
+
}
|
2965
|
+
@media all and (max-width:568px){
|
2966
|
+
#search .searchview-content{
|
2967
|
+
left:auto;
|
2968
|
+
width:100%
|
2969
|
+
}
|
2970
|
+
#search .searchform{
|
2971
|
+
margin-left:16.66667%;
|
2972
|
+
width:66.66667%
|
2973
|
+
}
|
2974
|
+
[dir=rtl] #search .searchform{
|
2975
|
+
margin-left:0;
|
2976
|
+
margin-right:16.66667%
|
2977
|
+
}
|
2978
|
+
}
|
2979
|
+
#search .searchform-wrapper{
|
2980
|
+
padding-left:40px;
|
2981
|
+
position:relative;
|
2982
|
+
z-index:2
|
2983
|
+
}
|
2984
|
+
[dir=rtl] #search .searchform-wrapper{
|
2985
|
+
padding-left:0;
|
2986
|
+
padding-right:40px
|
2987
|
+
}
|
2988
|
+
#search .searchform-input{
|
2989
|
+
font-size:16px;
|
2990
|
+
line-height:1.375;
|
2991
|
+
letter-spacing:normal;
|
2992
|
+
color:#fff;
|
2993
|
+
outline:0;
|
2994
|
+
width:100%;
|
2995
|
+
height:1.375em
|
2996
|
+
}
|
2997
|
+
#search .searchform-input::-webkit-input-placeholder{
|
2998
|
+
color:#999;
|
2999
|
+
opacity:1
|
3000
|
+
}
|
3001
|
+
#search .searchform-input:-ms-input-placeholder{
|
3002
|
+
color:#999;
|
3003
|
+
opacity:1
|
3004
|
+
}
|
3005
|
+
#search .searchform-input::placeholder{
|
3006
|
+
color:#999;
|
3007
|
+
opacity:1
|
3008
|
+
}
|
3009
|
+
#search .searchform-input::-ms-clear{
|
3010
|
+
display:none;
|
3011
|
+
width:0;
|
3012
|
+
height:0
|
3013
|
+
}
|
3014
|
+
#search .searchform-icon{
|
3015
|
+
position:absolute;
|
3016
|
+
z-index:1;
|
3017
|
+
top:0;
|
3018
|
+
left:0;
|
3019
|
+
width:40px;
|
3020
|
+
height:44px;
|
3021
|
+
background-size:20px 44px;
|
3022
|
+
background-image:url(css/img/search_image_large.svg);
|
3023
|
+
background-position:10px 50%;
|
3024
|
+
background-repeat:no-repeat;
|
3025
|
+
transition:opacity .2s cubic-bezier(.645,.045,.355,1)
|
3026
|
+
}
|
3027
|
+
.modal .modal-footer,.modal .modal-header{
|
3028
|
+
height:50px;
|
3029
|
+
min-height:50px;
|
3030
|
+
text-align:center
|
3031
|
+
}
|
3032
|
+
[dir=rtl] #search .searchform-icon{
|
3033
|
+
left:auto;
|
3034
|
+
right:0
|
3035
|
+
}
|
3036
|
+
#search .searchresults{
|
3037
|
+
font-size:.8235rem;
|
3038
|
+
line-height:2;
|
3039
|
+
letter-spacing:normal;
|
3040
|
+
display:none;
|
3041
|
+
background:#fff;
|
3042
|
+
border-top:none;
|
3043
|
+
color:#999;
|
3044
|
+
max-height:calc(56%);
|
3045
|
+
overflow-x:hidden;
|
3046
|
+
overflow-y:auto;
|
3047
|
+
-webkit-overflow-scrolling:touch;
|
3048
|
+
white-space:nowrap
|
3049
|
+
}
|
3050
|
+
#search .searchresults-item a,#search .searchresults-item a b,#search .searchresults-noresults,#search .searchresults.with-content,.searchhide #search .searchview,.searchopen #search .searchview,.searchopen #search~#search-curtain,.searchshow #search .searchview{
|
3051
|
+
display:block
|
3052
|
+
}
|
3053
|
+
#search .searchresults.with-content-initial{
|
3054
|
+
-webkit-animation:searchresults-show .2s both;
|
3055
|
+
animation:searchresults-show .2s both
|
3056
|
+
}
|
3057
|
+
#search .searchresults-section{
|
3058
|
+
border-top:1px solid #d6d6d6;
|
3059
|
+
margin:0;
|
3060
|
+
padding:24px 40px 15px;
|
3061
|
+
left:auto;
|
3062
|
+
position:static
|
3063
|
+
}
|
3064
|
+
.modal,html.modal-view{
|
3065
|
+
position:fixed
|
3066
|
+
}
|
3067
|
+
#search .searchresults-section:first-child{
|
3068
|
+
border-top:none
|
3069
|
+
}
|
3070
|
+
#search .searchresults-header{
|
3071
|
+
font-size:12px;
|
3072
|
+
line-height:1;
|
3073
|
+
font-weight:400;
|
3074
|
+
letter-spacing:normal;
|
3075
|
+
color:#999
|
3076
|
+
}
|
3077
|
+
#search .searchresults-list{
|
3078
|
+
list-style:none;
|
3079
|
+
padding-top:5px
|
3080
|
+
}
|
3081
|
+
#search .searchresults-item{
|
3082
|
+
margin:4px -32px
|
3083
|
+
}
|
3084
|
+
#search .searchresults-item a{
|
3085
|
+
color:#333;
|
3086
|
+
padding:0 48px
|
3087
|
+
}
|
3088
|
+
#search .searchresults-item a b{
|
3089
|
+
color:#999;
|
3090
|
+
font-weight:400;
|
3091
|
+
font-size:12px;
|
3092
|
+
line-height:1em;
|
3093
|
+
padding-bottom:7px;
|
3094
|
+
pointer-events:none
|
3095
|
+
}
|
3096
|
+
#search .searchresults-item a:hover{
|
3097
|
+
background-color:#f2f2f2;
|
3098
|
+
color:#08c
|
3099
|
+
}
|
3100
|
+
#search .searchresults-item a:hover b{
|
3101
|
+
color:#08c
|
3102
|
+
}
|
3103
|
+
#search .searchresults-animated{
|
3104
|
+
-webkit-animation:searchresults-items-show .4s both;
|
3105
|
+
animation:searchresults-items-show .4s both
|
3106
|
+
}
|
3107
|
+
#search .searchresults-animated:nth-child(1){
|
3108
|
+
-webkit-animation-delay:20ms;
|
3109
|
+
animation-delay:20ms
|
3110
|
+
}
|
3111
|
+
#search .searchresults-animated:nth-child(2){
|
3112
|
+
-webkit-animation-delay:40ms;
|
3113
|
+
animation-delay:40ms
|
3114
|
+
}
|
3115
|
+
#search .searchresults-animated:nth-child(3){
|
3116
|
+
-webkit-animation-delay:60ms;
|
3117
|
+
animation-delay:60ms
|
3118
|
+
}
|
3119
|
+
#search .searchresults-animated:nth-child(4){
|
3120
|
+
-webkit-animation-delay:80ms;
|
3121
|
+
animation-delay:80ms
|
3122
|
+
}
|
3123
|
+
#search .searchresults-animated:nth-child(5){
|
3124
|
+
-webkit-animation-delay:.1s;
|
3125
|
+
animation-delay:.1s
|
3126
|
+
}
|
3127
|
+
#search .searchresults-animated:nth-child(6){
|
3128
|
+
-webkit-animation-delay:120ms;
|
3129
|
+
animation-delay:120ms
|
3130
|
+
}
|
3131
|
+
#search .searchresults-animated:nth-child(7){
|
3132
|
+
-webkit-animation-delay:140ms;
|
3133
|
+
animation-delay:140ms
|
3134
|
+
}
|
3135
|
+
#search .searchresults-animated:nth-child(8){
|
3136
|
+
-webkit-animation-delay:160ms;
|
3137
|
+
animation-delay:160ms
|
3138
|
+
}
|
3139
|
+
#search .searchresults-animated:nth-child(9){
|
3140
|
+
-webkit-animation-delay:180ms;
|
3141
|
+
animation-delay:180ms
|
3142
|
+
}
|
3143
|
+
#search .searchresults-animated:nth-child(10){
|
3144
|
+
-webkit-animation-delay:.2s;
|
3145
|
+
animation-delay:.2s
|
3146
|
+
}
|
3147
|
+
#search .searchresults-animated.searchresults-header{
|
3148
|
+
-webkit-animation-delay:0;
|
3149
|
+
animation-delay:0
|
3150
|
+
}
|
3151
|
+
#search .searchresults-noresults{
|
3152
|
+
padding:0 32px;
|
3153
|
+
color:#999;
|
3154
|
+
line-height:1.25;
|
3155
|
+
white-space:normal
|
3156
|
+
}
|
3157
|
+
.searchopen #search .search-item-menu{
|
3158
|
+
pointer-events:none;
|
3159
|
+
visibility:hidden
|
3160
|
+
}
|
3161
|
+
.searchopen .searchview-close-wrapper{
|
3162
|
+
-webkit-transform:none;
|
3163
|
+
transform:none
|
3164
|
+
}
|
3165
|
+
.searchopen .searchview-close-left{
|
3166
|
+
-webkit-transform:rotate(-45deg);
|
3167
|
+
transform:rotate(-45deg)
|
3168
|
+
}
|
3169
|
+
.searchopen .searchview-close-right{
|
3170
|
+
-webkit-transform:rotate(45deg);
|
3171
|
+
transform:rotate(45deg)
|
3172
|
+
}
|
3173
|
+
@-webkit-keyframes searchshow-curtain{
|
3174
|
+
0%{
|
3175
|
+
opacity:0;
|
3176
|
+
-webkit-animation-timing-function:ease;
|
3177
|
+
animation-timing-function:ease
|
3178
|
+
}
|
3179
|
+
100%{
|
3180
|
+
opacity:1
|
3181
|
+
}
|
3182
|
+
}
|
3183
|
+
@keyframes searchshow-curtain{
|
3184
|
+
0%{
|
3185
|
+
opacity:0;
|
3186
|
+
-webkit-animation-timing-function:ease;
|
3187
|
+
animation-timing-function:ease
|
3188
|
+
}
|
3189
|
+
100%{
|
3190
|
+
opacity:1
|
3191
|
+
}
|
3192
|
+
}
|
3193
|
+
@-webkit-keyframes searchshow{
|
3194
|
+
0%{
|
3195
|
+
-webkit-transform:none;
|
3196
|
+
transform:none;
|
3197
|
+
-webkit-animation-timing-function:cubic-bezier(1,0,0,1);
|
3198
|
+
animation-timing-function:cubic-bezier(1,0,0,1)
|
3199
|
+
}
|
3200
|
+
100%{
|
3201
|
+
-webkit-transform:translate3d(0,-100%,0);
|
3202
|
+
transform:translate3d(0,-100%,0)
|
3203
|
+
}
|
3204
|
+
}
|
3205
|
+
@keyframes searchshow{
|
3206
|
+
0%{
|
3207
|
+
-webkit-transform:none;
|
3208
|
+
transform:none;
|
3209
|
+
-webkit-animation-timing-function:cubic-bezier(1,0,0,1);
|
3210
|
+
animation-timing-function:cubic-bezier(1,0,0,1)
|
3211
|
+
}
|
3212
|
+
100%{
|
3213
|
+
-webkit-transform:translate3d(0,-100%,0);
|
3214
|
+
transform:translate3d(0,-100%,0)
|
3215
|
+
}
|
3216
|
+
}
|
3217
|
+
@-webkit-keyframes search-list-searchshow{
|
3218
|
+
0%{
|
3219
|
+
-webkit-transform:translateY(0);
|
3220
|
+
transform:translateY(0);
|
3221
|
+
-webkit-animation-timing-function:cubic-bezier(1,0,0,1);
|
3222
|
+
animation-timing-function:cubic-bezier(1,0,0,1)
|
3223
|
+
}
|
3224
|
+
100%{
|
3225
|
+
-webkit-transform:translateY(-100%) translateY(106px);
|
3226
|
+
transform:translateY(-100%) translateY(106px)
|
3227
|
+
}
|
3228
|
+
}
|
3229
|
+
@keyframes search-list-searchshow{
|
3230
|
+
0%{
|
3231
|
+
-webkit-transform:translateY(0);
|
3232
|
+
transform:translateY(0);
|
3233
|
+
-webkit-animation-timing-function:cubic-bezier(1,0,0,1);
|
3234
|
+
animation-timing-function:cubic-bezier(1,0,0,1)
|
3235
|
+
}
|
3236
|
+
100%{
|
3237
|
+
-webkit-transform:translateY(-100%) translateY(106px);
|
3238
|
+
transform:translateY(-100%) translateY(106px)
|
3239
|
+
}
|
3240
|
+
}
|
3241
|
+
@-webkit-keyframes search-item-searchshow{
|
3242
|
+
0%{
|
3243
|
+
opacity:1;
|
3244
|
+
-webkit-transform:scale(1);
|
3245
|
+
transform:scale(1);
|
3246
|
+
-webkit-animation-timing-function:cubic-bezier(.2727,.0986,.8333,1);
|
3247
|
+
animation-timing-function:cubic-bezier(.2727,.0986,.8333,1)
|
3248
|
+
}
|
3249
|
+
40%{
|
3250
|
+
opacity:1
|
3251
|
+
}
|
3252
|
+
100%{
|
3253
|
+
opacity:0;
|
3254
|
+
-webkit-transform:scale(.7);
|
3255
|
+
transform:scale(.7)
|
3256
|
+
}
|
3257
|
+
}
|
3258
|
+
@keyframes search-item-searchshow{
|
3259
|
+
0%{
|
3260
|
+
opacity:1;
|
3261
|
+
-webkit-transform:scale(1);
|
3262
|
+
transform:scale(1);
|
3263
|
+
-webkit-animation-timing-function:cubic-bezier(.2727,.0986,.8333,1);
|
3264
|
+
animation-timing-function:cubic-bezier(.2727,.0986,.8333,1)
|
3265
|
+
}
|
3266
|
+
40%{
|
3267
|
+
opacity:1
|
3268
|
+
}
|
3269
|
+
100%{
|
3270
|
+
opacity:0;
|
3271
|
+
-webkit-transform:scale(.7);
|
3272
|
+
transform:scale(.7)
|
3273
|
+
}
|
3274
|
+
}
|
3275
|
+
.searchshow #search~#search-curtain{
|
3276
|
+
display:block;
|
3277
|
+
-webkit-animation:searchshow-curtain .2s both;
|
3278
|
+
animation:searchshow-curtain .2s both
|
3279
|
+
}
|
3280
|
+
.searchshow #search .search-item-menu{
|
3281
|
+
-webkit-animation:search-item-searchshow .4s both;
|
3282
|
+
animation:search-item-searchshow .4s both;
|
3283
|
+
pointer-events:none
|
3284
|
+
}
|
3285
|
+
.searchshow #search .search-item-menu:nth-child(2){
|
3286
|
+
-webkit-animation-delay:280ms;
|
3287
|
+
animation-delay:280ms
|
3288
|
+
}
|
3289
|
+
.searchshow #search .search-item-menu:nth-child(3){
|
3290
|
+
-webkit-animation-delay:245ms;
|
3291
|
+
animation-delay:245ms
|
3292
|
+
}
|
3293
|
+
.searchshow #search .search-item-menu:nth-child(4){
|
3294
|
+
-webkit-animation-delay:210ms;
|
3295
|
+
animation-delay:210ms
|
3296
|
+
}
|
3297
|
+
.searchshow #search .search-item-menu:nth-child(5){
|
3298
|
+
-webkit-animation-delay:175ms;
|
3299
|
+
animation-delay:175ms
|
3300
|
+
}
|
3301
|
+
.searchshow #search .search-item-menu:nth-child(6){
|
3302
|
+
-webkit-animation-delay:140ms;
|
3303
|
+
animation-delay:140ms
|
3304
|
+
}
|
3305
|
+
.searchshow #search .search-item-menu:nth-child(7){
|
3306
|
+
-webkit-animation-delay:105ms;
|
3307
|
+
animation-delay:105ms
|
3308
|
+
}
|
3309
|
+
.searchshow #search .search-item-menu:nth-child(8){
|
3310
|
+
-webkit-animation-delay:70ms;
|
3311
|
+
animation-delay:70ms
|
3312
|
+
}
|
3313
|
+
.searchshow #search .search-item-menu:nth-child(9){
|
3314
|
+
-webkit-animation-delay:35ms;
|
3315
|
+
animation-delay:35ms
|
3316
|
+
}
|
3317
|
+
.searchshow #search .searchform{
|
3318
|
+
-webkit-animation:searchform-fade .4s .4s both;
|
3319
|
+
animation:searchform-fade .4s .4s both
|
3320
|
+
}
|
3321
|
+
.searchshow #search .searchform-wrapper{
|
3322
|
+
-webkit-animation:searchform-slide 1s .4s both;
|
3323
|
+
animation:searchform-slide 1s .4s both
|
3324
|
+
}
|
3325
|
+
.searchshow .searchview-close{
|
3326
|
+
-webkit-transform:translateZ(0);
|
3327
|
+
transform:translateZ(0)
|
3328
|
+
}
|
3329
|
+
.searchshow .searchview-close-left{
|
3330
|
+
-webkit-animation:searchview-close-left-searchshow .3s both;
|
3331
|
+
animation:searchview-close-left-searchshow .3s both
|
3332
|
+
}
|
3333
|
+
.searchshow .searchview-close-right{
|
3334
|
+
-webkit-animation:searchview-close-right-searchshow .3s both;
|
3335
|
+
animation:searchview-close-right-searchshow .3s both
|
3336
|
+
}
|
3337
|
+
@-webkit-keyframes searchhide{
|
3338
|
+
0%{
|
3339
|
+
-webkit-transform:translate3d(0,-100%,0);
|
3340
|
+
transform:translate3d(0,-100%,0);
|
3341
|
+
-webkit-animation-timing-function:cubic-bezier(1,0,0,1);
|
3342
|
+
animation-timing-function:cubic-bezier(1,0,0,1)
|
3343
|
+
}
|
3344
|
+
100%{
|
3345
|
+
-webkit-transform:none;
|
3346
|
+
transform:none
|
3347
|
+
}
|
3348
|
+
}
|
3349
|
+
@keyframes searchhide{
|
3350
|
+
0%{
|
3351
|
+
-webkit-transform:translate3d(0,-100%,0);
|
3352
|
+
transform:translate3d(0,-100%,0);
|
3353
|
+
-webkit-animation-timing-function:cubic-bezier(1,0,0,1);
|
3354
|
+
animation-timing-function:cubic-bezier(1,0,0,1)
|
3355
|
+
}
|
3356
|
+
100%{
|
3357
|
+
-webkit-transform:none;
|
3358
|
+
transform:none
|
3359
|
+
}
|
3360
|
+
}
|
3361
|
+
@-webkit-keyframes search-item-searchhide{
|
3362
|
+
0%{
|
3363
|
+
opacity:0;
|
3364
|
+
-webkit-transform:scale(.7);
|
3365
|
+
transform:scale(.7)
|
3366
|
+
}
|
3367
|
+
60%{
|
3368
|
+
opacity:1
|
3369
|
+
}
|
3370
|
+
100%{
|
3371
|
+
opacity:1;
|
3372
|
+
-webkit-transform:scale(1);
|
3373
|
+
transform:scale(1);
|
3374
|
+
-webkit-animation-timing-function:cubic-bezier(.2727,.0986,.8333,1);
|
3375
|
+
animation-timing-function:cubic-bezier(.2727,.0986,.8333,1)
|
3376
|
+
}
|
3377
|
+
}
|
3378
|
+
@keyframes search-item-searchhide{
|
3379
|
+
0%{
|
3380
|
+
opacity:0;
|
3381
|
+
-webkit-transform:scale(.7);
|
3382
|
+
transform:scale(.7)
|
3383
|
+
}
|
3384
|
+
60%{
|
3385
|
+
opacity:1
|
3386
|
+
}
|
3387
|
+
100%{
|
3388
|
+
opacity:1;
|
3389
|
+
-webkit-transform:scale(1);
|
3390
|
+
transform:scale(1);
|
3391
|
+
-webkit-animation-timing-function:cubic-bezier(.2727,.0986,.8333,1);
|
3392
|
+
animation-timing-function:cubic-bezier(.2727,.0986,.8333,1)
|
3393
|
+
}
|
3394
|
+
}
|
3395
|
+
@-webkit-keyframes searchview-searchhide{
|
3396
|
+
0%{
|
3397
|
+
opacity:1;
|
3398
|
+
-webkit-animation-timing-function:ease;
|
3399
|
+
animation-timing-function:ease
|
3400
|
+
}
|
3401
|
+
100%{
|
3402
|
+
opacity:0
|
3403
|
+
}
|
3404
|
+
}
|
3405
|
+
@keyframes searchview-searchhide{
|
3406
|
+
0%{
|
3407
|
+
opacity:1;
|
3408
|
+
-webkit-animation-timing-function:ease;
|
3409
|
+
animation-timing-function:ease
|
3410
|
+
}
|
3411
|
+
100%{
|
3412
|
+
opacity:0
|
3413
|
+
}
|
3414
|
+
}
|
3415
|
+
.searchhide #search .search-item-menu{
|
3416
|
+
pointer-events:none;
|
3417
|
+
-webkit-animation:search-item-searchhide .4s both;
|
3418
|
+
animation:search-item-searchhide .4s both
|
3419
|
+
}
|
3420
|
+
.searchhide #search .search-item-menu:nth-child(2){
|
3421
|
+
-webkit-animation-delay:0;
|
3422
|
+
animation-delay:0
|
3423
|
+
}
|
3424
|
+
.searchhide #search .search-item-menu:nth-child(3){
|
3425
|
+
-webkit-animation-delay:35ms;
|
3426
|
+
animation-delay:35ms
|
3427
|
+
}
|
3428
|
+
.searchhide #search .search-item-menu:nth-child(4){
|
3429
|
+
-webkit-animation-delay:70ms;
|
3430
|
+
animation-delay:70ms
|
3431
|
+
}
|
3432
|
+
.searchhide #search .search-item-menu:nth-child(5){
|
3433
|
+
-webkit-animation-delay:105ms;
|
3434
|
+
animation-delay:105ms
|
3435
|
+
}
|
3436
|
+
.searchhide #search .search-item-menu:nth-child(6){
|
3437
|
+
-webkit-animation-delay:140ms;
|
3438
|
+
animation-delay:140ms
|
3439
|
+
}
|
3440
|
+
.searchhide #search .search-item-menu:nth-child(7){
|
3441
|
+
-webkit-animation-delay:175ms;
|
3442
|
+
animation-delay:175ms
|
3443
|
+
}
|
3444
|
+
.searchhide #search .search-item-menu:nth-child(8){
|
3445
|
+
-webkit-animation-delay:210ms;
|
3446
|
+
animation-delay:210ms
|
3447
|
+
}
|
3448
|
+
.searchhide #search .search-item-menu:nth-child(9){
|
3449
|
+
-webkit-animation-delay:245ms;
|
3450
|
+
animation-delay:245ms
|
3451
|
+
}
|
3452
|
+
.searchhide #search .searchview-content{
|
3453
|
+
-webkit-animation:searchview-searchhide .2s both;
|
3454
|
+
animation:searchview-searchhide .2s both
|
3455
|
+
}
|
3456
|
+
.searchhide #search .searchresults-animated{
|
3457
|
+
-webkit-animation:none;
|
3458
|
+
animation:none
|
3459
|
+
}
|
3460
|
+
.searchhide .searchview-close-wrapper{
|
3461
|
+
-webkit-animation:searchview-close-searchhide-small .6s .2s both;
|
3462
|
+
animation:searchview-close-searchhide-small .6s .2s both
|
3463
|
+
}
|
3464
|
+
.searchhide .searchview-close-left{
|
3465
|
+
-webkit-animation:searchview-close-left-searchhide-small .6s 150ms both;
|
3466
|
+
animation:searchview-close-left-searchhide-small .6s 150ms both
|
3467
|
+
}
|
3468
|
+
.searchhide .searchview-close-right{
|
3469
|
+
-webkit-animation:searchview-close-right-searchhide-small .6s 150ms both;
|
3470
|
+
animation:searchview-close-right-searchhide-small .6s 150ms both
|
3471
|
+
}
|
3472
|
+
.modal{
|
3473
|
+
display:-webkit-box;
|
3474
|
+
display:flex;
|
3475
|
+
-webkit-box-direction:normal;
|
3476
|
+
-webkit-box-orient:vertical;
|
3477
|
+
flex-direction:column;
|
3478
|
+
flex-wrap:nowrap;
|
3479
|
+
-webkit-box-pack:center;
|
3480
|
+
justify-content:center;
|
3481
|
+
align-content:center;
|
3482
|
+
-webkit-box-align:center;
|
3483
|
+
align-items:center;
|
3484
|
+
z-index:1000;
|
3485
|
+
transition:padding .3s ease-in-out;
|
3486
|
+
background:rgba(0,0,0,.6);
|
3487
|
+
top:0;
|
3488
|
+
right:0;
|
3489
|
+
bottom:0;
|
3490
|
+
left:0;
|
3491
|
+
padding:2%;
|
3492
|
+
-webkit-animation:show-modal .2s .3s ease 0s 1 forwards;
|
3493
|
+
animation:show-modal .2s .3s ease 0s 1 forwards
|
3494
|
+
}
|
3495
|
+
@media all and (max-width:568px){
|
3496
|
+
.modal{
|
3497
|
+
padding:2%
|
3498
|
+
}
|
3499
|
+
}
|
3500
|
+
.modal.dismiss{
|
3501
|
+
-webkit-animation:show-modal .2s reverse .3s ease 0s 1 forwards;
|
3502
|
+
animation:show-modal .2s reverse .3s ease 0s 1 forwards;
|
3503
|
+
opacity:0
|
3504
|
+
}
|
3505
|
+
.modal .hv-close-btn,.modal .modal-content,.modal .modal-footer,.modal .modal-header{
|
3506
|
+
width:90%;
|
3507
|
+
margin:0 auto;
|
3508
|
+
max-width:740px;
|
3509
|
+
position:relative
|
3510
|
+
}
|
3511
|
+
.modal .modal-content{
|
3512
|
+
overflow-y:auto;
|
3513
|
+
overflow-x:hidden;
|
3514
|
+
border-radius:4px 4px 0 0;
|
3515
|
+
background:#fff;
|
3516
|
+
transition:max-height .3s ease-in-out;
|
3517
|
+
max-height:70%;
|
3518
|
+
max-height:calc(96% - 45px);
|
3519
|
+
-webkit-box-ordinal-group:1;
|
3520
|
+
order:0;
|
3521
|
+
-webkit-box-flex:0;
|
3522
|
+
flex:0 1 auto;
|
3523
|
+
align-self:auto;
|
3524
|
+
border-top:1px solid #fff;
|
3525
|
+
border-bottom:1px solid #fff
|
3526
|
+
}
|
3527
|
+
.is-hv .modal .modal-content{
|
3528
|
+
border-radius:4px
|
3529
|
+
}
|
3530
|
+
.modal .apd-topic{
|
3531
|
+
font-size:.82rem
|
3532
|
+
}
|
3533
|
+
.is-not-hv .modal .apd-topic{
|
3534
|
+
padding:7% 8% calc(8% - 45px)
|
3535
|
+
}
|
3536
|
+
.is-hv .modal .apd-topic,.is-safari5 .modal .apd-topic{
|
3537
|
+
padding:7% 8%!important
|
3538
|
+
}
|
3539
|
+
@media all and (max-width:568px){
|
3540
|
+
.modal .apd-topic{
|
3541
|
+
padding:5% 5% 5px
|
3542
|
+
}
|
3543
|
+
}
|
3544
|
+
.modal .apd-topic h1{
|
3545
|
+
pointer-events:none
|
3546
|
+
}
|
3547
|
+
.modal .modal-header{
|
3548
|
+
background-color:#f3f5f6;
|
3549
|
+
border-bottom:1px solid #fafbfb;
|
3550
|
+
display:none
|
3551
|
+
}
|
3552
|
+
.modal .modal-header h2{
|
3553
|
+
color:#545454;
|
3554
|
+
font-size:1.06rem;
|
3555
|
+
line-height:1.06rem;
|
3556
|
+
padding:15px;
|
3557
|
+
margin:0
|
3558
|
+
}
|
3559
|
+
.modal .modal-footer{
|
3560
|
+
border-radius:0 0 4px 4px;
|
3561
|
+
border-top:1px solid #e4e4e4;
|
3562
|
+
background:#fff
|
3563
|
+
}
|
3564
|
+
.modal .modal-footer button[name=close]{
|
3565
|
+
border:none;
|
3566
|
+
background:0 0;
|
3567
|
+
margin:0;
|
3568
|
+
padding:15px;
|
3569
|
+
width:100%;
|
3570
|
+
color:#2f2f2f;
|
3571
|
+
font-size:1.06rem;
|
3572
|
+
line-height:1.06rem
|
3573
|
+
}
|
3574
|
+
.is-hv .modal .modal-footer{
|
3575
|
+
display:none
|
3576
|
+
}
|
3577
|
+
.modal .hv-close-btn{
|
3578
|
+
z-index:1010;
|
3579
|
+
height:15px;
|
3580
|
+
top:25px;
|
3581
|
+
right:12px
|
3582
|
+
}
|
3583
|
+
.modal .hv-close-btn button[name=close]{
|
3584
|
+
display:block;
|
3585
|
+
border:none;
|
3586
|
+
margin:0;
|
3587
|
+
padding:10px;
|
3588
|
+
color:transparent;
|
3589
|
+
background:url(css/img/button-close.png) center no-repeat;
|
3590
|
+
background-size:15px 15px;
|
3591
|
+
width:15px;
|
3592
|
+
height:15px;
|
3593
|
+
position:absolute;
|
3594
|
+
top:9px;
|
3595
|
+
right:9px
|
3596
|
+
}
|
3597
|
+
[dir=rtl] .modal .hv-close-btn button[name=close]{
|
3598
|
+
right:initial;
|
3599
|
+
left:32px
|
3600
|
+
}
|
3601
|
+
.is-not-hv .modal .hv-close-btn{
|
3602
|
+
display:none
|
3603
|
+
}
|
3604
|
+
.modal.has-modal-header .modal-header{
|
3605
|
+
display:block;
|
3606
|
+
border-radius:4px 4px 0 0
|
3607
|
+
}
|
3608
|
+
.modal.has-modal-header .modal-content{
|
3609
|
+
border-radius:0;
|
3610
|
+
max-height:calc(96% - 45px - 50px)
|
3611
|
+
}
|
3612
|
+
.is-hv .modal.has-modal-header .modal-content{
|
3613
|
+
border-radius:0 0 4px 4px
|
3614
|
+
}
|
3615
|
+
@-webkit-keyframes show-modal{
|
3616
|
+
from{
|
3617
|
+
opacity:0
|
3618
|
+
}
|
3619
|
+
to{
|
3620
|
+
opacity:1
|
3621
|
+
}
|
3622
|
+
}
|
3623
|
+
@keyframes show-modal{
|
3624
|
+
from{
|
3625
|
+
opacity:0
|
3626
|
+
}
|
3627
|
+
to{
|
3628
|
+
opacity:1
|
3629
|
+
}
|
3630
|
+
}
|
3631
|
+
.development body::after,.review body::after,.staging body::after{
|
3632
|
+
position:fixed;
|
3633
|
+
bottom:0;
|
3634
|
+
right:0;
|
3635
|
+
font-weight:700;
|
3636
|
+
font-size:12px;
|
3637
|
+
background-color:grey;
|
3638
|
+
color:#fff;
|
3639
|
+
padding:2px 6px;
|
3640
|
+
border-top-left-radius:6px;
|
3641
|
+
z-index:100
|
3642
|
+
}
|
3643
|
+
.development body::after{
|
3644
|
+
content:"dev"
|
3645
|
+
}
|
3646
|
+
.review body::after{
|
3647
|
+
content:"review"
|
3648
|
+
}
|
3649
|
+
.staging body::after{
|
3650
|
+
content:"staging"
|
3651
|
+
}
|
3652
|
+
.loading-error{
|
3653
|
+
background-image:none;
|
3654
|
+
width:600px;
|
3655
|
+
position:relative;
|
3656
|
+
margin:0 auto;
|
3657
|
+
text-align:center;
|
3658
|
+
left:inherit
|
3659
|
+
}
|
3660
|
+
.loading-error h1{
|
3661
|
+
margin-bottom:.5em
|
3662
|
+
}
|
3663
|
+
.loading-error p{
|
3664
|
+
margin:0
|
3665
|
+
}
|
3666
|
+
.language-picker{
|
3667
|
+
min-height:150px
|
3668
|
+
}
|
3669
|
+
.language-picker.modal .modal-content,.language-picker.modal .modal-footer,.language-picker.modal .modal-header{
|
3670
|
+
width:300px
|
3671
|
+
}
|
3672
|
+
.language-picker.modal .modal-content{
|
3673
|
+
max-height:500px;
|
3674
|
+
border-radius:0!important
|
3675
|
+
}
|
3676
|
+
.language-picker.modal .modal-content button{
|
3677
|
+
display:none
|
3678
|
+
}
|
3679
|
+
.language-picker.modal .modal-footer{
|
3680
|
+
display:block!important
|
3681
|
+
}
|
3682
|
+
.language-picker ul{
|
3683
|
+
background-color:#fff;
|
3684
|
+
width:300px;
|
3685
|
+
overflow:auto;
|
3686
|
+
padding:0;
|
3687
|
+
margin:0
|
3688
|
+
}
|
3689
|
+
.language-picker ul li{
|
3690
|
+
list-style:none;
|
3691
|
+
margin:0 20px;
|
3692
|
+
padding:13px 0;
|
3693
|
+
border-bottom:1px solid #f2f2f2;
|
3694
|
+
cursor:pointer
|
3695
|
+
}
|
3696
|
+
.language-picker ul li:last-of-type{
|
3697
|
+
border-bottom:none
|
3698
|
+
}
|
3699
|
+
[dir=rtl] .language-picker ul li{
|
3700
|
+
text-align:right
|
3701
|
+
}
|
3702
|
+
.language-picker ul li[data-value^=en]{
|
3703
|
+
direction:ltr
|
3704
|
+
}
|
3705
|
+
.toc-button{
|
3706
|
+
opacity:0;
|
3707
|
+
color:transparent;
|
3708
|
+
position:absolute;
|
3709
|
+
top:42%;
|
3710
|
+
top:calc(50% - 65px/2);
|
3711
|
+
top:-webkit-calc(50% - 65px/2);
|
3712
|
+
-webkit-backface-visibility:hidden;
|
3713
|
+
background:url(css/img/button-toc-toggle.png) center center no-repeat;
|
3714
|
+
background-size:17px 16px;
|
3715
|
+
width:25px;
|
3716
|
+
height:65px;
|
3717
|
+
border:1px solid #b7babe;
|
3718
|
+
border-radius:0 9px 9px 0;
|
3719
|
+
z-index:21;
|
3720
|
+
background-color:#b7babe;
|
3721
|
+
transition:opacity .5s ease-in-out;
|
3722
|
+
pointer-events:none
|
3723
|
+
}
|
3724
|
+
.toc-toggle a,.toc-toggle a:visited{
|
3725
|
+
color:#007aff
|
3726
|
+
}
|
3727
|
+
@media print{
|
3728
|
+
.toc-button{
|
3729
|
+
display:none
|
3730
|
+
}
|
3731
|
+
}
|
3732
|
+
[dir=rtl] .toc-button{
|
3733
|
+
border-radius:9px 0 0 9px;
|
3734
|
+
background-image:url(css/img/button-toc-toggle-rtl.png)
|
3735
|
+
}
|
3736
|
+
.toc-button.toc-button-pin{
|
3737
|
+
pointer-events:auto;
|
3738
|
+
opacity:.5;
|
3739
|
+
left:0
|
3740
|
+
}
|
3741
|
+
.toc-button.toc-button-pin:hover{
|
3742
|
+
opacity:.9;
|
3743
|
+
transition:opacity .5s ease-in-out
|
3744
|
+
}
|
3745
|
+
[dir=rtl] .toc-button.toc-button-pin{
|
3746
|
+
left:auto;
|
3747
|
+
right:0
|
3748
|
+
}
|
3749
|
+
.loaded-timer .toc-button.toc-button-pin{
|
3750
|
+
opacity:.9
|
3751
|
+
}
|
3752
|
+
.is-older-hv .toc-button{
|
3753
|
+
display:block
|
3754
|
+
}
|
3755
|
+
.toc-toggle{
|
3756
|
+
margin:10px auto;
|
3757
|
+
text-align:center
|
3758
|
+
}
|
3759
|
+
.toc-toggle a{
|
3760
|
+
position:relative;
|
3761
|
+
outline:0;
|
3762
|
+
cursor:pointer
|
3763
|
+
}
|
3764
|
+
.toc-toggle a:hover{
|
3765
|
+
text-decoration:underline
|
3766
|
+
}
|
3767
|
+
.no-hover .toc-toggle a:hover{
|
3768
|
+
text-decoration:none
|
3769
|
+
}
|
3770
|
+
[data-change-bar=true]{
|
3771
|
+
border-left:2px solid red;
|
3772
|
+
background-color:#ffc8c8;
|
3773
|
+
padding-left:2px;
|
3774
|
+
padding-right:4px
|
3775
|
+
}
|
3776
|
+
[data-change-bar=true] [data-change-bar=true]{
|
3777
|
+
border:0;
|
3778
|
+
padding:0;
|
3779
|
+
background-color:inherit
|
3780
|
+
}
|
3781
|
+
.client-env{
|
3782
|
+
position:relative;
|
3783
|
+
display:-webkit-box;
|
3784
|
+
display:flex;
|
3785
|
+
justify-content:space-around;
|
3786
|
+
color:#fff;
|
3787
|
+
font-size:.6em;
|
3788
|
+
font-family:Menlo;
|
3789
|
+
padding:.2em 0
|
3790
|
+
}
|
3791
|
+
.review .client-env,.review .client-env button{
|
3792
|
+
background-color:#007aff
|
3793
|
+
}
|
3794
|
+
.development .client-env,.development .client-env button{
|
3795
|
+
background-color:#5f27ff
|
3796
|
+
}
|
3797
|
+
.client-env a{
|
3798
|
+
color:#fff
|
3799
|
+
}
|
3800
|
+
.client-env li{
|
3801
|
+
padding:0 2em;
|
3802
|
+
border-right:1px solid rgba(255,255,255,.5);
|
3803
|
+
-webkit-box-flex:1;
|
3804
|
+
flex-grow:1;
|
3805
|
+
text-align:center
|
3806
|
+
}
|
3807
|
+
.client-env li:nth-of-type(3){
|
3808
|
+
border-right:none
|
3809
|
+
}
|
3810
|
+
.client-env li:last-of-type{
|
3811
|
+
-webkit-box-flex:0;
|
3812
|
+
flex-grow:0;
|
3813
|
+
border-right:none
|
3814
|
+
}
|
3815
|
+
.client-env li:last-of-type button{
|
3816
|
+
position:absolute;
|
3817
|
+
top:0;
|
3818
|
+
right:-5px;
|
3819
|
+
font-size:20px;
|
3820
|
+
padding-right:20px;
|
3821
|
+
padding-left:9px;
|
3822
|
+
border:none;
|
3823
|
+
border-radius:20px;
|
3824
|
+
height:30px;
|
3825
|
+
width:30px;
|
3826
|
+
text-align:center;
|
3827
|
+
z-index:10000;
|
3828
|
+
color:#fff;
|
3829
|
+
font-weight:700;
|
3830
|
+
font-family:Courier
|
3831
|
+
}
|