mpviewplugins/mpcollectionviewplugin/resources/tbonemediawall.css
changeset 48 af3740e3753f
child 55 f3930dda3342
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
       
     1 /*Albums TBone*/
       
     2 HgMediawall#albumWall
       
     3 {
       
     4   layout:mptbonemediawall;
       
     5   front-cover-elevation-factor:0.378;
       
     6 }
       
     7 
       
     8 HgMediawall#albumWall::content
       
     9 {
       
    10   size-policy: ignored ignored;
       
    11   left:0un;
       
    12   right:0un;
       
    13   top:0un;
       
    14   bottom:0un;
       
    15   zvalue: 0;
       
    16 }
       
    17 
       
    18 HgMediawall#albumWall::centeritem
       
    19 {
       
    20   size-policy: fixed fixed;
       
    21   fixed-height: 24.5un;
       
    22   fixed-width: 24.5un;
       
    23   left:0un;
       
    24   right:0un;
       
    25   top:-var(hb-param-margin-gene-screen);
       
    26   bottom:0un;
       
    27   zvalue: 2;
       
    28 }
       
    29 
       
    30 HgMediawall#albumWall::title
       
    31 {
       
    32   text-height: var(hb-param-text-height-primary);
       
    33   font-variant:primary;
       
    34   text-align: center center;
       
    35   text-line-count-min:1;
       
    36   text-line-count-max:1;
       
    37   text-wrap-mode:no-wrap;
       
    38   left:-var(hb-param-margin-gene-screen);
       
    39   right:var(hb-param-margin-gene-screen);
       
    40   top:0un;
       
    41   bottom:var(hb-param-margin-middle-vertical);
       
    42   zvalue: 2;
       
    43 }
       
    44 
       
    45 HgMediawall#albumWall::description
       
    46 {
       
    47   text-height: var(hb-param-text-height-secondary);
       
    48   font-variant:secondary;
       
    49   text-align: center center;
       
    50   text-line-count-min:1;
       
    51   text-line-count-max:1;
       
    52   text-wrap-mode:no-wrap;
       
    53   left:-var(hb-param-margin-gene-screen);
       
    54   right:var(hb-param-margin-gene-screen);
       
    55   top:0un;
       
    56   bottom:1.5un;
       
    57   zvalue: 2;
       
    58 }
       
    59 
       
    60 
       
    61 /*Artist Albums TBone*/
       
    62 HgMediawall#artistAlbumWall
       
    63 {
       
    64   layout:mptbonemediawall;
       
    65   front-cover-elevation-factor:0.378;
       
    66 }
       
    67 
       
    68 HgMediawall#artistAlbumWall::content
       
    69 {
       
    70   size-policy: ignored ignored;
       
    71   left:0un;
       
    72   right:0un;
       
    73   top:0un;
       
    74   bottom:0un;
       
    75   zvalue: 0;
       
    76 }
       
    77 
       
    78 HgMediawall#artistAlbumWall::centeritem
       
    79 {
       
    80   size-policy: fixed fixed;
       
    81   fixed-height: 24.5un;
       
    82   fixed-width: 24.5un;
       
    83   left:0un;
       
    84   right:0un;
       
    85   top:-var(hb-param-margin-gene-screen);
       
    86   bottom:0un;
       
    87   zvalue: 2;
       
    88 }
       
    89 
       
    90 HgMediawall#artistAlbumWall::title
       
    91 {
       
    92   text-height: var(hb-param-text-height-primary);
       
    93   font-variant:primary;
       
    94   text-align: center center;
       
    95   text-line-count-min:1;
       
    96   text-line-count-max:1;
       
    97   text-wrap-mode:no-wrap;
       
    98   left:-var(hb-param-margin-gene-screen);
       
    99   right:var(hb-param-margin-gene-screen);
       
   100   top:0un;
       
   101   bottom:var(hb-param-margin-middle-vertical);
       
   102   zvalue: 2;
       
   103 }
       
   104 
       
   105 HgMediawall#artistAlbumWall::description
       
   106 {
       
   107   text-height: var(hb-param-text-height-secondary);
       
   108   font-variant:secondary;
       
   109   text-align: center center;
       
   110   text-line-count-min:1;
       
   111   text-line-count-max:1;
       
   112   text-wrap-mode:no-wrap;
       
   113   left:-var(hb-param-margin-gene-screen);
       
   114   right:var(hb-param-margin-gene-screen);
       
   115   top:0un;
       
   116   bottom:1.5un;
       
   117   zvalue: 2;
       
   118 }
       
   119