From 540700deb547baf188b5246839a5e586ca708c5c Mon Sep 17 00:00:00 2001 From: cybafelo Date: Wed, 16 Oct 2019 12:39:36 +0200 Subject: [PATCH] stable --- src/Template/Home/home.ctp | 17 - src/Template/Layout/default.ctp | 566 ++++++++++++++++++++++++++------ webroot/css/style.css | 83 +++-- 3 files changed, 528 insertions(+), 138 deletions(-) diff --git a/src/Template/Home/home.ctp b/src/Template/Home/home.ctp index 99944b4..e69de29 100644 --- a/src/Template/Home/home.ctp +++ b/src/Template/Home/home.ctp @@ -1,17 +0,0 @@ - -

-
-
-
-
-
-
diff --git a/src/Template/Layout/default.ctp b/src/Template/Layout/default.ctp index 2683bf6..4a7ed40 100644 --- a/src/Template/Layout/default.ctp +++ b/src/Template/Layout/default.ctp @@ -37,10 +37,11 @@ use Cake\Utility\Inflector; +
-
-
+
+

+
+
-
+
+
+
+
+
fetch('content') ?>
@@ -109,82 +124,6 @@ use Cake\Utility\Inflector;
\ No newline at end of file diff --git a/webroot/css/style.css b/webroot/css/style.css index 4f910d3..1a92d6e 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -10,29 +10,50 @@ body { padding:0; } -/*div.sticky {*/ -/* position:fixed;*/ -/* height: 100%;*/ -/* width:100%;*/ -/* background-color:#111111;*/ -/*}*/ +.bg-dark-trans { + background-color: #343a40ad; +} -/*div.centered {*/ -/* text-align: center;*/ -/*}*/ +select { + background-color: #343a40ad; +} + +canvas { + box-shadow: 0px 0 8px 8px #7dff9987; + border: 2px transparent solid; + margin: 8px; +} + +canvas:focus, +canvas:active +{ + outline: unset; + border: 2px #b2dab2 solid; +} + +.div-menu { + position: fixed; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + top: 10%; + left: 10%; + width: 80%; + height: 80%; + z-index: 2; + box-shadow: 0px 0 8px 8px #7dff9987; + background-color: #1a1a1acc; + color: #fff; +} -/*canvas {*/ -/* bottom:0;*/ -/* width:100%;*/ -/* height:100%;*/ -/*}*/ .button:hover { - box-shadow: 0 0 10px 10px #00cc2b; + box-shadow: 0px 0px 10px 10px #7dff99; } .button:focus { outline:unset; - border: 2px #2ca02c solid; + border: 2px #b2dab2 solid; } .button { @@ -40,7 +61,7 @@ body { border: 2px transparent solid; margin-top: 20px; border-radius: 18px; - box-shadow: 0 0 10px 0px #00cc2b; + box-shadow: 0 0 10px 0px #7dff99; background-color: transparent; color: #fff; padding: 5px 10px 5px 10px; @@ -49,20 +70,32 @@ body { .button-menu:focus { outline:unset; - border:2px #2ca02c solid; + border: 2px #b2dab2 solid; } .button-menu:hover { - box-shadow: 2px 3px 20px 0px #00cc2b; + box-shadow: 0px 0px 8px 8px #7dff99f7; + color: #1fe449c2; } .button-menu:disabled { - box-shadow: 2px 3px 7px 0px #ff898599; - color: #ec6c6c78; + color: #ef8181a1; + box-shadow: 0 0 10px 0px #ff3434c9; } - .button-menu { + border: 2px #ffffff00 solid; + transition: box-shadow 0.5s, border 0.5s, color 0.5s; + height: 35px; + background-color: transparent; + color: #a9a6a6; + box-shadow: 0 0 6px 6px #7dff9973; + margin-left: 7px; + margin-right: 7px; + border-radius: 15px; +} + +.button-menu-light { border: 2px transparent solid; transition: box-shadow 0.5s, border 0.5s; height: 35px; @@ -80,13 +113,15 @@ body { background-color: #000000ad; } -.div-home { +.div-workarea { + padding-top: 2.5%; + overflow-y: auto; color: #fff; display: flex; justify-content: center; align-items: center; background-color: #000000ad; - flex-direction: column; + flex-wrap:wrap; height: 100%; top: 0; left: 0;