idlehomescreen/data/qhd_tch/desktop_20026f4f/xuikon/94/desktop.css
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 widget#desktop_widget
       
     2 {
       
     3     block-progression: rl;
       
     4     direction: rtl;
       
     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 
       
    59     padding-left: 6px;
       
    60     padding-top: 3px;
       
    61     padding-bottom: 3px;
       
    62     padding-right: 6px;
       
    63 }
       
    64 
       
    65 
       
    66 text.tooltiptext
       
    67 {
       
    68     position: static;
       
    69     font-family: EAknLogicalFontSecondaryFont;
       
    70     font-size: 23px;
       
    71     width: adaptive;
       
    72     height: 85%;
       
    73     text-align: center;
       
    74     color: "SKIN(268458534 13056 19)";
       
    75     overflow: visible;
       
    76     padding-right: 1u;
       
    77     padding-left: 1u;
       
    78     padding-bottom: 1u;
       
    79 }
       
    80 
       
    81 /*********************
       
    82       extension
       
    83 **********************/
       
    84 tooltip.tooltipext
       
    85 {
       
    86     width: 15.0u;
       
    87     height: adaptive;
       
    88     border-style: solid;
       
    89     border-width: 5px;
       
    90     /* delay comes from the xSP server */
       
    91     _s60-start-delay: 0;
       
    92     _s60-display-time: 60000000; /* 6 sec */
       
    93     background-color:"SKIN(268458534 8480)";
       
    94     overflow: visible;
       
    95     display: none;
       
    96     block-progression: tb;
       
    97     padding-bottom: 1u;
       
    98     padding-right: 2u;
       
    99     padding-left: 2u;
       
   100     padding-top: 1u;
       
   101 }
       
   102 
       
   103 text.textcaptionext
       
   104 {
       
   105     position: static;
       
   106     font-family: EAknLogicalFontSecondaryFont;
       
   107     font-size: 3.5u;
       
   108     font-weight: bold;
       
   109     text-align: center;
       
   110     width: 30u;
       
   111     height: 5u;
       
   112     color: "SKIN(268458534 13056 19)";
       
   113     overflow: visible;
       
   114     display: block;
       
   115     visibility:visible;
       
   116 }
       
   117 
       
   118 text.textext
       
   119 {
       
   120     position: static;
       
   121     font-family: EAknLogicalFontSecondaryFont;
       
   122     font-size: 3.5u;
       
   123     text-align: left;
       
   124     width: 30u;
       
   125     height: 5u;
       
   126     color: "SKIN(268458534 13056 19)";
       
   127     overflow: visible;
       
   128     display: block;
       
   129     visibility:visible;
       
   130 }