idlehomescreen/data/vga_tch/wideimage_10009dff/xuikon/00/wideimage.css
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 widget#wideimage_template
     1 widget{
       
     2     width:auto;
       
     3     height:60px;
       
     4     }
       
     5 
       
     6 box#image_container:focus {
       
     7     background-image: "SKIN(268458534 24576)";
       
     8     background-color: "SKIN(268458534 5120 9)";
       
     9 }
       
    10 
       
    11 box#image_container:hold
     2 {
    12 {
     3     nav-index: appearance;
    13     background-color: "SKIN(268458534 5120 9)";
     4     block-progression:rl;
       
     5     direction: ltr;
       
     6 }
    14 }
     7 
    15 
     8 box#image_container
    16 box#image_container
     9 {
    17 {
    10     /* Will be updated by content policy */
    18     padding-top   : 2px;
    11     display: none;
    19     padding-bottom: 2px;
    12 }
    20     padding-left  : 10px;
    13 box#default_container
    21     padding-right : 10px;
    14 {
    22     direction: ltr;
    15     /* Will be updated by content policy */
    23     nav-index:appearance;
    16    display: block;
       
    17 }
    24 }
    18 
    25 
    19 image#w_default_image
    26 image#wide_image
    20 {
    27 {
    21     padding-top:9px;
    28     display: none;
    22     padding-bottom:9px;
    29     width:auto;
    23     padding-left:9px;
    30     height:auto;
    24     padding-right:9px;
    31     /*_s60-aspect-ratio:preserve;*/
    25     height: 105px;
       
    26     width: 105px;
       
    27 }
    32 }
    28 
    33 
    29 text#w_default_text
    34 text#wide_text
    30 {
    35 {
    31     padding-left:9px;
    36     display: block;
    32     padding-right:9px;
    37     width:auto;
    33     height : 10u;
    38     height:auto;
    34     font-line-space: 15;
    39     padding-left: 5px;
    35     direction: ltr;
       
    36     text-align:left;
       
    37     text-overflow-mode: wrap;
       
    38     font-family: EAknLogicalFontSecondaryFont;
    40     font-family: EAknLogicalFontSecondaryFont;
    39     font-size: 4u;
    41 	  font-size:18px;
    40     color: "SKIN(268458534 13056 74)";
    42     color:white;
    41 }
    43 }
    42 
    44 
    43 animation#loading
    45 
    44 {
       
    45 	position: absolute;
       
    46 	top: 9px;
       
    47 	left: 401px;
       
    48 	right:9px;
       
    49 	width:30px;
       
    50 	height:30px;
       
    51 	/* Will be updated by dataplugin */
       
    52 	display: none;
       
    53 }