[gnome-tour/pan-tour-fullcolor] experimental: colored backgrounds
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tour/pan-tour-fullcolor] experimental: colored backgrounds
- Date: Wed, 20 Jan 2021 14:14:27 +0000 (UTC)
commit 6121b7a4c02fcc8134db261a0b0c35ff5bb530cc
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jan 20 15:14:05 2021 +0100
experimental: colored backgrounds
data/resources/style.css | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index 5c1170c..d167216 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -20,11 +20,20 @@
transition-duration: 250ms;
transition-timing-function: ease-in-out;
}
+/* pages */
+.page { color: #fff }
+ .welcome-page { color: #000; }
+ .page:nth-child(2) { background: linear-gradient(to right, #3584e4, #1a5fb4); } /* overview */
+ .page:nth-child(3) { background: linear-gradient(to right, #613583, #813d9c); } /* customize */
+ .page:nth-child(4) { background: linear-gradient(to right, #e66100, #c64600); } /* workspaces */
+ .page:nth-child(5) { background: linear-gradient(to right, #2ec27e, #26a269); } /* left right */
+ .page:nth-child(6) { background: linear-gradient(to right, #e66100, #c64600); } /* up down */
+ .last-page {
+ background-color: #4a86cf; /*GNOME blue*/
+ }
+
+ .last-page .page-title, .last-page .page-body {
+ color: white;
+ }
-.last-page {
- background-color: #4a86cf; /*GNOME blue*/
-}
-.last-page .page-title, .last-page .page-body {
- color: white;
-}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]