mpviewplugins/mpcollectionviewplugin/resources/tbonemediawall.css
changeset 48 af3740e3753f
child 55 f3930dda3342
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpviewplugins/mpcollectionviewplugin/resources/tbonemediawall.css	Wed Aug 18 09:46:20 2010 +0300
@@ -0,0 +1,119 @@
+/*Albums TBone*/
+HgMediawall#albumWall
+{
+  layout:mptbonemediawall;
+  front-cover-elevation-factor:0.378;
+}
+
+HgMediawall#albumWall::content
+{
+  size-policy: ignored ignored;
+  left:0un;
+  right:0un;
+  top:0un;
+  bottom:0un;
+  zvalue: 0;
+}
+
+HgMediawall#albumWall::centeritem
+{
+  size-policy: fixed fixed;
+  fixed-height: 24.5un;
+  fixed-width: 24.5un;
+  left:0un;
+  right:0un;
+  top:-var(hb-param-margin-gene-screen);
+  bottom:0un;
+  zvalue: 2;
+}
+
+HgMediawall#albumWall::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:-var(hb-param-margin-gene-screen);
+  right:var(hb-param-margin-gene-screen);
+  top:0un;
+  bottom:var(hb-param-margin-middle-vertical);
+  zvalue: 2;
+}
+
+HgMediawall#albumWall::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:-var(hb-param-margin-gene-screen);
+  right:var(hb-param-margin-gene-screen);
+  top:0un;
+  bottom:1.5un;
+  zvalue: 2;
+}
+
+
+/*Artist Albums TBone*/
+HgMediawall#artistAlbumWall
+{
+  layout:mptbonemediawall;
+  front-cover-elevation-factor:0.378;
+}
+
+HgMediawall#artistAlbumWall::content
+{
+  size-policy: ignored ignored;
+  left:0un;
+  right:0un;
+  top:0un;
+  bottom:0un;
+  zvalue: 0;
+}
+
+HgMediawall#artistAlbumWall::centeritem
+{
+  size-policy: fixed fixed;
+  fixed-height: 24.5un;
+  fixed-width: 24.5un;
+  left:0un;
+  right:0un;
+  top:-var(hb-param-margin-gene-screen);
+  bottom:0un;
+  zvalue: 2;
+}
+
+HgMediawall#artistAlbumWall::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:-var(hb-param-margin-gene-screen);
+  right:var(hb-param-margin-gene-screen);
+  top:0un;
+  bottom:var(hb-param-margin-middle-vertical);
+  zvalue: 2;
+}
+
+HgMediawall#artistAlbumWall::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:-var(hb-param-margin-gene-screen);
+  right:var(hb-param-margin-gene-screen);
+  top:0un;
+  bottom:1.5un;
+  zvalue: 2;
+}
+