mpviewplugins/mpmediawallviewplugin/resources/mpcustommediawall.css
changeset 37 eb79a7c355bf
child 55 f3930dda3342
equal deleted inserted replaced
36:a0afa279b8fe 37:eb79a7c355bf
       
     1 HgMediawall#MPmediaWallWidget
       
     2 {
       
     3   layout:mpmediawallview;
       
     4   front-cover-elevation-factor:0.51;
       
     5 }
       
     6 
       
     7 HgMediawall#MPmediaWallWidget::content
       
     8 {
       
     9   size-policy: ignored ignored;
       
    10   left:0un;
       
    11   right:0un;
       
    12   top:0un;
       
    13   bottom:0un;
       
    14   zvalue: 0;
       
    15 }
       
    16 
       
    17 HgMediawall#MPmediaWallWidget::title
       
    18 {
       
    19   text-height: var(hb-param-text-height-primary);
       
    20   font-variant:primary;
       
    21   text-align: center center;
       
    22   text-line-count-min:1;
       
    23   text-line-count-max:1;
       
    24   text-wrap-mode:no-wrap;
       
    25   left:-expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-left));
       
    26   right:expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-right));
       
    27   top:0un;
       
    28   bottom:0un;
       
    29   zvalue: 2;
       
    30 }
       
    31 
       
    32 HgMediawall#MPmediaWallWidget::description
       
    33 {
       
    34   text-height: var(hb-param-text-height-secondary);
       
    35   font-variant:secondary;
       
    36   text-align: center center;
       
    37   text-line-count-min:1;
       
    38   text-line-count-max:1;
       
    39   text-wrap-mode:no-wrap;
       
    40   left:-expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-left));
       
    41   right:expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-right));
       
    42   top:0un;
       
    43   bottom:0un;
       
    44   zvalue: 2;
       
    45 }
       
    46 
       
    47 HgMediawall#MPmediaWallWidget::centeritem
       
    48 {
       
    49   size-policy: fixed fixed;
       
    50   fixed-height: 41un;
       
    51   fixed-width: 41un;
       
    52   left:0un;
       
    53   right:0un;
       
    54   top:0un;
       
    55   bottom:0un;
       
    56   zvalue: 2;
       
    57 }
       
    58 
       
    59 HgMediawall#MPmediaWallWidget::scrollbar-horizontal
       
    60 {
       
    61   size-policy: preferred preferred;
       
    62   left:0un;
       
    63   right:0un;
       
    64   top:0un;
       
    65   bottom:0un;
       
    66   zvalue: 2;
       
    67 }
       
    68