mpviewplugins/mpmediawallviewplugin/resources/mpcustommediawall.css
changeset 55 f3930dda3342
parent 37 eb79a7c355bf
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    20   font-variant:primary;
    20   font-variant:primary;
    21   text-align: center center;
    21   text-align: center center;
    22   text-line-count-min:1;
    22   text-line-count-min:1;
    23   text-line-count-max:1;
    23   text-line-count-max:1;
    24   text-wrap-mode:no-wrap;
    24   text-wrap-mode:no-wrap;
    25   left:-expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-left));
    25   left:-var(hb-param-margin-gene-screen);
    26   right:expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-right));
    26   right:var(hb-param-margin-gene-screen);
    27   top:0un;
    27   top:-var(hb-param-margin-gene-middle-vertical);
    28   bottom:0un;
    28   bottom:0un;
    29   zvalue: 2;
    29   zvalue: 2;
    30 }
    30 }
    31 
    31 
    32 HgMediawall#MPmediaWallWidget::description
    32 HgMediawall#MPmediaWallWidget::description
    35   font-variant:secondary;
    35   font-variant:secondary;
    36   text-align: center center;
    36   text-align: center center;
    37   text-line-count-min:1;
    37   text-line-count-min:1;
    38   text-line-count-max:1;
    38   text-line-count-max:1;
    39   text-wrap-mode:no-wrap;
    39   text-wrap-mode:no-wrap;
    40   left:-expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-left));
    40   left:-var(hb-param-margin-gene-screen);
    41   right:expr(var(hb-param-touch-area-gene-primary-medium)+var(hb-param-margin-gene-right));
    41   right:var(hb-param-margin-gene-screen);
    42   top:0un;
    42   top:-var(hb-param-margin-gene-middle-vertical);
    43   bottom:0un;
    43   bottom:0un;
    44   zvalue: 2;
    44   zvalue: 2;
    45 }
    45 }
    46 
    46 
    47 HgMediawall#MPmediaWallWidget::centeritem
    47 HgMediawall#MPmediaWallWidget::centeritem
    48 {
    48 {
    49   size-policy: fixed fixed;
    49   size-policy: fixed fixed;
    50   fixed-height: 41un;
    50   fixed-height: expr(var(hb-param-screen-short-edge)-var(hb-param-text-height-primary)-var(hb-param-text-height-secondary)-4*var(hb-param-margin-gene-middle-vertical)-var(hb-param-widget-scroll-bar-indicative-width));
    51   fixed-width: 41un;
    51   fixed-width:  expr(var(hb-param-screen-short-edge)-var(hb-param-text-height-primary)-var(hb-param-text-height-secondary)-4*var(hb-param-margin-gene-middle-vertical)-var(hb-param-widget-scroll-bar-indicative-width));
    52   left:0un;
    52   left:0un;
    53   right:0un;
    53   right:0un;
    54   top:0un;
    54   top:-var(hb-param-margin-gene-middle-vertical);
    55   bottom:0un;
    55   bottom:0un;
    56   zvalue: 2;
    56   zvalue: 2;
    57 }
    57 }
    58 
    58 
    59 HgMediawall#MPmediaWallWidget::scrollbar-horizontal
    59 HgMediawall#MPmediaWallWidget::scrollbar-horizontal