[gtk+/wip/css] xxx: add pixbufs example



commit 3ed6446def4e8ca3c76f6a53f510db9bbe6101cd
Author: Benjamin Otte <otte redhat com>
Date:   Wed May 23 19:40:20 2012 +0200

    xxx: add pixbufs example

 demos/gtk-demo/css_pixbufs.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/demos/gtk-demo/css_pixbufs.css b/demos/gtk-demo/css_pixbufs.css
index 003caf2..6281189 100644
--- a/demos/gtk-demo/css_pixbufs.css
+++ b/demos/gtk-demo/css_pixbufs.css
@@ -59,6 +59,7 @@ GtkWindow {
                       url("gnome-gsame.png"),
                       url("gnu-keys.png"),
                       url("background.jpg");
+    background-position: 50.00% 75.00%, 67.68% 67.68%, 75.00% 50.00%, 67.68% 32.32%, 50.00% 25.00%, 32.32% 32.32%, 25.00% 50.00%, 32.32% 67.68%, 0% 0%;
     background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
     animation: move-the-image infinite linear 3s, size-the-image infinite alternate ease-in-out 0.75s;
 }



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