cyberweb 0.4.174 → 0.5.225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cyberweb might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +1782 -405
- data/bin/cyberweb_sanitize +10 -0
- data/bin/download_webpage +7 -0
- data/bin/html_to_cyberweb_converter +7 -0
- data/cyberweb.gemspec +25 -25
- data/doc/README.gen +1745 -383
- data/doc/USAGE.md +16 -16
- data/doc/{AUTHORS.md → authors.md} +0 -0
- data/doc/configuration/configuration.md +3 -1
- data/doc/deprecations.md +13 -7
- data/doc/{DOCUMENTATION_FOR_CYBERSPRAWL.md → documentation_for_cybersprawl.md} +7 -4
- data/doc/future_design_goals.md +33 -0
- data/doc/html_characters.md +7 -7
- data/doc/{JQUERY.md → jquery/jquery.md} +20 -12
- data/doc/{MOUSE.md → mouse.md} +1 -9
- data/doc/{RENDER_WEB_BASE.md → render_web_base.md} +11 -4
- data/doc/todo/todo_for_the_cyberweb_project.md +791 -0
- data/examples/advanced/animated_css_example/animated_css_example.html +47 -0
- data/examples/advanced/animated_submarine/animated_submarine.html +511 -0
- data/examples/advanced/animated_windmill/animated_windmill.html +468 -0
- data/examples/advanced/delayed_update_of_the_body_via_javascript.cgi +8 -5
- data/examples/advanced/draw_circle/draw_circle.cgi +36 -0
- data/examples/advanced/drop_shadow_examples.cgi +37 -0
- data/examples/advanced/games/snake/food.png +0 -0
- data/examples/advanced/games/snake/ground.png +0 -0
- data/examples/advanced/games/snake/snake.cgi +28 -0
- data/examples/advanced/games/tetris/tetris.cgi +7 -0
- data/examples/advanced/games/tetris/tetris.rb +17 -0
- data/examples/advanced/games/tetris/tetris.sinatra +58 -0
- data/examples/advanced/games/tic-tac-toe/tic-tac-toe.cgi +123 -0
- data/examples/advanced/get_some_coffee/get_some_coffee.html +293 -0
- data/examples/advanced/glow_on_hover_example/glow_on_hover_example.cgi +27 -0
- data/examples/advanced/hybrid_experiment.cgi +34 -12
- data/examples/advanced/images/global_css_rules_for_the_images.cgi +32 -0
- data/examples/advanced/larger_image_on_mouse_over_example.cgi +2 -2
- data/examples/advanced/no_right_click.cgi +4 -3
- data/examples/advanced/{objectified_html_tags.cgi → objectified_html_tags/objectified_html_tags.cgi} +12 -3
- data/examples/advanced/objectified_html_tags/testing_objectified_html_tags_with_the_webobject.cgi +28 -0
- data/examples/advanced/random_glow_effects.cgi +34 -0
- data/examples/advanced/select_everything_example/select_everything_example.cgi +25 -0
- data/examples/advanced/simple_calculator.cgi +13 -21
- data/examples/advanced/simple_form_example.cgi +11 -11
- data/examples/advanced/traffic_light/traffic_light.html +163 -0
- data/examples/advanced/weather_animation/weather_animation.html +560 -0
- data/examples/css/animated_3D_cube_example/animated_3D_cube_example.html +265 -0
- data/examples/css/animated_bird_example/animated_bird_example.html +207 -0
- data/examples/css/animated_desk_example/animated_desk_example.html +120 -0
- data/examples/css/animated_dog_example/animated_dog_example.html +432 -0
- data/examples/css/animated_submit_button.html +190 -0
- data/examples/css/animated_text_colour_change/animated_text_colour_change.html +41 -0
- data/examples/css/blue_border.html +3 -1
- data/examples/css/border_image_example/border_image_example.html +40 -0
- data/examples/css/box_shadow/box_shadow_example.html +18 -0
- data/examples/css/christmas_snow_globe_animation.html +596 -0
- data/examples/css/css_border_spacing_example.html +5 -5
- data/examples/css/css_bubbles.html +3 -1
- data/examples/css/css_checkboxes_example/css_checkboxes_example.html +110 -0
- data/examples/css/css_drag_and_drop.html +1 -5
- data/examples/css/css_grid_feline_style/css_grid_feline_style.html +161 -0
- data/examples/css/css_neon_glow_effects.html +1 -1
- data/examples/css/css_rotate_these_words.html +83 -0
- data/examples/css/css_text_decoration_example.html +7 -7
- data/examples/css/css_thermometer/css_thermometer.html +91 -0
- data/examples/css/{css_tooltip.html → css_tooltip/css_tooltip.html} +8 -6
- data/examples/css/css_typewriter_example/css_typewriter_example.html +226 -0
- data/examples/css/cyberweb_animated_logo/cyberweb_animated_logo.html +179 -0
- data/examples/css/daily_coffee/daily_coffee.html +1110 -0
- data/examples/css/different_colour_on_selected_text/different_colour_on_selected_text.html +31 -0
- data/examples/css/differentially_glowing_text_example/differentially_glowing_text_example.html +82 -0
- data/examples/css/fade_in_and_fade_out_effect.html +2 -2
- data/examples/css/flying_birds_example/flying_birds_example.html +171 -0
- data/examples/css/folding_cards_example/folding_cards_example.html +624 -0
- data/examples/css/font_size_examples.html +7 -5
- data/examples/css/glowing_on_hover_animation/glowing_on_hover_animation.html +90 -0
- data/examples/css/grow_example.html +31 -0
- data/examples/css/happy_toaster_example/happy_toaster_example.html +830 -0
- data/examples/css/landing_on_mars_animation/landing_on_mars_animation.html +374 -0
- data/examples/css/letter_spacing_example.cgi +18 -14
- data/examples/css/lighthouse_example/lighthouse_example.html +1161 -0
- data/examples/css/{meter_example.html → meter_example/meter_example.html} +0 -0
- data/examples/css/motorcycle_on_the_go/motorcycle_on_the_go.html +227 -0
- data/examples/css/on_hover_glow_effect/on_hover_glow_effect.html +50 -0
- data/examples/css/on_mouse_button_pressed.html +6 -4
- data/examples/css/our_solar_system/our_solar_system.html +441 -0
- data/examples/css/outline/outline_versus_border_example.html +57 -0
- data/examples/css/polaroid_card_effect_example/polaroid_card_effect_example.html +130 -0
- data/examples/css/responsive_image_gallery/responsive_image_gallery.html +97 -0
- data/examples/css/rotating_DNA/rotating_DNA.html +626 -0
- data/examples/css/rotating_sphere_example/rotating_sphere_example.html +112 -0
- data/examples/css/scale_example.html +4 -5
- data/examples/css/shadow_example_in_CSS/shadow_example_in_CSS.cgi +62 -0
- data/examples/css/shaking_shapes_example.html +133 -0
- data/examples/css/simple_stars_example/simple_stars_example.html +27 -0
- data/examples/css/slide_checkbox_example/slide_checkbox_example.html +564 -0
- data/examples/css/speak_bubble_quote_example/speak_bubble_quote_example.html +109 -0
- data/examples/css/speedy_truck_example/speedy_truck_example.html +168 -0
- data/examples/css/{sticky_div_example.html → sticky_div_example/sticky_div_example.html} +0 -0
- data/examples/css/stitched_div.html +9 -0
- data/examples/css/sun_and_clouds_animation/sun_and_clouds_animation.html +292 -0
- data/examples/css/talking_candles_example/talking_candles_example.html +550 -0
- data/examples/css/text_decoration_underline_example/text_decoration_underline_example.html +62 -0
- data/examples/css/this_is_a_cat/this_is_a_cat.html +219 -0
- data/examples/css/three_dots_indicating_page_loading.html +65 -0
- data/examples/css/user_select_example/user_select_example.html +24 -0
- data/examples/css/walking_cat/walking_cat.html +128 -0
- data/examples/css/water_wave_text_animation_effect/water_wave_text_animation_effect.html +86 -0
- data/examples/csv/README.md +2 -1
- data/examples/flip_card_example/flip_card_example.html +10 -3
- data/examples/games/README.md +3 -0
- data/examples/games/snake/images/food.png +0 -0
- data/examples/games/snake/images/ground.png +0 -0
- data/examples/games/snake/snake.html +16 -0
- data/examples/games/snake/snake.js +117 -0
- data/examples/games/tetris/smaller_tetris_game.html +518 -0
- data/examples/games/tetris/tetris.html +461 -0
- data/examples/games/tic-tac-toe/index.js +125 -0
- data/examples/games/tic-tac-toe/style.css +79 -0
- data/examples/games/tic-tac-toe/tic-tac-toe.html +39 -0
- data/examples/html/MathML/001_show_a_simple_quadratic_equation.html +22 -0
- data/examples/html/MathML/002_simple_equation.html +7 -0
- data/examples/html/MathML/003_function_of_example.html +17 -0
- data/examples/html/MathML/README.md +2 -0
- data/examples/html/abbr_example.html +2 -5
- data/examples/html/accordion/README.md +1 -0
- data/examples/html/accordion/accordion.html +56 -0
- data/examples/html/base64_image_example.html +8 -5
- data/examples/html/buttons_example.html +133 -0
- data/examples/html/canvas_drawing_example.html +54 -0
- data/examples/html/colour_wheel.html +441 -442
- data/examples/html/column_width_example.html +2 -2
- data/examples/html/custom_cursor.html +8 -5
- data/examples/html/cyberweb_logo/README.md +2 -0
- data/examples/html/cyberweb_logo/cyberweb_logo.html +11 -0
- data/examples/html/draggable_paragraph.html +1 -2
- data/examples/html/email_popup_example/email_popup_example.html +175 -0
- data/examples/html/fieldset_example.html +3 -1
- data/examples/html/font_examples/README.md +1 -0
- data/examples/html/font_examples/chancery_text.html +19 -0
- data/examples/html/font_examples/fantasy_text.html +19 -0
- data/examples/html/font_examples/georgia_text.html +19 -0
- data/examples/html/font_size_example/font_size_example.html +85 -0
- data/examples/html/glyph_example.html +0 -1
- data/examples/html/grayscale_filter_example/grayscale_filter_example.html +15 -0
- data/examples/html/html_links_example.html +61 -0
- data/examples/html/html_slider/html_slider.html +39 -0
- data/examples/html/input_autofocus_example.html +11 -7
- data/examples/html/input_placeholder_example.html +15 -0
- data/examples/html/larger_image_on_mouse_over_example.html +1 -1
- data/examples/html/ordered_and_unordered_bulletsin.html +4 -2
- data/examples/html/play_video_example.html +3 -2
- data/examples/html/remote_image_example.html +8 -2
- data/examples/html/select_everything_on_mouse_click_event.html +38 -0
- data/examples/html/selected_text_appears_in_another_colour_example.html +34 -0
- data/examples/html/send_email_hyperlink/send_email_hyperlink.html +8 -0
- data/examples/html/simple_unordered_list.html +3 -0
- data/examples/html/spinner_example/spinner.html +79 -0
- data/examples/html/table_with_header_example.html +26 -13
- data/examples/html/test_mkv_codec/test_mkv_codec.html +11 -0
- data/examples/html/two_columns_flex_example.html +4 -1
- data/examples/{javascript → javascript_and_jquery}/README.md +0 -0
- data/examples/{javascript → javascript_and_jquery}/arrays/arrays_example_in_javascript.html +0 -0
- data/examples/javascript_and_jquery/autocomplete_on_an_input_field/autocomplete_on_an_input_field.html +295 -0
- data/examples/javascript_and_jquery/change_the_background_colour_dynamically/change_the_background_colour_dynamically.html +41 -0
- data/examples/{javascript → javascript_and_jquery}/delay_example/delay_example.html +0 -0
- data/examples/{javascript → javascript_and_jquery}/drag_support/drag_support.html +0 -0
- data/examples/javascript_and_jquery/jquery_bubbling_header/bubbling_header.html +109 -0
- data/examples/{javascript → javascript_and_jquery}/jquery_drag_and_drop/drag_and_drop_image_example.html +0 -0
- data/examples/javascript_and_jquery/jquery_showcase/README.md +6 -0
- data/examples/javascript_and_jquery/jquery_showcase/jquery_001.cgi +23 -0
- data/examples/javascript_and_jquery/jquery_showcase/jquery_002.cgi +34 -0
- data/examples/javascript_and_jquery/jquery_showcase/jquery_003.cgi +24 -0
- data/examples/javascript_and_jquery/jquery_showcase/jquery_004.cgi +34 -0
- data/examples/javascript_and_jquery/on_change_event/on_change_event.html +29 -0
- data/examples/javascript_and_jquery/on_click_colour_change/on_click_colour_change.html +31 -0
- data/examples/javascript_and_jquery/on_click_display_random_number/on_click_display_random_number.html +43 -0
- data/examples/{javascript → javascript_and_jquery}/on_click_event_hello_world/on_click_event_hello_world.html +0 -0
- data/examples/javascript_and_jquery/on_mouse_wheel_event/on_mouse_wheel_event.html +37 -0
- data/examples/javascript_and_jquery/read_the_content_of_a_local_file/read_the_content_of_a_local_file.html +35 -0
- data/examples/{javascript → javascript_and_jquery}/rgb_to_hex/rgb_to_hex.html +0 -0
- data/examples/{javascript → javascript_and_jquery}/screen_resolution/screen_resolution.html +2 -1
- data/examples/{javascript → javascript_and_jquery}/select_everything/select_everything.html +1 -1
- data/examples/javascript_and_jquery/vue/README.md +1 -0
- data/examples/javascript_and_jquery/vue/showcasing_vue.html +80 -0
- data/examples/{javascript → javascript_and_jquery}/write_into_a_file/write_into_a_file.html +0 -0
- data/examples/rack/example_with_html_template.rb +5 -4
- data/examples/rack/example_with_rack_and_cyberweb_showing_how_to_use_images.rb +3 -2
- data/examples/rack/hello_world_example_with_rack.rb +3 -2
- data/examples/rack/lobster.rb +7 -5
- data/examples/rack/rack_env.rb +3 -3
- data/examples/{show_greek_letters.rb → show_greek_letters/show_greek_letters.rb} +0 -0
- data/examples/simple/input_example_with_coloured_focus.cgi +32 -0
- data/examples/simple/input_type_examples.cgi +51 -0
- data/examples/simple/on_click_event_hello_world.cgi +5 -5
- data/examples/simple/rotate_these_words.cgi +90 -0
- data/examples/{example1.rb → simple/show_how_to_set_a_title.rb} +0 -0
- data/examples/simple/simple_gradient.cgi +57 -0
- data/images/cyberweb_favicon.png +0 -0
- data/images/cyberweb_logo.png +0 -0
- data/images/cyberweb_theme.png +0 -0
- data/lib/cyberweb/REST/README.md +7 -0
- data/lib/cyberweb/REST/base/accept_entry.rb +94 -0
- data/lib/cyberweb/REST/base/application.rb +37 -0
- data/lib/cyberweb/REST/base/bad_request.rb +10 -0
- data/lib/cyberweb/REST/base/base.rb +1131 -0
- data/lib/cyberweb/REST/base/common_logger.rb +35 -0
- data/lib/cyberweb/REST/base/delegator.rb +75 -0
- data/lib/cyberweb/REST/base/error.rb +8 -0
- data/lib/cyberweb/REST/base/extended_rack.rb +66 -0
- data/lib/cyberweb/REST/base/helpers/helpers.rb +473 -0
- data/lib/cyberweb/REST/base/helpers/stream.rb +75 -0
- data/lib/cyberweb/REST/base/mime_type_entry.rb +67 -0
- data/lib/cyberweb/{constants/file_constants.rb → REST/base/not_found.rb} +10 -5
- data/lib/cyberweb/REST/base/request.rb +145 -0
- data/lib/cyberweb/REST/base/response.rb +94 -0
- data/lib/cyberweb/REST/base/templates/templates.rb +208 -0
- data/lib/cyberweb/REST/base/wrapper.rb +28 -0
- data/lib/cyberweb/{constants/nl.rb → REST/constants.rb} +8 -9
- data/lib/cyberweb/REST/main.rb +109 -0
- data/lib/cyberweb/REST/show_exceptions.rb +396 -0
- data/lib/cyberweb/and_sinatra_base.rb +0 -0
- data/lib/cyberweb/autoinclude.rb +0 -0
- data/lib/cyberweb/autoinclude_webobject.rb +0 -0
- data/lib/cyberweb/base/base.rb +9 -2
- data/lib/cyberweb/base/colours.rb +8 -6
- data/lib/cyberweb/base/constants.rb +8 -0
- data/lib/cyberweb/base/misc.rb +140 -53
- data/lib/cyberweb/base/save_file.rb +3 -0
- data/lib/cyberweb/base_module/base_module.rb +79 -0
- data/lib/cyberweb/cascading_style_sheets/admonition.css +0 -0
- data/lib/cyberweb/cascading_style_sheets/balloon.css +0 -0
- data/lib/cyberweb/cascading_style_sheets/border.css +107 -41
- data/lib/cyberweb/cascading_style_sheets/code.css +0 -0
- data/lib/cyberweb/cascading_style_sheets/colours.css +46 -23
- data/lib/cyberweb/cascading_style_sheets/css_reset.css +59 -0
- data/lib/cyberweb/cascading_style_sheets/cursors.css +14 -0
- data/lib/cyberweb/cascading_style_sheets/custom/animated_bike.css +199 -0
- data/lib/cyberweb/cascading_style_sheets/default.css +171 -136
- data/lib/cyberweb/cascading_style_sheets/div.css +18 -4
- data/lib/cyberweb/cascading_style_sheets/drop_shadow.css +154 -0
- data/lib/cyberweb/cascading_style_sheets/error_404_css_class.css +26 -0
- data/lib/cyberweb/cascading_style_sheets/fonts.css +60 -39
- data/lib/cyberweb/cascading_style_sheets/glow_effects.css +69 -0
- data/lib/cyberweb/cascading_style_sheets/gradient_effects.css +5 -0
- data/lib/cyberweb/cascading_style_sheets/hover.css +4212 -0
- data/lib/cyberweb/cascading_style_sheets/links.css +8 -8
- data/lib/cyberweb/cascading_style_sheets/margin.css +195 -178
- data/lib/cyberweb/cascading_style_sheets/menu.css +0 -0
- data/lib/cyberweb/cascading_style_sheets/message_boxes.css +0 -0
- data/lib/cyberweb/cascading_style_sheets/misc.css +51 -11
- data/lib/cyberweb/cascading_style_sheets/popup.css +0 -0
- data/lib/cyberweb/cascading_style_sheets/rpg.css +0 -0
- data/lib/cyberweb/cascading_style_sheets/ruby_regexes.css +12 -0
- data/lib/cyberweb/cascading_style_sheets/shapes.css +59 -0
- data/lib/cyberweb/cascading_style_sheets/template2.css +0 -0
- data/lib/cyberweb/cascading_style_sheets/text_shadow.css +21 -0
- data/lib/cyberweb/cascading_style_sheets/tooltip.css +0 -0
- data/lib/cyberweb/cgi/constants.rb +1 -2
- data/lib/cyberweb/cgi/exceptions.rb +1 -1
- data/lib/cyberweb/coloured_tags/coloured_tags.rb +1 -1
- data/lib/cyberweb/colours/colour_chart.rb +10 -56
- data/lib/cyberweb/colours/colours.rb +149 -4
- data/lib/cyberweb/commandline/commandline_interface.rb +13 -8
- data/lib/cyberweb/configuration/load_the_configuration_file.rb +1 -1
- data/lib/cyberweb/constants/constants.rb +592 -2
- data/lib/cyberweb/controller/{webobject_controller.rb → controller.rb} +1 -1
- data/lib/cyberweb/css_manager/css_manager.rb +237 -0
- data/lib/cyberweb/databases/sqlite.rb +56 -0
- data/lib/cyberweb/debug/debug.rb +1 -1
- data/lib/cyberweb/encoding/encoding.rb +11 -0
- data/lib/cyberweb/erb/test.rhtml +0 -0
- data/lib/cyberweb/erb/test_template.erb +0 -0
- data/lib/cyberweb/evaluate_from_the_same_named_file_then_serve.rb +1 -1
- data/lib/cyberweb/favicon/favicon.rb +8 -7
- data/lib/cyberweb/forum/README.md +4 -0
- data/lib/cyberweb/foto_gallery/foto_gallery.rb +158 -0
- data/lib/cyberweb/generator/README.md +2 -2
- data/lib/cyberweb/generator/cgi.rb +22 -9
- data/lib/cyberweb/generator/static_webpage.rb +22 -12
- data/lib/cyberweb/html_tags/README.md +3 -3
- data/lib/cyberweb/html_tags/button.rb +10 -2
- data/lib/cyberweb/html_tags/h2.rb +6 -4
- data/lib/cyberweb/html_tags/html_tags.rb +17 -1
- data/lib/cyberweb/html_tags/input.rb +10 -5
- data/lib/cyberweb/html_tags/legend.rb +1 -1
- data/lib/cyberweb/html_tags/span.rb +10 -2
- data/lib/cyberweb/html_tags/table.rb +30 -19
- data/lib/cyberweb/html_template/html_template.rb +248 -85
- data/lib/cyberweb/images/embed_this_image.rb +3 -1
- data/lib/cyberweb/images/images.rb +2 -2
- data/lib/cyberweb/images/is_image.rb +2 -1
- data/lib/cyberweb/images/path_to_images.rb +2 -1
- data/lib/cyberweb/images/remove_this_substring_from_all_images.rb +1 -1
- data/lib/cyberweb/images/standalone_drag_and_drop_this_image.rb +3 -3
- data/lib/cyberweb/images/string_image.rb +6 -3
- data/lib/cyberweb/images_base64_encoded/404_ERROR.png.md +1 -0
- data/lib/cyberweb/images_base64_encoded/AUSRUFUNGSZEICHEN.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/BLUEARROW.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/BUBBLE.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/CAT.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/CAUTION.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/CHEERING_PERSON.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/CURSOR.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/DOT_01.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/DUCKY.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/ELEPHANT.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/HALLOWEEN.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/HANGING_MONKEY.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/LENS.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/README.md +0 -0
- data/lib/cyberweb/images_base64_encoded/SIX_SIDED_DICE.png.md +1 -0
- data/lib/cyberweb/images_base64_encoded/TU_WIEN_LOGO.png.md +0 -0
- data/lib/cyberweb/images_base64_encoded/VOGEL.png.md +0 -0
- data/lib/cyberweb/javascript/drag_and_drop.rb +17 -14
- data/lib/cyberweb/javascript/javascript.rb +79 -34
- data/lib/cyberweb/javascript/javascript_clock.rb +50 -14
- data/lib/cyberweb/javascript/javascript_helper/javascript_helper.rb +59 -0
- data/lib/cyberweb/javascript/jquery.rb +9 -5
- data/lib/cyberweb/javascript/on_click_change_opacity.rb +5 -1
- data/lib/cyberweb/javascript/on_click_hide.rb +2 -0
- data/lib/cyberweb/javascript/popup.rb +5 -2
- data/lib/cyberweb/javascript/resize.rb +4 -1
- data/lib/cyberweb/javascript_code/README.md +1 -1
- data/lib/cyberweb/javascript_code/custom_functions.js +51 -25
- data/lib/cyberweb/javascript_code/disable_right_click.js +5 -0
- data/lib/cyberweb/javascript_code/games/snake.js +113 -0
- data/lib/cyberweb/javascript_code/games/tetris.js +491 -0
- data/lib/cyberweb/javascript_code/games/tic-tac-toe.js +125 -0
- data/lib/cyberweb/javascript_code/html_colours.js +161 -0
- data/lib/cyberweb/javascript_code/jquery/jquery-3.6.1.js +10909 -0
- data/lib/cyberweb/javascript_code/select_everything_on_mouse_click_event.js +23 -0
- data/lib/cyberweb/javascript_code/simple_calculator.js +3 -3
- data/lib/cyberweb/javascript_code/simulate_a_dice.js +20 -0
- data/lib/cyberweb/javascript_code/sleep.js +3 -0
- data/lib/cyberweb/mouse/mouse.rb +4 -1
- data/lib/cyberweb/objectified/html_tags/README.md +13 -0
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/a.rb +17 -35
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/abbr.rb +18 -9
- data/lib/cyberweb/objectified/html_tags/base.rb +960 -0
- data/lib/cyberweb/objectified/html_tags/blockquote.rb +106 -0
- data/lib/cyberweb/{objectified_html_tags/span.rb → objectified/html_tags/body.rb} +25 -20
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/button.rb +26 -34
- data/lib/cyberweb/objectified/html_tags/canvas.rb +202 -0
- data/lib/cyberweb/objectified/html_tags/cite.rb +103 -0
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/combobox.rb +26 -34
- data/lib/cyberweb/objectified/html_tags/div.rb +155 -0
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/embed.rb +18 -33
- data/lib/cyberweb/objectified/html_tags/fieldset.rb +107 -0
- data/lib/cyberweb/objectified/html_tags/figure.rb +152 -0
- data/lib/cyberweb/objectified/html_tags/form.rb +155 -0
- data/lib/cyberweb/objectified/html_tags/h1.rb +176 -0
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/h2.rb +32 -40
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/h3.rb +30 -42
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/h4.rb +30 -42
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/h5.rb +31 -40
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/h6.rb +31 -41
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/hbox.rb +12 -10
- data/lib/cyberweb/objectified/html_tags/head.rb +126 -0
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/img.rb +47 -32
- data/lib/cyberweb/objectified/html_tags/include_objectified_html_tags.rb +49 -0
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/input.rb +50 -51
- data/lib/cyberweb/objectified/html_tags/map.rb +107 -0
- data/lib/cyberweb/{objectified_html_tags/div.rb → objectified/html_tags/meta.rb} +36 -47
- data/lib/cyberweb/{objectified_html_tags/h1.rb → objectified/html_tags/object.rb} +34 -42
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/p.rb +17 -32
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/pre.rb +28 -34
- data/lib/cyberweb/{objectified_html_tags/table.rb → objectified/html_tags/progress.rb} +99 -94
- data/lib/cyberweb/objectified/html_tags/span.rb +103 -0
- data/lib/cyberweb/objectified/html_tags/table.rb +257 -0
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/textarea.rb +25 -36
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/title.rb +11 -17
- data/lib/cyberweb/{objectified_html_tags/form.rb → objectified/html_tags/ul.rb} +45 -42
- data/lib/cyberweb/{objectified_html_tags → objectified/html_tags}/window.rb +15 -10
- data/lib/cyberweb/objectified/mask/README.md +8 -0
- data/lib/cyberweb/objectified/mask/compatibility_to_html_tags.rb +40 -0
- data/lib/cyberweb/objectified/mask/mask.rb +490 -0
- data/lib/cyberweb/objectified/web_object/README.md +4 -0
- data/lib/cyberweb/objectified/web_object/web_object.rb +119 -0
- data/lib/cyberweb/predefined_and_freeform_methods/frage.rb +4 -2
- data/lib/cyberweb/predefined_and_freeform_methods/freeform_methods.rb +30 -19
- data/lib/cyberweb/predefined_and_freeform_methods/hash_registered_extra_tags.rb +6 -0
- data/lib/cyberweb/predefined_and_freeform_methods/header.rb +2 -0
- data/lib/cyberweb/predefined_and_freeform_methods/predefined_methods.rb +10 -175
- data/lib/cyberweb/project/project.rb +9 -4
- data/lib/cyberweb/rack/request.rb +11 -11
- data/lib/cyberweb/raw_images/404.png +0 -0
- data/lib/cyberweb/raw_images/500.png +0 -0
- data/lib/cyberweb/raw_images/README.md +2 -0
- data/lib/cyberweb/raw_images/a_dice.png +0 -0
- data/lib/cyberweb/raw_images/food.png +0 -0
- data/lib/cyberweb/raw_images/ground.png +0 -0
- data/lib/cyberweb/requires/require_generators.rb +1 -1
- data/lib/cyberweb/requires/require_html_tags_files.rb +1 -1
- data/lib/cyberweb/requires/require_javascript_files.rb +1 -1
- data/lib/cyberweb/requires/require_objectified_html_tags_files.rb +29 -3
- data/lib/cyberweb/requires/require_the_constants.rb +3 -1
- data/lib/cyberweb/requires/require_the_cyberweb_project.rb +12 -31
- data/lib/cyberweb/requires/require_the_toplevel_methods_files.rb +1 -1
- data/lib/cyberweb/requires/require_web_object_files.rb +1 -1
- data/lib/cyberweb/requires/require_yaml.rb +3 -3
- data/lib/cyberweb/rest +1 -0
- data/lib/cyberweb/route_handler/class_based_test.rb +43 -0
- data/lib/cyberweb/route_handler/module/misc.rb +108 -0
- data/lib/cyberweb/route_handler/module/route_handler_module.rb +215 -0
- data/lib/cyberweb/route_handler/module/verbs.rb +53 -0
- data/lib/cyberweb/route_handler/route_handler.rb +56 -0
- data/lib/cyberweb/route_handler/test.rb +43 -0
- data/lib/cyberweb/{constants/array_predefined_constants.rb → sinatra/base/set_use_this_port.rb} +16 -9
- data/lib/cyberweb/sinatra/base/use_this_port.rb +40 -0
- data/lib/cyberweb/sinatra/base.rb +51 -36
- data/lib/cyberweb/sinatra/custom_extensions.rb +39 -14
- data/lib/cyberweb/standalone_classes/all_css_classes.rb +1 -1
- data/lib/cyberweb/standalone_classes/calculator.rb +7 -1
- data/lib/cyberweb/standalone_classes/correct_image_entries_in_html_file.rb +12 -7
- data/lib/cyberweb/standalone_classes/turn_html_into_cyberweb.rb +13 -11
- data/lib/cyberweb/svg/standalone/README.md +2 -0
- data/lib/cyberweb/svg/standalone/amusement_park.svg +738 -0
- data/lib/cyberweb/svg/svg.cgi +2 -3
- data/lib/cyberweb/toplevel_methods/a.rb +2 -1
- data/lib/cyberweb/toplevel_methods/anmerkung.rb +3 -0
- data/lib/cyberweb/toplevel_methods/audio.rb +1 -1
- data/lib/cyberweb/toplevel_methods/bold.rb +9 -3
- data/lib/cyberweb/toplevel_methods/charsets.rb +17 -13
- data/lib/cyberweb/toplevel_methods/consider_serving_the_web_object.rb +3 -3
- data/lib/cyberweb/toplevel_methods/css.rb +719 -25
- data/lib/cyberweb/{csv → toplevel_methods}/csv.rb +5 -3
- data/lib/cyberweb/{constants/roebe.rb → toplevel_methods/custom_error_page.rb} +10 -10
- data/lib/cyberweb/toplevel_methods/{date.rb → date_and_time.rb} +23 -10
- data/lib/cyberweb/toplevel_methods/disable.rb +7 -3
- data/lib/cyberweb/toplevel_methods/dot.rb +2 -2
- data/lib/cyberweb/toplevel_methods/download_webpage.rb +41 -3
- data/lib/cyberweb/toplevel_methods/edit_configuration_file.rb +1 -1
- data/lib/cyberweb/toplevel_methods/fields.rb +2 -0
- data/lib/cyberweb/toplevel_methods/filename.rb +3 -1
- data/lib/cyberweb/toplevel_methods/frames.rb +0 -2
- data/lib/cyberweb/toplevel_methods/google.rb +52 -0
- data/lib/cyberweb/{html_codes → toplevel_methods}/greek_letters.rb +22 -1
- data/lib/cyberweb/toplevel_methods/hardware_information.rb +2 -1
- data/lib/cyberweb/{help → toplevel_methods}/help.rb +3 -2
- data/lib/cyberweb/toplevel_methods/html_comment.rb +2 -2
- data/lib/cyberweb/toplevel_methods/html_tables.rb +401 -266
- data/lib/cyberweb/toplevel_methods/internal_hash.rb +173 -0
- data/lib/cyberweb/{io → toplevel_methods}/io.rb +1 -1
- data/lib/cyberweb/toplevel_methods/javascript.rb +42 -0
- data/lib/cyberweb/toplevel_methods/jquery.rb +8 -0
- data/lib/cyberweb/toplevel_methods/last_modified.rb +4 -0
- data/lib/cyberweb/toplevel_methods/links.rb +23 -7
- data/lib/cyberweb/toplevel_methods/listing.rb +2 -1
- data/lib/cyberweb/toplevel_methods/localhost.rb +3 -0
- data/lib/cyberweb/toplevel_methods/markdown.rb +3 -2
- data/lib/cyberweb/toplevel_methods/mathml.rb +5 -3
- data/lib/cyberweb/toplevel_methods/message_boxes.rb +6 -2
- data/lib/cyberweb/toplevel_methods/misc.rb +531 -79
- data/lib/cyberweb/toplevel_methods/padlem_and_marlem.rb +3 -0
- data/lib/cyberweb/toplevel_methods/path.rb +6 -1
- data/lib/cyberweb/toplevel_methods/pdf.rb +1 -1
- data/lib/cyberweb/toplevel_methods/process_content.rb +4 -7
- data/lib/cyberweb/toplevel_methods/progress.rb +6 -2
- data/lib/cyberweb/toplevel_methods/quote.rb +7 -1
- data/lib/cyberweb/toplevel_methods/random.rb +4 -1
- data/lib/cyberweb/toplevel_methods/rds.rb +14 -6
- data/lib/cyberweb/toplevel_methods/read_and_display.rb +3 -2
- data/lib/cyberweb/toplevel_methods/return_head_start.rb +1 -1
- data/lib/cyberweb/toplevel_methods/return_html_fin.rb +6 -3
- data/lib/cyberweb/toplevel_methods/return_html_header.rb +8 -3
- data/lib/cyberweb/toplevel_methods/return_html_start.rb +7 -2
- data/lib/cyberweb/toplevel_methods/return_meta_collection.rb +15 -4
- data/lib/cyberweb/toplevel_methods/return_pwd.rb +4 -0
- data/lib/cyberweb/toplevel_methods/return_strict_doctype.rb +8 -7
- data/lib/cyberweb/toplevel_methods/roebe.rb +6 -0
- data/lib/cyberweb/toplevel_methods/s2.rb +3 -1
- data/lib/cyberweb/toplevel_methods/sanitize_url.rb +7 -5
- data/lib/cyberweb/toplevel_methods/sbr.rb +7 -7
- data/lib/cyberweb/toplevel_methods/server_base_directory.rb +7 -3
- data/lib/cyberweb/toplevel_methods/show_and_display.rb +15 -15
- data/lib/cyberweb/toplevel_methods/show_configuration.rb +2 -2
- data/lib/cyberweb/toplevel_methods/spacer.rb +5 -2
- data/lib/cyberweb/toplevel_methods/svg.rb +62 -4
- data/lib/cyberweb/toplevel_methods/tag.rb +8 -2
- data/lib/cyberweb/toplevel_methods/temp_directory.rb +2 -2
- data/lib/cyberweb/toplevel_methods/textile.rb +2 -2
- data/lib/cyberweb/toplevel_methods/title.rb +14 -2
- data/lib/cyberweb/toplevel_methods/video.rb +3 -4
- data/lib/cyberweb/toplevel_methods/write_what_into.rb +2 -0
- data/lib/cyberweb/utility_scripts/README.md +3 -4
- data/lib/cyberweb/utility_scripts/autogenerate_drop_shadow_rules/autogenerate_drop_shadow_rules.rb +71 -0
- data/lib/cyberweb/utility_scripts/create_standalone_html_page.rb +223 -0
- data/lib/cyberweb/utility_scripts/download_all_images_from_this_website.rb +143 -0
- data/lib/cyberweb/utility_scripts/download_balloon_css.rb +1 -1
- data/lib/cyberweb/utility_scripts/fix_incorrect_links_to_locally_existing_images_in_this_file.rb +142 -0
- data/lib/cyberweb/utility_scripts/html_to_cyberweb_converter.rb +235 -0
- data/lib/cyberweb/utility_scripts/images_to_html/images_to_html.rb +878 -0
- data/lib/cyberweb/utility_scripts/images_to_html/misc.rb +62 -0
- data/lib/cyberweb/utility_scripts/new_tags.rb +105 -0
- data/lib/cyberweb/utility_scripts/simple_index/README.md +9 -0
- data/lib/cyberweb/utility_scripts/simple_index/simple_index.rb +149 -0
- data/lib/cyberweb/version/version.rb +2 -2
- data/lib/cyberweb/vue/README.md +2 -0
- data/lib/cyberweb/vue/vue.rb +91 -0
- data/lib/cyberweb/web_images/array_listing_all_project_images.rb +1 -1
- data/lib/cyberweb/web_images/map_symbol_to_image_location.rb +60 -4
- data/lib/cyberweb/web_images/web_images.rb +37 -20
- data/lib/cyberweb/{constants/array_images.rb → web_object/display_output_and_report.rb} +11 -10
- data/lib/cyberweb/web_object/english.rb +55 -0
- data/lib/cyberweb/web_object/favicon.rb +103 -22
- data/lib/cyberweb/web_object/html_tags.rb +1433 -0
- data/lib/cyberweb/web_object/images.rb +428 -398
- data/lib/cyberweb/web_object/{javascript.rb → javascript_and_jquery.rb} +174 -276
- data/lib/cyberweb/web_object/{links.rb → link.rb} +185 -83
- data/lib/cyberweb/web_object/misc.rb +3934 -3928
- data/lib/cyberweb/web_object/reset.rb +153 -67
- data/lib/cyberweb/web_object/run.rb +1 -1
- data/lib/cyberweb/web_object/web_object.rb +3690 -49
- data/lib/cyberweb/web_scraper/scrape_this_url.rb +4 -2
- data/lib/cyberweb/webmin/biology_server.cgi +14 -15
- data/lib/cyberweb/webmin/calculator.cgi +2 -2
- data/lib/cyberweb/webmin/colour_chart.cgi +4 -5
- data/lib/cyberweb/webmin/comments.cgi +8 -7
- data/lib/cyberweb/webmin/comments_data +0 -0
- data/lib/cyberweb/webmin/constants.rb +1 -2
- data/lib/cyberweb/webmin/dictionary.cgi +3 -4
- data/lib/cyberweb/webmin/sys_info.cgi +1 -2
- data/lib/cyberweb/webmin/webforum.cgi +1 -2
- data/lib/cyberweb/webmin/webmin.cgi +2 -3
- data/lib/cyberweb/yaml/autogenerated_system_settings.yml +10 -10
- data/lib/cyberweb/yaml/custom_tags.yml +1 -1
- data/lib/cyberweb/yaml/html5_global_attributes.yml +5 -1
- data/lib/cyberweb/yaml/html_tag_legend.yml +2 -0
- data/lib/cyberweb/yaml/http_status_codes.yml +4 -1
- data/lib/cyberweb/yaml/load_these_yaml_files_by_default.yml +29 -0
- data/lib/cyberweb/yaml/project_configuration.yml +42 -31
- data/lib/cyberweb/yaml/video_attributes.yml +2 -0
- data/lib/cyberweb/yaml/web_images.yml +1 -1
- data/test/REST/simple.rb +7 -0
- data/test/complex_tests/simple_sinatra_example_using_cyberweb/simple.rb +1 -1
- data/test/complex_tests/sinatra_or_cyberweb/sinatra_or_cyberweb.cgi +1 -1
- data/test/complex_tests/sinatra_or_cyberweb/sinatra_or_cyberweb.rb +4 -4
- data/test/complex_tests/sinatra_or_cyberweb/sinatra_or_cyberweb.sinatra +1 -2
- data/test/complex_tests/testing_frames.cgi +3 -5
- data/test/complex_tests/testing_objectified_html_tags/testing_objectified_html_tags.html +28 -0
- data/test/complex_tests/testing_objectified_html_tags/testing_objectified_html_tags.rb +175 -0
- data/test/complex_tests/testing_style_variants/show_coloured_boxes.cgi +11 -7
- data/test/complex_tests/testing_tables.cgi +3 -3
- data/test/complex_tests/testing_the_cyberweb_shell.rb +2 -0
- data/test/complex_tests/testing_web_object.rb +5 -2
- data/test/css/README.md +4 -3
- data/test/css/return_the_content_of_these_css_classes.rb +5 -1
- data/test/css/test_hover_css/test_hover_css.cgi +59 -0
- data/test/css/test_ordered_list/test_ordered_list.cgi +31 -0
- data/test/css/testing_css_effects.cgi +3 -4
- data/test/css/testing_css_masking.cgi +3 -4
- data/test/hello_world/hello_world.cgi +6 -4
- data/test/html_template/html_template.rb +15 -0
- data/test/javascript/testing_custom_functions.js +24 -0
- data/test/javascript/testing_drag_and_drop_support.cgi +1 -1
- data/test/javascript/testing_on_click_change_opacity.cgi +4 -5
- data/test/javascript/testing_snowflakes.cgi +2 -2
- data/test/simple_tests/ad-hoc-test.cgi +5 -2
- data/test/simple_tests/cgi/hello_world_with_cyberweb.cgi +14 -0
- data/test/simple_tests/commandline_tests.rb +21 -15
- data/test/simple_tests/display_this_file.cgi +2 -2
- data/test/simple_tests/simple_html_example.cgi +2 -1
- data/test/simple_tests/simple_html_test_page/simple_html_test_page.html +20 -0
- data/test/simple_tests/simple_status_page.cgi +2 -2
- data/test/simple_tests/string_s2_test.rb +5 -0
- data/test/simple_tests/test_simple_string_as_input.rb +3 -1
- data/test/simple_tests/testing_base64_images.cgi +3 -4
- data/test/simple_tests/testing_checkboxes.cgi +22 -0
- data/test/simple_tests/testing_dragging_an_image.cgi +5 -6
- data/test/simple_tests/testing_editable_text.cgi +2 -3
- data/test/simple_tests/testing_email.cgi +6 -7
- data/test/simple_tests/testing_embedding_a_pdf_file.cgi +5 -5
- data/test/simple_tests/testing_google_charts.cgi +3 -3
- data/test/simple_tests/testing_html_forms.cgi +3 -3
- data/test/simple_tests/testing_html_template.rb +2 -0
- data/test/simple_tests/testing_popup_div.cgi +2 -3
- data/test/simple_tests/testing_return_dataset_without_any_comments.rb +3 -1
- data/test/simple_tests/testing_the_cap_box.cgi +3 -4
- data/test/simple_tests/testing_the_div_tag.cgi +3 -4
- data/test/simple_tests/testing_the_headers_tag.cgi +3 -4
- data/test/simple_tests/testing_the_html_colours.cgi +2 -3
- data/test/simple_tests/testing_the_info_box.cgi +2 -3
- data/test/simple_tests/testing_the_li_tag.cgi +2 -1
- data/test/simple_tests/testing_the_s2_method.rb +6 -1
- data/test/simple_tests/testing_the_select_tag.cgi +16 -8
- data/test/simple_tests/testing_the_span_tag.cgi +2 -3
- data/test/simple_tests/testing_web_images.rb +4 -2
- data/test/testing_html_tags/button_example.cgi +6 -7
- metadata +345 -151
- data/doc/CONVENTIONS.md +0 -7
- data/doc/CYBERWEB_TUTORIAL.cgi +0 -43
- data/doc/FUTURE_DESIGN_GOAL_CONSIDERATIONS.md +0 -13
- data/doc/todo/TODO_FOR_THE_CYBERWEB_PROJECT.md +0 -1089
- data/examples/css/shadow_example_in_CSS.cgi +0 -30
- data/lib/cyberweb/charts/README.md +0 -2
- data/lib/cyberweb/charts/google_charts.rb +0 -51
- data/lib/cyberweb/colours/random_colour.rb +0 -28
- data/lib/cyberweb/colours/sanitize_for_colours.rb +0 -95
- data/lib/cyberweb/constants/array_local_css_files.rb +0 -35
- data/lib/cyberweb/constants/configuration_file.rb +0 -33
- data/lib/cyberweb/constants/http_status_codes.rb +0 -42
- data/lib/cyberweb/constants/project_constants.rb +0 -99
- data/lib/cyberweb/constants/standalone_constants.rb +0 -309
- data/lib/cyberweb/csv/README.md +0 -2
- data/lib/cyberweb/generator/webpage_for_images.rb +0 -553
- data/lib/cyberweb/html_codes/README.md +0 -15
- data/lib/cyberweb/images/real/README.md +0 -6
- data/lib/cyberweb/io/README.md +0 -1
- data/lib/cyberweb/javascript/scroll.rb +0 -17
- data/lib/cyberweb/objectified_html_tags/README.md +0 -8
- data/lib/cyberweb/objectified_html_tags/base.rb +0 -376
- data/lib/cyberweb/predefined_and_freeform_methods/hash_css_class_to_use.rb +0 -55
- data/lib/cyberweb/requires/require_charts.rb +0 -20
- data/lib/cyberweb/web_object/css.rb +0 -627
- data/lib/cyberweb/web_object/evaluate.rb +0 -126
- data/lib/cyberweb/web_object/html_related_tags.rb +0 -320
- data/lib/cyberweb/web_object/initialize.rb +0 -51
- data/lib/cyberweb/web_object/input_related_functionality.rb +0 -414
- data/lib/cyberweb/web_object/languages.rb +0 -172
- data/lib/cyberweb/web_object/params.rb +0 -289
- data/lib/cyberweb/web_object/sinatra_related_functionality.rb +0 -30
- data/lib/cyberweb/web_object/sitemap.rb +0 -176
- data/lib/cyberweb/web_object/table.rb +0 -378
- data/test/complex_tests/testing_objectified_html_tags.rb +0 -82
- data/test/javascript/testing_cheerleader_javascript.cgi +0 -0
@@ -0,0 +1,1110 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<style>
|
4
|
+
|
5
|
+
.animation-container {
|
6
|
+
background: #e2d4c2;
|
7
|
+
height: 454px;
|
8
|
+
margin: 0 auto;
|
9
|
+
overflow: hidden;
|
10
|
+
position: relative;
|
11
|
+
width: 806px;
|
12
|
+
}
|
13
|
+
|
14
|
+
span {
|
15
|
+
display: block;
|
16
|
+
}
|
17
|
+
|
18
|
+
.coffee-bag {
|
19
|
+
height: 170px;
|
20
|
+
left: 50%;
|
21
|
+
position: absolute;
|
22
|
+
top: 50%;
|
23
|
+
width: 72px;
|
24
|
+
-webkit-transform: translate(-50%, -50%) rotate(0);
|
25
|
+
-webkit-transform-orign: top right;
|
26
|
+
-webkit-animation: coffee-bag 2.5s 1 2s forwards;
|
27
|
+
}
|
28
|
+
|
29
|
+
.mast {
|
30
|
+
background: #73271f;
|
31
|
+
height: 12px;
|
32
|
+
position: absolute;
|
33
|
+
width: 72px;
|
34
|
+
z-index: 2;
|
35
|
+
-webkit-transform: translate(806px, 0);
|
36
|
+
-webkit-animation: coffee-bag-mast 1s 1 0.5s forwards;
|
37
|
+
}
|
38
|
+
|
39
|
+
.bag-top {
|
40
|
+
border-radius: 8px 8px 0 0;
|
41
|
+
background: #8e4542;
|
42
|
+
height: 38px;
|
43
|
+
position: absolute;
|
44
|
+
width: 72px;
|
45
|
+
z-index: 1;
|
46
|
+
-webkit-transform: translate(-806px, 0);
|
47
|
+
-webkit-animation: coffee-bag-top 1s 1 forwards;
|
48
|
+
}
|
49
|
+
|
50
|
+
.bag-body {
|
51
|
+
border-radius: 0 0 8px 8px;
|
52
|
+
background: #73271f;
|
53
|
+
height: 125px;
|
54
|
+
width: 72px;
|
55
|
+
z-index: 1;
|
56
|
+
-webkit-transform: translate(-806px, 38px);
|
57
|
+
-webkit-animation: coffee-bag-body 1s 1 forwards;
|
58
|
+
}
|
59
|
+
|
60
|
+
.logo {
|
61
|
+
border-radius: 50%;
|
62
|
+
background: #af8757;
|
63
|
+
height: 40px;
|
64
|
+
position: absolute;
|
65
|
+
width: 40px;
|
66
|
+
z-index: 2;
|
67
|
+
-webkit-transform: translate(15px, -75px) scale(0.25);
|
68
|
+
-webkit-animation: coffee-logo 1s 1 forwards;
|
69
|
+
}
|
70
|
+
.logo .bean {
|
71
|
+
border-radius: 20px;
|
72
|
+
background: #4b2603;
|
73
|
+
height: 8px;
|
74
|
+
position: absolute;
|
75
|
+
width: 20px;
|
76
|
+
-webkit-transform: rotate(45deg) scale(0.25);
|
77
|
+
-webkit-animation: bean-logo 1s 1 0.5s forwards;
|
78
|
+
}
|
79
|
+
.logo .bean.bean-one {
|
80
|
+
left: 3px;
|
81
|
+
top: 16px;
|
82
|
+
}
|
83
|
+
.logo .bean.bean-two {
|
84
|
+
left: 16px;
|
85
|
+
top: 14px;
|
86
|
+
}
|
87
|
+
|
88
|
+
.info {
|
89
|
+
background: #d4a575;
|
90
|
+
height: 10px;
|
91
|
+
position: absolute;
|
92
|
+
width: 54px;
|
93
|
+
z-index: 2;
|
94
|
+
}
|
95
|
+
.info.info-one {
|
96
|
+
-webkit-transform: translate(-806px, -25px);
|
97
|
+
-webkit-animation: info-one 1s 1 0.25s forwards;
|
98
|
+
}
|
99
|
+
.info.info-two {
|
100
|
+
-webkit-transform: translate(-806px, -10px);
|
101
|
+
-webkit-animation: info-two 1s 1 0.5s forwards;
|
102
|
+
}
|
103
|
+
.info.info-three {
|
104
|
+
-webkit-transform: translate(-806px, 5px);
|
105
|
+
-webkit-animation: info-three 1s 1 0.75s forwards;
|
106
|
+
}
|
107
|
+
|
108
|
+
.bag-bottom {
|
109
|
+
border-radius: 0 0 8px 8px;
|
110
|
+
background: #4a0b10;
|
111
|
+
bottom: 0;
|
112
|
+
height: 12px;
|
113
|
+
left: -806px;
|
114
|
+
position: absolute;
|
115
|
+
width: 72px;
|
116
|
+
z-index: 2;
|
117
|
+
-webkit-animation: coffee-bag-bottom 0.75s 1 forwards;
|
118
|
+
}
|
119
|
+
|
120
|
+
.grounds-container {
|
121
|
+
opacity: 0;
|
122
|
+
position: absolute;
|
123
|
+
-webkit-animation: grounds 1.25s 1 forwards 2.75s;
|
124
|
+
}
|
125
|
+
|
126
|
+
.grounds {
|
127
|
+
background: #4b0b09;
|
128
|
+
height: 2px;
|
129
|
+
width: 2px;
|
130
|
+
z-index: 1;
|
131
|
+
position: absolute;
|
132
|
+
}
|
133
|
+
.grounds:before, .grounds:after {
|
134
|
+
background: #4b0b09;
|
135
|
+
content: "";
|
136
|
+
display: block;
|
137
|
+
height: 2px;
|
138
|
+
width: 2px;
|
139
|
+
position: absolute;
|
140
|
+
}
|
141
|
+
.grounds:before {
|
142
|
+
top: 5px;
|
143
|
+
left: 5px;
|
144
|
+
}
|
145
|
+
.grounds:after {
|
146
|
+
bottom: 5px;
|
147
|
+
right: 5px;
|
148
|
+
}
|
149
|
+
|
150
|
+
.grounds-one {
|
151
|
+
left: 10px;
|
152
|
+
top: 10px;
|
153
|
+
}
|
154
|
+
|
155
|
+
.grounds-two {
|
156
|
+
left: 10px;
|
157
|
+
top: 20px;
|
158
|
+
}
|
159
|
+
|
160
|
+
.grounds-three {
|
161
|
+
left: 10px;
|
162
|
+
top: 30px;
|
163
|
+
}
|
164
|
+
|
165
|
+
.grounds-four {
|
166
|
+
left: 10px;
|
167
|
+
top: 40px;
|
168
|
+
}
|
169
|
+
|
170
|
+
.filter {
|
171
|
+
background: #d1a978;
|
172
|
+
border-radius: 0 0 10px 10px;
|
173
|
+
height: 90px;
|
174
|
+
position: relative;
|
175
|
+
width: 100px;
|
176
|
+
-webkit-transform: translate(400px, 550px);
|
177
|
+
-webkit-animation: filter 2.5s 1 2s forwards;
|
178
|
+
}
|
179
|
+
.filter:after, .filter:before {
|
180
|
+
border-radius: 50%;
|
181
|
+
content: "";
|
182
|
+
display: block;
|
183
|
+
left: 50%;
|
184
|
+
position: absolute;
|
185
|
+
}
|
186
|
+
.filter:before {
|
187
|
+
background: #d1a978;
|
188
|
+
height: 35px;
|
189
|
+
margin-left: -60px;
|
190
|
+
top: -10px;
|
191
|
+
width: 120px;
|
192
|
+
z-index: 1;
|
193
|
+
}
|
194
|
+
.filter:after {
|
195
|
+
background: #b18957;
|
196
|
+
height: 20px;
|
197
|
+
margin-left: -50px;
|
198
|
+
top: -2px;
|
199
|
+
width: 100px;
|
200
|
+
z-index: 2;
|
201
|
+
}
|
202
|
+
|
203
|
+
.roasting-top {
|
204
|
+
background: #32262c;
|
205
|
+
border-radius: 4px;
|
206
|
+
height: 16px;
|
207
|
+
position: relative;
|
208
|
+
width: 125px;
|
209
|
+
z-index: 2;
|
210
|
+
-webkit-transform: translate(387px, -150px);
|
211
|
+
-webkit-animation: roasting-top 2s 1 3s forwards;
|
212
|
+
}
|
213
|
+
.roasting-top:before {
|
214
|
+
background: #32262c;
|
215
|
+
border-radius: 4px;
|
216
|
+
content: "";
|
217
|
+
display: block;
|
218
|
+
height: 18px;
|
219
|
+
position: absolute;
|
220
|
+
top: -12px;
|
221
|
+
width: 125px;
|
222
|
+
}
|
223
|
+
|
224
|
+
.roasting-body {
|
225
|
+
background: #1d1615;
|
226
|
+
border-radius: 0 0 10px 10px;
|
227
|
+
height: 90px;
|
228
|
+
position: relative;
|
229
|
+
width: 100px;
|
230
|
+
-webkit-transform: translate(400px, 550px);
|
231
|
+
-webkit-animation: roasting-body 2s 1 3s forwards;
|
232
|
+
}
|
233
|
+
.roasting-body:before, .roasting-body:after {
|
234
|
+
content: "";
|
235
|
+
display: block;
|
236
|
+
position: absolute;
|
237
|
+
}
|
238
|
+
.roasting-body:before {
|
239
|
+
border-radius: 50%;
|
240
|
+
left: 50%;
|
241
|
+
background: #1d1615;
|
242
|
+
height: 35px;
|
243
|
+
margin-left: -60px;
|
244
|
+
top: -10px;
|
245
|
+
width: 120px;
|
246
|
+
z-index: 1;
|
247
|
+
}
|
248
|
+
.roasting-body:after {
|
249
|
+
background: #2f2827;
|
250
|
+
border-radius: 0 0 10px 10px;
|
251
|
+
bottom: 0;
|
252
|
+
height: 20px;
|
253
|
+
width: 100px;
|
254
|
+
}
|
255
|
+
|
256
|
+
.handle-container {
|
257
|
+
position: absolute;
|
258
|
+
height: 48px;
|
259
|
+
right: -25px;
|
260
|
+
top: 23px;
|
261
|
+
width: 26px;
|
262
|
+
}
|
263
|
+
|
264
|
+
.handle-one {
|
265
|
+
background: #1d1615;
|
266
|
+
height: 17px;
|
267
|
+
position: absolute;
|
268
|
+
width: 26px;
|
269
|
+
z-index: 1;
|
270
|
+
}
|
271
|
+
|
272
|
+
.handle-two {
|
273
|
+
background: #2f2827;
|
274
|
+
height: 48px;
|
275
|
+
position: absolute;
|
276
|
+
right: 0;
|
277
|
+
width: 8px;
|
278
|
+
z-index: 2;
|
279
|
+
}
|
280
|
+
|
281
|
+
.screen {
|
282
|
+
background: #1d1615;
|
283
|
+
border-radius: 4px;
|
284
|
+
height: 12px;
|
285
|
+
width: 164px;
|
286
|
+
-webkit-transform: translate(-806px, -66px);
|
287
|
+
-webkit-animation: screen 1.5s 1 4.25s forwards;
|
288
|
+
}
|
289
|
+
|
290
|
+
.coffee-pot-top {
|
291
|
+
background: #1c1616;
|
292
|
+
border-radius: 6px;
|
293
|
+
height: 16px;
|
294
|
+
position: relative;
|
295
|
+
width: 92px;
|
296
|
+
z-index: 2;
|
297
|
+
-webkit-transform: translate(806px, -303px);
|
298
|
+
-webkit-animation: coffee-pot-top 1.5s 1 5s forwards;
|
299
|
+
}
|
300
|
+
|
301
|
+
.coffee-pot-glass-top {
|
302
|
+
background: #dfe3e6;
|
303
|
+
border: 3px solid #f3f2f7;
|
304
|
+
border-radius: 6px;
|
305
|
+
height: 16px;
|
306
|
+
width: 92px;
|
307
|
+
-webkit-transform: translate(806px, -315px) skewX(25deg);
|
308
|
+
-webkit-animation: glass-top 1.5s 1 4.25s forwards;
|
309
|
+
}
|
310
|
+
|
311
|
+
.coffee-pot-glass-connector {
|
312
|
+
background: #1c1616;
|
313
|
+
border-radius: 6px;
|
314
|
+
height: 7px;
|
315
|
+
position: relative;
|
316
|
+
width: 96px;
|
317
|
+
z-index: 2;
|
318
|
+
-webkit-transform: translate(806px, -313px);
|
319
|
+
-webkit-animation: pot-connector 1.5s 1 5.25s forwards;
|
320
|
+
}
|
321
|
+
|
322
|
+
.coffee-pot-glass-base {
|
323
|
+
background: #dfe3e6;
|
324
|
+
border: 3px solid #f3f2f7;
|
325
|
+
border-radius: 6px;
|
326
|
+
height: 66px;
|
327
|
+
position: relative;
|
328
|
+
width: 92px;
|
329
|
+
-webkit-transform: translate(806px, -312px);
|
330
|
+
-webkit-animation: glass-bottom 1.5s 1 4.5s forwards;
|
331
|
+
}
|
332
|
+
|
333
|
+
.coffee-pot-gloss {
|
334
|
+
background: #eff2f1;
|
335
|
+
border-radius: 16px;
|
336
|
+
height: 50px;
|
337
|
+
left: 6px;
|
338
|
+
position: absolute;
|
339
|
+
top: 6px;
|
340
|
+
width: 16px;
|
341
|
+
z-index: 4;
|
342
|
+
}
|
343
|
+
|
344
|
+
.coffee-pot-handle-container {
|
345
|
+
height: 86px;
|
346
|
+
position: relative;
|
347
|
+
width: 52px;
|
348
|
+
-webkit-transform: translate(806px, -411px);
|
349
|
+
-webkit-animation: coffee-pot-handle 1.5s 1 5s forwards;
|
350
|
+
}
|
351
|
+
|
352
|
+
.handle-top {
|
353
|
+
background: #1d1614;
|
354
|
+
border-radius: 10px 10px 0 10px;
|
355
|
+
height: 26px;
|
356
|
+
position: absolute;
|
357
|
+
right: 0;
|
358
|
+
top: 0;
|
359
|
+
width: 48px;
|
360
|
+
}
|
361
|
+
|
362
|
+
.handle-bottom {
|
363
|
+
background: transparent;
|
364
|
+
border: 4px solid #1d1614;
|
365
|
+
bottom: 10px;
|
366
|
+
height: 52px;
|
367
|
+
position: absolute;
|
368
|
+
right: 0;
|
369
|
+
width: 20px;
|
370
|
+
}
|
371
|
+
|
372
|
+
.water-attachment {
|
373
|
+
background: #b3b2b4;
|
374
|
+
border-radius: 4px;
|
375
|
+
height: 12px;
|
376
|
+
width: 110px;
|
377
|
+
-webkit-transform: translate(-806px, -66px);
|
378
|
+
-webkit-animation: water-attachment 1.5s 1 4.5s forwards;
|
379
|
+
}
|
380
|
+
|
381
|
+
.water-lid {
|
382
|
+
background: #130f10;
|
383
|
+
border-radius: 4px;
|
384
|
+
height: 12px;
|
385
|
+
left: 13px;
|
386
|
+
position: relative;
|
387
|
+
width: 110px;
|
388
|
+
-webkit-transform: translate(-806px, -201px);
|
389
|
+
-webkit-animation: water-lid 1.5s 1 4.5s forwards;
|
390
|
+
}
|
391
|
+
.water-lid:before {
|
392
|
+
background: #2f2828;
|
393
|
+
border-radius: 6px 6px 0 0;
|
394
|
+
content: "";
|
395
|
+
display: block;
|
396
|
+
height: 14px;
|
397
|
+
left: 12px;
|
398
|
+
position: absolute;
|
399
|
+
top: -14px;
|
400
|
+
width: 85px;
|
401
|
+
}
|
402
|
+
|
403
|
+
.water-pot {
|
404
|
+
background: #eaeceb;
|
405
|
+
border-radius: 4px;
|
406
|
+
height: 64px;
|
407
|
+
left: 13px;
|
408
|
+
position: relative;
|
409
|
+
width: 110px;
|
410
|
+
-webkit-transform: translate(806px, -201px);
|
411
|
+
-webkit-animation: water-pot 1.5s 1 4.75s forwards;
|
412
|
+
}
|
413
|
+
.water-pot:before {
|
414
|
+
background: #2f2828;
|
415
|
+
border-radius: 0 0 6px 6px;
|
416
|
+
content: "";
|
417
|
+
display: block;
|
418
|
+
height: 6px;
|
419
|
+
left: 12px;
|
420
|
+
position: absolute;
|
421
|
+
top: 0;
|
422
|
+
width: 85px;
|
423
|
+
}
|
424
|
+
|
425
|
+
.fill-line {
|
426
|
+
background: #1d1614;
|
427
|
+
border-radius: 50%;
|
428
|
+
height: 3px;
|
429
|
+
left: 50%;
|
430
|
+
margin-left: -11px;
|
431
|
+
position: absolute;
|
432
|
+
width: 22px;
|
433
|
+
z-index: 3;
|
434
|
+
}
|
435
|
+
.fill-line:after {
|
436
|
+
background: #1d1614;
|
437
|
+
border-radius: 50%;
|
438
|
+
content: "";
|
439
|
+
display: block;
|
440
|
+
height: 3px;
|
441
|
+
left: 50%;
|
442
|
+
margin-left: -11px;
|
443
|
+
position: absolute;
|
444
|
+
top: 14px;
|
445
|
+
width: 22px;
|
446
|
+
}
|
447
|
+
|
448
|
+
.fill-line-first {
|
449
|
+
top: 12px;
|
450
|
+
}
|
451
|
+
|
452
|
+
.fill-line-last {
|
453
|
+
top: 40px;
|
454
|
+
}
|
455
|
+
|
456
|
+
.water {
|
457
|
+
background: #0093be;
|
458
|
+
border-radius: 0 0 4px 4px;
|
459
|
+
bottom: 5px;
|
460
|
+
height: 32px;
|
461
|
+
left: 50%;
|
462
|
+
margin-left: -50px;
|
463
|
+
position: absolute;
|
464
|
+
width: 100px;
|
465
|
+
z-index: 1;
|
466
|
+
-webkit-animation: water-fill 4s 1 8.25s forwards;
|
467
|
+
}
|
468
|
+
|
469
|
+
.water-pot-gloss {
|
470
|
+
background: rgba(255, 255, 255, 0.6);
|
471
|
+
border-radius: 18px;
|
472
|
+
height: 45px;
|
473
|
+
left: 11px;
|
474
|
+
position: absolute;
|
475
|
+
top: 10px;
|
476
|
+
width: 18px;
|
477
|
+
z-index: 4;
|
478
|
+
}
|
479
|
+
|
480
|
+
.warmer-plate {
|
481
|
+
background: #191112;
|
482
|
+
border-radius: 4px;
|
483
|
+
height: 10px;
|
484
|
+
width: 88px;
|
485
|
+
-webkit-transform: translate(806px, -200px);
|
486
|
+
-webkit-animation: warmer-plate 1.5s 1 4.5s forwards;
|
487
|
+
}
|
488
|
+
|
489
|
+
.warmer {
|
490
|
+
background: #9b9187;
|
491
|
+
border-radius: 6px;
|
492
|
+
height: 130px;
|
493
|
+
position: relative;
|
494
|
+
width: 94px;
|
495
|
+
-webkit-transform: translate(806px, -200px);
|
496
|
+
-webkit-animation: big-warmer 1.5s 1 5s forwards;
|
497
|
+
}
|
498
|
+
|
499
|
+
.warmer-accent {
|
500
|
+
background: #d5d4d5;
|
501
|
+
border-radius: 24px;
|
502
|
+
position: absolute;
|
503
|
+
width: 24px;
|
504
|
+
}
|
505
|
+
|
506
|
+
.accent-one {
|
507
|
+
height: 86px;
|
508
|
+
left: 10px;
|
509
|
+
top: 6px;
|
510
|
+
}
|
511
|
+
|
512
|
+
.accent-two {
|
513
|
+
bottom: 6px;
|
514
|
+
height: 24px;
|
515
|
+
left: 10px;
|
516
|
+
}
|
517
|
+
|
518
|
+
.accent-three {
|
519
|
+
height: 120px;
|
520
|
+
right: 10px;
|
521
|
+
top: 6px;
|
522
|
+
}
|
523
|
+
|
524
|
+
.warmer-base {
|
525
|
+
background: #191112;
|
526
|
+
border-radius: 4px;
|
527
|
+
height: 10px;
|
528
|
+
position: relative;
|
529
|
+
width: 88px;
|
530
|
+
-webkit-transform: translate(806px, -200px);
|
531
|
+
-webkit-animation: warmer-base 1.5s 1 5s forwards;
|
532
|
+
}
|
533
|
+
.warmer-base:before {
|
534
|
+
background: #191112;
|
535
|
+
border-radius: 4px;
|
536
|
+
bottom: -16px;
|
537
|
+
content: "";
|
538
|
+
display: block;
|
539
|
+
height: 22px;
|
540
|
+
left: 0;
|
541
|
+
position: absolute;
|
542
|
+
width: 88px;
|
543
|
+
}
|
544
|
+
|
545
|
+
.coffee-warmer-plate {
|
546
|
+
background: #191112;
|
547
|
+
border-radius: 4px;
|
548
|
+
height: 10px;
|
549
|
+
width: 94px;
|
550
|
+
-webkit-transform: translate(-806px, -397px);
|
551
|
+
-webkit-animation: coffee-warmer-plate 1.5s 1 4s forwards;
|
552
|
+
}
|
553
|
+
|
554
|
+
.coffee-base-left-end, .coffee-base-right-end {
|
555
|
+
background: #1c1512;
|
556
|
+
height: 34px;
|
557
|
+
position: relative;
|
558
|
+
width: 16px;
|
559
|
+
z-index: 3;
|
560
|
+
}
|
561
|
+
|
562
|
+
.coffee-base-left-end {
|
563
|
+
border-radius: 10px 0 0 10px;
|
564
|
+
-webkit-transform: translate(806px, -397px);
|
565
|
+
-webkit-animation: base-left 1.5s 1 5.5s forwards;
|
566
|
+
}
|
567
|
+
|
568
|
+
.coffee-base-right-end {
|
569
|
+
border-radius: 0 10px 10px 0;
|
570
|
+
-webkit-transform: translate(806px, -487px);
|
571
|
+
-webkit-animation: base-right 1.5s 1 5.5s forwards;
|
572
|
+
}
|
573
|
+
|
574
|
+
.coffee-maker-base {
|
575
|
+
background: #97938d;
|
576
|
+
border-radius: 10px;
|
577
|
+
height: 34px;
|
578
|
+
position: relative;
|
579
|
+
width: 344px;
|
580
|
+
z-index: 2;
|
581
|
+
-webkit-transform: translate(806px, -431px);
|
582
|
+
-webkit-animation: coffee-base 1.5s 1 5.5s forwards;
|
583
|
+
}
|
584
|
+
|
585
|
+
.control-panel {
|
586
|
+
background: #d4d4d4;
|
587
|
+
border-radius: 15px;
|
588
|
+
height: 22px;
|
589
|
+
position: relative;
|
590
|
+
width: 283px;
|
591
|
+
z-index: 3;
|
592
|
+
-webkit-transform: translate(806px, -459px);
|
593
|
+
-webkit-animation: control-panel 1.5s 1 5.75s forwards;
|
594
|
+
}
|
595
|
+
.control-panel span {
|
596
|
+
background: #2a2225;
|
597
|
+
border-radius: 4px;
|
598
|
+
height: 14px;
|
599
|
+
position: relative;
|
600
|
+
width: 28px;
|
601
|
+
}
|
602
|
+
.control-panel span:after {
|
603
|
+
border-radius: 8px;
|
604
|
+
content: "";
|
605
|
+
display: block;
|
606
|
+
height: 8px;
|
607
|
+
margin-top: -4px;
|
608
|
+
position: absolute;
|
609
|
+
top: 50%;
|
610
|
+
width: 8px;
|
611
|
+
}
|
612
|
+
|
613
|
+
.gauge-one {
|
614
|
+
-webkit-transform: translate(15px, 4px);
|
615
|
+
}
|
616
|
+
.gauge-one:after {
|
617
|
+
background: #4ac861;
|
618
|
+
left: 4px;
|
619
|
+
}
|
620
|
+
|
621
|
+
.gauge-two {
|
622
|
+
-webkit-transform: translate(55px, -10px);
|
623
|
+
}
|
624
|
+
.gauge-two:after {
|
625
|
+
background: #f00;
|
626
|
+
right: 4px;
|
627
|
+
-webkit-animation: ready 0.75s 1 7.5s forwards;
|
628
|
+
}
|
629
|
+
|
630
|
+
.leg {
|
631
|
+
background: #1b1317;
|
632
|
+
border-radius: 4px;
|
633
|
+
height: 20px;
|
634
|
+
position: relative;
|
635
|
+
width: 20px;
|
636
|
+
z-index: 1;
|
637
|
+
}
|
638
|
+
|
639
|
+
.leg-one {
|
640
|
+
-webkit-transform: translate(806px, -498px);
|
641
|
+
-webkit-animation: leg-one 1.5s 1 6s forwards;
|
642
|
+
}
|
643
|
+
|
644
|
+
.leg-two {
|
645
|
+
-webkit-transform: translate(806px, -518px);
|
646
|
+
-webkit-animation: leg-two 1.5s 1 6s forwards;
|
647
|
+
}
|
648
|
+
|
649
|
+
.coffee-drip {
|
650
|
+
background: #38271d;
|
651
|
+
height: 0;
|
652
|
+
left: 450px;
|
653
|
+
position: absolute;
|
654
|
+
top: 159px;
|
655
|
+
width: 5px;
|
656
|
+
z-index: 1;
|
657
|
+
-webkit-animation: drip 1.25s 1 8.5s forwards;
|
658
|
+
}
|
659
|
+
|
660
|
+
.drip-cover {
|
661
|
+
background: #dfe3e6;
|
662
|
+
height: 0;
|
663
|
+
left: 450px;
|
664
|
+
position: absolute;
|
665
|
+
top: 159px;
|
666
|
+
width: 5px;
|
667
|
+
z-index: 1;
|
668
|
+
-webkit-animation: drip 2.5s 1 10s forwards;
|
669
|
+
}
|
670
|
+
|
671
|
+
.coffee {
|
672
|
+
background: #38271d;
|
673
|
+
border-radius: 0 0 6px 6px;
|
674
|
+
bottom: 202px;
|
675
|
+
left: 404px;
|
676
|
+
height: 0;
|
677
|
+
position: absolute;
|
678
|
+
width: 99px;
|
679
|
+
z-index: 3;
|
680
|
+
-webkit-animation: coffee 3.5s 1 9.25s forwards;
|
681
|
+
}
|
682
|
+
|
683
|
+
@-webkit-keyframes coffee-bag-mast {
|
684
|
+
0% {
|
685
|
+
-webkit-transform: translate(806px, 0);
|
686
|
+
}
|
687
|
+
100% {
|
688
|
+
-webkit-transform: translate(0, 0);
|
689
|
+
}
|
690
|
+
}
|
691
|
+
@-webkit-keyframes coffee-bag-top {
|
692
|
+
0% {
|
693
|
+
-webkit-transform: translate(-806px, 0);
|
694
|
+
}
|
695
|
+
100% {
|
696
|
+
-webkit-transform: translate(0, 0);
|
697
|
+
}
|
698
|
+
}
|
699
|
+
@-webkit-keyframes info-one {
|
700
|
+
0% {
|
701
|
+
-webkit-transform: translate(-806px, -25px);
|
702
|
+
}
|
703
|
+
100% {
|
704
|
+
-webkit-transform: translate(8px, -25px);
|
705
|
+
}
|
706
|
+
}
|
707
|
+
@-webkit-keyframes info-two {
|
708
|
+
0% {
|
709
|
+
-webkit-transform: translate(-806px, -10px);
|
710
|
+
}
|
711
|
+
100% {
|
712
|
+
-webkit-transform: translate(8px, -10px);
|
713
|
+
}
|
714
|
+
}
|
715
|
+
@-webkit-keyframes info-three {
|
716
|
+
0% {
|
717
|
+
-webkit-transform: translate(-806px, 5px);
|
718
|
+
}
|
719
|
+
100% {
|
720
|
+
-webkit-transform: translate(8px, 5px);
|
721
|
+
}
|
722
|
+
}
|
723
|
+
@-webkit-keyframes coffee-bag-body {
|
724
|
+
0% {
|
725
|
+
-webkit-transform: translate(806px, 38px);
|
726
|
+
}
|
727
|
+
100% {
|
728
|
+
-webkit-transform: translate(0, 38px);
|
729
|
+
}
|
730
|
+
}
|
731
|
+
@-webkit-keyframes coffee-bag-bottom {
|
732
|
+
0% {
|
733
|
+
left: -806px;
|
734
|
+
}
|
735
|
+
100% {
|
736
|
+
left: 0;
|
737
|
+
}
|
738
|
+
}
|
739
|
+
@-webkit-keyframes coffee-logo {
|
740
|
+
0% {
|
741
|
+
-webkit-transform: translate(15px, -75px) scale(0.25);
|
742
|
+
}
|
743
|
+
100% {
|
744
|
+
-webkit-transform: translate(15px, -75px) scale(1);
|
745
|
+
}
|
746
|
+
}
|
747
|
+
@-webkit-keyframes bean-logo {
|
748
|
+
0% {
|
749
|
+
-webkit-transform: rotate(45deg) scale(0.25);
|
750
|
+
}
|
751
|
+
100% {
|
752
|
+
-webkit-transform: rotate(45deg) scale(1);
|
753
|
+
}
|
754
|
+
}
|
755
|
+
@-webkit-keyframes coffee-bag {
|
756
|
+
0% {
|
757
|
+
-webkit-transform: translate(-50%, -50%) rotate(0);
|
758
|
+
}
|
759
|
+
50% {
|
760
|
+
-webkit-transform: translate(180%, -100%) rotate(-95deg);
|
761
|
+
}
|
762
|
+
100% {
|
763
|
+
-webkit-transform: translate(806px, -100%);
|
764
|
+
}
|
765
|
+
}
|
766
|
+
@-webkit-keyframes coffee-bag-exit {
|
767
|
+
100% {
|
768
|
+
-webkit-transform: translate(860px, -100%);
|
769
|
+
}
|
770
|
+
}
|
771
|
+
@-webkit-keyframes filter {
|
772
|
+
0% {
|
773
|
+
-webkit-transform: translate(400px, 550px);
|
774
|
+
}
|
775
|
+
50% {
|
776
|
+
-webkit-transform: translate(400px, 250px);
|
777
|
+
}
|
778
|
+
100% {
|
779
|
+
-webkit-transform: translate(400px, 40px);
|
780
|
+
}
|
781
|
+
}
|
782
|
+
@-webkit-keyframes roasting-body {
|
783
|
+
0% {
|
784
|
+
-webkit-transform: translate(400px, 550px);
|
785
|
+
}
|
786
|
+
100% {
|
787
|
+
-webkit-transform: translate(400px, -65px);
|
788
|
+
}
|
789
|
+
}
|
790
|
+
@-webkit-keyframes roasting-top {
|
791
|
+
0% {
|
792
|
+
-webkit-transform: translate(387px, -150px);
|
793
|
+
}
|
794
|
+
100% {
|
795
|
+
-webkit-transform: translate(387px, -48px);
|
796
|
+
}
|
797
|
+
}
|
798
|
+
@-webkit-keyframes screen {
|
799
|
+
0% {
|
800
|
+
-webkit-transform: translate(806px, -66px);
|
801
|
+
}
|
802
|
+
100% {
|
803
|
+
-webkit-transform: translate(355px, -66px);
|
804
|
+
}
|
805
|
+
}
|
806
|
+
@-webkit-keyframes water-attachment {
|
807
|
+
0% {
|
808
|
+
-webkit-transform: translate(806px, -190px);
|
809
|
+
}
|
810
|
+
100% {
|
811
|
+
-webkit-transform: translate(340px, -190px);
|
812
|
+
}
|
813
|
+
}
|
814
|
+
@-webkit-keyframes water-lid {
|
815
|
+
0% {
|
816
|
+
-webkit-transform: translate(-806px, -201px);
|
817
|
+
}
|
818
|
+
100% {
|
819
|
+
-webkit-transform: translate(234px, -201px);
|
820
|
+
}
|
821
|
+
}
|
822
|
+
@-webkit-keyframes glass-top {
|
823
|
+
0% {
|
824
|
+
-webkit-transform: translate(806px, -315px) skewX(25deg);
|
825
|
+
}
|
826
|
+
100% {
|
827
|
+
-webkit-transform: translate(397px, -315px) skewX(25deg);
|
828
|
+
}
|
829
|
+
}
|
830
|
+
@-webkit-keyframes glass-bottom {
|
831
|
+
0% {
|
832
|
+
-webkit-transform: translate(806px, -312px);
|
833
|
+
}
|
834
|
+
100% {
|
835
|
+
-webkit-transform: translate(404px, -312px);
|
836
|
+
}
|
837
|
+
}
|
838
|
+
@-webkit-keyframes coffee-warmer-plate {
|
839
|
+
0% {
|
840
|
+
-webkit-transform: translate(-806px, -397px);
|
841
|
+
}
|
842
|
+
100% {
|
843
|
+
-webkit-transform: translate(407px, -397px);
|
844
|
+
}
|
845
|
+
}
|
846
|
+
@-webkit-keyframes water-pot {
|
847
|
+
0% {
|
848
|
+
-webkit-transform: translate(806px, -201px);
|
849
|
+
}
|
850
|
+
100% {
|
851
|
+
-webkit-transform: translate(233px, -201px);
|
852
|
+
}
|
853
|
+
}
|
854
|
+
@-webkit-keyframes warmer-plate {
|
855
|
+
0% {
|
856
|
+
-webkit-transform: translate(806px, -200px);
|
857
|
+
}
|
858
|
+
100% {
|
859
|
+
-webkit-transform: translate(258px, -200px);
|
860
|
+
}
|
861
|
+
}
|
862
|
+
@-webkit-keyframes big-warmer {
|
863
|
+
0% {
|
864
|
+
-webkit-transform: translate(806px, -200px);
|
865
|
+
}
|
866
|
+
100% {
|
867
|
+
-webkit-transform: translate(255px, -200px);
|
868
|
+
}
|
869
|
+
}
|
870
|
+
@-webkit-keyframes warmer-base {
|
871
|
+
0% {
|
872
|
+
-webkit-transform: translate(-806px, -200px);
|
873
|
+
}
|
874
|
+
100% {
|
875
|
+
-webkit-transform: translate(258px, -200px);
|
876
|
+
}
|
877
|
+
}
|
878
|
+
@-webkit-keyframes coffee-pot-top {
|
879
|
+
0% {
|
880
|
+
-webkit-transform: translate(-806px, -503px);
|
881
|
+
}
|
882
|
+
100% {
|
883
|
+
-webkit-transform: translate(408px, -303px);
|
884
|
+
}
|
885
|
+
}
|
886
|
+
@-webkit-keyframes coffee-pot-handle {
|
887
|
+
0% {
|
888
|
+
-webkit-transform: translate(-806px, 703px);
|
889
|
+
}
|
890
|
+
100% {
|
891
|
+
-webkit-transform: translate(479px, -411px);
|
892
|
+
}
|
893
|
+
}
|
894
|
+
@-webkit-keyframes pot-connector {
|
895
|
+
0% {
|
896
|
+
-webkit-transform: translate(806px, 403px);
|
897
|
+
}
|
898
|
+
100% {
|
899
|
+
-webkit-transform: translate(404px, -313px);
|
900
|
+
}
|
901
|
+
}
|
902
|
+
@-webkit-keyframes base-left {
|
903
|
+
0% {
|
904
|
+
-webkit-transform: translate(806px, 703px);
|
905
|
+
}
|
906
|
+
100% {
|
907
|
+
-webkit-transform: translate(218px, -397px);
|
908
|
+
}
|
909
|
+
}
|
910
|
+
@-webkit-keyframes base-right {
|
911
|
+
0% {
|
912
|
+
-webkit-transform: translate(-806px, 703px);
|
913
|
+
}
|
914
|
+
100% {
|
915
|
+
-webkit-transform: translate(546px, -487px);
|
916
|
+
}
|
917
|
+
}
|
918
|
+
@-webkit-keyframes coffee-base {
|
919
|
+
0% {
|
920
|
+
-webkit-transform: translate(806px, 903px);
|
921
|
+
}
|
922
|
+
100% {
|
923
|
+
-webkit-transform: translate(218px, -431px);
|
924
|
+
}
|
925
|
+
}
|
926
|
+
@-webkit-keyframes control-panel {
|
927
|
+
0% {
|
928
|
+
-webkit-transform: translate(-806px, -459px);
|
929
|
+
}
|
930
|
+
100% {
|
931
|
+
-webkit-transform: translate(246px, -459px);
|
932
|
+
}
|
933
|
+
}
|
934
|
+
@-webkit-keyframes leg-one {
|
935
|
+
0% {
|
936
|
+
-webkit-transform: translate(-806px, -800px);
|
937
|
+
}
|
938
|
+
100% {
|
939
|
+
-webkit-transform: translate(248px, -498px);
|
940
|
+
}
|
941
|
+
}
|
942
|
+
@-webkit-keyframes leg-two {
|
943
|
+
0% {
|
944
|
+
-webkit-transform: translate(-806px, -800px);
|
945
|
+
}
|
946
|
+
100% {
|
947
|
+
-webkit-transform: translate(508px, -518px);
|
948
|
+
}
|
949
|
+
}
|
950
|
+
@-webkit-keyframes water-fill {
|
951
|
+
0% {
|
952
|
+
height: 32px;
|
953
|
+
}
|
954
|
+
100% {
|
955
|
+
height: 0;
|
956
|
+
}
|
957
|
+
}
|
958
|
+
@-webkit-keyframes drip {
|
959
|
+
0% {
|
960
|
+
height: 0;
|
961
|
+
}
|
962
|
+
100% {
|
963
|
+
height: 93px;
|
964
|
+
}
|
965
|
+
}
|
966
|
+
@-webkit-keyframes coffee {
|
967
|
+
0% {
|
968
|
+
height: 0;
|
969
|
+
}
|
970
|
+
100% {
|
971
|
+
height: 26px;
|
972
|
+
}
|
973
|
+
}
|
974
|
+
@-webkit-keyframes ready {
|
975
|
+
0% {
|
976
|
+
background: #f00;
|
977
|
+
}
|
978
|
+
100% {
|
979
|
+
background: #4ac861;
|
980
|
+
}
|
981
|
+
}
|
982
|
+
@-webkit-keyframes grounds {
|
983
|
+
0% {
|
984
|
+
opacity: 0;
|
985
|
+
left: 450px;
|
986
|
+
top: 110px;
|
987
|
+
}
|
988
|
+
10% {
|
989
|
+
opacity: 1;
|
990
|
+
}
|
991
|
+
100% {
|
992
|
+
left: 440px;
|
993
|
+
top: 170px;
|
994
|
+
opacity: 0;
|
995
|
+
}
|
996
|
+
}
|
997
|
+
|
998
|
+
</style>
|
999
|
+
|
1000
|
+
</head>
|
1001
|
+
|
1002
|
+
<body style="background-color: black">
|
1003
|
+
<div class="animation-container">
|
1004
|
+
|
1005
|
+
<div class="coffee-bag-container">
|
1006
|
+
<div class="coffee-bag">
|
1007
|
+
<span class="mast"></span>
|
1008
|
+
<span class="bag-top"></span>
|
1009
|
+
<span class="bag-body"></span>
|
1010
|
+
<span class="logo">
|
1011
|
+
<span class="bean bean-one"></span>
|
1012
|
+
<span class="bean bean-two"></span>
|
1013
|
+
</span>
|
1014
|
+
<span class="info info-one"></span>
|
1015
|
+
<span class="info info-two"></span>
|
1016
|
+
<span class="info info-three"></span>
|
1017
|
+
<span class="bag-bottom"></span>
|
1018
|
+
|
1019
|
+
</div><!-- ./coffee-bag -->
|
1020
|
+
</div><!-- ./coffee-bag-container -->
|
1021
|
+
<span class="grounds-container">
|
1022
|
+
<span class="grounds grounds-one"></span>
|
1023
|
+
<span class="grounds grounds-two"></span>
|
1024
|
+
<span class="grounds grounds-three"></span>
|
1025
|
+
<span class="grounds grounds-four"></span>
|
1026
|
+
</span>
|
1027
|
+
|
1028
|
+
<div class="filter"></div><!-- ./filter -->
|
1029
|
+
|
1030
|
+
<!-- TODO: create coffee grounds falling from the bag into the filter -->
|
1031
|
+
|
1032
|
+
<span class="roasting-top"></span>
|
1033
|
+
|
1034
|
+
<div class="roasting-body">
|
1035
|
+
<span class="handle-container">
|
1036
|
+
<span class="handle-one"></span>
|
1037
|
+
<span class="handle-two"></span>
|
1038
|
+
</span>
|
1039
|
+
</div><!-- ./roasting-body -->
|
1040
|
+
|
1041
|
+
<!-- the black part between the coffee pot and the filter -->
|
1042
|
+
<span class="screen"></span>
|
1043
|
+
|
1044
|
+
<span class="water-attachment"></span>
|
1045
|
+
|
1046
|
+
<span class="water-lid"></span>
|
1047
|
+
|
1048
|
+
<span class="water-pot">
|
1049
|
+
<span class="water-pot-gloss"></span>
|
1050
|
+
<span class="fill-line fill-line-first"></span>
|
1051
|
+
<span class="fill-line fill-line-last"></span>
|
1052
|
+
<span class="water"></span>
|
1053
|
+
</span>
|
1054
|
+
|
1055
|
+
<span class="warmer-plate"></span>
|
1056
|
+
|
1057
|
+
<span class="warmer">
|
1058
|
+
<span class="warmer-accent accent-one"></span>
|
1059
|
+
<span class="warmer-accent accent-two"></span>
|
1060
|
+
<span class="warmer-accent accent-three"></span>
|
1061
|
+
</span>
|
1062
|
+
|
1063
|
+
<span class="warmer-base"></span>
|
1064
|
+
|
1065
|
+
<span class="coffee-pot-container">
|
1066
|
+
|
1067
|
+
<span class="coffee-pot-top"></span>
|
1068
|
+
|
1069
|
+
<span class="coffee-pot-glass-top"></span>
|
1070
|
+
|
1071
|
+
<span class="coffee-pot-glass-connector"></span>
|
1072
|
+
|
1073
|
+
<span class="coffee-pot-glass-base">
|
1074
|
+
<span class="coffee-pot-gloss"></span>
|
1075
|
+
</span>
|
1076
|
+
|
1077
|
+
<span class="coffee-pot-handle-container">
|
1078
|
+
<span class="handle-top"></span>
|
1079
|
+
<span class="handle-bottom"></span>
|
1080
|
+
</span>
|
1081
|
+
|
1082
|
+
<span class="coffee-drip"></span>
|
1083
|
+
|
1084
|
+
<span class="drip-cover"></span>
|
1085
|
+
|
1086
|
+
<span class="coffee"></span>
|
1087
|
+
|
1088
|
+
</span>
|
1089
|
+
|
1090
|
+
<span class="coffee-warmer-plate"></span>
|
1091
|
+
|
1092
|
+
<span class="coffee-base-left-end"></span>
|
1093
|
+
|
1094
|
+
<span class="coffee-maker-base"></span>
|
1095
|
+
|
1096
|
+
<span class="control-panel">
|
1097
|
+
<span class="gauge-one"></span>
|
1098
|
+
<span class="gauge-two"></span>
|
1099
|
+
</span>
|
1100
|
+
|
1101
|
+
<span class="coffee-base-right-end"></span>
|
1102
|
+
|
1103
|
+
<span class="leg leg-one"></span>
|
1104
|
+
|
1105
|
+
<span class="leg leg-two"></span>
|
1106
|
+
|
1107
|
+
</div>
|
1108
|
+
</body>
|
1109
|
+
</html>
|
1110
|
+
|