mpviewplugins/mpmediawallviewplugin/resources/mpcustommediawall.css
changeset 41 ea59c434026a
child 55 f3930dda3342
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpviewplugins/mpmediawallviewplugin/resources/mpcustommediawall.css	Wed Jun 23 18:10:13 2010 +0300
@@ -0,0 +1,68 @@
+HgMediawall#MPmediaWallWidget
+{
+  layout:mpmediawallview;
+  front-cover-elevation-factor:0.51;
+}
+
+HgMediawall#MPmediaWallWidget::content
+{
+  size-policy: ignored ignored;
+  left:0un;
+  right:0un;
+  top:0un;
+  bottom:0un;
+  zvalue: 0;
+}
+
+HgMediawall#MPmediaWallWidget::title
+{
+  text-height: var(hb-param-text-height-primary);
+  font-variant:primary;
+  text-align: center center;
+  text-line-count-min:1;
+  text-line-count-max:1;
+  text-wrap-mode:no-wrap;
+  left:-expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-left));
+  right:expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-right));
+  top:0un;
+  bottom:0un;
+  zvalue: 2;
+}
+
+HgMediawall#MPmediaWallWidget::description
+{
+  text-height: var(hb-param-text-height-secondary);
+  font-variant:secondary;
+  text-align: center center;
+  text-line-count-min:1;
+  text-line-count-max:1;
+  text-wrap-mode:no-wrap;
+  left:-expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-left));
+  right:expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-right));
+  top:0un;
+  bottom:0un;
+  zvalue: 2;
+}
+
+HgMediawall#MPmediaWallWidget::centeritem
+{
+  size-policy: fixed fixed;
+  fixed-height: 41un;
+  fixed-width: 41un;
+  left:0un;
+  right:0un;
+  top:0un;
+  bottom:0un;
+  zvalue: 2;
+}
+
+HgMediawall#MPmediaWallWidget::scrollbar-horizontal
+{
+  size-policy: preferred preferred;
+  left:0un;
+  right:0un;
+  top:0un;
+  bottom:0un;
+  zvalue: 2;
+}
+