[etherpad-web/theme] Updated Index Backgrounf and Colours. Changed Primary Colours on the Etherpad



commit 898f70bda95725efa5fff4874838f6c4de106c61
Author: Claudio Wunder <cwunder gnome org>
Date:   Sun May 24 13:25:47 2020 +0200

    Updated Index Backgrounf and Colours. Changed Primary Colours on the Etherpad

 .gitignore                 |   1 +
 images/cubes.png           | Bin 0 -> 633 bytes
 index.css                  |   6 +++---
 pad.css                    |   2 +-
 src/components/buttons.css |   3 ++-
 src/components/gritter.css |   2 +-
 src/general.css            |   3 +--
 7 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..723ef36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea
\ No newline at end of file
diff --git a/images/cubes.png b/images/cubes.png
new file mode 100644
index 0000000..cfd7911
Binary files /dev/null and b/images/cubes.png differ
diff --git a/index.css b/index.css
index 5129c43..493ccdb 100644
--- a/index.css
+++ b/index.css
@@ -5,7 +5,7 @@ form {
 }
 
 body {
-  background: url(images/fond.jpg) center center no-repeat fixed #fff;
+  background: url(images/cubes.png) repeat #2b84e4ff;
   font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
   font-size: 16px;
   line-height: 1.42857143;
@@ -51,7 +51,7 @@ input {
   text-shadow: none;
   font-size: 23px;
   line-height: 1.8;
-  color: #64d29b;
+  color: #99c1e4ff;
   background: #586a69;
   border-radius: 3px;
   box-shadow: none;
@@ -65,7 +65,7 @@ button[type=submit] {
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
   left: 305px;
-  color: #64d29b;
+  color: #99c1e4ff;
   background: #586a69;
   border: none;
   top: 0;
diff --git a/pad.css b/pad.css
index 68e8db1..49caf39 100644
--- a/pad.css
+++ b/pad.css
@@ -34,7 +34,7 @@
   --super-dark-color: #485365; /*#374256;*/
   --dark-color: #576273; /*#4d5d77*/
 
-  --primary-color: #64d29b;
+  --primary-color: #2b84e4ff;
   --middle-color: #d2d2d2; /* kind of grey, use for border for examples */
 
   --light-color: #f2f3f4; /*#f9f9f9;*/
diff --git a/src/components/buttons.css b/src/components/buttons.css
index ccaea9d..ffbbd95 100644
--- a/src/components/buttons.css
+++ b/src/components/buttons.css
@@ -14,11 +14,12 @@ button, .btn
 
 .btn-primary
 {
-  background-color: #64d29b;
+  background-color: #2b84e4ff;
   background-color: var(--primary-color);
   color: #ffffff;
   color: var(--bg-color);
 }
+
 .btn-default {
   color: #485365;
   color: var(--text-color);
diff --git a/src/components/gritter.css b/src/components/gritter.css
index e612c4d..fee602d 100644
--- a/src/components/gritter.css
+++ b/src/components/gritter.css
@@ -1,5 +1,5 @@
 .gritter-item:not(.error) .popup-content{
-  background-color: #64d29b;
+  background-color: #2b84e4ff;
   background-color: var(--primary-color);
   color: #ffffff;
   color: var(--super-light-color);
diff --git a/src/general.css b/src/general.css
index f51d46c..bf5beb9 100644
--- a/src/general.css
+++ b/src/general.css
@@ -10,6 +10,5 @@ body {
 }
 
 h1 {
-  color: #64d29b;
-  color: var(--primary-color);
+  color: #99c1e4ff;
 }
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]