@import "config.less"; @img-width: 314 * @unit_base; @img-height: 310 * @unit_base; .ui-nocontents { position: relative; left: 0; width: 100%; height: 508 * @unit_base; } .ui-nocontents-icon-text, .ui-nocontents-icon-picture, .ui-nocontents-icon-multimedia, .ui-nocontents-icon-unnamed { position: absolute; display: block; width: @img-width; height: @img-height; background: url(images/00_Nocontents_text.png) no-repeat; .LESSbackground-size(@img-width, @img-height); } .ui-nocontents-icon-picture { background: url(images/00_Nocontents_picture.png) no-repeat; .LESSbackground-size(@img-width, @img-height); } .ui-nocontents-icon-multimedia { background: url(images/00_Nocontents_multimedia.png) no-repeat; .LESSbackground-size(@img-width, @img-height); } .ui-nocontents-icon-unnamed { background: url(images/00_Nocontents_unnamed.png) no-repeat; .LESSbackground-size(@img-width, @img-height); } .ui-nocontents-text { position: absolute; margin: 0; height: 46 * @unit_base; width: 100%; text-align: center; color: @color_nocontents_text; }