idlehomescreen/data/qhd_tch/desktop_20026f4f/xuikon/00/desktop.css
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 widget#desktop_widget
       
     2 {
       
     3     block-progression: rl;
       
     4     direction: ltr;
       
     5     padding-top: 5px;
       
     6     padding-bottom: 5px;
       
     7     padding-left: 3px;
       
     8     background-color: none;
       
     9 }
       
    10 
       
    11 button.button
       
    12 {
       
    13     width: 74px;
       
    14     margin-right: 3px;
       
    15     nav-index: appearance;
       
    16 }
       
    17 
       
    18 button#button1
       
    19 {
       
    20     margin-left: 0px;
       
    21 }
       
    22 
       
    23 button#button6
       
    24 {
       
    25     margin-right: 0px;
       
    26 }
       
    27 
       
    28 image.icon
       
    29 {
       
    30     _s60-aspect-ratio: preserve;
       
    31 }
       
    32 
       
    33 /* For presence */
       
    34 image.second_icon
       
    35 {
       
    36     margin-top:0%;
       
    37     width: 25%;
       
    38     height: 25%;
       
    39     position: absolute;
       
    40     bottom: 0%;
       
    41     left: 70%;
       
    42     top: 3%;
       
    43     _s60-aspect-ratio:preserve;
       
    44 }
       
    45 
       
    46 tooltip.tooltip
       
    47 {
       
    48     width: adaptive;
       
    49     max-width: 350px;
       
    50     height: 33px;
       
    51     border-style: solid;
       
    52     border-width: 5px;
       
    53 
       
    54     _s60-start-delay: 1000000;
       
    55     _s60-display-time: 1000000;
       
    56 
       
    57     background-color:"SKIN(268458534 8480)";
       
    58     display: block;
       
    59     padding-left: 6px;
       
    60     padding-top: 3px;
       
    61     padding-bottom: 3px;
       
    62     padding-right: 6px;
       
    63 }
       
    64 
       
    65 
       
    66 text.tooltiptext
       
    67 {   
       
    68     font-family: EAknLogicalFontSecondaryFont;
       
    69     font-size: 23px;
       
    70     width: adaptive;
       
    71     color: "SKIN(268458534 13056 19)";
       
    72     overflow: visible;
       
    73 }
       
    74 
       
    75 /*********************
       
    76       extension
       
    77 **********************/
       
    78 tooltip.tooltipext
       
    79 {
       
    80     width: 15.0u;
       
    81     height: adaptive;
       
    82     border-style: solid;
       
    83     border-width: 5px;
       
    84     /* delay comes from the xSP server */
       
    85     _s60-start-delay: 0;
       
    86     _s60-display-time: 60000000; /* 6 sec */
       
    87     background-color:"SKIN(268458534 8480)";
       
    88     overflow: visible;
       
    89     display: none;
       
    90     block-progression: tb;
       
    91     padding-bottom: 1u;
       
    92     padding-right: 2u;
       
    93     padding-left: 2u;
       
    94     padding-top: 1u;
       
    95 }
       
    96 
       
    97 text.textcaptionext
       
    98 {
       
    99     position: static;
       
   100     font-family: EAknLogicalFontSecondaryFont;
       
   101     font-size: 3.5u;
       
   102     font-weight: bold;
       
   103     text-align: center;
       
   104     width: 30u;
       
   105     height: 5u;
       
   106     color: "SKIN(268458534 13056 19)";
       
   107     overflow: visible;
       
   108     display: block;
       
   109     visibility:visible;
       
   110 }
       
   111 
       
   112 text.textext
       
   113 {
       
   114     position: static;
       
   115     font-family: EAknLogicalFontSecondaryFont;
       
   116     font-size: 3.5u;
       
   117     text-align: left;
       
   118     width: 30u;
       
   119     height: 5u;
       
   120     color: "SKIN(268458534 13056 19)";
       
   121     overflow: visible;
       
   122     display: block;
       
   123     visibility:visible;
       
   124 }