summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-galaxy.css
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2012-08-01 18:46:33 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 21:28:37 +0100
commit7bebddbde7bc6aeef0cbacc46df5bd3a4162160a (patch)
treec2643290450ddf806bff6a5dac4ced4f6a2521b8 /perl-install/share/themes-galaxy.css
parente1ecdac525d20120a4e67fa6ee5b6d0362922f45 (diff)
downloaddrakx-7bebddbde7bc6aeef0cbacc46df5bd3a4162160a.tar
drakx-7bebddbde7bc6aeef0cbacc46df5bd3a4162160a.tar.gz
drakx-7bebddbde7bc6aeef0cbacc46df5bd3a4162160a.tar.bz2
drakx-7bebddbde7bc6aeef0cbacc46df5bd3a4162160a.tar.xz
drakx-7bebddbde7bc6aeef0cbacc46df5bd3a4162160a.zip
(import_style_ressources) convert Galaxy theme to CSS
(styling has totally changed in gtk+3)
Diffstat (limited to 'perl-install/share/themes-galaxy.css')
-rw-r--r--perl-install/share/themes-galaxy.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/perl-install/share/themes-galaxy.css b/perl-install/share/themes-galaxy.css
new file mode 100644
index 000000000..45c22d14a
--- /dev/null
+++ b/perl-install/share/themes-galaxy.css
@@ -0,0 +1,33 @@
+/*gtk-button-images=0*/
+
+/*
+ * bg[state] = color Sets the color used for the background of most widgets.
+ * fg[state] = color Sets the color used for the foreground of most widgets.
+ * base[state] = color Sets the color used for the background of widgets displaying editable text. This color is used for the background of, among others, GtkText, GtkEntry, GtkList, and GtkCList.
+ * text[state] = color Sets the color used for foreground of widgets using base for the background color.
+ */
+
+
+#Logo, #Steps {
+ /* base[NORMAL] = { 0.28, 0.38, 0.66 }; */
+ background-color: #548EE6;
+
+ color: #FFFFFF;
+}
+
+#Step-categories {
+ color: #32A9DD;
+}
+
+#Banner {
+ color: #5A8AD6;
+}
+
+#background {
+ background: #FFFFFF;
+}
+
+#Left_background {
+ background-color: #2859B5;
+ color: #FFD200;
+}