diff --git a/changelog.html b/changelog.html new file mode 100644 index 0000000..fba7b36 --- /dev/null +++ b/changelog.html @@ -0,0 +1,38 @@ + + + + + + + ExpressED | Changelog + + + +
+
+ + +
+
+
+

ExpressED: Changelog

+

1.0.1 - 11/20/23

+

Slight theme changes. Learn window layout modified to be more friendly to screen readers. Visage watermarks removed. Version footer added.

+
+

1.0.0 - 11/20/23

+

Initial release! Everything added.

+
+
+
+
+ Go Back +
+
+
+
+
+

~core/expressed v1.0.1 - changelog - made with <3 - last build 11/21/23 01:37:33Z

+ + + diff --git a/ep_visage/learn.html b/ep_visage/learn.html index f5f896f..a82e4c4 100644 --- a/ep_visage/learn.html +++ b/ep_visage/learn.html @@ -31,6 +31,7 @@ +

~core/expressed v1.0.1 - changelog - made with <3 - last build 11/21/23 01:37:33Z

diff --git a/learn.html b/learn.html index 2c5accf..9236660 100644 --- a/learn.html +++ b/learn.html @@ -46,6 +46,7 @@ +

~core/expressed v1.0.1 - changelog - made with <3 - last build 11/21/23 01:37:33Z

diff --git a/practice.html b/practice.html index 215850f..34cc850 100644 --- a/practice.html +++ b/practice.html @@ -45,6 +45,7 @@ +

~core/expressed v1.0.1 - changelog - made with <3 - last build 11/21/23 01:37:33Z

diff --git a/v_dl/sdk/www/Samples/ShowcaseDemo/ShowcaseDemo.html b/v_dl/sdk/www/Samples/ShowcaseDemo/ShowcaseDemo.html index eb1aa18..5158877 100644 --- a/v_dl/sdk/www/Samples/ShowcaseDemo/ShowcaseDemo.html +++ b/v_dl/sdk/www/Samples/ShowcaseDemo/ShowcaseDemo.html @@ -14,7 +14,7 @@ - +
@@ -28,14 +28,16 @@
- + - - + +
+

~core/expressed v1.0.1 - changelog - made with <3 - last build 11/21/23 01:37:33Z

+ @@ -1321,8 +1323,8 @@ function errorStream(e){ } function initial(){ - var logogrey = document.getElementById('logogrey'); - logogrey.style.display = "none"; + //var logogrey = document.getElementById('logogrey'); + //logogrey.style.display = "none"; var canvas = document.getElementById('canvas'); canvas.style.display = "block"; /*var logo = document.getElementById("logotype"); diff --git a/v_dl/sdk/www/Samples/ShowcaseDemo/css/TrackDetect.css b/v_dl/sdk/www/Samples/ShowcaseDemo/css/TrackDetect.css index afa9f5f..dfcd6be 100644 --- a/v_dl/sdk/www/Samples/ShowcaseDemo/css/TrackDetect.css +++ b/v_dl/sdk/www/Samples/ShowcaseDemo/css/TrackDetect.css @@ -1,104 +1,3 @@ - -.toolbox { - position:relative; - margin-left: 5px; - border: none; - width:100%; - max-width: 300px; - height: 30px; - overflow: hidden; - border: 1px solid white; - background-color: #fff; - background: #333333 url("../icons/arrow_blue.png") no-repeat 97% 50%; - // colour options: ltgray, dkgray, ltblue, dkblue -} - -.toolbox select { - padding: 5px 8px; - width: 100%; - border: none; - box-shadow: none; - background-color: transparent; - background-image: none; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.toolbox select:focus { - outline: none; -} - -#myList{ - color: #0071bc; - -} - -.main-menu:hover,nav.main-menu.expanded { -width:340px; -overflow:visible; -} - -.main-menu { -background:rgb(58,58,58); -opacity: 0.95; -border-right:0; -position:absolute; -top:0; -bottom:0; -height:100%; -left:0; -width:40px; -overflow:hidden; --webkit-transition:width .02s linear; -transition:width .02s linear; --webkit-transform:translateZ(0) scale(1,1); -z-index:1000; -} - -.button { - width: 310px; - height: 30px; - max-width:310px; - /*color:rgb(58,58,58);*/ - color: #0071bc; - /*background-color:#e6e6e6;*/ - background-color:#333333; - border: 1px solid white; - border-radius:5px; - font-size: 14px; - font-weight: bold; - padding-bottom: 5px; - padding-left: 5px; - padding-right: 5px; - padding-top: 5px; -} - -.button:hover { - background-color: rgb(0,113,188); - color:white; -} - -.buttonimg{ - background-color:rgb(58,58,58); - border: 1px solid black; - border-radius:5px; - font-size: 14px; - font-weight: bold; -} - -.buttonimg:hover{ - background-color:#e6e6e6; - } - -.active{ - background-color:rgb(0,113,188); - border: 1px solid black; - border-radius:5px; - font-size: 14px; - font-weight: bold; -} - .no-touch .scrollable.hover { overflow-y:hidden; } @@ -184,21 +83,21 @@ background-color: rgb(58,58,58); } #cinema{ - margin:auto; - position:relative; - display: -webkit-flex; + margin:auto; + position:relative; + display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; - width: 100vw; - height: 100vh; + width: 100%; + height: 100%; } - + #outer-container{ - margin:auto; - display: -webkit-flex; + margin:auto; + display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; height: 100vh; min-width: 50vw; - width: calc(100vw - 350px); + width: 100vw; /*background-color: rgb(58,58,58);*/ background-color: black; opacity: 0.95; @@ -211,29 +110,29 @@ background-color: rgb(58,58,58); -webkit-align-self: center; align-self: center; } - + #right-container{ /*background-color:rgb(58,58,58);*/ background-color:#333333; width: 30vw; - max-width: 350px; + max-width: 350px; height:100vh; } - + #left-container{ background-color:rgb(58,58,58); width: 25vw; max-width:300px; height:100vh; } - + #optionbox { margin-left: 10px; } #container{ - background-color: white; - max-width:300px; + background-color: white; + max-width:300px; overflow: hidden; margin-left: 100px; } @@ -310,7 +209,7 @@ background-color: rgb(58,58,58); margin-top: 20px; font-family: 'Corbel' } - + #tracktext{ display: none; position:absolute; @@ -319,7 +218,7 @@ background-color: rgb(58,58,58); margin-top: 20px; font-family: 'Corbel' } - + #logogrey{ width: 50vw; max-width:640px; @@ -328,22 +227,22 @@ background-color: rgb(58,58,58); -webkit-align-self: center; align-self: center; } - + .logotype{ /*conserve ratio*/ - max-width:30%; + max-width:30%; height:auto; position: absolute; margin: auto; left: 0; - top: 0; + top: 0; visibility:hidden } - + #changeDetectLimit{ display: none; } - + .specific{ max-width: 310px; border: 1px solid white; @@ -353,13 +252,13 @@ background-color: rgb(58,58,58); padding-bottom: 5px; padding-right: 5px; } - + #status{ color:white; font-size:25px; font-family: 'Bariol'; } - + #progress{ color: rgb(0,113,188); background-color: #e6e6e6; @@ -367,7 +266,7 @@ background-color: rgb(58,58,58); height: 20px; border-radius: 7px; } - + progress::-webkit-progress-bar { background-color: #e6e6e6; width: 400px; @@ -387,13 +286,13 @@ progress::-moz-progress-bar { height: 20px; border-radius: 7px; } - + #downloadinfo{ position: absolute; width: calc(100vw - 350px); margin-top: 20px; } - + #loadbar{ position: absolute; width: calc(100vw - 350px); @@ -401,16 +300,16 @@ progress::-moz-progress-bar { } a.tooltip {outline:none; } -a.tooltip:hover {text-decoration:none;} +a.tooltip:hover {text-decoration:none;} a.tooltip span { z-index:10;display:none; padding:14px 20px; margin-top:24px; margin-left:-340px; width:310px; line-height:16px; } a.tooltip:hover span{ - display:inline; - position:absolute; - border:2px solid #FFF; + display:inline; + position:absolute; + border:2px solid #FFF; border-radius: 10px; color:white; font-size: 17px; @@ -428,7 +327,7 @@ a.tooltip span .whitetextcenter{ display:block; position:relative; - color:white; + color:white; font-size:20px; font-family: 'Corbel'; } @@ -467,7 +366,7 @@ a.tooltip span color: #666666; } -#col +#col { -moz-column-count: 2; -webkit-column-count: 2; @@ -490,14 +389,14 @@ column-count: 2; width: 140px; height: 70px; overflow: hidden; - border: 1px solid white; + border: 1px solid white; border-radius: 6px; overflow: auto; } .square-box::-webkit-scrollbar { width: 12px; } - + .square-box::-webkit-scrollbar-track { border-radius: 10px; -moz-border-radius: 10px; @@ -508,11 +407,11 @@ column-count: 2; .square-box::-webkit-scrollbar-thumb { border-radius: 10px; - background: rgb(0,113,188); + background: rgb(0,113,188); -webkit-border-radius: 20px; -moz-border-radius: 20px; - -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); - -moz-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); + -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); + -moz-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); } .square-content:focus{ @@ -527,7 +426,7 @@ column-count: 2; input[id^=block] { - background-color:#333333; + background-color:#333333; border-radius: 5px; border:none; color: transparent; @@ -541,8 +440,8 @@ input[id^=block]:focus:hover { border: 0.2px solid rgb(0,113,188); } - -input[id^=block]:focus + +input[id^=block]:focus { border: none; outline : none; @@ -552,4 +451,4 @@ input[id^=block]:focus input[id^=block]:hover { border: 0.2px solid rgb(0,113,188); -} \ No newline at end of file +}