diff --git a/ardublockly/ardublockly.css b/ardublockly/ardublockly.css index 2b43fdeca8..c75f292d0e 100644 --- a/ardublockly/ardublockly.css +++ b/ardublockly/ardublockly.css @@ -61,6 +61,9 @@ body { background-color: #8C7965; } +.sensebox_green { + background-color: #4EAF47; +} /********************/ /* Navigation bar */ @@ -222,7 +225,7 @@ ul.side-nav li.side-menu-end { border-right: 0; } .ide_output_header_normal { - background-color: #006468; + background-color: #4EAF47; color: #ffffff; -moz-transition: background-color 0.6s ease-in;; -o-transition: background-color 0.6s ease-in; @@ -315,6 +318,28 @@ ul.side-nav li.side-menu-end { width: 160px; z-index: 12; } +#button_compile_sketch { + position: absolute; + right: 0px; + top: 0px; + width: 55px; + height: 55px; +} +#button_compile_sketch i { + font-size: 2.4rem !important; + line-height: 55px; +} +#button_copy_clipboard { + position: absolute; + right: 72px; + top: 10px; + visibility: visible; + opacity: 1; + -moz-transition: visibility 0.3s linear, opacity 0.3s linear; + -webkit-transition: visibility 0.3s linear, opacity 0.3s linear; + -o-transition: visibility 0.3s linear, opacity 0.3s linear; + transition: visibility 0.3s linear, opacity 0.3s linear; +} #button_ide_large { position: absolute; right: 0px; @@ -673,7 +698,7 @@ ul.side-nav li.side-menu-end { } .blocklyTreeRow { background: none !important; - border: none !important; + /* border: none !important; */ margin: 0px 0px !important; padding: 7px 16px 7px 0px !important; box-sizing: content-box !important; diff --git a/ardublockly/ardublockly_lang.js b/ardublockly/ardublockly_lang.js index ccc2cf295c..9c70142abd 100644 --- a/ardublockly/ardublockly_lang.js +++ b/ardublockly/ardublockly_lang.js @@ -11,6 +11,7 @@ var Ardublockly = Ardublockly || {}; /** Lookup for names of supported languages. Keys in ISO 639 format. */ Ardublockly.LANGUAGE_NAME = { + 'de': 'Deutsch', 'fr': 'Français', 'en': 'English', 'es': 'Español', diff --git a/ardublockly/ardublockly_toolbox.js b/ardublockly/ardublockly_toolbox.js index 28c3c6283f..165f15e488 100644 --- a/ardublockly/ardublockly_toolbox.js +++ b/ardublockly/ardublockly_toolbox.js @@ -12,7 +12,73 @@ var Ardublockly = Ardublockly || {}; Ardublockly.TOOLBOX_XML = '' + ' ' + -' ' + +' ' + +' ' + +' ' + +/*' ' + +' ' + +' ' + */ +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' 0' + +' ' + +' ' + +' ' + +' ' + +' 0' + +' ' + +' ' + +' ' + +' ' + +' 1' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' 0' + +' ' + +' ' + +' ' + +' ' + +' 0' + +' ' + +' ' + +' ' + +' ' + +' 0' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' '+ +' '+ +' '+ +'' + +' ' + +' ' + +' ' + ' ' + ' ' + ' ' + @@ -20,15 +86,15 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + -' ' + -' ' + -' ' + -' ' + -' ' + -' 10' + -' ' + -' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' ' + +' 10' + +' ' + +' ' + ' ' + ' ' + ' ' + @@ -51,7 +117,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -95,7 +161,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -109,7 +175,7 @@ Ardublockly.TOOLBOX_XML = //' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -120,9 +186,9 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -154,7 +220,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -174,7 +240,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' 0' + ' ' + @@ -186,7 +252,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + @@ -219,7 +285,7 @@ Ardublockly.TOOLBOX_XML = ' ' + ' ' + ' ' + -' ' + +' ' + ' ' + ' ' + ' ' + diff --git a/ardublockly/img/Genuino.png b/ardublockly/img/Genuino.png new file mode 100644 index 0000000000..b6f000ee1d Binary files /dev/null and b/ardublockly/img/Genuino.png differ diff --git a/ardublockly/img/ardublockly_splash.png b/ardublockly/img/ardublockly_splash.png index 7278e13934..910ddae534 100644 Binary files a/ardublockly/img/ardublockly_splash.png and b/ardublockly/img/ardublockly_splash.png differ diff --git a/ardublockly/img/ardublockly_splash_orig.png b/ardublockly/img/ardublockly_splash_orig.png new file mode 100644 index 0000000000..7278e13934 Binary files /dev/null and b/ardublockly/img/ardublockly_splash_orig.png differ diff --git a/ardublockly/img/blockly.png b/ardublockly/img/blockly.png new file mode 100644 index 0000000000..64d413cb59 Binary files /dev/null and b/ardublockly/img/blockly.png differ diff --git a/ardublockly/img/mcu_one_top.png b/ardublockly/img/mcu_one_top.png new file mode 100644 index 0000000000..e6f14583cd Binary files /dev/null and b/ardublockly/img/mcu_one_top.png differ diff --git a/ardublockly/img/sensebox_logo_raute.png b/ardublockly/img/sensebox_logo_raute.png new file mode 100644 index 0000000000..2eb7400439 Binary files /dev/null and b/ardublockly/img/sensebox_logo_raute.png differ diff --git a/ardublockly/img/sidenav_header.png b/ardublockly/img/sidenav_header.png index 3ee23d777b..fbe1665c32 100644 Binary files a/ardublockly/img/sidenav_header.png and b/ardublockly/img/sidenav_header.png differ diff --git a/ardublockly/img/sidenav_header_orig.png b/ardublockly/img/sidenav_header_orig.png new file mode 100644 index 0000000000..3ee23d777b Binary files /dev/null and b/ardublockly/img/sidenav_header_orig.png differ diff --git a/ardublockly/index.html b/ardublockly/index.html index 75fa9a3538..8e332ba2a4 100644 --- a/ardublockly/index.html +++ b/ardublockly/index.html @@ -11,13 +11,16 @@ + + + - + - + + + + + + + + + + + -