63267089cb8f60992cc0e280fdef96cc4329ce2d
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.nocontents.less
1 @import "config.less";
2
3 @img-width: 314 * @unit_base;
4 @img-height: 310 * @unit_base;
5
6 .ui-nocontents {
7         position: relative;
8         left: 0;
9         width: 100%;
10         height: 508 * @unit_base;
11 }
12
13 .ui-nocontents-icon-text,
14 .ui-nocontents-icon-picture,
15 .ui-nocontents-icon-multimedia,
16 .ui-nocontents-icon-unnamed {
17         position: absolute;
18         display: block;
19         width: @img-width;
20         height: @img-height;
21         
22         background: url(images/00_Nocontents_text.png) no-repeat;
23         .LESSbackground-size(@img-width, @img-height);
24 }
25
26 .ui-nocontents-icon-picture {
27         background: url(images/00_Nocontents_picture.png) no-repeat;
28         .LESSbackground-size(@img-width, @img-height);
29 }
30
31 .ui-nocontents-icon-multimedia {
32         background: url(images/00_Nocontents_multimedia.png) no-repeat;
33         .LESSbackground-size(@img-width, @img-height);
34 }
35
36 .ui-nocontents-icon-unnamed {
37         background: url(images/00_Nocontents_unnamed.png) no-repeat;
38         .LESSbackground-size(@img-width, @img-height);
39 }
40
41 .ui-nocontents-text {
42         position: absolute;
43         margin: 0;
44         height: 46 * @unit_base;
45         width: 100%;
46         text-align: center;
47         color: @color_nocontents_text;
48 }