From b06af3b0385173fb459a48896ed78d9121353a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Fri, 10 Jul 2020 12:00:56 +0200 Subject: [PATCH] applied cookies popup to all pages --- pages/about.html | 11 ++++++++++- pages/contact.html | 11 ++++++++++- pages/policy.html | 12 ++++++++++-- styles/common-style.css | 6 +++--- 4 files changed, 33 insertions(+), 7 deletions(-) diff --git a/pages/about.html b/pages/about.html index 5be08d5..a4a3f6f 100644 --- a/pages/about.html +++ b/pages/about.html @@ -26,10 +26,19 @@ })(); + - + +
+

This website uses cookies.

+

We use cookies to ensure you the best experience. +
+ By visiting our website, you agree with our Privacy Policy. +

+ +
Home diff --git a/pages/contact.html b/pages/contact.html index 4c7db11..bfd4daa 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -26,9 +26,18 @@ })(); + - + +
+

This website uses cookies.

+

We use cookies to ensure you the best experience. +
+ By visiting our website, you agree with our Privacy Policy. +

+ +
Home diff --git a/pages/policy.html b/pages/policy.html index ba7a8f3..64b27b5 100644 --- a/pages/policy.html +++ b/pages/policy.html @@ -26,10 +26,18 @@ })(); - + - + +
+

This website uses cookies.

+

We use cookies to ensure you the best experience. +
+ By visiting our website, you agree with our Privacy Policy. +

+ +
Home diff --git a/styles/common-style.css b/styles/common-style.css index da769f8..3ed0664 100644 --- a/styles/common-style.css +++ b/styles/common-style.css @@ -60,7 +60,7 @@ a { display: none; /*Hidden, we want to show it via JavaScript */ /* Theming */ - background: #535353; + background: #151515; color: white; border-radius: 3px; padding: 10px; @@ -73,7 +73,7 @@ a { overflow: hidden; /* Positioning */ - position: absolute; + position: fixed; left: 50px; bottom: 75px; z-index: 2; @@ -95,7 +95,7 @@ a { transition-duration: 0.4s; border-radius: 3px; - background-color: #917d6b; + background-color: #484848; border: none; cursor: pointer; color: white;