idlehomescreen/data/qhd_tch/wideimage_2001f489/xuikon/00/wideimage.css
changeset 4 4d54b72983ae
parent 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 widget#wideimage_template
     1 widget#wideimage_template
     2 {
     2 {
     3     nav-index: appearance;
     3     nav-index: appearance;
     4     background-color: none;
     4     block-progression:rl;
     5 }
     5 }
     6 
     6 
     7 image#wide_image
     7 box#image_container
     8 {
     8 {
     9     /* Will be updated by content policy */
     9     /* Will be updated by content policy */
    10     display: none;
    10     display: none;
    11 }
    11 }
       
    12 box#default_container
       
    13 {
       
    14     /* Will be updated by content policy */
       
    15    block-progression: rl;
       
    16    direction:ltr; 
       
    17    display: block;
       
    18 }
    12 
    19 
    13 text#wide_text
    20 image#default_image
    14 {
    21 {
    15     padding-left: 5px;
    22     padding-top:9px;
    16     text-align: center;
    23     padding-bottom:9px;
       
    24     padding-left:9px;
       
    25     padding-right:9px;
       
    26     height: 64px;
       
    27     width: 64px;
       
    28 }
       
    29 
       
    30 animation#loading
       
    31 {
       
    32 	position: absolute;
       
    33 	top:9px;
       
    34 	left:273px;
       
    35 	right:9px;
       
    36 	width:30px;
       
    37 	height:30px;
       
    38 	/* Will be updated by dataplugin */
       
    39 	display: none;
       
    40 }
       
    41 
       
    42 text
       
    43 {
       
    44     padding-left:9px;
       
    45     padding-right:9px;
       
    46     height : 10u;
       
    47     font-line-space: 15;
       
    48     text-align:left;
       
    49     text-overflow-mode: wrap;
    17     font-family: EAknLogicalFontSecondaryFont;
    50     font-family: EAknLogicalFontSecondaryFont;
    18     font-size: 23px;
    51     font-size: 4u;
    19     color: "SKIN(268458534 13056 74)";
    52     color: "SKIN(268458534 13056 74)";
    20 }
    53 }
    21 
       
    22