idlehomescreen/data/vga_tch/desktop_20018eee/xuikon/94/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 
       
    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: 15.0u; /* any fixed lenghts works here if the owerflow is set to 
       
    62                   both tooltip and text inside it */
       
    63     height: 5.5u;
       
    64 
       
    65     border-style: solid;
       
    66     border-width: 5px; 
       
    67 
       
    68     _s60-start-delay: 1000000;
       
    69     _s60-display-time: 1000000;
       
    70 
       
    71     background-color:"SKIN(268458534 8480)";
       
    72     overflow: visible;
       
    73 }
       
    74 
       
    75 
       
    76 text.tooltiptext
       
    77 {
       
    78     position: static;
       
    79     font-family: EAknLogicalFontSecondaryFont;
       
    80     font-size: 3.5u;
       
    81     width: 100%;
       
    82     height: 85%;
       
    83     text-align: center;
       
    84     color: "SKIN(268458534 13056 19)";
       
    85     overflow: visible;
       
    86     padding-right: 1u;
       
    87     padding-left: 1u;
       
    88     padding-bottom: 1u;
       
    89 }
       
    90 
       
    91 /*********************
       
    92       extension
       
    93 **********************/
       
    94 tooltip.tooltipext
       
    95 {
       
    96     width: 15.0u;
       
    97     height: adaptive;
       
    98     border-style: solid;
       
    99     border-width: 5px;
       
   100     /* delay comes from the xSP server */
       
   101     _s60-start-delay: 0;
       
   102     _s60-display-time: 60000000; /* 6 sec */
       
   103     background-color:"SKIN(268458534 8480)";
       
   104     overflow: visible;
       
   105     display: none;
       
   106     block-progression: tb;
       
   107     padding-bottom: 1u;
       
   108     padding-right: 2u;
       
   109     padding-left: 2u;
       
   110     padding-top: 1u;
       
   111 }
       
   112 
       
   113 text.textcaptionext
       
   114 {
       
   115     position: static;
       
   116     font-family: EAknLogicalFontSecondaryFont;
       
   117     font-size: 3.5u;
       
   118     font-weight: bold;
       
   119     text-align: center;
       
   120     width: 30u;
       
   121     height: 5u;
       
   122     color: "SKIN(268458534 13056 19)";
       
   123     overflow: visible;
       
   124     display: block;
       
   125     visibility:visible;
       
   126 }
       
   127 
       
   128 text.textext
       
   129 {
       
   130     position: static;
       
   131     font-family: EAknLogicalFontSecondaryFont;
       
   132     font-size: 3.5u;
       
   133     text-align: left;
       
   134     width: 30u;
       
   135     height: 5u;
       
   136     color: "SKIN(268458534 13056 19)";
       
   137     overflow: visible;
       
   138     display: block;
       
   139     visibility:visible;
       
   140 }