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