From 4984bb34c5804ececa8e89c16a098486f3e82ca4 Mon Sep 17 00:00:00 2001 From: funix Date: Mon, 30 Aug 2021 19:32:59 +0200 Subject: [PATCH] colophon+interfake --- index.html | 18 +++++++++++++++++- scripts/App.js | 1 + styles/style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ed4bfe4..75f5172 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ -

windows.open(Welcome)

+
@@ -44,6 +44,22 @@
+
+ +
+ +
+

windows.open(Welcome)

+

Architecture: Tancredi and Poni

+

Urbanistic: Clara, Louisa, Simon

+
+ + \ No newline at end of file diff --git a/scripts/App.js b/scripts/App.js index d662f00..c39071d 100644 --- a/scripts/App.js +++ b/scripts/App.js @@ -34,3 +34,4 @@ $(document).ready(function(){ const dragResize = new DragResizeClose(zIndex); }); + diff --git a/styles/style.css b/styles/style.css index df5dc7a..5b2ffb2 100644 --- a/styles/style.css +++ b/styles/style.css @@ -3,7 +3,9 @@ src: url(../fonts/AC1-SemiLightDots.ttf); } + body { + max-width: 100vw; background-color: blue; color: white; font-family: Arial, Helvetica, sans-serif; @@ -27,6 +29,7 @@ button { } .draggable { + display: none; position: absolute; border: 2px white solid; background: black; @@ -88,3 +91,46 @@ button { .icon:hover { font-size: 35px; } + +#bar{ + z-index: 10; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + height: 5%; + border: solid 2px white; + background-color: rgba(19, 19, 156, .9); +} + +#colophon{ + margin: auto; + width: 50%; + /* position: fixed; */ + z-index: 5; + background-color: white; + color: black; + border: solid 2px blue; + display: none; + padding: 1% 5%; +} + +#colophon h1{ + color: blue; +} + +.bottoneCose{ + width: 10%; + height: 100%; +} + + +.bottoneCose:active{ + background-color: rgb(113, 113, 226); +} + + +.clicked{ + background-color: white; + color: blue; +}