@import "config.less"; @img-width: 140 * @unit_base; @img-height: 140 * @unit_base; .ui-nocontents { position: relative; left: 0; width: 100%; } .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; left: 50%; margin-left: -(@img-width / 2); 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: 19 * @unit_base; width: 100%; font-size: 0.72rem; text-align: center; color: @color_nocontents_text; }