idlehomescreen/data/vga_tch/desktop_20018eee/xuikon/37/desktop.css
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 widget#desktop_widget
     1 widget#desktop_widget
     2 {
     2 {
       
     3     width: auto;
       
     4     height: 70px;
       
     5 
     3     block-progression: rl;
     6     block-progression: rl;
     4     direction: rtl;
     7     direction: rtl;
     5     color: "SKIN(268458534 13056 74)";
       
     6     background-color: "SKIN(268458534 9916)";
       
     7 }
     8 }
     8 
     9 
     9 button.button
    10 button.button
    10 {
    11 {
       
    12     width: 70px;
       
    13     height: auto;
       
    14 
    11     nav-index: appearance;
    15     nav-index: appearance;
    12     width: 105px;
    16 
    13     height: 105px;
    17     margin-left: 4px;
    14     margin-top: 5px;
    18     margin-right: 4px;
       
    19     background-color: "SKIN(268458534 9906)";
    15 }
    20 }
    16 
    21 
    17 button#button1
    22 button#button1
    18 {
    23 {
    19     margin-right: 10px;
    24     margin-left: 0px;
       
    25 }
       
    26 
       
    27 button#button6
       
    28 {
       
    29     margin-right: 0px;
       
    30 }
       
    31 
       
    32 button.button:focus
       
    33 {
       
    34     focus-background: "SKIN(268458534 5120 9)";
    20 }
    35 }
    21 
    36 
    22 image.icon
    37 image.icon
    23 {
    38 {
       
    39     width: auto;
       
    40     height: auto;
       
    41 
    24     _s60-aspect-ratio: preserve;
    42     _s60-aspect-ratio: preserve;
    25     padding-left: 5px;
    43 }
    26     padding-top: 5px;
    44 
    27     width: 95px;
    45 /* For presence */
    28     height: 95px;
    46 image.second_icon
       
    47 {
       
    48     margin-top:0%;
       
    49     width: 25%;
       
    50     height: 25%;
       
    51     position: absolute;
       
    52     bottom: 0%;
       
    53     left: 70%;
       
    54     top: 3%;
       
    55     _s60-aspect-ratio:preserve;
    29 }
    56 }
    30 
    57 
    31 tooltip.tooltip
    58 tooltip.tooltip
    32 {
    59 {
    33     width: adaptive;
    60     width: 15.0u; /* any fixed lenghts works here if the owerflow is set to
    34     max-width: 350px;
    61                    both tooltip and text inside it */
    35     height: 33px;
    62     height: 5.5u;
       
    63 
    36     border-style: solid;
    64     border-style: solid;
    37     border-width: 5px;
    65     border-width: 5px;
    38 
    66 
    39     _s60-start-delay: 1000000;
    67     _s60-start-delay: 1000000;
    40     _s60-display-time: 1000000;
    68     _s60-display-time: 1000000;
    41 
    69 
    42     background-color:"SKIN(268458534 8480)";
    70     background-color:"SKIN(268458534 8480)";
    43     display: block;
    71     overflow: visible;
    44     padding-left: 6px;
       
    45     padding-top: 3px;
       
    46     padding-bottom: 3px;
       
    47     padding-right: 6px;
       
    48 }
    72 }
    49 
    73 
    50 
    74 
    51 text.tooltiptext
    75 text.tooltiptext
    52 {   
    76 {
       
    77     position: static;
    53     font-family: EAknLogicalFontSecondaryFont;
    78     font-family: EAknLogicalFontSecondaryFont;
    54     font-size: 23px;
    79     font-size: 3.5u;
    55     width: adaptive;
    80     width: 100%;
       
    81     height: 85%;
       
    82     text-align: center;
    56     color: "SKIN(268458534 13056 19)";
    83     color: "SKIN(268458534 13056 19)";
    57     overflow: visible;
    84     overflow: visible;
       
    85     padding-right: 1u;
       
    86     padding-left: 1u;
       
    87     padding-bottom: 1u;
    58 }
    88 }
    59 
    89 
    60 /*********************
    90 /*********************
    61       extension
    91       extension
    62 **********************/
    92 **********************/
    63 tooltip.tooltipext
    93 tooltip.tooltipext
    64 {
    94 {
    65     width: 15.0u;
    95     width: 15.0u;
    66     height: adaptive;
    96     height: adaptive;
    67     border-style: solid;
    97     border-style: solid;
    68     border-width: 5px;
    98     border-width: 5px; 
    69     /* delay comes from the xSP server */
    99     /* delay comes from the xSP server */
    70     _s60-start-delay: 0;
   100     _s60-start-delay: 0;
    71     _s60-display-time: 60000000; /* 6 sec */
   101     _s60-display-time: 60000000; /* 6 sec */
    72     background-color:"SKIN(268458534 8480)";
   102     background-color:"SKIN(268458534 8480)";
    73     overflow: visible;
   103     overflow: visible;