idlehomescreen/data/vga_tch/desktop_20018eee/xuikon/50/desktop.css
changeset 0 f72a12da539e
child 88 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: rtl;
       
     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     background-color: "SKIN(268458534 9906)";
       
    20 }
       
    21 
       
    22 button#button1
       
    23 {
       
    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)";
       
    35 }
       
    36 
       
    37 image.icon
       
    38 {
       
    39     width: auto;
       
    40     height: auto;
       
    41 
       
    42     _s60-aspect-ratio: preserve;
       
    43 }
       
    44 
       
    45 /* For presence */
       
    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;
       
    56 }
       
    57 
       
    58 tooltip.tooltip
       
    59 {
       
    60     width: 15.0u; /* any fixed lenghts works here if the owerflow is set to 
       
    61                   both tooltip and text inside it */
       
    62     height: 5.5u;
       
    63 
       
    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     overflow: visible;
       
    72 }
       
    73 
       
    74 
       
    75 text.tooltiptext
       
    76 {
       
    77     position: static;
       
    78     font-family: EAknLogicalFontSecondaryFont;
       
    79     font-size: 3.5u;
       
    80     width: 100%;
       
    81     height: 85%;
       
    82     text-align: center;
       
    83     color: "SKIN(268458534 13056 19)";
       
    84     overflow: visible;
       
    85     padding-right: 1u;
       
    86     padding-left: 1u;
       
    87     padding-bottom: 1u;
       
    88 }
       
    89 
       
    90 /*********************
       
    91       extension
       
    92 **********************/
       
    93 tooltip.tooltipext
       
    94 {
       
    95     width: 15.0u;
       
    96     height: adaptive;
       
    97     border-style: solid;
       
    98     border-width: 5px;
       
    99     /* delay comes from the xSP server */
       
   100     _s60-start-delay: 0;
       
   101     _s60-display-time: 60000000; /* 6 sec */
       
   102     background-color:"SKIN(268458534 8480)";
       
   103     overflow: visible;
       
   104     display: none;
       
   105     block-progression: tb;
       
   106     padding-bottom: 1u;
       
   107     padding-right: 2u;
       
   108     padding-left: 2u;
       
   109     padding-top: 1u;
       
   110 }
       
   111 
       
   112 text.textcaptionext
       
   113 {
       
   114     position: static;
       
   115     font-family: EAknLogicalFontSecondaryFont;
       
   116     font-size: 3.5u;
       
   117     font-weight: bold;
       
   118     text-align: center;
       
   119     width: 30u;
       
   120     height: 5u;
       
   121     color: "SKIN(268458534 13056 19)";
       
   122     overflow: visible;
       
   123     display: block;
       
   124     visibility:visible;
       
   125 }
       
   126 
       
   127 text.textext
       
   128 {
       
   129     position: static;
       
   130     font-family: EAknLogicalFontSecondaryFont;
       
   131     font-size: 3.5u;
       
   132     text-align: left;
       
   133     width: 30u;
       
   134     height: 5u;
       
   135     color: "SKIN(268458534 13056 19)";
       
   136     overflow: visible;
       
   137     display: block;
       
   138     visibility:visible;
       
   139 }