From 4bce53d91bce79cd388dbac830eee892c094a4d9 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 24 Feb 2016 13:31:29 +0000 Subject: [PATCH] basic working recipe app --- app/css/app.css | 9 +- app/css/md.css | 53 ++ app/index.html | 17 +- app/js/app.js | 33 +- server/body.html | 1363 +++++++++++++++++----------------------- server/recipes.js | 10 +- server/testoutput.html | 76 ++- 7 files changed, 742 insertions(+), 819 deletions(-) create mode 100644 app/css/md.css diff --git a/app/css/app.css b/app/css/app.css index a4b4fea..5db7cb4 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -164,4 +164,11 @@ buttons { #sidedrawer .entry { padding-bottom: 5px; border-bottom:1px solid #e0c0e0; -} \ No newline at end of file + padding-right: 16px; +} + +#sidedrawer .entry:after { + font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; +float:right; + content:"\e87a" +} diff --git a/app/css/md.css b/app/css/md.css new file mode 100644 index 0000000..823b88d --- /dev/null +++ b/app/css/md.css @@ -0,0 +1,53 @@ +body { + font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial; +} +ul { + margin: 0; + padding: 0; +} + +li { + display: inline; + margin: 0; + padding: 0 4px 0 0; +} + +.dates { + padding: 2px; + border: solid 1px #80007e; + background-color: #ffffff; +} + +#btc, #fx { + font-size: 75%; +} + +.up, .ontime { + color: darkgreen; +} + +.down, .delayed { + color: darkred; +} + +.nochange { + color: #000000; +} +.password { + border: 1px solid #cccccc; + background-color: #efefef; + font-family: monospace; + white-space: pre; +} + +.mui--text-danger { + color: #F44336; +} + +.fnBlock { +font-size:20px; +} + +.fnRefresh { + +} \ No newline at end of file diff --git a/app/index.html b/app/index.html index 95cf055..775629e 100644 --- a/app/index.html +++ b/app/index.html @@ -4,8 +4,11 @@ + + + @@ -16,10 +19,22 @@
Recipes
+
+ + +
+ +
-
+ Add
+
+
+ + +