upload tizen1.0 source
[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-height, @img-width);
24 }
25
26 .ui-nocontents-icon-picture {
27         background: url(images/00_Nocontents_picture.png) no-repeat;
28         .LESSbackground-size(@img-height, @img-width);
29 }
30
31 .ui-nocontents-icon-multimedia {
32         background: url(images/00_Nocontents_multimedia.png) no-repeat;
33         .LESSbackground-size(@img-height, @img-width);
34 }
35
36 .ui-nocontents-icon-unnamed {
37         background: url(images/00_Nocontents_unnamed.png) no-repeat;
38         .LESSbackground-size(@img-height, @img-width);
39 }
40
41 .ui-nocontents-text {
42         position: absolute;
43         height: 46 * @unit_base;
44         width: 100%;
45         text-align: center;
46         color: @color_nocontents_text;
47 }