jsgui3-server 0.0.121 → 0.0.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/settings.json +6 -0
- package/README.md +10 -10
- package/controls/Active_HTML_Document.js +116 -116
- package/controls/README.md +7 -7
- package/controls/page/admin.js +74 -74
- package/controls/panel/admin.js +11 -11
- package/examples/_css/basic.css +913 -913
- package/examples/_css/database-control.css +51 -51
- package/examples/_css/jsgui.css +66 -66
- package/examples/_css/multi-layout.css +23 -23
- package/examples/_css/style.css +1669 -1669
- package/examples/_css/top-and-bottom-bars.css +54 -54
- package/examples/box/1) square box/client.js +188 -188
- package/examples/box/1) square box/server.js +112 -112
- package/examples/box/2) twenty square boxes/css flex wrap/client.js +112 -248
- package/examples/box/2) twenty square boxes/css flex wrap/server.js +39 -112
- package/examples/box/3) twenty selectable square boxes/css flex wrap/client.js +129 -0
- package/examples/{controls/15) window, text field → box/3) twenty selectable square boxes/css flex wrap}/server.js +38 -38
- package/examples/boxes/square_boxes.js +45 -48
- package/examples/boxes/square_boxes_client.js +132 -136
- package/examples/client-side-popup-menu-button.html +93 -93
- package/examples/color_palette.js +51 -51
- package/examples/color_palette_client.js +95 -95
- package/examples/controls/1) window/client.js +186 -186
- package/examples/controls/1) window/server.js +117 -117
- package/examples/controls/10) window, mirrored text inputs/client.js +118 -320
- package/examples/controls/10) window, mirrored text inputs/server.js +37 -117
- package/examples/controls/11) window, mirrored text fields/client.js +493 -251
- package/examples/controls/11) window, mirrored text fields/server.js +117 -117
- package/examples/controls/11b) window, shared Data_Object model mirrored text fields/client.js +613 -331
- package/examples/controls/11b) window, shared Data_Object model mirrored text fields/server.js +117 -117
- package/examples/controls/11c) window, shared Data_Value model mirrored text fields/client.js +617 -617
- package/examples/controls/11c) window, shared Data_Value model mirrored text fields/server.js +117 -117
- package/examples/controls/11d) window, shared model mirrored integer text fields/client.js +611 -280
- package/examples/controls/11d) window, shared model mirrored integer text fields/server.js +134 -22
- package/examples/controls/12) window, Select_Options control/client.js +66 -452
- package/examples/controls/12) window, Select_Options control/server.js +19 -117
- package/examples/controls/13) window, Dropdown_Menu control/client.js +66 -0
- package/examples/controls/13) window, Dropdown_Menu control/server.js +20 -0
- package/examples/controls/2) two windows/client.js +193 -193
- package/examples/controls/2) two windows/server.js +113 -113
- package/examples/controls/3) five windows/client.js +217 -217
- package/examples/controls/3) five windows/server.js +116 -115
- package/examples/controls/4) window, tabbed panel/client.js +54 -225
- package/examples/controls/4) window, tabbed panel/server.js +17 -117
- package/examples/controls/5) window, grid/client.js +204 -484
- package/examples/controls/5) window, grid/server.js +117 -119
- package/examples/controls/6) window, color_palette/client.js +68 -204
- package/examples/controls/6) window, color_palette/server.js +117 -117
- package/examples/controls/7) window, month_view/client.js +40 -231
- package/examples/controls/7) window, month_view/server.js +117 -117
- package/examples/controls/8) window, checkbox/client.js +33 -209
- package/examples/controls/8) window, checkbox/server.js +117 -117
- package/examples/controls/9) window, date picker/client.js +76 -303
- package/examples/controls/9) window, date picker/server.js +117 -117
- package/examples/controls/9b) window, shared data.model mirrored date pickers/README.md +51 -0
- package/examples/controls/9b) window, shared data.model mirrored date pickers/client.js +83 -398
- package/examples/controls/9b) window, shared data.model mirrored date pickers/server.js +117 -117
- package/examples/controls/__old/_html-server-color-palette.js +114 -114
- package/examples/controls/__old/html-server-combo-box.js +104 -104
- package/examples/controls/__old/html-server-list.js +98 -98
- package/examples/controls/__old/html-server-popup-menu-button.js +114 -114
- package/examples/controls/__old/html-server-start-stop-toggle-button.js +146 -146
- package/examples/controls/__old/scs-arrow-button.js +36 -36
- package/examples/controls/__old/scs-date-picker.js +157 -157
- package/examples/controls/__old/scs-file-browser.js +82 -82
- package/examples/controls/__old/scs-item.js +159 -159
- package/examples/controls/__old/scs-month-arrow-selector.js +126 -126
- package/examples/controls/__old/scs-month-view.js +94 -94
- package/examples/controls/__old/scs-start-stop-toggle-button.js +40 -40
- package/examples/controls/__old/scs-tree.js +49 -49
- package/examples/controls/__old/scs-year-arrow-selector.js +127 -127
- package/examples/demos/date-picker.js +119 -119
- package/examples/demos/explain-encapsulation.js +9 -9
- package/examples/demos/resizing.js +35 -35
- package/examples/demos/server_time.js +6 -6
- package/examples/grids/grid_1.js +45 -45
- package/examples/grids/grid_1_client.js +329 -329
- package/examples/html-rendering.js +20 -20
- package/examples/html-server.js +105 -105
- package/examples/introducing jsgui3/server.js +110 -110
- package/examples/mx_display/mx_display_1.js +45 -45
- package/examples/mx_display/mx_display_1_client.js +444 -444
- package/fs2.js +1836 -1836
- package/http/responders/HTTP_Responder.js +15 -15
- package/http/responders/static/Static_Route_HTTP_Responder.js +105 -105
- package/module.js +34 -34
- package/old/_single-control-server.js +418 -418
- package/old/single-control-server.js +368 -368
- package/old/single-page-app.js +131 -131
- package/package.json +42 -42
- package/page-context.js +92 -92
- package/publishers/helpers/assigners/Assigner.js +10 -10
- package/publishers/helpers/assigners/static-compressed-response-buffers/Single_Control_Webpage_Server_Static_Compressed_Response_Buffers_Assigner.js +150 -150
- package/publishers/helpers/assigners/static-headers/Single_Control_Webpage_Server_Static_Headers_Assigner.js +109 -109
- package/publishers/helpers/assigners/static-routes/Single_Control_Webpage_Server_Static_Routes_Assigner.js +91 -91
- package/publishers/helpers/assigners/static-uncompressed-response-buffers/Single_Control_Webpage_Server_Static_Uncompressed_Response_Buffers_Assigner.js +104 -104
- package/publishers/helpers/preparers/static/bundle/Ready_To_Serve_Preparer.js +18 -18
- package/publishers/helpers/preparers/static/bundle/Static_Routes_Responses_Webpage_Bundle_Preparer.js +44 -44
- package/publishers/http-function-publisher.js +212 -212
- package/publishers/http-html-page-publisher.js +5 -5
- package/publishers/http-html-publisher.js +24 -24
- package/publishers/http-js-publisher.js +135 -135
- package/publishers/http-observable-publisher.js +124 -124
- package/publishers/http-publisher.js +53 -53
- package/publishers/http-resource-publisher.js +325 -325
- package/publishers/http-webpage-publisher.js +659 -658
- package/publishers/http-webpageorsite-publisher.js +343 -343
- package/publishers/http-website-publisher.js +640 -640
- package/publishers/notes.md +9 -9
- package/resources/README.md +16 -16
- package/resources/_old_website-javascript-resource.js +994 -994
- package/resources/_old_website-resource.js +507 -507
- package/resources/compile/server-resource-compilation.js +43 -43
- package/resources/data-resource.js +118 -118
- package/resources/fs-resource.js +146 -146
- package/resources/jsbuilder/Abstract_Single_Declaration.js +105 -105
- package/resources/jsbuilder/Abstract_Single_Declaration_Sequence.js +42 -42
- package/resources/jsbuilder/JS_AST/JS_AST_Abstract_Node.js +61 -61
- package/resources/jsbuilder/JS_AST/JS_AST_Abstract_Node_Group.js +41 -41
- package/resources/jsbuilder/JS_AST/JS_AST_Group_Shared.js +61 -61
- package/resources/jsbuilder/JS_AST/JS_AST_Node.js +93 -93
- package/resources/jsbuilder/JS_AST/JS_AST_Node_0-Core.js +253 -253
- package/resources/jsbuilder/JS_AST/JS_AST_Node_1-Babel.js +337 -337
- package/resources/jsbuilder/JS_AST/JS_AST_Node_10-Changing.js +39 -39
- package/resources/jsbuilder/JS_AST/JS_AST_Node_2.1.1-Child.js +96 -96
- package/resources/jsbuilder/JS_AST/JS_AST_Node_2.1.2-Parent.js +37 -37
- package/resources/jsbuilder/JS_AST/JS_AST_Node_2.1.3-Ancestor.js +61 -61
- package/resources/jsbuilder/JS_AST/JS_AST_Node_2.2-Inner.js +43 -43
- package/resources/jsbuilder/JS_AST/JS_AST_Node_2.3-All.js +72 -72
- package/resources/jsbuilder/JS_AST/JS_AST_Node_2.4-Sibling.js +92 -92
- package/resources/jsbuilder/JS_AST/JS_AST_Node_2.5-Available_In_Scope.js +29 -29
- package/resources/jsbuilder/JS_AST/JS_AST_Node_2.9-Signature.js +116 -116
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3-Basics.js +159 -159
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.0.0-Basics_First.js +178 -178
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.0.1-Basics_Second.js +87 -87
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.0.99-Basics_Last.js +91 -91
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.1-Basics_Each.js +136 -136
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.1.5-Basics_Count.js +73 -73
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.2-Basics_Filter.js +39 -39
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.3-Basics_Collect.js +85 -85
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.4-Basics_Select.js +42 -42
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.5-Basics_Find.js +40 -40
- package/resources/jsbuilder/JS_AST/JS_AST_Node_3.6-Basics_Callmap.js +54 -54
- package/resources/jsbuilder/JS_AST/JS_AST_Node_4.0-Index_Indexes.js +45 -45
- package/resources/jsbuilder/JS_AST/JS_AST_Node_4.1-Index.js +343 -343
- package/resources/jsbuilder/JS_AST/JS_AST_Node_5.0-Category.js +38 -38
- package/resources/jsbuilder/JS_AST/JS_AST_Node_5.1-Category_Identifier.js +30 -30
- package/resources/jsbuilder/JS_AST/JS_AST_Node_5.2-Category_Literal.js +28 -28
- package/resources/jsbuilder/JS_AST/JS_AST_Node_5.3-Category_Expression.js +26 -26
- package/resources/jsbuilder/JS_AST/JS_AST_Node_5.4-Category_Pattern.js +8 -8
- package/resources/jsbuilder/JS_AST/JS_AST_Node_5.5-Category_Declaration.js +43 -43
- package/resources/jsbuilder/JS_AST/JS_AST_Node_5.6-Category_Statement.js +21 -21
- package/resources/jsbuilder/JS_AST/JS_AST_Node_6.0-Type.js +89 -89
- package/resources/jsbuilder/JS_AST/JS_AST_Node_6.1-Type_Class_Declaration.js +8 -8
- package/resources/jsbuilder/JS_AST/JS_AST_Node_6.2-Type_Variable_Declaration.js +27 -27
- package/resources/jsbuilder/JS_AST/JS_AST_Node_6.3-Type_Variable_Declarator.js +28 -28
- package/resources/jsbuilder/JS_AST/JS_AST_Node_7-Query.js +736 -736
- package/resources/jsbuilder/JS_AST/JS_AST_Node_8-Features.js +64 -64
- package/resources/jsbuilder/JS_AST/JS_AST_Node_9-Planning.js +31 -31
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Arrangement.js +15 -15
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Node_Declared_Object.js +305 -305
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Node_Feature.js +77 -77
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Node_Feature_Declaration.js +248 -248
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Node_Feature_Declarator.js +138 -138
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Root_Node_Feature/JS_AST_Root_Node_Feature.js +10 -10
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Root_Node_Feature/JS_AST_Root_Node_Feature_Exported.js +100 -100
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Root_Node_Feature/JS_AST_Root_Node_Feature_Exports.js +60 -60
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Root_Node_Feature/JS_AST_Root_Node_Interpreted.js +179 -179
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Root_Node_Feature/_JSGUI_Root_Node_Interpreted.js +43 -43
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Feature/JS_AST_Root_Node_Feature/special_case_objectassign_to_object.js +12 -12
- package/resources/jsbuilder/JS_AST/JS_AST_Node_Group.js +35 -35
- package/resources/jsbuilder/JS_AST/JS_AST_Operation.js +11 -11
- package/resources/jsbuilder/JS_AST/JS_AST_Operation_On_Relationship.js +31 -31
- package/resources/jsbuilder/JS_AST/JS_AST_Ordered_Relationship_Node_To_Group.js +37 -37
- package/resources/jsbuilder/JS_AST/JS_AST_Ordinal.js +39 -39
- package/resources/jsbuilder/JS_AST/JS_AST_Ordinal_Relationship.js +25 -25
- package/resources/jsbuilder/JS_AST/JS_AST_Relationship_Node_To_Group.js +200 -200
- package/resources/jsbuilder/JS_AST/JS_AST_Relationship_Node_Within_Group_To_Node.js +43 -43
- package/resources/jsbuilder/JS_AST/_JS_AST_Node_3.8-Query_Features.js +76 -76
- package/resources/jsbuilder/JS_AST/query/enable_array_as_queryable.js +227 -227
- package/resources/jsbuilder/JS_AST/query/find_object_keys.js +404 -404
- package/resources/jsbuilder/JS_AST/query/node_queries.js +8 -8
- package/resources/jsbuilder/JS_AST/query/root_query_identidy.js +11 -11
- package/resources/jsbuilder/JS_AST_Node_Extended/JSGUI_Singular_Declaration.js +85 -85
- package/resources/jsbuilder/JS_AST_Node_Extended/JS_AST_Node_Declaration.js +123 -123
- package/resources/jsbuilder/JS_AST_Node_Extended/JS_AST_Node_Extended.js +87 -87
- package/resources/jsbuilder/JS_AST_Node_Extended/JS_AST_Node_Extended_0-Core.js +10 -10
- package/resources/jsbuilder/JS_Builder.js +10 -10
- package/resources/jsbuilder/JS_File/Feature/JS_File_Declared_Object.js +31 -31
- package/resources/jsbuilder/JS_File/Feature/JS_File_Exported_Object_Info.js +25 -25
- package/resources/jsbuilder/JS_File/Feature/JS_File_Exports.js +78 -78
- package/resources/jsbuilder/JS_File/Feature/JS_File_Feature.js +17 -17
- package/resources/jsbuilder/JS_File/Feature/JS_File_Imported_Object_Info.js +25 -25
- package/resources/jsbuilder/JS_File/Feature/JS_File_Imports.js +8 -8
- package/resources/jsbuilder/JS_File/JS_File.js +12 -12
- package/resources/jsbuilder/JS_File/JS_File_0-Core.js +202 -202
- package/resources/jsbuilder/JS_File/JS_File_1-Early_Parse.js +175 -175
- package/resources/jsbuilder/JS_File/JS_File_2-Babel.js +81 -81
- package/resources/jsbuilder/JS_File/JS_File_3-JS_AST_Node.js +86 -86
- package/resources/jsbuilder/JS_File/JS_File_4-Query.js +413 -413
- package/resources/jsbuilder/JS_File/JS_File_4.1-Query_Features.js +414 -414
- package/resources/jsbuilder/JS_File/JS_File_5-Planning.js +59 -59
- package/resources/jsbuilder/JS_File/JS_File_6-Changing.js +24 -24
- package/resources/jsbuilder/JS_File/JS_File_Export_Reference.js +12 -12
- package/resources/jsbuilder/JS_File/JS_File_Import_Reference.js +23 -23
- package/resources/jsbuilder/JS_File/JS_File_Import_References.js +31 -31
- package/resources/jsbuilder/JS_File/JS_File_Processor.js +16 -16
- package/resources/jsbuilder/JS_File/JS_Files.js +15 -15
- package/resources/jsbuilder/Module.js +14 -14
- package/resources/jsbuilder/Platform.js +13 -13
- package/resources/jsbuilder/Platforms.js +69 -69
- package/resources/jsbuilder/Project.js +109 -109
- package/resources/jsbuilder/Reference.js +1 -1
- package/resources/jsbuilder/Reference_Sequence.js +16 -16
- package/resources/jsbuilder/Scope.js +29 -29
- package/resources/jsbuilder/Variable_Name_Provider.js +42 -42
- package/resources/jsbuilder/_JS_File.js +225 -225
- package/resources/jsbuilder/ast_query.js +20 -20
- package/resources/jsbuilder/babel/babel_consts.js +162 -162
- package/resources/jsbuilder/babel/babel_node_tools.js +541 -541
- package/resources/jsbuilder/babel/deep_iterate/deep_iterate_babel.js +923 -904
- package/resources/jsbuilder/build.js +16 -16
- package/resources/jsbuilder/platform_notes.md +66 -66
- package/resources/jsbuilder/test/test_ast_node.js +381 -381
- package/resources/jsbuilder/test/test_js_file.js +303 -303
- package/resources/jsbuilder/test/test_project.js +157 -157
- package/resources/local-server-info-resource.js +96 -96
- package/resources/notes.txt +10 -10
- package/resources/old/website-image-resource.js +1185 -1185
- package/resources/process-js.js +498 -498
- package/resources/processors/bundlers/bundle.js +29 -29
- package/resources/processors/bundlers/bundler.js +23 -23
- package/resources/processors/bundlers/css-bundler.js +234 -234
- package/resources/processors/bundlers/js/JS_Bundler.js +51 -51
- package/resources/processors/bundlers/js/esbuild/Advanced_JS_Bundler_Using_ESBuild.js +388 -391
- package/resources/processors/bundlers/js/esbuild/Bundler_Using_ESBuild.js +8 -8
- package/resources/processors/bundlers/js/esbuild/Core_JS_Non_Minifying_Bundler_Using_ESBuild.js +188 -188
- package/resources/processors/bundlers/js/esbuild/Core_JS_Single_File_Minifying_Bundler_Using_ESBuild.js +191 -192
- package/resources/processors/bundlers/js/esbuild/_Old_CSS_Extractor.js +239 -239
- package/resources/processors/bundlers/js-bundler.js +263 -263
- package/resources/processors/bundlers/test_ast.js +73 -73
- package/resources/processors/bundlers/webpage-bundler.js +404 -404
- package/resources/processors/bundlers/website-bundler.js +22 -22
- package/resources/processors/extractors/Extractor.js +9 -11
- package/resources/processors/extractors/js/css_and_js/AST_Node/CSS_And_JS_From_JS_String_Using_AST_Node_Extractor.js +239 -254
- package/resources/processors/extractors/js/css_and_js/CSS_And_JS_From_JS_String_Extractor.js +3 -3
- package/resources/processors/extractors/string/Pos_Span_String_Extractor.js +93 -93
- package/resources/server-installed-tools.js +28 -28
- package/resources/server-resource-pool.js +41 -41
- package/resources/website-audio-resource.js +735 -735
- package/resources/website-css-resource.js +411 -411
- package/resources/website-image-resource.js +412 -412
- package/resources/website-javascript-resource-processor.js +908 -908
- package/resources/website-javascript-resource.js +874 -874
- package/resources/website-resource-processor.js +10 -10
- package/resources/website-resource.js +164 -164
- package/resources/website-static-html-resource.js +199 -199
- package/resources/website-template-html-resource.js +231 -231
- package/roadmap.md +75 -75
- package/server.js +609 -573
- package/static-page-context.js +13 -13
- package/website/webpage.js +81 -81
- package/website/website-group.js +15 -15
- package/website/website.js +260 -260
- package/examples/controls/11d) window, shared model mirrored integer text fields/both.js +0 -17
- package/examples/controls/13) window, shared model mirrored lat_long/client.js +0 -933
- package/examples/controls/13) window, shared model mirrored lat_long/server.js +0 -50
- package/examples/controls/14) window, control compositional model/client.js +0 -328
- package/examples/controls/14) window, control compositional model/server.js +0 -118
- package/examples/controls/14a) window, control spec has compositional model/client.js +0 -440
- package/examples/controls/14a) window, control spec has compositional model/server.js +0 -118
- package/examples/controls/15) window, text field/client.js +0 -256
- package/examples/controls/16) Window([Text_Input])/client.js +0 -266
- package/examples/controls/16) Window([Text_Input])/server.js +0 -109
- package/examples/controls/16a) Window([Text_Input]) Integer data.model.data_type/client.js +0 -494
- package/examples/controls/16a) Window([Text_Input]) Integer data.model.data_type/isomorphic.js +0 -24
- package/examples/controls/16a) Window([Text_Input]) Integer data.model.data_type/server.js +0 -73
- package/examples/controls/2b) two window, context menus/client.js +0 -193
- package/examples/controls/2b) two window, context menus/server.js +0 -114
- package/examples/controls/4a) window, tabbed panel with various controls inside/client.js +0 -233
- package/examples/controls/4a) window, tabbed panel with various controls inside/server.js +0 -118
package/examples/_css/style.css
CHANGED
|
@@ -1,1669 +1,1669 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* HTML5 Boilerplate
|
|
3
|
-
*
|
|
4
|
-
* What follows is the result of much research on cross-browser styling.
|
|
5
|
-
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
|
|
6
|
-
* Kroc Camen, and the H5BP dev community and team.
|
|
7
|
-
*
|
|
8
|
-
* Detailed information about this CSS: h5bp.com/css
|
|
9
|
-
*
|
|
10
|
-
* ==|== normalize ==========================================================
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
/* =============================================================================
|
|
15
|
-
HTML5 display definitions
|
|
16
|
-
========================================================================== */
|
|
17
|
-
|
|
18
|
-
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
|
|
19
|
-
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
|
|
20
|
-
audio:not([controls]) { display: none; }
|
|
21
|
-
[hidden] { display: none; }
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
/* =============================================================================
|
|
25
|
-
Base
|
|
26
|
-
========================================================================== */
|
|
27
|
-
|
|
28
|
-
/*
|
|
29
|
-
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
|
|
30
|
-
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
|
34
|
-
|
|
35
|
-
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
|
|
36
|
-
|
|
37
|
-
body { margin: 0; font-size: 1em; line-height: 1.4; }
|
|
38
|
-
|
|
39
|
-
/*
|
|
40
|
-
* Remove text-shadow in selection highlight: h5bp.com/i
|
|
41
|
-
* These selection declarations have to be separate
|
|
42
|
-
* Also: hot pink! (or customize the background color to match your design)
|
|
43
|
-
*/
|
|
44
|
-
|
|
45
|
-
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
|
46
|
-
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
/* =============================================================================
|
|
50
|
-
Links
|
|
51
|
-
========================================================================== */
|
|
52
|
-
|
|
53
|
-
a { color: #00e; }
|
|
54
|
-
a:visited { color: #551a8b; }
|
|
55
|
-
a:hover { color: #06e; }
|
|
56
|
-
a:focus { outline: thin dotted; }
|
|
57
|
-
|
|
58
|
-
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
|
|
59
|
-
a:hover, a:active { outline: 0; }
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
/* =============================================================================
|
|
63
|
-
Typography
|
|
64
|
-
========================================================================== */
|
|
65
|
-
|
|
66
|
-
abbr[title] { border-bottom: 1px dotted; }
|
|
67
|
-
|
|
68
|
-
b, strong { font-weight: bold; }
|
|
69
|
-
|
|
70
|
-
blockquote { margin: 1em 40px; }
|
|
71
|
-
|
|
72
|
-
dfn { font-style: italic; }
|
|
73
|
-
|
|
74
|
-
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
|
|
75
|
-
|
|
76
|
-
ins { background: #ff9; color: #000; text-decoration: none; }
|
|
77
|
-
|
|
78
|
-
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
|
|
79
|
-
|
|
80
|
-
/* Redeclare monospace font family: h5bp.com/j */
|
|
81
|
-
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
|
|
82
|
-
|
|
83
|
-
/* Improve readability of pre-formatted text in all browsers */
|
|
84
|
-
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
|
|
85
|
-
|
|
86
|
-
q { quotes: none; }
|
|
87
|
-
q:before, q:after { content: ""; content: none; }
|
|
88
|
-
|
|
89
|
-
small { font-size: 85%; }
|
|
90
|
-
|
|
91
|
-
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
|
|
92
|
-
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
|
|
93
|
-
sup { top: -0.5em; }
|
|
94
|
-
sub { bottom: -0.25em; }
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
/* =============================================================================
|
|
98
|
-
Lists
|
|
99
|
-
========================================================================== */
|
|
100
|
-
|
|
101
|
-
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
|
|
102
|
-
dd { margin: 0 0 0 40px; }
|
|
103
|
-
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
/* =============================================================================
|
|
107
|
-
Embedded content
|
|
108
|
-
========================================================================== */
|
|
109
|
-
|
|
110
|
-
/*
|
|
111
|
-
* 1. Improve image quality when scaled in IE7: h5bp.com/d
|
|
112
|
-
* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
|
|
113
|
-
*/
|
|
114
|
-
|
|
115
|
-
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
|
|
116
|
-
|
|
117
|
-
/*
|
|
118
|
-
* Correct overflow not hidden in IE9
|
|
119
|
-
*/
|
|
120
|
-
|
|
121
|
-
svg:not(:root) { overflow: hidden; }
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
/* =============================================================================
|
|
125
|
-
Figures
|
|
126
|
-
========================================================================== */
|
|
127
|
-
|
|
128
|
-
figure { margin: 0; }
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
/* =============================================================================
|
|
132
|
-
Forms
|
|
133
|
-
========================================================================== */
|
|
134
|
-
|
|
135
|
-
form { margin: 0; }
|
|
136
|
-
fieldset { border: 0; margin: 0; padding: 0; }
|
|
137
|
-
|
|
138
|
-
/* Indicate that 'label' will shift focus to the associated form element */
|
|
139
|
-
label { cursor: pointer; }
|
|
140
|
-
|
|
141
|
-
/*
|
|
142
|
-
* 1. Correct color not inheriting in IE6/7/8/9
|
|
143
|
-
* 2. Correct alignment displayed oddly in IE6/7
|
|
144
|
-
*/
|
|
145
|
-
|
|
146
|
-
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
|
|
147
|
-
|
|
148
|
-
/*
|
|
149
|
-
* 1. Correct font-size not inheriting in all browsers
|
|
150
|
-
* 2. Remove margins in FF3/4 S5 Chrome
|
|
151
|
-
* 3. Define consistent vertical alignment display in all browsers
|
|
152
|
-
*/
|
|
153
|
-
|
|
154
|
-
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
|
|
155
|
-
|
|
156
|
-
/*
|
|
157
|
-
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
|
|
158
|
-
*/
|
|
159
|
-
|
|
160
|
-
button, input { line-height: normal; }
|
|
161
|
-
|
|
162
|
-
/*
|
|
163
|
-
* 1. Display hand cursor for clickable form elements
|
|
164
|
-
* 2. Allow styling of clickable form elements in iOS
|
|
165
|
-
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
|
|
166
|
-
*/
|
|
167
|
-
|
|
168
|
-
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
|
|
169
|
-
|
|
170
|
-
/*
|
|
171
|
-
* Re-set default cursor for disabled elements
|
|
172
|
-
*/
|
|
173
|
-
|
|
174
|
-
button[disabled], input[disabled] { cursor: default; }
|
|
175
|
-
|
|
176
|
-
/*
|
|
177
|
-
* Consistent box sizing and appearance
|
|
178
|
-
*/
|
|
179
|
-
|
|
180
|
-
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
|
|
181
|
-
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
|
|
182
|
-
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
|
|
183
|
-
|
|
184
|
-
/*
|
|
185
|
-
* Remove inner padding and border in FF3/4: h5bp.com/l
|
|
186
|
-
*/
|
|
187
|
-
|
|
188
|
-
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
|
|
189
|
-
|
|
190
|
-
/*
|
|
191
|
-
* 1. Remove default vertical scrollbar in IE6/7/8/9
|
|
192
|
-
* 2. Allow only vertical resizing
|
|
193
|
-
*/
|
|
194
|
-
|
|
195
|
-
textarea { overflow: auto; vertical-align: top; resize: vertical; }
|
|
196
|
-
|
|
197
|
-
/* Colors for form validity */
|
|
198
|
-
input:valid, textarea:valid { }
|
|
199
|
-
input:invalid, textarea:invalid { background-color: #f0dddd; }
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
/* =============================================================================
|
|
203
|
-
Tables
|
|
204
|
-
========================================================================== */
|
|
205
|
-
|
|
206
|
-
table { border-collapse: collapse; border-spacing: 0; }
|
|
207
|
-
td { vertical-align: top; }
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
/* =============================================================================
|
|
211
|
-
Chrome Frame Prompt
|
|
212
|
-
========================================================================== */
|
|
213
|
-
|
|
214
|
-
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
/* ==|== primary styles =====================================================
|
|
218
|
-
Author:
|
|
219
|
-
========================================================================== */
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
/* ==|== media queries ======================================================
|
|
237
|
-
EXAMPLE Media Query for Responsive Design.
|
|
238
|
-
This example overrides the primary ('mobile first') styles
|
|
239
|
-
Modify as content requires.
|
|
240
|
-
========================================================================== */
|
|
241
|
-
|
|
242
|
-
@media only screen and (min-width: 35em) {
|
|
243
|
-
/* Style adjustments for viewports that meet the condition */
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
/* ==|== non-semantic helper classes ========================================
|
|
249
|
-
Please define your styles before this section.
|
|
250
|
-
========================================================================== */
|
|
251
|
-
|
|
252
|
-
/* For image replacement */
|
|
253
|
-
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
|
|
254
|
-
.ir br { display: none; }
|
|
255
|
-
|
|
256
|
-
/* Hide from both screenreaders and browsers: h5bp.com/u */
|
|
257
|
-
.hidden { display: none !important; visibility: hidden; }
|
|
258
|
-
|
|
259
|
-
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
|
|
260
|
-
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
|
261
|
-
|
|
262
|
-
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
|
|
263
|
-
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
|
|
264
|
-
|
|
265
|
-
/* Hide visually and from screenreaders, but maintain layout */
|
|
266
|
-
.invisible { visibility: hidden; }
|
|
267
|
-
|
|
268
|
-
/* Contain floats: h5bp.com/q */
|
|
269
|
-
.clearfix:before, .clearfix:after { content: ""; display: table; }
|
|
270
|
-
.clearfix:after { clear: both; }
|
|
271
|
-
.clearfix { *zoom: 1; }
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
/* ==|== print styles =======================================================
|
|
276
|
-
Print styles.
|
|
277
|
-
Inlined to avoid required HTTP connection: h5bp.com/r
|
|
278
|
-
========================================================================== */
|
|
279
|
-
|
|
280
|
-
@media print {
|
|
281
|
-
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
|
|
282
|
-
a, a:visited { text-decoration: underline; }
|
|
283
|
-
a[href]:after { content: " (" attr(href) ")"; }
|
|
284
|
-
abbr[title]:after { content: " (" attr(title) ")"; }
|
|
285
|
-
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
|
|
286
|
-
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
|
|
287
|
-
thead { display: table-header-group; } /* h5bp.com/t */
|
|
288
|
-
tr, img { page-break-inside: avoid; }
|
|
289
|
-
img { max-width: 100% !important; }
|
|
290
|
-
@page { margin: 0.5cm; }
|
|
291
|
-
p, h2, h3 { orphans: 3; widows: 3; }
|
|
292
|
-
h2, h3 { page-break-after: avoid; }
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
/* ==|== custom fonts ======================================================
|
|
298
|
-
========================================================================== */
|
|
299
|
-
|
|
300
|
-
@font-face {
|
|
301
|
-
font-family: 'DroidSerifRegular';
|
|
302
|
-
src: url('fonts/DroidSerif-Regular-webfont.eot');
|
|
303
|
-
src: url('fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
304
|
-
url('fonts/DroidSerif-Regular-webfont.woff') format('woff'),
|
|
305
|
-
url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
|
|
306
|
-
url('fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
|
|
307
|
-
font-weight: normal;
|
|
308
|
-
font-style: normal;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
@font-face {
|
|
312
|
-
font-family: 'DroidSerifItalic';
|
|
313
|
-
src: url('fonts/DroidSerif-Italic-webfont.eot');
|
|
314
|
-
src: url('fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
|
|
315
|
-
url('fonts/DroidSerif-Italic-webfont.woff') format('woff'),
|
|
316
|
-
url('fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
|
|
317
|
-
url('fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
|
|
318
|
-
font-weight: normal;
|
|
319
|
-
font-style: normal;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
@font-face {
|
|
323
|
-
font-family: 'DroidSerifBold';
|
|
324
|
-
src: url('fonts/DroidSerif-Bold-webfont.eot');
|
|
325
|
-
src: url('fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
326
|
-
url('fonts/DroidSerif-Bold-webfont.woff') format('woff'),
|
|
327
|
-
url('fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
|
|
328
|
-
url('fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
|
|
329
|
-
font-weight: normal;
|
|
330
|
-
font-style: normal;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
@font-face {
|
|
334
|
-
font-family: 'DroidSerifBoldItalic';
|
|
335
|
-
src: url('fonts/DroidSerif-BoldItalic-webfont.eot');
|
|
336
|
-
src: url('fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
|
|
337
|
-
url('fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
|
|
338
|
-
url('fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
|
|
339
|
-
url('fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
|
|
340
|
-
font-weight: normal;
|
|
341
|
-
font-style: normal;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
@font-face {
|
|
345
|
-
font-family: 'NewCenturyBold';
|
|
346
|
-
src: url('fonts/ncsr75w.eot');
|
|
347
|
-
src: url('fonts/ncsr75w.eot?#iefix') format('embedded-opentype'),
|
|
348
|
-
url('fonts/ncsr75w.woff') format('woff'),
|
|
349
|
-
url('fonts/ncsr75w.ttf') format('truetype'),
|
|
350
|
-
url('fonts/ncsr75w.svg#DroidSerifRegular') format('svg');
|
|
351
|
-
font-weight: normal;
|
|
352
|
-
font-style: normal;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
.preloaded {
|
|
357
|
-
position: absolute;
|
|
358
|
-
left: -3000px;
|
|
359
|
-
top: 0px;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
.faded {
|
|
364
|
-
opacity: 0.6;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.screen {
|
|
368
|
-
width: 810px;
|
|
369
|
-
position: relative;
|
|
370
|
-
margin-bottom: 4px;
|
|
371
|
-
|
|
372
|
-
-webkit-touch-callout: none;
|
|
373
|
-
-webkit-user-select: none;
|
|
374
|
-
-khtml-user-select: none;
|
|
375
|
-
-moz-user-select: none;
|
|
376
|
-
-ms-user-select: none;
|
|
377
|
-
user-select: none;
|
|
378
|
-
|
|
379
|
-
font-size: 15px;
|
|
380
|
-
font-family: DroidSerifRegular;
|
|
381
|
-
|
|
382
|
-
cursor:default;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.screen .header {
|
|
386
|
-
position: absolute;
|
|
387
|
-
/*
|
|
388
|
-
width: 810px;
|
|
389
|
-
height: 40px;
|
|
390
|
-
*/
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.items_circle {
|
|
394
|
-
width: 600px;
|
|
395
|
-
height: 600px;
|
|
396
|
-
position: relative;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.items_circle .item {
|
|
400
|
-
width: 120px;
|
|
401
|
-
height: 120px;
|
|
402
|
-
background: url('../img/cloud_in_circle_120x120.png');
|
|
403
|
-
position: absolute;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.large_outer_shelf {
|
|
407
|
-
position:absolute;
|
|
408
|
-
background:url( '../img/large_shelf.png') no-repeat;
|
|
409
|
-
width:813px;
|
|
410
|
-
height:153px;
|
|
411
|
-
}
|
|
412
|
-
.small_outer_shelf {
|
|
413
|
-
position:absolute;
|
|
414
|
-
background:url( '../img/small_shelf.png') no-repeat;
|
|
415
|
-
width:815px;
|
|
416
|
-
height:91px;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.inner_shelf {
|
|
420
|
-
position:relative;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
.base_screen .large_outer_shelf {
|
|
424
|
-
top: 220px;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
.special_something_screen .large_outer_shelf {
|
|
428
|
-
top: 280px;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.spices_screen .large_outer_shelf {
|
|
432
|
-
top: 260px;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
.fruit_and_veg_screen .small_outer_shelf.top {
|
|
437
|
-
top: 200px;
|
|
438
|
-
}
|
|
439
|
-
.fruit_and_veg_screen .small_outer_shelf.bottom {
|
|
440
|
-
top: 360px;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
.extras_screen .large_outer_shelf {
|
|
444
|
-
top: 360px;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.screen {
|
|
448
|
-
background-color: #ffffcc;
|
|
449
|
-
width: 810px;
|
|
450
|
-
height: 640px;
|
|
451
|
-
overflow: hidden;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.screen .modal {
|
|
455
|
-
z-index: 40000;
|
|
456
|
-
position: absolute;
|
|
457
|
-
width: 810px;
|
|
458
|
-
height: 640px;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.screen .modal .dialog {
|
|
462
|
-
z-index: 50000;
|
|
463
|
-
position: absolute;
|
|
464
|
-
left: 150px;
|
|
465
|
-
top: 150px;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.screen .modal .dialog .small_mix_icon {
|
|
469
|
-
position: absolute;
|
|
470
|
-
top: 50px;
|
|
471
|
-
left: 195px;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.screen .modal .dialog .text {
|
|
475
|
-
height: 180px;
|
|
476
|
-
left: 80px;
|
|
477
|
-
position: absolute;
|
|
478
|
-
text-align: center;
|
|
479
|
-
top: 138px;
|
|
480
|
-
width: 300px;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.screen .modal .dialog .delete.button {
|
|
484
|
-
left: 384px;
|
|
485
|
-
position: absolute;
|
|
486
|
-
top: 38px;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
.screen .modal .dialog .back.button {
|
|
490
|
-
left: 120px;
|
|
491
|
-
position: absolute;
|
|
492
|
-
top: 195px;
|
|
493
|
-
}
|
|
494
|
-
.screen .modal .dialog .yes.button {
|
|
495
|
-
left: 245px;
|
|
496
|
-
position: absolute;
|
|
497
|
-
top: 195px;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.screen .blocker {
|
|
501
|
-
width: 810px;
|
|
502
|
-
height: 640px;
|
|
503
|
-
position: absolute;
|
|
504
|
-
background-color: #000000;
|
|
505
|
-
opacity: 0.3;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.screen .footer {
|
|
509
|
-
position: absolute;
|
|
510
|
-
width: 810px;
|
|
511
|
-
height: 75px;
|
|
512
|
-
background-color: #8E4F09;
|
|
513
|
-
top: 565px;
|
|
514
|
-
z-index: 10;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.screen .button {
|
|
518
|
-
position: absolute;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
/*
|
|
524
|
-
.base_screen .sprite {
|
|
525
|
-
position: absolute;
|
|
526
|
-
}
|
|
527
|
-
*/
|
|
528
|
-
/*
|
|
529
|
-
.base_screen .creme_fraiche {
|
|
530
|
-
top: -40px;
|
|
531
|
-
left: 40px;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.base_screen .natural_yoghurt {
|
|
535
|
-
top: -40px;
|
|
536
|
-
left: 330px;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
.base_screen .sour_cream {
|
|
540
|
-
top: -60px;
|
|
541
|
-
left: 570px;
|
|
542
|
-
}
|
|
543
|
-
*/
|
|
544
|
-
|
|
545
|
-
.base_screen .Chop_board {
|
|
546
|
-
top: 531px;
|
|
547
|
-
left: 24px;
|
|
548
|
-
}
|
|
549
|
-
.fruit_and_veg_screen .Chop_board {
|
|
550
|
-
top: 531px;
|
|
551
|
-
left: 24px;
|
|
552
|
-
}
|
|
553
|
-
.special_something_screen .Chop_board {
|
|
554
|
-
top: 531px;
|
|
555
|
-
left: 24px;
|
|
556
|
-
}
|
|
557
|
-
.extras_screen .Chop_board {
|
|
558
|
-
top: 531px;
|
|
559
|
-
left: 24px;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
/*
|
|
563
|
-
.sprite.Layer_13 {
|
|
564
|
-
position: relative;
|
|
565
|
-
top: -160px;
|
|
566
|
-
}
|
|
567
|
-
*/
|
|
568
|
-
.spices_screen .Chop_board {
|
|
569
|
-
top: 531px;
|
|
570
|
-
left: 24px;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
.abs {
|
|
574
|
-
position: absolute;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
.rel {
|
|
578
|
-
position: relative;
|
|
579
|
-
/*width: 3000px; */
|
|
580
|
-
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.asb .rel {
|
|
584
|
-
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
/*
|
|
588
|
-
.top .fruit_and_veg .rel {
|
|
589
|
-
top: -60px;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
.bottom .fruit_and_veg .rel {
|
|
594
|
-
top: -25px;
|
|
595
|
-
}
|
|
596
|
-
*/
|
|
597
|
-
|
|
598
|
-
/*
|
|
599
|
-
|
|
600
|
-
.sprite.cucumber {
|
|
601
|
-
position: relative;
|
|
602
|
-
top: -15px;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.sprite.Sweetcorn {
|
|
606
|
-
position: relative;
|
|
607
|
-
top: 25px;
|
|
608
|
-
}
|
|
609
|
-
.sprite.onion {
|
|
610
|
-
position: relative;
|
|
611
|
-
top: -15px;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
*/
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
.base_screen .sliders{
|
|
618
|
-
position: absolute;
|
|
619
|
-
top:380px;
|
|
620
|
-
left: 150px;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.sliders .salt {
|
|
624
|
-
position: absolute;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.sliders .pepper{
|
|
628
|
-
position: absolute;
|
|
629
|
-
top: 80px;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.sliders .plus{
|
|
633
|
-
position: absolute;
|
|
634
|
-
left: 450px;
|
|
635
|
-
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
/*
|
|
639
|
-
.col1 {
|
|
640
|
-
float: left;
|
|
641
|
-
}
|
|
642
|
-
*/
|
|
643
|
-
|
|
644
|
-
/*
|
|
645
|
-
.category label {
|
|
646
|
-
margin-left: 0.8em;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
.category table {
|
|
650
|
-
margin-bottom: 0.8em;
|
|
651
|
-
}
|
|
652
|
-
*/
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
h1 {
|
|
656
|
-
font-size: 16px;
|
|
657
|
-
margin-left: 16px;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
h2 {
|
|
661
|
-
font-size: 14px;
|
|
662
|
-
margin-left: 16px;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
.basic_display {
|
|
666
|
-
font-size: 12px;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
.basic_display .col1 {
|
|
670
|
-
width: 320px;
|
|
671
|
-
float: left;
|
|
672
|
-
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.basic_display .col2 {
|
|
676
|
-
width: 320px;
|
|
677
|
-
float: left;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.basic_display table.category {
|
|
681
|
-
width: 320px;
|
|
682
|
-
margin-bottom: 22px;
|
|
683
|
-
margin-left: 22px;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.basic_display table label {
|
|
687
|
-
margin-left: 0.8em;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.logic_display {
|
|
691
|
-
float: left;
|
|
692
|
-
width: 320px;
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
.logic_display .label {
|
|
696
|
-
margin-top: 0.8em;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
.logic_display .bar {
|
|
700
|
-
width: 300px;
|
|
701
|
-
height: 32px;
|
|
702
|
-
margin-bottom: 4px;
|
|
703
|
-
/* background-color: #ABCDEF; */
|
|
704
|
-
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
.logic_display {
|
|
708
|
-
font-size: 12px;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
.inner_shelf .ingredient {
|
|
713
|
-
float: left;
|
|
714
|
-
margin-right: 20px;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
.bases.screen .outer_shelf {
|
|
719
|
-
top: 200px;
|
|
720
|
-
position: absolute;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.bases.screen .inner_shelf {
|
|
724
|
-
padding-left: 70px;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.bases .ingredient {
|
|
728
|
-
position: relative;
|
|
729
|
-
top: -45px;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.bases .salt_and_pepper_levels {
|
|
733
|
-
position: absolute;
|
|
734
|
-
width: 500px;
|
|
735
|
-
top: 370px;
|
|
736
|
-
left:240px;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
.bases .salt_and_pepper_levels .spoon {
|
|
740
|
-
float: right;
|
|
741
|
-
width: 100px;
|
|
742
|
-
height: 100px;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
.bases .salt_and_pepper_levels .spoon .grey_tilted_spoon {
|
|
746
|
-
float: left;
|
|
747
|
-
width: 37px;
|
|
748
|
-
height: 110px;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.bases .salt_and_pepper_levels .spoon .text {
|
|
752
|
-
color: #999;
|
|
753
|
-
margin-top: 45px;
|
|
754
|
-
white-space: nowrap;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
.herbs_spices .spoon {
|
|
758
|
-
position: absolute;
|
|
759
|
-
width: 100px;
|
|
760
|
-
height: 100px;
|
|
761
|
-
left: 370px;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
.herbs_spices .spoon .grey_tilted_spoon {
|
|
765
|
-
float: left;
|
|
766
|
-
width: 37px;
|
|
767
|
-
height: 110px;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.herbs_spices .spoon .text {
|
|
771
|
-
color: #999;
|
|
772
|
-
margin-top: 45px;
|
|
773
|
-
white-space: nowrap;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
.fruits_vegetables_grain .pen_drawn_background {
|
|
777
|
-
position: absolute;
|
|
778
|
-
left: 300px;
|
|
779
|
-
top: 80px;
|
|
780
|
-
text-align: center;
|
|
781
|
-
/*
|
|
782
|
-
padding-left: 2px;
|
|
783
|
-
padding-right: 2px;
|
|
784
|
-
*/
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
.mini.spice_jar {
|
|
788
|
-
height: 124px;
|
|
789
|
-
width: 42px;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
.screen .pen_drawn_background {
|
|
793
|
-
position: absolute;
|
|
794
|
-
text-align: center;
|
|
795
|
-
top: 80px;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
.pen_drawn_background span {
|
|
799
|
-
color: #FFC;
|
|
800
|
-
padding: 8px;
|
|
801
|
-
font:size: 14pt;
|
|
802
|
-
position: relative;
|
|
803
|
-
top: 25px;
|
|
804
|
-
/*
|
|
805
|
-
margin-left: 0.6em;
|
|
806
|
-
mergin-right: 0.6em;*/
|
|
807
|
-
width: 140px;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
.spice_level_bg {
|
|
811
|
-
padding: 1px;
|
|
812
|
-
padding-left: 7px;
|
|
813
|
-
background-repeat: no-repeat !important;
|
|
814
|
-
height: 27px !important;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
.spice_level_white_left_cap {
|
|
818
|
-
width: 12px;
|
|
819
|
-
}
|
|
820
|
-
.spice_level_white_bar, .spice_level_brown_bar {
|
|
821
|
-
height: 26px;
|
|
822
|
-
/* width: 257px !important; */
|
|
823
|
-
}
|
|
824
|
-
.spice_level_white_right_cap {
|
|
825
|
-
background-position: -275px -136px !important;
|
|
826
|
-
height: 25px;
|
|
827
|
-
width: 14px;
|
|
828
|
-
}
|
|
829
|
-
.spice_level_brown_right_cap {
|
|
830
|
-
background-position: -261px -136px !important;
|
|
831
|
-
height: 25px !important;
|
|
832
|
-
width: 13px !important;
|
|
833
|
-
}
|
|
834
|
-
.spice_level_gr_right_cap {
|
|
835
|
-
background-position: -275px -109px !important;
|
|
836
|
-
height: 25px;
|
|
837
|
-
width: 14px;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
.spice_level_red_right_cap {
|
|
841
|
-
background-position: -261px -109px !important;
|
|
842
|
-
height: 25px;
|
|
843
|
-
width: 14px;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
.spice_level_yel_right_cap {
|
|
847
|
-
background-position: -276px -82px !important;
|
|
848
|
-
height: 25px;
|
|
849
|
-
width: 14px;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
.level_indicator .left_cap {
|
|
853
|
-
float: left;
|
|
854
|
-
width: 12px;
|
|
855
|
-
}
|
|
856
|
-
.level_indicator .bar {
|
|
857
|
-
float: left;
|
|
858
|
-
}
|
|
859
|
-
.level_indicator .right_cap {
|
|
860
|
-
float: left;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
.level_indicator .name {
|
|
864
|
-
text-align: center;
|
|
865
|
-
width: 290px;
|
|
866
|
-
color: #8e4f09;
|
|
867
|
-
text-transform: capitalize;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
.fruits_vegetables_grain .ingredient {
|
|
871
|
-
position: relative;
|
|
872
|
-
top: -30px;
|
|
873
|
-
}
|
|
874
|
-
.extras .ingredient {
|
|
875
|
-
position: relative;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
.button {
|
|
879
|
-
z-index: 1000;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
.fruits_vegetables_grain .top.outer_shelf {
|
|
883
|
-
top: 210px;
|
|
884
|
-
position: absolute;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
.fruits_vegetables_grain .inner_shelf {
|
|
888
|
-
width: 4000px;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
.fruits_vegetables_grain .bottom.outer_shelf {
|
|
892
|
-
top: 390px;
|
|
893
|
-
position: absolute;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
.fruits_vegetables_grain .move_bottom_shelf_right {
|
|
897
|
-
left: 750px;
|
|
898
|
-
top: 415px;
|
|
899
|
-
z-index: 4;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.fruits_vegetables_grain .move_top_shelf_right {
|
|
903
|
-
left: 750px;
|
|
904
|
-
top: 230px;
|
|
905
|
-
z-index: 4;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.fruits_vegetables_grain .move_bottom_shelf_left {
|
|
909
|
-
left: 24px;
|
|
910
|
-
top: 415px;
|
|
911
|
-
z-index: 4;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
.fruits_vegetables_grain .move_top_shelf_left {
|
|
915
|
-
left: 24px;
|
|
916
|
-
top: 230px;
|
|
917
|
-
z-index: 4;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
.condiments_toppings .large_shelf {
|
|
921
|
-
top: 330px;
|
|
922
|
-
position: absolute;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.condiments_toppings .inner_shelf {
|
|
926
|
-
width: 4000px;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.condiments_toppings .ingredient {
|
|
930
|
-
position: relative;
|
|
931
|
-
}
|
|
932
|
-
/*
|
|
933
|
-
.condiments_toppings .ingredient.extra_virgin_olive_oil {
|
|
934
|
-
top: -160px;
|
|
935
|
-
}
|
|
936
|
-
*/
|
|
937
|
-
|
|
938
|
-
.condiments_toppings .move_shelf_left {
|
|
939
|
-
position:absolute;
|
|
940
|
-
left: 24px;
|
|
941
|
-
top: 375px;
|
|
942
|
-
z-index: 4;
|
|
943
|
-
}
|
|
944
|
-
.condiments_toppings .move_shelf_right {
|
|
945
|
-
position:absolute;
|
|
946
|
-
left: 750px;
|
|
947
|
-
top: 375px;
|
|
948
|
-
z-index: 4;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
/*
|
|
952
|
-
.fruits_vegetables_grain .move_bottom_shelf_right {
|
|
953
|
-
|
|
954
|
-
}
|
|
955
|
-
*/
|
|
956
|
-
|
|
957
|
-
.shelf_view_window {
|
|
958
|
-
margin-left: 70px;
|
|
959
|
-
width: 640px;
|
|
960
|
-
/* overflow: hidden; */
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
.herbs_spices .large_shelf {
|
|
964
|
-
top: 240px;
|
|
965
|
-
position: absolute;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.herbs_spices .inner_shelf {
|
|
969
|
-
width: 4000px;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
.herbs_spices .inner_shelf .spice_jar {
|
|
973
|
-
width: 86px;
|
|
974
|
-
float: left;
|
|
975
|
-
margin-right: 25px;
|
|
976
|
-
position: relative;
|
|
977
|
-
top: -120px;
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
.herbs_spices .inner_shelf .spice_jar.open {
|
|
981
|
-
float: left;
|
|
982
|
-
margin-right: 25px;
|
|
983
|
-
position: relative;
|
|
984
|
-
top: -158px;
|
|
985
|
-
/* left: -10px; */
|
|
986
|
-
}
|
|
987
|
-
.herbs_spices .red.spice_jar.open .jar_itself{
|
|
988
|
-
margin-top:1px;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
.herbs_spices .move_shelf_left {
|
|
992
|
-
position:absolute;
|
|
993
|
-
left: 24px;
|
|
994
|
-
top: 290px;
|
|
995
|
-
z-index: 4;
|
|
996
|
-
}
|
|
997
|
-
.herbs_spices .move_shelf_right {
|
|
998
|
-
position:absolute;
|
|
999
|
-
left: 750px;
|
|
1000
|
-
top: 290px;
|
|
1001
|
-
z-index: 4;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.extras .inner_shelf {
|
|
1005
|
-
width: 4000px;
|
|
1006
|
-
}
|
|
1007
|
-
.extras .large_shelf {
|
|
1008
|
-
top: 330px;
|
|
1009
|
-
position: absolute;
|
|
1010
|
-
}
|
|
1011
|
-
.extras .move_shelf_left {
|
|
1012
|
-
position:absolute;
|
|
1013
|
-
left: 24px;
|
|
1014
|
-
top: 350px;
|
|
1015
|
-
z-index: 4;
|
|
1016
|
-
}
|
|
1017
|
-
.extras .move_shelf_right {
|
|
1018
|
-
position:absolute;
|
|
1019
|
-
left: 750px;
|
|
1020
|
-
top: 350px;
|
|
1021
|
-
z-index: 4;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.level_indicator {
|
|
1025
|
-
position: relative;
|
|
1026
|
-
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
.level_indicator .minus {
|
|
1030
|
-
z-index: 4;
|
|
1031
|
-
position: absolute;
|
|
1032
|
-
left: -64px;
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
.level_indicator .plus {
|
|
1036
|
-
z-index: 4;
|
|
1037
|
-
position: absolute;
|
|
1038
|
-
left: 320px;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
.footer .button {
|
|
1042
|
-
position: absolute;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.footer .back {
|
|
1046
|
-
top: 15px;
|
|
1047
|
-
left: 560px;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.footer .next {
|
|
1051
|
-
top: 15px;
|
|
1052
|
-
left: 680px;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.screen .chopping_board {
|
|
1056
|
-
left: 20px;
|
|
1057
|
-
top: 510px;
|
|
1058
|
-
position: absolute;
|
|
1059
|
-
z-index: 9;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
.screen .chopping_board .open_chopping_board.button {
|
|
1063
|
-
position: absolute;
|
|
1064
|
-
left: 30px;
|
|
1065
|
-
top: 4px;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
.screen .page_number_indicator {
|
|
1069
|
-
position: absolute;
|
|
1070
|
-
right: 20px;
|
|
1071
|
-
top: 24px;
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
.screen .page_number_indicator .circle_indicator_brown {
|
|
1075
|
-
float: left;
|
|
1076
|
-
margin-right: 2px;
|
|
1077
|
-
}
|
|
1078
|
-
.screen .page_number_indicator .circle_indicator_white {
|
|
1079
|
-
float: left;
|
|
1080
|
-
margin-right: 2px;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.ingredient.selected {
|
|
1084
|
-
//opacity: 0.8;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.inner_shelf .natural_yoghurt {
|
|
1088
|
-
margin-left: -20px;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
.inner_shelf .sour_cream {
|
|
1092
|
-
top: -60px;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.shelf_view_window .watermelon {
|
|
1096
|
-
/*margin-left: 80px;*/
|
|
1097
|
-
top: -60px;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
.shelf_view_window .mango {
|
|
1101
|
-
top: -30px;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
.shelf_view_window .grapes {
|
|
1105
|
-
top: -45px;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
.shelf_view_window .lime {
|
|
1109
|
-
margin-left: 24px;
|
|
1110
|
-
}
|
|
1111
|
-
.shelf_view_window .coconut {
|
|
1112
|
-
top: -60px;
|
|
1113
|
-
margin-left: 30px;
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
.shelf_view_window .orange {
|
|
1117
|
-
margin-left: 30px;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
.shelf_view_window .cucumber {
|
|
1122
|
-
margin-left: 230px;
|
|
1123
|
-
top: -40px;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
.shelf_view_window .mushroom {
|
|
1128
|
-
margin-left: 10px;
|
|
1129
|
-
top: 0px;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.shelf_view_window .spring_onion {
|
|
1133
|
-
top: -38px;
|
|
1134
|
-
margin-left: 42px;
|
|
1135
|
-
}
|
|
1136
|
-
.shelf_view_window .sweetcorn {
|
|
1137
|
-
margin-left: 40px;
|
|
1138
|
-
top: 0px;
|
|
1139
|
-
}
|
|
1140
|
-
.shelf_view_window .red_onion {
|
|
1141
|
-
top: -18px;
|
|
1142
|
-
margin-left: 40px;
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.shelf_view_window .green_chilli {
|
|
1146
|
-
margin-left: 5px;
|
|
1147
|
-
top: 20px;
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
.shelf_view_window .red_chilli {
|
|
1151
|
-
margin-left: 40px;
|
|
1152
|
-
top: 25px;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
.shelf_view_window .avocado {
|
|
1158
|
-
margin-left: 190px;
|
|
1159
|
-
top: -30px;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
.shelf_view_window .tomato {
|
|
1163
|
-
margin-left: 20px;
|
|
1164
|
-
top: -25px;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
.shelf_view_window .peach {
|
|
1168
|
-
margin-left: 0px;
|
|
1169
|
-
top: -20px;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
.shelf_view_window .red_bell_pepper {
|
|
1173
|
-
top: -40px;
|
|
1174
|
-
margin-left: 10px;
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
.shelf_view_window .green_bell_pepper {
|
|
1178
|
-
margin-left: 25px;
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
.shelf_view_window .lemon {
|
|
1183
|
-
margin-left: 330px;
|
|
1184
|
-
}
|
|
1185
|
-
.shelf_view_window .banana {
|
|
1186
|
-
margin-left: 150px;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
.shelf_view_window .garlic {
|
|
1190
|
-
top: 0px;
|
|
1191
|
-
margin-left: 25px;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
.shelf_view_window .white_onion {
|
|
1195
|
-
top: -20px;
|
|
1196
|
-
margin-left: 245px;
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
.shelf_view_window .malt_vinegar {
|
|
1200
|
-
top: -140px;
|
|
1201
|
-
margin-left: 80px;
|
|
1202
|
-
}
|
|
1203
|
-
.shelf_view_window .extra_virgin_olive_oil {
|
|
1204
|
-
top: -200px;
|
|
1205
|
-
margin-left: 80px;
|
|
1206
|
-
}
|
|
1207
|
-
.shelf_view_window .tomato_paste {
|
|
1208
|
-
top: -110px;
|
|
1209
|
-
margin-left: 232px;
|
|
1210
|
-
}
|
|
1211
|
-
.shelf_view_window .english_mustard {
|
|
1212
|
-
top: -35px;
|
|
1213
|
-
margin-left: 2px;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
.shelf_view_window .butter {
|
|
1217
|
-
margin-left: 5px;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
.shelf_view_window .tabasco {
|
|
1221
|
-
margin-left: 90px;
|
|
1222
|
-
top: -95px;
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
|
-
.shelf_view_window .wasabi_paste {
|
|
1226
|
-
margin-left: 65px;
|
|
1227
|
-
top: -110px;
|
|
1228
|
-
|
|
1229
|
-
}
|
|
1230
|
-
.shelf_view_window .mango_chutney {
|
|
1231
|
-
margin-left: 50px;
|
|
1232
|
-
top: -78px;
|
|
1233
|
-
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
.shelf_view_window .pepperdew_sweet_peppers {
|
|
1237
|
-
margin-left: 270px;
|
|
1238
|
-
top: -85px;
|
|
1239
|
-
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
.shelf_view_window .enchilada_seasoning {
|
|
1243
|
-
margin-left: 30px;
|
|
1244
|
-
top: -85px;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
.shelf_view_window .peach_vinegar {
|
|
1248
|
-
margin-left: 30px;
|
|
1249
|
-
top: -175px;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.shelf_view_window .cooked_tiger_prawns {
|
|
1253
|
-
margin-left: 50px;
|
|
1254
|
-
top: 30px;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
.shelf_view_window .streaky_bacon {
|
|
1258
|
-
margin-left: 20px;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
.shelf_view_window .runny_honey {
|
|
1262
|
-
margin-left: 215px;
|
|
1263
|
-
top: -110px;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.shelf_view_window .brown_sugar {
|
|
1267
|
-
margin-left: 16px;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.shelf_view_window .black_beans {
|
|
1271
|
-
margin-left: 16px;
|
|
1272
|
-
top: 40px;
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
.herbs_spices .level_indicator {
|
|
1276
|
-
position: absolute;
|
|
1277
|
-
top: 402px;
|
|
1278
|
-
left: 250px;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
.herbs_spices .add.button {
|
|
1282
|
-
position: absolute;
|
|
1283
|
-
top: 458px;
|
|
1284
|
-
left: 340px;
|
|
1285
|
-
z-index: 4;
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
.herbs_spices .spice_jar .lid {
|
|
1289
|
-
position: relative;
|
|
1290
|
-
top: 15px;
|
|
1291
|
-
left: 2px;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.spice_jar .label {
|
|
1295
|
-
position: absolute;
|
|
1296
|
-
top: 66px;
|
|
1297
|
-
text-align: center;
|
|
1298
|
-
width: 60px;
|
|
1299
|
-
left: 16px;
|
|
1300
|
-
font-size: 13px;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
.mini.spice_jar .label {
|
|
1304
|
-
position: absolute;
|
|
1305
|
-
top: 33px;
|
|
1306
|
-
text-align: center;
|
|
1307
|
-
width: 30px;
|
|
1308
|
-
left: 8px;
|
|
1309
|
-
font-size: 7px;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
.spice_jar .label .span {
|
|
1313
|
-
|
|
1314
|
-
/*
|
|
1315
|
-
Though may do other items in size 15 - not coriander.
|
|
1316
|
-
*/
|
|
1317
|
-
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
.mini.spice_jar .label .span {
|
|
1321
|
-
|
|
1322
|
-
/*
|
|
1323
|
-
Though may do other items in size 15 - not coriander.
|
|
1324
|
-
*/
|
|
1325
|
-
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
.chopping_board > .rel > .mini {
|
|
1329
|
-
position: absolute;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
.chopping_board {
|
|
1333
|
-
z-index: 20000;
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
.chopping_board .handle {
|
|
1337
|
-
position: absolute;
|
|
1338
|
-
/* background-color: #FF0000; */
|
|
1339
|
-
width: 400px;
|
|
1340
|
-
height: 40px;
|
|
1341
|
-
left: 180px;
|
|
1342
|
-
text-align: center;
|
|
1343
|
-
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
.chopping_board .handle span {
|
|
1347
|
-
|
|
1348
|
-
color: #A35D2E;
|
|
1349
|
-
position: relative;
|
|
1350
|
-
top: 4px;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
.chopping_board .close.button{
|
|
1355
|
-
position: absolute;
|
|
1356
|
-
left: 12px;
|
|
1357
|
-
top: 430px;
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
.chopping_board .remove.button{
|
|
1361
|
-
position: absolute;
|
|
1362
|
-
left: 350px;
|
|
1363
|
-
top: 220px;
|
|
1364
|
-
/*height: 76px;
|
|
1365
|
-
width: 76px;
|
|
1366
|
-
background-color: #FF0000;*/
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
.chopping_board .ingredient {
|
|
1370
|
-
position: absolute;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.mix_a_dip.screen .mini {
|
|
1374
|
-
position: absolute;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.mix_a_dip.screen .mix_icons {
|
|
1378
|
-
position: absolute;
|
|
1379
|
-
top: 180px;
|
|
1380
|
-
left: 340px;
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
.video_area.screen .copy {
|
|
1385
|
-
left: 130px;
|
|
1386
|
-
position: absolute;
|
|
1387
|
-
top: 420px;
|
|
1388
|
-
width: 561px;
|
|
1389
|
-
font-size: 13px;
|
|
1390
|
-
/* background-color: #FF0000; */
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
.video_area.screen .videos {
|
|
1395
|
-
position: absolute;
|
|
1396
|
-
top: 90px;
|
|
1397
|
-
left: 130px;
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
.recipe_area.screen .recipes {
|
|
1401
|
-
position: absolute;
|
|
1402
|
-
left: 145px;
|
|
1403
|
-
top: 100px;
|
|
1404
|
-
color: #8E4F09;
|
|
1405
|
-
font-size: 10pt;
|
|
1406
|
-
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
.recipe_area.screen h1 {
|
|
1410
|
-
margin-left: 0px;
|
|
1411
|
-
width: 440px;
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
.recipe_area.screen h2 {
|
|
1415
|
-
margin-left: 0px;
|
|
1416
|
-
width: 280px;
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
.name_your_dip.screen .item {
|
|
1420
|
-
float: left;
|
|
1421
|
-
margin-right: 12px;
|
|
1422
|
-
margin-bottom: 8px;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
|
-
.recipe_area.screen .vertical.icon_bar.left {
|
|
1426
|
-
position: absolute;
|
|
1427
|
-
left: 60px;
|
|
1428
|
-
top: 76px;
|
|
1429
|
-
height: 600px;
|
|
1430
|
-
width: 19px;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
.recipe_area.screen .vertical.icon_bar.right {
|
|
1434
|
-
position: absolute;
|
|
1435
|
-
left: 710px;
|
|
1436
|
-
top: 76px;
|
|
1437
|
-
height: 600px;
|
|
1438
|
-
width: 19px;
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
.spice_jar .mini.lid {
|
|
1442
|
-
left: 1px;
|
|
1443
|
-
position: relative;
|
|
1444
|
-
top: 10px;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
.recipe_area.screen td.left {
|
|
1448
|
-
width: 68px;
|
|
1449
|
-
}
|
|
1450
|
-
.recipe_area.screen td.right {
|
|
1451
|
-
width: 180px;
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
.screen.name_your_dip .mix_icon {
|
|
1455
|
-
left: 400px;
|
|
1456
|
-
position: absolute;
|
|
1457
|
-
top: 120px;
|
|
1458
|
-
z-index: 2;
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
.name_your_dip.screen .vertical.icon_bar {
|
|
1462
|
-
height: 600px;
|
|
1463
|
-
left: 350px;
|
|
1464
|
-
position: absolute;
|
|
1465
|
-
top: 76px;
|
|
1466
|
-
width: 19px;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
.screen .small_vertical_mix_icons {
|
|
1470
|
-
margin-top: 8px;
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
.screen.name_your_dip .name {
|
|
1474
|
-
left: 450px;
|
|
1475
|
-
position: absolute;
|
|
1476
|
-
top: 242px;
|
|
1477
|
-
-webkit-touch-callout: text;
|
|
1478
|
-
-webkit-user-select: text;
|
|
1479
|
-
-khtml-user-select: text;
|
|
1480
|
-
-moz-user-select: text;
|
|
1481
|
-
-ms-user-select: text;
|
|
1482
|
-
user-select: text;
|
|
1483
|
-
font-size: 15pt;
|
|
1484
|
-
z-index: 3;
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
.screen.name_your_dip .packet {
|
|
1488
|
-
position: absolute;
|
|
1489
|
-
z-index: 1;
|
|
1490
|
-
top: 90px;
|
|
1491
|
-
left: 584px;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
.screen.name_your_dip .large_green_chilli {
|
|
1495
|
-
left:620px;
|
|
1496
|
-
position:absolute;
|
|
1497
|
-
top: 300px;
|
|
1498
|
-
z-index: 2;
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
.screen.video_area .wood_frame_left {
|
|
1502
|
-
position:absolute;
|
|
1503
|
-
width:16px;
|
|
1504
|
-
height:347px;
|
|
1505
|
-
left:118px;
|
|
1506
|
-
top:74px;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
.screen.video_area .wood_frame_top {
|
|
1510
|
-
position:absolute;
|
|
1511
|
-
left:112px;
|
|
1512
|
-
top:80px;
|
|
1513
|
-
width: 594px;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
.screen.video_area .wood_frame_bottom {
|
|
1517
|
-
position:absolute;
|
|
1518
|
-
top:400px;
|
|
1519
|
-
left:112px;
|
|
1520
|
-
width: 594px;
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
.screen.video_area .wood_frame_right {
|
|
1524
|
-
position:absolute;
|
|
1525
|
-
width:16px;
|
|
1526
|
-
height:347px;
|
|
1527
|
-
left:685px;
|
|
1528
|
-
top:74px;
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
.recipe {
|
|
1532
|
-
-webkit-touch-callout: text;
|
|
1533
|
-
-webkit-user-select: text;
|
|
1534
|
-
-khtml-user-select: text;
|
|
1535
|
-
-moz-user-select: text;
|
|
1536
|
-
-ms-user-select: text;
|
|
1537
|
-
user-select: text;
|
|
1538
|
-
width: 530px;
|
|
1539
|
-
height: 420px;
|
|
1540
|
-
overflow-y: auto;
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
.recipe .right_area {
|
|
1544
|
-
/* width: 160px; */
|
|
1545
|
-
float: right;
|
|
1546
|
-
margin-right: 32px;
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
.recipe .packet {
|
|
1550
|
-
/* position: relative;
|
|
1551
|
-
top: -16px;
|
|
1552
|
-
left: -26px;
|
|
1553
|
-
float:right; */
|
|
1554
|
-
/* position: absolute; */
|
|
1555
|
-
/* float: right; */
|
|
1556
|
-
/* left: 210px; */
|
|
1557
|
-
margin-left: 40px;
|
|
1558
|
-
/* top: 20px; */
|
|
1559
|
-
width: 240px;
|
|
1560
|
-
/* margin-left: 90px; */
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
.right_area > .social {
|
|
1564
|
-
margin-left: 40px;
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
.name_your_dip.screen h2 {
|
|
1568
|
-
font-size: 13pt;
|
|
1569
|
-
position: absolute;
|
|
1570
|
-
top: 60px;
|
|
1571
|
-
width: 320px;
|
|
1572
|
-
color: #8E4F09;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
.name_your_dip.screen > .social {
|
|
1576
|
-
left: 650px;
|
|
1577
|
-
position: absolute;
|
|
1578
|
-
top: 400px;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
.video_area.screen > .social {
|
|
1582
|
-
left: 590px;
|
|
1583
|
-
position: absolute;
|
|
1584
|
-
top: 487px;
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
.recipe_area.screen > .social {
|
|
1588
|
-
position: absolute;
|
|
1589
|
-
top: 400px;
|
|
1590
|
-
left: 440px;
|
|
1591
|
-
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
.name_your_dip .ingredients {
|
|
1596
|
-
position: absolute;
|
|
1597
|
-
top: 105px;
|
|
1598
|
-
left: 40px;
|
|
1599
|
-
};
|
|
1600
|
-
|
|
1601
|
-
.name_your_dip .category {
|
|
1602
|
-
clear: both;
|
|
1603
|
-
};
|
|
1604
|
-
|
|
1605
|
-
.name_your_dip .ingredients .item {
|
|
1606
|
-
float: left;
|
|
1607
|
-
margin-right: 12px;
|
|
1608
|
-
};
|
|
1609
|
-
|
|
1610
|
-
.screen.recipe_area {
|
|
1611
|
-
-webkit-touch-callout: text;
|
|
1612
|
-
-webkit-user-select: text;
|
|
1613
|
-
-khtml-user-select: text;
|
|
1614
|
-
-moz-user-select: text;
|
|
1615
|
-
-ms-user-select: text;
|
|
1616
|
-
user-select: text;
|
|
1617
|
-
color: #FFFFCC;
|
|
1618
|
-
};
|
|
1619
|
-
|
|
1620
|
-
.screen.recipe_area h2 {
|
|
1621
|
-
font-size: 11pt;
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
.footer {
|
|
1625
|
-
z-index: 30000;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
.footer .text {
|
|
1629
|
-
position: absolute;
|
|
1630
|
-
left: 30px;
|
|
1631
|
-
top: 5px;
|
|
1632
|
-
width: 480px;
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
.footer .text span {
|
|
1636
|
-
color: #FFFFCC;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
.modal {
|
|
1640
|
-
/* opacity: 0; */
|
|
1641
|
-
display: none;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.button.plus .button.minus .button.arrow_left .button.arrow_right {
|
|
1645
|
-
z-index: 45000;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
.social {
|
|
1649
|
-
/* width: 240px; */
|
|
1650
|
-
margin-left: -8px;
|
|
1651
|
-
margin-top: 6px;
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
.social div {
|
|
1655
|
-
float: left;
|
|
1656
|
-
margin-left: 12px;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
.screen.video_area .video_frame {
|
|
1660
|
-
position: absolute;
|
|
1661
|
-
left: 90px;
|
|
1662
|
-
top: 100px;
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
.like-gate {
|
|
1666
|
-
background: url('../img/like_gate.png');
|
|
1667
|
-
width: 810px;
|
|
1668
|
-
height: 650px;
|
|
1669
|
-
}
|
|
1
|
+
/*
|
|
2
|
+
* HTML5 Boilerplate
|
|
3
|
+
*
|
|
4
|
+
* What follows is the result of much research on cross-browser styling.
|
|
5
|
+
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
|
|
6
|
+
* Kroc Camen, and the H5BP dev community and team.
|
|
7
|
+
*
|
|
8
|
+
* Detailed information about this CSS: h5bp.com/css
|
|
9
|
+
*
|
|
10
|
+
* ==|== normalize ==========================================================
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
/* =============================================================================
|
|
15
|
+
HTML5 display definitions
|
|
16
|
+
========================================================================== */
|
|
17
|
+
|
|
18
|
+
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
|
|
19
|
+
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
|
|
20
|
+
audio:not([controls]) { display: none; }
|
|
21
|
+
[hidden] { display: none; }
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
/* =============================================================================
|
|
25
|
+
Base
|
|
26
|
+
========================================================================== */
|
|
27
|
+
|
|
28
|
+
/*
|
|
29
|
+
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
|
|
30
|
+
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
|
34
|
+
|
|
35
|
+
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
|
|
36
|
+
|
|
37
|
+
body { margin: 0; font-size: 1em; line-height: 1.4; }
|
|
38
|
+
|
|
39
|
+
/*
|
|
40
|
+
* Remove text-shadow in selection highlight: h5bp.com/i
|
|
41
|
+
* These selection declarations have to be separate
|
|
42
|
+
* Also: hot pink! (or customize the background color to match your design)
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
|
46
|
+
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
/* =============================================================================
|
|
50
|
+
Links
|
|
51
|
+
========================================================================== */
|
|
52
|
+
|
|
53
|
+
a { color: #00e; }
|
|
54
|
+
a:visited { color: #551a8b; }
|
|
55
|
+
a:hover { color: #06e; }
|
|
56
|
+
a:focus { outline: thin dotted; }
|
|
57
|
+
|
|
58
|
+
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
|
|
59
|
+
a:hover, a:active { outline: 0; }
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
/* =============================================================================
|
|
63
|
+
Typography
|
|
64
|
+
========================================================================== */
|
|
65
|
+
|
|
66
|
+
abbr[title] { border-bottom: 1px dotted; }
|
|
67
|
+
|
|
68
|
+
b, strong { font-weight: bold; }
|
|
69
|
+
|
|
70
|
+
blockquote { margin: 1em 40px; }
|
|
71
|
+
|
|
72
|
+
dfn { font-style: italic; }
|
|
73
|
+
|
|
74
|
+
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
|
|
75
|
+
|
|
76
|
+
ins { background: #ff9; color: #000; text-decoration: none; }
|
|
77
|
+
|
|
78
|
+
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
|
|
79
|
+
|
|
80
|
+
/* Redeclare monospace font family: h5bp.com/j */
|
|
81
|
+
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
|
|
82
|
+
|
|
83
|
+
/* Improve readability of pre-formatted text in all browsers */
|
|
84
|
+
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
|
|
85
|
+
|
|
86
|
+
q { quotes: none; }
|
|
87
|
+
q:before, q:after { content: ""; content: none; }
|
|
88
|
+
|
|
89
|
+
small { font-size: 85%; }
|
|
90
|
+
|
|
91
|
+
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
|
|
92
|
+
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
|
|
93
|
+
sup { top: -0.5em; }
|
|
94
|
+
sub { bottom: -0.25em; }
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
/* =============================================================================
|
|
98
|
+
Lists
|
|
99
|
+
========================================================================== */
|
|
100
|
+
|
|
101
|
+
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
|
|
102
|
+
dd { margin: 0 0 0 40px; }
|
|
103
|
+
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
/* =============================================================================
|
|
107
|
+
Embedded content
|
|
108
|
+
========================================================================== */
|
|
109
|
+
|
|
110
|
+
/*
|
|
111
|
+
* 1. Improve image quality when scaled in IE7: h5bp.com/d
|
|
112
|
+
* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
|
|
113
|
+
*/
|
|
114
|
+
|
|
115
|
+
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
|
|
116
|
+
|
|
117
|
+
/*
|
|
118
|
+
* Correct overflow not hidden in IE9
|
|
119
|
+
*/
|
|
120
|
+
|
|
121
|
+
svg:not(:root) { overflow: hidden; }
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
/* =============================================================================
|
|
125
|
+
Figures
|
|
126
|
+
========================================================================== */
|
|
127
|
+
|
|
128
|
+
figure { margin: 0; }
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
/* =============================================================================
|
|
132
|
+
Forms
|
|
133
|
+
========================================================================== */
|
|
134
|
+
|
|
135
|
+
form { margin: 0; }
|
|
136
|
+
fieldset { border: 0; margin: 0; padding: 0; }
|
|
137
|
+
|
|
138
|
+
/* Indicate that 'label' will shift focus to the associated form element */
|
|
139
|
+
label { cursor: pointer; }
|
|
140
|
+
|
|
141
|
+
/*
|
|
142
|
+
* 1. Correct color not inheriting in IE6/7/8/9
|
|
143
|
+
* 2. Correct alignment displayed oddly in IE6/7
|
|
144
|
+
*/
|
|
145
|
+
|
|
146
|
+
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
|
|
147
|
+
|
|
148
|
+
/*
|
|
149
|
+
* 1. Correct font-size not inheriting in all browsers
|
|
150
|
+
* 2. Remove margins in FF3/4 S5 Chrome
|
|
151
|
+
* 3. Define consistent vertical alignment display in all browsers
|
|
152
|
+
*/
|
|
153
|
+
|
|
154
|
+
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
|
|
155
|
+
|
|
156
|
+
/*
|
|
157
|
+
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
|
|
158
|
+
*/
|
|
159
|
+
|
|
160
|
+
button, input { line-height: normal; }
|
|
161
|
+
|
|
162
|
+
/*
|
|
163
|
+
* 1. Display hand cursor for clickable form elements
|
|
164
|
+
* 2. Allow styling of clickable form elements in iOS
|
|
165
|
+
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
|
|
166
|
+
*/
|
|
167
|
+
|
|
168
|
+
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
|
|
169
|
+
|
|
170
|
+
/*
|
|
171
|
+
* Re-set default cursor for disabled elements
|
|
172
|
+
*/
|
|
173
|
+
|
|
174
|
+
button[disabled], input[disabled] { cursor: default; }
|
|
175
|
+
|
|
176
|
+
/*
|
|
177
|
+
* Consistent box sizing and appearance
|
|
178
|
+
*/
|
|
179
|
+
|
|
180
|
+
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
|
|
181
|
+
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
|
|
182
|
+
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
|
|
183
|
+
|
|
184
|
+
/*
|
|
185
|
+
* Remove inner padding and border in FF3/4: h5bp.com/l
|
|
186
|
+
*/
|
|
187
|
+
|
|
188
|
+
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
|
|
189
|
+
|
|
190
|
+
/*
|
|
191
|
+
* 1. Remove default vertical scrollbar in IE6/7/8/9
|
|
192
|
+
* 2. Allow only vertical resizing
|
|
193
|
+
*/
|
|
194
|
+
|
|
195
|
+
textarea { overflow: auto; vertical-align: top; resize: vertical; }
|
|
196
|
+
|
|
197
|
+
/* Colors for form validity */
|
|
198
|
+
input:valid, textarea:valid { }
|
|
199
|
+
input:invalid, textarea:invalid { background-color: #f0dddd; }
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
/* =============================================================================
|
|
203
|
+
Tables
|
|
204
|
+
========================================================================== */
|
|
205
|
+
|
|
206
|
+
table { border-collapse: collapse; border-spacing: 0; }
|
|
207
|
+
td { vertical-align: top; }
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
/* =============================================================================
|
|
211
|
+
Chrome Frame Prompt
|
|
212
|
+
========================================================================== */
|
|
213
|
+
|
|
214
|
+
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
/* ==|== primary styles =====================================================
|
|
218
|
+
Author:
|
|
219
|
+
========================================================================== */
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
/* ==|== media queries ======================================================
|
|
237
|
+
EXAMPLE Media Query for Responsive Design.
|
|
238
|
+
This example overrides the primary ('mobile first') styles
|
|
239
|
+
Modify as content requires.
|
|
240
|
+
========================================================================== */
|
|
241
|
+
|
|
242
|
+
@media only screen and (min-width: 35em) {
|
|
243
|
+
/* Style adjustments for viewports that meet the condition */
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
/* ==|== non-semantic helper classes ========================================
|
|
249
|
+
Please define your styles before this section.
|
|
250
|
+
========================================================================== */
|
|
251
|
+
|
|
252
|
+
/* For image replacement */
|
|
253
|
+
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
|
|
254
|
+
.ir br { display: none; }
|
|
255
|
+
|
|
256
|
+
/* Hide from both screenreaders and browsers: h5bp.com/u */
|
|
257
|
+
.hidden { display: none !important; visibility: hidden; }
|
|
258
|
+
|
|
259
|
+
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
|
|
260
|
+
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
|
261
|
+
|
|
262
|
+
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
|
|
263
|
+
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
|
|
264
|
+
|
|
265
|
+
/* Hide visually and from screenreaders, but maintain layout */
|
|
266
|
+
.invisible { visibility: hidden; }
|
|
267
|
+
|
|
268
|
+
/* Contain floats: h5bp.com/q */
|
|
269
|
+
.clearfix:before, .clearfix:after { content: ""; display: table; }
|
|
270
|
+
.clearfix:after { clear: both; }
|
|
271
|
+
.clearfix { *zoom: 1; }
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
/* ==|== print styles =======================================================
|
|
276
|
+
Print styles.
|
|
277
|
+
Inlined to avoid required HTTP connection: h5bp.com/r
|
|
278
|
+
========================================================================== */
|
|
279
|
+
|
|
280
|
+
@media print {
|
|
281
|
+
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
|
|
282
|
+
a, a:visited { text-decoration: underline; }
|
|
283
|
+
a[href]:after { content: " (" attr(href) ")"; }
|
|
284
|
+
abbr[title]:after { content: " (" attr(title) ")"; }
|
|
285
|
+
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
|
|
286
|
+
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
|
|
287
|
+
thead { display: table-header-group; } /* h5bp.com/t */
|
|
288
|
+
tr, img { page-break-inside: avoid; }
|
|
289
|
+
img { max-width: 100% !important; }
|
|
290
|
+
@page { margin: 0.5cm; }
|
|
291
|
+
p, h2, h3 { orphans: 3; widows: 3; }
|
|
292
|
+
h2, h3 { page-break-after: avoid; }
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
/* ==|== custom fonts ======================================================
|
|
298
|
+
========================================================================== */
|
|
299
|
+
|
|
300
|
+
@font-face {
|
|
301
|
+
font-family: 'DroidSerifRegular';
|
|
302
|
+
src: url('fonts/DroidSerif-Regular-webfont.eot');
|
|
303
|
+
src: url('fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
304
|
+
url('fonts/DroidSerif-Regular-webfont.woff') format('woff'),
|
|
305
|
+
url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
|
|
306
|
+
url('fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
|
|
307
|
+
font-weight: normal;
|
|
308
|
+
font-style: normal;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
@font-face {
|
|
312
|
+
font-family: 'DroidSerifItalic';
|
|
313
|
+
src: url('fonts/DroidSerif-Italic-webfont.eot');
|
|
314
|
+
src: url('fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
|
|
315
|
+
url('fonts/DroidSerif-Italic-webfont.woff') format('woff'),
|
|
316
|
+
url('fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
|
|
317
|
+
url('fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
|
|
318
|
+
font-weight: normal;
|
|
319
|
+
font-style: normal;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
@font-face {
|
|
323
|
+
font-family: 'DroidSerifBold';
|
|
324
|
+
src: url('fonts/DroidSerif-Bold-webfont.eot');
|
|
325
|
+
src: url('fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
326
|
+
url('fonts/DroidSerif-Bold-webfont.woff') format('woff'),
|
|
327
|
+
url('fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
|
|
328
|
+
url('fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
|
|
329
|
+
font-weight: normal;
|
|
330
|
+
font-style: normal;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
@font-face {
|
|
334
|
+
font-family: 'DroidSerifBoldItalic';
|
|
335
|
+
src: url('fonts/DroidSerif-BoldItalic-webfont.eot');
|
|
336
|
+
src: url('fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
|
|
337
|
+
url('fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
|
|
338
|
+
url('fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
|
|
339
|
+
url('fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
|
|
340
|
+
font-weight: normal;
|
|
341
|
+
font-style: normal;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
@font-face {
|
|
345
|
+
font-family: 'NewCenturyBold';
|
|
346
|
+
src: url('fonts/ncsr75w.eot');
|
|
347
|
+
src: url('fonts/ncsr75w.eot?#iefix') format('embedded-opentype'),
|
|
348
|
+
url('fonts/ncsr75w.woff') format('woff'),
|
|
349
|
+
url('fonts/ncsr75w.ttf') format('truetype'),
|
|
350
|
+
url('fonts/ncsr75w.svg#DroidSerifRegular') format('svg');
|
|
351
|
+
font-weight: normal;
|
|
352
|
+
font-style: normal;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
.preloaded {
|
|
357
|
+
position: absolute;
|
|
358
|
+
left: -3000px;
|
|
359
|
+
top: 0px;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
.faded {
|
|
364
|
+
opacity: 0.6;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.screen {
|
|
368
|
+
width: 810px;
|
|
369
|
+
position: relative;
|
|
370
|
+
margin-bottom: 4px;
|
|
371
|
+
|
|
372
|
+
-webkit-touch-callout: none;
|
|
373
|
+
-webkit-user-select: none;
|
|
374
|
+
-khtml-user-select: none;
|
|
375
|
+
-moz-user-select: none;
|
|
376
|
+
-ms-user-select: none;
|
|
377
|
+
user-select: none;
|
|
378
|
+
|
|
379
|
+
font-size: 15px;
|
|
380
|
+
font-family: DroidSerifRegular;
|
|
381
|
+
|
|
382
|
+
cursor:default;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.screen .header {
|
|
386
|
+
position: absolute;
|
|
387
|
+
/*
|
|
388
|
+
width: 810px;
|
|
389
|
+
height: 40px;
|
|
390
|
+
*/
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.items_circle {
|
|
394
|
+
width: 600px;
|
|
395
|
+
height: 600px;
|
|
396
|
+
position: relative;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.items_circle .item {
|
|
400
|
+
width: 120px;
|
|
401
|
+
height: 120px;
|
|
402
|
+
background: url('../img/cloud_in_circle_120x120.png');
|
|
403
|
+
position: absolute;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.large_outer_shelf {
|
|
407
|
+
position:absolute;
|
|
408
|
+
background:url( '../img/large_shelf.png') no-repeat;
|
|
409
|
+
width:813px;
|
|
410
|
+
height:153px;
|
|
411
|
+
}
|
|
412
|
+
.small_outer_shelf {
|
|
413
|
+
position:absolute;
|
|
414
|
+
background:url( '../img/small_shelf.png') no-repeat;
|
|
415
|
+
width:815px;
|
|
416
|
+
height:91px;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.inner_shelf {
|
|
420
|
+
position:relative;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.base_screen .large_outer_shelf {
|
|
424
|
+
top: 220px;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.special_something_screen .large_outer_shelf {
|
|
428
|
+
top: 280px;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.spices_screen .large_outer_shelf {
|
|
432
|
+
top: 260px;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
.fruit_and_veg_screen .small_outer_shelf.top {
|
|
437
|
+
top: 200px;
|
|
438
|
+
}
|
|
439
|
+
.fruit_and_veg_screen .small_outer_shelf.bottom {
|
|
440
|
+
top: 360px;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.extras_screen .large_outer_shelf {
|
|
444
|
+
top: 360px;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.screen {
|
|
448
|
+
background-color: #ffffcc;
|
|
449
|
+
width: 810px;
|
|
450
|
+
height: 640px;
|
|
451
|
+
overflow: hidden;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.screen .modal {
|
|
455
|
+
z-index: 40000;
|
|
456
|
+
position: absolute;
|
|
457
|
+
width: 810px;
|
|
458
|
+
height: 640px;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.screen .modal .dialog {
|
|
462
|
+
z-index: 50000;
|
|
463
|
+
position: absolute;
|
|
464
|
+
left: 150px;
|
|
465
|
+
top: 150px;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.screen .modal .dialog .small_mix_icon {
|
|
469
|
+
position: absolute;
|
|
470
|
+
top: 50px;
|
|
471
|
+
left: 195px;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.screen .modal .dialog .text {
|
|
475
|
+
height: 180px;
|
|
476
|
+
left: 80px;
|
|
477
|
+
position: absolute;
|
|
478
|
+
text-align: center;
|
|
479
|
+
top: 138px;
|
|
480
|
+
width: 300px;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.screen .modal .dialog .delete.button {
|
|
484
|
+
left: 384px;
|
|
485
|
+
position: absolute;
|
|
486
|
+
top: 38px;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.screen .modal .dialog .back.button {
|
|
490
|
+
left: 120px;
|
|
491
|
+
position: absolute;
|
|
492
|
+
top: 195px;
|
|
493
|
+
}
|
|
494
|
+
.screen .modal .dialog .yes.button {
|
|
495
|
+
left: 245px;
|
|
496
|
+
position: absolute;
|
|
497
|
+
top: 195px;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.screen .blocker {
|
|
501
|
+
width: 810px;
|
|
502
|
+
height: 640px;
|
|
503
|
+
position: absolute;
|
|
504
|
+
background-color: #000000;
|
|
505
|
+
opacity: 0.3;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.screen .footer {
|
|
509
|
+
position: absolute;
|
|
510
|
+
width: 810px;
|
|
511
|
+
height: 75px;
|
|
512
|
+
background-color: #8E4F09;
|
|
513
|
+
top: 565px;
|
|
514
|
+
z-index: 10;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.screen .button {
|
|
518
|
+
position: absolute;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
/*
|
|
524
|
+
.base_screen .sprite {
|
|
525
|
+
position: absolute;
|
|
526
|
+
}
|
|
527
|
+
*/
|
|
528
|
+
/*
|
|
529
|
+
.base_screen .creme_fraiche {
|
|
530
|
+
top: -40px;
|
|
531
|
+
left: 40px;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.base_screen .natural_yoghurt {
|
|
535
|
+
top: -40px;
|
|
536
|
+
left: 330px;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.base_screen .sour_cream {
|
|
540
|
+
top: -60px;
|
|
541
|
+
left: 570px;
|
|
542
|
+
}
|
|
543
|
+
*/
|
|
544
|
+
|
|
545
|
+
.base_screen .Chop_board {
|
|
546
|
+
top: 531px;
|
|
547
|
+
left: 24px;
|
|
548
|
+
}
|
|
549
|
+
.fruit_and_veg_screen .Chop_board {
|
|
550
|
+
top: 531px;
|
|
551
|
+
left: 24px;
|
|
552
|
+
}
|
|
553
|
+
.special_something_screen .Chop_board {
|
|
554
|
+
top: 531px;
|
|
555
|
+
left: 24px;
|
|
556
|
+
}
|
|
557
|
+
.extras_screen .Chop_board {
|
|
558
|
+
top: 531px;
|
|
559
|
+
left: 24px;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
/*
|
|
563
|
+
.sprite.Layer_13 {
|
|
564
|
+
position: relative;
|
|
565
|
+
top: -160px;
|
|
566
|
+
}
|
|
567
|
+
*/
|
|
568
|
+
.spices_screen .Chop_board {
|
|
569
|
+
top: 531px;
|
|
570
|
+
left: 24px;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.abs {
|
|
574
|
+
position: absolute;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.rel {
|
|
578
|
+
position: relative;
|
|
579
|
+
/*width: 3000px; */
|
|
580
|
+
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.asb .rel {
|
|
584
|
+
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
/*
|
|
588
|
+
.top .fruit_and_veg .rel {
|
|
589
|
+
top: -60px;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
.bottom .fruit_and_veg .rel {
|
|
594
|
+
top: -25px;
|
|
595
|
+
}
|
|
596
|
+
*/
|
|
597
|
+
|
|
598
|
+
/*
|
|
599
|
+
|
|
600
|
+
.sprite.cucumber {
|
|
601
|
+
position: relative;
|
|
602
|
+
top: -15px;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.sprite.Sweetcorn {
|
|
606
|
+
position: relative;
|
|
607
|
+
top: 25px;
|
|
608
|
+
}
|
|
609
|
+
.sprite.onion {
|
|
610
|
+
position: relative;
|
|
611
|
+
top: -15px;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
*/
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
.base_screen .sliders{
|
|
618
|
+
position: absolute;
|
|
619
|
+
top:380px;
|
|
620
|
+
left: 150px;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.sliders .salt {
|
|
624
|
+
position: absolute;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.sliders .pepper{
|
|
628
|
+
position: absolute;
|
|
629
|
+
top: 80px;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.sliders .plus{
|
|
633
|
+
position: absolute;
|
|
634
|
+
left: 450px;
|
|
635
|
+
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
/*
|
|
639
|
+
.col1 {
|
|
640
|
+
float: left;
|
|
641
|
+
}
|
|
642
|
+
*/
|
|
643
|
+
|
|
644
|
+
/*
|
|
645
|
+
.category label {
|
|
646
|
+
margin-left: 0.8em;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.category table {
|
|
650
|
+
margin-bottom: 0.8em;
|
|
651
|
+
}
|
|
652
|
+
*/
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
h1 {
|
|
656
|
+
font-size: 16px;
|
|
657
|
+
margin-left: 16px;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
h2 {
|
|
661
|
+
font-size: 14px;
|
|
662
|
+
margin-left: 16px;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.basic_display {
|
|
666
|
+
font-size: 12px;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.basic_display .col1 {
|
|
670
|
+
width: 320px;
|
|
671
|
+
float: left;
|
|
672
|
+
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.basic_display .col2 {
|
|
676
|
+
width: 320px;
|
|
677
|
+
float: left;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.basic_display table.category {
|
|
681
|
+
width: 320px;
|
|
682
|
+
margin-bottom: 22px;
|
|
683
|
+
margin-left: 22px;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.basic_display table label {
|
|
687
|
+
margin-left: 0.8em;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.logic_display {
|
|
691
|
+
float: left;
|
|
692
|
+
width: 320px;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.logic_display .label {
|
|
696
|
+
margin-top: 0.8em;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.logic_display .bar {
|
|
700
|
+
width: 300px;
|
|
701
|
+
height: 32px;
|
|
702
|
+
margin-bottom: 4px;
|
|
703
|
+
/* background-color: #ABCDEF; */
|
|
704
|
+
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.logic_display {
|
|
708
|
+
font-size: 12px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
.inner_shelf .ingredient {
|
|
713
|
+
float: left;
|
|
714
|
+
margin-right: 20px;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
.bases.screen .outer_shelf {
|
|
719
|
+
top: 200px;
|
|
720
|
+
position: absolute;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.bases.screen .inner_shelf {
|
|
724
|
+
padding-left: 70px;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.bases .ingredient {
|
|
728
|
+
position: relative;
|
|
729
|
+
top: -45px;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.bases .salt_and_pepper_levels {
|
|
733
|
+
position: absolute;
|
|
734
|
+
width: 500px;
|
|
735
|
+
top: 370px;
|
|
736
|
+
left:240px;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.bases .salt_and_pepper_levels .spoon {
|
|
740
|
+
float: right;
|
|
741
|
+
width: 100px;
|
|
742
|
+
height: 100px;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.bases .salt_and_pepper_levels .spoon .grey_tilted_spoon {
|
|
746
|
+
float: left;
|
|
747
|
+
width: 37px;
|
|
748
|
+
height: 110px;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.bases .salt_and_pepper_levels .spoon .text {
|
|
752
|
+
color: #999;
|
|
753
|
+
margin-top: 45px;
|
|
754
|
+
white-space: nowrap;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.herbs_spices .spoon {
|
|
758
|
+
position: absolute;
|
|
759
|
+
width: 100px;
|
|
760
|
+
height: 100px;
|
|
761
|
+
left: 370px;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.herbs_spices .spoon .grey_tilted_spoon {
|
|
765
|
+
float: left;
|
|
766
|
+
width: 37px;
|
|
767
|
+
height: 110px;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
.herbs_spices .spoon .text {
|
|
771
|
+
color: #999;
|
|
772
|
+
margin-top: 45px;
|
|
773
|
+
white-space: nowrap;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.fruits_vegetables_grain .pen_drawn_background {
|
|
777
|
+
position: absolute;
|
|
778
|
+
left: 300px;
|
|
779
|
+
top: 80px;
|
|
780
|
+
text-align: center;
|
|
781
|
+
/*
|
|
782
|
+
padding-left: 2px;
|
|
783
|
+
padding-right: 2px;
|
|
784
|
+
*/
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.mini.spice_jar {
|
|
788
|
+
height: 124px;
|
|
789
|
+
width: 42px;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.screen .pen_drawn_background {
|
|
793
|
+
position: absolute;
|
|
794
|
+
text-align: center;
|
|
795
|
+
top: 80px;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.pen_drawn_background span {
|
|
799
|
+
color: #FFC;
|
|
800
|
+
padding: 8px;
|
|
801
|
+
font:size: 14pt;
|
|
802
|
+
position: relative;
|
|
803
|
+
top: 25px;
|
|
804
|
+
/*
|
|
805
|
+
margin-left: 0.6em;
|
|
806
|
+
mergin-right: 0.6em;*/
|
|
807
|
+
width: 140px;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.spice_level_bg {
|
|
811
|
+
padding: 1px;
|
|
812
|
+
padding-left: 7px;
|
|
813
|
+
background-repeat: no-repeat !important;
|
|
814
|
+
height: 27px !important;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.spice_level_white_left_cap {
|
|
818
|
+
width: 12px;
|
|
819
|
+
}
|
|
820
|
+
.spice_level_white_bar, .spice_level_brown_bar {
|
|
821
|
+
height: 26px;
|
|
822
|
+
/* width: 257px !important; */
|
|
823
|
+
}
|
|
824
|
+
.spice_level_white_right_cap {
|
|
825
|
+
background-position: -275px -136px !important;
|
|
826
|
+
height: 25px;
|
|
827
|
+
width: 14px;
|
|
828
|
+
}
|
|
829
|
+
.spice_level_brown_right_cap {
|
|
830
|
+
background-position: -261px -136px !important;
|
|
831
|
+
height: 25px !important;
|
|
832
|
+
width: 13px !important;
|
|
833
|
+
}
|
|
834
|
+
.spice_level_gr_right_cap {
|
|
835
|
+
background-position: -275px -109px !important;
|
|
836
|
+
height: 25px;
|
|
837
|
+
width: 14px;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.spice_level_red_right_cap {
|
|
841
|
+
background-position: -261px -109px !important;
|
|
842
|
+
height: 25px;
|
|
843
|
+
width: 14px;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.spice_level_yel_right_cap {
|
|
847
|
+
background-position: -276px -82px !important;
|
|
848
|
+
height: 25px;
|
|
849
|
+
width: 14px;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
.level_indicator .left_cap {
|
|
853
|
+
float: left;
|
|
854
|
+
width: 12px;
|
|
855
|
+
}
|
|
856
|
+
.level_indicator .bar {
|
|
857
|
+
float: left;
|
|
858
|
+
}
|
|
859
|
+
.level_indicator .right_cap {
|
|
860
|
+
float: left;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.level_indicator .name {
|
|
864
|
+
text-align: center;
|
|
865
|
+
width: 290px;
|
|
866
|
+
color: #8e4f09;
|
|
867
|
+
text-transform: capitalize;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
.fruits_vegetables_grain .ingredient {
|
|
871
|
+
position: relative;
|
|
872
|
+
top: -30px;
|
|
873
|
+
}
|
|
874
|
+
.extras .ingredient {
|
|
875
|
+
position: relative;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
.button {
|
|
879
|
+
z-index: 1000;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
.fruits_vegetables_grain .top.outer_shelf {
|
|
883
|
+
top: 210px;
|
|
884
|
+
position: absolute;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.fruits_vegetables_grain .inner_shelf {
|
|
888
|
+
width: 4000px;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.fruits_vegetables_grain .bottom.outer_shelf {
|
|
892
|
+
top: 390px;
|
|
893
|
+
position: absolute;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.fruits_vegetables_grain .move_bottom_shelf_right {
|
|
897
|
+
left: 750px;
|
|
898
|
+
top: 415px;
|
|
899
|
+
z-index: 4;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
.fruits_vegetables_grain .move_top_shelf_right {
|
|
903
|
+
left: 750px;
|
|
904
|
+
top: 230px;
|
|
905
|
+
z-index: 4;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
.fruits_vegetables_grain .move_bottom_shelf_left {
|
|
909
|
+
left: 24px;
|
|
910
|
+
top: 415px;
|
|
911
|
+
z-index: 4;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
.fruits_vegetables_grain .move_top_shelf_left {
|
|
915
|
+
left: 24px;
|
|
916
|
+
top: 230px;
|
|
917
|
+
z-index: 4;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.condiments_toppings .large_shelf {
|
|
921
|
+
top: 330px;
|
|
922
|
+
position: absolute;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
.condiments_toppings .inner_shelf {
|
|
926
|
+
width: 4000px;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.condiments_toppings .ingredient {
|
|
930
|
+
position: relative;
|
|
931
|
+
}
|
|
932
|
+
/*
|
|
933
|
+
.condiments_toppings .ingredient.extra_virgin_olive_oil {
|
|
934
|
+
top: -160px;
|
|
935
|
+
}
|
|
936
|
+
*/
|
|
937
|
+
|
|
938
|
+
.condiments_toppings .move_shelf_left {
|
|
939
|
+
position:absolute;
|
|
940
|
+
left: 24px;
|
|
941
|
+
top: 375px;
|
|
942
|
+
z-index: 4;
|
|
943
|
+
}
|
|
944
|
+
.condiments_toppings .move_shelf_right {
|
|
945
|
+
position:absolute;
|
|
946
|
+
left: 750px;
|
|
947
|
+
top: 375px;
|
|
948
|
+
z-index: 4;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
/*
|
|
952
|
+
.fruits_vegetables_grain .move_bottom_shelf_right {
|
|
953
|
+
|
|
954
|
+
}
|
|
955
|
+
*/
|
|
956
|
+
|
|
957
|
+
.shelf_view_window {
|
|
958
|
+
margin-left: 70px;
|
|
959
|
+
width: 640px;
|
|
960
|
+
/* overflow: hidden; */
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.herbs_spices .large_shelf {
|
|
964
|
+
top: 240px;
|
|
965
|
+
position: absolute;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.herbs_spices .inner_shelf {
|
|
969
|
+
width: 4000px;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.herbs_spices .inner_shelf .spice_jar {
|
|
973
|
+
width: 86px;
|
|
974
|
+
float: left;
|
|
975
|
+
margin-right: 25px;
|
|
976
|
+
position: relative;
|
|
977
|
+
top: -120px;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.herbs_spices .inner_shelf .spice_jar.open {
|
|
981
|
+
float: left;
|
|
982
|
+
margin-right: 25px;
|
|
983
|
+
position: relative;
|
|
984
|
+
top: -158px;
|
|
985
|
+
/* left: -10px; */
|
|
986
|
+
}
|
|
987
|
+
.herbs_spices .red.spice_jar.open .jar_itself{
|
|
988
|
+
margin-top:1px;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.herbs_spices .move_shelf_left {
|
|
992
|
+
position:absolute;
|
|
993
|
+
left: 24px;
|
|
994
|
+
top: 290px;
|
|
995
|
+
z-index: 4;
|
|
996
|
+
}
|
|
997
|
+
.herbs_spices .move_shelf_right {
|
|
998
|
+
position:absolute;
|
|
999
|
+
left: 750px;
|
|
1000
|
+
top: 290px;
|
|
1001
|
+
z-index: 4;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.extras .inner_shelf {
|
|
1005
|
+
width: 4000px;
|
|
1006
|
+
}
|
|
1007
|
+
.extras .large_shelf {
|
|
1008
|
+
top: 330px;
|
|
1009
|
+
position: absolute;
|
|
1010
|
+
}
|
|
1011
|
+
.extras .move_shelf_left {
|
|
1012
|
+
position:absolute;
|
|
1013
|
+
left: 24px;
|
|
1014
|
+
top: 350px;
|
|
1015
|
+
z-index: 4;
|
|
1016
|
+
}
|
|
1017
|
+
.extras .move_shelf_right {
|
|
1018
|
+
position:absolute;
|
|
1019
|
+
left: 750px;
|
|
1020
|
+
top: 350px;
|
|
1021
|
+
z-index: 4;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.level_indicator {
|
|
1025
|
+
position: relative;
|
|
1026
|
+
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.level_indicator .minus {
|
|
1030
|
+
z-index: 4;
|
|
1031
|
+
position: absolute;
|
|
1032
|
+
left: -64px;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
.level_indicator .plus {
|
|
1036
|
+
z-index: 4;
|
|
1037
|
+
position: absolute;
|
|
1038
|
+
left: 320px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.footer .button {
|
|
1042
|
+
position: absolute;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.footer .back {
|
|
1046
|
+
top: 15px;
|
|
1047
|
+
left: 560px;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.footer .next {
|
|
1051
|
+
top: 15px;
|
|
1052
|
+
left: 680px;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.screen .chopping_board {
|
|
1056
|
+
left: 20px;
|
|
1057
|
+
top: 510px;
|
|
1058
|
+
position: absolute;
|
|
1059
|
+
z-index: 9;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.screen .chopping_board .open_chopping_board.button {
|
|
1063
|
+
position: absolute;
|
|
1064
|
+
left: 30px;
|
|
1065
|
+
top: 4px;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.screen .page_number_indicator {
|
|
1069
|
+
position: absolute;
|
|
1070
|
+
right: 20px;
|
|
1071
|
+
top: 24px;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.screen .page_number_indicator .circle_indicator_brown {
|
|
1075
|
+
float: left;
|
|
1076
|
+
margin-right: 2px;
|
|
1077
|
+
}
|
|
1078
|
+
.screen .page_number_indicator .circle_indicator_white {
|
|
1079
|
+
float: left;
|
|
1080
|
+
margin-right: 2px;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.ingredient.selected {
|
|
1084
|
+
//opacity: 0.8;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.inner_shelf .natural_yoghurt {
|
|
1088
|
+
margin-left: -20px;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.inner_shelf .sour_cream {
|
|
1092
|
+
top: -60px;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.shelf_view_window .watermelon {
|
|
1096
|
+
/*margin-left: 80px;*/
|
|
1097
|
+
top: -60px;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.shelf_view_window .mango {
|
|
1101
|
+
top: -30px;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
.shelf_view_window .grapes {
|
|
1105
|
+
top: -45px;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.shelf_view_window .lime {
|
|
1109
|
+
margin-left: 24px;
|
|
1110
|
+
}
|
|
1111
|
+
.shelf_view_window .coconut {
|
|
1112
|
+
top: -60px;
|
|
1113
|
+
margin-left: 30px;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.shelf_view_window .orange {
|
|
1117
|
+
margin-left: 30px;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
.shelf_view_window .cucumber {
|
|
1122
|
+
margin-left: 230px;
|
|
1123
|
+
top: -40px;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
.shelf_view_window .mushroom {
|
|
1128
|
+
margin-left: 10px;
|
|
1129
|
+
top: 0px;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
.shelf_view_window .spring_onion {
|
|
1133
|
+
top: -38px;
|
|
1134
|
+
margin-left: 42px;
|
|
1135
|
+
}
|
|
1136
|
+
.shelf_view_window .sweetcorn {
|
|
1137
|
+
margin-left: 40px;
|
|
1138
|
+
top: 0px;
|
|
1139
|
+
}
|
|
1140
|
+
.shelf_view_window .red_onion {
|
|
1141
|
+
top: -18px;
|
|
1142
|
+
margin-left: 40px;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.shelf_view_window .green_chilli {
|
|
1146
|
+
margin-left: 5px;
|
|
1147
|
+
top: 20px;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
.shelf_view_window .red_chilli {
|
|
1151
|
+
margin-left: 40px;
|
|
1152
|
+
top: 25px;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
.shelf_view_window .avocado {
|
|
1158
|
+
margin-left: 190px;
|
|
1159
|
+
top: -30px;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.shelf_view_window .tomato {
|
|
1163
|
+
margin-left: 20px;
|
|
1164
|
+
top: -25px;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.shelf_view_window .peach {
|
|
1168
|
+
margin-left: 0px;
|
|
1169
|
+
top: -20px;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.shelf_view_window .red_bell_pepper {
|
|
1173
|
+
top: -40px;
|
|
1174
|
+
margin-left: 10px;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.shelf_view_window .green_bell_pepper {
|
|
1178
|
+
margin-left: 25px;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
.shelf_view_window .lemon {
|
|
1183
|
+
margin-left: 330px;
|
|
1184
|
+
}
|
|
1185
|
+
.shelf_view_window .banana {
|
|
1186
|
+
margin-left: 150px;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
.shelf_view_window .garlic {
|
|
1190
|
+
top: 0px;
|
|
1191
|
+
margin-left: 25px;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.shelf_view_window .white_onion {
|
|
1195
|
+
top: -20px;
|
|
1196
|
+
margin-left: 245px;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.shelf_view_window .malt_vinegar {
|
|
1200
|
+
top: -140px;
|
|
1201
|
+
margin-left: 80px;
|
|
1202
|
+
}
|
|
1203
|
+
.shelf_view_window .extra_virgin_olive_oil {
|
|
1204
|
+
top: -200px;
|
|
1205
|
+
margin-left: 80px;
|
|
1206
|
+
}
|
|
1207
|
+
.shelf_view_window .tomato_paste {
|
|
1208
|
+
top: -110px;
|
|
1209
|
+
margin-left: 232px;
|
|
1210
|
+
}
|
|
1211
|
+
.shelf_view_window .english_mustard {
|
|
1212
|
+
top: -35px;
|
|
1213
|
+
margin-left: 2px;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.shelf_view_window .butter {
|
|
1217
|
+
margin-left: 5px;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.shelf_view_window .tabasco {
|
|
1221
|
+
margin-left: 90px;
|
|
1222
|
+
top: -95px;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.shelf_view_window .wasabi_paste {
|
|
1226
|
+
margin-left: 65px;
|
|
1227
|
+
top: -110px;
|
|
1228
|
+
|
|
1229
|
+
}
|
|
1230
|
+
.shelf_view_window .mango_chutney {
|
|
1231
|
+
margin-left: 50px;
|
|
1232
|
+
top: -78px;
|
|
1233
|
+
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.shelf_view_window .pepperdew_sweet_peppers {
|
|
1237
|
+
margin-left: 270px;
|
|
1238
|
+
top: -85px;
|
|
1239
|
+
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
.shelf_view_window .enchilada_seasoning {
|
|
1243
|
+
margin-left: 30px;
|
|
1244
|
+
top: -85px;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.shelf_view_window .peach_vinegar {
|
|
1248
|
+
margin-left: 30px;
|
|
1249
|
+
top: -175px;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.shelf_view_window .cooked_tiger_prawns {
|
|
1253
|
+
margin-left: 50px;
|
|
1254
|
+
top: 30px;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.shelf_view_window .streaky_bacon {
|
|
1258
|
+
margin-left: 20px;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.shelf_view_window .runny_honey {
|
|
1262
|
+
margin-left: 215px;
|
|
1263
|
+
top: -110px;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
.shelf_view_window .brown_sugar {
|
|
1267
|
+
margin-left: 16px;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
.shelf_view_window .black_beans {
|
|
1271
|
+
margin-left: 16px;
|
|
1272
|
+
top: 40px;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
.herbs_spices .level_indicator {
|
|
1276
|
+
position: absolute;
|
|
1277
|
+
top: 402px;
|
|
1278
|
+
left: 250px;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
.herbs_spices .add.button {
|
|
1282
|
+
position: absolute;
|
|
1283
|
+
top: 458px;
|
|
1284
|
+
left: 340px;
|
|
1285
|
+
z-index: 4;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.herbs_spices .spice_jar .lid {
|
|
1289
|
+
position: relative;
|
|
1290
|
+
top: 15px;
|
|
1291
|
+
left: 2px;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
.spice_jar .label {
|
|
1295
|
+
position: absolute;
|
|
1296
|
+
top: 66px;
|
|
1297
|
+
text-align: center;
|
|
1298
|
+
width: 60px;
|
|
1299
|
+
left: 16px;
|
|
1300
|
+
font-size: 13px;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.mini.spice_jar .label {
|
|
1304
|
+
position: absolute;
|
|
1305
|
+
top: 33px;
|
|
1306
|
+
text-align: center;
|
|
1307
|
+
width: 30px;
|
|
1308
|
+
left: 8px;
|
|
1309
|
+
font-size: 7px;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.spice_jar .label .span {
|
|
1313
|
+
|
|
1314
|
+
/*
|
|
1315
|
+
Though may do other items in size 15 - not coriander.
|
|
1316
|
+
*/
|
|
1317
|
+
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.mini.spice_jar .label .span {
|
|
1321
|
+
|
|
1322
|
+
/*
|
|
1323
|
+
Though may do other items in size 15 - not coriander.
|
|
1324
|
+
*/
|
|
1325
|
+
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.chopping_board > .rel > .mini {
|
|
1329
|
+
position: absolute;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.chopping_board {
|
|
1333
|
+
z-index: 20000;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.chopping_board .handle {
|
|
1337
|
+
position: absolute;
|
|
1338
|
+
/* background-color: #FF0000; */
|
|
1339
|
+
width: 400px;
|
|
1340
|
+
height: 40px;
|
|
1341
|
+
left: 180px;
|
|
1342
|
+
text-align: center;
|
|
1343
|
+
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.chopping_board .handle span {
|
|
1347
|
+
|
|
1348
|
+
color: #A35D2E;
|
|
1349
|
+
position: relative;
|
|
1350
|
+
top: 4px;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
.chopping_board .close.button{
|
|
1355
|
+
position: absolute;
|
|
1356
|
+
left: 12px;
|
|
1357
|
+
top: 430px;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.chopping_board .remove.button{
|
|
1361
|
+
position: absolute;
|
|
1362
|
+
left: 350px;
|
|
1363
|
+
top: 220px;
|
|
1364
|
+
/*height: 76px;
|
|
1365
|
+
width: 76px;
|
|
1366
|
+
background-color: #FF0000;*/
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
.chopping_board .ingredient {
|
|
1370
|
+
position: absolute;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
.mix_a_dip.screen .mini {
|
|
1374
|
+
position: absolute;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
.mix_a_dip.screen .mix_icons {
|
|
1378
|
+
position: absolute;
|
|
1379
|
+
top: 180px;
|
|
1380
|
+
left: 340px;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
.video_area.screen .copy {
|
|
1385
|
+
left: 130px;
|
|
1386
|
+
position: absolute;
|
|
1387
|
+
top: 420px;
|
|
1388
|
+
width: 561px;
|
|
1389
|
+
font-size: 13px;
|
|
1390
|
+
/* background-color: #FF0000; */
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
.video_area.screen .videos {
|
|
1395
|
+
position: absolute;
|
|
1396
|
+
top: 90px;
|
|
1397
|
+
left: 130px;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.recipe_area.screen .recipes {
|
|
1401
|
+
position: absolute;
|
|
1402
|
+
left: 145px;
|
|
1403
|
+
top: 100px;
|
|
1404
|
+
color: #8E4F09;
|
|
1405
|
+
font-size: 10pt;
|
|
1406
|
+
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
.recipe_area.screen h1 {
|
|
1410
|
+
margin-left: 0px;
|
|
1411
|
+
width: 440px;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.recipe_area.screen h2 {
|
|
1415
|
+
margin-left: 0px;
|
|
1416
|
+
width: 280px;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
.name_your_dip.screen .item {
|
|
1420
|
+
float: left;
|
|
1421
|
+
margin-right: 12px;
|
|
1422
|
+
margin-bottom: 8px;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
.recipe_area.screen .vertical.icon_bar.left {
|
|
1426
|
+
position: absolute;
|
|
1427
|
+
left: 60px;
|
|
1428
|
+
top: 76px;
|
|
1429
|
+
height: 600px;
|
|
1430
|
+
width: 19px;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.recipe_area.screen .vertical.icon_bar.right {
|
|
1434
|
+
position: absolute;
|
|
1435
|
+
left: 710px;
|
|
1436
|
+
top: 76px;
|
|
1437
|
+
height: 600px;
|
|
1438
|
+
width: 19px;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
.spice_jar .mini.lid {
|
|
1442
|
+
left: 1px;
|
|
1443
|
+
position: relative;
|
|
1444
|
+
top: 10px;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.recipe_area.screen td.left {
|
|
1448
|
+
width: 68px;
|
|
1449
|
+
}
|
|
1450
|
+
.recipe_area.screen td.right {
|
|
1451
|
+
width: 180px;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.screen.name_your_dip .mix_icon {
|
|
1455
|
+
left: 400px;
|
|
1456
|
+
position: absolute;
|
|
1457
|
+
top: 120px;
|
|
1458
|
+
z-index: 2;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
.name_your_dip.screen .vertical.icon_bar {
|
|
1462
|
+
height: 600px;
|
|
1463
|
+
left: 350px;
|
|
1464
|
+
position: absolute;
|
|
1465
|
+
top: 76px;
|
|
1466
|
+
width: 19px;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
.screen .small_vertical_mix_icons {
|
|
1470
|
+
margin-top: 8px;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
.screen.name_your_dip .name {
|
|
1474
|
+
left: 450px;
|
|
1475
|
+
position: absolute;
|
|
1476
|
+
top: 242px;
|
|
1477
|
+
-webkit-touch-callout: text;
|
|
1478
|
+
-webkit-user-select: text;
|
|
1479
|
+
-khtml-user-select: text;
|
|
1480
|
+
-moz-user-select: text;
|
|
1481
|
+
-ms-user-select: text;
|
|
1482
|
+
user-select: text;
|
|
1483
|
+
font-size: 15pt;
|
|
1484
|
+
z-index: 3;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
.screen.name_your_dip .packet {
|
|
1488
|
+
position: absolute;
|
|
1489
|
+
z-index: 1;
|
|
1490
|
+
top: 90px;
|
|
1491
|
+
left: 584px;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.screen.name_your_dip .large_green_chilli {
|
|
1495
|
+
left:620px;
|
|
1496
|
+
position:absolute;
|
|
1497
|
+
top: 300px;
|
|
1498
|
+
z-index: 2;
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
.screen.video_area .wood_frame_left {
|
|
1502
|
+
position:absolute;
|
|
1503
|
+
width:16px;
|
|
1504
|
+
height:347px;
|
|
1505
|
+
left:118px;
|
|
1506
|
+
top:74px;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
.screen.video_area .wood_frame_top {
|
|
1510
|
+
position:absolute;
|
|
1511
|
+
left:112px;
|
|
1512
|
+
top:80px;
|
|
1513
|
+
width: 594px;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.screen.video_area .wood_frame_bottom {
|
|
1517
|
+
position:absolute;
|
|
1518
|
+
top:400px;
|
|
1519
|
+
left:112px;
|
|
1520
|
+
width: 594px;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
.screen.video_area .wood_frame_right {
|
|
1524
|
+
position:absolute;
|
|
1525
|
+
width:16px;
|
|
1526
|
+
height:347px;
|
|
1527
|
+
left:685px;
|
|
1528
|
+
top:74px;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
.recipe {
|
|
1532
|
+
-webkit-touch-callout: text;
|
|
1533
|
+
-webkit-user-select: text;
|
|
1534
|
+
-khtml-user-select: text;
|
|
1535
|
+
-moz-user-select: text;
|
|
1536
|
+
-ms-user-select: text;
|
|
1537
|
+
user-select: text;
|
|
1538
|
+
width: 530px;
|
|
1539
|
+
height: 420px;
|
|
1540
|
+
overflow-y: auto;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.recipe .right_area {
|
|
1544
|
+
/* width: 160px; */
|
|
1545
|
+
float: right;
|
|
1546
|
+
margin-right: 32px;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
.recipe .packet {
|
|
1550
|
+
/* position: relative;
|
|
1551
|
+
top: -16px;
|
|
1552
|
+
left: -26px;
|
|
1553
|
+
float:right; */
|
|
1554
|
+
/* position: absolute; */
|
|
1555
|
+
/* float: right; */
|
|
1556
|
+
/* left: 210px; */
|
|
1557
|
+
margin-left: 40px;
|
|
1558
|
+
/* top: 20px; */
|
|
1559
|
+
width: 240px;
|
|
1560
|
+
/* margin-left: 90px; */
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
.right_area > .social {
|
|
1564
|
+
margin-left: 40px;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.name_your_dip.screen h2 {
|
|
1568
|
+
font-size: 13pt;
|
|
1569
|
+
position: absolute;
|
|
1570
|
+
top: 60px;
|
|
1571
|
+
width: 320px;
|
|
1572
|
+
color: #8E4F09;
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
.name_your_dip.screen > .social {
|
|
1576
|
+
left: 650px;
|
|
1577
|
+
position: absolute;
|
|
1578
|
+
top: 400px;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
.video_area.screen > .social {
|
|
1582
|
+
left: 590px;
|
|
1583
|
+
position: absolute;
|
|
1584
|
+
top: 487px;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
.recipe_area.screen > .social {
|
|
1588
|
+
position: absolute;
|
|
1589
|
+
top: 400px;
|
|
1590
|
+
left: 440px;
|
|
1591
|
+
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
.name_your_dip .ingredients {
|
|
1596
|
+
position: absolute;
|
|
1597
|
+
top: 105px;
|
|
1598
|
+
left: 40px;
|
|
1599
|
+
};
|
|
1600
|
+
|
|
1601
|
+
.name_your_dip .category {
|
|
1602
|
+
clear: both;
|
|
1603
|
+
};
|
|
1604
|
+
|
|
1605
|
+
.name_your_dip .ingredients .item {
|
|
1606
|
+
float: left;
|
|
1607
|
+
margin-right: 12px;
|
|
1608
|
+
};
|
|
1609
|
+
|
|
1610
|
+
.screen.recipe_area {
|
|
1611
|
+
-webkit-touch-callout: text;
|
|
1612
|
+
-webkit-user-select: text;
|
|
1613
|
+
-khtml-user-select: text;
|
|
1614
|
+
-moz-user-select: text;
|
|
1615
|
+
-ms-user-select: text;
|
|
1616
|
+
user-select: text;
|
|
1617
|
+
color: #FFFFCC;
|
|
1618
|
+
};
|
|
1619
|
+
|
|
1620
|
+
.screen.recipe_area h2 {
|
|
1621
|
+
font-size: 11pt;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
.footer {
|
|
1625
|
+
z-index: 30000;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.footer .text {
|
|
1629
|
+
position: absolute;
|
|
1630
|
+
left: 30px;
|
|
1631
|
+
top: 5px;
|
|
1632
|
+
width: 480px;
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
.footer .text span {
|
|
1636
|
+
color: #FFFFCC;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
.modal {
|
|
1640
|
+
/* opacity: 0; */
|
|
1641
|
+
display: none;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.button.plus .button.minus .button.arrow_left .button.arrow_right {
|
|
1645
|
+
z-index: 45000;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.social {
|
|
1649
|
+
/* width: 240px; */
|
|
1650
|
+
margin-left: -8px;
|
|
1651
|
+
margin-top: 6px;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.social div {
|
|
1655
|
+
float: left;
|
|
1656
|
+
margin-left: 12px;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
.screen.video_area .video_frame {
|
|
1660
|
+
position: absolute;
|
|
1661
|
+
left: 90px;
|
|
1662
|
+
top: 100px;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
.like-gate {
|
|
1666
|
+
background: url('../img/like_gate.png');
|
|
1667
|
+
width: 810px;
|
|
1668
|
+
height: 650px;
|
|
1669
|
+
}
|