diff --git a/applications/metadata.js b/applications/metadata.js index f952250..6c92037 100644 --- a/applications/metadata.js +++ b/applications/metadata.js @@ -3,7 +3,7 @@ var metadata = { "applications": [ "isActive": true, "directory": "doppelganger-mirror", "name": "Doppelganger-Mirror", - "description": "Generate an double of your avatar that only you can see. This allows you to examine your avatar and see how you move. The doppelganger can be grabbed and positioned like you want.", + "description": "Generate a double of your avatar that only you can see. This allows you to examine your avatar and see how you move. The doppelganger can be grabbed and positioned however you want.", "jsfile": "doppelganger-mirror/app-doppleganger.js", "icon": "doppelganger-mirror/doppleganger-i.svg", "caption": "MIRROR" diff --git a/more/css/styles.css b/more/css/styles.css index 583e2f8..54066b6 100644 --- a/more/css/styles.css +++ b/more/css/styles.css @@ -9,9 +9,9 @@ */ body { - background: #73758c; - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; + background: #27343B; + font-family: 'Merriweather', sans-serif; + font-size: 14px; color: #FFFFFF; font-weight: 600; text-decoration: none; @@ -21,7 +21,7 @@ body { } h1 { - font-family: Arial, Helvetica, sans-serif; + font-family: 'Quicksand', sans-serif; font-size: 28px; color: #ffffff; font-weight: 800; @@ -32,8 +32,20 @@ h1 { text-shadow: 3px 3px 3px rgba(63,64,76,1); } +h1.mainTitle { + +} + +p.mainDesc { + font-size: 16px; +} + +p a { + color: SteelBlue; +} + font.appname { - font-family: Arial, Helvetica, sans-serif; + font-family: 'Merriweather', sans-serif; font-size: 18px; color: #CFB538; font-weight: 800; @@ -41,17 +53,23 @@ font.appname { font-style: normal; font-variant: normal; text-transform: none; + margin-bottom: 5px; + float: left; + clear: both; } font.appdesc { - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; + font-family: 'Merriweather', sans-serif; + font-size: 15px; color: #ffffff; font-weight: 500; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; + margin-bottom: 5px; + float: left; + clear: both; } font.noresult { @@ -77,7 +95,7 @@ font.caption { } font.pager { - font-family: Arial, Helvetica, sans-serif; + font-family: 'Quicksand', sans-serif; font-size: 14px; color: #B2B5D9; font-weight: 600; @@ -114,6 +132,7 @@ button.install { border-radius: 6px; border: 2px solid #008CBA; transition-duration: 0.3s; + float: right; } button.install:hover { @@ -130,6 +149,7 @@ button.uninstall { border-radius: 6px; border: 2px solid #b34700; transition-duration: 0.3s; + float: right; } button.uninstall:hover { @@ -146,6 +166,7 @@ button.processing { border-radius: 6px; border: 2px solid #b59207; transition-duration: 0.3s; + float: right; } div.searchbox { diff --git a/more/more.html b/more/more.html index 8c9f925..321bcd0 100644 --- a/more/more.html +++ b/more/more.html @@ -104,14 +104,15 @@ EventBridge.emitWebEvent(JSON.stringify(readyEvent)); } - + +
-

Add more functionalities...

-

Want to add your own app? Read the guide!

+

Add more functionalities...

+

Want to add your own app? Read the guide!

diff --git a/web/metadata_js_generator.html b/web/metadata_js_generator.html index 891e352..4184255 100644 --- a/web/metadata_js_generator.html +++ b/web/metadata_js_generator.html @@ -17,35 +17,25 @@

Applications Metadata Generator ("metadata.js")

- * Directory name: (without any path.)


- - - - * Application Name:

- - - * Application Description:



- - - * Main javascript file name: (without any path.)



- - * Icon file name: (without any path.)
- Use the "inactive" tablet's icon of your applications. If the script doesn't use the tablet, add an image to
illustrate what it does. (Must be 50 X 50 pixels. Possible Format: ".png" or ".svg")

-
- Caption:
- The same Caption that will appear in the tablet. If the script doesn't use the tablet, keep it null.


- - - -

-
 


-

INSTRUCTIONS:

- 1- The file "metadata.js" must replace the current one in the "applications" folder.
- (The one where all the application's subfolders are stored)


- -

- + * Directory name: (without any path.)


+ * Application Name:

+ * Application Description:



+ * Main javascript file name: (without any path.)



+ * Icon file name: (without any path.)
+ + Use the "inactive" tablet's icon of your applications. If the script doesn't use the tablet, add an image to
illustrate what it does. (Must be 50 X 50 pixels. Possible Format: ".png" or ".svg")

+
+ Caption:
+ The same Caption that will appear in the tablet. If the script doesn't use the tablet, keep it null.


+ +

+
 


+

INSTRUCTIONS:

+ 1- The file "metadata.js" must replace the current one in the "applications" folder.
+ (The one where all the application's subfolders are stored)


+

+