3 @img-width: 140 * @unit_base;
4 @img-height: 140 * @unit_base;
12 .ui-nocontents-icon-text,
13 .ui-nocontents-icon-picture,
14 .ui-nocontents-icon-multimedia,
15 .ui-nocontents-icon-unnamed {
21 margin-left: -(@img-width / 2);
23 background: url(images/00_Nocontents_text.png) no-repeat;
24 .LESSbackground-size(@img-width, @img-height);
27 .ui-nocontents-icon-picture {
28 background: url(images/00_Nocontents_picture.png) no-repeat;
29 .LESSbackground-size(@img-width, @img-height);
32 .ui-nocontents-icon-multimedia {
33 background: url(images/00_Nocontents_multimedia.png) no-repeat;
34 .LESSbackground-size(@img-width, @img-height);
37 .ui-nocontents-icon-unnamed {
38 background: url(images/00_Nocontents_unnamed.png) no-repeat;
39 .LESSbackground-size(@img-width, @img-height);
45 height: 19 * @unit_base;
49 color: @color_nocontents_text;